
@font-face {
    font-family: CKTKingKong;
    /* 给字体起个名字 */
    src: url("../fonts/ChuangKeTieJinGangTi-2.woff2");
    font-weight: normal;
    font-style: italic;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.1);
    }
    25% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

#toast-container{
    font-size: .24rem;
}

.wrap{
    color: #fff;
}

.top{
    width: 100%;
    height: 10rem;
    position: relative;
}

.top .page1-img{
    position: absolute;
    width: 100%;
    height: 10rem;
    object-fit: cover;
    z-index: 1;
}

.top .page1-video{
    position: absolute;
    width: 100%;
    height: 10rem;
    object-fit: cover;
    z-index: 2;
}

.top .transtion{
    position: absolute;
    width: 100%;
    background-size: cover;
    bottom: -.3rem;
    z-index: 3;
}

.top .header{ 
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    z-index: 3;
    width: 100%;
    padding: .12rem .36rem;
}

.top .header .logo{
    height: .71rem;
}

.top .header .website{
    height: .8rem;
}

.top-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    z-index: 4;
    width: 100%;
    bottom: 0;
}

.top-container .slogan{
    height: 4rem;
    margin-bottom: .2rem;
}

.top-container .order-btn{
    position: absolute;
    cursor: pointer;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.10rem;
    display: flex;
}

.top-container .order-wrap.download{
    margin-left: .5rem;
}

.top-container .order-wrap{
    width: 2.77rem;
    height: .77rem;
}

.top-container .order-wrap .lt{
    width: .28rem;
    height: .22rem;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/lt.png) no-repeat;
    background-size: 100% 100%;
}

.top-container .order-wrap .br{
    width: .28rem;
    height: .22rem;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/br.png) no-repeat;
    background-size: 100% 100%;
}

.top-container .order-wrap:hover .lt{
    width: .28rem;
    height: .22rem;
    background: url(../images/br.png) no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
}

.top-container .order-wrap:hover .br{
    width: .28rem;
    height: .22rem;
    background: url(../images/lt.png) no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
}

.top-container .order-wrap .frame{
    width: 100%;
    height: 100%;
    background: url(../images/frame.png) no-repeat;
    background-size: 100% 100%;
    font-family: CKTKingKong;
    color: #241801;
    font-size: .32rem;
    font-weight: 400;
    text-align: center;
    line-height: .77rem;
}

.top-container .login-wrap{
    margin-top: .2rem;
    font-size: .24rem;
    height: .7rem;
}

.logined{
    display: none;
    line-height: .7rem;
}

.unlogin{
    cursor: pointer;
    height: .7rem;
}


.body-wrap{
    width: 100%;
    background: #404956;
    /* height: 33rem; */
    padding-top: .32rem;
}


.body-container{
    margin: 0 auto;
    width: 100%;
    /* min-height: 32rem; */
    background: url(../images/bg2.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.active-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 .28rem;
}

.active-container .title, .video-container .title, .faq-container .title{ 
    position: relative;
    width: 100%;
    left: -.12rem;
}

.active-container .desc{ 
    font-size: .14rem;
    color: #8898B0;
    font-weight: 400;
}

.active-container .active-box{
    display: flex;
    align-items: center;
    margin-top: 44px;
}

.active-container .active-box .active-code-input{
    width: 5.01rem;
    height: .81rem;
    border: .01rem solid #B6C4D7;
    outline: none;
    background-color: transparent;
    text-indent: .22rem;
    line-height: .81rem;
    font-size: .30rem;
    font-weight: 400;
    margin-right: .54rem;
    color: #fff;
}

.active-container .active-box .btn-active{
    cursor: pointer;
    height: .83rem;
}

.active-container .reward-title{
    font-size: .36rem;
    font-family: CKTKingKong;
    font-weight: 500;
    margin: .82rem 0 .32rem;
}

.active-container .reward-list{
    
}

.active-container .reward-item{
    width: 9.92rem;
    height: 1.92rem;
    background: url(../images/reward-bg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .23rem;
}

.active-container .reward-item .reward-entity{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding-bottom: .17rem;
    justify-content: flex-end;
}

.active-container .reward-item .reward-entity div{
    font-size: .2rem;
}

.active-container .reward-item .reward-text{
    font-weight: bold;
    font-size: .30rem;
    text-align: center;
}

.active-container .reward-item .reward-text .text1{
    text-wrap: nowrap;
}

.active-container .reward-item .reward-text .text1 span{
    color: #FFC704;
}

.active-container .reward-item .reward-text .text2{
    font-size: .16rem;
    font-weight: 500;
}

.video-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1.23rem;
}

.video-wrap{
    width: 10rem;
    height: 5.64rem;
    border: .01rem solid #FFC704;
    position: relative;
    margin-top: .3rem;
}

.video-wrap::before{
    content: '';
    width: .40rem;
    height: .04rem;
    background: url(../images/cover-before.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: -.08rem;
}

.video-wrap::after{
    content: '';
    width: .78rem;
    height: .09rem;
    background: url(../images/cover-after.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: .01rem;
    z-index: 9;
}

.video-wrap .cover{
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.video-wrap .cover .cover-img{
    width: 100%;
    height: 100%;
}

.video-wrap .cover .text{
    position: absolute;
    bottom: .35rem;
    right: .37rem;
    font-family: CKTKingKong;
    font-size: .36rem;
    font-weight: 400;
}

.video-wrap .cover .play-img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    height: 1.03rem;
}


.faq-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1.40rem;
    padding-bottom: 1rem;
}

.faq-container .desc{
    font-size: .36rem;
    font-family: CKTKingKong;
    font-weight: 500;
    margin: .58rem 0 .40rem;
}

.faq-container .faq-list{
    max-height: 6.38rem;
    overflow-y: auto;
    padding-right: .2rem;
    /* direction: rtl; */
}

.faq-container .faq-list .faq-item{
    width: 10.07rem;
    /* min-height: 200px; */
    background: url(../images/faq-bg.png) no-repeat;
    background-size: 100%;
    font-size: .24rem;
    font-weight: 500;
    line-height: .75rem;
    /* direction: rtl; */
}

.faq-item .faq-q{
    display: flex;
    align-items: center;
    padding-left: .38rem;
}

.faq-item .faq-q .idx{
    color: #FFC704;
    font-size: .41rem;
    font-weight: 400;
    font-family: CKTKingKong;
    width: .73rem;
    text-align: center;
}

.faq-item .faq-q .text{
    margin-left: .32rem;
}

.faq-item .faq-a{
    padding: .18rem .50rem .18rem 1.46rem;
    line-height: .35rem;
}

.faq-list::-webkit-scrollbar {
    width: 3px;
    background: #000000;
    border-radius: 0.03rem;
}
.faq-list::-webkit-scrollbar-thumb {
    background: #FFC704;
    border-radius: 0.03rem;
}
.faq-list::-webkit-scrollbar-track {
    background: #000000;
    border-radius: 0.03rem;
}


.nav-list{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .5rem;
}

.nav-list.pulse{
    animation: pulse 1s infinite ease-in-out;
}

.nav-list img{
    height: 1.2rem;
    margin-right: .3rem;
}

.footer{
    background: #000;
}

.footer a{
    color: #aaa;
    display: inline-block;
}

.footer .public_footer{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.public_footer .public_company{
    display: flex;
    align-items: center;
}

.public_footer .public_company .public_kz{
    width: 2.343rem;
    height: 0.9495rem;
    background-image: url(../images/kongzhong-logo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.public_footer .public_company .public_zh{
    width: 2.55rem;
    height: 1.08rem;
    background-image: url(../images/zhanhuo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: 40px;
}

.public_footer .public_company .public_1cgs{
    cursor: default;
    width: 4.4rem;
    height: 2rem;
    background-image: url(../images/1CGS.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* margin-left: 20px; */
}

.public_footer .public_info{
    /* width: 610px; */
    padding: .2rem .2rem .4rem;
}

.public_footer .public_info p{
    font-size: 12px;
    color: #aaa;
}




@keyframes slideUp {
    from {top: 52%; opacity: 0} 
    to {top: 50%; opacity: 1}
}

.mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0);
    opacity: .8;
    z-index: 3000;
    transition: opacity 0.2s ease-in;
    overflow: hidden;
    display: none;
    opacity: 0;
}

.pop-body{
    animation: slideUp 0.2s ease-in;
    flex-direction: column;
    align-items: center;
    /* justify-content: space-between; */
    padding: .40rem 0 .10rem;
}

.pop-body .pop-close{
    position: absolute;
    right: .18rem;
    top: .33rem;
    cursor: pointer;
    width: .15rem;
    height: .15rem;
}

.pop-body .title{
    font-weight: 400;
    font-size: .19rem;
    color: #F9C211;
}

.pop-msg{
    position: fixed;
    z-index: 3001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.8);
    width: 5.57rem;
    height: 2.49rem;
    background: url('../images/pop-bg.png')no-repeat center top /100% 100%;
    display: none;
    /* display: flex; */
}

.pop-msg .msg{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: .2rem;
}

.pop-setname{
    position: fixed;
    z-index: 3002;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.8);
    width: 5.57rem;
    height: 2.49rem;
    background: url('../images/pop-bg.png')no-repeat center top /100% 100%;
    display: none;
    /* display: flex; */
}

.pop-setname .setname{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-size: .20rem;
    height: 100%;
    padding: .30rem 0 .50rem;
}

.pop-setname .setname .nickname{
    width: 2.52rem;
    height: .36rem;
    border: .01rem solid #FFFFFF;
    outline: none;
    background: transparent;
    text-indent: 1em;
    color: #fff;
    font-size: .16rem;
    line-height: .36rem;
    border-radius: 0;
}

.pop-setname .setname .submit{
    width: 1.81rem;
    height: .32rem;
    background: url(../images/btn-submit.png) no-repeat;
    background-size: 100% 100%;
    line-height: .32rem;
    font-size: .16rem;
    text-align: center;
    cursor: pointer;
}

.pop-download{
    position: fixed;
    z-index: 3002;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.8);
    width: 5.57rem;
    height: 2.49rem;
    background: url('../images/pop-bg.png')no-repeat center top /100% 100%;
    display: none;
    /* display: flex; */
}

.pop-download .desc{
    font-size: .19rem;
    text-align: center;
    margin: .2rem 0;
}

.pop-download .search{
    display: flex;
    align-items: center;
    border: 0.01rem solid #FFFFFF;
    font-size: .19rem;
    border-radius: .05rem;
    padding: .05rem .1rem;
    cursor: pointer;
}

.pop-download .search img{
    width: .25rem;
}

.pop-wechat{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0,0,0); */
    opacity: .8;
    z-index: 3000;
    display: none;
}

.pop-wechat img{
    position: fixed;
    z-index: 3002;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pop-video{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0,0,0); */
    opacity: .8;
    z-index: 3000;
    display: none;
    /* display: flex; */
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.pop-video .pop-close{ 
    margin: 0 .2rem .2rem;
    width: .35rem;
    height: .35rem;
}

.pop-video video{
    width: 100%;
    object-fit: cover;
}