@charset "utf-8";
body{
    background: #f5f5f5;
    /*max-width:30rem;*/
    margin: auto;
}
header{
    background: #fff;
    height: 4rem;
    width: 100%;
    /*max-width:30rem;*/
    position: fixed;
    top:0;
    z-index:10;
}
header>div{
    float: left;
    margin-top:0.8rem;
    text-align: center;
}
.shop_price{
    font-size: 1.4rem;
}
.head_return{
    /*width: 3rem;*/
    width: 15%;
}
.head_return img{
    width: 12px;
}
.head_title{
    /*color: #fff;*/
    /*max-width: 24rem;*/
    font-size:1.5rem;
    width: 70%;
}
.head_right{
    float: right;
    /*width: 3rem;*/
    width: 15%;
}
.head_right a{
    color: #000;
}
.head_right img{
    width: 20px;
}
.nav1 .nav1-ula{
    background: #fff;
}
.nav1 .nav1-ula li{
    float: left;
    margin: 0 5.3%;
    color: #666;
    padding: 0.6rem 0;
    position: relative;
}
.nav1 .nav1-ula li >span{
    position: absolute;
    top: 1px;
    left: 46px;
    background: #e03333;
    padding: 0 5px;
    color: #fff;
    font-size:0.7rem;
    border-radius: 10px;
}
.nav1 .nav1-ula li:last-of-type span{
    left: 62px;
}
.nav1 .nav1-ula i.spacer{
    float: left;
    width: 0;
    height: 1rem;
    margin:0.85rem 0 0;
    border-right:1px solid #ccc;
}
.nav1 .nav1-ula li.active{
    border-bottom:2px solid #ff6900;
    color: #ff6900;
}
/*订单列表*/
.order-list{
    margin-top:0.8rem;
}
.order-list-all .order-list{
    display: none;
}
.order-list-all .order-list:first-of-type{
    display: block;
}
.order-list li{
    margin-bottom:0.6rem;
}
.order-list li .order-list-t{
    background: #fff;
    padding: 0.3rem 5%;
}
.order-list-t img{
    vertical-align: middle;
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
}
.order-list-t span{
    font-size:1.5rem;
    color: #666;
}
.order-list-t b{
    color: #ff0000;
    float: right;
    margin-top:0.3rem;
    font-size:1.2rem;
}

.order-list-m{
    padding: 1.5rem 5%;
    background: #fff;
    border-top:1px solid #eee;
}
.order-list-m .img{
    width: 20%;
}
.order-list-m .img img{
    width: 100%;
}
.order-list-m .txt{
    width: 77%;
    height:7rem;
    padding: 0 0 0 3%;
}
.order-list-m .txt p{
    font-size:1.2rem;
    margin-bottom:0.9rem;
}
.order-list-m .txt .p2{
    color: #666;
}
.order-list-m .txt .p2 b{
    color: #ff0000;
}
.order-list-m .txt .p3{
    color: #666;
}
.order-list-m .txt .p3 i{
    font-style: normal;
    float: right;
}
.order-list .qiangdan{
    background: #fff;
    padding: 0.5rem 5%;
    border-top:1px solid #eee;
}
.order-list .qiangdan span{
    float: right;
    background: #ff6900;
    color: #fff;
    text-align: center;
    width: 6rem;
    line-height:2rem;
    font-size:0.95rem;
    border-radius: 0.2rem;
}
.order-list .qiangdan b{
    color: #ff6900;
    display: inline-block;
    font-weight:normal;
    padding-top:0.4rem;
    font-size:1.5rem;
}
/*订单为空*/
.order-list li.empty{
    text-align: center;
    padding-top:4rem;
}
.order-list li.empty img{
    width: 20%;
}
.order-list li.empty .p1{
    color: #666;
    font-size:1.3rem;
    margin: 1rem 0 0.6rem;
}
.order-list li.empty .p2{
    color: #c4c4c4;
}
/*订单详情*/
.order-detail{
    padding: 0.3rem 5%;
    background: #fff;
}
.order-detail2{
    background: #fff;
    border-top:1px solid #eee;
}
.order-detail3{
    padding: 0.7rem 0 0.7rem 5%;
    background: #fff;
    /*border-top:1px solid #eee;*/
}
.order-detail3 p{
    color: #666;
    line-height:2rem;
    font-size:1.5rem;

}
.order-detail4{
    margin-top:0.5rem;
    border-top:0;
}
.order-detail4 p{
    line-height:1.9rem;
}
.order-detail5{
    text-align: right;
    padding: 0.7rem 5%;
}
.order-detail5 span b{
    color: #ff0000;
}
.order-detail6{
    padding: 0.7rem 5%;
    position: fixed;
    bottom:0;
    text-align: right;
    width: 100%;

}
.order-detail6 button{
    background: #ff6900;
    color: #fff;
    width: 7rem;
    line-height: 3rem;
    font-size: 1.5rem;
}
/*找零*/
.change{
    width: 100%;
    padding: 0.5rem 5%;
    background: #fff;
    /*margin-top:0.5rem;*/
}
.change .span1{
    float: left;
}
.change .change-input {
    float: right;
}
.change .change-input input{
    text-align: right;
    margin-right: 10px;
    font-size:0.9rem;
    color: #ff0000;
}
.change2{
    margin-top:0;
    border-top:1px solid #eee;
}
.change-btn{
    background: #91be16;
    margin: 1rem auto;
    width: 90%;
    line-height:3.5rem;
    color: #fff;
    text-align: center;
    font-size:1.5rem;
}
.refund textarea{
    width: 100%;
    padding: 0.3rem 0;
    border: 1px solid #91be16;
    margin-top:0.5rem;
    resize: none;
}
/*订单记录-订单详情*/
.order-r-detail{
    margin-top:0.5rem;
}
.order-r-detail .time{
    color: #999;
    font-size:1.2rem;
}
/*我的个人资料*/
.my{
    background:#91be16;
    background-size: 100%;
    text-align: center;
    border-top:1px solid #aacc51;
    padding:0.5rem 0;
}
.my .img{
    border: 5px solid #aacc51;
    display: inline-block;
    border-radius: 50%;
    width: 96px;
    height: 96px;
    text-align: center;
}
.my img{
    width: 90px;
    vertical-align: middle;
    border-radius: 50%;
    border: 3px solid #cce097;
}
.my p{
    color: #fff;
    line-height:2.4rem;
}
.my-change a{
    display: block;
    padding: 0.5rem 5%;
    background: #fff;
    line-height: 6rem;
}
.my-change a b img{
    width: 16px;
    vertical-align: middle;
    margin-right: 0.5rem;
}
.my-change a span{
    color: #666;
}
.my-change a i{
    float: right;
    margin-top:0.2rem;
}
.my-change a i img{
    width: 8px;
}
.my-change a:nth-of-type(2){
    border-top:1px solid #eee;
}
/*更改手机号*/
.revise-phone{
    padding: 0.5rem 5%;
    background: #fff;
    line-height:2rem;
}
.revise-phone span{
    display: inline-block;
    width: 28%;
    font-size:0.95rem;
}
.revise-phone input{
    font-size:0.9rem;
}
/*个人资料*/
.datas{

    background: #fff;
}
.datas li{
    padding: 1rem 5%;
    color: #666;
    border-bottom: 1px solid #eee;
}
.datas li a{
    float: right;
    color: #333;
    font-weight:normal;
    text-align: right;
    font-size:0.9rem;
    padding-right:5%;
    position: relative;
}
.datas li a img{
    width: 30px;
    margin-top:-0.4rem;
}
.datas li a:after{
    content:"";
    background: url("../images/go.png") no-repeat;
    display: inline-block;
    background-size: 45%;
    width: 20px;
    height:20px;
    position: absolute;
    right:-12px;
    top:3px;
}
.datas li:nth-of-type(2) a:after{
    background: none;
}
/*修改头像弹窗*/
.change-headimg{
    display: none;
    width: 100%;
    height:100%;
    background: rgba(0,0,0,.4);
    position: fixed;
    top:0;
    left:0;
}
.change-headimg .change-con{
    background: #fff;
    position: absolute;
    width: 100%;
    bottom:0;
    text-align: center;
    padding: 0.5rem;
}
.change-headimg .change-con a{
    display: block;
    padding: 0.5rem;
    font-size:1.2rem;
    color: #000;
}
/*配送员-订单*/
.nav1 .nav1-ulb li{
    margin:0 17.3% ;
}
.pending{
    background: #fff;
    padding: 0.6rem 5%;
    margin-bottom:0.5rem;
}
.pend-ready img{
    width: 100%;
}
.pend-address span{
    font-size:0.8rem;
}
/*登录*/
.login{
    background: #fff;
    margin-top:1.5rem;
}
.user-img{
    padding: 1rem 5%;
}
.user-img img{
    width:20px;
    vertical-align: middle;
}
.user-img input{
    margin-left: 3%;
    font-size:1.5rem;
}
.pwd-img{
    border-top:1px solid #eee;
}

/*底部*/
footer{
    background: #fff;
    position: fixed;
    bottom:0;
    width: 100%;
    z-index: 10;
}

footer ul li{
    float: left;
    width: 50%;
    padding: 0.4rem 0;
    text-align: center;
}
footer ul li img{
    width: 24px;
}
footer ul li .img2{
    display: none;
}
footer ul li.active .img1{
    display: none;
}
footer ul li.active .img2{
    display: inline-block;
}

.index-foot ul li a img:nth-of-type(1){
    display: inline-block;
}
.index-foot ul li a img:nth-of-type(2){
    display: none;
}
.index-foot ul li.cur a img:nth-of-type(1){
    display: none;
}
.index-foot ul li.cur a img:nth-of-type(2){
    display: inline-block;
}
/*欢迎*/
.wel-select{
    padding: 0 5%;
    height: 3rem;
    line-height:3rem;
    font-size:0.9rem;
    color: #666;
}
.wel-select img{
    width: 15px;
    vertical-align: middle;
    margin-right: 3%;
}
.welcome li{
    font-size:0.9rem;
    padding:0.8rem 5%;
}
.welcome li:after{
    clear: both;
    content: '';
    display: block;
}
.welcome li span{
    width: 33%;
    float: left;
}
.welcome li select{
    width: 67%;
    float: left;
    text-align: left;
    margin-top:0.2rem;
    background: url("../images/down2.png") no-repeat right center;
    background-size: 20px;
    outline:none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}

/*选择地区*/
.sel-btns{
    background: #666;
    padding: 0.5rem;
}
.sel-btns .quxiao,.sel-btns .queding{
    width:20%;
    background: #91be16;
    color: #fff;
    padding: 0.5rem 0;
    border-radius: 0.2rem;
}
.sel-btns .queding{
    float: right;
}
.select-place-bg{
    background: rgba(0,0,0,.4);
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: none;
}
.select-place{
    width: 100%;
    height: 14rem;
    padding: 0.5rem 0;
    display: none;
    position: absolute;
    bottom:0;
    background: #fff;
}
.select-place ul li{
    padding: 0.5rem 0;
    color: #333;
}
.select-place ul li.active{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.select-place ul li>div{
    text-align: center;
}
.select-place ul li:after{
    content: '';
    display: block;
    clear: both;
}
/*主页*/
.index-head{
    width: 100%;
}
.index-head .head_return span{
    color: #fff;
    font-family:"宋体";
    font-size:1.8rem;
    font-weight:bold;
}

.index-head .head-sel-address{
    width: 75%;
    font-size:1.5rem;
    margin-top:1rem;
    position: relative;
}
.index-head .head-sel-address a{
    color: #fff;
}
.index-head .head-sel-address b:after{
    content: '';
    width: 0;
    height:0;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    border-top:5px solid #fff;
    position: absolute;
    right:2px;
    top:8px;
}
.index-head .head_right{
    width: 10%;
}
/*首页轮播*/
.banner-imgs {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.banner-imgs .hd {
    width: 100%;
    height: 11px;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    text-align: center;
}

.banner-imgs .hd ul {
    display: inline-block;
    height: 1.2rem;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 0;
    vertical-align: top;
}

.banner-imgs .hd ul li {
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    margin: 0 5px;
    vertical-align: top;
    overflow: hidden;
}

.banner-imgs .hd ul .on {
    background: #91be16;
}

.banner-imgs .bd {
    position: relative;
    z-index: 0;
}

.banner-imgs .bd li img {
    width: 100%;
}

.banner-imgs .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
}
/*优惠券*/
.nav1 .yhq li{
    margin:0 10.2%;
    /*padding: 0.6rem 10%;*/
}
.yhq-list{
    padding:1rem 5% 0;
}
.yhq-list .yhq-list-lf{
    float: left;
    width: 33%;
    padding: 0 5%;
    box-sizing: border-box;
    color: #fff;
    font-size:2.5rem;
    height: 10rem;
    line-height:10rem;
    background: url("../images/yhq.png") no-repeat;
    background-size: cover;
    text-align: center;
}
/*过期优惠券*/
.yhq-guoqi .yhq-list-lf{
    background: url("../images/yhq2.png") no-repeat;
    background-size: cover;
}
.yhq-list .yhq-list-rt{
    float: left;
    width: 67%;
    background: #fff;
    height: 10rem;
    font-size:1.2rem;
    box-sizing: border-box;
    padding: 0.4rem;
    padding-right: 0;
}
.yhq-list .yhq-list-rt .txt span{
    background: #ff6900;
    display: inline-block;
    color: #fff;
    padding: 0.2rem;
    border-radius: 0.4rem;
    margin-right: 1rem;
}
.yhq-list .yhq-list-rt .time{
    line-height:1.8rem;
    margin: 1rem 0;
    color: #666;
}
.yhq-list .yhq-list-rt .btn{
 /*   padding: 0.3rem 0;
    margin-top:0.2rem;*/
    text-align: center;
    width: 100%;
    color: #ff6900;
    
}
.yhq-all .yhq-all-1{
    display: none;
}
/*红包优惠券*/
.hongbao{
    padding:0.8rem 0;
    background: #fff;
}
.hongbao li{
    float: left;
    width: 45%;
    margin-left: 3.333%;
}
.hongbao li img{
    width: 100%;
}
.floor{
    width: 100%;
    padding-top: 1rem;
    /*background: #fff;*/
    margin-top:0.8rem;
}
.floor h1{
    text-align: center;
    font-size:1.4rem;
    position: relative;
    margin-bottom:1.2rem;
    font-family: "宋体";
    font-weight:bold;
}
.floor h1:after{
    content: '';
    display: block;
    position: absolute;
    left:50%;
    width: 30px;
    height: 5px;
    margin-left:-15px;
    margin-top:5px;
    border-radius: 8px;
    background: #aacc51;
}
.floor .top-img img{
    width: 100%;
    display: block;
}
.floor-list li{
    float: left;
    width: 50%;
    background: #fff;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    padding: 0.1rem 0;

}
.floor-list li:nth-of-type(1){
    border-left:1px solid #eee;
}
.floor-list li img{
    width: 15rem;
    height:15rem;
    margin: 0 auto;
    display: block;
    #max-width: 50%;
}
.floor-list li p{
    font-size:1.2rem;
    padding:0 1%;
    color: #333;
}
.floor-list li .price{
    color: #ff0000;
    font-weight:bold;
    margin-top:0.1rem;
}
/*首页底部*/
.index-foot{
    border-top:1px solid #ddd;
}
.index-foot ul li{
    width: 20%;
}
.index-foot ul li img{
    width: 36px;
}
.index-foot ul .home{
    position: relative;
}
.index-foot ul .home div{
    position: absolute;
    left:0.6rem;
    top:-1.5rem;
    /*background: #fff;*/
}
.index-foot ul .home img{
    width: 60px;
    display: block;
    margin-left:2px;
    margin-top:2px;
    z-index:9;
}
/*首页-热门推荐*/
.hot-item h2{
    padding: 0.5rem 1rem;
    font-size:1rem;
}
.hot-item h2 span{
    padding-left:0.5rem;
    border-left: 3px solid #91be16;
}
.hot-item h2 a{
    float: right;
    color: #91be16;
}
.hot-item .floor-list{padding:0 0.2rem;}
.hot-item .floor-list li{
    width: 49.5%;
    margin-right: 1%;
    border:0;
    margin-bottom:0.3rem;
}
.hot-item .floor-list li:nth-of-type(2n){
    margin-right:0;
}

/*搜索页*/
.search-head .head_title{
    margin-top:0.5rem;
    position: relative;
    border: 1px solid #ddd;
    border-radius: .4rem;
}
.search-head .head_title input{
    width: 96%;
    height:2rem;
    padding: 0.2rem 0;
    line-height:2rem;
    border-radius: 4px;
    box-sizing: border-box;
    padding-left:12%;
    background-color: #fff;
    background-image: url("../images/search.png");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 5px center;

}
.search-head .head_title i{
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    right:10px;
    top:7px;
    background: url("../images/delete.png") no-repeat;
    background-size: 100%;
}
/*热搜*/
.hot-search{
    padding: 0.5rem 0 0.5rem 5%;
}
.hot-search ul{
    margin-top:0.5rem;
}
.hot-search ul li{
    background: #e7e7e7;
    padding: 0.3rem 5%;
    float: left;
    margin-right:5%;
    border-radius: 5px;
}
.hot-search ul li a{
    color: #333;
    font-size:0.8rem;
}

/*我的订单*/
.order-head {
    background: #fff;
    border-bottom:1px solid #eee;
}
.order-head .head_title{
    color: #000;
    font-weight:bold;
}
.nav2{
    border-bottom:1px solid #eee;
    background: #fff;
}
.nav2 ul li{
    width: 20%;
    height:3rem;
    line-height:3rem;
    float: left;
    text-align: center;
    overflow: hidden;
}
.nav2 ul li span{
    display: inline-block;
    position: relative;
}
.nav2 ul li.cur span{
    color: #ff0000;
}
.nav2 ul li.cur span:after{
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom:0;
    background: #ff0000;
    transition: 10s;
}
/*我的订单*/
.orderlist-item{
    background: #fff;
    margin-bottom:0.5rem;
}
.orderlist-item .item-top,
.orderlist-item .item-mid,
.orderlist-item .item-bot,
.orderlist-item .pay-btn{
    padding: 0.6rem 4%;
}
.orderlist-item .item-top span{
    float: right;
    color: #ff0000;
    font-size:0.8rem;
    margin-top:0.1rem;
}
.orderlist-item .item-top .cancel{
    color: #888;
}
.orderlist-item .item-top .del{
    vertical-align: middle;
    width: 22px;
    margin-left:1rem;
}
.orderlist-item .item-mid{
    background: #fafafa;
}
.orderlist-item .item-mid img{
    width: 23%;
    vertical-align: middle;
    margin-right:3%;
}
.orderlist-item .item-mid span{
    display: inline-block;
    width: 70%;
    font-size:0.9rem;
}
.orderlist-item .item-bot{
    text-align: right;
    font-size:0.9rem;
}
.orderlist-item .item-bot b{
    font-size:1.5rem;
}
.pay-btn{
    border-top:1px solid #eee;
    text-align: right;
}
.pay-btn a{
    border:1px solid #ff0000;
    color: #ff0000;
    background: #fff;
    border-radius: 3px;
    padding:0.5rem 3%;
    font-size:1.3rem;
}
/*删除商品弹窗*/
.del-warning{
    background: rgba(0,0,0,.3);
    width: 100%;
    height:100%;
    position: fixed;
    top:0;
    left:0;
    display: none;
}
.del-warning .a{
    position: absolute;
    top:45%;
    left: 50%;
    margin-left:-30%;
    background: #fff;
    width: 52%;
    padding:0.5rem 4%;
    text-align: center;
}
.del-warning .a p{
    line-height:3rem;
}
.del-warning .b{
    width: 100%;
    margin: 0.5rem auto;
}
.del-warning .b button{
    background: #ddd;
   /* margin-left:10%;*/
    padding: 0.3rem 10%;
}
.del-warning .b .qd{
    background: #ff0000;
    color: #fff;
}
.myorderlist .my-olist{
    display: none;
}
.myorderlist .my-olist:first-of-type{
    display: block;
}
.pay-btn.daishou button{
    padding: 0.3rem 3%;
    margin-left:4%;
    border: 1px solid #999;
    color: #D0342E;
}
.pay-btn.daishou .aa{
    color: #999;
}
/*填写订单*/
.fill-order{
    background: #fff;
    padding:0 0 50px 0;
    font-size:0.9rem;
}
.fill-order .info1{
    padding:0.8rem 0;
	margin:10px 3% 0 3%;
	width:94%;
}
.fill-order .info1 i{
    float: right;
}
.fill-order .info1 i img{
    width:8px;
}
.fill-order .info2{
    font-weight:bold;
    padding:  0 0 0.8rem;
	margin:0 3%;
    border-bottom:1px solid #eee;
}
.fill-order .info3 .w{
    padding:0.5rem 3%;
}
.fill-order .info3 .img{
    width: 20%;
    float: left;
}
.fill-order .info3 .img img{
    width: 100%;
}
.fill-order .info3 .txt{
    width: 77%;
    float: left;
    margin-left:3%;
}
.fill-order .info3 .txt .name{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.fill-order .info3 .txt .num{
    color: #999;
    padding-top:0.2rem;
}
.fill-order .info3 .txt .price{
    margin-top:0.8rem;
    font-weight:bold;
}
.fill-order .info3 .txt .price span{
    float: right;
}
.fill-order .info4{
    background: #fff3db;
    padding: 0.5rem 0;
    color: #7e756e;
}
.fill-order .info4 span{
    float: left;
}
.fill-order .info4 .a{
    width: 30%;
    margin-top:1rem;
}
.fill-order .info4 .b{
    width: 68%;
}
.fill-order .info5{
    padding:0.5rem 0;
	margin:0 0 0 0;
    border-top:1px solid #ddd;
}
.fill-order .info5 span{
    display: inline-block;
    padding-top:0.5rem;
}
.fill-order .info5 img{
    float: right;
    vertical-align: middle;
    border: 1px solid #fff;
}

.fill-order .info6{
    border-top:1px solid #ddd;
    padding:0.5rem 0;
}
.fill-order .info6 input{
    float: right;
    width: 40%;
    text-align: right;
    padding-right: 2%;
}
.fill-order .info6.time{
    position: relative;
    padding-right:5%;
}
.fill-order .info6.time:after{
    content: '';
    position: absolute;
    right:0;
    margin: 0 3px;
    background: url("../images/down2.png") no-repeat right center;
    background-size: 100%;
    width: 18px;
    height:18px;
}
.fill-order .info6 select,
.fill-order .info7 span,
.fill-order .info8 span{
    float: right;
}
.fill-order .info6 select{
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: none;

    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;

    padding-right:7%;
}
.fill-order .info6.yhq-sel{
    position: relative;
}

.fill-order .info6 i{
    background: url("../images/down2.png") no-repeat right center;
    background-size: 100%;
    float: right;
    position: absolute;
    right:3px;
    width: 18px;
    height:18px;
}
.fill-order .info7{
    border-top:5px solid #eee;
    padding:0.5rem 0;
	height:35px;
	line-height:20px;
}
.fill-order .info8{
    padding:0.5rem 0;
	line-height:20px;
	height:30px;
}
.sub{
    border-top:1px solid #ddd;
    /*padding:0.5rem 3%;*/
    text-align: right;
    background: #fff;
	height:40px;
	line-height:40px;
	font-size:16px;
	overflow:hidden;
	position:fixed;
	bottom:0px;left:0px;
	width:100%;
	
}
.sub span{
    color: #ff0000;
    margin-right:2%;
}
.sub button{
    padding:0 3.8rem;
    color: #fff;
    background: #ff0000;
	height:41px;
	line-height:40px;
	position:relative;
	top:-1px;
    /*border-radius: 3px;*/
}
/*收银台*/
.pay{
    padding:0.5rem 5%;
    border-bottom:1px solid #ddd;
}
.pay .pay-jine{
    font-size:0.9rem;
}
.pay .pay-jine span.b{
    color: #ff0000;
    float: right;
}
.pay .pay-type{
    position: relative;
    padding-top:1rem;
}
.pay .pay-type img{
    width: 40%;
}
.pay .pay-type i{
    position: absolute;
    right:0;
    top:44%;
    width: 10px;
    height:18px;
    background: url("../images/go.png") no-repeat right bottom;
    background-size: 100%;
}

/*订单状态*/
.order-status .sta{
    padding-left:7%;
    padding-top:0.8rem;
    height:3.8rem;
    color: #fff;
    background: url("../images/sta-bg.png") no-repeat;
    background-size: 100%;
}
.order-status .sta p{
    font-size:0.8rem;
    font-family:"宋体";
    margin-top:0.8rem;
}
.order-status .sta-con{
    padding: 0 3%;
    background: #fff;
    font-size:0.9rem;
    margin-top:1rem;
}
.order-status .sta-con>div{
    line-height:1.8rem;
}
.order-status .sta-con .sta-info1 span{
    color: #ff0000;
    font-weight:bold;
}
.sta-con .sta-info4{
    border-top:0.5rem solid #ddd;
    border-bottom:0.5rem solid #ddd;
}
.sta-con .sta-info4 .shop-name{
    padding: 0.3rem ;
    border-bottom: 1px solid #ccc;
    font-weight:bold;
}
.sta-con .sta-info4 .w{
    padding:0.5rem 0;
}
.sta-con .sta-info4 .img{
    width: 20%;
    float: left;
}
.sta-con .sta-info4 .img img{
    width: 6rem;
    height:6rem;
}
.sta-con .sta-info4 .txt{
    width: 77%;
    float: left;
    margin-left:3%;
}
.sta-con .sta-info4 .txt .name{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sta-con .sta-info4 .txt .num{
    color: #999;
    padding-top:0.2rem;
}
.sta-con .sta-info4 .txt .price{
    margin-top:0.8rem;
    font-weight:bold;
}
.sta-con .sta-info4 .txt .price span{
    float: right;
}

.sta-con .sta-info5{
    padding: 0.5rem 0;
	line-height:30px;
}
.sta-con .sta-info6{
    padding:0.3rem 0;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}
.sta-con .sta-info6 span{
    display: inline-block;
    padding-top:0.5rem;
}
.sta-con .sta-info6 img{
    float: right;
    vertical-align: middle;
    /*border: 1px solid #ff0000;*/
}

.sta-con .sta-info7 span,
.sta-con .sta-info8 span,
.sta-con .sta-info9 span{
    float: right;
}

.order-status .sta-con .sta-info7{
    line-height:1.7rem;
    margin-top:0.3rem;
}
.order-status .sta-con .sta-info8{
    line-height:1.7rem;
}
.order-status .sta-con .sta-info9{
    line-height:1.7rem;
    color: #ff0000;
}
.order-status .sta-con p.pay-amount{
    text-align: right;
    line-height:2rem;
    margin-top:0.3rem;
    font-size:1rem;
}
.order-status .sta-con p.pay-amount span{
    color: #ff0000;
}
.sta-pay{
    padding: 0.8rem 3%;
    text-align: right;
}
.sta-pay button{
    background: none;
    margin-right: 2%;
    width: 4.5rem;
    padding: 0.2rem 0;
    border: 1px solid #999;
    border-radius: 2px;
}
.sta-pay .go-pay{
    color: #ff0000;
    border: 1px solid #ff0000;
}

#show{
    display: none;
    width: 100%;
    height:100%;
    position: fixed;
    top:0;
    left:0;
    background: rgba(0,0,0,.5);
}
#show .con {
    background: #fff;
    width: 80%;
    height: 14rem;
    padding: 0 1rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#show .con h1{
    text-align: center;
    font-size:1.5rem;
    color: #ff0000;
    font-weight:bold;
    margin-top:1rem;
    margin-bottom:0.5rem;
}
#show .con >p{
    line-height:1.7rem;
}
#show .con-btn{
    width: 12rem;
    margin:1rem auto 0;
}
#show .con-btn button{
    /*width: 3.5rem;*/
    padding: 0.3rem 0.5rem;
    color: #ff0000;
    border: 1px solid #ff0000;
    background: #fff;
    margin-top: 1rem;
}
#show .con-btn .qr{
    float: right;
}

/*订单跟踪*/
.orderTrack-info{
    padding:0.8rem 1rem;
    background: #fff;
    font-size:0.9rem;
}
.orderTrack-info p{
    line-height:1.8rem;
}
.div-hr{
    margin:1rem 0;
    border:2px solid #eee;
}

.orderTrack-progress li{
    padding-bottom:3.5rem;
}
.orderTrack-progress li b{
    display: inline-block;
    width: 0.7rem;
    height:0.7rem;
    background: #ddd;
    border-radius: 50%;
    margin-right:1rem;
    position: relative;
}
.orderTrack-progress li b:after{
    content: "";
    width: 0;
    height:5rem;
    border-left:1px solid #ddd;
    position: absolute;
    top:0.7rem;
    left: 0.34rem;
}
.orderTrack-progress li.cur b{
    background: #91be16;
}
.orderTrack-progress li p{
    padding-left:1.7rem;
    font-size:0.8rem;
}

.orderTrack-progress li:last-of-type b:after{
    height:0;
}
.orderTrack-info .yhqlq{
    border-top:1px solid #ddd;
    padding: 0.5rem 0;
}
.orderTrack-info .yhqlq img{
    width: 100%;
}
/*申请退款*/
.sqRefund{
    padding: 1rem 3%;
    background: #fff;
}
.sqRefund h1{
    background: #ddd;
    padding:0.5rem 5%;
    font-size:1.6rem;
}
.sqRefund .reason{
    padding: 1rem 0 1rem 5%;
    font-size:1.4rem;
}
.sqRefund .reason select{
    width: 61%;
    border: 0;
    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;

    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("../images/down2.png") no-repeat right center;
    background-size: 20px;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }
.sqRefund p{
    font-size:1.7rem;
    padding-left:5%;
}
.sqRefund .tk-btn{
    text-align: center;
    padding: 2rem 0;
}
.sqRefund .tk-btn button{
    background: #da251c;
    color: #fff;
    padding: 0.3rem 1rem;
    font-size:1.7rem;
    border-radius: 3px;
    margin-top:5rem;
}
/*退款进度*/
.refund-pro{
    padding:0 1rem 0.8rem;
    background: #fff;
}
.refund-pro .info1{
    padding: 0.8rem 0;
    border-bottom:1px solid #ddd;
    font-size:0.9rem;
}

.refund-pro .info1 p b{
    color: #da251c;
}
.refund-pro .info2{
    padding-top:1rem;
    font-size:0.9rem;
	width:100%;
}
.refund-pro .info2 p{
    line-height:1.8rem;
}

/*产品详情页*/

.pro-detail .pro1 img{
    width:100%;
}
.pro-detail .pro2{
    padding: 0.5rem;
    line-height:1.6rem;
    background: #fff;
}
.pro-detail .pro2 .pro4{
    font-size:0.8rem;
    color: #da251c;
}
.pro-detail .pro2 .pro5{
    color: #da251c;
    margin: 1rem 0;
}
.pro-detail .pro2 .pro5 span{
    font-size:1.5rem;
    display: inline-block;
    margin-top:-0.1rem;
}
.pro-detail .pro2 .pro5 b{
    margin-left:1rem;
    background: #da251c;
    line-height:1.1rem;
    padding: 0 5px;
    color: #fff;
    font-size:1.2rem;
    display: inline-block;
    margin-top:-0.1rem;
}
.pro-detail .pro2 .pro6{
    font-size:1.5rem;
}
.pro-detail2{
    padding:0 0.5rem;
    background: #fff;
    margin-top:0.5rem;
    font-size:1.5rem;
}
.pro-detail2 li{
    padding: 0.5rem 0;
    line-height: 2.6rem;
}
.pro-detail2 li.nums div{
    float: right;
    box-sizing: border-box;
    border: 1px solid #ddd;
}
.pro-detail2 li.nums a.num-reduce,
.pro-detail2 li.nums div input,
.pro-detail2 li.nums a.num-add{
    float: left;
    width: 1.6rem;
    height:1.2rem;
    line-height:1.2rem;
    text-align: center;
    color: #333;
}
.pro-detail2 li.nums a.num-reduce,
.pro-detail2 li.nums a.num-add{
    width:1.2rem;
}
.pro-detail2 li.nums div input{
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
}
.pro-detail2 li.choosed span{
    float: left;
}
.pro-detail2 li.choosed .txt{
    float: left;
    margin-left:1rem;
}
.pro-detail2 li.choosed i{
    float: right;
    font-size: 22px;
    margin-top: -2px;
    margin-right: .7rem;
}
.pro-detail2 li.tips{
    /*background: #ffb03f;*/
    /*padding-left:10px;*/
    font-size:1.2rem;
	color:red;
}
.pro-detail2 li.canshu i{
    float: right;
    width: 10px;
    height:17px;
    background: url("../images/go.png") no-repeat right center;
    background-size: 95%;
}
.pro-detail2 li.pro-detail3 p{
    padding-bottom:1rem;
}
/*商品详情图片轮播展示*/
#pro1 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#pro1 .hd {
    width: 100%;
    height: 11px;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    text-align: center;
}

#pro1 .hd ul {
    display: inline-block;
    height: 1.2rem;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 0;
    vertical-align: top;
}

#pro1 .hd ul li {
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    margin: 0 5px;
    vertical-align: top;
    overflow: hidden;
}

#pro1 .hd ul .on {
    background: #91be16;
}

#pro1 .bd {
    position: relative;
    z-index: 0;
}

#pro1 .bd li img {
    width: 100%;
}

#pro1 .bd li a{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
}
#showPic{
    position: fixed;
    left:0;
    top:0;
    width: 100%;
    height:100%;
    background: rgba(0,0,0,.8);
    z-index: 20;
}
#showPic .bd{
    width: 90%;
    height: 60%;
    padding-top:20%;
    margin-left:5%;
}
#showPic .bd img{
    width: 100%;
}
.pro-detail2 img{
    width:100%;
}
/*商品详情选择弹窗*/
.flick-bg{
    display: none;
    width: 100%;
    height:100%;
    position: fixed;
    top:0;
    left:0;
    background: rgba(0,0,0,.5);
    z-index: 10;

    -webkit-animation: top .3s linear;
    -moz-animation: top .3s linear;
    -ms-animation: top .3s linear;
    -o-animation: top .3s linear;
    animation: top .3s linear;
}
@-webkit-keyframes top{/* Safari 和 Chrome */
    0%   {left:0px; top:100%;}
    100% {left:0px; top:0px;}
}
@keyframes top{
    0%   {left:0px; top:100%;}
    100% {left:0px; top:0px;}
}

.flick-bg .choosed-content{
    background: #fff;
    position: absolute;
    width: 94%;
    padding:2% 3%;
    height:64%;
    left:0;
    bottom:0;
}
.flick-bg .choosed-content .content-top .img img{
    width: 80px;
}
.flick-bg .choosed-content .content-top .img,
.flick-bg .choosed-content .content-top .txt{
    float: left;
}
.flick-bg .choosed-content .content-top .txt{
    width: 60%;
    height: 7rem;
    margin: 2rem 0 0 2rem;
    color: #ff0000;
}
.flick-bg .choosed-content .content-top .txt p{
    color: #999;
    font-size:1.5rem;
}
.flick-bg .choosed-content .content-top button{
    position: absolute;
    right:2px;
    top:2px;
    width: 20px;
    height:20px;
    border-radius: 50%;
    line-height:20px;
    background: #eee;
    color: #666;
    font-size:1.3rem;
}
.flick-bg .choosed-content .content-ct h1{
    font-size:0.9rem;
    margin:1rem 0;
    border-top:1px solid #eee;
    padding-top:0.5rem;
    color: #666;
}
.flick-bg .choosed-content .content-ct ul li{
    float: left;
    border: 1px solid #ddd;
    font-size:0.9rem;
    margin-right:0.5rem;
    margin-bottom:0.5rem;
    padding: 0.2rem 1.2rem;
    border-radius: 3px;
}
.flick-bg .choosed-content .content-ct ul li.cur{
    border: 0.5px solid #ff0000;
    color: #ff0000;
}
.flick-bg .choosed-content .content-bot >span{
    font-size:1.5rem;
    color: #666;
}
.flick-bg .choosed-content .content-bot .nums{
    float: right;
    box-sizing: border-box;
    border: 1px solid #ddd;
}
.flick-bg .choosed-content .content-bot .nums a.num-reduce,
.flick-bg .choosed-content .content-bot .nums input,
.flick-bg .choosed-content .content-bot .nums a.num-add{
    float: left;
    width: 3.6rem;
    height:3.2rem;
    line-height:3.2rem;
    text-align: center;
    color: #333;
}
.flick-bg .choosed-content .content-bot .nums a.num-reduce,
.flick-bg .choosed-content .content-bot .nums a.num-add{
    width:3.2rem;
}
.flick-bg .choosed-content .content-bot .nums input{
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
}
.flick-menu-btns{
    width: 100%;
    position: absolute;
    left:0;
    bottom:0;
}
.flick-menu-btns a{
    float: left;
    width: 50%;
    height:4.6rem;
    line-height:4.6rem;
    text-align: center;
    color: #fff;
}
.flick-menu-btns a.buy-now{
    background: #ffb03f;
}
.flick-menu-btns a.add-car{
    background: #ff0000;
}

/*购物车*/
.gwc-cart .shop-name{
    font-size:1rem;
    padding: 0.8rem 0.5rem;

}
.gwc-cart-ul li{
    border-top:1px solid #ddd;
    padding: 0.5rem;
}
.gwc-cart .shop-name span,
.gwc-cart-ul .lf span{
    position: relative;
    float: left;
}
.gwc-cart .shop-name span{
    margin-right:1rem;
}
.gwc-cart-ul .lf span{
    margin-top:2.2rem;
}
/*选择按钮样式*/
.gwc-cart .shop-name .input-check,
.gwc-cart-ul .lf .input-check,
.gwc-foot .con-lf .sel-all input{
    position: absolute;
    width: 18px;
    height:18px;
    visibility: hidden;
}
.gwc-cart .shop-name .input-check+label,
.gwc-cart-ul .lf .input-check+label,
.gwc-foot .con-lf .sel-all input+label{
    display: inline-block;
    width: 18px;
    height:18px;
    background: url("../images/right1.png") no-repeat;
    background-size: 18px;
    vertical-align: middle;
}
.gwc-cart .shop-name .input-check:checked+label,
.gwc-cart-ul .lf .input-check:checked+label,
.gwc-foot .con-lf .sel-all input:checked+label{
    background: url("../images/right2.png") no-repeat;
    background-size: 18px;
    vertical-align: middle;
}
/*选择按钮样式结束*/
.gwc-cart-ul .lf,.gwc-cart-ul .rt{
    float: left;
}
.gwc-cart-ul .lf{
    width: 10%;
}
.gwc-cart-ul .rt{
    width: 90%;
}
.gwc-cart-ul .rt .goods-img{
    float: left;
    border: 1px solid #eee;
    border-radius: 5px;
}
.gwc-cart-ul .rt img{
    width: 90px;
    height:90px;
}
.gwc-cart-ul .rt .con{
    margin-left:100px;
}
.gwc-cart-ul .rt .con >h2{
    font-size:0.9rem;
    margin-top:0.5rem;
}
.gwc-cart-ul .rt .con2{
    margin-top:1.5rem;
    color: #ff0000;
    font-size:0.8rem;
}
.gwc-cart-ul .rt .con2 .yufu{
    margin-left:1rem;
}
.gwc-cart-ul .rt .con2 .num-btns{
    float: right;
    box-sizing: border-box;
    border: 1px solid #ddd;
}
.gwc-cart-ul .rt .con2 .num-btns a.num-reduce,
.gwc-cart-ul .rt .con2 .num-btns input,
.gwc-cart-ul .rt .con2 .num-btns a.num-add{
    float: left;
    width: 2.2rem;
    height:2.2rem;
    line-height:2.2rem;
    text-align: center;
    color: #333;
}
.gwc-cart-ul .rt .con2 .num-btns a.num-reduce,
.gwc-cart-ul .rt .con2 .num-btns a.num-add{
    width:2.2rem;
}
.gwc-cart-ul .rt .con2 .num-btns input{
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
}
.wxts{
    margin-top:2rem;
    background: #E77843;
    padding: 0.5rem;
}
.wxts .tips{
    color: #FCF902;
    font-size:0.9rem;
    margin-bottom:1rem;
}
.wxts .con{
    padding-left:8%;
    font-size:0.8rem;
}
.gwc-foot{
    position: fixed;
    bottom: 3.9rem;
    width: 97%;
    padding-left:3%;
    background: #fff;
}
.gwc-foot .con-lf{
    float: left;
    height: 3rem;
    line-height:3rem;
}
.gwc-foot .con-lf .sel-all{
    position: relative;
    font-size:0.9rem;
}
.gwc-foot .con-lf .sel-all input+label{
    margin-right:3px;
}
.gwc-foot .con-lf .amout{
    color: #999;
    font-size:0.9rem;
}
.gwc-foot .con-lf .amout span{
    color: #ff0000;
}
.gwc-foot .con-rt{
    float: right;
    height: 3rem;
    line-height:3rem;
    background: #FF6900;
    padding: 0 1.2rem;
    font-size:1.2rem;
    color: #fff;
}

/*评价订单*/
/*星级评分*/
.startone {
    margin-top:0.6rem;
}

.startone p {
    float: left;
    margin-left: 12px;
    margin-top: 8px;
}

.star_score {
    /*background: url(../images/stark2.png);*/
    width: 160px;
    height: 21px;
    margin-top: 8px;
    float: left;
    position: relative;
}

.star_score a {
    height: 21px;
    display: block;
    text-indent: -999em;
    position: absolute;
    left: 0;
}

.star_score a:hover {
    background: url(../images/stars2.png);
    left: 0;
}

.star_score a.clibg {
    background: url(../images/stars2.png);
    left: 0;
}

/*星星样式*/

.show_number {
    padding-left: 50px;
    padding-top: 20px;
}

.show_number li {
    width: 240px;
    border: 1px solid #ccc;
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 20px;
}

.atar_Show {
    background: url(../images/stark2.png);
    width: 160px;
    height: 21px;
    position: relative;
    float: left;
}

.atar_Show p {
    background: url(../images/stars2.png);
    left: 0;
    height: 21px;
    width: 134px;
}

.show_number li span {
    display: inline-block;
    line-height: 21px;
}

.btn-xd {
    text-align: center;
}

.btn-xd button {
    width: 150px;
    padding: 10px 0;
    border: 0;
    border-radius: 5px;
    font-size: 16px;
    background: #ff6900;
    color: #fff;
    margin-top: 20px;
    cursor: pointer;
}
.goods-eva{
    padding: 0.8rem 0;
    background: #fff;
}
.goods-eva .img{
    float: left;
    width: 30%;
    text-align: center;
}
.goods-eva .img img{
    width: 88px;
    height:88px;
    border: 1px solid #ddd;
}
.goods-eva .pj-score{
    float: left;
    width: 68%;
    margin-left:2%;
    padding-top:1rem;
}
.goods-eva .txt{
    padding: 0.5rem 0;
}
.goods-eva .txt textarea{
    width: 90%;
    height:3rem;
    margin-left:1%;
    padding: 0.5rem 4%;
    border: 0;
    resize: none;
    background: #F8F8F8;
}
.sevice-eva{
    margin-top:1rem;
    background: #fff;
}
.sevice-eva h1{
    font-size:0.9rem;
    padding: 0.5rem 3%;
    border-bottom:1px solid #ddd;
}
.sevice-eva h1 span{
    float: right;
}
.sevice-eva ul li{
    padding: 0.6rem 3%;
    font-size:0.9rem;
}
.sevice-eva ul li:after{
    content: '';
    display: block;
    clear: both;
}
.sevice-eva ul li>span{
    float: left;
    padding-top:0.5rem;
}
#eva1,#eva2{
    float: right;
    margin-top:0;
}

/*评价成功*/
.eva-ok{
    padding: 1rem 0;
    text-align: center;
}
.eva-ok img{
    width: 70px;
    vertical-align: middle;
}
.eva-ok b{
    margin-left:0.5rem;
    color: #999;
}
.eva-tj >h1{
    text-align: center;
    background: #F8F8F8;
    font-size:1rem;
    color: #888;
    padding: 0.6rem 0;
}
.eva-tj ul li{
    padding: 0.5rem 5%;
    border-bottom:1px solid #eee;
}
.eva-tj ul li .img{
    float: left;
}
.eva-tj ul li img{
    width: 88px;
}
.eva-tj ul li .txt{
    float: left;
    margin-left:8%;
    padding-top:1rem;
    font-size:0.9rem;
}
.eva-tj ul li .txt h1{
    font-size:0.9rem;
    color: #000;
}
.eva-tj ul li .txt h2{
    font-size:0.9rem;
    color: #ff0000;
    padding-top:2rem;
}
.eva-tj ul li:after{
    content: '';
    display: block;
    clear: both;
}

/*产品排列*/
.search-sort>div a{
    color: #000;
    font-size: 1.5rem;
    margin-right: .4rem;
}
.search-sort>div{
    float: left;
    padding: 0 1rem;
    height:2.5rem;
    line-height:2.5rem;
    position: relative;
    font-size:0.9rem;
    margin-right: 1rem;
}
.search-sort{
    padding: 0 2%;
   /* border-top:1px solid #eee;
    border-bottom:1px solid #eee;*/
}
/*.search-sort .sales i,
.search-sort .price i{
    width: 0;
    height:0;
    position: absolute;
    right:0;
    top:1rem;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    border-bottom:5px solid #ddd;
}*/
.search-sort .list-style{
    float: right;
    padding: 0 0.2rem;
}
.search-sort .list-style img{
    width: 20px;
    height:20px;
    vertical-align: middle;
}
/*商品排列方式1*/
ul.style-col li{
    padding: 0.5rem 2%;
    border-bottom:1px solid #eee;
    background: #fff;
}
ul.style-col li:after{
    content: '';
    display: block;
    clear: both;
}
ul.style-col li img{
    float: left;
    width: 100px;
    height:100px;
}
ul.style-col li .txt{
    float: left;
    margin-left:1rem;
    margin-top:1rem;
}
ul.style-col li .txt h1{
    font-size:0.9rem;
    color: #333;
}
ul.style-col li .txt h2{
    font-size:0.9rem;
    margin-top:2rem;
    color: #ff0000;
}
ul.style-col li .txt h2 i{
    font-size:0.7rem;
    font-style: normal;
}
ul.style-col li .txt h2 b{
    font-size:0.7rem;
    background: #ff0000;
    color: #fff;
    padding: 0 5px;
    font-weight:normal;
    margin-top: 1rem;
}
/*商品排列方式2*/

ul.thumb li{
    float: left;
    padding: 0.5rem 0%;
    width: 49.5%;
    box-sizing: border-box;
    border-bottom:1px solid #eee;
    text-align: center;
    background: #fff;
    margin-bottom:0.3rem;
}
ul.thumb li:nth-of-type(odd){
    margin-right: 1%;
}
ul.thumb li img{
    float: none;
    width: 15rem;
    height:15rem;
}
ul.thumb li .txt{
    float: none;
    margin: 0;
}
ul.thumb li .txt h1{
    font-size:0.9rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top:1px solid #eee;
    padding-top:0.2rem;
}
ul.thumb li .txt h2{
    font-size:0.9rem;
    margin-top:0.2rem;
    color: #ff0000;
    text-align: left;
}
ul.thumb li .txt h2 i{
    font-size:1.2rem;
    font-style: normal;
}
ul.thumb li .txt h2 b{
    font-size:0.7rem;
    background: #ff0000;
    color: #fff;
    padding: 0 5px;
    font-weight:normal;
    margin-top: .4rem
}

/*商品详情页跳转的评价页*/
#show-eva .hd ul{
    background: #fff;
    border-bottom:1px solid #ddd;
}
#show-eva .hd ul li{
    float: left;
    width: 25%;
    font-size:0.9rem;
    padding: 0.5rem 0;
    text-align: center;

}
#show-eva .hd ul li.on{
    color: #da251c;
}
#show-eva .bd ul li{
    padding: 0.5rem 2%;
    background: #fff;
}
#show-eva .bd ul li:after{
    content: '';
    display: block;
    clear: both;
}
#show-eva .bd ul li .img{
    float: left;
    width: 20%;
}
#show-eva .bd ul li .img img{
    width: 50px;
}
#show-eva .bd ul li .con{
    width: 80%;
    float: left;
}
#show-eva .bd ul li .con h1 span{
    float: right;
    color: #999;
}
#show-eva .bd ul li .con .comment{
    font-size:0.9rem;
    margin-top:0.3rem;
}

/*商品详情页跳转的评价页-展示评分处*/
.star_score2{
    background: url(../images/stark2.png);
    -webkit-background-size: 20px;
    background-size: 20px;
    width: 100px;
    height: 13px;
    margin-top: 8px;
    float: left;
    position: relative;
}

.star_score2 a {
    height: 13px;
    display: block;
    text-indent: -999em;
    position: absolute;
    left: 0;
}

.star_score2 a:hover {
    background: url(../images/stars2.png);
    -webkit-background-size: 20px;
    background-size: 20px;
    left: 0;
}

.star_score2 a.clibg {
    background: url(../images/stars2.png);
    -webkit-background-size: 20px;
    background-size: 20px;
    left: 0;
}
/*用户个人资料*/
.user-top{
    background: #fff;
    padding: 1rem 0 1.5rem;
}
.user-top .img{
    text-align: center;
}
.user-top .img img{
    width: 70px;
    height:70px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.user-top p{
    text-align: center;
    color: #000;
}
.order-status-list ul{
    background: #fff;
}
.order-status-list ul li{
    float: left;
    width: 20%;
    padding: 0.6rem 0;
    text-align: center;
    position: relative;
}
.order-status-list ul li a{
    color: #888;
    font-size:0.9rem;
}
.order-status-list ul li a i{
    position: absolute;
    right: 1.7rem;
    top:6px;
    padding: 1px 5px;
    height:0.7rem;
    line-height:0.7rem;
    font-style: normal;
    background: #ff0000;
    color: #fff;
    font-size:1rem;
    border-radius: 1rem;
}
.order-status-list ul li img{
    width: 30px;
    height:30px;
}
.act-ul{
    margin-top:1rem;
}
.act-ul li{
    padding: 1rem 2%;
    background: #fff;
    border-bottom:1px solid #eee;
}
.act-ul li a{
    font-size:0.9rem;
    color: #666;
}
.act-ul li img{
    vertical-align: middle;
    margin-right:15px;
    width: 30px;
}
.act-ul li a em{
    float: right;
    background: url("../images/go.png") no-repeat center;
    -webkit-background-size: 8px;
    background-size: 8px;;
    width: 14px;
    height:25px;
    padding-top:7px;
}
/*用户个人资料*/
.user-datas{
    background: #fff;
}
.user-datas li{
    padding: 1rem 5%;
    color: #666;
    border-bottom: 1px solid #eee;
}
.user-datas li a{
    float: right;
    color: #333;
    font-weight:normal;
    text-align: right;
    font-size:0.9rem;
    padding-right:5%;
    position: relative;
}
.user-datas li a img{
    width: 40px;
    margin-top:-10px;
}
.user-datas li a:after{
    content:"";
    background: url("../images/go.png") no-repeat;
    display: inline-block;
    background-size: 45%;
    width: 20px;
    height:20px;
    position: absolute;
    right:-12px;
    top:3px;
}
.user-datas li >b{
    float: right;
    font-weight:normal;
}
/*我的收藏*/
.collect ul li{
    padding: 1.5rem 3%;
    background-color: #fff;
    margin-bottom:0.1rem;
}
.collect ul li .img{
    float: left;
    width: 33%;
    text-align: center;
}
.collect ul li .img img{
    width: 8rem;
    height: 8rem;
}

.collect ul li .txt{
    float: left;
    width: 64%;
    position: relative;
}
.collect ul li:after{
    content: '';
    display: block;
    clear: both;
}
.collect ul li .txt p{
    font-size:1.3rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.collect ul li .txt h1{
    font-size:1.5rem;
    color: #ff0000;
    margin: 1rem 0;
}
.collect ul li .txt h1 span{
    font-size:1rem;
}
.collect ul li .txt h1 b{
    font-size:0.7rem;
    padding: 0 5px;
    background: #ff0000;
    color: #fff;
    margin-left:1rem;
}
.collect ul li .txt h2 span,
.collect ul li .txt h2 a{
    color: #333;
    font-size:1.5rem;
    border: 1px solid #ddd;
    padding: 0 0.5rem;
    border-radius: 3px;
    margin-right:0.4rem;
}
.collect-tip{
    display: none;
    position: fixed;
    width: 8rem;
    height:5rem;
    line-height:5rem;
    border-radius: 5px;
    top:50%;
    left: 50%;
    margin-top:-2.5rem;
    margin-left:-4rem;
    color: #fff;
    text-align: center;
    background:rgba(0,0,0,.5);
}
/*特价页*/
ul.style-col li .txt h2 del {
    font-size:0.7rem;
    /*float: right;*/
    color: #999;
    margin-top:0.1rem;
}
ul.thumb li .txt h2 del{
    font-size:1.2rem;
    /*float: right;*/
    color: #999;
    margin-top:0.1rem;
}
.key-word{
    background: #fff;
    padding: 1rem 1rem;
    font-size:0.9rem;
    margin-top:1rem;
}

.key-word .key1 input {
    width: 3rem;
    height: 2.2rem;
    padding: 0 3px;
    border: 1px solid #ccc;
}
.key-word .key1{
    float: left;
    margin-left:0.5rem;
}
.key-word .key2{
    float: right;
    /*margin-right:1rem;*/
}
.key-word .key2 input {
    width: 5rem;
    padding: 0 3px;
    height: 2.2rem;
    margin: 0 0.2rem;
    border: 1px solid #ccc;
}
.key-word .key2 button{
    color: #fff;
    background: #91be16;
    padding: 2px 6px;
    margin-left:0.5rem;
}

/*我的评价*/
.myeva ul li{
    padding: 0.5rem 3%;
    background-color: #fff;
    margin-bottom:0.1rem;
}
.myeva ul li .img{
    float: left;
    width: 33%;
    text-align: center;
}
.myeva ul li .img img{
    width: 96px;
}
.myeva ul li .txt{
    float: left;
    width: 64%;
    height: 96px;
    position: relative;
}
.myeva ul li:after{
    content: '';
    display: block;
    clear: both;
}
.myeva ul li .txt p{
    font-size:1.5rem;
}
.myeva ul li .txt .watch-eva{
    color: #ff0000;
    font-size:1.2rem;
    border: 1px solid #ff0000;
    border-radius: 5px;
    padding: 0.2rem 0.7rem;
    position: absolute;
    right:0;
    bottom:0;
}
/*我的评价详情*/
.myeva-detail{
    background: #fff;
    padding: 0 0.5rem 1rem;
}
.myeva-detail .top{
    padding: 1rem 0;
}
.myeva-detail .top img{
    vertical-align: middle;
    width: 3rem;
}
.myeva-detail .top span{
    font-size:1.5rem;
    margin-left:1rem;
}
.myeva-detail .top b{
    float: right;
    line-height:3rem;
    font-size:1.2rem;
    color: #aaa;
    font-weight:normal;
}
.myeva-detail>h1{
    font-size:1.2rem;
    margin-bottom:0.5rem;
    color: #333;
}
.myeva-detail>h2{
    font-size:1.2rem;
    color: #333;
}
/*分类*/
.classify-side{
    position: fixed;
    top:4.5rem;
    left:0;
    width:9rem;
    background: #fff;
    /*padding: 0 .5rem;*/
}
.classify-side li{
    border-bottom:1px solid #eee;
    padding: 1rem 0;
    text-align: center;
}
.classify-side li:last-of-type{
    border-bottom:0;
}
.classify-con{
    margin-left:10.5rem;
    margin-top:0.5rem;
}
.classify-con .classify-adimg img{
    /*width: 100%;*/
    display: block;
	overflow:hidden;
}
.classify-con .classify-title{
    padding:0.6rem 0;
    font-size:1.5rem;
}
.classify-con .classify-list{
    background: #fff;
    padding-bottom:1rem;
}
.classify-con .classify-list li{
    width: 33.3%;
    float: left;
    padding: 1rem 0.5rem 0;
    box-sizing: border-box;
    text-align: center;
    font-size:1.2rem;
}
.classify-con .classify-list li img{
    width: 100%;
}