.header{
    width: 100%;
    height: 1.04rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background: url(../img/top_bg.png) no-repeat top center;
    background-size: 100%;
}

/* 防止Swiper误触样式 */
.swiper {
    /* 限制滑动区域，避免顶部和底部误触 */
    touch-action: pan-y;
    -webkit-touch-action: pan-y;
}

.swiper-wrapper {
    /* 防止边缘误触 */
    padding: 20px 0;
    margin: -20px 0;
}

/* 为特定区域添加防误触保护 */
.header, .head-center, .head-right {
    /* 顶部导航区域防止误触 */
    pointer-events: auto;
    z-index: 100;
}

/* 为底部区域添加防误触保护 */
.orderBox, .f3_taskBox {
    pointer-events: auto;
}
.head-left{
    width: 1.31rem;
    height: 0.63rem;
    margin: 0.12rem 0 0 0.2rem;
    float: left;
}
.head-center{
    height: 0.87rem;
    float: left;
    margin-left: 0.5rem;
}
.head-center li{
    float: left;
    display: block;
    height: 0.87rem;
    margin-right: 0.5rem;
    font-size: 0.24rem;
    color: #3a3c44;
    line-height: 0.87rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.1s ease-in-out;

}
.head-center li:hover{
    background: url(../img/top_shadow.png) no-repeat top center;
    background-size: 100% 100%;
    border-top: 0.06rem solid #2296f0;
    color: #fff;
}
.head-center li.active{
    background: url(../img/top_shadow.png) no-repeat top center;
    background-size: 100% 100%;
    border-top: 0.06rem solid #2296f0;
    color: #fff;
}
.head-right{
    float: right;
    height: 1.04rem;
}
.head_share{
    float: left;
    height: 1.04rem;
    overflow: hidden;
}
.head_share li{
    float: left;
    width: 0.45rem;
    height: 0.45rem;
    margin: 0.2rem 0.15rem 0 0;
    opacity: 0.8;
    cursor: pointer;
}
.head_share li:hover{
    opacity: 1;
}
@-webkit-keyframes change{
    0%{
        -webkit-transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(360deg);
    }
}
@keyframes change{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
@-webkit-keyframes change2{
    0%{
        -webkit-transform: scale(1.0);
    }25%{
        -webkit-transform: scale(1.05);
    }50%{
        -webkit-transform: scale(1.0);
    }75%{
        -webkit-transform: scale(0.95);
    }100%{
        -webkit-transform: scale(1.0);
    }
}
@keyframes change2{
    0%{
        transform: scale(1.0);
    }25%{
        transform: scale(1.05);
    }50%{
        transform: scale(1.0);
    }75%{
        transform: scale(0.95);
    }100%{
        transform: scale(1.0);
    }
}
.music{
    float: left;
    width: 0.45rem;
    height: 0.45rem;
    margin: 0.2rem 0.1rem 0 0.1rem;
    cursor: pointer;  
}
.music img.active{
    -webkit-animation: change 2s linear infinite;
    animation: change 2s linear infinite;
}
.loginSign{
    float: left;
    width: 0.35rem;
    height: 0.34rem;
    margin: 0.26rem 0.2rem 0 0.15rem;
    cursor: pointer;
    opacity: 0.8;
}
.loginSign.active{
    opacity: 1;
}
.loginSign:hover{
    opacity: 1;
}
.loginInfoShow{
    display: none;
    width: 2.8rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.14rem;
    color: #7d7e84;
    position: absolute;
    background: url(../img/loginInfoBg.png) no-repeat top center;
    background-size: 100%;
    top: 0.95rem;
    right: 0;
    text-align: center;
    color: #fff;
}
.loginOut{
    text-decoration: underline;
    cursor: pointer;  
}
.loginOut:hover{
    color: red;
}
.swiper{
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.swiper-silde{
    display: block;
    overflow: hidden;
}
.floor1{
    width: 100%;
    height: 10.8rem;
    overflow: hidden;
    background: url(../img/page1_bg.jpg) no-repeat top center;
    background-size: 100%;
}
.sloganBox{
    width: 7.57rem;
    height: 3.34rem;
    margin: 5.5rem 0 0 3.3rem;
    background: url(../img/page1_title.png) no-repeat top center;
    background-size: 100%;
    overflow: hidden;
    float: left;
}
.video_btn{
    width: 1.07rem;
    height: 1.06rem;
    background: url(../img/page1_play.png) no-repeat top center;
    background-size: 100%;
    margin: 0.45rem 0 0 0.62rem;
    -webkit-animation: change2 2s linear infinite;
    animation: change2 2s linear infinite;
    cursor: pointer;
}
.orderBox{
    float: left;
    width: 4.82rem;
    margin: 6.5rem 0 0 -0.8rem;
    overflow: hidden;
}
.orderBox .google, .orderBox .apple{
    width: 1.98rem;
    height: 0.61rem;
    cursor: pointer;
}
.orderBox .google{
    float: left;
    background: url(../img/page1_ad.png) no-repeat top center;
    background-size: 100%;
    margin-left: 0.36rem;
}
.orderBox .apple{
    float: right;
    background: url(../img/page1_ios.png) no-repeat top center;
    background-size: 100%;
    margin-right: 0.36rem;
}
.order{
    width: 4.82rem;
    height: 1.02rem;
    float: left;
    margin-top: 0.18rem;
    background: url(../img/page1_btn.png) no-repeat top center;
    background-size: 100%;
    cursor: pointer;
}
.floor2{
    width: 100%;
    height: 10.8rem;
    overflow: hidden;
    background: url(../img/page2_bg.jpg) no-repeat top center;
    background-size: 100%;
}
.f2_info1,.f2_info2,.f2_info3{
    font-size: 0.16rem;
    color: #547b99;
    line-height: 1.2;
    padding-left: 1.7rem;
    margin-bottom: 0.1rem;
}
.f2_info1{
    margin: 2.7rem 0 0.1rem 0;
}
.floor2_ul{
    width: 100%;
    margin-top: 1.3rem;
    position: relative;
}
.floor2_ul li{
    width: 2.7rem;
    height: auto;
    background: url(../img/page2_box1.png) no-repeat top center;
    background-size: 2.7rem 2.69rem;
    min-height: 2.69rem;
    overflow: hidden;
    position: absolute;
}
.floor2_ul li:nth-child(1){
    top: 0rem;
    left: 1.2rem;
}
.floor2_ul li:nth-child(2){
    top: 1.3rem;
    left: 3.8rem;
} 
.floor2_ul li:nth-child(3){
    top: 1.1rem;
    left: 6.7rem;
}
.floor2_ul li:nth-child(4){
    top: 0.65rem;
    left: 9.5rem;
}
.floor2_ul li:nth-child(5){
    top: -0.3rem;
    left: 12.2rem;
}
.floor2_ul li:nth-child(6){
    top: -1.6rem;
    left: 15rem;
}
.floor2_ul li .gift_img {
    display: block;
    width: 2.7rem;
    height: 2.69rem;
}
.floor2_ul li h3{
    width: 2.73rem;
    height: 1.73rem;
    text-align: center;
    background: url(../img/page2_btn1.png) no-repeat top center;
    background-size: 100%;
    text-align: center;
    color: #fff;
    font-size: 0.2rem;
    line-height: 1.73rem;
    margin-top: -2rem;

}
.floor2_ul li .gift_desc{
    width: 2.73rem;
    text-align: center;
    font-size: 0.18rem;
    color: #b3b3b3;
    line-height: 1.2;
    margin-top: -0.5rem;
}
.floor3{
    width: 100%;
    height: 10.8rem;
    overflow: hidden;
    background: url(../img/page3_bg.jpg) no-repeat top center;
    background-size: 100%;
}
.f3_taskBox{
    width: 5.77rem;
    overflow: hidden;
    float: left;
    margin: 2.8rem 0 0 1.3rem;
}
.f3_taskBox li{
    width: 5.77rem;
    height: 0.9rem;
    background: url(../img/page3_btn0.png) no-repeat top center;
    background-size: 100%;
    overflow: hidden;
    margin-bottom: 0.28rem;
    position: relative;
}
.f3_taskBox li>p:nth-child(1){
    display: block;
    width: 4.2rem;
    text-align: center;
    font-size: 0.24rem;
    color: #79bcef;
    padding-left: 0.7rem;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 溢出内容显示为省略号 */
    float: left;
    margin: 0.1rem 0 0.05rem 0;
}
.f3_taskBox li>p:nth-child(2){
    display: block;
    width: 4.2rem;
    text-align: center;
    font-size: 0.16rem;
    color: #d7edfe;
    padding-left: 0.7rem;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 溢出内容显示为省略号 */
    float: left;
}
.f3_task_btn{
    width: 1.57rem;
    height: 0.9rem;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.f3_task_btn p{
    display: block;
    width: 1.2rem;
    margin: 0 auto;
    line-height: 0.9rem;
    font-size: 0.24rem;
    text-align: center;
    color: #a4d7ff;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 溢出内容显示为省略号 */
}
#lottery{
    width: 6.83rem;
    margin: 1.6rem 0 0 1.3rem;
    overflow: hidden;
    float: left;
}
#lottery table{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-spacing: 0.08rem;
    border-collapse: separate;
}
.lottery-unit{
    width: 2.15rem;
    height: 1.7rem;
    position: relative;
}
.lottery-unit img{
    width: 2.15rem;
    height: 1.7rem;
    position: absolute;
    top: 0;
    left: 0;
}
.lottery_count{
    font-size: 0.16rem;
    color: #6a798e;
    width: 100%;
    text-align: center;
    margin-top: 0.2rem;
}
.lottery_count span{
    color: #2292eb;
}
.lottery_b_btn{
    width: 4.15rem;
    height: 0.75rem;
    margin: 0.2rem auto 0;
    cursor: pointer;
}
#lottery table td.active .mask {
	display: block;
}
.lottery_btn{
    cursor: pointer;
}
.mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(30, 127, 255, 0.7);
    /* border: 0.06rem solid #f9cb65; */
	display: none;
}
.floor4{
    width: 100%;
    height: 10.8rem;
    overflow: hidden;
    background: url(../img/page4_bg.jpg) no-repeat top center;
    background-size: 100%;
    position: relative;
}
.page4_title{
    width: 3.86rem;
    height: 1.07rem;
    overflow: hidden;
    position: absolute;
    top: 1.5rem;
    left: 1.3rem;
    z-index: 3;
}
.floor4Lists{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.floor4Lists li{
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.floor4Lists li.active{
    display: block;
}
.floor4Lists li img:nth-child(1){
    width: 17.28rem;
    height: 10.8rem;
    position: absolute;
    bottom: 1rem;
    left: 0.96rem;
}
.floor4Lists li img:nth-child(2){
    width: 5.49rem;
    height: 4rem;
    position: absolute;
    top: 3.2rem;
    left: 1.35rem;
}
.swiper2{
    width: 2.9rem;
    height: 6.5rem;
    overflow: hidden;
    position: absolute;
    top: 1.5rem;
    right: 1.3rem;
    z-index: 3;
}
.swiper2 .swiper-wrapper{
    padding-top: 0 !important;
    margin-top: 0 !important;
    height: auto;
}
.swiper2 .swiper-slide{
    display: block;
    width: 2.9rem !important;
    margin: 0 !important;
    cursor: pointer;
    flex-shrink: 0;
}
.swiper2 .swiper-slide.lb1{
    background: url(../img/page4_character0_0.png) no-repeat top center;
    background-size: 100%;
}
.swiper2 .swiper-slide.lb1.swiper-slide-active{
    background: url(../img/page4_character0.png) no-repeat top center;
    background-size: 100%;
}
.swiper2 .swiper-slide.lb2{
    background: url(../img/page4_character1_0.png) no-repeat top center;
    background-size: 100%;
}
.swiper2 .swiper-slide.lb2.swiper-slide-active{
    background: url(../img/page4_character1.png) no-repeat top center;
    background-size: 100%;
}
.swiper2 .swiper-slide.lb3{
    background: url(../img/page4_character2_0.png) no-repeat top center;
    background-size: 100%;
}
.swiper2 .swiper-slide.lb3.swiper-slide-active{
    background: url(../img/page4_character2.png) no-repeat top center;
    background-size: 100%;
}
.swiper2 .swiper-slide.lb4{
    background: url(../img/page4_character3_0.png) no-repeat top center;
    background-size: 100%;
}
.swiper2 .swiper-slide.lb4.swiper-slide-active{
    background: url(../img/page4_character3.png) no-repeat top center;
    background-size: 100%;
}
.swiper2 .swiper-slide.lb5{
    background: url(../img/page4_character4_0.png) no-repeat top center;
    background-size: 100%;
}
.swiper2 .swiper-slide.lb5.swiper-slide-active{
    background: url(../img/page4_character4.png) no-repeat top center;
    background-size: 100%;
}
.swiper2 .swiper-slide.lb6{
    background: url(../img/page4_character5_0.png) no-repeat top center;
    background-size: 100%;
}
.swiper2 .swiper-slide.lb6.swiper-slide-active{
    background: url(../img/page4_character5.png) no-repeat top center;
    background-size: 100%;
}
.swiper2 .swiper-slide.lb7{
    background: url(../img/page4_character6_0.png) no-repeat top center;
    background-size: 100%;
}
.swiper2 .swiper-slide.lb7.swiper-slide-active{
    background: url(../img/page4_character6.png) no-repeat top center;
    background-size: 100%;
}
.floor4 .swiper-button-prev,.floor4 .swiper-button-next{
    width: 0.6rem;
    height: 0.6rem;
    opacity: 1.0;
    font-size: 0;
}
.floor4 .swiper-button-prev:after,
.floor4 .swiper-button-next:after{
    font-size: 0;
}
.floor4 .swiper-button-prev{
    background: url(../img/page4_left.png) no-repeat top center;
    background-size: 100%;
    left: 0.3rem;
}
.floor4 .swiper-button-next{
    background: url(../img/page4_right.png) no-repeat top center;
    background-size: 100%;
    right: 0.3rem;
}
.swiper-slide.footer{
    width: 100%;
    height: auto !important;
    overflow: hidden;
    background: url(../img/footer_bg.jpg) no-repeat top center;
    background: #000000;
}
.f_l{
    width: 50%;
    float: left;
    overflow: hidden;
    padding: 0.5rem 0;
    box-sizing: border-box;
}
.f_l_logo1{
    float: right;
    width: 0.74rem;
    height: 0.86rem;
    background: url(../img/footer_icon.png) no-repeat top center;
    background-size: 100%;
    margin: 0.08rem 0.15rem 0 0;
}
.f_l_r{
    width: 4rem;
    float: right;
    overflow: hidden;
    height: 100%;
}
.f_l_r img{
    display: block;
    width: 1.5rem;
    height: 0.42rem;
    margin: 0 0 0.1rem 0;
}
.f_l_r_p1{
    font-size: 0.12rem;
    color: #ffffff;
    margin-bottom: 0.1rem;
}
.f_l_r_p2{
    font-size: 0.16rem;
    color: #ffffff;
}
.f_l_r_p2 a{
    vertical-align: initial;
    color: #ffffff;
}
.f_r{
    float: right;
    width: 50%;
    padding: 0.35rem 0;
    box-sizing: border-box;
    overflow: hidden;
}
.f_share{
    width: 3.3rem;
    height: 0.65rem;
    border-bottom: 0.02rem solid #ffffff;
    overflow: hidden;
}
.f_share li{
    float: left;
    width: 0.43rem;
    height: 0.31rem;
    position: relative;
    cursor: pointer;
}
.f_share li:nth-child(1){
    margin: 0.11rem 0 0 0.05rem;
}
.f_share li:nth-child(1):after{
    content: '';
    display: block;
    width: 0.01rem;
    height: 0.16rem;
    background: #515151;
    position: absolute;
    top: 0.07rem;
    left: 0.88rem;
}
.f_share li:nth-child(2){
    margin: 0.11rem 0 0 1rem;
}
.f_share li:nth-child(2):after{
    content: '';
    display: block;
    width: 0.01rem;
    height: 0.16rem;
    background: #515151;
    position: absolute;
    top: 0.07rem;
    left: 0.95rem;
}
.f_share li:nth-child(3){
    margin: 0.11rem 0 0 0.92rem;
}
.f_share li img{
    display: block;
    width: 100%;
    height: 100%;
}
.f_link{
    width: 3.3rem;
    height: 0.65rem;
    text-align: center;
    overflow: hidden;
}
.f_link li{
    overflow: hidden;
    width: 100%;
    height: 0.6rem;
}
.f_link li a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0.16rem;
    color: #ffffff;
    line-height: 0.6rem;
    position: relative;
}
.loginBox{
    display: none;
    width: 10.2rem;
    height: 7rem;
    background: url(../img/pop/video.png) no-repeat top center;
    background-size: 100% 6rem;
}
.loginClose{
    width: 0.88rem;
    height: 0.78rem;
    background: url(../img/pop/close.png) no-repeat top center;
    background-size: 100%;
    position: absolute;
    bottom: 0.1rem;
    left:4.66rem;
    cursor: pointer;
}
.loginBox .sy-content{
    padding-top: 0.5rem;
}
.loginBox h1{
    width: 3.18rem;
    height: auto;
    margin: 0 auto;
    font-size: 0.42rem;
    color: #85caff;
    text-align: center;
    line-height: 0.68rem;
    background: url(../img/pop/notice_line.png) no-repeat bottom center;
    background-size: 100% 0.09rem;
}
.loginBox .form{
    width: 5rem;
    margin: 0.5rem auto 0;
    overflow: hidden;
}
.loginBox .form>p{
    display: block;
    width: 100%;
    font-size: 0.12rem;
    color: #243e99;
    text-align: center;
    margin: 0.2rem 0;
}
.loginBox .input-item{
    width: 100%;
    height: 0.35rem;
    overflow: hidden;
    margin-bottom: 0.5rem;
}
.loginBox .input-item span{
    display: block;
    float: left;
    width: 1.25rem;
    height: 0.35rem;
    font-size: 0.18rem;
    color: #78b7e7;
    line-height: 0.35rem;
    text-align: left;
    box-sizing: border-box;
}
.loginBox .input-item input{
    display: block;
    float: left;
    width: 3.75rem;
    height: 0.35rem;
    font-size: 0.18rem;
    color: #469fe3;
    line-height: 0.35rem;
    background: url(../img/pop/appointment_input.png) no-repeat top center;
    background-size: 100%;
    outline: none;
    border: none;
}
.loginBox .agree1,
.loginBox .agree2{
    width: 100%;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
    margin-bottom: 0.3rem;
}
.loginBox .agree1 img,
.loginBox .agree2 img{
    display: block;
    width: 0.31rem;
    height: 0.3rem;
    flex-shrink: 0;
    cursor: pointer;
}
.loginBox .agree1 p,
.loginBox .agree2 p{
    display: flex;
    align-items: center;
    gap: 0.05rem;
    font-size: 0.12rem;
    color: #12abfa;
    margin: 0;
}
.loginBox .agree1 p span:nth-child(1),
.loginBox .agree2 p span:nth-child(1){
    color: #2944a6;
}
.loginBox .agree1 p span:nth-child(2),
.loginBox .agree2 p span:nth-child(2){  
    text-decoration: underline;
    cursor: pointer;
}
.loginConfirm{
    width: 3.04rem;
    height: 0.55rem;
    background: url(../img/pop/login_btn.png) no-repeat top center;
    background-size: 100%;
    cursor: pointer;
    font-size: 0;
    margin: 0.1rem auto 0;
}
.loginBox .input-phone{
    position: relative;
}
.loginBox .input-phone p{
    height: 0.35rem;
    position: absolute;
    top: 0;
    left: 1.5rem;
    line-height: 0.32rem;
    font-size: 0.18rem;
    color: #469fe3;
}
.loginBox .input-phone input{
    height: 0.35rem;
    padding-left: 0.75rem;
    box-sizing: border-box;
    line-height: 0.35rem;
    background: url(../img/pop/appointment_input.png) no-repeat top center;
    background-size: 100%;
}
.loginBox .captcha input{
    width: 1.81rem;
    height: 0.35rem;
     background: url(../img/pop/appointment_input1.png) no-repeat top center;
    background-size: 100%;
    padding-left: 0.25rem;
    box-sizing: border-box;
}
.loginBox .captcha .send-validate{
    width: 1.91rem;
    height: 0.35rem;
    background: url(../img/pop/appointment_code.png) no-repeat top center;
    background-size: 100%;
    cursor: pointer;
    float: left;
    border: 0;
    outline: none;
    font-size: 0.14rem;
    color: #469fe3;
}
.loginBox .captcha .send-validate[disabled]{
    background: url(../img/pop/appointment_code1.png) no-repeat top center;
    background-size: 100%;
    cursor: not-allowed;
    filter: grayscale(100%);
}

/* 1366*768 屏幕适配 */
@media screen and (max-width: 1366px) {
    .floor2_ul{
        margin-top: 0.5rem;
    }
    .swiper2 {
        width: 2.2rem;
        height: 5.5rem;
        right: 0.8rem;
        top: 2rem;
        overflow: hidden;
    }
    
    .swiper2 .swiper-slide {
        width: 2.2rem !important;
        height: 1.1rem !important;
        margin: 0 !important;
        flex-shrink: 0;
    }
    
    .swiper2 .swiper-slide.lb1,
    .swiper2 .swiper-slide.lb2,
    .swiper2 .swiper-slide.lb3,
    .swiper2 .swiper-slide.lb4,
    .swiper2 .swiper-slide.lb5,
    .swiper2 .swiper-slide.lb6,
    .swiper2 .swiper-slide.lb7 {
        background-size: 100% 100%;
    }
    
    .swiper2 .swiper-wrapper {
        padding-top: 0 !important;
        margin-top: 0 !important;
        height: 100%;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
    }
    
    .floor4 .swiper-button-prev,
    .floor4 .swiper-button-next {
        width: 0.5rem;
        height: 0.5rem;
        z-index: 10;
    }
    
    .floor4 .swiper-button-prev {
        left: 0.2rem;
        bottom: 0.5rem;
    }
    
    .floor4 .swiper-button-next {
        right: 0.2rem;
        bottom: 0.5rem;
    }
    
    .floor4Lists li img:nth-child(1) {
        width: 14rem;
        height: 8.8rem;
        bottom: 1rem;
        left: 2rem;
    }
    
    .floor4Lists li img:nth-child(2) {
        width: 4.5rem;
        height: 3.3rem;
        top: 3.5rem;
        left: 0.8rem;
    }
    
    .page4_title {
        width: 3rem;
        height: 0.83rem;
        top: 1.2rem;
        left: 0.8rem;
    }
    
    .floor4 {
        height: 10.8rem;
        overflow: hidden;
    }
}

.orderTcBox{
    display: none;
    width: 8.9rem;
    height: 6.5rem;
    background: url(../img/pop/appointment_box.png) no-repeat top center;
    background-size: 100% 5.5rem;
}
.orderClose{
    width: 0.88rem;
    height: 0.78rem;
    background: url(../img/pop/close.png) no-repeat top center;
    background-size: 100%;
    position: absolute;
    bottom: 0.1rem;
    left:4rem;
    cursor: pointer;
}
.orderTcBox .form{
    width: 5rem;
    margin: 1.8rem auto 0;
    overflow: hidden;
}
.orderTcBox .input-plat{
    width: 100%;
    height: 0.36rem;
}
.orderTcBox .input-plat .iOS,
.orderTcBox .input-plat .android{
    float: left;
    width: 2.35rem;
    height: 0.36rem;
    font-size: 0.16rem;
    color: #ffffff;
    line-height: 0.36rem;
    text-align: center;
    cursor: pointer;
    background: url(../img/pop/appointment_btn2.png) no-repeat top center;
    background-size: 100%;
    cursor: pointer;
}
.orderTcBox .input-plat .iOS.active,
.orderTcBox .input-plat .android.active{
    background: url(../img/pop/appointment_btn1.png) no-repeat top center;
    background-size: 100%;
}
.orderTcBox .input-plat .android{
    float: right;
}
.orderTcBox .form>p{
    display: block;
    width: 100%;
    font-size: 0.12rem;
    color: #243e99;
    text-align: center;
    margin: 0.2rem 0;
}
.orderTcBox .input-item{
    width: 100%;
    height: 0.35rem;
    overflow: hidden;
    margin-bottom: 0.5rem;
}
.orderTcBox .input-item span{
    display: block;
    float: left;
    width: 1.25rem;
    height: 0.35rem;
    font-size: 0.18rem;
    color: #78b7e7;
    line-height: 0.35rem;
    text-align: left;
    box-sizing: border-box;
}
.orderTcBox .input-item input{
    display: block;
    float: left;
    width: 3.75rem;
    height: 0.35rem;
    font-size: 0.18rem;
    color: #469fe3;
    line-height: 0.35rem;
    background: url(../img/pop/appointment_input.png) no-repeat top center;
    background-size: 100%;
    outline: none;
    border: none;
    padding-left: 0.25rem;
    box-sizing: border-box;
}
.orderConfirm{
    width: 3.04rem;
    height: 0.55rem;
    background: url(../img/pop/appointment_btn.png) no-repeat top center;
    background-size: 100%;
    cursor: pointer;
    font-size: 0;
    margin: 0.5rem auto 0;
}

.personalBox{
    display: none;
    width: 11.13rem;
    height: 7.37rem;
    background: url(../img/pop/personal_box.png) no-repeat top center;
    background-size: 100% 6.37rem;
}
.personalClose{
    width: 0.88rem;
    height: 0.78rem;
    background: url(../img/pop/close.png) no-repeat top center;
    background-size: 100%;
    position: absolute;
    bottom: 0.1rem;
    left:5.12rem;
    cursor: pointer;
}
.personalBox .sy-content{
    width: 7.39rem;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 1.7rem;
}
.personalBox .sy-content p{
    font-size: 0.18rem;
    color: #85caff;
    line-height: 0.35rem;
    text-align: left;
}
.personalBox .line{
    width: 7.39rem;
    height: 0.09rem;
    margin: 0.2rem auto;
}
.personal_btn{
    width: 2.34rem;
    height: 0.36rem;
    background: url(../img/pop/personal_btn.png) no-repeat top center;
    background-size: 100%;
    cursor: pointer;
    margin: 0.25rem auto 0;
    font-size: 0;
}

.advertiseBox{
    display: none;
    width: 11.13rem;
    height: 6.45rem;
    background: url(../img/pop/personal_box1.png) no-repeat top center;
    background-size: 100% 5.45rem;
}
.advertiseClose{
    width: 0.88rem;
    height: 0.78rem;
    background: url(../img/pop/close.png) no-repeat top center;
    background-size: 100%;
    position: absolute;
    bottom: 0.1rem;
    left:5.12rem;
    cursor: pointer;
}
.advertiseBox .sy-content{
    width: 7.39rem;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 1.7rem;
}
.advertiseBox .sy-content p{
    font-size: 0.18rem;
    color: #85caff;
    line-height: 0.35rem;
    text-align: left;
}
.advertiseBox .line{
    width: 7.39rem;
    height: 0.09rem;
    margin: 0.2rem auto;
}
.advertise_btn{
    width: 2.34rem;
    height: 0.36rem;
    background: url(../img/pop/personal_btn.png) no-repeat top center;
    background-size: 100%;
    cursor: pointer;
    margin: 0.25rem auto 0;
    font-size: 0;
}
.orderSuccessBox{
    display: none;
    width: 9.74rem;
    height: 5.93rem;
    background: url(../img/pop/notice_box.png) no-repeat top center;
    background-size: 100% 4.93rem;
}
.orderSuccessClose{
    width: 0.88rem;
    height: 0.78rem;
    background: url(../img/pop/close.png) no-repeat top center;
    background-size: 100%;
    position: absolute;
    bottom: 0.1rem;
    left: 4.43rem;
    cursor: pointer;
}
.orderSuccessBox .sy-content{
    width: 7.39rem;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 1.7rem;
}
.orderSuccessBox h1{
    width: 3.18rem;
    height: auto;
    margin: 0 auto;
    font-size: 0.42rem;
    color: #85caff;
    text-align: center;
    line-height: 0.68rem;
    background: url(../img/pop/notice_line.png) no-repeat bottom center;
    background-size: 100% 0.09rem;
}
.orderSuccessBox p{
    display: block;
    width: 100%;
    font-size: 0.18rem;
    color: #3f6ebe;
    text-align: center;
    margin-top: 0.15rem;
}
.orderSuccess_share{
    width: 2.55rem;
    height: 0.44rem;
    margin: 0.5rem auto 0;
    overflow: hidden;
}
.orderSuccess_share li{
    float: left;
    width: 0.45rem;
    height: 0.44rem;
    margin-right: 0.6rem;
    cursor: pointer;
}
.orderSuccess_share li:last-child{
    margin-right: 0;
}

.orderSuccess_btn{
    width: 2.34rem;
    height: 0.36rem;
    background: url(../img/pop/personal_btn.png) no-repeat top center;
    background-size: 100%;
    cursor: pointer;
    margin: 0.3rem auto 0;
    font-size: 0;
}

.orderErrorBox{
    display: none;
    width: 9.74rem;
    height: 4.78rem;
    background: url(../img/pop/notice_box1.png) no-repeat top center;
    background-size: 100% 3.78rem;
}
.orderErrorClose{
    width: 0.88rem;
    height: 0.78rem;
    background: url(../img/pop/close.png) no-repeat top center;
    background-size: 100%;
    position: absolute;
    bottom: 0.1rem;
    left: 4.43rem;
    cursor: pointer;
}
.orderErrorBox .sy-content{
    width: 7.39rem;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 1.6rem;
}
.orderErrorBox h1{
    width: 3.18rem;
    height: auto;
    margin: 0 auto;
    font-size: 0.42rem;
    color: #85caff;
    text-align: center;
    line-height: 0.68rem;
    background: url(../img/pop/notice_line.png) no-repeat bottom center;
    background-size: 100% 0.09rem;
}
.orderErrorBox p{
    display: block;
    width: 100%;
    font-size: 0.18rem;
    color: #3f6ebe;
    text-align: center;
    margin-top: 0.15rem;
}
.orderErrorBox p span{
    font-size: 0.18rem;
    color: #3f6ebe;
}

.orderError_btn{
    width: 2.34rem;
    height: 0.36rem;
    background: url(../img/pop/personal_btn.png) no-repeat top center;
    background-size: 100%;
    cursor: pointer;
    margin: 0.25rem auto 0;
    font-size: 0;
}

.emptyPrizeBox{
    display: none;
    width: 9.74rem;
    height: 4.78rem;
    background: url(../img/pop/pop_box.png) no-repeat top center;
    background-size: 100% 3.78rem;
}
.emptyPrizeClose{
    width: 0.88rem;
    height: 0.78rem;
    background: url(../img/pop/close.png) no-repeat top center;
    background-size: 100%;
    position: absolute;
    bottom: 0.1rem;
    left: 4.43rem;
    cursor: pointer;
}
.emptyPrizeBox .sy-content{
    width: 7.39rem;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 0.5rem;
}
.emptyPrizeBox h1{
    width: 7.39rem;
    height: auto;
    margin: 0 auto;
    font-size: 0.36rem;
    color: #85caff;
    text-align: center;
    line-height: 1.5;
    background: url(../img/pop/personal_line.png) no-repeat bottom center;
    background-size: 100% 0.09rem;
    padding-bottom: 0.2rem;
}
.emptyPrizeBox p{
    display: block;
    width: 100%;
    font-size: 0.18rem;
    color: #3f6ebe;
    text-align: center;
    margin-top: 0.15rem;
}
.emptyPrize_btn{
    width: 2.34rem;
    height: 0.36rem;
    background: url(../img/pop/personal_btn.png) no-repeat top center;
    background-size: 100%;
    cursor: pointer;
    margin: 0.3rem auto 0;
    font-size: 0;
}

.getPrizeBox{
    display: none;
    width: 9.74rem;
    height: 4.78rem;
    background: url(../img/pop/pop_box.png) no-repeat top center;
    background-size: 100% 3.78rem;
}
.getPrizeClose{
    width: 0.88rem;
    height: 0.78rem;
    background: url(../img/pop/close.png) no-repeat top center;
    background-size: 100%;
    position: absolute;
    bottom: 0.1rem;
    left: 4.43rem;
    cursor: pointer;
}
.getPrizeBox .sy-content{
    width: 7.39rem;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 0.7rem;
}
.prizeName{
    color: red;
}
.getPrizeBox h1{
    width: 7.39rem;
    height: auto;
    margin: 0 auto;
    font-size: 0.28rem;
    color: #85caff;
    text-align: left;
    line-height: 1.5;
    background: url(../img/pop/personal_line.png) no-repeat bottom center;
    background-size: 100% 0.09rem;
    padding-bottom: 0.2rem;
}
.getPrizeBox p{
    display: block;
    width: 100%;
    font-size: 0.18rem;
    color: #3f6ebe;
    text-align: center;
    margin-top: 0.15rem;
}
.getPrize_btn{
    width: 2.34rem;
    height: 0.36rem;
    background: url(../img/pop/personal_btn.png) no-repeat top center;
    background-size: 100%;
    cursor: pointer;
    margin: 0.4rem auto 0;
    font-size: 0;
}

.prizeListBox{
    display: none;
    width: 11.13rem;
    height: 7rem;
    background: url(../img/pop/reward_box.png) no-repeat top center;
    background-size: 100% 6rem;
}
.prizeListClose{
    width: 0.88rem;
    height: 0.78rem;
    background: url(../img/pop/close.png) no-repeat top center;
    background-size: 100%;
    position: absolute;
    bottom: 0.1rem;
    left: 5.12rem;
    cursor: pointer;
}
.prizeListBox .sy-content{
    width: 8.12rem;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 0.5rem;
}
.prizeList_menus{
    width: 5.4rem;
    height: 0.36rem;
    margin: 0.08rem auto 0;
}
.prizeList_menus li{
    float: left;
    width: 2.35rem;
    height: 0.36rem;
    font-size: 0.22rem;
    color: #85caff;
    text-align: center;
    line-height: 0.36rem;
    cursor: pointer;
    background: url(../img/pop/appointment_btn2.png) no-repeat bottom center;
    background-size: 100%;
}
.prizeList_menus li:last-child{
    float: right;
}
.prizeList_menus li.active{
    background: url(../img/pop/appointment_btn1.png) no-repeat bottom center;
    background-size: 100%;
}
.prizeListBox h1{
    width: 7.95rem;
    height: auto;
    margin: 0.4rem auto 0;
    font-size: 0.2rem;
    color: #85caff;
    text-align: left;
    line-height: 1.5;
    background: url(../img/pop/result_line.png) no-repeat bottom center;
    background-size: 100% 0.09rem;
    padding: 0 0 0.1rem 0.1rem;
}
.prizeLists{
    width: 8.12rem;
    height: 3.44rem;
    overflow: auto;
    margin: 0.2rem auto 0;
}
.prizeLists li{
    width: 100%;
    height: 1.08rem;
    background: url(../img/pop/reward_box1.png) no-repeat bottom center;
    background-size: 100%;
    margin-bottom: 0.1rem;
}
.prize_img{
    width: 0.83rem;
    height: 0.83rem;
    background: url(../img/pop/reward_icon.png) no-repeat top center;
    background-size: 100%;
    float: left;
    margin: 0.13rem 0.1rem 0 0.1rem;
}
.prize_main{
    width: 4.8rem;
    height: 100%;
    font-size: 0.2rem;
    color: #3d6ab7;
    overflow: hidden;
    padding-top: 0.12rem;
    float: left;
}
.prize_main p{
    margin-bottom: 0.04rem;
    overflow: hidden;
}
.prize_main p span{
    color: #2296f0;
    font-size: 0.24rem;
    vertical-align: baseline;
}
.prizeBtn{
    width: 1.91rem;
    height: 0.35rem;
    background: url(../img/pop/appointment_code.png) no-repeat top center;
    background-size: 100%;
    float: right;
    font-size: 0.22rem;
    color: #85caff;
    text-align: center;
    line-height: 0.35rem;
    margin: 0.36rem 0.1rem 0 0;
    cursor: pointer;
}
.prizeBtn.disabled{
    cursor: not-allowed;
    filter: grayscale(100%);
}
.videoBox{
    display: none;
    width: 10.2rem;
    height: 7rem;
    background: url(../img/pop/video.png) no-repeat top center;
    background-size: 100% 6rem;
}
.videoClose{
    width: 0.88rem;
    height: 0.78rem;
    background: url(../img/pop/close.png) no-repeat top center;
    background-size: 100%;
    position: absolute;
    bottom: 0.1rem;
    left: 4.43rem;
    cursor: pointer;
}
.videoBox .sy-content{
    width: 9rem;
    height: 5.6rem;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 0.5rem;
}
.videoBox .sy-content video{
    display: block;
    width: 100%;
    height: 100%;
    background: black;
}
.addressBox{
    display: block;
    width: 8.9rem;
    height: 7rem;
    background: url(../img/pop/address.png) no-repeat top center;
    background-size: 100% 6rem;
}
.addressClose{
    width: 0.88rem;
    height: 0.78rem;
    background: url(../img/pop/close.png) no-repeat top center;
    background-size: 100%;
    position: absolute;
    bottom: 0.1rem;
    left: 4rem;
    cursor: pointer;
}
.addressBox h1{
    width: 100%;
    font-size: 0.3rem;
    text-align: center;
    color: #85caff;
    margin-top: 0.6rem;
}
.addressBox .form{
    width: 5.8rem;
    margin: 0.7rem auto 0;
    overflow: hidden;
}
.addressBox .input-item{
    width: 100%;
    height: 0.42rem;
    overflow: hidden;
    margin-bottom: 0.3rem;
}
.addressBox .input-item span{
    display: block;
    float: left;
    width: 1.25rem;
    height: 0.35rem;
    font-size: 0.18rem;
    color: #78b7e7;
    line-height: 0.35rem;
    text-align: left;
    box-sizing: border-box;
}
.addressBox .input-item input{
    display: block;
    float: left;
    width: 4.51rem;
    height: 0.42rem;
    font-size: 0.18rem;
    color: #469fe3;
    line-height: 0.42rem;
    background: url(../img/mo/pop/appointment_input1.png) no-repeat top center;
    background-size: 100%;
    outline: none;
    border: none;
    padding: 0 0.25rem;
    box-sizing: border-box;
}
.addressConfirm{
    width: 2.35rem;
    height: 0.36rem;
    background: url(../img/pop/appointment_btn1.png) no-repeat top center;
    background-size: 100%;
    cursor: pointer;
    font-size: 0.2rem;
    margin: 0.5rem auto 0;
    line-height: 0.36rem;
    text-align: center;
    color: #7fc2f6;
}

.errorInfoBox{
    display: none;
    width: 9.74rem;
    height: 4.78rem;
    background: url(../img/pop/pop_box.png) no-repeat top center;
    background-size: 100% 3.78rem;
}
.errorInfoClose{
    width: 0.88rem;
    height: 0.78rem;
    background: url(../img/pop/close.png) no-repeat top center;
    background-size: 100%;
    position: absolute;
    bottom: 0.1rem;
    left: 4.43rem;
    cursor: pointer;
}
.errorInfoBox .sy-content{
    width: 7.39rem;
    height: 3.78rem;
    overflow: hidden;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.errorInfoBox p{
    display: block;
    width: 100%;
    font-size: 0.24rem;
    color: #3f6ebe;
    text-align: center;
    margin-top: 0.1rem;
}

.comeSoonBox{
    display: none;
    width: 9.74rem;
    height: 4.78rem;
    background: url(../img/pop/pop_box.png) no-repeat top center;
    background-size: 100% 3.78rem;
}
.comeSoonClose{
    width: 0.88rem;
    height: 0.78rem;
    background: url(../img/pop/close.png) no-repeat top center;
    background-size: 100%;
    position: absolute;
    bottom: 0.1rem;
    left: 4.43rem;
    cursor: pointer;
}
.comeSoonBox .sy-content{
    width: 7.39rem;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 1.25rem;
}
.comeSoonBox p{
    display: block;
    width: 100%;
    font-size: 0.28rem;
    color: #3f6ebe;
    text-align: center;
}