@charset "utf-8";
/* CSS Document */
.wrap {
    min-width: 320px;
    max-width: 440px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}
.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.none {
    display: none;
}

.mask {
    position: absolute;
    top: 0;
    z-index: 55;
    opacity: .5;
    /*max-width: 440px;*/
    width: 100%;
    height: 100%;
    background-color: #000;
}
/****头部导航---Start****/
.head-nav{
    position: relative;
    width: 100%;
    background: #333;
}
.head-nav-list{
    width: 100%;
}
.head-nav-list li{
    float: left;
    width: 20%;
    height: 45px;
    text-align: center;
}
.head-nav-list li a{
    display: block;
    height: 45px;
    color: #333;

}
.head-nav-list li a.n-1{
    background: url("../images/icon-l.png") center no-repeat;
    background-size: 45%;
}
.head-nav-list li a.n-1.selected{
    background: url("../images/icon-l-hover.png") center no-repeat;
    background-size: 45%;
}

.head-nav-list li a.n-2{
    background: url("../images/icon-h.png") center no-repeat;
    background-size: 45%;
}
.head-nav-list li a.n-2.selected{
    background: url("../images/icon-h-hover.png") center no-repeat;
    background-size: 45%;
}
.head-nav-list li a.n-3{
    background: url("../images/icon-p.png") center no-repeat;
    background-size: 45%;
}
.head-nav-list li a.n-3.selected{
    background: url("../images/icon-p-hover.png") center no-repeat;
    background-size: 45%;
}
.head-nav-list li a.n-4{
    position: relative;
    background: url("../images/icon-c.png") center no-repeat;
    background-size: 45%;
}
.head-icon{
    position: absolute;
    top:5px;
    right: 22%;
    /*width: 18px;*/
    height: 17px;
    padding: 0 5px;
    background: #e02222;
    border-radius: 10px;
    font-size: .8rem;
    line-height: 17px;
    text-align: center;
    color: #fdf2f2;
    cursor: pointer;
}
.head-nav-list li a.n-4.selected{
    background: url("../images/icon-c-hover.png") center no-repeat;
    background-size: 45%;
}
.head-nav-list li a.n-5{
    background: url("../images/icon-s.png") center no-repeat;
    background-size: 45%;
}
.head-nav-list li a.n-5.selected{
    background: url("../images/icon-s-hover.png") center no-repeat;
    background-size: 45%;
}
.head-list{
    position: absolute;
    z-index: 70;
    left: 0;
    /*top: 47px;*/
    width: 40%;
    background: #333;
}
.head-list li{
    width: 100%;
    border-top:1px solid #050001;
    font-size: 1.3rem;
    text-align: center;
}
.head-list li a{
    padding: .5em 0;
    display: block;
    color: #fff;
}
.search{
    position: absolute;
    z-index: 70;
    left: 0;
    top: 45px;
    width: 100%;
    background: #c8cbd0;
    height: 40px;
    opacity: .9;
}
.s-form{
    width: 96%;
    margin: 5px auto 0;
}
.s-line{
    width: 75%;
    height: 30px;
    background: #fff;
    float: left;
    border-radius: 5px;
}
.s-label{
    width: 16%;
    height: 30px;
    float: left;
    background: url("../images/search.gif") center no-repeat;
    background-size: 40%;
}
.s-input{
    float:left;
    width: 80%;
    height: 30px;
    font-size: 1.2rem;
    line-height: 30px;
    color: #8e8e93;
    border: 0;
    background: #fff;
    padding-left: .5em;
}
.s-sub{
    float: left;
    width: 20%;
    height: 30px;
    margin-left: .8em;
    background: #0072d8;
    border-radius: 5px;
    border: 0;
    font-size: 1.3rem;
    line-height: 30px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.index{
    width: 100%;
    background: #fff;
    padding-bottom: 70px;
}
/****头部导航---End****/

/****底部信息---Start****/
footer{
    position: absolute;
    width: 82%;
    left: 9%;
    bottom: 0;
    /*margin: 15px auto 0;*/
}
.foot-list{
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    padding: .3em 0;
}
.foot-list li{
    float: left;
    width: 33.3%;
    text-align: center;
    font-size: 1.2rem;
}
.foot-list li a{
    display: block;
    color: #999;
}
.foot-info{
    width: 100%;
    padding: .5em 0;
    text-align: center;
    font-size: 1rem;
    color: #999;
}

.sum-info{
    position: fixed;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
    background: #333;
    z-index: 100;
}
.sum-left{
    float: left;
    text-indent: 1em;
    font-size: 1.3rem;
    line-height: 50px;
    color: #fff;
}
.sum-left span{
    color: #ff5000;
}
.sum-right{
    float: right;
    display: block;
    margin: 10px 15px 0 0;
    height: 30px;
    padding: 0 1em;
    background: #ff5001;
    border-radius: 5px;
    font-size: 1.3rem;
    color: #fff;
    line-height: 30px;

}
/****底部信息---End****/
.zmask{
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.shop_alert{
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    width: 300px;
    background: #ffffff;
    border-radius: 4px 4px 0 0;
    color: #333333;
}
.shop_alert .title{ 
    font-size: 20px;
    margin: 10px;
    border-bottom: 1px solid #ececec;
}
.shop_alert .groupbtn{
    display: -webkit-box;
    display: -moz-box;
}
.shop_alert .groupbtn a{
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #ececec;
    border-radius: 4px;
    order: 0;
    -webkit-box-flex: 1;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin: 10px;
    color: #666666;
}
.shop_alert .groupbtn a.cur{
    background: #333333;
    color: #ffffff;
}
.shop_alert .alert_content{
    padding: 10px;
    font-size: 18px;
}

.comment_more{
    background: url(../images/more.png) 50% 50% no-repeat;    
    width: 100%;
    height: 33px;
    margin: 0 auto;
}
