

input{
    background: #6D4F0C;
    border: none;
    outline: none;
    text-indent: .16rem;
    height: .73rem;
    font-size: .29rem;
    padding: 0;
}

input::placeholder {
    color: #302306;
}

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

.wrap{
    background: black;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 1.31rem;
}

.bt{
    width: 10.07rem;
    height: 1.24rem;
}

.page1{
    width: 100%;
    height: 20.71rem;
    background: url("../images/bg1.jpg") no-repeat;
    background-size: 100% 100%;
    position: relative;
    text-align: center;
}

.page1 .logo{
    width: 3.10rem;
    height: .71rem;
    position: absolute;
    top: .42rem;
    left: .36rem;
}

.page1 .tag{
    width: .43rem;
    height: 1.59rem;
    position: absolute;
    right: 3.06rem;
    top: 3.48rem;
}

.page1 .plus16{
    width: .76rem;
    height: .98rem;
    position: absolute;
    right: .34rem;
    top: .36rem;
}

.page1 .content{
    margin-top: 7.35rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page1 .content .slogan{
    width: 7.20rem;
    /* height: 6.09rem; */
    margin-left: 10px;
}

.page1 .content .order-box{ 
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    /* margin-top: .27rem; */
    /* position: relative; */
    /* top: -1.2rem; */
}

.page1 .content .order-box-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 2.5rem; */
    flex-direction: column;
}

.page1 .content .order-box .order{
    width: 3.49rem;
    height: .78rem;
    cursor: pointer;
}
.page1 .content .order-box .order img{
    width: 100%;
    height: 100%;
    display: block;
}


.page1 .content .order-box-inner .order{
    /* transform: scale(0.81); */
}

.page1 .content .order-box .order:last-child{
    margin-left: .1rem;
    margin-bottom:.1rem;
}

.page1 .content .jiaolong{
    width: 5.81rem;
    margin: 0 0 .4rem 0;
    position: relative;
    /* top: -.9rem; */
}
.page1 .n_download{
    margin-left: .1rem;
}
.page1 .n_download img{
    width: 2.66rem;
}
.page1 .bt1{
    margin-top: 1rem;
}

.page1 .progress-wrapper{
    display: flex;
    align-items: center;
    font-size: .23rem;
    padding-left: 1.31rem;
}

.page1 .progress-wrapper .progress-box{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page1 .progress-wrapper .progress-box .progress-box-item{
    width: 1.97rem;
    height: 2.37rem;
    background: url(../images/p-item-bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin-bottom: .44rem;
}

.progress-box-item .title{
    width: 1.51rem;
    height: .36rem;
    background: url(../images/p-item-t.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: -.15rem;
    transform: translateX(-50%);
    font-size: .23rem;
    color: #000;
    font-weight: 500;
}

.page1 .progress-wrapper .progress-box .progress-box-item.no-active{
    filter: grayscale(1);
}

.progress-box-item .p-content{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFC804;
    font-size: .15rem;
    font-weight: 500;
}

.progress-box-item .p-content img{
    margin-bottom: .15rem;
}

.progress-box-item:nth-child(1) .p-content img{
    width: 1。03rem;
    height: 1.01rem;
}
.progress-box-item:nth-child(2) .p-content img{
    width: .9rem;
    height: 1.25rem;
}
.progress-box-item:nth-child(3) .p-content img{
    width: 1.2rem;
    height: 1.13rem;
}
.progress-box-item:nth-child(4) .p-content img{
    width: 1.08rem;
    height: 1.08rem;
}
/* .progress-box-item:nth-child(5) .p-content img{
    width: .88rem;
    height: .87rem;
} */

.page1 .progress-wrapper .progress-fin{
    width: 5rem;
    height: 6.67rem;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.page1 .progress-wrapper .progress-fin img{
    width: 6.38rem;
    height: 100%;
}

.page1 .progress-wrapper .progress-fin .p-content{
    color: #FFC804;
    font-size: .15rem;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 71%;
    transform: translateX(-50%);
}

.page1 .progress-wrapper .progress-fin .p-content .title{
    width: 1.30rem;
    height: .3rem;
    background: url(../images/p-item-t.png) no-repeat;
    background-size: 100% 100%;
    font-size: .23rem;
    color: #000;
    font-weight: 500;
    margin-bottom: .09rem;
}


.page2{
    width: 100%;
    height: 20.42rem;
    background: url("../images/bg2.jpg") no-repeat;
    background-size: 100% 100%;
    position: relative;
    text-align: center;
}

.page2 .bt2{
    margin-top: .97rem;
}


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

.p3-title .left{
    width: 3.11rem;
    height: .66rem;
}

.p3-title .left-a{
    width: 3.59rem;
    height: .74rem;
}

.p3-title .right{
    width: 3rem;
    height: .66rem;
    position: relative;
    left: -.33rem;
}

.p3-title .right-a{
    width: 3.59rem;
    height: .74rem;
    position: relative;
    left: -.34rem;
}

.page3{
    width: 100%;
    height: 12.68rem;
    background: url("../images/bg3.jpg") no-repeat;
    background-size: 100% 100%;
    position: relative;
    text-align: center;
}


.page3 .bt4{
    margin-top: 1.08rem;
}

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

.page3 .nav-list img{
    height: .9rem;
    /* margin-left: .24rem; */
}


.bottom-btn{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.31rem;
    z-index: 999;
}
.bottom-zhuce{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.31rem;
    z-index: 999;
}

.swiper1 .swiper1-slide .swiper1-slide-img{
    width: 100%;
    height: 6.075rem;
}

.swiper1 .swiper1-slide .tags1{
    position: absolute;
    width: 0.92rem;
    height: .39rem;
    left: 1.61rem;
    /* top: 1.25rem; */
    top: 2.25rem;
}

.swiper1 .swiper1-slide .tags2{
    position: absolute;
    width: 0.94rem;
    height: .27rem;
    left: 3.8rem;
    /* top: 1.92rem; */
    top: 2.92rem;
}

.swiper1 .swiper1-slide .tags3{
    position: absolute;
    width: 0.93rem;
    height: .28rem;
    left: 5.52rem;
    /* top: 1.25rem; */
    top: 2.25rem;
}

.swiper1 .swiper1-slide .tags4{
    position: absolute;
    width: 1.15rem;
    height: .28rem;
    left: 8.15rem;
    /* top: 1.92rem; */
    top: 2.92rem;
}

.swiper1 .swiper1-slide .desc{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.9rem;
}

.desc-mask{
    width: 8.65rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.swiper1 .swiper1-slide .desc .title{
    color: #fff;
    font-family: CKTKingKong;
    font-size: .34rem;
}

.swiper1 .swiper1-slide .desc span{
    color: #fff000;
}

.swiper1 .swiper1-slide .desc .subtitle{
    color: #fff;
    font-size: .24rem;
    margin-top: .1rem;
    text-wrap: nowrap;
}

.s2{
    position: relative;
    top: -1.38rem;
}

.swiper2{
    width: 8.2rem;
    height: 1.38rem;
}

.swiper2 .swiper2-wrapper{
    left: 41%;
}

.swiper2 .swiper2-slide .swiper2-slide-img{
    width: 1.32rem;
    height: 1.38rem;
    filter: grayscale(1);
}

.swiper2 .swiper2-slide.swiper-slide-active img{
    filter: grayscale(0);
}




.swiper3 .swiper3-slide .swiper3-slide-img{
    height: 5.01rem;
}

.swiper3-slide .name, .swiper5-slide .name{
    font-weight: bold;
    font-size: .36rem;
    color: #fff;
    margin-top: .3rem;
}

.swiper3-slide .name .second, .swiper5-slide .name .second{
    color: #EDA206;
}

.s4{
    position: relative;
}

.swiper4{
    width: 8.2rem;
    height: 1.38rem;
}

.swiper4 .swiper4-wrapper{
    left: 41%;
}

.swiper4 .swiper4-slide .swiper4-box{
    width: 1.32rem;
    height: 1.38rem;
    background: url(../images/p3/box.png) no-repeat;
    background-size: 100%;
    filter: grayscale(1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFC804;
    font-size: .16rem;
}

.swiper4 .swiper4-slide .swiper4-box img{
    height: .8rem;
}

.swiper4 .swiper4-slide.swiper-slide-active .swiper4-box{
    filter: grayscale(0);
}

.swiper5 .swiper5-slide .swiper5-slide-img{
    height: 5.01rem;
}

.s6{
    position: relative;
}

.swiper6{
    width: 8.2rem;
    height: 1.38rem;
}

.swiper6 .swiper6-wrapper{
    left: 41%;
}

.swiper6 .swiper6-slide .swiper6-box{
    width: 1.32rem;
    height: 1.38rem;
    background: url(../images/p3/box.png) no-repeat;
    background-size: 100%;
    filter: grayscale(1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFC804;
    font-size: .16rem;
}

.swiper6 .swiper6-slide .swiper6-box img{
    height: .8rem;
}

.swiper6 .swiper6-slide.swiper-slide-active .swiper6-box{
    filter: grayscale(0);
}

.swiper7 .swiper7-slide{
    position: relative;
    height: 4.78rem;
}

.swiper7 .swiper-slide-box{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8.46rem;
    height: 4.78rem;
    background: url(../images/p4/item-box.png) no-repeat;
    background-size: 100% 100%;
}

.swiper7 .swiper7-slide img{
    position: absolute;
    left: 50%;
    top: 50.5%;
    transform: translate(-50%, -50%);
    width: 8.20rem;
    height: 4.55rem;
}


.swiper2-button-prev::after,
.swiper2-button-next::after,
.swiper4-button-prev::after,
.swiper4-button-next::after,
.swiper6-button-prev::after,
.swiper6-button-next::after,
.swiper7-button-prev::after,
.swiper7-button-next::after {
    content: '';
}

.s2 .swiper2-button-prev {
    left: .5rem;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    width: .27rem;
    height: .50rem;
    background: url(../images/left.png) no-repeat;
    background-size: 100% 100%;
}

.s2 .swiper2-button-next {
    right: .5rem;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    width: .27rem;
    height: .50rem;
    background: url(../images/right.png) no-repeat;
    background-size: 100% 100%;
}

.s4 .swiper4-button-prev {
    left: .5rem;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    width: .27rem;
    height: .50rem;
    background: url(../images/left.png) no-repeat;
    background-size: 100% 100%;
}

.s4 .swiper4-button-next {
    right: .5rem;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    width: .27rem;
    height: .50rem;
    background: url(../images/right.png) no-repeat;
    background-size: 100% 100%;
}

.s6 .swiper6-button-prev {
    left: .5rem;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    width: .27rem;
    height: .50rem;
    background: url(../images/left.png) no-repeat;
    background-size: 100% 100%;
}

.s6 .swiper6-button-next {
    right: .5rem;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    width: .27rem;
    height: .50rem;
    background: url(../images/right.png) no-repeat;
    background-size: 100% 100%;
}


.swiper7 .swiper7-button-prev {
    left: .5rem;
    transform: translateY(50%);
    width: .27rem;
    height: .50rem;
    background: url(../images/left.png) no-repeat;
    background-size: 100% 100%;
}


.swiper7 .swiper7-button-next {
    right: .5rem;
    transform: translateY(50%);
    width: .27rem;
    height: .50rem;
    background: url(../images/right.png) no-repeat;
    background-size: 100% 100%;
}

.swiper2 .swiper2-button-prev{
    left: -1rem;
}

.swiper2 .swiper2-button-next{
    right: -1rem;
}

.swiper-pagination7{
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
}

.swiper-pagination7 .swiper-pagination-bullet{
    width: .16rem;
    height: .16rem;
    border: .03rem solid #797979;
    border-radius: 100%;
    opacity: .45;
    background: transparent;
    margin-right: .13rem;
}

.swiper-pagination7 .swiper-pagination-bullet-active {
    width: .16rem;
    height: .16rem;
    border: .03rem solid #FFC804;
    border-radius: 100%;
    opacity: 1;
    background: transparent;
}



.mobile-modal{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}
.mobile-modal .mobile-modal-content{
    width: 10.01rem;
    height: 6.11rem;
    background: url(../images/modal-bg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: .28rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: .73rem;
}

.mobile-modal-close-img{
    position: absolute;
    right: .2rem;
    top: .4rem;
    width: .27rem;
    height: .26rem;
    cursor: pointer;
}

.mobile-modal-content .title{
    width: 3.62rem;
    margin-bottom: .29rem;
}

.mobile-modal-content .mobile-input{
    width: 5.75rem;
    margin-bottom: .2rem;
}

.mobile-modal-content .mobile-input input{
    width: 100%;
}

.mobile-modal-content .img-code{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 5.75rem;
    margin-bottom: .2rem;
}

.mobile-modal-content .img-code input{
    flex-grow: 1;
    height: .7rem;
}

.mobile-modal-content .img-code img{
    width: 1.54rem;
    height: .7rem;
    margin-left: .1rem;
    cursor: pointer;
}

.mobile-modal-content .msg-code{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 5.75rem;
    margin-bottom: .2rem;
}

.mobile-modal-content .msg-code .img-code-input{
    display: flex;
    align-items: center;
    flex-grow: 1;
    height: .7rem;
    background: #6D4F0C;
}

.mobile-modal-content .msg-code input{
    flex-grow: 1;
    height: .7rem;
}

.mobile-modal-content .msg-code .msg-code-btn{
    width: 1.54rem;
    height: .7rem;
    margin-left: .1rem;
    cursor: pointer;
    background: url(../images/modal-msg-code.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.mobile-modal-content .msg-code .msg-code-btn .text{
    height: .26rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mobile-modal-content .msg-code .sec{
    font-size: .3rem;
    font-weight: bold;
    color: #FFCA13;
    margin-right: .12rem;
    display: none;
}

/* .mobile-modal-content .order-btn{
    width: 5.92rem;
    cursor: pointer;
} */

.mobile-modal-content .order-btn{
    width: 5.92rem;
    height: 1.05rem;
    position: relative;
    cursor: pointer;
    margin-top: .4rem;
}

.mobile-modal-content .order-btn .lt{
    width: .40rem;
    height: .31rem;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/order/lt.png) no-repeat;
    background-size: 100% 100%;
    /* transition: all .5s; */
}

.mobile-modal-content .order-btn .br{
    width: .39rem;
    height: .32rem;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/order/br.png) no-repeat;
    background-size: 100% 100%;
}

.mobile-modal-content .order-btn .frame{
    width: 100%;
    height: 100%;
    background: url(../images/order/frame2.png) no-repeat;
    background-size: 100% 100%;
}

.mobile-modal-content .order-btn .frame .text{
    width: 1.73rem;
    height: .42rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

.success-modal{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    display: none;
}
.success-modal .success-modal-content{
    width: 10.01rem;
    height: 3.28rem;
    background: url(../images/modal-s-bg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: .28rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1.39rem;
}

.success-modal-close-img{
    position: absolute;
    right: .2rem;
    top: .4rem;
    width: .27rem;
    height: .26rem;
    cursor: pointer;
}

.dowload-modal{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    display: none;
}
.dowload-modal .dowload-modal-content{
    width: 10.01rem;
    height: 3.28rem;
    background: url(../images/modal-s-bg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: .28rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1rem;
}

.dowload-modal-close-img{
    position: absolute;
    right: .2rem;
    top: .4rem;
    width: .27rem;
    height: .26rem;
    cursor: pointer;
}
.dowload-modal .title{
    width: 6rem;
}


.wx-modal{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1001;
    display: none;
}

.wx-modal img{
    width: 5rem;
    height: 5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


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