body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

table {
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul, li {
    list-style: none;
}

/*h1, h2, h3, h4, h5, h6 {*/
/*    font-size: 100%;*/
/*    font-weight: normal*/
/*}*/

q:before, q:after {
    content: '';
}

table {
    border-collapse: collapse;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    -webkit-appearance: none;
}

body, html {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    background-color: #000000;
}
body.overflowHidden{
    overflow: hidden;
}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover{ filter: brightness(110%);}

html {
    font-size: 100px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
    outline: none;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

img {
    display: block;
    width: 100%;
}

.db {
    display: block;
    font-size: 0;
    text-indent: -9999em;
}

.t{
    display: block;
    text-indent: -9999em;
    overflow: hidden;
}

.disabled {
    pointer-events: none;
}

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

.flex-1 {
    flex: 1;
    -webkit-flex: 1;
}

.flex-center {
    justify-content: center;
    -webkit-justify-content: center;
}

.flex-middle {
    align-items: center;
    -webkit-align-items: center;
}

.flex-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.flex-cm {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.flex-dire-clo{
    flex-direction: column;
}
.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.bg,.pop{background-size:100% auto;background-position:top center;background-repeat:no-repeat}
.full-img img,.full-img{display:block}
.full-img img{width:100%}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both
}
.hide{width:0;height:0;overflow:hidden;display:none}

#afooter {
    text-align: center;
    font-size: .2rem;
    line-height: .2rem;
    background: #000;
    padding: .1rem 0;
    color: #4d5356;
}
.wrap_ieg, .wrap_ieg a {
    color: #4d5356;
}

.tit-spr{
    width: 7.5rem;
    height: .24rem;
    background: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/tit-spr.png") no-repeat;
    background-size: 7.5rem 3.1rem;
}

/* 横屏时，执行提醒动作 */
.landscape1{display: none;}
@media(orientation:portrait){
    .landscape1{display: block;background:rgba(0,0,0,1);width:100%;height:100%;position: fixed;left:0;top:0;z-index: 999;}
    .landscape1 .phone{width: 1.16rem;height:1.18rem;background: url(//game.gtimg.cn/images/codm/cp/a20260807codmck/phone.png) no-repeat;background-size:100% auto;display: block;top:50%;left:50%;position: absolute;margin:-2rem 0 0 -.5rem;}
    .landscape1 .tips{width:100%; text-align: center;height:.5rem;position: absolute;left:0;top:50%;margin-top:-.25rem;line-height:.5rem;color:#fff;font-size:.4rem;}
    .landscape1 .tips{-webkit-animation:shake  6s infinite linear;animation:shake 6s infinite linear; }
}
@-webkit-keyframes shake{
    0%,100%{-webkit-transform:translateX(0);}
    10%,30%,50%,70%, 90%{-webkit-transform:translateX(-.1rem);}
    20%,40%,60%,80%{-webkit-transform:translateX(.1rem);}
}
@keyframes shake{
    0%,100%{transform:translateX(0);}
    10%,30%,50%,70%, 90%{transform:translateX(-.1rem);}
    20%,40%,60%,80%{transform:translateX(.1rem);}
}


.wrapper{
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.wrapper .main-contain{
    width: 100%;
    height: 7.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.page-loading{
    display: block;
    width: 100%;
    height: 100%;
    /*background: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/loading.jpg") center center no-repeat;*/
    /*background-size: 100% auto;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    pointer-events: none;
}
.film-box{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.film-box img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.page-loading .main-contain{
    box-sizing: border-box;
    padding-top: 4.68rem;
}

.loading-progress{
    width: 7.69rem;
    height: .26rem;
    background: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/ld-progress.png") center center no-repeat;
    background-size: 100% auto;
    margin: 0 auto;
    position: relative;
}
.loading-progress .progress-bar{
    width: 50%;
    height: 100%;
    background: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/ld-progress-bar.png") center center no-repeat;
    background-size: 7.69rem .26rem;
    position: absolute;
    top: 0;
    left: 1px;
    /*transition: width 0.5s ease-out;*/
}
.loading-progress:after{
    content: '';
    display: block;
    width: 10.47rem;
    height: .49rem;
    background: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/ld-progress-af.png") center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.loading-text{
    width: 100%;
    text-align: center;
    font-size: .30rem;
    margin-top: -.05rem;
    color: #ffffff;
}

.home-page{
    display: none;
    width: 100%;
    height: 100%;
    background: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/home.jpg") center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
}
.home-page .main-contain{
    height: 100%;
    top: 0;
    left: 0;
    transform: inherit;
}
.left-top{
    width: 3.5rem;
    height: 2.5rem;
    background: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/left-top.png") center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4.6rem;
    margin-left: -7.35rem;
    box-sizing: border-box;
    padding: 1.67rem .05rem 0;
}
.left-top.guang{
    background: none;
}
.left-top.guang:after{
    content: '';
    display: block;
    width: 4.74rem;
    height: 3.14rem;
    background: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/left-top1.png") center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50.4%, -40%);
}

.left-top.guang .btn-getcs{
    animation: breath 2s infinite ease-out;
}

.btn-getcs{
    width: 2.87rem;
    height: .78rem;
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-hqckjh.png");
    z-index: 5;
    position: relative;
}
.btn-rule{
    width: .36rem;
    height: .36rem;
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-rule.png");
    position: absolute;
    bottom: .18rem;
    right: 0.08rem;
    z-index: 5;
}
.btn-kc{
    width: 1.49rem;
    height: 1.28rem;
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-kc.png");
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -2.5rem;
    margin-right: -7.2rem;
}
.login-info {
    width: 6rem;
    font-size: .24rem;
    font-weight: bold;
    color: #e1e8e7;
    height: .4rem;
    line-height: .4rem;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -2.9rem;
    margin-right: -7.1rem;
}
.logined>div{
    margin-right: .1rem;
    display: flex;
    justify-content: flex-end;
}
.btn-login{
    height: 100%;
}
.logined>div span, .btn-login{
    position: relative;
}
.logined>div span:before, .btn-login:before{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -.0rem;
    left: 50%;
    transform: translateX(-50%);
    background: #317080;
}
.logined>div span:nth-of-type(1):after, .btn-login:after{
    content: '';
    display: block;
    width: .1rem;
    height: 1px;
    position: absolute;
    bottom: -.0rem;
    left: 0;
    background: #05c2ff;
}
.login-info .login-name {
    max-width: 1.3rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.login-info a, .logined a {
    color: #e1e8e7;
}


.home-page .info{
    width: 2.25rem;
    height: 1.14rem;
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/home-info1.png");
    color: #2d5473;
    font-size: .18rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 0 0 .22rem .3rem;
    position: absolute;
    top: 50%;
    left: 50%;
}
.home-page .info.info1{
    margin-left: -7.6rem;
    margin-top: -1.4rem;
}
.home-page .info i{
    color: #fb9a29;
}
.home-page .info.info2{
    height: .97rem;
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/home-info1.png");
    margin-left: -0.1rem;
    margin-top: 0.4rem;
    padding: .06rem 0 0 .35rem;
}
.home-page .info.info3{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/home-info1.png");
    margin-left: -3rem;
    margin-top: -2.1rem;
    padding: 0 .2rem 0.12rem;
}
.home-page .info.info4{
    height: .97rem;
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/home-info2.png");
    margin-left: 5.4rem;
    margin-top: -0.5rem;
    padding: .05rem 0 0 .3rem;
}
.home-page .info.info5{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/home-info3.png");
    margin-left: -5.7rem;
    margin-top: -0.4rem;
    padding-left: 0.45rem;
}
.btns-box{
    width: 100%;
    margin: 0 auto;
}
.home-page .btns-box{
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 1.9rem;
}
.btn-ljck, .btn-hdjl{
    width: 3.39rem;
    height: .89rem;
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-ljck.png");
    margin: 0 .2rem;
    color: #95c4e5;
    font-size: .16rem;
    box-sizing: border-box;
    padding-top: .5rem;
    text-align: center;
    position: relative;
}
/*.btn-ljck 呼吸效果*/
@keyframes breath{
    0%{
        transform:scale(1);
    }
    50%{
        transform:scale(1.05);
    }
    100%{
        transform:scale(1);
    }
}
.btn-ljck{
}

.btn-ljck.guang{
    background-image: none;
    animation: breath 2s infinite ease-out;
}
.btn-ljck.guang:after{
    content: '';
    display: block;
    width: 4.75rem;
    height: 2.26rem;
    background: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-ljck-guang.png") center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
}
.btn-hdjl{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-hdjl.png");
    color: #716833;
}

.pop{
    display: none;
    width: 100%;
    height: 100%;
}

.page-pop{
    width: 100%;
    height: 100%;
    background: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/page.jpg") center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
}
.page-pop.on{
    display: block;
}
.page-pop .main-contain{
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-pop-cont{
    width: 10.56rem;
    height: 5.72rem;
    background: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/pop1.png") center center no-repeat;
    background-size: 100% auto;
    position: relative;
    box-sizing: border-box;
    padding: .05rem .25rem;
}
.page-pop-cont .top{
    width: 100%;
    height: .65rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*box-sizing: border-box;*/
    /*padding: .08rem .3rem 0;*/
    color: #0f151f;
    font-size: .28rem;
    font-weight: bold;
}
.page-pop-cont .top .btn-close{
    width: .51rem;
    height: .51rem;
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-close.png");
}

.rule-list{
    width: 10.07rem;
    height: 3.88rem;
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/rule-bg.png");
    margin: .2rem auto 0;
    overflow: auto;
    color: #dfe8e7;
    font-size: .18rem;
    box-sizing: border-box;
    padding: .2rem .3rem;
    line-height: .34rem;
}
.rule-list::-webkit-scrollbar {
    width: .08rem;
    background-color: #585866;
}
.rule-list::-webkit-scrollbar-thumb {
    background-color: #585866;
}
.rule-list::-webkit-scrollbar-track {
    width: .1rem;
    background-color: #1f1f29;
    border: .02rem solid #323340;
}
.btn-yyd, .btn-lqdqjl, .btn-lqzbjl, .btn-tjxx, .btn-hcsk, .btn-fxghy, .btn-cksk{
    width: 2.59rem;
    height: .63rem;
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-yyd.png");
    position: absolute;
    bottom: .22rem;
    right: .25rem;
}
.btn-yyd.gray{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-yyd-gray.png");
}
.btn-fxghy{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-fxghy.png");
}

.task-list{
    width: 10.07rem;
    height: auto;
    margin: .35rem auto 0;
}
.task-list>div{
    width: 100%;
    height: 1.26rem;
    background: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/task-item-bg.png") center center no-repeat;
    background-size: 100% auto;
    margin: .06rem auto;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .2rem;
}
.task-list>div>span{
    width: .22rem;
    height: .22rem;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-size: .14rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.task-list>div>p{
    width: 6.8rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #dfe8e7;
    font-size: .22rem;
    box-sizing: border-box;
    padding-left: .3rem;
}
.task-list>div>p i{
    display: block;
    width: 2.6rem;
    font-style: normal;
}
.task-list>div>p span{
    color: #565460;
}
.task-list>div .btn-lq{
    width: 2.59rem;
    height: .63rem;
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-lq.png");
    position: relative;
}
.task-list>div .btn-lq.gray{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-lq-gray.png");
}
.task-list>div .btn-lq.btn-ylq{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-ylq.png");
}
.task-list>div a>span{
    width: .3rem;
    height: .29rem;
    background: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/icon-num.png") center center no-repeat;
    background-size: 100% auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a4944;
    font-size: .2rem;
    position: absolute;
    top: -0.05rem;
    right: 0.75rem;
    font-weight: bold;
}
.page-task .tips, .page-award .tips, .page-send-award .tips, .page-cards-material .tips{
    width: 100%;
    color: #92999f;
    font-size: .19rem;
    text-align: right;
}
.page-award .tips span, .page-cards-material .tips span{
    color: #c7b443;
}
/*.page-cards-material .tips.tips1{*/
/*    text-align: left;*/
/*    margin-top: .25rem;*/
/*}*/
.page-award .tips-left{
    color: rgba(183, 191, 192, 0.47);
    position: absolute;
    bottom: .86rem;
    left: 0;
    text-align: left;
    box-sizing: border-box;
    padding-left: .3rem;
}


.pop-notice .page-pop-cont{
    width: 8.47rem;
    height: 4.71rem;
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/pop1.png");
}
.notice-text{
    width: 100%;
    height: 4.4rem;
    color: #8b9195;
    font-size: .24rem;
    text-align: center;
}
.notice-text span{
    color: #fb9a28;
}

/*page-award*/
.btn-back{
    width: 1.68rem;
    height: .38rem;
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-back.png");
    position: absolute;
    top: .4rem;
    left: 1.1rem;
}
.btn-back.btn-back1{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-back1.png");
}
.page-award .nav-list{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .2rem 0 .1rem;
}
.page-award .nav-list li{
    width: 5rem;
    height: .56rem;
    background: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/tab_01.png") no-repeat;
    background-size: 100% auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8b9195;
    font-size: .24rem;
    font-weight: bold;
    text-indent: -999em;
}
.page-award .nav-list li.on{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/tab_01-on.png");
    color: #0f151f;
}
.page-award .nav-list li:nth-of-type(2){
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/tab_02.png");
}
.page-award .nav-list li:nth-of-type(2).on{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/tab_02-on.png");
}
.page-award .cont{
    display: none;
}
.page-award .cont.on{
    display: block;
}
.page-award .aw-progress{
    width: 10.03rem;
    height: .13rem;
    background: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/aw-progress.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 1.8rem;
    left: 50%;
    transform: translateX(-50%);
}
.page-award .aw-progress .aw-progress-bar{
    width: 0;
    height: .13rem;
    background: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/aw-progress-bar.png") no-repeat;
    background-size: 10.03rem .13rem;
    position: absolute;
    top: 0;
    left: 0;
}
.page-award .aw-list{
    width: 10.03rem;
    height: 3.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-award .aw-list li{
    width: 1.8rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.page-award .aw-list li .tit{
    width: 100%;
    color: #afb6b8;
    font-size: .14rem;
    text-align: center;
    margin-bottom: .22rem;
}
.page-award .aw-list li>span{
    width: .19rem;
    height: .22rem;
    background: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/aw-icon.png") no-repeat;
    background-size: 100% auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8d979f;
    font-size: .14rem;
}
.page-award .aw-list li.got span, .page-award .aw-list li.on span{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/aw-icon-on.png");
    color: #99c3d3;
}
.page-award .aw-list li .aw-box{
    width: 1.8rem;
    height: 2.44rem;
    position: relative;
    margin-top: .08rem;
    background: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/aw1-gray.png") no-repeat;
    background-size: 100% auto;
}
.page-award .aw-list li.on .aw-box{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/aw1-on.png");
}
.page-award .aw-list li.got .aw-box{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/aw1.png");
}

.page-award .aw-list li:nth-child(2) .aw-box{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/aw2-gray.png");
}
.page-award .aw-list li:nth-child(2).on .aw-box{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/aw2-on.png");
}
.page-award .aw-list li:nth-child(2).got .aw-box{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/aw2.png");
}
.page-award .aw-list li:nth-child(3) .aw-box{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/aw3-gray.png");
}
.page-award .aw-list li:nth-child(3).on .aw-box{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/aw3-on.png");
}
.page-award .aw-list li:nth-child(3).got .aw-box{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/aw3.png");
}
.page-award .aw-list li:nth-child(4) .aw-box{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/aw3-gray.png");
}
.page-award .aw-list li:nth-child(4).on .aw-box{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/aw3-on.png");
}
.page-award .aw-list li:nth-child(4).got .aw-box{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/aw3.png");
}
.page-award .aw-list li:nth-child(5) .aw-box{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/aw5-gray.png");
}
.page-award .aw-list li:nth-child(5).on .aw-box{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/aw5-on.png");
}
.page-award .aw-list li:nth-child(5).got .aw-box{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/aw5.png");
}

.page-award .aw-list li .aw-box>div{
    width: 100%;
    height: 1.2rem;
    position: absolute;
    top: 0;
    left: 0;
}
.page-award .aw-list li .aw-box>div.bottom-c{
    top: inherit;
    bottom: .04rem;
}
.page-award .aw-list li .aw-box>div .name{
    width: 2.8rem;
    color: #e2e2ee;
    font-size: .18rem;
    transform: scale(.6);
    position: absolute;
    bottom: -.02rem;
    left: -0.32rem;
}
.page-award .aw-list li .aw-box>div .num{
    width: 1rem;
    color: #e2e2ee;
    font-size: .18rem;
    transform: scale(0.7);
    position: absolute;
    top: 0.65rem;
    left: 0.95rem;
}
.page-award .aw-list li.gray .aw-box>div .num{
    color: #7c7c83;
}

.page-award .aw-list li.gray .aw-box>div.bottom-c1{
    height: 100%;
}
.page-award .aw-list li.gray .aw-box>div.bottom-c1 .num{
    top: 1.4rem
}

/*.page-award .aw-list li.on .aw-box:after{*/
/*    background: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/now.png") center bottom no-repeat;*/
/*    background-size: 100% auto;*/
/*}*/
/*.page-award .aw-list li.got .aw-box:after{*/
/*    background: none;*/
/*}*/

/*.page-award .aw-list li .aw-box p{*/
/*    width: 100%;*/
/*    height: .5rem;*/
/*    color: rgba(165, 166, 176, 0.7);*/
/*    font-size: .18rem;*/
/*    text-align: center;*/
/*    position: absolute;*/
/*    bottom: .16rem;*/
/*    left: 0;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    zoom: .75;*/
/*}*/
.page-award .aw-list li.got .aw-box p, .page-award .aw-list li.on .aw-box p{
    color: #e2e2ee;
    z-index: 5;
}

.btn-lqdqjl{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-lqdqjl.png");
}
.btn-lqdqjl.gray{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-lqdqjl-gray.png");
}
.btn-lqdqjl.btn-ylq{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-ylq1.png");
}


.page-award .aw-sm-list{
    width: 10.05rem;

}
.page-award .aw-sm-list li{
    width: 100%;
    height: .71rem;
    background: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/aw-sm.png") no-repeat;
    background-size: 100% auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #b7bfc0;
    font-size: .22rem;
    text-align: center;
    box-sizing: border-box;
    padding-left: .4rem;
    margin-bottom: .05rem;
}
.page-award .aw-sm-list li p{
    width: 35%;
}
.page-award .aw-sm-list li p:nth-of-type(2){
    width: 65%;
    text-align: left;
}
.page-award .tips{
    margin-top: .05rem;
}
.btn-lqzbjl{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-lqzbjl.png");
}
.btn-lqzbjl.btn-zwkljl{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-zwkljl.png");
}
.btn-lqzbjl.gray{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-lqzbjl-gray.png");
}
.btn-lqzbjl.btn-ylq{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-ylq1.png");
}

.aw-address-list{
    width: 10.02rem;
    height: 3.02rem;
    background: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/aw-address.png") no-repeat;
    background-size: 100% auto;
    margin: -.1rem auto 0;
}
.aw-address-list .des{
    color: #b5bcbe;
    font-size: .22rem;
    text-align: center;
    margin-top: .2rem;
}
.aw-address-list li{
    width: 80%;
    height: .49rem;
    margin: 0 auto .1rem;
    color: #92999f;
    font-size: .22rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.aw-address-list li label{
    width: 1rem;
}
.aw-address-list li .input_wrap{
    width: 6.93rem;
    height: 100%;
    background: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/aw-info-input.png") no-repeat;
    background-size: 100% auto;
}
.aw-address-list li .input_wrap input{
    width: 100%;
    height: 100%;
    background: none;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding-left: .2rem;
    color: #92999f;
}
.aw-address-list li .input_wrap input::placeholder{
    color: #4b535b;
}
.aw-address-list li.form_item_box .form_item1{
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.aw-address-list li.form_item_box .form_item1:nth-of-type(1){
    width: 40%;
}
.aw-address-list li.form_item_box .input_wrap{
    width: 1.66rem;
    height: 100%;
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/aw-info-input1.png");
    margin-left: .17rem;
}
.aw-address-list li.form_item_box .input_wrap select{
    width: 100%;
    height: 100%;
    background: none;
    outline: none;
    border: none;
    color: #92999f;
    font-size: .22rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.btn-tjxx{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-tjxx.png");
    bottom: .15rem;
}
.btn-tjxx.btn-gxxx{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-gxxx.png");
}
.btn-tjxx.btn-nytj{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-nytj.png");
}

/*page-send-award*/
.page-send-award .page-pop-cont, .page-cards-album .page-pop-cont, .page-cards-material .page-pop-cont{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/pop3.png");
    padding-top: .03rem;
}
.page-send-award .page-pop-cont .top, .page-cards-album .page-pop-cont .top, .page-cards-material .page-pop-cont .top{
    color: #e1e8e7;
}
.page-send-award .cont{
    width: 100%;
    height: 4.66rem;
    margin-top: .15rem;
}
.page-send-award .cont>div{
    width: 2.77rem;
    height: 100%;
    background: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/card-bg.png") no-repeat;
    background-size: 100% auto;
    position: relative;
}
.card-box{
    width: 2.25rem;
    height: 3.62rem;
    /*background: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/card-base1-bg.png") no-repeat;*/
    /*background-size: 100% auto;*/
    margin: .5rem auto;
    pointer-events: none;
}
.card-box:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    /*background: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/card-base1-af.png") no-repeat;*/
    /*background-size: 100% auto;*/
    position: absolute;
    top: 0;
    left: 0;
}
.card-box p{
    zoom: 1.0;
}
.page-send-award .cont>div:nth-of-type(2){
    width: 7.07rem;
    height: 100%;
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/link-bg.png");
    box-sizing: border-box;
    padding: 1.2rem 0.3rem 0;
    color: #8c969e;
    font-size: .16rem;
    font-weight: bold;
}
.page-send-award .cont>div:nth-of-type(2) p:nth-of-type(1){
    color: #e1e8e7;
    font-size: .24rem;
}

.page-send-award .cont .input{
    /* 固定尺寸 */
    width: 6.46rem !important;
    height: .86rem !important;
    background: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/input.png") no-repeat;
    background-size: 100% auto;
    /* 禁止拖动调整大小 */
    resize: none;
    /* 防止用户通过其他方式改变大小 */
    max-width: 6.46rem;
    max-height: .86rem;
    min-width: 6.46rem;
    min-height: .86rem;
    outline: none;
    border: none;
    margin-top: .15rem;
    color: #e1e8e7;
    font-size: .2rem;
    box-sizing: border-box;
    padding: .05rem .1rem;
    /* 确保内容溢出时出现滚动机制，但只是隐藏条 */
    overflow: auto;
    /* 兼容 Firefox */
    scrollbar-width: none;
    /* 兼容 IE/旧Edge */
    -ms-overflow-style: none;
}
/* 兼容 Chrome/Safari/Edge(Chromium) */
textarea::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.page-send-award .btn-copy{
    width: .58rem;
    height: .21rem;
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-copy.png");
    position: absolute;
    top: 2.4rem;
    right: 0.45rem;
}
.page-send-award .tips{
    margin-top: .7rem;
}

/*page-share-platform*/
.page-share-platform{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/page-share.png");
}
.page-share-platform .main-contain{
    flex-direction: column;
}
.page-share-platform .page-pop-cont{
    width: 16.24rem;
    height: 4.25rem;
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/share-box.png");
    box-sizing: border-box;
    padding: 0.65rem 0 0;
}
.page-share-platform .btn-plat{
    width: 1.08rem;
    height: 1.07rem;
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/share-pt1.png");
    margin: 0 .26rem;
}
.page-share-platform .btn-plat:nth-of-type(2){
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/share-pt2.png");
}
.page-share-platform .btn-plat:nth-of-type(3){
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/share-pt3.png");
}
.page-share-platform .btn-plat:nth-of-type(4){
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/share-pt4.png");
}
.page-share-platform .btn-plat:nth-of-type(5){
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/share-pt5.png");
}
.btn-tips{
    width: 1.99rem;
    height: .30rem;
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-tips.png");
    margin: .3rem auto 0;
}

/*page-cards-album*/
.page-cards-album .cont{
    width: 100%;
    height: 4.4rem;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 0.2rem;
}
.page-cards-album .cont li{
    width: 3.21rem;
    height: 1.96rem;
    margin: 0.1rem 0.07rem;
    position: relative;
}
.page-cards-album .cont li p{
    position: absolute;
    bottom: 0.05rem;
    left: 0.0rem;
    font-size: .18rem;
    transform: scale(.7);
    font-weight: bold;
}

/*page-cards-material*/
.swiper-box{
    width: 100%;
    height: 3.09rem;
    margin: .35rem auto 0;
    overflow: hidden;
}
/*.page-cards-material .cont{*/
/*    width: 100%;*/
/*    height: 3.09rem;*/
/*    margin-top: 0.35rem;*/
/*}*/
.page-cards-material .swiper-slide{
    width: 1.92rem;
    height: 3.09rem;
}
.swiper-horizontal>.swiper-scrollbar{
    left: 2.7% !important;
    width: 10.02rem !important;
    height: .1rem !important;
    bottom: 1.4rem !important;
    background: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/progress.png") no-repeat;
    background-size: 100% auto;
    box-sizing: border-box;
    padding: .02rem 0;
    border-radius: 0 !important;
}
.swiper-scrollbar-drag{
    background-color: #06bbff !important;
    border-radius: 0 !important;
}

.page-cards-material .swiper-slide>div, .card-box{
    width: 1.92rem;
    height: 3.09rem;
    position: relative;
    background: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/card-base1-bg.png") no-repeat;
    background-size: 100% auto;
}
.page-cards-material .swiper-slide>div:after, .card-box:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/card-base1-af.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
}
.page-cards-material .swiper-box .swiper-slide>div.gray{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/card-base1-bg1.png");
}
.page-cards-material .swiper-box .swiper-slide>div.gray:after{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/card-base1-af2.png");
}
.page-cards-material .swiper-box .swiper-slide>div.on:after{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/card-base1-af1.png");
}

.page-cards-material .swiper-box2 .swiper-slide>div, .card-box.card-box2{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/card-base2-bg.png");
}
.page-cards-material .swiper-box2 .swiper-slide>div:after, .card-box.card-box2:after{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/card-base2-af.png");
}
.page-cards-material .swiper-box2 .swiper-slide>div.gray, .card-box.card-box2.gray{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/card-base2-bg1.png");
}
.page-cards-material .swiper-box2 .swiper-slide>div.gray:after, .card-box.card-box2.gray:after{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/card-base2-af2.png");
}
.page-cards-material .swiper-box2 .swiper-slide>div.on:after, .card-box.card-box2.on:after{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/card-base2-af1.png");
}

.page-cards-material .swiper-box3 .swiper-slide>div, .card-box.card-box3{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/card-base3-bg.png");
}
.page-cards-material .swiper-box3 .swiper-slide>div:after, .card-box.card-box3:after{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/card-base3-af.png");
}
.page-cards-material .swiper-box3 .swiper-slide>div.gray, .card-box.card-box3.gray{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/card-base3-bg1.png");
}
.page-cards-material .swiper-box3 .swiper-slide>div.gray:after, .card-box.card-box3.gray:after{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/card-base3-af2.png");
}
.page-cards-material .swiper-box3 .swiper-slide>div.on:after, .card-box.card-box3.on:after{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/card-base3-af1.png");
}

.page-cards-material .swiper-box4 .swiper-slide>div, .card-box.card-box4{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/card-base4-bg.png");
}
.page-cards-material .swiper-box4 .swiper-slide>div:after, .card-box.card-box4:after{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/card-base4-af.png");
}
.page-cards-material .swiper-box4 .swiper-slide>div.gray, .card-box.card-box4.gray{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/card-base4-bg1.png");
}
.page-cards-material .swiper-box4 .swiper-slide>div.gray:after, .card-box.card-box4.gray:after{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/card-base4-af2.png");
}
.page-cards-material .swiper-box4 .swiper-slide>div.on:after, .card-box.card-box4.on:after{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/card-base4-af1.png");
}

.page-cards-material .swiper-box5 .swiper-slide>div, .card-box.card-box5{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/card-base5-bg.png");
}
.page-cards-material .swiper-box5 .swiper-slide>div:after, .card-box.card-box5:after{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/card-base5-af.png");
}
.page-cards-material .swiper-box5 .swiper-slide>div.gray, .card-box.card-box5.gray{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/card-base5-bg1.png");
}
.page-cards-material .swiper-box5 .swiper-slide>div.gray:after, .card-box.card-box5.gray:after{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/card-base5-af2.png");
}
.page-cards-material .swiper-box5 .swiper-slide>div.on:after, .card-box.card-box5.on:after{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/card-base5-af1.png");
}

.card-name{
    position: absolute;
    bottom: .3rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 100%;
    color: #e1e8e7;
    font-size: .18rem;
    font-weight: bold;
    text-align: center;
    zoom: .9;
}
.card-name:before{
    content: '';
    display: block;
    width: .90rem;
    height: .23rem;
    background: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/card-base1-name-bf.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.swiper-box2 .card-name:before, .card-box.card-box2 .card-name:before{
    width: .72rem;
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/card-base2-name-bf.png");
}
.swiper-box3 .card-name:before, .card-box.card-box3 .card-name:before{
    width: .73rem;
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/card-base3-name-bf.png");
}
.swiper-box4 .card-name:before, .card-box.card-box4 .card-name:before  {
    width: .73rem;
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/card-base4-name-bf.png");
}
.swiper-box5 .card-name:before, .card-box.card-box5 .card-name:before{
    width: .73rem;
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/card-base5-name-bf.png");
}

.page-cards-material .swiper-slide>div span{
    min-width: .26rem;
    height: .26rem;
    background: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/card-num.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: .01rem;
    right: .0rem;
    color: #1d2535;
    font-size: .25rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .05rem;
}

.page-cards-material .tips{
    margin-top: .45rem;
}

.btn-hcsk{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-hcsk.png");
}
.btn-hcsk.gray{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-hcsk-gray.png");
}
.btn-hcsk.btn-yhc{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-yhc.png");
}
.btn-hcsk.btn-cksk, .btn-cksk{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-cksk.png");
}

.page-send-cards, .page-get-cards{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/page-guang.png");
}
.page-send-cards .page-pop-cont, .page-get-cards .page-pop-cont{
    background: none;
    width: 6.6rem;
    height: 6.5rem;
}
.parent-box{
    width: 3.04rem;
    height: 4.89rem;
    margin: 0 auto;
    position: relative;
}
.page-send-cards .card-box, .page-get-cards .card-box{
    width: 3.04rem;
    height: 4.89rem;
    margin: 0 auto;
    pointer-events: none;
}
.page-send-cards .card-box img, .page-get-cards .card-box img{
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    object-fit: cover;
}
.save-tips{
    display: none;
    width: 100%;
    font-size: .18rem;
    text-align: center;
    color: #dfe8e7;
    margin-top: .05rem;
}

.btn-share, .btn-send, .btn-sx, .btn-bs{
    width: 2.59rem;
    height: .63rem;
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-share.png");
    margin: .4rem .2rem 0;
}
.btn-send{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-send.png");
}
.btn-send.gray{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-send-gray.png");
}
.btn-sx{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-sx.png");
}
.btn-sx.gray{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-sx-gray.png");
}
.btn-bs{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/btn-bs.png");
}
.page-get-cards .tips, .page-send-cards .tips{
    width: 100%;
    color: #dfe8e7;
    font-size: .2rem;
    text-align: center;
    margin-top: .2rem;
}
.page-get-cards .tips span, .page-send-cards .tips span{
    color: #fa9b28;
}
.page-get-cards .tips.tips1, .page-send-cards .tips.tips1{
    color: #b9bfc0;
    font-size: .18rem;
}
.page-get-cards .btn-share{
    margin-top: .1rem;
}

.page-common{
    background: none;
}

/*page-login*/
.page-login .page-pop-cont{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/login-box.png");
}
.page-login .btn-wx, .page-login .btn-qq{
    width: 1.26rem;
    height: 1.64rem;
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/icon-wx.png");
    margin: 0 .5rem;
}
.page-login .btn-qq{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/icon-qq.png");
}


/*page-get-cards-share*/
/* 卡片飞入动画 */
.fly-card {
    position: fixed;
    z-index: 10000;
    pointer-events: none;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.page-get-cards-share1{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/page-guang1.png");
}
.page-get-cards-share .tips, .page-get-cards-share1 .tips{
    font-size: .16rem;
    margin-top: .05rem;
}
.page-get-cards-share1  .page-pop-cont{
    width: 7.6rem;
    height: 5.9rem;
}
.page-get-cards-share1 .card-parent{
    width: 6.9rem;
    height: 4.35rem;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding-top: .25rem;
}
.page-get-cards-share1 .card-parent:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/prize/card-max1-af.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
}
.page-get-cards-share1 .card-parent.card-parent2:after{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/prize/card-max2-af.png");
}
.page-get-cards-share1 .card-parent.card-parent3:after{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/prize/card-max3-af.png");
}
.page-get-cards-share1 .card-parent.card-parent4:after{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/prize/card-max4-af.png");
}
.page-get-cards-share1 .card-parent.card-parent5:after{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/prize/card-max5-af.png");
}
.page-get-cards-share1 .card-parent.card-parent6:after{
    background-image: url("//game.gtimg.cn/images/codm/cp/a20260807codmck/prize/card-max6-af.png");
}


.page-get-cards-share1 .parent-box, .page-get-cards-share1 .aw-box{
    width: 6.23rem;
    height: 3.86rem;
    margin: 0 auto;
    position: relative;
}
.page-get-cards-share1 .aw-box p{
    width: 100%;
    color: #e1e8e7;
    font-size: .24rem;
    text-align: center;
    position: absolute;
    bottom: 0.6rem;
    left: 0;
    font-weight: bold;
}
.page-get-cards-share1 .aw-box p span{
    color: #fa9b28;
}

/* 卡片合成动画 */
.fusion-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    pointer-events: none;
}
.fusion-flash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    pointer-events: none;
    background: radial-gradient(circle, rgba(255,240,200,0.5) 0%, rgba(240,208,120,0.2) 30%, transparent 70%);
    opacity: 0;
    transition: opacity 0.15s ease-out;
}
.fusion-flash.active {
    opacity: 1;
}
.fusion-clone {
    position: fixed;
    z-index: 10002;
    pointer-events: none;
    transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.dom2img-result{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}