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

@keyframes scrollInfinite {
    0% {
      transform: translateX(-1160px) translateY(-50%);
    }
    100% {
      transform: translateX(-1046px) translateY(-50%);
    }
}

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


.wrap{
    color: #fff;
}

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

.top .page1-img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

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

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

.top .header{
    position: absolute;
    top: 38px;
    z-index: 3;
    width: 100%;
}

.top .header .header-container{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
}

.header-container .header-right{
    display: flex;
}

.header-container .header-right img{
    height: 35px;
}

.header-container .header-right .website{
    margin-left: 28px;
}

.header-container .header-right .website:hover{
    filter: brightness(1.3);
}

.header-container .header-right .logined{
    display: none;
    padding-top: 8px;
}

.header-container .header-right .logined span{
    cursor: pointer;
}

.header-container .header-right .unlogin{
    cursor: pointer;
}

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

.top-container .order-wrap{
    width: 277px;
    height: 77px;
    position: absolute;
    cursor: pointer;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
}

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

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

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

.top-container .order-wrap:hover .br{
    width: 28px;
    height: 22px;
    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: 32px;
    font-weight: 400;
    text-align: center;
    line-height: 77px;
}

.top .slide-right{ 
    position: absolute;
    z-index: 9;
    right: 50px;
    top: 20%;
    /* transform: translateY(-50%); */
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100px;
    flex-wrap: wrap;
}

.top .slide-right.pulse{
    animation: pulse 1s infinite ease-in-out;
}

.top .slide-right .icon-wx-wrap{
    position: relative;
}

.top .slide-right .icon-wx-wrap .icon-wx{
    width: 150px;
    height: 150px;
    position: absolute;
    left: -150px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.top .slide-right .icon-wx-wrap:hover .icon-wx{
    display: block;
}




.body-wrap{
    width: 100%;
    background: #404956;
    padding-top: 32px;
}

.body-container{
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    min-width: 1400px;
    /* height: 8000px; */
    background: url(../images/bg2.png) no-repeat;
    background-position: 0 30px;
}

.active-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.active-container .title, .video-container .title, .faq-container .title{ 
    position: relative;
    left: -12px;
}

.active-container .desc{ 
    font-size: 14px;
    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: 501px;
    height: 81px;
    border: 1px solid #B6C4D7;
    outline: none;
    background-color: transparent;
    text-indent: 22px;
    line-height: 81px;
    font-size: 20px;
    font-weight: 400;
    margin-right: 54px;
    color: #fff;
}

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

.active-container .active-box .btn-active:hover{
    filter: brightness(1.3);
}

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

.active-container .reward-list{
    
}

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

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

.active-container .reward-item .reward-text{
    font-weight: bold;
    font-size: 30px;
    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: 16px;
    font-weight: 500;
}

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

.video-container .video-box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 38px;
    transition: all 0.3s linear;
}

.video-container .video-box .jiaolong{
    position: relative;
    width: 460px;
    /* right: -308px; */
    z-index: 6;
}

.video-wrap{
    width: 1200px;
    height: 677px;
    border: 1px solid #FFC704;
    position: relative;
}

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

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

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

.video-wrap .cover:hover::before{
    content: '';
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

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

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

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

.video-wrap .cover:hover .play-img{
    display: block;
}

#video-entity{
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

@media screen and (max-width: 1700px) {
    .video-container .video-box{
        transform: scale(.8);
    }
}

.faq-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 150px;
    margin-top: 140px;
}

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

.faq-container .faq-list{
    max-height: 638px;
    overflow-y: auto;
    padding-right: 20px;
    /* direction: rtl; */
}

.faq-container .faq-list .faq-item{
    width: 907px;
    /* min-height: 200px; */
    background: url(../images/faq-bg.png) no-repeat;
    font-size: 20px;
    font-weight: 500;
    line-height: 67px;
    /* direction: rtl; */
}

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

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

.faq-item .faq-q .text{
    margin-left: 28px;
}

.faq-item .faq-a{
    /* text-indent: 173px; */
    /* padding-left: 100px; */
    padding: 18px 50px 18px 130px;
    line-height: 35px;
}

.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;
}



.footer{
    background: #000;
}

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

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

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

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

.public_footer .public_company .public_zh{
    width: 170px;
    height: 72px;
    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: 220px;
    height: 100px;
    background-image: url(../images/1CGS.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: 20px;
}

.public_footer .public_line{
    width: 2px;
    height: 110px;
    margin-top: 8px;
    background: url(../images/f_hr.png) repeat;
    background-size: 100% 100%;
    margin: 0 20px;
}

.public_footer .public_info{
    width: 610px;
}

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






@keyframes slideUp {
    from {top: 22%; opacity: 0} 
    to {top: 20%; 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: 40px 0 10px;
}

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

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

.pop-msg{
    position: fixed;
    z-index: 3001;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 557px;
    height: 249px;
    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: 20px;
}

.pop-setname{
    position: fixed;
    z-index: 3002;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 557px;
    height: 249px;
    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: 20px;
    height: 100%;
    padding: 30px 0 50px;
}

.pop-setname .setname .nickname{
    width: 252px;
    height: 36px;
    border: 1px solid #FFFFFF;
    outline: none;
    background: transparent;
    text-indent: 1em;
    color: #fff;
}

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

.pop-setname .setname .submit:hover{
    filter: brightness(1.3);
}