/*首页菜单s*/
#index{
    padding-top: 45px;
}
#index .index-top{
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/index-bg.png") center/100% 100% no-repeat;
    height: 180px;
    width: 100%;
}
#index .banner{
    padding: 0 10px;
    background-color: #fff;
}
#index .banner .swiper-container img{
    border-radius: 10px;
}
#index .index-menu{
    display:flex;
    align-items: center;
}
#index .index-menu a{
    text-align:center;
    width:25%;
    padding: 10px 0;
}
#index .index-menu a img {
    width: 42px;
}
#index .index-menu a p{
    color: var(--grey-text);
    margin-top: 5px;
}
#index .gonggao{
    padding: 0 10px;
    margin: 10px 0;
}
#index .gonggao .notice{
    background-color: #fff;
    border-radius: 5px;
    height: 40px;
    display: flex;
    align-items: center;
    color: var(--grey-797979);
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
#index .gonggao .notice .left{
    padding:0 5px;
    border-right: 1px solid var(--border);
    font-size: 14px;
}
#index .gonggao .notice .right{
    flex: 1;
    height: 100%;
    padding: 0 5px;
}
#index .gonggao .notice .right .swiper-slide{
    line-height: 40px;
}
#index .gonggao .notice .more{
    padding: 0 8px;
    color: var(--grey-333);
    border-left: 1px solid var(--grey-333);
}
#index .bot{
}
#index .bot .ad{
    background-color: #fff;
    padding: 0 10px;
}
#index .bot .ad img{
    width: 100%;
}
#index .bot .goods{
}
#index .bot .goods .goodlist{
    padding: 0 10px;
}
#index .bot .goods .goods-top{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
#index .bot .goods .goods-top span{
    font-size: 16px;
}
#index .bot .goods .goods-top p{
    font-size: 16px;
    margin: 0 10px;
}
/*首页菜单e*/
/*商城首页s*/
.shop{}
.cate-top{
    display: flex;
    align-items: center;
    background-color: #fff;
    height: 40px;
}
.cate-top .left{
    flex: 1;
    overflow-y: auto;
    white-space: nowrap;
    color: var(--grey-333);
}
.cate-top .left span{
    padding: 0 10px;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    position: relative;
    cursor: pointer;
    border-radius: 15px;
    margin-left: 5px;
}
.cate-top .left .act{
    color: #fff;
    background-color: var(--theme);
}
.cate-top .right{
    flex-shrink: 0;
    padding: 0 10px;
    height: 100%;
    line-height: 40px;
    box-shadow:0 -3px 6px rgba(0,0,0,0.2);
}
.cate-top .right a span{
    color: var(--theme);
}
/********************{商圈商家列表s}********************/
.shop .shops{
    margin-top: 10px;
}
.shop .shops .shops-list{
    padding: 0 10px;
}
.shop .shops .shops-list .shops-list-item{
    display: flex;
    align-items: center;
    border-radius: 5px;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
.shop .shops .shops-list .shops-list-item .left{
    margin-right: 10px;
}
.shop .shops .shops-list .shops-list-item .left img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.shop .shops .shops-list .shops-list-item .center{
    flex: 1;
}
.shop .shops .shops-list .shops-list-item .center h5{
    font-size: 14px;
    color: var(--grey-333);
}
.shop .shops .shops-list .shops-list-item .center p{
    color: var(--grey-text);
    margin-top: 5px;
}
/********************{商圈商家列表e}********************/
/********************{商家详情s}********************/
.business-detail{
}
.business-detail .top{
    background: var(--theme);
    padding: 50px 10px 20px 10px;
}
.business-detail .top .head{
    display: flex;
    align-items: center;
}
.business-detail .top .head .left{
    margin-right: 10px;
}
.business-detail .top .head .left img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.business-detail .top .head .center{
    flex: 1;
}
.business-detail .top .head .center h5{
    font-size: 14px;
    color: #fff;
}
.business-detail .top .head .center p{
    color: #fff;
    margin-top: 5px;
}
.business-detail .top .head .right{
    color: #fff;
    font-size: 18px;
}
/********************{商家详情e}********************/
/*商城首页e*/
/*交易首页s*/
.deal{}
.deal .top{
    padding: 0 10px;
}
.deal .top .notice{
    background-color: #fff;
    border-radius: 5px;
    height: 35px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    color: var(--grey-797979);
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.deal .top .notice .left{
    padding:0 5px;
    border-right: 1px solid var(--border);
    font-size: 14px;
}
.deal .top .notice .right{
    flex: 1;
    height: 100%;
    padding: 0 5px;
}
.deal .top .notice .right .swiper-slide{
    line-height: 35px;
}
.deal .top .deal-menu{
    display: flex;
    align-items: center;
    padding: 10px 0;
    color: var(--grey-666);
}
.deal .top .deal-menu a{
    flex: 1;
    text-align: center;
}
.deal .top .deal-menu a .iconfont{
    font-size: 30px;
    margin-bottom: 2px;
}
.deal .top .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 35px;
}
.deal .top .title .left{
    font-size: 14px;
}
.deal .top .title .right{
    color: var(--grey-797979);
}
.deal .no-open{
    color: var(--grey-797979);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20%;
}
.deal .no-open .iconfont{
    font-size: 50px;
    margin-bottom: 5px;
}
/*交易首页e*/
/*首页商品s*/
.goods .title{
    text-align:center;
    font-size:16px;
    height:40px;
    line-height:40px;
}
.goodlist{
    display:flex;
    flex-wrap:wrap;
}
.goodlist .list{
    width:49%;
    background:#fff;
    border-radius:3px;
    overflow:hidden;
    margin-bottom: 5px;
}
.goodlist .list:nth-child(2n+1){
    margin-right: 2%;
}
.goodlist .list dt.img img{
    width: 100%;
    height: auto;
}
.goodlist .list dt.goods_name{
    padding:0 5px;
    margin:5px 0;
}
.goodlist .list dd{
    padding:0 5px;
    margin:5px 0;
}
.goodlist .list dt{
    width:100%;
    word-break: break-word;
    word-wrap: break-word; /* IE */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -o-pre-wrap; /* Opera 7 */
}
.goodlist .list dd{
    display:flex;
    justify-content:space-between;
}
.goodlist .list dd .red{
    font-weight: bold;
}
.goodlist .list dd .line-through{
    text-decoration: line-through;
    color: var(--grey-797979);
}
.goodlist .list .bot{
    align-items: center;
}
.goodlist .list .bot button{
    background-color: var(--theme);
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
}
.goodlist .list dd span.ccc{
    text-decoration:line-through;
}
.goodlist .layui-flow-more{
    width:100%;
}
/*首页商品e*/
/*商品详情s*/
#goodsInfo{

}
#goodsInfo .title{
    border-radius:3px;
    background:#fff;
    padding:10px;
}
#goodsInfo .title div{
    margin:5px 0;
}
#goodsInfo .title .good-name{
    word-break: break-word;
    word-wrap: break-word;
}
#goodsInfo .title .desc{
    color:var(--grey-666);
}
#goodsInfo .title .price{
    display:flex;
    justify-content:space-between;
    color:var(--grey-797979);
}
#goodsInfo .title .price .goods-price{
    color:var(--theme);
    font-size:14px;
}
#goodsInfo .title .jl{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--grey-797979);
}
#goodsInfo .title .jl .market{
    text-decoration: line-through;
}
#goodsInfo .title .price .sales_sum{
    color:var(--grey-666);
}
#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 10px 50px 10px;
}#mendianAlert{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}
#mendianAlert .mendianShade{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
#mendianAlert .mendianInnder{
    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;
}
#mendianAlert .mendianInnder .mendianAlertInfo{
    width: 100%;
    max-height:550px;
    background: #fff;
    overflow-y: auto;
    color: #000;
}
#mendianAlert .mendianAlertInfo .title{
    height: 30px;
    line-height: 30px;
    text-align: right;
}
#mendianAlert .mendianAlertInfo .title2{
text-align: center;
    padding: 10px;
    font-size: 24px;
    top: 5px;
    position: absolute;
    width: 80%;
}

#mendianAlert .mendianBtnList{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 40px;
    justify-content: space-between;
}

#mendianAlert  .mendianBtnList a{
    flex: 1;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background: -webkit-gradient(linear,left top,right top,from(#f35447),to(#ff8e3c));
    background: linear-gradient(90deg,#f35447 0,#ff8e3c);
    background: -moz-linear-gradient(to right,#f35447 0,#ff8e3c 100%);
}
#tihuoAlert{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}
#tihuoAlert .tihuoShade{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
#tihuoAlert .tihuoInnder{
    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;
}
#tihuoAlert .tihuoInnder .tihuoAlertInfo{
    width: 100%;
    max-height:550px;
    background: #fff;
    overflow-y: auto;
    color: #000;
}
#tihuoAlert .tihuoAlertInfo .title{
    height: 30px;
    line-height: 30px;
    text-align: right;
}
#tihuoAlert .tihuoAlertInfo .title2{
text-align: center;
    padding: 10px;
    font-size: 24px;
    top: 5px;
    position: absolute;
    width: 80%;
}

#tihuoAlert .tihuoBtnList{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 40px;
    justify-content: space-between;
}

#tihuoAlert  .tihuoBtnList a{
    flex: 1;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background: -webkit-gradient(linear,left top,right top,from(#f35447),to(#ff8e3c));
    background: linear-gradient(90deg,#f35447 0,#ff8e3c);
    background: -moz-linear-gradient(to right,#f35447 0,#ff8e3c 100%);
}
#serverAlert{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}
#serverAlert .serverShade{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
#serverAlert .serverInnder{
    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;
}
#serverAlert .serverInnder .serverAlertInfo{
    width: 100%;
    max-height:550px;
    background: #fff;
    overflow-y: auto;
    color: #000;
}
#serverAlert .serverAlertInfo .title{
    height: 30px;
    line-height: 30px;
    text-align: right;
}

#serverAlert .serverAlertInfo .title2{
text-align: center;
    padding: 10px;
    font-size: 24px;
    top: 5px;
    position: absolute;
    width: 80%;
}
#serverAlert .serverAlertInfo .title span{
    font-size: 20px;
}
#serverAlert .serverAlertInfo .server{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#serverAlert .serverAlertInfo .server .left{
    margin-right: 15px;
    float: left;
}
#serverAlert .serverAlertInfo .server .left img{
    width: 40px;
    height: 40px;
}
#serverAlert .serverAlertInfo .server .right{
    line-height: 1.5;
    float: left;
}
#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: -webkit-gradient(linear,left top,right top,from(#f35447),to(#ff8e3c));
    background: linear-gradient(90deg,#f35447 0,#ff8e3c);
    background: -moz-linear-gradient(to right,#f35447 0,#ff8e3c 100%);
}
/********************{兑换商品s}********************/
.convert-goods{
    padding-top: 45px;
}
.goods-bot{
    bottom: 20px;
    background: transparent;
}
.goods-bot .public-bottom-item{
    background: transparent;
}
.goods-bot .public-bottom-item{
    justify-content: center;
}
.goods-bot .public-bottom-item .btn-two{
    width: 80%;
    flex: unset;
}
.goods-bot .public-bottom-item .buy-btn{
    display: block;
    width: 100%;
    height: 43px!important;
    background: #DD524D;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    background: -webkit-gradient(linear,left top,right top,from(#f35447),to(#ff8e3c));
    background: linear-gradient(90deg,#f35447 0,#ff8e3c);
    background: -moz-linear-gradient(to right,#f35447 0,#ff8e3c 100%);
    border-radius: 20px;
}
/********************{兑换商品e}********************/
/*商品详情e*/
/*收货地址s*/
#address{
    padding:55px 10px 55px 10px;
}
#address .address-item{
    background:#fff;
    border-radius:3px;
    min-height:70px;
    position:relative;
}
#address .address-item .top{
    color: var(--grey-text);
    border-bottom: 1px solid var(--border);
    padding: 10px;
}
#address .address-item .top .left{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
#address .address-item .top .left h5{
    color: var(--grey-333);
}
#address .address-item:not(:last-child){
    margin-bottom: 10px;
}
#address .address-item .bot{
    margin-top: 5px;
}
#address .address-item .toolbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px;
}
#address .address-item .toolbar .left{
    color: var(--grey-333);
}
#address .address-item .toolbar .left .left-item{
    display:flex;
    align-items:center;
}
#address .address-item .toolbar .left .left-item i{
    margin-left: 3px;
}
#address .address-item .toolbar .left .button{
    background:var(--theme);
    color:#fff;
    padding:2px 8px;
    border-radius:3px;
    cursor: pointer;
}
#address .address-item .toolbar .right{
    display:flex;
    align-items:center;
}
#address .address-item .toolbar .right a{
    display:flex;
    align-items:center;
    padding: 0 5px;
    color: var(--grey-666);
    cursor: pointer;
}
#address .address-item .toolbar .right a:not(:last-child){
    margin-right: 5px;
}
#address .address-item .toolbar .right a .iconfont{
    margin-right: 2px;
}
/*收货地址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 10px;
}
#cart .address .left{
    flex:1;
}
#cart .address .left .no-address{
    display: flex;
    align-items: center;
    color: var(--grey-666);
}
#cart .address .left .no-address .iconfont{
    margin-right: 5px;
}
#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:var(--grey-797979);
}
#cart .address .left p .cc{
    color:var(--grey-797979);
}
#cart .address .rot-nav{
    margin-left:10px;
}
#cart .director{
    margin-top:10px;
    background:#fff;
    display: flex;
    align-items: center;
    padding:10px 5px;
}
#cart .director .no-check{
    flex: 1;
    font-size: 13px;
    height: 60px;
    line-height: 60px;
}
#cart .director .left img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
#cart .director .center{
    flex: 1;
    margin: 0 10px;
}
#cart .director .center h5{
    font-size: 14px;
    font-weight: bold;
}
#cart .director .center p{
    font-size: 12px;
    color: var(--grey-797979);
    margin-top: 5px;
}
/*提交订单界面e*/
/*拼团界面s*/
#group{
    padding:45px 0 50px 0;
}
.money-top{
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #000;
    border-bottom: 1px solid var(--border);
}
.money-top .top-item{
    text-align: center;
}
.money-top .top-item p{
    font-size: 13px;
    color: var(--grey-797979);
}
.money-top .top-item h5{
    font-weight: bold;
    margin-top: 4px;
    color: var(--theme);
    font-size: 13px;
}
#group .group-info{
    padding: 0 10px;
    color: #000;
}
#group .group-info .tit{
    line-height: 40px;
    font-weight: bold;
}
#group .group-info .public-list-list .public-list-item{
    background: none;
}
#join{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 70%;
    width: 50px;
    height: 50px;
    background-color: var(--theme);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    font-size: 12px;
    color: #fff;
}
/*拼团界面e*/
/*签到界面s*/
.wallet {
    padding-top: 45px;
}
.wallet .money-list-container .money-item {
    display: flex;
    align-items: center;
    min-height: 40px;
    border-bottom: 1px solid var(--border);
}
.wallet .money-list-container .money-item span {
    flex: 1;
    text-align: center; }
.wallet .money-list-container .money-item span.money {
    color: var(--theme);
}
.wallet .sign .sign-info {
    padding: 10px;
}
.wallet .sign .sign-info .sign-info-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.wallet .sign .sign-info .sign-info-container .sign-info-container-item {
    width: 13%;
    height: 80px;
    position: relative;
    background: url(../img/no-sign.png) center/100% 100% no-repeat;
}
.wallet .sign .sign-info .sign-info-container .sign-info-container-item span {
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
}
.wallet .sign .sign-info .sign-info-container .selected {
    background-image: url("../img/ok-sign.png");
}
.wallet .sign .sign-info .sign-btn {
    margin: 10px auto;
    position: relative;
    padding: 0;
    width: 70%;
    height: 40px;
    border-radius: 5px;
    color: #fff;
    display: block;
    background: -webkit-gradient(linear,left top,right top,from(#f35447),to(#ff8e3c));
    background: linear-gradient(90deg,#f35447 0,#ff8e3c);
    background: -moz-linear-gradient(to right,#f35447 0,#ff8e3c 100%);
}
#video{

}
#video .video-shade{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:998;
    background:rgba(0,0,0,0.4);
}
#video .video-info{
    position:fixed;
    left:50%;
    top:50%;
    width:90%;
    z-index:999;
    color: #fff;
    transform: translate(-50%,-50%);
}
#video .video-info .video-close{
    text-align: right;
    margin-bottom: 10px;
}
#video .video-info .video-info-video{
    width: 100%;
}
/*签到界面e*/
/*分类列表s*/
#cate{
    display: flex;
    height: calc(100% - 95px);
}
#cate .cate-left{
    width: 33%;
    border-right: 1px solid var(--border);
    overflow-y: auto;
    height: 100%;
}
#cate .cate-left a{
    line-height: 72px;
    width: 100%;
    text-align: center;
    height: 72px;
    display: inline-block;
    border-bottom: 1px solid var(--border);
    font-weight: 400;
    font-size: 16px;
}
#cate .cate-left .active{
    color: var(--theme);
}
#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-top: 45px;
}
#notice .notice-container{
    padding: 0 10px;
}
.notice-list{
    padding: 10px 10px 0 10px;
}
.notice-list-item{
    padding: 10px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}
.notice-list-item .left{
    margin-right: 10px;
}
.notice-list-item .left img{
    width: 50px;
    height: 50px;
}
.notice-list-item .right h6{
    font-size: 14px;
}
.notice-list-item .right p{
    color: var(--grey-text);
    margin-top: 5px;
    min-height: 20px;
}
/*公告e*/
/*个人中心首页s*/
#user{
    padding:0 10px;
}
#user .top{
    color: #fff;
    height: 260px;
    font-size: 16px;
    background-color: var(--theme);
    margin: 0 -10px;
    background: url("../img/index-bg.png") center/100% 100% no-repeat;
}
#user .top .top-nav{
    padding-right: 10px;
}
#user .top .top-nav a{
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#user .top .top-nav a .iconfont{
    margin-left: 5px;
}
#user .top .head_pic{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#user .top .head_pic >a{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 2px solid #fff;
    overflow: hidden;
    margin-left: 20px;
    margin-right: 10px;
}
#user .top .head_pic a img{
    width:100%;
    height:100%;
}
#user .top .head_pic .right{
    line-height: 1.6;
}
#user .top .head_pic .right .nickname{
    display: flex;
    align-items: center;
}
#user .top .head_pic .right .nickname .iconfont{
    margin-left: 5px;
}
#user .top .head_pic .right .right-bot span{
    background:rgba(0,0,0,0.4);
    color: #fff;
    padding: 0 10px;
    display: block;
    border-radius:20px;
    font-size: 12px;
    margin-top: 5px;
}
#user .top-menu{
    display: flex;
    box-sizing:border-box;
    padding: 10px;
}
#user .top-menu a{
    text-align: center;
    flex: 1;
    line-height: 1.5rem;
}
#user .top-menu a .iconfont{
    font-size: 30px;
}
#user .top-menu a b{
    font-size: 15px;
}
#user .user_points{
    display: flex;
    box-sizing:border-box;
    border-bottom: 1px solid var(--border);
    padding: 10px 0;
}
#user .user_points a{
    text-align: center;
    flex: 1;
    line-height: 1.5rem;
}
#user .user_points a dl dd {
    font-weight: bold;
    font-size: 13px;
}
#user .user_points a .money {
    font-weight: bold;
    font-size: 13px;
}
#user .container{
    margin-top: -90px;
}
#user .tit{
    font-weight: 700;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
}
#user .order{
    background-color: #fff;
    border-radius: 5px;
    padding-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
#user .order .order-title {
    display: flex;
    height: 35px;
    padding: 0 10px;
    align-items: center;
    justify-content: space-between;
}
#user .order .order-menu {
    display: flex;
    align-items: center;
    padding: 10px 0;
}
#user .order .order-menu a{
    flex: 1;
    text-align: center;
}
#user .order .order-menu a dt.iconfont{
    font-size: 25px;
    color: var(--orange);
}
#user .order .order-menu a dd{
    font-size: 13px;
    margin-top: 2px;
    color: #666;
}
#user .order .order-title .right {
    color: var(--grey-text);
    font-size: 12px;
}
.container .user-group{
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    margin-top: 10px;
}
.container .user-group .row{
    display: flex;
    align-items: center;
    min-height: 45px;
    padding: 0 10px;
}
.container .user-group .row .left{
    padding-right: 10px;
    font-size: 18px;
    color: var(--grey-555);
}
.container .user-group .row .center{
    flex: 1;
    color: var(--grey-333);
    font-size: 14px;
}
#user .user_menu{
    display: flex;
    flex-wrap: wrap;
}
#user .user_menu a{
    width: 25%;
    padding:10px 0;
}
#user .user_menu a dl{
    display:flex;
    padding:5px;
    flex-direction:column;
    text-align:center;
}
#user .user_menu a dt{
    font-size: 23px;
    text-align: center;
}
#user .user_menu a dd {
    color: #666;
    margin-top:5px;
    font-size: 13px;
}
#user .user_menu a span {
    float: right;
    color: #ccc;
    margin-right: 10px;
}
/*个人中心首页e*/
/*升级界面s*/
.upgrade{
    padding-top: 45px;
}
.upgrade .form-item{
    width: 100%;
}
.upgrade .form-item .form-input .value{
    flex: 1;
    margin-left: 10px;
    color: var(--theme);
}
.upgrade .btn-list{
    width: 80%;
    margin: 15px auto 0;
}
/*升级界面e*/
/*收款信息s*/
.receipt-group{
    padding-top: 45px;
}
.receipt-group .receipt-container{
    padding:15px 10px;
    background-color: #fff;
}
.receipt-group .receipt-container a{
    display: block;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid var(--theme);
    text-align: center;
    color: var(--theme);
}
.receipt-group .receipt-container a:not(:last-child){
    margin-bottom: 20px;
}
/*收款信息e*/
/*验证完善s*/
.receipt-check{
    padding-top: 20%;
}
.receipt-check .receipt-check-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--grey-text);
}
.receipt-check .receipt-check-container .iconfont{
    font-size: 50px;
}
.receipt-check .receipt-check-container h5{
    margin: 15px 0;
    font-size: 15px;
}
.receipt-check .receipt-check-container a{
    display: block;
    background-color: var(--bg-color);
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 90%;
    border-radius: 5px;
}
/*验证完善e*/
/*个人资料s*/
#userinfo{
    padding-top: 45px;
}
#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 10px;
    border-bottom: 1px solid var(--border);
}
#userinfo .userinfo-list a:last-child dl{
    border-bottom: none;
}
#userinfo .userinfo-list a dl dt,#userinfo .userinfo-list a dl dd{
    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*/
/*我的资产*/
.my-points{
    padding: 45px 10px 0;
}
.my-points .top{
    padding: 15px 0 10px 0;
    display: flex;
}
.my-points .top a{
    flex: 1;
    text-align: center;
    color: var(--grey-text);
}
.my-points .top a h5{
    font-size: 18px;
    margin-bottom: 2px;
    color: var(--theme);
}
/*我的资产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*/
.payment{
    padding-top: 45px;
}
.payment .top{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 120px;
    color: var(--green);
    background-color: #fff;
}
.payment .error{
    color: var(--red);
}
.payment .top .iconfont{
    font-size: 36px;
    margin-bottom: 5px;
}
.payment .bot{
    background-color: #fff;
    margin-top: 20px;
    padding:10px;
}
.payment .bot .item{
    line-height: 30px;
}
.payment .bot .item span{
    font-size: 15px;
}
.payment .bot .item .title{
    color: var(--grey-797979);
}
.payment .bot .item .desc{
    color: var(--theme);
}
.payment .btn-container{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.payment .btn-container >*{
    background:var(--gradient);
    height: 40px;
    line-height: 40px;
    width: 80%;
    border-radius: 5px;
    display: block;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}
/*支付页面e*/
/*日期选择s*/
.layui-laydate{
    border-radius: 5px!important;
    overflow: hidden;
}
.laydate-theme-molv .layui-laydate-header{
    background-color: var(--theme)!important;
}
.layui-laydate .layui-laydate-content .layui-this{
    background-color: var(--theme)!important;
    border-radius: 3px;
}
.laydate-footer-btns span{
    line-height: 24px!important;
    border-color: var(--border)!important;
}
.layui-laydate-footer span:hover{
    color: var(--theme)!important;
}
.lyear-uploads-pic .pic-add:hover{
    border-color: var(--theme);
    color: var(--theme);
}
.lyear-uploads-pic figure img{
    max-height: 180px;
}
/*日期选择e*/