﻿@charset "utf-8";

/* CSS Document */

body {
    background: #fff;
}

.wraper {
    max-width: 640px;
    margin: 0 auto;
}
 
.banner {
    position: relative;
    padding: 0 12px;
    overflow: hidden;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.banner .pagination {
    position: absolute;
    width: 100%;
    z-index: 20;
    left: 0;
    bottom: 6px !important;
    text-align: center;
}

.banner .swiper-pagination-bullet {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #fff;
    margin: 0 3px;
    opacity: 0.5;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.banner .swiper-pagination-bullet-active {
    background: #F30304;
    opacity: 1;
}

.banner .swiper-active-switch {
    opacity: 1;
}

.banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.banner .swiper-slide a {
    position: relative;
    display: block;
    padding-bottom: 40.3179%;
}

.banner .imgBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.search {
    padding: 10px 12px;
    margin-bottom: 4px;
}

.search .inner {
    padding: 4px 0;
    background: url(../../images/m/search.png) 12px center #f5f5f5 no-repeat;
    height: 32px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-size: 20px 20px;
}

.search .inner .input {
    margin: 0 20px 0 44px;
}

.search .inner .input input {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}

.index-menu {
    padding: 24px 0 32px;
}

.index-menu li {
    float: left;
    width: 25%;
}

.index-menu li a {
    display: block;
    padding: 8px 0;
}

.index-menu li img {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    margin-bottom: 8px;
}

.index-menu li p {
    font-size: 14px;
    color: #666;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-hot{
    padding-bottom: 12px;
}

.index-box{
    padding: 0 12px;
    margin-bottom: 20px;
}

.index-box .box-header{
    margin-bottom: 16px;
}

.index-box .box-header .title{
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.index-box .box-header .link{
    float: right;
    font-size: 14px;
    color: #F30304;
}

.index-box .box-body{
    overflow: hidden;
}

.index-box .box-body ul{
    margin-left: -10px;
}

.index-box .box-body li{
    float: left;
    width: 33.33333%;
    margin-bottom: 12px;
}

.index-box .box-body li a{
    position: relative;
    display: block;
    margin-left: 10px;
}

.index-box .box-body .img{
    padding-bottom: 140%;
    border-radius: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.index-box .box-body .title{
    font-size: 15px;
    color: #333;
    line-height: 18px;
    height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 7px;
}

.index-box .box-body .date{
    font-size: 14px;
    color: #999;
    margin-bottom: 7px;
}

.index-box .box-body .amount{
    font-size: 14px;
    color: #999;
}

.index-box .box-body .amount i{
    font-size: 16px;
    color: #F30304;
    display: inline-block;
    margin-right: 4px;
}

.index-top-big .box-body li:first-child{
    width: 66.66666%;
    margin-bottom: 0;
}

.index-top-big .box-body li:first-child .img{
    padding-bottom: 100%;
    margin-bottom: 0;
}

.index-top-big .box-body li:first-child .title{
    position: absolute;
    bottom: 6px;
    left: 10px;
    right: 10px;
    z-index: 2;
    font-size: 15px;
    color: #fff;
    line-height: 22px;
    margin: 0;
    height: auto;
}

.login{
    padding: 48px 36px;
}

.login .logo{
    display: block;
    width: 140px;
    margin: 0 auto 36px; 
}

.login .form .item{
    padding: 12px 0;
    margin-bottom: 12px;
    border-bottom: 1px solid #f3f3f3;
}

.login .form .item span{
    float: left;
    font-size: 15px;
    color: #333;
    line-height: 32px;
}

.login .form .item .inner{
    margin-left: 48px;
}

.login .form .item input{
    float: left;
    margin-left: 12px;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    color: #333;
}

.login .form .item-verify input{
    width: 40%;
}

.login .form .item .btn{
    float: right;
    width:90px;
    height: 30px;
    line-height: 32px;
    padding: 0 12px;
    font-size: 14px;
    color: #666;
    border: 1px solid #999;
    border-radius: 5px;
}

.login .submitBtn{
    display: block;
    width: 100%;
    height: 44px;
    font-size: 16px;
    color: #fff;
    background: #f62525;
    border-radius: 5px;
    margin-top: 48px;
}

.login .form .item.active{
    border-bottom-color: #F30304;
}

.help{
    padding: 12px 12px 1px;
}

.help li{
    margin-bottom: 12px;
    background: #fff;
    border-radius: 8px;
    padding: 0 12px;
}

.help dt{
    font-size: 18px;
    color: #333;
    padding: 20px 0 8px;
}

.help dd{
    line-height: 48px;
    border-bottom: 1px solid #f3f3f3;
}

.help dl dd:last-child{
    border-bottom: 0;
}

.help dd a{
    display: block;
    font-size: 15px;
    color: #333;
    background: url(../../images/m/right.png) right center no-repeat;
    background-size: 6px 12px;
    opacity: 0.8;
}

.help-detail{
    padding: 20px 12px;
    font-size: 16px;
    color: #333;
    line-height: 32px;
}

.user-power{
    font-size: 15px;
    line-height: 1.4;
    background: #f3f3f3;
}

.user-power .type{
    padding: 24px;
    text-align: center;
    border-bottom: 1px solid #e7e6e6;
    margin-bottom: 6px;
    background: #fff;
}

.user-power .type .title{
    font-size: 20px;
    color: #F30304;
    margin-bottom: 12px;
    font-weight: bold;
}

.user-power .content{
    padding: 24px 12px;
    background: #fff;
    border-top: 1px solid #e7e6e6;
}

.user-power .content p{
    margin-bottom: 4px;
}

.addAddress{
    padding: 12px;
}

.addAddress .box{
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 0 12px;
    margin-bottom: 12px;
}

.addAddress .box .input{
    border-bottom: 1px solid #f5f6f7;
}

.addAddress .box .input:last-child{
    border-bottom: 0;
}

.addAddress .submitBtn{
    position: fixed;
    bottom: 10px;
    left: 16%;
    width: 68%;
    z-index: 999;
    background: #f62525;
    font-size: 18px;
    color: #fff;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
}

.addAddress .input{
    padding: 6px 0;
    border-bottom: 1px solid #f3f3f3;
}

.addAddress .input span{
    float: left;
    font-size: 15px;
    color: #333; 
    line-height: 36px;
}

.addAddress .input .inner{
    margin-left: 100px;
}

.addAddress .input input[type=text],
.addAddress .input input[type=number]{
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    color: #333;
    text-align: right;
}

.addAddress .default{
    position: relative;
    text-align: center;
    font-size: 18px;
    color: #333;
    margin-top: 24px;
}

.addAddress .default .iconfont{
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    width: 32px;
    line-height: 32px;
    color: #ff4400;
}

.addAddress .default label{
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.addAddress .default span{
    display: inline-block;
    vertical-align: top;
    line-height: 32px;
}

.addAddress .default .iconfont{
    display: none;
}

.addAddress .default .iconfont.active{
    display: inline-block;
}

.radioSlide{
    position: relative;
    float: right !important;
    width: 44px;
    height: 22px;
    border-radius: 11px;
    background: #ddd;
    transition: all .4s ease;
    margin-top: 7px;
}

.radioSlide i{
    position: absolute;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    transition: all .4s ease;
}

.radioSlide.active{
    background: #F30304;
}

.radioSlide.active i{
    left: 24px;
}

.address{
    padding: 12px 12px 90px;
}

.address .item{
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 12px;
    padding: 0 12px;
}

.address .item .desc{
    padding: 16px 0 12px;
    border-bottom: 1px solid #f5f6f7;
}

.address .item .desc .title{
    margin-bottom: 6px;
}

.address .item .desc .title span{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin-right: 12px;
}

.address .item .desc .text{
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    
}

.address .item .set .default{
    float: left;
    line-height: 36px;
    font-size: 13px;
    color: #999;
}

.address .item .set .default .fa{
    font-size: 16px;
    color: #999999;
}

.address .item-default .set .default{
    color: #F30304;
}

.address .item-default .set .default .fa{
    color: #F30304;
    margin-right: 2px;
}

.address .item .set .btn{
    float: right;
}

.address .item .set .btn a{
    float: left;
    font-size: 13px;
    color: #999;
    line-height: 20px;
    margin-left: 16px;
    padding: 8px 0;
}

.address .item .set .btn a img{
    width: 20px;
    height: 20px;
}

.address .btnBox{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 0;
    background: #fff;
}

.address .btnBox a{
    display: block;
    width: 72%;
    background: #F30304;
    font-size: 16px;
    color: #fff;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 24px;
    margin: 0 auto;
}

.fapiao-form .radio{
    text-align: right;
}

.fapiao-form .radio .fa{
    font-size: 18px;
    color: #999;
}
.fapiao-form .radio .fa-check-circle{
    color: #F30304;
}
.fapiao-form .radio label{
    margin-left: 4px;
    font-size: 12px;
}

.fapiao-form .radio label span{
    float: none;
}

.fapiao-form .input>span i{
    display: inline-block;
    color: #F30304;
}

.fapiao-form .input>span i.hide{
    opacity: 0;
    visibility: hidden;
}

.fapiao-form .company{
    display: none;
}

.fapiao-form .input-fp-type label span{
   font-size: 13px;
}
.fapiao-form .input-fp-type label .fa{
    font-size: 14px;
}

.fapiaoBox{
    padding-bottom: 100px;
}

.fapiaoBox .list .item .checkbox input{
    /*display: none;*/
}

.fapiaoBox .list .item{
    border-bottom: 1px solid #f0f0f0;
    padding: 16px 12px;
}

.fapiaoBox .list .item:last-child{
    border: none;
}

.fapiaoBox .list .item .checkbox{
    float: left;
    width: 30px;
    text-align: center;
}

.fapiaoBox .list .item .checkbox .fa{
    float: left;
    font-size: 20px;
    margin-top: 20px;
}

.fapiaoBox .list .item .checkbox .fa-check-circle{
    color: #F30304;
}

.fapiaoBox .list .item .checkbox .fa-circle-thin{
    color: #999;
}

.fapiaoBox .list .item .amount{
    float: right;
    font-size: 16px;
    color: #F30304;
    margin-top: 20px;
}

.fapiaoBox .list .item .text{
    margin: 0 100px 0 32px;
}

.fapiaoBox .list .item .text .title{
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 8px;
}

.fapiaoBox .list .item .text .desc{
    font-size: 14px;
    color: #999;
    line-height: 1.4;
}

.fapiaoBox .set{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 12px;
    background: #fff;
    border-top: 1px solid #e6e6e6;
}

.fapiaoBox .set .box1{
    margin-bottom: 12px;
}

.fapiaoBox .set .sel{
    float: left;
    font-size: 16px;
    color: #333;
}

.fapiaoBox .set .sel .fa{
    font-size: 20px;
    color: #999;
}

.fapiaoBox .set .sel .fa-check-circle{
    color: #F30304;
}

.fapiaoBox .set .sel span{
    vertical-align: 1px;
}

.fapiaoBox .set .desc{
    float: right;
    font-size: 14px;
    color: #999;
}

.fapiaoBox .set .box2 .text{
    float: left;
    font-size: 14px;
    color: #999;
}

.fapiaoBox .set .box2 .text .p1{
    color: #F30304;
    padding-top: 3px;
    margin-bottom: 6px;
}

.fapiaoBox .set .box2 .submitBtn{
    float: right;
    width: 90px;
    height: 40px;
    background: #e4e4e4;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
}

.fapiaoBox .set .box2 .submitBtn.active{
    background: #F30304;
}

.order-succ .msg{
    padding: 36px 24px;
    color: #fff;
    background: #ee0000;
}

.order-succ .msg .tip{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 32px;
}

.order-succ .msg .countdown{
    text-align: center;
    font-size: 16px;
}

.order-succ .msg .countdown .amount{
    margin-top: 10px;
}

.order-succ .msg .countdown .amount i{
    font-size: 28px;
    font-weight: bold;
}

.payType{
    padding: 0 12px 12px;
}

.payType .tip{
    font-size: 14px;
    color: #666;
    line-height: 36px;
}

.payType .list{
    border-radius: 8px;
    overflow: hidden;
}

.payType li{
    padding: 0 12px;
    background: #fff;
}

.payType .img{
    float: left;
    width: 28px;
    height: 28px;
    margin-top: 12px;
}

.payType .text{
    padding: 12px 0;
    margin-left: 36px;
    border-bottom: 1px solid #f5f6f7;
}

.payType .text span{
    float: left;
    line-height: 28px;
    font-size: 15px;
    color: #333;
    font-weight: bold;
}

.payType .text .fa{
    float: right;
    font-size: 20px;
    color: #999;
    margin-top: 2px;
}

.payType .text .fa-check-circle{
    color: #ff680a;
}


.payType li:last-child .text{
    border: none;
}

.payType .submitBtn{
    position: fixed;
    bottom: 12px;
    left: 12px;
    right: 12px;
}

.payType .submitBtn input[type=submit]{
    display: block;
    width: 100%;
    background: #ee0000;
    border-radius: 24px;
    height: 48px;
    font-size: 16px;
    color: #fff;
}

.payType .submitBtn input[type=button]{
    display: block;
    width: 100%;
    background: #ee0000;
    border-radius: 24px;
    height: 48px;
    font-size: 16px;
    color: #fff;
}



.myFapiao{
    padding-bottom: 76px;
}

.myFapiao .msg{
    font-size: 16px;
    padding: 48px 12px;
    color: #fff;
    background-image: url(../../images/m/bg-fapiao.jpg);
    margin-bottom: 6px;
}

.myFapiao .msg .amount{
    font-size: 26px;
    margin-top: 20px;
}

.myFapiao .list{
    background: #fff;
}

.myFapiao .list .box-title{
    padding: 0 12px;
    font-size: 16px;
    color: #333;
    line-height: 44px;
    border-bottom: 1px solid #f3f3f3;
}

.myFapiao .list .inner{
    padding-left: 12px;
}

.myFapiao .list .item{
    padding: 16px 0 14px;
    border-bottom: 1px solid #f3f3f3;
}

.myFapiao .list .item:last-child{
    border: none;
}

.myFapiao .list .item .tag{
    float: right;
    margin-right: 12px;
    line-height: 20px;
    padding: 0 4px;
    background: #34b35a;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
}

.myFapiao .list .item .text{
    margin-right: 80px;
}

.myFapiao .list .item .title{
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.myFapiao .list .item .amount{
    font-size: 16px;
    color: #ea3200;
    margin-bottom: 8px;
}

.myFapiao .list .item .date{
    font-size: 15px;
    color: #999;
}

.myFapiao .btnBox{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 0;
    background: #fff;
}

.myFapiao .btnBox a{
    display: block;
    width: 72%;
    background: #F30304;
    font-size: 16px;
    color: #fff;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 24px;
    margin: 0 auto;
}

.show-detail{
    padding-bottom: 64px;
}

.show-detail .msg{
    position: relative;
    padding: 16px 16px 6px;
    overflow: hidden;
}

.show-detail .msg .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);    
    z-index: 2;
}

.show-detail .msg::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 54px;
    background: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    z-index: 3;
}

.show-detail .msg .inner{
    position: relative;
    z-index: 4;
}

.show-detail .msg .img{
    float: left;
    width: 100px;
    height: 132px;
    border-radius: 8px;
    overflow: hidden;
}

.show-detail .msg .text{
    margin-left: 112px;
}

.show-detail .msg .text .title{
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    height: 66px;
    margin-top: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.show-detail .msg .text .amount{
    overflow: hidden;
    margin-top: 32px;
}

.show-detail .msg .text .amount span{
    float: left;
    line-height: 24px;
    font-size: 18px;
    color: #ff0042;
    font-weight: bold;
}

.show-detail .msg .text .amount .share{
    float: right;
    width: 24px;
    height: 24px;
}

.show-detail .msg .text .amount .share img{
    display: block;
    width: 24px;
    height: 24px;
}

.show-detail .desc{
    position: relative;
    background: #fff;
    padding: 0 16px;
    margin-bottom: 6px;
}

.show-detail .desc .date,
.show-detail .desc .addr{
    padding: 20px 20px 16px 0;
}

.show-detail .desc .date .p1,
.show-detail .desc .addr .p1{
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
}

.show-detail .desc .date .p2,
.show-detail .desc .addr .p2{
    font-size: 14px;
    color: #999;
    line-height: 1.4;
}

.show-detail .desc .date{
    border-bottom: 1px solid #f3f3f3;
}

.show-detail .desc .addr{
    background: url(../../images/m/right.png) right center no-repeat;
    background-size: 7px 14px;
}

.show-detail .content{
    background: #fff;
}

.show-detail .content .content-header li{
    float: left;
    width: 33.33333%;
    line-height: 54px;
    text-align: center;
    font-size: 16px;
    color: #666;
}

.show-detail .content .content-header li.active{
    color: #333;
    font-weight: bold;
}

.show-detail .content .content-body{
    font-size: 15px;
    color: #464646;
    padding: 0 12px 24px;
    line-height: 24px;
}

.show-detail .content .content-body .item{
    display: none;
    min-height: 300px;
}

.show-detail .show-footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px;
    background: #fff;
    box-shadow: 0 0 12px rgba(128,128,128,0.2);
}

.show-detail .show-footer .btn{
    float: left;
    width: 30px;
    padding: 3px;
    margin-right: 12px;
}

.show-detail .show-footer .btn:nth-child(3){
    margin-right: 0;
}

.show-detail .show-footer .buy{
    float: right;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 18px;
    background-image: linear-gradient(to right, #ed0d85, #ff1d43);
}

.user .msg{
    position: relative;
    padding: 20px 16px 0;
    background: #ee0000;
}

.user .msg .bg{
   content: "";
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
}

.user .msg .desc .avatar{
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.user .msg .desc .text{
    margin-left: 72px;
}

.user .msg .desc .text .name{
    font-size: 18px;
    color: #fff;
    margin-bottom:8px;
    margin-top: 7px;
}

.user .msg .desc .text .tag{
    display: inline-block;
    vertical-align: top;
    padding: 4px 8px;
    background: rgba(0,0,0,0.2);
    border-radius: 12px;
}

.user .msg .desc .text .tag img{
    display: inline-block;
    width: 12px;
    height: 12px;
}

.user .msg .desc .text .tag i{
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    margin-left: 2px;
    color: rgba(255,255,255,0.8);
}

.user .msg .card{
    margin: 20px 0 0;
    padding: 20px;
    background-image: linear-gradient(to right, #ffd179, #dba338);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.user .msg .card .title{
    float: left;
}

.user .msg .card .title img{
    display: inline-block;
    width: 20px;
    height: 20px;
}

.user .msg .card .title span{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    margin-left: 4px;
}

.user .msg .card a{
    float: right;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

.user .ordertitle{
    position: relative;
    padding: 32px 20px 20px;
    background: #fff;
}

.user .ordertitle i{
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    border-bottom: 1px solid #f3f3f3;
}

.user .ordertitle span{
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    font-weight: bold;
}

.user .ordertitle a{
    float: right;
    font-size: 14px;
    color: #999;
    line-height: 20px;
}

.user .status{
    background: #fff;
    padding: 20px 0;
    margin-bottom: 6px;
}

.user .status li{
    float: left;
    width: 25%;
}

.user .status a{
    display: block;
    text-align: center;
    font-size: 13px;
    color: #666;
}

.user .status a img{
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto 6px;
}

.user .menu{
    padding: 0 20px;
    background: #fff;
}

.user .menu ul li:last-child a{
    border: none;
}

.user .menu a{
    display: block;
    border-bottom: 1px solid #f3f3f3;
    line-height: 54px;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    background: url(../../images/m/right2.png) right center no-repeat;
    background-size: 10px 10px;
}

.order .order-header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
}

.order .order-header li{
    float: left;
    width: 20%;
}



.order .order-header li{
    position: relative;
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    color: #333;
    text-align: center;
}

.order .order-header li.active{
    color: #F30304;
}

.order .order-header li.active::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 24px;
    height: 2px;
    background: #F30304;
    margin-left: -12px;
}









.order .order-header a{
    position: relative;
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    color: #333;
    text-align: center;
}

.order .order-header a.active{
    color: #F30304;
}

.order .order-header a.active::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 24px;
    height: 2px;
    background: #F30304;
    margin-left: -12px;
}

.order .order-body{
    padding: 0 12px;
    background: #fff;
}

.order .order-body li{
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 16px;
}

.order .order-body li:last-child{
    border: none;
}

.order .order-body .item-header{
    line-height: 44px;
}

.order .order-body .item-header .num{
    float: left;
    font-size: 14px;
    color: #999;
}

.order .order-body .item-header .status{
    float: right;
    font-size: 14px;
    color: #F30304;
}

.order .order-body .item-body{
    position: relative;
}

.order .order-body .item-body .img{
    float: left;
    width: 100px;
    height: 132px;
    border-radius: 5px;
}

.order .order-body .item-body .text{
    margin-left: 112px;
    padding-bottom: 0;
}

.order .order-body .item-body .text .title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    height: 40px;
    margin-bottom: 10px;
    padding-top: 2px;
}

.order .order-body .item-body .text .title a{
    font-size: 16px;
    color: #333;
}

.order .order-body .item-body .text .desc{
    font-size: 14px;
    color: #999;
    line-height: 1.2;
}

.order .order-body .item-body .text .desc p{
    margin-top: 4px;
}

.order .order-body .item-footer{
    padding: 6px 0 0;
    margin-top: 16px;
}

.order .order-body .item-footer .btn{
    float: right;
}

.order .order-body .item-footer .btn a{
    float: left;
    font-size: 14px;
    color: #666;
    padding: 0 16px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    border: 1px solid #e5e5e6;
    margin-left: 12px;
}

.order .order-body .item-footer .btn a.red{
    color: #F30304;
    border-color: #F30304;
}

.order .order-body .item-body .sum{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #666;
}

.order .order-body .item-body .imgList{
    margin-right: 80px;
    overflow: hidden;
}

.order .order-body .item-body .imgList ul{
    margin-left: -12px;
}

.order .order-body .item-body .imgList ul li{
    float: left;
    width: 33.33333%;
    padding: 0;
}

.order .order-body .item-body .imgList .imgBox{
    display: block;
    width: auto;
    padding-bottom: 132%;
    margin: 0 0 0 10px;
    border-radius: 5px;
    overflow: hidden;
}

.order-detail{
    padding: 12px 12px 1px;
}

.order-detail .msg{
    background: #fff;
    border-radius: 8px;
    background: #fff;
    padding: 36px 0 26px;
    text-align: center;
    margin-bottom: 12px;
}

.order-detail .msg .status{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.order-detail .msg .tip{
    font-size: 14px;
    color: #333;
    margin-bottom: 16px;
}

.order-detail .msg .btn{
    display: inline-block;
    vertical-align: top;
    width: 140px;
    font-size: 15px;
    color: #F30304;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    border: 1px solid #F30304;
}

.order-detail .goods{
    background: #fff;
    border-radius: 8px;
    margin-bottom: 12px;
}

.order-detail .goods li{
    padding: 16px 12px;
    border-bottom: 1px solid #f3f3f3;
}

.order-detail .goods ul li:last-child{
    border: none;
}

.order-detail .goods .imgBox{
    float: right;
    width: 80px;
    text-align: right;
}

.order-detail .goods .imgBox .img{
    width: 100%;
    padding-bottom: 132%;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
}

.order-detail .goods .imgBox  span{
    font-size: 14px;
    color: #666;
}

.order-detail .goods .text{
    margin-right: 96px;
}

.order-detail .goods .text .title{
    font-size: 16px;
    color: #333;
    padding-top: 4px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
}

.order-detail .goods .text .desc{
    font-size: 14px;
    color: #767676;
    line-height: 1.4;
}

.order-detail .order-box{
    background: #fff;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 20px 12px 12px;
}

.order-detail .order-box .box-title{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 16px;
}

.order-detail .order-box .text{
    font-size: 14px;
    color: #767676;
    line-height: 1.4;
}

.order-detail .order-box .text p{
    margin-top: 2px;
}

.order-detail .order-box .desc{
    font-size: 14px;
    color: #767676;
    line-height: 1.4;
}

.order-detail .order-box .desc .item{
    padding: 4px 0;
}

.order-detail .order-box .desc .item-header{
    float: left;
}

.order-detail .order-box .desc .item-body{
    float: right;
}

.order-detail .order-box .desc .item-red{
    color: #F30304;
    margin-top: 12px;
}

.confirm .fixed{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px 12px;
    text-align: right;
}

.confirm .fixed a{
    display: inline-block;
    vertical-align: top;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    border-radius: 18px;
    font-size: 15px;
    color: #fff;
    background-image: linear-gradient(to right, #ec0000, #ff4d17);
}


.confirm .fixed .yfsubmit {
	 display: inline-block;
    vertical-align: top;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    border-radius: 18px;
    font-size: 15px;
    color: #fff;
    background-image: linear-gradient(to right, #ec0000, #ff4d17);
}





.confirm .fixed span{
    display: inline-block;
    vertical-align: top;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    margin-right: 12px;
}

.confirm .fixed span i{
    font-size: 18px;
    color: #F30304;
}

.confirm{
    padding-bottom: 64px;
}

.confirm .addr{
    padding: 20px 12px;
    background: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: url(../../images/m/bg-addr.png) #fff -10px bottom repeat-x;
    background-size: 64px 3px;
}

.confirm .addr .inner{
    padding-right: 36px;
    background: url(../../images/m/right2.png) right center no-repeat;
    background-size: 12px 12px;
}

.confirm .addr .title img{
    display: inline-block;
    width: 28px;
    vertical-align: middle;
}

.confirm .addr .title span{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
    margin-left: 4px;
}

.confirm .addr .desc{
    margin-top: 12px;
    font-size: 14px;
    color: #999;
    line-height: 1.4;
}

.confirm .goods{
    background: #fff;
    border-radius: 8px;
    margin-top: 6px;
}

.confirm .goods li{
    padding: 20px 12px 0;
}

.confirm .goods .item-header{
    line-height: 20px;
}

.confirm .goods .item-header .span1{
    float: left;
    font-size: 16px;
    color: #333;
}

.confirm .goods .item-header .span2{
    float: right;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.confirm .goods .tip{
    background: #f6f6f6;
    border-radius: 5px;
    font-size: 12px;
    color: #999999;
    padding: 4px 8px;
    line-height: 1.4;
    margin-top: 8px;
}

.confirm .goods .item-body{
}

.confirm .goods .item{
    padding: 16px 0;
    border-bottom: 1px solid #f3f3f3;
}

.confirm .goods .item .imgBox{
    float: left;
    width: 80px;
}

.confirm .goods .item .imgBox .img{
    padding-bottom: 132%;
    border-radius: 5px;
}

.confirm .goods .item .text{
    margin-left: 92px;
}

.confirm .goods .item .text .title{
    font-size: 16px;
    color: #333;
    line-height: 1.3;
    margin-bottom: 10px;
}

.confirm .goods .item .text .desc{
    font-size: 14px;
    color: #999;
    line-height: 1.4;
    margin-bottom: 6px;
}

.confirm .goods .item .text .amount{
    font-size: 16px;
    color: #F30304;
}

.confirm .jiesuan{
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    background: #fff;
    border-radius: 8px;
    margin-top: 6px;
    padding: 12px;
}

.confirm .jiesuan .item{
    padding: 6px 0;
}

.confirm .jiesuan .item-header{
    float: left;
}

.confirm .jiesuan .item-body{
    float: right;
}

.confirm .jiesuan .sum{
    text-align: right;
    padding-top: 12px;
    margin-top: 8px;
    border-top: 1px solid #f3f3f3;
}

.confirm .jiesuan .sum i{
    color: #F30304;
    font-size: 16px;
}

.selectbuy .fixed{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px 12px;
    border-top: 1px solid #eaeaeb;
}

.selectbuy .fixed .btn{
    float: right;
    border-radius: 18px;
    overflow: hidden;
}

.selectbuy .fixed .btn a{
    float: left;
     font-size: 14px;
    color: #fff;
    line-height: 36px;
    padding: 0 12px;
}

.selectbuy .fixed .btn a:nth-child(1){
    background-image: linear-gradient(to right, #fec201, #ff9c02);
}

.selectbuy .fixed .btn a:nth-child(2){
    background-image: linear-gradient(to right, #f4136b, #ff1d43);
}

.selectbuy .fixed .text{
    float: left;
    font-size: 14px;
    color: #333;
    line-height: 36px;
}

.selectbuy .fixed .text i{
    font-size: 20px;
    color: #ff1d40;
    font-weight: bold;
}

.selectbuy .fixed .text i i{
    font-size: 14px;
}

.selectbuy .fixed .text span{
    color: #999;
}

.selectbuy{
    padding-bottom: 64px;
}

.selectbuy .msg{
    padding: 20px 12px 36px;
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    background: #f30304;
}

.selectbuy .msg .title{
    font-size: 18px;
    margin-bottom: 12px;
}

.selectbuy .selectBox{
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background: #fff;
    margin-top: -16px;
    padding-bottom: 8px;
}

.selectbuy .selectBox .item{
    padding: 32px 12px 0;
}

.selectbuy .selectBox .item .item-header{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

.selectbuy .selectBox .item .item-body .list{
    overflow: hidden;
}

.selectbuy .selectBox .item .item-body ul{
    margin-left: -8px;
}

.selectbuy .selectBox .item .item-body li{
    float: left;
    width: 50%;
    margin-bottom: 8px;
}

.selectbuy .selectBox .item .item-body .zhekou{
    display: inline-block;
    border: 1px solid #f30304;
    color: #333;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    border-radius: 3px;
    margin-left: 4px;
}

.selectbuy .selectBox .item .item-body .zhekou:after{
    content: "折";
    font-size: 12px;
}

.selectbuy .selectBox .item .item-body .inner{
    margin-left: 8px;
    padding: 12px 8px;
    border: 1px solid #e6e6e6;
    text-align: center;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    line-height: 1.4;
}

.selectbuy .selectBox .item .item-body li.active .inner{
    background: #fdcdcd;
    border-color: #fdcdcd;
    color: #f30304;
}

.selectbuy .selectBox .item .item-body li.active .zhekou::after{
    color: #f30304;
}

.selectbuy .num{
    border-top: 1px solid #eaeaeb;
    background: #fff;
    padding: 0 16px;
}

.selectbuy .num .title{
    float: left;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 54px;
}

.selectbuy .num .set{
    float: right;
    margin-top: 15px;
}

.selectbuy .num .set .jia,
.selectbuy .num .set .jian{
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    background: #ddd;
    color: #fff;
    border-radius: 3px;
}

.selectbuy .num .set .number{
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    min-width: 30px;
    text-align: center;
}

.selectbuy .laydate-theme-molv .layui-laydate-header i, 
.selectbuy .laydate-theme-molv .layui-laydate-header span,
.selectbuy .laydate-theme-molv .layui-laydate-header i:hover, 
.selectbuy .laydate-theme-molv .layui-laydate-header span:hover{
    color: #666;
}

.selectbuy #layui-laydate1 .layui-laydate-header{
    background: transparent;
}

.selectbuy .layui-laydate, .layui-laydate-hint{
    box-shadow: none;
}

.selectbuy .laydate-theme-molv .layui-laydate-content{
    border: none;
    padding: 0;
}

.selectbuy .laydate-theme-molv .layui-laydate-main{
    width: 100%;
}

.selectbuy .layui-laydate-static{
    display: block;
}

.selectbuy .layui-laydate-content table{
    width: 100%;
}

.selectbuy .layui-laydate-content table td{
    border-radius: 50%;
}

.selectbuy #layui-laydate1 .layui-this{
    background: #ff1d41;
    box-shadow: 0 0 12px rgba(255,29,650,0.2);
}

.selectbuy .laydate-day-prev{
    opacity: 0;
    visibility: hidden;
}

.selectbuy .laydate-day-next{
    display: none;
}



/*yefei 20240409*/


.allShowyf li{
    padding: 12px;
}

.allShowyf a{
    display: block;
}

.allShowyf .img{
    float: left;
    width: 100px;
    height: 132px;
    border-radius: 5px;
}

.allShowyf .text{
    margin-left: 112px;
}

.allShowyf .text .title{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 22px;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.allShowyf .text .desc{
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.allShowyf .text .desc p{
    padding: 2px 1;
}

.allShowyf .text .tag{
    display: inline-block;
    line-height: 20px;
    padding: 0 4px;
    font-size: 12px;
    color: #666;
    border-radius: 3px;
    border: 1px solid #999;
    margin: 6px 0;
}

.allShowyf .text .tag-ing{
    border-color: #ff163b;
    color: #ff163b;
}

.allShowyf .text .tag-prev{
    border-color: #fa6217;
    color: #fa6217;
}

.allShowyf .text .price{
    font-size: 14px;
    color: #ff1d41;
}

.allShowyf .text .price i{
    display: inline-block;
    margin-right: 2px;
    font-size: 18px;
}

.allShowyf .text .price i i{
    font-size: 14px;
}














.allShow li{
    padding: 12px;
}

.allShow a{
    display: block;
}

.allShow .img{
    float: left;
    width: 100px;
    height: 132px;
    border-radius: 5px;
}

.allShow .text{
    margin-left: 112px;
}

.allShow .text .title{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 22px;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.allShow .text .desc{
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.allShow .text .desc p{
    padding: 2px 1;
}

.allShow .text .tag{
    display: inline-block;
    line-height: 20px;
    padding: 0 4px;
    font-size: 12px;
    color: #666;
    border-radius: 3px;
    border: 1px solid #999;
    margin: 6px 0;
}

.allShow .text .tag-ing{
    border-color: #ff163b;
    color: #ff163b;
}

.allShow .text .tag-prev{
    border-color: #fa6217;
    color: #fa6217;
}

.allShow .text .price{
    font-size: 14px;
    color: #ff1d41;
}

.allShow .text .price i{
    display: inline-block;
    margin-right: 2px;
    font-size: 18px;
}

.allShow .text .price i i{
    font-size: 14px;
}

.showNav{
    position: relative;
    padding: 0 20px 0 12px;
}

.showNav .inner{
    overflow-x: auto;
}

.showNav ul{
    white-space: nowrap;
}

.showNav li{
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
}

.showNav a{
    position: relative;
    font-size: 16px;
    color: #999;
    height: 36px;
    line-height: 36px;
}






.showNav li{
    position: relative;
    font-size: 16px;
    color: #999;
    height: 36px;
    line-height: 36px;
}


.showNav li.active{
    font-size: 18px;
    font-weight: bold;
    color: #f30304;
}

/*.showNav li.active::after{
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    border-bottom: 2px solid #f30304;
}

.showNav ul li:last-child {
    margin-right: 20px;
}*/











.showNav a.active{
    font-size: 18px;
    font-weight: bold;
    color: #f30304;
}

.showNav a.active::after{
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    border-bottom: 2px solid #f30304;
}

.showNav ul li:last-child a{
    margin-right: 20px;
}

.showNav .fa{
    position: absolute;
    right: 12px;
    top: 7px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #333;
    padding-left: 6px;
    background: #fff;
    z-index: 2;
}

.sort{
    padding: 0 12px;
    margin: 20px 0 2px;
}

.sort li{
    float: left;
    margin: 0 16px 12px 0;
}

.sort li a{
    font-size: 14px;
    color: #666;
}

.sort li a.active{
    color: #F30304;
}

.shopcart .list .item .imgBox{
    float: left;
    width: 72px;
}

.shopcart .list .item .img{
    padding-bottom: 132%;
    border-radius: 5px;
}

.shopcart .list .item .text{
    margin-right: 0;
    margin-left: 114px;
}

.shopcart .list .item .text .title{
    white-space: normal;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}

.shopcart .list .item .text .price{
    margin-top: 12px;
}

.shopcart .list .item .text .price .amount{
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    line-height: 24px;
}

.shopcart .list .item .text .price .num{
    float: right;
}

.shopcart .list .item .text .price .num .jian,
.shopcart .list .item .text .price .num .jia{
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    border: 1px solid #dadada;
    color: #333;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    overflow: hidden;
}

.shopcart .list .item .text .price .num .jian{
    font-size: 30px;
    line-height: 18px;
}

.shopcart .list .item .text .price .num input{
    display: inline-block;
    vertical-align: top;
    width: 30px;
    text-align: center;
    line-height: 22px;
    font-size: 15px;
    color: #333;
}

.shopcart .set .box1{
    float: left;
    margin: 0;
    line-height: 43px;
    height: 40px;
    overflow: hidden;
}

.shopcart .set{
    padding: 10px 12px;
}

.shopcart .set .box2{
    float: right;
}

.shopcart .set .box2 .text i{
    color: #333;
    font-size: 14px;
}

.shopcart .set .box2 .text{
    margin-right: 12px;
}

.shopcart .set .box2 .p1{
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px;
    line-height: 40px;
    font-size: 20px;
}

.shopcart .set .box2 .submitBtn{
    border-radius: 20px;
    width: 100px;
    font-size: 16px;
}

.shopcart .set .box2 .submitBtn.active{
    background-image: linear-gradient(to right, #f92d19, #f96319);
}

.shopcart {
    padding-bottom: 64px;
}

.shopcart .list .item .checkbox .fa{
    margin-top: 0;
}

.selectbuy .selectBox .item .item-body li.null .inner {
    background: #f3f3f3;
    color: #cacaca;
    border-color: #e6e6e6;
}


.header{
    display: none;
}

.search{
    margin-bottom: 0;
}















































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































