/*首页菜单s*/
.indexmenu{
    display: flex;
    justify-content: space-between;
    background: #FFF;
    padding: 20px 0;
    flex-wrap: wrap;
}
.indexmenu a{
    text-align: center;
    width: 25%;
}
.indexmenu a img{
    width: 50px;
}
.indexmenu a dd{
    font-size: 13px;
    color: #333;
    line-height: 30px;
}
.index-bot-list{
    margin: 10px 0;
}
.index-bot-list h4{
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    padding-left: 10px;
    color: #333;
}
.index-bot-list .img-list{
    padding: 0 5px;
    display: flex;
    justify-content: space-between;
}
.index-bot-list .img-list a{
    width: 49%;
}
/*首页菜单e*/
/*首页商品s*/
.goods .title{
    text-align:center;
    font-size:16px;
    height:40px;
    line-height:40px;
}
.goodlist{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.goodlist .list{
    width: 94%;
    background: #fff;
    overflow: hidden;
    margin: 2px 3%;
    border-bottom: 1px solid #ddd;
    margin-top: 10px;
    padding-bottom: 5px;
}
.goodlist .list dl{
    position: relative;
}
.goodlist .list dl span{
    position: absolute;
    top: 0px;
    z-index: 99;
    right: 0px;
    display: inline-block;
    background: #ff4d4d;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 0 0 0 5px;
    font-size: 12px;
}
.goodlist .list dl img {
    height: 170px;
    width: 100%;
}
.goodlist .list dd,.goodlist .list dt{
    padding:0 5px;
    margin:5px 0;
    /*box-sizing:border-box;*/
}
.goodlist .list dt {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 36px;
    color: #333;
}
.goodlist .list dd{
    display:flex;
    justify-content:space-between;
}
.goodlist .list dd span.ccc{
    text-decoration:line-through;
}
.goodlist .list dd span i{
    font-weight: normal;
    border: 1px solid;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 12px;
}
.goodlist .layui-flow-more{
    width:100%;
}
/*首页商品e*/
/*商品详情s*/
#goodsInfo{

}
#goodsInfo .title{
    border-radius:3px;
    background:#fff;
    margin-top:10px;
    padding:5px;
}
#goodsInfo .title div{
    margin:5px 0;
}
#goodsInfo .title .good-name{
    word-break: break-word;
    word-wrap: break-word;
}
#goodsInfo .title .desc{
    color:#bfbfbf;
}
#goodsInfo .title .price{
    display:flex;
    justify-content:space-between;
}
#goodsInfo .title .price span:nth-child(-n+2){
    color:#fc6621;
    font-size:14px;
}
#goodsInfo .title .price span:last-child{
    color:#fc6621;
}
#goodsInfo .goodsnum{
    background:#fff;
    margin-top:10px;
    height:40px;
    display:flex;
    justify-content:space-between;
    padding:5px;
    align-items:center;
}
#goodsInfo .content .info{
    padding:5px 5px 50px 5px;
}
#goodsAlert{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}
#goodsAlert .goodsShade{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
#goodsAlert .goodsInnder{
    width: 100%;
    max-height: 75%;
    background: #fff;
    position: absolute;
    bottom: -75%;
    left: 0;
    padding: 15px;
    box-sizing: border-box;
    border-radius:5px 5px 0 0;
}
#goodsAlert .goodsInnder .goodsAlertInfo{
    width: 100%;
    max-height:550px;
    background: #fff;
    overflow-y: auto;
    color: #000;
}
#goodsAlert .goodsAlertInfo .title{
    height: 30px;
    line-height: 30px;
    text-align: right;
}
#goodsAlert .goodsAlertInfo .title span{
    font-size: 20px;
}
#goodsAlert .goodsAlertInfo .good{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#goodsAlert .goodsAlertInfo .good .left{
    margin-right: 15px;
}
#goodsAlert .goodsAlertInfo .good .left img{
    width: 80px;
    height: 80px;
}
#goodsAlert .goodsAlertInfo .good .right{
    line-height: 1.5;
}
#goodsAlert .goodsAlertInfo .goodsnum{
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#goodsAlert .goodsAlertInfo .item{

}
#goodsAlert .goodsAlertInfo .item .itemtitle{
    height: 35px;
    line-height: 35px;
}
#goodsAlert .goodsAlertInfo .item .iteminfo{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
#goodsAlert .goodsAlertInfo .item .iteminfo span{
    width: 20%;
    margin: 5px 2%;
    background: #d0d0d0;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    border-radius: 3px;
    text-align: center;
}
#goodsAlert .goodsAlertInfo .item .iteminfo span.act{
    background: #DD524D;
    color: #fff;
}
#goodsAlert .goodsBtnList{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 40px;
    justify-content: space-between;
}
#goodsAlert  .goodsBtnList button,#goodsAlert  .goodsBtnList a{
    flex: 1;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
}
#goodsAlert  .goodsBtnList button{
    background: #F0AD4E;
}
#goodsAlert  .goodsBtnList a{
    background: #DD524D;
}
/*商品详情e*/
/*收货地址s*/
#address{
    padding:50px 5px 55px 5px;
}
#address .address-item{
    background:#fff;
    border-radius:3px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    min-height:70px;
    padding:5px;
    margin:5px 0;
    position:relative;
}
#address .address-item div{
    margin:0 5px;
}
#address .address-item .left{
    font-size:14px;
}
#address .address-item .center{
    font-size:16px;
    flex:1;
}
#address .address-item .center p{
    margin:5px 0;
}
#address .address-item .center p:first-child{
    display:flex;
    justify-content:space-between;
}
#address .address-item .center p:last-child{
    color:#9e9c9c;
    width:100%;
    word-break: break-word;
    word-wrap: break-word;
}
#address .address-item .center p span:first-child{
    font-weight:bold;
    font-size:16px;
}
#address .address-item .center p span:last-child{
    color:#9e9c9c;
}
#address .address-item .right{
    border-left:1px solid #dfdfdf;
    padding-left:5px;
    font-size:20px;
}
#address .button{
    background:#fc6621;
    color:#fff;
    padding:2px 3px;
    border-radius:3px;
}
/*收货地址e*/
/*提交订单界面s*/
#cart{
    padding:45px 0 50px 0;
}
#cart .address{
    background:#fff;
    display:flex;
    border-radius:3px;
    min-height:70px;
    align-items:center;
    padding:0 5px;
}
#cart .address .left{
    flex:1;
}
#cart .address .left p{
    margin:5px 0;
}
#cart .address .left p:first-child{
    display:flex;
    justify-content:space-between;
}
#cart .address .left p:last-child{
    color:#9e9c9c;
}
#cart .address .left p .cc{
    color:#9e9c9c;
}
#cart .address .rot-nav{
    margin-left:10px;
}
/*提交订单界面e*/
/*分类列表s*/
#cate{
    padding: 45px 0 50px 0;
    display: flex;
    height: 100%;
}
#cate .cate-left{
    width: 25%;
    border-right: 1px solid #bfbfbf;
    overflow-y: auto;
    height: 100%;
}
#cate .cate-left a{
    line-height: 40px;
    width: 100%;
    text-align: center;
    height: 40px;
    display: inline-block;
    border-bottom: 1px solid #bfbfbf;
}
#cate .cate-left a.active{
    color: #dd524d;
}
#cate .cate-right{
    flex: 1;
    overflow-y: auto;
    height: 100%;
    padding: 5px;
}
#cate .cate-right .topad img{
    max-height: 150px;
    width: 100%;
}
#cate .cate-right .cate-list .title{
    height: 30px;
    line-height: 30px;
}
#cate .cate-right .cate-list .cate-item-list{
    padding: 5px;
    background: #fff;
    display: flex;
    border-radius: 3px;
    flex-wrap: wrap;
}
#cate .cate-right .cate-list .cate-item-list .cate-item{
    text-align: center;
    width: 33%;
}
#cate .cate-right .cate-list .cate-item-list .cate-item img{
    height: 60px;
    width: 60px;
}
/*分类列表e*/
/*公告s*/
#notice{
    padding: 50px 5px 50px 5px;
    /*background:#fff;*/
    height:100%;
    width:100%;
    box-sizing:border-box;
}
.hui-media-list li{
    margin-bottom: 5px;
    border-radius: 3px;
    border-bottom: 1px dotted #eee;
}
.notice-time{
    text-align:center;
    height:30px;
    line-height:30px;
}
/*公告e*/
/*个人中心首页s*/
#user .top{
    height: 250px;
    background: url('../img/top_bg.png') center center no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 16px;
    position: relative;
    text-align: center;
}
#user .top h3{
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
}
#user .top p{
    margin-top: 10px;
    line-height: 24px;
}
#user .top span{
    font-size: 12px;
}
#user .top .img{
    width: 64px;
    height: 64px;
    display: inline-block;
    margin-top: 33.5px;
}
#user .top .img img{
    border-radius: 50%;
    border: 2px solid #FFF;
}
.kefu{
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
}
.kefu a{
    font-size: 20px;
}
#user .top .title{
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}
#user .top .head_pic{
    height: 120px;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
}
#user .top .head_pic .left{
    flex: 1;
    text-align: center;
}
#user .top .head_pic .left h4 p{
    font-size: 16px;
}
#user .top .head_pic .center{
    background: #FFF;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-top: 80px;
}
#user .top .head_pic .center .img {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid #e84524;
    margin: 3px;
}
#user .top .head_pic .right{
    flex: 1;
    text-align: center;
}
#user .top .head_pic .right span,#user .top .head_pic .right b{
    font-size: 16px;
}

#user .top .head_pic p {
    margin-bottom: 5px;
}
#user .top .head_pic .jihuo{
    padding: 3px 10px;
    border: 1px solid #fbaaa8;
    color: #fbaaa8;
    margin-left: 5px;
    border-radius: 5px;
    font-size: 12px;
}
#user .top .head_pic .yijihuo{
    color: #fff;
    background: #f72900;
    border:none;
}
#user .top .head_pic .img img{
    width:100%;
    height:100%;
}
#user .top .head_pic .sys{
    position: absolute;
    top: 10px;
    right: 20px;
}
#user .user_points{
    display: flex;
    position: absolute;
    top: 190px;
    width: 92%;
    height: 70px;
    margin-left: 4%;
    background: #FFF;
    color: #FFF;
    border-radius: 10px;
    box-shadow: 0px 5px 5px rgba(244,128,0,0.2);
}
#user .user_points a{
    text-align: left;
    flex: 1;
    padding-left: 20px;
    padding-top: 10px;
}
#user .user_points a dl{
    text-align: center;
}
#user .user_points a dl dt{
    color: #404040;
    margin-top: 8px;
}
#user .user_points a dl dt b{
    font-size: 12px;
    font-weight: normal;
    color: #f48000;
}
#user .user_points a dl dd{
    color: #999;
    font-size: 12px;
    line-height: 26px;
}
#user .myorder{
    width: 96%;
    background: #FFF;
    margin: -15px auto 0 auto;
    border-radius: 10px;
    padding: 5px 0;
}
#user .myorder .tit{
    border-bottom: 1px solid #e8e8e8;
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0px 10px;
}
#user .myorder .tit h3{
    line-height: 30px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
#user .myorder .tit a{
    color: #999;
    font-size: 12px;
    line-height: 30px;
}
#user .myorder ul{
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin: 15px 0 0px 0;
}
#user .myorder ul li{
    text-align: center;
}
#user .myorder ul li img{
    height: 40px;
}
#user .myorder ul li p{
    color: #666;
    line-height: 36px;
    font-size: 13px;
}

#user .reuser{
    width: 96%;
    background: #FFF;
    margin: 15px auto 0 auto;
    border-radius: 10px;
    padding: 5px 0;
}
#user .reuser .tit{
    border-bottom: 1px solid #e8e8e8;
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0px 10px;
}
#user .reuser .tit h3{
    line-height: 30px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
#user .reuser .tit a{
    color: #999;
    font-size: 12px;
    line-height: 30px;
}
#user .reuser dl{
    width: 90%;
    margin: 10px auto;
    display: flex;
    align-items: center;
}
#user .reuser dl dt img{
    width: 50px;
    height: 50px;
}
#user .reuser dl dd{
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
#user .reuser dl dd span{
    font-size: 13px;
    color: #333;
    line-height: 22px;
}

#user .ubtn {
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 30px 5%;
}
#user .ubtn a {
    width: 47%;
    height: 42px;
    line-height: 42px;
    background: #f00;
    text-align: center;
    border-radius: 20px;
    color: #FFF;
    background: -webkit-linear-gradient(left,#ff9130,#fc6624);
    background: -o-linear-gradient(right,#ff9130,#fc6624);
    background: -moz-linear-gradient(right,#ff9130,#fc6624);
    background: linear-gradient(to right,#ff9130,#fc6624);
    font-size: 16px;
}
#user .menu_title{
    margin-top: 40px;
    height: 40px;
    padding-left: 3%;
    line-height: 40px;
    font-weight: bold;
}
/*商户页面*/
#user .store-title{
    width: 84%;
    margin: 0 auto;
    margin-top: 80px;
}
#user .store-title h4{
    font-size: 14px;
    color: #6574a8;
    font-weight: bold;
}
#user .store_menu{
    flex-wrap: wrap;
    background: #FFF;
    border-radius: 10px;
    width: 90%;
    margin: 10px auto;
}
#user .store_menu dl{
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}
#user .store_menu dl dd{
    color: #808cb9;
    width: 30%;
}
#user .store_menu dl span{
    color: #ff3d3d;
}
#user .store_menu dl span b{
    font-size: 18px;
}
#user .order{
    background: #fff;
    width: 92%;
    margin: 55px 4% 0 4%;
    border-radius: 20px;
    padding: 15px 0 5px 0;
}

#user .order a{
    flex: 1;
    text-align: center;
    color: #303030;
}
#user .order a dl dt{
    font-size: 30px;
    margin-bottom: 2px;
}
#user .order a dl dt img{
    width: 50%;
}
#user .order a dl dd{
    line-height: 30px;
}
#user .user_menu{
    display: flex;
    flex-wrap: wrap;

    width: 96%;
    background: #FFF;
    margin: 15px auto 0 auto;
    border-radius: 10px;
    padding: 5px 0;
    padding-bottom: 30px;
}
#user .user_menu .tit{
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0px 10px;
    border-bottom: 1px solid #e8e8e8;
}
#user .user_menu .tit h3{
    line-height: 30px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
#user .user_menu .tit a{
    color: #999;
    font-size: 12px;
    line-height: 30px;
    border:none;
    width: auto;
}

#user .user_menu a{
    width: calc(33.33% - 0px);
    /*border: 1px solid #e8e8e8;*/
    margin-left: -1px;
    padding: 15px 0;
    margin-top: -1px;
}
#user .user_menu a dl{
    display: flex;
    flex-direction: column;
    text-align: center;
}
#user .user_menu a dt{
    font-size: 30px;
    color: #fc6524;
}
#user .user_menu a dt img{
    height: 40px;
}
#user .user_menu a dd {
    color: #323232;
    line-height: 36px;
}
#user .user_menu a span {
    color: #999999;
    font-size: 14px;
}
#user .user_menu a button {
    width: 70px;
    height: 30px;
    border-radius: 5px;
    color: #FFF;
    background: -moz-linear-gradient(top, #ffbb0d 0%, #ffd527 100%);
    background: -webkit-linear-gradient(top, #ffbb0d 0%,#ffd527 100%);
    background: -o-linear-gradient(top, #ffbb0d 0%,#ffd527 100%);
    background: -ms-linear-gradient(top, #ffbb0d 0%,#ffd527 100%);
}
.bot-logout{
    width: 100%;
    text-align: center;
    margin: 15px 0 100px 0;
}
.bot-logout a{
    width: 88%;
    height: 40px;
    line-height: 40px;
    background: #e26d6d;
    display: inline-block;
    color: #FFF;
    border-radius: 10px;
}
.head_nav{
    width: 70%;
    height: 60px;
    display: flex;

    position: absolute;
    bottom: 40px;
    left: 15%;
}
.head_nav a{
    flex: 1;
}
/*个人资料s*/
#userinfo{

}
#userinfo .userinfo-list{
    background: #fff;
    border-radius: 3px;
}
#userinfo .userinfo-list a dl{
    display: flex;
    min-height: 45px;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
    border-bottom: 1px solid #e6e6e6;
}
#userinfo .userinfo-list a:last-child dl{
    border-bottom: none;
}
#userinfo .userinfo-list a dl dt,#userinfo .userinfo-list a dl dd{
    font-size: 14px;
    color: #666;
    padding-left: 5px;
}
#userinfo .userinfo-list a dl dd img{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    vertical-align: bottom;
    margin: 5px  0;
}
#userinfo .userinfo-list .order{
    display:flex;
}
#userinfo .userinfo-list .order a{
    flex:1;
    text-align:center;
    padding:15px 5px 10px 5px;
}
#userinfo .userinfo-list .order a .iconfont{
    font-size:25px;
    position:relative;
    margin-top:5px;
    color: #999;
}
#userinfo .userinfo-list .order a .iconfont i{
    position:absolute;
    color:#dd524d;
    border:1px solid #dd524d;
    border-radius:50%;
    right:-8px;
    min-width:15px;
    min-height:15px;
    padding:2px;
    line-height:15px;
    top:-8px;
    background:#fff;
    font-size: 13px;
}
#userinfo .userinfo-list .order a p{
    margin-top:3px;
    color: #666;
}
/*个人资料e*/
/*推广页面s*/
.qrcode{

}
.qrcode .qrcode-info{
    width:60%;
    background:#fff;
    margin:20% auto 0;
    border-radius:5px;
    padding:10px;
    text-align:center;
    box-shadow:0 0 5px 1px rgba(0,0,0,0.2);
}
.qrcode .qrcode-info h5{
    font-size:18px;
}
.qrcode .qrcode-info .img{
    margin-top:15px;
}
.qrcode .qrcode-info .img img{
    border:2px solid #d8b70b;
    border-radius:3px;
}
.qrcode .qrcode-info p{
    margin:15px 0;
    color:#d8b70b;
}
.qrcode .qrcode-info .fuzhi{
    margin:10px 0;
}
.qrcode .qrcode-info .fuzhi .btn{
    cursor:pointer;
}
/*推广页面e*/
/*商品分享页面s*/
.share{
    background: #fff;
    margin: 10px 0;
    border-radius: 3px;
    padding: 10px;
    color: #bfbfbf;
    line-height: 1.8;
}
.share img{
    max-width: 200px;
    display: block;
    margin: auto;
}
/*商品分享页面e*/
/*商家列表s*/
.store-list{

}
.store-list dl{
    min-height: 60px;
    display: flex;
    background: #fff;
    align-items: center;
    padding: 10px;
    margin: 10px 0;
}
.store-list dl dt{
    margin-right: 10px;
}
.store-list dl dt img{
    width: 110px;
    height: 80px;
    border-radius: 5px;
}
.store-list dl dd{
    flex: 1;
}
.store-list dl dd h4{
    font-weight: bold;
    line-height: 24px;
    color: #df612f;
}
.store-list dl dd .time{
    margin-bottom: 5px;
    font-size: 12px;
    color: #919191;
}
.store-list dl dd .area{
    display: flex;
    align-items: center;
    color: #979797;
    justify-content: space-between;
}
.store-list dl dd .area span{
    font-size: 12px;
}
.store-list dl dd .area a{
    background: #21A4FE;
    color: #fff;
    width: 60px;
    padding: 3px 0;
    border-radius: 3px;
    text-align: center;
}
/*商家列表e*/
/*服务页面s*/
.service{
    padding-top: 45px;
    padding-bottom: 0;
}
.service .top{
    height: auto;
    display: flex;
    align-items: center;
}
.service .top>div{
    width: 20%;
    text-align: center;
    height: 100%;
    position: relative;
}
.service .top>div span{
    color: #fff;
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 18px;
}
.service .top>div img{
    width: 100%;
    height: 60px;
}
.service .top .upload{
    margin: auto;
    text-align: center;
}
.service .top .upload img{
    width: 100%;
    margin: 5px 0;
}
.service-inner{
    padding:0 10px 10px 10px;
}
.service-inner .service-item{
    border: 1px solid #b9b6b6;
    margin: 10px 0;
}
.service-inner .service-item .item{
    display: flex;
    align-items: center;
    min-height: 40px;
    border-bottom: 1px solid #b9b6b6;
}
.service-inner .service-item .item:last-child{
    border-bottom: none;
}
.service-inner .service-item .item dt{
    width: 25%;
    text-align: center;
    color: #999;
    border-right: 1px solid #b9b6b6;
    margin-right: 5px;
    line-height: 40px;
}
.service-inner .service-item .item dd{
    flex: 1;
}
.service-inner .service-item .item input,.service-inner .service-item .item select{
    width: 100%;
    box-sizing: border-box;
    background: none;
}
.service-inner .service-item .item textarea{
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    height: 80px;
    display: inline-block;
    border: none;
}
.service-inner .service-item .address dd{
    display: flex;
}
.service-inner .service-item .address dd select{
    flex: 1;
    margin: 0 5px;
    border: 1px solid #b9b6b6;
    color: #666;
}
/*服务页面e*/
/*服务详情s*/
.service_detail{
    margin-top: 45px;
}
.service_detail .top{
}
.service_detail .top h2{
    font-size: 16px;
    padding: 10px;
}
.service_detail .row{
    display: flex;
    align-items: center;
    padding: 10px;
    min-height: 60px;
}
.service_detail .row dt .iconfont{
    color: #999;
}
.service_detail .row dt{
    flex: 1;
    line-height: 1.8;
}
.service_detail .row dd{
    color: #F84443;
    text-align: center;
}
.service_detail .inner{
    padding: 0 10px;
}
.service_detail .inner dl{
    display: flex;
    align-items: center;
    min-height: 40px;
}
.service_detail .inner dl dt{
    width: 20%;
    margin-right: 10px;
    color: #999;
}
.service_detail .inner dl dd{
    color: #5d5d5d;
    flex: 1;
}
/*服务详情e*/
/*充值界面s*/
.recharge{

}
.money-sel-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0;
}
.money-sel-list p{
    background: #FFF7E5;
    width: 21%;
    height: 50px;
    line-height: 50px;
    margin:5px 2%;
    border-radius: 5px;
    font-weight: 600;
    text-align: center;
}
.money-sel-list .act{
    background: #FFAE00;
    color: #fff;
}
.recharge-input{
    height: 50px;
}
.recharge-input input{
    height: 100%;
    width: 100%;
    background: none;
    border-bottom:1px solid #d8d8d8;
    font-size: 18px;
}
.pay-list-item{

}
.pay-list-item .pay-list-row{
    display: flex;
    align-items: center;
    min-height: 60px;
    justify-content: space-between;
    border: 1px solid #E1E1E1;
    border-radius: 30px;
    padding: 0 15px;
    margin-top: 10px;
    color: #666666;
}
.pay-list-item .act{
    color: #FFAE00;
    border: 1px solid #FFAE00;
}
.pay-list-item .pay-list-row i{
    font-size: 30px;
    margin-right: 10px;
}
.pay-list-item .pay-list-row h5{
    flex: 1;
}
.pay-list-item .pay-list-row span{
    font-size: 18px;
}
/*充值界面e*/
/*复投进度s*/
.jindu{
    background: #fff;
    color: #888;
}
.jindu h4{
    border-top: 1px solid #eee;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.jindu .inner{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px;
}
.jindu .inner span{
    font-size: 40px;
    margin:0 5px;
}
/*复投进度e*/
/*奖励领取s*/
.lingqu{

}
.lingqu .lingqu-top{
    background: #F84443;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lingqu .lingqu-top dl{
    color: #fff;
    width: 80%;
    text-align: center;
}
.lingqu .lingqu-top dl dt span{
    font-size: 20px;
}
.lingqu .lingqu-top dl dt b{
    font-size: 40px;
}
.lingqu .lingqu-top dl dd button{
    width: 100%;
    background: #FFE1E1;
    color: #E10025;
    height: 50px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
}
.lingqu .lingqu-top dl dd button.yilingqu{
    background: #ca8888;
    color: #fff;
}
/*奖励领取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;
    }
}