html, body{
    width: 100%;
    margin:0;
}

@font-face {
font-family: 'Medium';
src: url('/img/font/MiSans-Medium.ttf');
}

@font-face {
font-family: 'Normal';
src: url('/img/font/MiSans-Normal.ttf');
}

.tff-Medium{
    font-family: Medium;
}

.tff-Normal{
    font-family: Normal;
}


a{
    text-decoration: none;
}

.m-flex{
    display: flex;
}

.padding3{
    padding-top:8px;
    width: 100%;
    
}

.lp-padding3{
    width: 21px;
    
}

.card-padding{
    padding: 14px 16px 14px 16px;
}

.fs1{
    font-size: 22px;
}

.fs2{
    font-size: 16px;
}

.m-container-max{
   	background-image:linear-gradient(178deg, #FFFFFF 0%, #F4F4F4 100%);
}

.m-container-lp-max{
    background-image: linear-gradient(180deg, #7043FF 0%, #4A58CC 100%);
}

.m-in-panel{
	padding-top: 24px;padding-left: 18px;padding-right: 18px;
}

.m-h-panel{
    padding-left: 18px;padding-top: 25px;
}

.card .card-wrap .card-main>.m-box {
    height: 100%;
}

.card9 .weibo-top {
    padding: 0 0.75rem;
}
.m-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.m-avatar-box .m-img-box img {
	width: 48px;
    height: 48px;
    border-radius: 50%;
}

.m-img-box img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    -o-object-fit: cover;
    object-fit: cover;
}

.m-avatar-box .m-img-box {
    border-radius: 50%;
    position: relative;
}

.m-box-dir {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.m-box-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.m-box-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    display: block;
    min-width: 0;
    padding-left:10px;
}

.m-avatar-box .m-img-box .m-icon {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom:0;
}

.m-icon-goldv-static {
    background-position: -1em -52em;
}

.m-icon {
    background-image: url(/img/at/sprite.png);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.m-tick-icon {
    position:absolute;
    background-image: url(/img/at/tick.png);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
}

.rule_btn {
    width: 70px;
    height: 30px;
    color: #252525;
    font-family: Normal;
    font-size: 12px;
    letter-spacing: 0;
    background: rgba(145,145,146,0.11);
    border-radius:  15px 0px 0px 15px;
    text-align: center;
    line-height:30px;
}

.m-add-box.m-add-text {
    width: auto;
    color: #252525;
    font-size: 12px;
    
}

.m-add-box.m-btn {
    
    min-width: 0;
    
    vertical-align: top;
}

.m-btn-white {
    color: #787878;
    background: #fff;
    border: 1px solid #ccc;
}

h4{
    color: #939393;
}

.m-text-box{
    font-size: 16px;
    color: #636363;
    line-height: 1.8;
}

.m-text-cut{
    font-size: 12px;
    color: #939393;
}

.m-text-box>:last-child {
    margin: 0;
}

.card{
    width: 100%;
    background-image: url(/img/at/card_bg.png);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    border: 0.5px solid #00000010;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.1);
    border-radius: 12px;
    display: flex;
    flex-direction: column;

}

.watermark_icon{
    height: 150px;
    width: 157px;
    float: right;
}

.card_text_box{
    font-size: 22px;
    padding: 24px 16px 0px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
}

.card_text2_box{
    display: flex;height:40px;line-height:40px;padding-left:16px;background: rgba(0,0,0,0.02);
}

.check_box{
    display: flex;padding-left:16px;padding-top:42px;padding-right: 16px;flex-direction: row;justify-content: space-between;
}

.check_box_part{
    width: 100%;display: flex;flex-direction: column;align-items: center;
}

.bg_counter{
    /*text-align:center;*/
    width: 20px;height: 16px;background: #7882B4;border-radius: 8px;line-height:13px
}

.bg-counter-empty{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 14px;
    border: 1px solid #7882B4;
    border-radius: 8px;
}

.bg_counter_number{
    padding-left: 3px;
    font-size: 10px;color: #FFFFFF;opacity: 0.7;font-family:Normal
}

.bg_counter_number_title{
font-family: Normal;
font-size: 8px;
color: #636C9E;
text-align: center;
font-weight: 400;
}

.bg_counter_number_tips{
font-family: Normal;
font-size: 12px;
color: #636C9E;
font-weight: 400;
}

.hr_counter{
    width: 100%;border: 0.1px solid #7882B4;
}

.hr_footer{
    width: 100%;border: 0.1px solid #C8C8C8;
}

.w24{
    width:32px;
    text-align:center;
}


.bg-counter-number-tips{
font-family: Normal;
font-size: 12px;
color: #636C9E;
font-weight: 400;
}

.detial-title{
    font-family:Medium;
font-size: 16px;
color: #252525;
font-weight: 500;
}

.detial-box{
    padding-top:16px;
}

.detial-box-card{
    display: flex;
    flex-direction:column;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.04);
    border-radius: 12px;
}

.detial-box-card-wx{
    display: flex;
    flex-direction:column;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.04);
    border-radius: 12px;
}

.detial-card-part-bg{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 54px;
    height: 60px;
    background-image: url(/img/at/days.png);
    background-position: right;
    background-size: cover;
    text-align:center;
    line-height:1;

}
.detial-box-part{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.part-box{
    display: flex;
    align-content: space-between;
    flex-direction: column;
    justify-content: center;
    line-height: 26px;
    
}

.deital-text{
    font-family: Medium;
}

.deital-text2{
    font-family: Normal;
    color: #A4A4A4;
    font-size: 12px;
}

.deital-tips{
    font-family: Medium;
    font-size: 8px;
    padding-top: 3px;
}

.card-btn{
    width: 60px;
    height: 30px;
    color: #FFFFFF;
    font-family: Medium;
    font-size: 13px;
    letter-spacing: 0;
    background-image: linear-gradient(90deg, #FFCC00 0%, #FFA000 100%);
    border-radius: 15px;
    text-align: center;
    line-height:30px;
}

.card-btn2{
    width: 60px;
    height: 30px;
    color: #A4A4A4;
    font-family: Medium;
    font-size: 13px;
    letter-spacing: 0;
    background: rgba(145,145,146,0.11);
    border-radius: 15px;
    text-align: center;
    line-height:30px;
}

.card-share-box{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    
    background: #FBFBFB;
    border-radius: 0px 0px 12px 12px;
}

.share-text{
    font-family: Normal;
    font-size: 16px;
    color: #252525;
}

.a3{
    font-family: Normal;
    color: #4F7BB3;
    font-size: 12px;
}

.share-icon{
    width: 24px;
    height: 24px;
    padding-left: 4px;
}

.img{
    width:100%;
    height: 100%;
}

.footer{
    padding-top:24px;
    padding-bottom:26px;
    display: flex;
    justify-content: center;
}

.lp-cover-box{
    width: 100%;
    height: 100%;
    background-image: url(/img/at/lp_cover.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;   

}

.m-logo-box{
    position: absolute;
    right: 0;
    padding-top: 15px;
    padding-right: 16px;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}
.logo-head{
    width: 20px;
    height: 20px;
}

.logo-head-text{
    padding-left:4px;
    font-family: Normal;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 400;
}

.m-info-box{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info-text{
    font-family: Medium;
    font-size: 35px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-shadow: 0 0 10px rgba(0,0,0,0.15);
    font-weight: 500;
}

.info-text2{
    padding-top:16px;
    font-family: Normal;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
}

.info-tips{
    padding-top:10px;
    opacity: 0.5;
    font-family: Normal;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 400;
}
.m-cdkey-box{
   display: flex;
    position: absolute;
    align-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 16px;
    width: 366px;
    height: 150px;  
}

.cdkey-text{
    font-family: Medium;
    font-size: 32px;
    color: #FFFFFF;
    letter-spacing: 3.33px;
    line-height: 53px;
    text-shadow: 0 0 8px rgba(18,0,87,0.50);
    padding-top:25px;
}

.cdkey-tips{
    padding-top:5px;
    opacity: 0.5;
    font-family: Normal;
    font-size: 14px;
    color: #FFFFFF;
}

.lp-btn-box{
    display: flex;
    justify-content: center;
    padding-top: 24px
}

.lp-btn{
    width: 202px;
    height: 40px;
    background-image: linear-gradient(180deg, #FF3EC5 0%, #E00080 100%);
    box-shadow: 0px 2px 8px 0px rgba(13,0,80,0.3);
    border-radius: 20px;

    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.lp-btn-text{
    font-family: Medium;
    font-size: 14px;
    color: #FFFFFF;
    padding-left: 6px;
}
.lp-detail-box{
    padding: 34px 10px 0px 10px;
}

.lp-detail-cover{
    width: 100%;
    height: 100%;
    background: #F2F4FF;
    border-radius: 12px 12px 0px 0px;
}

.lp-detail-cover-box{
    padding: 24px 20px 22px 20px;
}

.lp-detail-title{
    font-family: Medium;
    font-size: 18px;
    color: #252525;
}

.lp-detail-text{
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: Normal;
    font-size: 16px;
    color: #252525;
    line-height: 26px;
}

.lp-detail-img{

    width: 100%;
    height: 100%
}

.lp-cdkey-box{
    display: flex;
    justify-content: center;
    align-items: center;
}

.lp-footer-text{
    font-family: Normal;
    font-size: 14px;
    color: #C8C8C8;
    text-align: center;
}

.lp-detail-bg{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 54px;
    height: 60px;
    background-image: url(/img/at/lp_detail_bg.png);
    background-position: right;
    background-size: cover;
    text-align:center;
    line-height:1;
}

.card-warning{
    width: 14px;
    height: 14px;
    padding-top: 2px;
    padding-right: 6px;
    margin: 0;
}

.lp-footer{
    display: flex;justify-content: center;align-items: center;
}

.user-name{
    color:black;font-weight:650
}

.night-model{
    color:#C8C8C9;   
}

.night-model2{
    color:#78787A;   
}

.m-container-max-night{
    background-image:linear-gradient(178deg, #1C1C1E 0%, #141416 100%);
}

.detial-box-card-night{
    background: #1C1C1E;
}

.detial-box-card-wx-night{
    background: #1C1C1E;
}

.card-share-box-night{
    background: #202022;
}