/**
全局公用样式
 */
*{
    margin:0;
    padding:0;
    -webkit-tap-highlight-color: transparent;
}
html,body{
    color:#000;
    position:relative;
    width:100%;
    height: auto;
    font-size:14px;
    background: #F2F2F2;
}
a{
    color:inherit;
    -webkit-tap-highlight-color: transparent;
}
a:active,a:hover {
    color: inherit;
}
input{
    padding-left:5px;
}
input,button{
    border:none;
    outline:none;
}
img{
    max-width:100%;
    max-height:100%;
}
/*公用颜色*/
.black{
    color:#333!important;
}
.fff{
    color:#fff!important;
}
.ccc{
    color:#bfbfbf!important;
}
.blue{
    color:#21A4FE!important;
}
.success{
    color:#4cd964!important;
}
.green{
    color:#2AA515!important;
}
.red{
    color:#F84443!important;
}
.yellow{
    color:#FFEA00!important;
}
.orange{
    color:#F07A3B!important;
}
.jin{
    color: #F8DAA3!important;
}
.djin{
    color: #FFD6B2!important;
}
.zi{
    color: #AA8AFF!important;
}
.bg-fff{
    background:#fff!important;
}
.bg-black{
    background:#333!important;
}
.bg-ccc{
    background:#bfbfbf!important;
}
.bg-blue{
    background: #21A4FE!important;
}
.bg-success{
    background:rgb(76,217,100)!important;
}
.bg-green{
    background:#2AA515!important;
}
.bg-red{
    background:#fc6621!important;
}
.bg-yellow{
    background:#f0ad4e!important;
}
.bg-zi{
    background: #AA8AFF!important;
}
.bg-trs{
    background:rgba(0,0,0,0)!important;
}
.bg-normal{
    background:#e7e7e8!important;
}
.bg-l-blue{
    background: linear-gradient(to right,#45B3FE,#81ccff)!important;
}
.bg-l-green{
    background: linear-gradient(to right,#12CB7D,#5DFEBA)!important;
}
.bg-n-blue{
    border: 1px solid #21A4FE!important;
    color: #21A4FE!important;
}
.bg-n-red{
    border: 1px solid #F84443!important;
    color: #F84443!important;
}
.btn-block{
    width: 100%;
    display: block;
    height: 100%;
    border: none;
    padding:0;
}
.btn-w50{
    width: 50%;
    display: inline-block;
    height: 100%;
    border: none;
    padding:0;
    margin: 0;
}
button:disabled{
    background: rgba(136,135,135, 0.7) !important;
}
.btn-public{
    width:90%;
    margin:10px auto;
    display:block;
    padding: 0;
    border:none;
    height:40px;
    box-sizing: border-box;
    line-height: 40px;
    text-align: center;
    color:#fff;
    border-radius:30px;
}
/*公用颜色end*/
/*公用布局s*/
.h50{
    height:50px;
    box-sizing:border-box;
    width:100%;
}
.m2-left{
    margin-left:2px;
}
.m4-left{
    margin-left:4px;
}
.mto5{
    margin-top:5px;
}
.mto10{
    margin-top:10px;
}
.m4{
    margin:5px auto;
}
.m10{
    margin-top:10px;
}
.p5{
    padding:0 5px;
}
.p10{
    padding:0 10px;
}
.pto45{
    padding-top: 45px;
}
.pto50{
    padding-top: 50px;
}
.p50{
    padding-bottom:55px;
}
.p45{
    padding: 45px 5px 55px 5px;
}
.public{
    padding: 50px 0px 55px 0px;
}
.word{
    word-break: break-word;
    word-wrap: break-word;
    width: 100%;
    display: block;
}
.flex-between{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.flex-center{
    display:flex;
    justify-content:center;
    align-items:center;
}
.fl1{
    flex:1;
}
.fl2{
    flex:2;
}
.ab-top{
    position:absolute;
    left:0;
    top:0;
}
.ab-bot{
    position:absolute;
    bottom:0;
    top:0;
}
.fix-top{
    position:fixed;
    left:0;
    top:0;
}
.fix-bot{
    position:fixed;
    bottom:0;
    left:0;
    margin-top:50px;
}
.btn-bottom{
    position:fixed;
    bottom:0;
    width:100%;
    height:50px;
    color:#fff;
}
.btn{
    background:#fc6621;
    display:block;
    width:80%;
    height:40px;
    color:#fff;
    text-align:center;
    border-radius:3px;
    line-height:40px;
    margin:0 auto;
}
.public-list{

}
.public-list .title{
    height: 30px;
    line-height: 30px;
}
.public-list .public-list-list{
    /*background: #fff;*/
    border-radius: 3px;
}
.public-list .public-list-list .public-list-item{
    display: flex;
    background: #fff;
    border-bottom: 1px solid #d5d5d5;
    padding: 5px 0;
}
.public-list .public-list-list .public-list-item:nth-last-child(2){
    border-bottom: none;
}
.public-list .public-list-list .public-list-item .public-list-item-a{
    display: flex;
    flex: 1;
}
.public-list .public-list-list .public-list-item .danxuan-fa .danxuan-item{
    display: flex;
    height: 100%;
    align-items: center;
}
.public-list .public-list-list .public-list-item .img{
    margin-right: 5px;
}
.public-list .public-list-list .public-list-item .img img{
    width: 80px;
    height: 80px;
}
.public-list .public-list-list .public-list-item .good{
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-around;
}
.public-list .public-list-list .public-list-item .good .flex-between{
    padding-right: 5px;
}
.public-list .public-list-list .public-list-item .good .flex-between span:last-child{
    text-decoration: line-through;
    color: #bfbfbf;
    font-size: 14px;
}
.public-list .column{
    display: flex;
    background: none;
    flex-wrap: wrap;
}
.public-list .column .public-list-item{
    width: 49%;
    padding-top:0;
    overflow:hidden;
    background: #fff;
    flex-direction: column;
    border-radius: 3px;
}
.public-list .column .public-list-item .good .flex-between{
    padding-right: 0;
}
.public-list .column .public-list-item .public-list-item-a{
    flex-direction: column;
}
.public-list .column .layui-flow-more{
    width: 49%;
}
.public-list .column .public-list-item{
    margin: 2px 0.5%;
}
.public-list .column .public-list-item{
    border-bottom: none;
}
#cart .public-list .public-list-list .public-list-item:last-child{
    border-bottom:none;
}
#cart .public-list .public-list-list .public-list-item .good .flex-between span:last-child{
    text-decoration:none;
    color:#dd524d;
}
#cart .public-list .public-list-list{
    border-radius:unset;
}
#cart .note{
    margin-top:10px;
    background:#fff;
}
#cart .note .textarea{
    padding:5px;
}
#cart .note .textarea textarea{
    width:100%;
    height:70px;
    padding:5px;
    box-sizing:border-box;
}
#cart .info{
    background:#fff;
    margin-top:10px;
    /*padding-bottom: 10px;*/
}
#cart .info dl{
    display:flex;
    justify-content:space-between;
    align-items:center;
    min-height:40px;
    padding:0 10px;
    border-bottom:1px solid #eee;
    line-height: 40px;
}
#cart .pay dl dd{
    flex:1;
    margin-left:5px;
}
#cart .info dl:last-child{
    border-bottom:none;
}
#cart .info dl dt{
    color:#333;
}
#cart .info dl dd{
    color: #888;
}
#cart .pay dl dd{
    color:#000;
}
#cart .pay dl.red dd,#cart .pay dl.red dt{
    color:#dd524d;
}
#cart .info dl dd button{
    padding:5px 8px;
    border-radius:3px;
    background: none;
    color: #000;
    border: 1px solid #9e9c9c;
}
.danxuan,.title-danxuan,.danxuan-all{
    margin-right: 5px;
    color: #DD524D;
    font-weight: normal;
}
.danxuan,.title-danxuan{
    margin-left:5px;
}
.title-danxuan{
    display: none;
}
.danxuan-fa{
    display: none;
}
.public-list .column .public-list-item .img{
    margin-right: 0;
}
.public-list .column .public-list-item .img img{
    width: 100%;
    height: 100%;
}
.public-list .column .public-list-item .good{
    padding: 0 5px;
}
.public-bottom{
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
}
.public-bottom .public-bottom-item{
    display: flex;
    width: 100%;
    align-items: center;
    background: #fff;
    height: 45px;
    padding-left: 10px;
    box-sizing: border-box;
}
.public-bottom .left{
    flex: 1;
}
.public-bottom .right{
    width: 30%;
    height: 100%;
}
.buy{
    display:block;
}
.buy .public-bottom-item{
    padding-left:0;
}
.buy .public-bottom-item a{
    flex:1;
}
.recharge-btn{
    background: #FFAE00;
    height: 35px;
    width: 70px;
    border-radius: 15px;
    margin: 5px auto;
    display: block;
}
.buy .public-bottom-item .btn-two{
    display: flex;
    align-items: center;
}
.buy .public-bottom-item .btn-two button{
    flex: 1;
    height: 100%;
}
.buy .public-bottom-item .left{
    display:flex;
}
.buy .public-bottom-item .left a{
    flex:1;
    text-align:center;
    position: relative;
}
.buy .public-bottom-item .left a .iconfont{
    font-size:20px;
}
.buy .public-bottom-item .left a .badge{
    height: 20px;
    width: 20px;
    display: none;
    padding: 2px;
    border-radius: 50%;
    background: #dd524d;
    color: #fff;
    position: absolute;
    right: 18%;
    top: -5px;
}
.buy .public-bottom-item .left a p{
    font-size:14px;
}
.goodslist{
    padding:45px 0  55px 0;
}
.public_header{
    height:40px;
    width:100%;
    display:flex;
    justify-content:space-around;
    align-items:center;
    background: #FFF;
}
.public_header a{
    text-align:center;
    color: #333;
}
.public_header a h4{
    font-weight: normal;
    margin-bottom: 3px;
}
.public_header a p{
    width: 25px;
    height: 3px;
    margin: 0 auto;
    border-radius: 3px;
}
.public-card-money{

}
.public-card-money .card-money{
    margin: 10px auto;
    width: 96%;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(to right,#FF9410,#FC502D);
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.public-card-money .card-money p{
    margin-bottom: 5px;
    font-size: 15px;
}
.public-card-money .card-money h4{
    font-size: 40px;
}
.public-card-money .card-money .right{
    height: 40px;
    display: flex;
    align-items: center;
}
.public-card-money .card-money .right a{
    line-height: 30px;
    padding: 0 10px;
    height: 30px;
    text-align: center;
}
.public-card-money .card-money .right a:last-child{
    margin-left: 15px;
    border: 1px solid #FEC6B8;
    border-radius: 5px;
}
/*团队列表*/
.team-top{
    width: 100%;
    height: 180px;
    background: url('../img/td_bg.png') center center no-repeat;
    background-size: 100% 100%;
}
.team-list{

}
.team-list .list{
    border-bottom: 1px solid #eee;
    background: #fff;
    color: #333;
    width: 90%;
    padding: 1px 5%;
    float: left;
}
.team-list .left{
    margin-right: 10px;
    float: left;
}
.team-list .left img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 5px 20px #cfd9f2;
    -moz-box-shadow: 0px 5px 20px #cfd9f2;
    box-shadow: 0px 5px 20px #cfd9f2;
}
.team-list .center{
    float: left;
}
.team-list .center p{
    line-height: 20px;
    font-size: 13px;
}
.team-list .center>p:nth-child(2){
    color: #808080;
    font-size: 13px;
}
.team-list .right{
    float: right;
}
.team-list .right p{
    line-height: 20px;
    font-size: 13px;
}
.team-list .right>p:nth-child(2){
    color: #808080;
    font-size: 13px;
}

.public-view-list{
    /*background:#fff;*/
}
.public-view-list .top{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin: 0px auto 5px auto;
    padding: 10px 0;
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px;
}
.public-view-list .top dl{
    text-align: center;
    flex: 1px;
    border-right: 1px solid #ffd490;
}
.public-view-list .top dl dt {
    font-size: 16px;
    color: #fc6621;
    font-weight: bold;
}
.public-view-list .top dl dd {
    color: #999;
}
.public-view-list .title,.public-view-list .list{
    display: flex;
    min-height: 40px;
    line-height: 40px;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    color: #333;
    padding: 0 10px;
}
.public-view-list .money-list{
    min-height: 60px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom:1px solid #d8d8d8;
}
.public-view-list .money-list dt,.public-view-list .money-list dd{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.public-view-list .money-list dt .money{
    font-size: 16px;
    color: #FF340F;
}
.public-view-list .money-list dd{
    margin-top: 5px;
    color: #616161;
 }
.public-view-list>div:nth-child(2){
    /*border-bottom:none;*/
}
.public-view-list .title{
    color:#9e9c9c;
}
.public-view-list .list span,.public-view-list .title span{
    flex:1;
    text-align:center;
}
.public-view-list>a span{
    flex:1;
    text-align:center;
}
.public-view-list b{
    flex: 1;
    text-align: center;
}
.team .public_header{
    background: none;
}
.team .public_header a.act{
    color: #fc0000;
}
.order .public_header a.act{
    color: #F84443;
}
.order .public_header a.act p{
    background:#F84443;
}
#demo{
    padding:0 5px;
}
.order .order-list{
    background:#fff;
    margin:5px 0;
    border-radius:3px;
    padding:5px;
}
.order .order-list .title{
    height:35px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-bottom:1px solid #dfdfdf;
}
.order .order-list .title{
    color:#9e9c9c;
}
.order .order-list .order-list-list{
    border-bottom:1px solid #dfdfdf;
    display:block;
    padding:5px 0;
}
.order .order-list .order-list-list .order-list-item{
    display:flex;
    padding:5px 0;
}
.order .order-list .order-list-list .order-list-item .left img{
    width: 80px;
    height: 80px;
    margin-right:5px;
}
.order .order-list .order-list-list .order-list-item .right{
    flex:1;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}
.order .order-list .order-list-list .order-list-item .right p:first-child{
    flex:1;
}
.order .order-list .order-list-list .order-list-item .right p:last-child{
    display:flex;
    justify-content:space-between;
    color:#dd524d;
}
.order .order-list .order-list-list .order-list-item .right p .price{
    font-size:16px;
}
.order .order-list .order-bottom{
    height:35px;
    display:flex;
    align-items:center;
    padding-top:5px;
}
.order .order-list .order-bottom .left{
    color:#dd524d;
    flex:1;
}
.order .order-list .order-bottom .right button,.order .order-list .order-bottom .right a{
    padding:2px 8px;
    margin:0 5px;
    background:#dd524d;
    color:#fff;
    border-radius:3px;
    border:1px solid #dd524d;
}
.order .order-list .order-bottom .right button.cancel{
    background:none;
    color:#000;
    border:1px solid #9e9c9c;
}
.public_header .act{
    color:#F84443;
}
.public_header a span.right{
    display:flex;
    box-sizing:border-box;
    flex-direction:column;
    height:100%;
    justify-content:center;
}
.public_header a span.right .iconfont{
    font-size:14px;
    width:100%;
    height:10px;
    line-height:1;
}
.number-box{
    display:flex;
    justify-content:center;
    width:120px;
    border:1px solid #D1D1D1;
    border-radius:3px;
}
.number-box div{
    background:#e8e5e5;
    width:30px;
    height:30px;
    text-align:center;
    line-height:30px;
    font-size:16px;
    color:#000;
}
.number-box .dis{
    background:#f6f6f6;
    color:#bfbfbf;
}
.number-box input{
    width:50px;
    padding:0 5px;
    text-align:center;
}
/*公用布局e*/
/*公共头部s*/
.header{
    height:45px;
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    background:#fc6621;
    color:#FFFFFF;
    padding:0 10px;
    box-sizing:border-box;
    position:fixed;
    top:0;
    left:0;
    z-index:10;
}
.header a,.header .iconback{
    font-size: 12px;
}
.trs{
    background:rgba(221,82,77,0);
    box-shadow:none;
}
.header .title{
    flex:1;
    font-size: 15px;
    text-align:center;
}
.header .search{
    flex:1;
    padding:0 5px;
    position:relative;
    opacity: 0.8;
}
.header .search input{
    padding: 5px 0 5px 25px;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    font-size: 12px;
}
.header .search input:focus{
    text-align:left;
}
.header .search:before{
    content:'\e60f';
    font-family:'iconfont';
    font-size:16px;
    color:#757575;
    position:absolute;
    left:8px;
    top:5px;
    display:inline-block;
}
/*公共头部e*/
/*公共底部s*/
.bottom{
    position:fixed;
    bottom:0;
    width:100%;
    display:flex;
    justify-content:space-between;
    background:#fff;
    height:50px;
    align-items:center;
    z-index: 999;
}

.bottom a{
    flex:1;
    text-align:center;
    color:#bfbfbf;
}
.bottom a.active{
    color:#fc6524;
}
.bottom a dl dt.iconfont{
    font-size:20px;
}
.bottom a dl dd{
    font-size:14px;
}
/*公共底部e*/
/*公共样式s*/
.sh-bot{
    box-shadow:0 2px 4px 0 #dd524d;
}
.sh-all{
    box-shadow:0 0 6px 0 #dd524d;
}
.bot-line{
    position:relative;
}
.border{
    border: 1px solid #d8d8d8;
}
.bod-l{
    border-left: 1px solid #d8d8d8;
}
.bod-t{
    border-top: 1px solid #d8d8d8;
}
.bod-r{
    border-right: 1px solid #d8d8d8;
}
.bod-b{
    border-bottom: 1px solid #d8d8d8;
}
.bot-line:after{
    content:'';
    background:#bfbfbf;
    position:absolute;
    height:1px;
    bottom:0;
    left:0;
    width:100%;
}
.rot-nav{
    position:relative;
    padding-right: 20px;
    color: #bfbfbf;
}
.rot-nav:after{
    content:'\e64e';
    font-family: iconfont;
    color: inherit;
    position:absolute;
    top: 50%;
    right:0;
    font-size: inherit;
    display: block;
    transform: translateY(-50%);
}
.iconjiantou{
    color:#9a9898;
}
#empty{
    width: 100%;
    margin: 10% 0;
    text-align: center;
    color: #777;
}
#empty .empty{
    font-size: 50px;
    margin-bottom: 10px;
}
.public_title{
    height:40px;
    line-height:40px;
    text-align:center;
    color: #fc6621;
}
.public-btn{
    float: right;
    color: #F84443;
    padding: 1px 8px;
    /*background: #F84443;*/
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
}
.public-tit{
    height:30px;
    line-height:30px;
}
/*公共样式e*/
/*弹出层s*/
.shade{
    position:fixed;
    left:0;
    top:45px;
    width:100%;
    height:100%;
    z-index:998;
    background:rgba(0,0,0,0.2);
}
.popup{
    z-index:999;
    position:fixed;
    right:5px;
    top: 48px;
    width:100px;
    background:#fff;
    border-radius: 3px;
}
.popup i{
    background: #fff;
    height: 16px;
    width: 16px;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: -8px;
    right: 7px;
}
.popup a{
    position: relative;
    width: 100%;
    display: inline-block;
}
.popup a:after{
    content:'';
    background:#bfbfbf;
    position:absolute;
    height:1px;
    bottom:0;
    left:0;
    width:100%;
}
.popup a:last-child:after{
    content:none;
}
.popup a dl{
    display:flex;
    height:35px;
    justify-content:left;
    align-items:center;
    color: #333;
}
.popup a dl dt.iconfont{
    margin: 0px 10px;
}
#search .search-info{
    z-index:999;
    position:fixed;
    top:-80px;
    left:0;
    width:100%;
    background:#fff;
}
#search .search-info .title{
    height:30px;
    text-align:center;
    line-height:30px;
}
#search .search-info .search-list{
    display:flex;
    padding:5px;
    flex-wrap:wrap;
}
#search .search-info .search-list span{
    border:1px solid #bfbfbf;
    padding:2px 3px;
    margin:2px;
    text-align:center;
    width:32%;
    box-sizing:border-box;
    display:inline-block;
    border-radius:2px;
}
/*弹出层e*/
/*轮播s*/
.swiper-container{
    /*height:300px;*/
}
.swiper-container img{
    width:100%;
    height:100%;
}
.swiper-pagination-bullet{
    background:#dd524d;
    opacity:0.6;
}
.swiper-pagination-bullet-active{
    background:#dd524d;
    opacity:1;
}
/*轮播e*/
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .bottom{
        padding-bottom: 34px;
    }
    #user .user_menu {
        margin-bottom: 95px;
    }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio:3) {
    .bottom{
        padding-bottom: 34px;
    }
    #user .user_menu {
        margin-bottom: 95px;
    }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio:2) {
    .bottom{
        padding-bottom: 34px;
    }
    #user .user_menu {
        margin-bottom: 95px;
    }
}
