#menu a{
    width: 85px;
}
.btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #666;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}
.tips{
    color: #999;
    font-size: 13px;
    padding-top: 3px;
}
.width50{
    width: 50%;
}
.width100{
    width: 100%;
}
.up_flex{
    display: flex;
}
.up_center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex{
    display: flex;
}
.center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.up_cloumn{
    flex-direction: column;
}
.up_hidden{
    display: none;
}
.up_show{
    display: block;
}
.up_showflex{
    display: flex;
}
.mb-5{
    margin-bottom: 5px;
}
.userinfo{
    height: 65px;
    width: 130px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    /* position: absolute;
    padding-top: 35px; */
    
}
.userinfo .left{
    height: 58px;
    display: flex;
    position: relative;
    flex-shrink: 0;
    width: 55px;
}
.userinfo .left .pic{
    display: flex;
    width: inherit;
    height: inherit;
    align-items: flex-end;
}
.userinfo .right{
    height: 58px;
}
.userinfo .info{
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: 5px;

}
.userinfo .upname{
    color: #13c9cb;
}
.userinfo span{
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.userinfo .abox{
    width: 100%;
    justify-content: space-between;
}
.userinfo .abox .logout{
    color: #25cdcf;
    cursor: pointer;
}
.userinfo span.open{
    cursor: pointer;
    color: #1db4d7;
    text-decoration: 1px solid #1db4d7;
}
.userinfo span.level1{
    color: #95a1b7;
}
.userinfo span.level2{
    color: #ebca8c;
}
.userinfo span.level3{
    color: #7b64a3;
}

.userinfo  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.userinfo span img{
    position: relative;
    top:2px;
}
.userinfo  .levelimg0{
    width: 50px;
    height: 50px;
}
.userinfo  .levelimg1{
    width: 51px;
    height: 44px;
    margin-right: 2px;
    display: inline-block;
    /* position: absolute;
    bottom:0; */
}
.userinfo  .levelimg2{
    width: 55px;
    height: 52px;
    margin-right: 2px;
}
.userinfo  .levelimg3{
    width: 55px;
    height: 52px;
    margin-right: 2px;
}
.text-cut /*限制文字,文字超出显示冒号*/
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
}


.mem-box{
	display: flex;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.45);
	position: fixed;
	left:0;
	top:0;
	z-index: 99999;
	/* transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0); */
    justify-content: center;
    align-items: center;
}
.mem-box.show{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.mem-box .memb-boxs{
	width: 110.895vmin;
    /* width: 53.7vw; */
	/* height: 82.93vmin; */
    max-width: 1031px;
    min-width: 700px;
	background-color: #fff;
	border-radius: 3.2268vmin;
	-webkit-border-radius: 3.2268vmin;
	-moz-border-radius: 3.2268vmin;
	-ms-border-radius: 3.2268vmin;
	-o-border-radius: 3.2268vmin;
    position: relative;
	/* position: absolute; */
	/* left: 0;
	right: 0;
	top:0;
	bottom:0;
	margin: auto; */
    overflow: hidden;
}
.mem-box .memb-boxs .close{
    width: 2.2587vmin;
    height: 2.2587vmin;
    position: absolute;
    right: 3.6571vmin;
    top:4.8403vmin;
    z-index: 5;
}
.mem-box .memb-boxs .close img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.mem-box .memb-boxs .mem-top{
    box-sizing: border-box;
    width: 100%;
    height: inherit;
    /* height: 66.2931vmin; */
    /* height: 82.93vmin; */
    background: url("../images/tc_bg.png") no-repeat center center;
    background-size: cover;
    padding-top: 4.8403vmin;
    left:0;
    top:0;
    border-radius: 3.2268vmin 3.2268vmin 0 0;
    -webkit-border-radius: 3.2268vmin 3.2268vmin 0 0;
    -moz-border-radius: 3.2268vmin 3.2268vmin 0 0;
    -ms-border-radius: 3.2268vmin 3.2268vmin 0 0;
    -o-border-radius: 3.2268vmin 3.2268vmin 0 0;
   
}
.mem-box .memb-boxs .mem-top .baseinfo{
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 3.8403vmin;
    padding-right: 3.8403vmin;
    margin-bottom: 4.5vmin;
}

.mem-box .memb-boxs .mem-top .up_left{
    align-items: center;
}
.mem-box .memb-boxs .mem-top .up_left .pic{
    width: 7.5293vmin;
    height: 7.5293vmin;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #40ACF1;
}
.mem-box .memb-boxs .mem-top .up_left .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mem-box .memb-boxs .mem-top .up_left .info{
    margin-left: 1vmin;
   
}
.mem-box .memb-boxs .mem-top .up_left .info .name{
    font-size: 2.1512vmin;
    font-weight: 600;
    color: #000;
    margin-bottom: 0.8vmin;
}
.mem-box .memb-boxs .mem-top .up_left .info .level{
    font-size: 1.5058vmin;
}
.mem-box .memb-boxs .mem-top .up_left .info .level .open{
    background-color: #94D0F6;
    color: #999;
    display: inline-block;
    border-radius: 1.1831vmin;
    -webkit-border-radius: 1.1831vmin;
    -moz-border-radius: 1.1831vmin;
    -ms-border-radius: 1.1831vmin;
    -o-border-radius: 1.1831vmin;
    font-size: 1.5058vmin;
    padding: 0vmin 1vmin;
}
.mem-box .memb-boxs .mem-top .up_left .info .level .level1{
    align-items: center;
    color: #95a1b7;
}
.mem-box .memb-boxs .mem-top .up_left .info .level .level1 img{
    width: 2.8512vmin;
    position: relative;
    top:0.3vmin;
    margin-right: 4px;
    top:-3px;
}

.mem-box .memb-boxs .mem-top .up_left .info .level .level2{
    align-items: center;
    color: #ebca8c;
}
.mem-box .memb-boxs .mem-top .up_left .info .level .level2 img{
    width: 2.8512vmin;
    position: relative;
    top:-1px;
    margin-right: 4px;
}

.mem-box .memb-boxs .mem-top .up_left .info .level .level3{
    align-items: center;
    color: #7b64a3;
}
.mem-box .memb-boxs .mem-top .up_left .info .level .level3 img{
    width: 2.8512vmin;
    position: relative;
    top:-2px;
    margin-right: 4px;
}
.mem-box .memb-boxs .mem-top .up_right{
    align-items: center;
}
.mem-box .memb-boxs .mem-top .up_right .titpic{
    height: 3.6vmin;
}
.mem-box .memb-boxs .mem-top .up_right span{
    color: #333;
    font-size: 2.5815vmin;
    display: inline-block;
    margin-left: 1vmin;
    position: relative;
    top:1px;
}




.mem-box .memb-boxs .mem-bottom{
    width: 100%;
    /* height: 66.2931vmin; */
    /* height: 82.93vmin; */
    background: #F7FAFB;
    /* position: absolute; */
    left:0;
    bottom:-16.6369vmin;
    border-radius: 3.2268vmin;
    -webkit-border-radius: 3.2268vmin;
    -moz-border-radius: 3.2268vmin;
    -ms-border-radius: 3.2268vmin;
    -o-border-radius: 3.2268vmin;
    /* overflow: hidden; */
}
.mem-box .memb-boxs .mem-bottom .nav{
    border-radius: 3.2268vmin 3.2268vmin 0 0;
    -webkit-border-radius: 3.2268vmin 3.2268vmin 0 0;
    -moz-border-radius: 3.2268vmin 3.2268vmin 0 0;
    -ms-border-radius: 3.2268vmin 3.2268vmin 0 0;
    -o-border-radius: 3.2268vmin 3.2268vmin 0 0;
    background-color: #6BBBF3;
}
.mem-box .memb-boxs .mem-bottom .nav{
    width: 100%;
    height: 10.7561vmin;
}
.mem-box .memb-boxs .mem-bottom .nav .item{
    width: 25%;
    position: relative;
    cursor: pointer;
}
.mem-box .memb-boxs .mem-bottom .nav .item img{
    height: 4vmin;
    margin-right: 1vmin;
}
.mem-box .memb-boxs .mem-bottom .nav .item:nth-child(2) img{
    height: 3.7vmin;
}
.mem-box .memb-boxs .mem-bottom .nav .item .tit{
    font-size: 2.1512vmin;
    color: #333;
    margin-bottom: 0.5vmin;
    font-weight: bold;
}
.mem-box .memb-boxs .mem-bottom .nav .item.on{
    background-color: #F7FAFB;
    border-radius: 3.2268vmin 3.2268vmin 0 0;
    height: 11.7561vmin;
    position: relative;
    top:-1vmin;
    -webkit-border-radius:3.2268vmin 3.2268vmin 0 0;
    -moz-border-radius:3.2268vmin 3.2268vmin 0 0;
    -ms-border-radius:3.2268vmin 3.2268vmin 0 0;
    -o-border-radius:3.2268vmin 3.2268vmin 0 0;
}
.mem-box .memb-boxs .mem-bottom .nav .item.on::after{
    content: "";
    width: 3.2268vmin;
    height: 3.2268vmin;
    display: inline-block;
    position: absolute;
    right: -3.2268vmin;
    bottom:0;
    background: radial-gradient(circle at top right, transparent 3.15vmin, #F7FAFB 3.2268vmin);
}
.mem-box .memb-boxs .mem-bottom .nav .item.on::before{
    content: "";
    width: 3.2268vmin;
    height: 3.2268vmin;
    display: inline-block;
    position: absolute;
    left: -3.2268vmin;
    bottom:0;
    background: radial-gradient(circle at top left, transparent 3.15vmin, #F7FAFB 3.2268vmin);
}
.mem-box .memb-boxs .mem-bottom .nav .item:first-child::before{
    display: none;
}
.mem-box .memb-boxs .mem-bottom .nav .item:last-child::after{
    display: none;
}
.mem-box .memb-boxs .mem-bottom .nav .item .desc{
    color: #999;
}
.mem-box .memb-boxs .mem-bottom  .content{
    justify-content: space-between;
}
.mem-box .memb-boxs .mem-bottom  .content .left{
    width: 25%;
    /* padding: 3.0268vmin 3.2268vmin; */
    padding: 3.0268vmin 2.8268vmin;
    box-sizing: border-box;
}
.mem-box .memb-boxs .mem-bottom  .content .left .tit{
    display: inline-block;
    margin-bottom: 3.578vmin;
}
.mem-box .memb-boxs .mem-bottom  .content .left .item{
    margin-bottom: 2vmin;
    position: relative;
    z-index: 2;
}
.mem-box .memb-boxs .mem-bottom  .content .left .item .itemtit{
    font-size: 2.1512vmin;
    position: relative;
    color: #333;
    font-weight: bold;
    margin-bottom: 1.2vmin;
    /* margin-bottom: 3px; */
}
.mem-box .memb-boxs .mem-bottom  .content .left .item .itemtit::after{
    width: 9.4654vmin;
    height: 1vmin;
    content: "";
    display: inline-block;
    position: absolute;
    left:-3px;
    /* bottom:-0.55vmin; */
    bottom: -3px;
    background: linear-gradient(93deg, #6BBBF3 0%, #FFFFFF 100%);
    z-index: -1;
}
.mem-box .memb-boxs .mem-bottom  .content .right{
    padding: 3.0268vmin 8.2562vmin;
    box-sizing: border-box;
    width: 75%;
}
.mem-box .memb-boxs .mem-bottom  .content .right .rbox{
    width: 100%;
    /* height: 100%; */
    height: 28.1928vmin;
    padding-bottom: 3.0268vmin;
    /* margin-bottom: 3.0268vmin; */
    box-sizing: content-box;
    
}
.mem-box .memb-boxs .mem-bottom  .content .right .rbox .subbox{
    justify-content: space-between;
    margin-bottom: 3.0268vmin;
}
.mem-box .memb-boxs .mem-bottom  .content .right .rbox .subbox .subitem{
    width: 100%;
    
    background-color: #E9F6FF;
    border-radius: 2.1512vmin;
    -webkit-border-radius: 2.1512vmin;
    -moz-border-radius: 2.1512vmin;
    -ms-border-radius: 2.1512vmin;
    -o-border-radius: 2.1512vmin;
    padding-bottom: 3px;
    cursor: pointer;
}

.mem-box .memb-boxs .mem-bottom  .content .right .rbox .subbox .subitem.on{
    background-color: #6BBBF3;
}
.mem-box .memb-boxs .mem-bottom  .content .right .rbox .subbox:nth-child(4) .subitem{
    width: 47%;
}
.mem-box .memb-boxs .mem-bottom  .content .right .rbox .subbox .subitem  .subtit{
    color: #6BBBF3;
    text-align: center;
    height: 4.5175vmin;
}
.mem-box .memb-boxs .mem-bottom  .content .right .rbox .subbox .subitem.on  .subtit{
    color: #fff;
}
.mem-box .memb-boxs .mem-bottom  .content .right .rbox .subbox .subitem .block{
    width: calc(100% - 6px);
    background-color: #fff;
    margin: 0 auto;
    border-radius: 2.1512vmin;
    padding: 2.0117vmin 2.1512vmin;
    box-sizing: border-box;
}
.mem-box .memb-boxs .mem-bottom  .content .right .rbox .subbox .subitem .block .blocktit{
    color: #333;
    font-weight: bold;
    margin-bottom: 2vmin;
}
.mem-box .memb-boxs .mem-bottom  .content .right .rbox .subbox .subitem .block .price{
    align-items: baseline;
    margin-bottom: 1vmin;
}
.mem-box .memb-boxs .mem-bottom  .content .right .rbox .subbox .subitem .block .newprice{
    color: #F25363;
    font-weight: 400;
    font-size: 2.9vmin
}
.mem-box .memb-boxs .mem-bottom  .content .right .rbox .subbox .subitem .block .newprice span{
    font-size: 4.5175vmin;
}
.mem-box .memb-boxs .mem-bottom  .content .right .rbox .subbox .subitem .block .oldprice{
    color: #999;
    text-decoration: line-through;
    font-size: 2vmin;
    margin-left: 1vmin;
}
.mem-box .memb-boxs .mem-bottom  .content .right .rbox .subbox .subitem .block .sortname{
    color: #333;
    font-weight: bold;
    margin-bottom: 1vmin;
}
.mem-box .memb-boxs .mem-bottom  .content .right .rbox .subbox .subitem .block .list {
    flex-wrap: wrap;
    width: 100%;
}
.mem-box .memb-boxs .mem-bottom  .content .right .rbox .subbox .subitem .block .list .list-li{
    position: relative;
    padding-left: 1.5vmin;
    color: #999;
    width: 47%;
}
.mem-box .memb-boxs .mem-bottom  .content .right .rbox .subbox .subitem .block .list .list-li::before{
    content: "";
    width: 1vmin;
    height: 1vmin;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #999;
    display: inline-block;
    position: absolute;
    left:0;
    top:0.65vmin;
}
.mem-box .memb-boxs .mem-bottom  .content .right .rbox .subbox:nth-child(2) .subitem .block .list,.mem-box .memb-boxs .mem-bottom  .content .right .rbox .subbox:nth-child(3) .subitem .block .list,.mem-box .memb-boxs .mem-bottom  .content .right .rbox .subbox:nth-child(4) .subitem .block .list {
    flex-wrap: wrap;
    width: 100%;
}
.mem-box .memb-boxs .mem-bottom  .content .right .rbox .subbox:nth-child(2) .subitem .block .list .list-li,.mem-box .memb-boxs .mem-bottom  .content .right .rbox .subbox:nth-child(3) .subitem .block .list .list-li,.mem-box .memb-boxs .mem-bottom  .content .right .rbox .subbox:nth-child(4) .subitem .block .list .list-li{
    width: 47%;
}


.mem-box .memb-boxs .mem-bottom  .content .right .paybox{
    background-color: #fff;
    border-radius: 2.1512vmin;
    padding: 1.6512vmin 2.1512vmin;
    -webkit-border-radius: 2.1512vmin;
    -moz-border-radius: 2.1512vmin;
    -ms-border-radius: 2.1512vmin;
    -o-border-radius: 2.1512vmin;
    flex-direction: column;
}
.mem-box .memb-boxs .mem-bottom  .content .right .paybox .paymethodbox{
    flex-basis: 100%;
    margin-top: 15px;
}
.mem-box .memb-boxs .mem-bottom  .content .right .paybox .paymethodbox .item{
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    padding: 4px 15px;
    border:1px solid #E5E5E5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    cursor: pointer;
}
.mem-box .memb-boxs .mem-bottom  .content .right .paybox .paymethodbox .item.on{
    border:1px solid #6BBBF3;
}
.mem-box .memb-boxs .mem-bottom  .content .right .paybox .paymethodbox .item img{
    width: 28px !important;
    height: 28px !important;
    margin-right: 6px;
}
.mem-box .memb-boxs .mem-bottom  .content .right .paybox .payqr {
    margin-right: 0.5vmin;
}
.mem-box .memb-boxs .mem-bottom  .content .right .paybox .payqr .payqrimg{
    width: 12.9073vmin;
    height: 12.9073vmin;
}
.mem-box .memb-boxs .mem-bottom  .content .right .paybox .payinfo{
    justify-content: center;
}
.mem-box .memb-boxs .mem-bottom  .content .right .paybox .payinfo .payprice{
    /* margin-bottom: 0vmin; */
}
.mem-box .memb-boxs .mem-bottom  .content .right .paybox .payinfo .payprice span{
    color: #F25363;
    font-size: 3.442vmin;
}
.mem-box .memb-boxs .mem-bottom  .content .right .paybox .payinfo .payprice span small{
    font-size: 2.5814vmin;
}
.mem-box .memb-boxs .mem-bottom  .content .right .paybox .payinfo .paymethod{
    align-items: center;
    /* margin-bottom: 0.5vmin; */
}
.mem-box .memb-boxs .mem-bottom  .content .right .paybox .payinfo .paymethod img{
    width: 2.5vmin;
    height: 2.5vmin;
    margin-right: 0.5vmin;
} 



.m_userinfo,.m-mem-box{
    display: none;
}

.layui-layer-nobg .paybox{
    width:260px;
    height:290px;
    display:flex;
    flex-direction:column;
    background:#fff;
    border-radius:8px;
    padding: 40px 15px;
    box-sizing: border-box;
    align-items: center;
}
.layui-layer-nobg .paybox .qrboxtit{
    font-size: 18px;
    margin-bottom: 20px;
}
.layui-layer-nobg .paybox .qrboxtit.wxtit{
    color: #3db035;
}
.layui-layer-nobg .paybox .qrimgbox{
    width: 140px;
    height: 140px;
}
.layui-layer-nobg .paybox .desc{
    margin-top: 8px;
}
.layui-layer-nobg .paybox .desc span{
    font-size: 16px;
    color: #df1414;
    font-weight: bold;
}
.layui-layer-nobg .paybox .desc span small{
    font-weight: normal;
}



.addAddressbox{
    flex-wrap: wrap;
    padding: 35px 25px 15px;
}
.addAddressbox .layui-form-label{
    width: 65px;
}
.addAddressbox  .layui-input-block{
    margin-left: 96px;
}
.addAddressbox .safebox {
    margin-top: 20px;
}
.addAddressbox .safebox .btn{
    width: 100px;
    background-color: #247BFE;
}
.addAddressbox .sublist .subitem{
    width: 33.3333%;
    flex-shrink: 0;
}
.addAddressbox .layui-form-select dl{
    max-height: 150px;
}




@media  (max-width: 1400px){
    .mem-box .memb-boxs .mem-bottom .content .left .item .itemtit{
        font-size: 1.80586vmin;
        margin-bottom: 0.5vmin;
    }
    .mem-box .memb-boxs .mem-bottom .content .left .item .itemtit::after{
        bottom: 0;
    }
    .mem-box .memb-boxs .mem-bottom .content .left .item .desc{
        line-height: 1.3;
    }
    .mem-box .memb-boxs .mem-bottom .content .right .rbox {
        height: 30.1928vmin;
    }
    .mem-box .memb-boxs .mem-bottom .content .right .rbox .subbox .subitem .block .newprice{
        font-size: 2vmin
    }
    .mem-box .memb-boxs .mem-bottom .content .right .rbox .subbox .subitem .block .newprice span{
        font-size: 3.5175vmin;
    }
    .mem-box .memb-boxs .mem-bottom .content .right .rbox .subbox .subitem .block .oldprice{
        font-size: 1.5vmin;
    }
    .mem-box .memb-boxs .mem-bottom .content .right .rbox .subbox .subitem .block .list .list-li::before{
        top:0.75vmin;
    }
}

@media (max-width: 900px){
    .mem-box .memb-boxs{
        width: 94.895vmin;
    }
    .mem-box .memb-boxs,.mem-box .memb-boxs .mem-top,.mem-box .memb-boxs .mem-bottom{
        height: 84.93vmin;
    }
    .mem-box .memb-boxs .mem-bottom .content .right .rbox .subbox:nth-child(2) .subitem .block .list .list-li, .mem-box .memb-boxs .mem-bottom .content .right .rbox .subbox:nth-child(3) .subitem .block .list .list-li, .mem-box .memb-boxs .mem-bottom .content .right .rbox .subbox:nth-child(4) .subitem .block .list .list-li {
        width: 45%;
    }
}


@media (max-width: 767px){
    .mem-box{
        display: none;
    }
    .userinfo{
        display: none;
    }
    .m_userinfo{
        width: 140px;
        display: flex;
        height: 45px !important;
        position: absolute;
        top: 0;
        right: 110px;
        background-color: unset !important;
        align-items: center;
        justify-content: center;
    }
    .m_userinfo .m_upname{
        width: 42px;

    }
    
    .m_userinfo .m_level{
        font-size: 12px;
        margin-left: 4px;
    }
    .m_userinfo .m_open{
        color: #1db4d7;
    }
    .m_userinfo span.level1{
        color: #95a1b7;
        display: flex;
        align-items: baseline;
    }
    .m_userinfo span.level2{
        color: #ebca8c;
        display: flex;
        align-items: baseline;
    }
    .m_userinfo span.level3{
        color: #7b64a3;
        display: flex;
        align-items: baseline;
    }
    
    .m_userinfo  img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .m_userinfo span img{
        position: relative;
        top:2px;
    }
    .m_userinfo  .levelimg1{
        width: 15px;
        height: 12px;
        margin-right: 2px;
    }
    .m_userinfo  .levelimg2{
        width: 15px;
        height: 13px;
        margin-right: 2px;
    }
    .m_userinfo  .levelimg3{
        width: 15px;
        height: 13px;
        margin-right: 2px;
    }
    .m_userinfo .abox{
        width: 120px;
        justify-content: space-between;
    }
    .m_userinfo .abox .logout{
        color: #1db4d7;
    }

    .m-mem-box{
        display: block;
        width: 100vw;
        height: 100vh;
        background: rgba(0,0,0,0.45);
        position: fixed;
        left:0;
        top:0;
        z-index: 99999;
        /* transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0); */
}
   
    .m-mem-box.show{
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    .m-memb-boxs{
        width: 90%;
        height: 461px;
        position: absolute;
        left: 0;
        right: 0;
        top:0;
        bottom: 0;
        margin: auto;
    }
    .m-memb-boxs .close{
        text-align: right;
    }
    .m-memb-boxs .close .mclosepic{
        width: 25px;
        height: 25px;
    }
    .m-mem-boxs-cont{
        width: 100%;
        /* height: 430px; */
        background-color: #F7FAFB;
        padding-bottom: 20px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }
    .m-mem-boxs-cont .nav img{
        height: 4.5vw;
    }
    .m-mem-boxs-cont .nav{
        background-color: #6BBBF3;
        border-radius: 15px 15px 0 0;
        -webkit-border-radius: 15px 15px 0 0;
        -moz-border-radius: 15px 15px 0 0;
        -ms-border-radius: 15px 15px 0 0;
        -o-border-radius: 15px 15px 0 0;
        height: 50px;
    }
    .m-mem-boxs-cont .nav .item{
        width: 25%;
        font-size: 14px;
        color: #333;
        font-weight: bold;
        position: relative;
    }
    .m-mem-boxs-cont .nav .item.on{
        background-color: #F7FAFB;
        border-radius: 15px 15px 0 0;
        -webkit-border-radius: 15px 15px 0 0;
        -moz-border-radius: 15px 15px 0 0;
        -ms-border-radius: 15px 15px 0 0;
        -o-border-radius: 15px 15px 0 0;
        top:-4px;
        height: 55px;
    }
    .m-mem-boxs-cont .nav .item.on::before,.m-mem-boxs-cont .nav .item.on::after{
        content: "";
        width:15px;
        height: 15px;
        display: inline-block;
        position: absolute;
        bottom:0;
    }
    
    .m-mem-boxs-cont .nav .item.on::after{
        right: -15px;
        background: radial-gradient(circle at top right, transparent 14px, #F7FAFB 15px);
    }
    .m-mem-boxs-cont .nav .item.on::before{
        left: -15px;
        background: radial-gradient(circle at top left, transparent 14px, #F7FAFB 15px);
    }
    .m-mem-boxs-cont .nav .item.on:first-child::before{
        display: none;
    }
    .m-mem-boxs-cont .nav .item.on:last-child::after{
        display: none;
    }
    .m-mem-boxs-cont .m-subbox{
        margin-bottom: 15px;
        overflow: hidden;
    }
    .m-mem-boxs-cont .m-subbox .m-subbox-item{
        padding: 15px 0;
    }
    .m-mem-boxs-cont .m-subbox .m-subbox-item .m-subblock{
        background-color: #6BBBF3;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        padding-bottom: 2px;
        width: 280px;
        /* margin: 0 0 0 20px; */
        margin: 0 auto;
    }
    .m-mem-boxs-cont .m-subbox .m-subbox-item1{
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        /* display: flex;
        flex-direction: column; */
    }
    .m-mem-boxs-cont .m-subbox .m-subbox-item:nth-child(4) .m-subblock{
        /* margin: 0 auto; */
        /* margin: 0 0 0 20px; */
        width: 46%;
        background-color: #c0e3fb;
    }
    .m-mem-boxs-cont .m-subbox .m-subbox-item:nth-child(4) .m-subblock.on{
        background-color: #6BBBF3;
    }
    .m-mem-boxs-cont .m-subbox .m-subbox-item .m-subblock .m-block-tit{
        color: #fff;
        height: 30px;
    }
    .m-mem-boxs-cont .m-subbox .m-subbox-item .m-subblock .m-block-info{
        background-color: #fff;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        width: calc(100% - 4px);
        margin: 0 auto;
        padding: 15px;
        box-sizing: border-box;
    }
    .m-mem-boxs-cont .m-subbox .m-subbox-item .m-subblock .m-block-info .blocktit{
        color: #333;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .m-mem-boxs-cont .m-subbox .m-subbox-item .m-subblock .m-block-info .price{
        align-items: flex-end;
        margin-bottom: 5px;
    }
    .m-mem-boxs-cont .m-subbox .m-subbox-item .m-subblock .m-block-info .newprice{
        color: #F25363;
    }
    .m-mem-boxs-cont .m-subbox .m-subbox-item .m-subblock .m-block-info .newprice span{
        font-weight: bold;
        font-size: 20px;
    }
    .m-mem-boxs-cont .m-subbox .m-subbox-item .m-subblock .m-block-info .oldprice{
        color: #999;
        text-decoration: line-through;
        margin-left: 5px;
    }
    .m-mem-boxs-cont .m-subbox .m-subbox-item .m-subblock .m-block-info .sortname{
        color: #333;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .m-mem-boxs-cont .m-subbox .m-subbox-item .m-subblock .m-block-info .list{
        color: #999;
        position: relative;
    }
    .m-mem-boxs-cont .m-subbox .m-subbox-item .m-subblock .m-block-info .list .list-li{
        display: flex;
        align-items: center;
        width: calc(100% - 11px);
    }
    .m-mem-boxs-cont .m-subbox .m-subbox-item .m-subblock .m-block-info .list .list-li::before{
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        background-color: #999;
        display: inline-block;
        margin-right: 5px;
        flex-shrink: 0;
    }
    .mpay{
        width: 90%;
        margin: 0 auto;
        position: relative;
    }
    .mpay .mpaydesc{
        text-align: center;
        margin-bottom: 5px;
        font-size: 12px;
        color: #c5c5c5;
    }
    .mpay .mpaymethod{
        position: absolute;
        width: 88%;
        /* height: 10vh; */
        /* height: 0; */
        top:-10vh;
        z-index: 50;
        background-color: #fff;
        border-radius: 15px 15px 0 0;
        -webkit-border-radius: 15px 15px 0 0;
        -moz-border-radius: 15px 15px 0 0;
        -ms-border-radius: 15px 15px 0 0;
        -o-border-radius: 15px 15px 0 0;
        box-shadow: 0 -5px 5px rgba(0,0,0,0.15);
        overflow: hidden;
    }
    .mpay .mpaymethod.showlist{
        height: 10vh;
    }
    .mpay .mpaymethod .item{
        height: 5vh;
        text-align: center;
        color: #00A0EA;
        border-bottom: 1px dashed #f1f1f1;
    }
    .mpay .mpaymethod .item:last-child{
        border-bottom: 0;
    }
    .mpay .mpaymethod .item img{
        width: 25px;
        height: 25px;
        margin-right: 5px;
    }
    .mpay .mpaymethod .item .paybox{
        width: 72px;
        align-items: center;
        display: flex;
    }
    .mpay .mpay-btn{
        width: 100%;
        height: 5vh;
        background-color: #00A0EA;
        border-radius: 2.5vh;
        -webkit-border-radius: 2.5vh;
        -moz-border-radius: 2.5vh;
        -ms-border-radius: 2.5vh;
        -o-border-radius: 2.5vh;
        position: relative;
    }
    .mpay .mpay-btn.pay-btn2{
        background-color: #3db035;
    }
    .mpay .mpay-btn .mpaybox{
        color: #fff;
    }
    .mpay .mpay-btn .mpaybox img{
        width: 2.5vh;
        height: 2.5vh;
        margin-right: 5px;
    }
    .mpay .mpay-btn .payslt{
        height: 5vh;
        width: 15%;
        position: absolute;
        right: 0;
        top:0;
        display: flex;
        align-items: center;
    }
    .mpay .mpay-btn .payslt::before{
        content: "";
        width: 1px;
        height: 2.5vh;
        display: inline-block;
        background-color: #CAEDFE;
        position: absolute;
    }
    .mpay .mpay-btn .payslt::after{
        content: "";
        width: 0;
        height: 0;
        border-left:5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 8px solid #fff;
        display: inline-block;
        position: absolute;
        right: 20px;
    }
}

@media (min-width: 1921px) {
    .mem-box .memb-boxs .mem-top .up_right span {
      font-size: 24px;
    }
    .mem-box .memb-boxs .mem-top .up_right .titpic{
        height: 33px;
    }
    .mem-box .memb-boxs .mem-top .up_left .pic{
        width: 70px;
        height: 70px;
    }
    .mem-box .memb-boxs .mem-top .up_left .info .name{
        font-size: 20px;
    }
    .mem-box .memb-boxs .mem-bottom .nav .item .tit{
        font-size: 20px;
    }
    .mem-box .memb-boxs .mem-bottom .content .left .item .itemtit{
        font-size: 20px;
    }
    .mem-box .memb-boxs .mem-bottom .nav .item img{
        height: 37px;
    }
    .mem-box .memb-boxs .mem-bottom .nav .item:nth-child(2) img{
        height: 34px;
    }
    .mem-box .memb-boxs .mem-bottom .content .right .rbox .subbox .subitem .block .newprice{
        font-size: 26px;
    }
    .mem-box .memb-boxs .mem-bottom .content .right .rbox .subbox .subitem .block .newprice span{
        font-size: 42px;
    }
    .mem-box .memb-boxs .mem-bottom .content .right{
        padding: 28px 76px;
    }
    .mem-box .memb-boxs .mem-bottom .content .right .paybox .payinfo .payprice span{
        font-size: 32px;
    }
    .mem-box .memb-boxs .mem-bottom .content .right .paybox .payinfo .payprice span small{
        font-size: 24px;
    }
    .mem-box .memb-boxs .mem-bottom .content .right .rbox .subbox .subitem .block .list .list-li::before{
        top:6px;
        width: 9px;
        height: 9px;
    }
    .mem-box .memb-boxs .mem-top .up_left .info .level .open{
        font-size: 14px;
    }
}