html{
    background-color: #0D2848;
}
.banner{
    position: relative;
    width: 100%;
}
.banner .scene{
    position:absolute;
    cursor: pointer;
    width: 30px;
    height: 42px;
}
.banner .scene1{
    left:58%;
    bottom: 24.18%;
    background: url(../img/scene/1.png) left top no-repeat;
    background-size: 100% 100%; 
}
.banner .scene1:hover{
    background: url(../img/scene/a1.png) left top no-repeat;
    background-size: 100% 100%; 
}
.banner .scene2{
    right:24.74%;
    bottom: 30%;
    background: url(../img/scene/2.png) left top no-repeat;
    background-size: 100% 100%; 
}
.banner .scene2:hover{
    background: url(../img/scene/a2.png) left top no-repeat;
    background-size: 100% 100%; 
}
.banner .scene3{
    left:41.77%;
    bottom: 33.94%;
    background: url(../img/scene/3.png) left top no-repeat;
    background-size: 100% 100%; 
}
.banner .scene3:hover{
    background: url(../img/scene/a3.png) left top no-repeat;
    background-size: 100% 100%; 
}
.banner .scene4{
    left:46.25%;
    bottom: 32.52%;
    background: url(../img/scene/4.png) left top no-repeat;
    background-size: 100% 100%; 
}
.banner .scene4:hover{
    background: url(../img/scene/a4.png) left top no-repeat;
    background-size: 100% 100%; 
}
.banner .scene5{
    left:40.625%;
    bottom: 25.81%;
    background: url(../img/scene/5.png) left top no-repeat;
    background-size: 100% 100%; 
}
.banner .scene5:hover{
    background: url(../img/scene/a5.png) left top no-repeat;
    background-size: 100% 100%; 
}
.banner .scene6{
    left:30.65%;
    bottom: 23.88%;
    background: url(../img/scene/6.png) left top no-repeat;
    background-size: 100% 100%; 
}
.banner .scene6:hover{
    background: url(../img/scene/a6.png) left top no-repeat;
    background-size: 100% 100%; 
}
.banner .scene7{
    left:32.34%;
    bottom: 27.13%;
    background: url(../img/scene/7.png) left top no-repeat;
    background-size: 100% 100%; 
}
.banner .scene7:hover{
    background: url(../img/scene/a7.png) left top no-repeat;
    background-size: 100% 100%; 
}
.banner .scene8{
    left:34.42%;
    bottom: 29.78%;
    background: url(../img/scene/8.png) left top no-repeat;
    background-size: 100% 100%; 
}
.banner .scene8:hover{
    background: url(../img/scene/a8.png) left top no-repeat;
    background-size: 100% 100%; 
}
.banner .scene9{
    left:36.82%;
    bottom: 30.28%;
    background: url(../img/scene/9.png) left top no-repeat;
    background-size: 100% 100%; 
}
.banner .scene9:hover{
    background: url(../img/scene/a9.png) left top no-repeat;
    background-size: 100% 100%; 
}
.banner video{
    width: 100%;
    vertical-align: middle;
}
.w1200{
    width: 1200px;
    margin:0 auto;
}
.partTitle{
    display: flex;
    justify-content: center;
    padding-top: 80px; 
    position: relative;
    line-height: 36px;
    font-size: 36px;
    font-weight: 700;
    color:#fff;
    letter-spacing: 1.8px;
} 
.partTitle span{
    vertical-align: middle;
}
.partTitle img{
    position: absolute;
    left: 475px;
    bottom: 0px;
    height: 25px;
}
.partTitleCol{
    color: #ff7200;
}
.part1Content{
    position: relative;
    height: 673px;
}
.part_item_content{
    width: 377px;
    padding-left: 0;
    box-sizing: border-box;
}
.part1_item{
    position: absolute;
    box-sizing: border-box;
}
.part1_item h3{
    line-height: 33px;
    font-size: 24px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    letter-spacing: 2.4px;
    margin-bottom: 10px;
}
.part1_item p{
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 26px;
    padding-left:43px ;
}
.part1_item button{
    display: block;
    margin: 36px auto 0;
    width: 160px;
    background: #45bbff;
    border-radius: 20px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: #0f233b;
    line-height: 40px;
    cursor: pointer;
}
.part1_item button:hover{
    background-color: #FF7200;
    color: #ffffff;
}
.part1_item_1{
    top: 53px;
    left: 0px;
    width: 587px;
    height: 252px;
    background: url(../img/cp1.png) left top no-repeat;
    background-size: 100% 100%;
}
.part1_item h3{
    padding-top:35px ;
}
.part1_item_2{
    display: flex;
    justify-content: flex-end;
    top: 60px ;
    right: 0px;
    width: 585px;
    height: 250px;
    background: url(../img/cp2.png) left top no-repeat;
    background-size: 100% 100%;
}
.part1_item_3{
    bottom: 88px;
    left: 0px;
    width: 582px;
    height: 250px;
    background: url(../img/cp3.png) left top no-repeat;
    background-size: 100% 100%;
}
.part1_item_3 h3{
    padding-top: 60px;
}

.part1_item_4{
    display: flex;
    justify-content: flex-end;
    bottom: 80px;
    right: 0px;
    width: 588px;
    height: 252px;
    background: url(../img/cp4.png) left top no-repeat;
    background-size: 100% 100%;
}
.part1_item_4 h3{
    padding-top: 63px;
}
.part2{
 background: #0f3051;   
}

.newproduct{
    justify-content: flex-start;
    width: 1200px;
    margin-top: 60px;
}
.newproduct li{
    height: 607px;
    width: 384px;
    background: url(../img/newProductBf.png) left top no-repeat;
    background-size: 100% 100%;
    margin-left: 26.5px;
    cursor: pointer;
}
.newproduct li:hover{
    background: url(../img/newProductBf2.png) left top no-repeat;
    background-size: 100% 100%;
}
.newproduct li:hover button{
    background: #ff7200;
    color: #fff;
}
.newproduct li:first-child{
    margin-left: 0px;
}
.ncp1{
    display: block;
    margin: 32px auto 53px;
    width:218px;
    height: 163px;
}
.ncp2{
    display: block;
    margin: 32px auto 41px;
    width:170px;
    height: 176px;
}
.ncp3{
    display: block;
    margin: 42px auto 41px;
    width:223px;
    height: 165px; 
}
.newproduct li{
    position: relative;
}
.newproduct h3{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
    letter-spacing: 2.4px;
    margin-bottom: 17px;
}
.newproduct p{
    font-size: 16px;
    font-weight: 400;
    text-align:justify;
    color: #ffffff;
    line-height: 26px;
    letter-spacing: 0.21px;
    padding-left: 21px;
    padding-right: 21px;
}
.newproduct button{
    position: absolute;
    left: 50%;
    bottom: 24px;
    margin-left: -95px;
    width: 190px;
    height: 40px;
    background: #45bbff;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #004f7d;
    line-height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
}
.webinerVideo{
    margin-top: 62px;
}
.webinerVideoWrap{
    position: relative;
    width:510px;
    height:340px;
    overflow:hidden ;
}
.webinerVideoWrap .indexVideo {
    width: 100%!important;
    height: 100%!important;
    transition: all 0.5s;
}
.webinerVideoWrap .videoBg:hover{
    transform: scale(1.1);
}
.webinerVideoWrap span{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -34px;
    margin-top: -34px;
    width:68px;
    height: 68px;
    background: url(../img/playBtn.png) left top no-repeat;
    background-size: 100% 100%;
}
.companyIndec{
    flex: 1;
    padding:25px 25px 0 39px ;
    background: rgba(0,79,125,0.3);
    box-sizing: border-box;
    height:340px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 26px;
    letter-spacing: 0.48px;
}
.companyIndec li{
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    line-height: 24px;
    letter-spacing: 0.8px;
}
.highIndes{
    margin-top: 30px;
    align-items: flex-end;
    justify-content:space-between;
}
.highIndes button{
    width: 160px;
    height: 40px;
    background: #45bbff;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #004f7d;
    line-height: 40px;
    border:none;
    outline: none;
    cursor: pointer;
}
.highIndes button:hover{
    background-color: #FF7200;
    color: #ffffff;
}
.techQuestTxt{
    margin-top: 60px;
    height: 68px;
    padding-left: 25px;
    padding-right: 50px;
    padding-top: 14px;
    box-sizing: border-box;
    background: #092C51;
    align-items: flex-start;
}
.techQuestTxt input{
    padding-left: 12px;
    box-sizing: border-box;
    width: 999px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background: #18395b;
    border: none;
    font-size: 14px;
    color: #fff;
    margin-right: 28px;
    outline: none;
}
.techQuestTxt button{
    width: 98px;
    height: 40px;
    background: #45bbff;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #004f7d;
    line-height: 40px;
    outline: none;
    border: none;
    cursor: pointer;
}
.techQuest{
    height: 500px;
    background: #002144;
    overflow: auto;
}
.part3{
    padding-bottom: 65px;
}
.part4{
    background: #0f2641;
}
#prize_area {
    display: flex;
}

#prilist {
    width: 675px !important;
    display: flex;
    flex-wrap: wrap;
    margin-right: 36px;
}

#prilist li {
    width: 219px;
    height: 151px;
    background: #fff;
    border-radius: 8px;
    margin-right: 9px;
    margin-bottom: 9px;
    color: #333333;
}

#prilist li.active {
    background: #d7f1ff;
}

#prilist li:nth-child(3n) {
    margin: 0;
}

#winner_list {
    flex: 1;
}

.draw-list-item {
    position: relative;
    text-align: center;
}

.draw-list-item p {
    position: absolute;
    bottom: 14px;
    left: 0px;
    width:100%;
    text-align: center;
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    color: #333333;
    line-height: 17px;
}

.draw-list-item img {
    vertical-align: middle;
}

.roll-1 img {
    width: 60px;
    height: 92px;
    margin-top: 15px;
}

.roll-2 img {
    width: 85px;
    height: 70px;
    margin-top: 31px;
}

.roll-3 img {
    width: 65px;
    height: 47px;
    margin-top: 43px;
}

.roll-4 img ,
.roll-6 img {
    width: 100px;
    margin-top: 37px;
}

.roll-5 img {
    width: 65px;
    margin-top: 50px;
}

.roll-7 img {
    width: 59px;
    margin-top: 44px;
}

.roll-8 img{
    width: 100px;
    margin-top: 44px;
}

#prilist .draw-list-click {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 219px;
    height: 152px;
    background: #ff7200;
    border: 2px solid #fff561;
    border-radius: 8px;
    font-size: 25px;
    font-weight: 700;
    color: #FFFFFF;
    cursor: pointer;
    box-sizing: border-box;
}

#prilist .draw-list-click:hover {
    background: #FF943E;
}

.draw-winlist-box {
    display: flex;
    align-items: center;
    background: #197C99;
    border-radius: 8px;
    padding: 14px
}

.draw-winlist-box>b {
    padding-left: 12px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 30px;
}
.cjWrap{
    margin-top: 60px;
}
.cjRule{
  flex: 1;
}
.zjMd>span{
    padding: 55px 18px 0;
    box-sizing: border-box;
    width: 55px;
    height: 228px;
    background: #ff7200;
    border-radius: 8px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    line-height: 30px;
}
#jq_marquee_box{
    flex: 1;
    margin-left: 4px;
    height: 228px;
    background: #f9f9f9;
    border-radius: 4px;
    overflow: hidden;
}
#jq_marquee_box ul{
    font-size: 15px;
    text-align: left;
    color: #515151;
    line-height: 30px;
    padding-left: 30px;
}

#jq_marquee_box ul li em:first-child{
    width: 86px;
    font-size: 15px;
    text-align: left;
    color: #515151;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#jq_marquee_box ul  span{
    text-align: left;
    color: #fd7201;
    margin-left: 80px;
    margin-right: 50px;
}
#jq_marquee_box ul li em:last-child{
    color: #333333;
}

.activities h3{
    font-size: 13px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 18px;
    padding-top: 43px;
    padding-bottom: 13px;
}
.activities p{
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #cccccc;
    line-height: 23px;
}
.companyIntrContent{
    justify-content: space-between;
    align-items: flex-end;
}
.companyIntr{
    margin-top: 80px;
    height: 378px;
    background: url(../img/jsBg.png) left top no-repeat;
    background-size: 100% 100%;
}
.companyWord{
    width: 833px;
}
.companyWord img{
    width: 154px;
    padding-top: 54px;
}
.companyWord p{
    margin-top: 24px;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    color: #ffffff;
    line-height: 28px;
}

.ercodeWrap img{
    width: 228px;
    height: 228px;
    vertical-align: middle;
}
.ercodeWrap p{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
    letter-spacing: 1.6px;
    margin-top: 22px;
}

.question{
    position: relative;
    display: inline-block;
    margin-left: 97px;
    padding: 13px 26px 13px 32px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #333333;
    letter-spacing: 0.8px;
    background: #ffffff;
    border-radius: 0px 10px 10px 10px;
}
.question::before{
    content:"Q1";
    position: absolute;
    left: -66px;
    top:0px;
    width: 46px;
    height: 46px; 
    background: #deeeff;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    color: #1e3251;
    letter-spacing: 1.2px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
}
.question2::before{
    content:"Q2";
}
.question3::before{
    content:"Q3";
}
.question4::before{
    content:"Q4";
}
.question1{
    margin-top: 34px;
}
.answer{
    position: relative;
    margin-top: 79px;
    margin-bottom: 79px;
    margin-right: 91px;
    position: relative;
    float: right;
    width: 902px;
    padding: 25px 17px 25px 27px;
    background: #ffffff;
    border-radius: 10px;
}
.answer::before{
    position: absolute;
    right: -48px;
    top: -48px;
    content: "";
    width:46px ;
    height: 46px;
    background: url(../img/face.png) left top no-repeat;
    background-size: 100% 100%;
}
.answerWrap::after{
    content:'';
    display: block;
    clear: both;
    visibility:hidden;
}
.answer p{
    font-size: 16px;
    font-weight: 700;
    text-align: justify;
    color: #333333;
    line-height: 26px;
}
.answer ul{
    margin-top: 11px;
}
.answer li{
    position: relative;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #333333;
    line-height: 24px;
    padding-left:30px ;
}
.answer li::before{
    content:'';
    position: absolute;
    left: 10px;
    top: 9px;
    display: block;
    width: 6px;
    height:6px;
    border-radius: 3px;
    background: #FF7200;
}
/* /滚动条整体样式/ */
.techQuest::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.techQuest::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    background: #163D65;
}
.techQuest::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    border-radius: 0;
    background: #002144;
}
.scencePop{
    display: none;
    position: absolute;
    left: 50%;
    bottom: 9.86%;
    height: 438px;
    margin-left: -402px;
}
.scencePop img{
    height: 100%;
    width: auto;
}
.scencePop button{
    position: absolute;
    left: 50%;
    bottom:14px ;
    width: 260px;
    height: 40px;
    margin-left: -130px;
    background: #ff7200;
    border-radius: 20px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    letter-spacing: 1.6px;
    padding-left: 64px;
    border: none;
    outline: none;
    cursor: pointer;
}
.scencePop button::before{
    content:"";
    position: absolute;
    left: 40px;
    top: 11px;
    width: 18px;
    height: 19px;
    background: url(../img/scene/downLoad.png) left top no-repeat;
    background-size: 100% 100% ;
}
.scenceClose{
    position: absolute;
    right: -25px;
    top: -25px;
    width: 36px;
    height: 36px;
    background: url(../img/scene/close.png) left top no-repeat;
    background-size: 100% 100% ;
    cursor: pointer;
}
.fixedRight{
    position: fixed;
    right: 50px ;
    top:300px;
    width: 101px;
    height: 102px;
    background: url(../img/fixedBg.png) left top no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.fixedRight p{
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #0f233b;
    letter-spacing: 1.8px;
    line-height: 24px;
    padding-top: 24px;
    padding-left: 38px;
}
.fixedRight span{
    position: absolute;
    right: -9px;
    top: -9px;
    width: 14px;
    height: 14px;
    background: url(../img/fixedClose.png) left top no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
/* 抽奖相关弹窗 */
@media screen and (max-width: 750px) {
    .banner .scene{
        width: 0.3rem;
        height: 0.42rem;
    }
    .banner .scene1{
        bottom: 13.89%;
        left: 59.33%;
    }
    .banner .scene2{
        bottom: 19.444%;
        right: 15.33%;
    }
    .banner .scene3{
        /* bottom: 23.29%;
        right: 56%; */
        bottom: 24.29%;
        right: 56.6%;
    }
    .banner .scene4{
        bottom: 23.29%;
        right: 46%;
    }
    .banner .scene5{
        bottom: 15.17%;
        left: 37.47%;
    }
    .banner .scene6{
        /* bottom: 11.11%;
        left: 22.67%; */
        bottom: 10.11%;
        left: 21.67%;;
    }
    .banner .scene7{
        bottom: 16.03%;
        left: 25.47%;
    }
    .banner .scene8{
        /* bottom: 19.23%; */
        /* left: 28%; */
        bottom: 20.23%;
        left: 29%;
    }
    .banner .scene9{
        bottom: 20.09%;
        /* left: 32.27%; */
        left: 33.57%;
    }
    .partTitle{
        display: flex;
        justify-content: center;
        padding-top:0.61rem;
        position: relative;
        line-height:0.36rem  ;
        font-size: 0.36rem;
        font-weight: 700;
        color: #fff;
        letter-spacing: 1.8px;
    }
    .partTitle img {
        position: absolute;
        left: 30vw;
        bottom: 0px;
        height: 0.32rem;
    }
    .part1Content{
        margin-top: 0.6rem;
        height: auto;
        padding: 0 0.24rem;
    }
    .part1_item{
        position: relative;
        left: 0px;
        top: 0px;
        width:100% ;
        height: 2.7rem!important;
        background: url(../img/mobile/cp.png) left top no-repeat;
        background-size: 100% 100%;
        margin-bottom: 0.23rem;
    }
    .part1_item_2,.part1_item_4{
        background: url(../img/mobile/cpR.png) left top no-repeat;
        background-size: 100% 100%;
    }
    .part1_item h3{
        text-align: center;
        line-height: 0.42rem;
        font-size: 0.3rem;
        font-family: PingFang SC, PingFang SC-Bold;
        font-weight: 700;
        color: #ffffff;
        letter-spacing: 0.03rem;
        padding-top:0.32rem;
        margin-bottom: 0.1rem;
    }
    .part_item_content{
        position: relative;
        width: 4.47rem;
        height: 100%;
        font-size: 0.22rem;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
        box-sizing: border-box;
    }
    .part1_item p{
        padding-left: 0px;
        font-size: 0.22rem;
        font-weight: 400;
        text-align: justify;
        color: #ffffff;
        line-height: 0.31rem;
    }
    .part1_item button{
        position: absolute;
        bottom:0.2rem ;
        left: 50%;
        margin-left:-1rem ;
        width: 2rem;
        background: #45bbff;
        border-radius: 0.27rem;
        font-size: 0.22rem;
        font-weight: 400;
        line-height: 0.54rem;
    }
    .part1_item::after{
        content:"";
        position: absolute;
        top:0.35rem;
        width: 2rem;
        height: 2rem;
    }
    .part1_item_1::after{
        right: 0.55rem;
        background:url(../img/mobile/cp1.png) left top no-repeat;
        background-size:  100% 100% ;
    }  
    .part1_item_2::after{
        left: 0.52rem;
        background:url(../img/mobile/cp2.png) left top no-repeat;
        background-size:  100% 100% ;
    }  
    .part1_item_3::after{
        right: 0.55rem;
        background:url(../img/mobile/cp3.png) left top no-repeat;
        background-size:  100% 100% ;
    }   
    .part1_item_4::after{
        left: 0.52rem;
        background:url(../img/mobile/cp4.png) left top no-repeat;
        background-size:  100% 100% ;
    }   
    .newProductSwiper{
        position: relative;
        margin-top: 0.58rem;
        padding-bottom: 0.7rem;
    }
    .newProductSwiper .ncp1{
        display: block;
        margin: 0.58rem auto 1rem;
        width: 4rem;
        height: 2.99rem;
    }
    .newProductSwiper .ncp2{
        width: 2.88rem;
        height: 2.99rem;
        margin: 0.76rem auto 0.84rem;
    }
    .newProductSwiper .ncp3{
        width: 3.8rem;
        height: 2.8rem;
        margin: 0.74rem auto 1.05rem;
    }
    .newProductSwiper{
        overflow: hidden;
        width: 100%;
    }
    .newProductSwiper li{
        position: relative;
        padding: 0 0.23rem;
        height: 10.47rem;
        background: url(../img/mobile/np_bg.png) left top no-repeat;
        background-size: 100% 100%;
        box-sizing: border-box;
        background-origin: content-box;
    }
    .newProductSwiper h3{
        font-size: 0.3rem;
        font-weight: 700;
        text-align: center;
        color: #ffffff;
        line-height: 0.42rem;
        letter-spacing: 0.03rem;
    }
    .newProductSwiper p{
        padding: 0.42rem 0.25rem 0;
        font-size: 0.24rem;
        font-weight: 400;
        text-align: justify;
        color: #ffffff;
        line-height: 0.47rem;
        letter-spacing: 0.31px;
    }
    .newProductSwiper li button{
        position: absolute;
        bottom: 0.48rem;
        left: 50%;
        margin-left: -1.7rem;
        width: 3.4rem;
        height: 0.78rem;
        background: #45bbff;
        border-radius: 0.39rem;
        font-weight: 400;
        text-align: center;
        color: #004f7d;
        line-height: 0.78rem;
        border: none;
        outline: none;
    }
    .webinerVideo{
        display: block;
        padding:  0 0.24rem; 
        width:100%;
        box-sizing: border-box;
        margin-top: 0.62rem;
    }
    .webinerVideoWrap{
        width: 100%;
        height: auto;
    }
    .companyIndec {
        flex: 1;
        padding: 0.4rem 0.2rem 0;
        background: rgba(0,79,125,0.3);
        box-sizing: border-box;
        font-size: 0.24rem;
        font-weight: 400;
        text-align: justify;
        color: #ffffff;
        line-height: 0.4rem;
        letter-spacing: 0.48px;
    }
    .companyIndec .highIndes{
        display: block;
        margin-top: 0.29rem;
    }
    .companyIndec ul li{
        font-size: 0.24rem;
        font-weight: 400;
        text-align: left;
        color: #ffffff;
        line-height: 0.4rem;
    }
    .companyIndec ul li:first-child{
        font-weight: 700;
    }
    .companyIndec .highIndes button{
        width: 2.6rem;
        height: 0.8rem;
        background: #45bbff;
        border-radius: 0.8rem;
        font-size: 0.28rem;
        font-weight: 400;
        color: #004f7d;
        line-height: 0.8rem;
        margin-top: 0.55rem;
    }
    .companyIndec{
        height: auto;
        padding-bottom: 0.78rem;
    }
    .part3{
        padding-bottom: 0px;
    }
    .techQuestTxt {
        margin-top: 0.6rem;
        height: 1rem;
        padding-left: 0.15rem;
        padding-right: 0px;
        padding-top: 0.16rem;
        box-sizing: border-box;
        background: #092C51;
        align-items: flex-start; 
    }
    .techQuestTxt input{
        padding-left: 0.2rem;
        width: 5.07rem;
        height: 0.68rem;
        line-height: 0.68rem;
        border-radius: 0.2rem;
        background: #18395b;
        border: none;
        font-size: 0.28rem;
        color: #fff;
        margin-right: 0.13rem;
        outline: none;
    }
    .wd .w1200{
        padding:0 0.24rem ;
        box-sizing: border-box;
    }
    .techQuestTxt button{
        width: 1.6rem;
        height: 0.68rem;
        background: #45bbff;
        border-radius: 0.34rem;
        font-size: 0.24rem;
        font-weight: 700;
        text-align: center;
        color: #004f7d;
        line-height: 0.68rem;
        outline: none;
        border: none;
        cursor: pointer;
    }
    .question{
        width: 4.2rem;
        box-sizing: border-box;
        margin-left: 0.9rem;
        padding: 0.16rem 0.43rem;
        line-height: 0.4rem;
        font-size: 0.24rem;
        font-weight: 700;
        text-align: left;
        color: #333333;
        background: #ffffff;
        border-radius: 0px 0.1rem 0.1rem 0.1rem;
        word-break: break-all;
    }
    .question::before {
        position: absolute;
        left: -0.74rem;
        top: 0px;
        width: 0.58rem;
        height: 0.58rem;
        background: #deeeff;
        font-size: 0.32rem;
        font-weight: 700;
        text-align: left;
        color: #1e3251;
        letter-spacing: 1.2px;
        line-height: 0.58rem;
        text-align: center;
        border-radius: 50%;
    }
    .answer { 
        position: relative;
        margin-top: 1.27rem;
        margin-bottom:  1.27rem;
        margin-right: 0.13rem;
        position: relative;
        float: right;
        width: 6.66rem;
        padding: 0.28rem 0.23rem;
        background: #ffffff;
        border-radius: 0.1rem;
        box-sizing: border-box;
    }
    .answer p{
        font-size: 0.24rem;
        font-weight: 700;
        color: #333333;
        line-height: 0.36rem; 
    }
    .answer ul{
        margin-top: 0.2rem;
    }
    .answer li {
        font-size: 0.2rem;
        font-weight: 700;
        text-align: justify;
        color: #333333;
        line-height: 0.3rem;
        padding-left: 0.3rem;
    }
    .answer li::before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0.1rem;
        display: block;
        width: 0.12rem;
        height: 0.12rem;
        border-radius: 50%;
        background: #FF7200;
    }
    .answer::before{
        width: 0.57rem;
        height: 0.57rem;
        right: 0px;
        top: -0.77rem;
    }
    .question1{
        margin-top: 0.54rem;
    }
    .techQuest{
        height: 8rem;
    }
    .cjWrap{
       margin-top: 0.6rem; 
       padding: 0 0.24rem;
    }
    #prilist{
        width: 100%!important;
    }
    #prize_area{
        display: block;
    }
    #prilist li,#prilist .draw-list-click{
        width: 2.28rem;
        height:1.57rem;
        margin-right: 0.09rem;
        margin-bottom: 0.09rem;
    }
    .draw-list-item p{
        bottom: 0.12rem;
        left: 0px;
        width: 100%;
        text-align: center;
        font-size: 0.2rem;
        font-family: PingFang SC, PingFang SC-Regular;
        font-weight: 400;
        color: #333333;
        line-height: 0.28rem;
    }
    .draw-list-item img{
        display: block;
        margin: 0 auto;
    }
    .roll-1 img{
        width: 0.67rem;
        height: 1.04rem;
        margin-top: 0.15rem;
    }
    .roll-2 img {
        width: 1.04rem;
        height: 0.86rem;
        margin-top: 0.2rem;
    }
    .roll-3 img,.roll-5 img {
        width: 0.88rem;
        height: 0.83rem;
        margin-top: 0.32rem;
    }
    .roll-8 img{
        width: 1.38rem;
        height:0.85rem;
        margin-top: 0.2rem;
    }
    #prilist .draw-list-click {
        border: 0.02rem solid #fff561;
        border-radius: 0.08rem;
        font-size: 0.29rem;
        font-weight: 700;
    }
    .roll-4 img,.roll-6 img{
        width: 1.2rem;
        height:0.76rem;
        margin-top: 0.26rem;
    }
    .roll-7 img{
        width: 0.71rem;
        height: 0.71rem;
        margin-top: 0.29rem;
    }
    .zjMd>span {
        padding: 0.8rem 0.25rem 0;
        box-sizing: border-box;
        width: 0.8rem;
        height: 3.27rem;
        background: #ff7200;
        border-radius: 0.1rem;
        font-size: 0.3rem;
        line-height: 0.42rem;
    }
    #jq_marquee_box {
        margin-left: 0.06rem;
        height: 3.27rem;
        background: #f9f9f9;
        border-radius: 0.1rem;
        overflow: hidden;
    }
    #jq_marquee_box ul {
        font-size: 0.24rem;
        text-align: left;
        color: #515151;
        line-height: 0.42rem;
        padding-left: 0.46rem;
    }
    #jq_marquee_box ul span{
        margin-left: 0.95rem;
        margin-right: 0.85rem;
    }
    .zjMd{
        margin-top: 0.3rem;
    }
    .activities h3{
        font-size: 0.28rem;
        line-height: 0.4rem;
        padding-bottom: 0.22rem;
        padding-top: 0.54rem;
    }
    .activities p{
        font-size: 0.24rem;
        color: #cccccc;
        line-height: 0.38rem;
    }
    .part4{
        padding-bottom: 0.6rem;
    }
    .npBtn{
        position: absolute;
        left: 0.1rem;
        top:4.27rem ;
        width: 0.4rem ;
        height: 0.68rem;
        background: url(../img/mobile/swipeBtn.png) left top no-repeat;
        background-size: 100% 100%; 
        z-index: 50;
        outline: none;
    }
    .np_right{
        position: absolute;
        left: auto;
        right:0.1rem ;
        top:4.27rem ;
        width: 0.4rem ;
        height: 0.68rem;
        background: url(../img/mobile/swipeBtn.png) left top no-repeat;
        background-size: 100% 100%; 
        z-index: 50;
        transform: rotateY(180deg);
    }
    .npBtn:active{
        background: url(../img/mobile/swipeBtn_a.png) left top no-repeat;
        background-size: 100% 100%; 
        transform: rotateY(180deg);
    }
    .np_right:active{
        background: url(../img/mobile/swipeBtn_a.png) left top no-repeat;
        background-size: 100% 100%; 
        transform: rotateY(0);
    }
    .swiper-pagination{
        bottom: 0.35rem;
        height: 1.2rem;
    }
    .swiper-pagination .swiper-pagination-bullet{
        width: 0.4rem;
        height: 0.08rem;
        background: #26527E;
    }
    .swiper-pagination .swiper-pagination-bullet-active{
        background: #37A0DC;
    }
    .scencePop{
        margin-left: -3.58rem!important;
        height: 5.12rem;
        width: 7.16rem;
        bottom: auto;
        top:3.02rem ;
        z-index: 99;
    }
    .scencePop img{
        width: 100%;
        height: 100%;
    }

    .scencePop button{
        bottom: 0.24rem;
        width: 4.8rem;
        height: 0.68rem;
        margin-left: -2.4rem;
        background: #ff7200;
        border-radius: 0.34rem;
        line-height: 0.68rem;
        font-size: 0.24rem;
        font-weight: 400;
        text-align: left;
        color: #ffffff;
        letter-spacing: 0.2px;
        padding-left: 1.44rem;
    }
    .scenceClose {
        position: absolute;
        right: -0.2rem;
        top: -0.3rem;
        width: 0.36rem;
        height: 0.36rem;
        background: url(../img/scene/close.png) left top no-repeat;
        background-size: 100% 100%;
        cursor: pointer;
    }
    .scencePop button::before {
        content: "";
        position: absolute;
        left: 1.02rem;
        top: 0.18rem;
        width: 0.3rem;
        height: 0.32rem;
        background: url(../img/scene/downLoad.png) left top no-repeat;
        background-size: 100% 100%;
    }
}
