.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flexStar{
    justify-items: flex-start;
}
.w12{
    width: 1200px;
    margin:  0 auto;
}
body{
    background: #1468B2;
}
#top{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 100;
}
header{
    position: fixed;
    top: 30px;
    left: 0;
    width: 100%;
    height: 80px;
    background: #1468B2;
    z-index: 50;
}
.logo{
    width: 240px;
    height: 60px;
}
.navList li{
    position: relative;
    width: 122px;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 80px;
    cursor: pointer;
}
.navList li:hover,.navList li.active{
    background: #0f5b9e;
}
.navList li.active::after{
    content:"";
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -16px;
    width: 32px;
    height: 4px;
    background: #ffffff;
}
.banner{
    display: block;
    width: 100%;
}
.topHeight{
    height: 110px;
}
.introduce{
    position: relative;
    align-items: flex-start;
    padding-top: 100px;
}
.introLeft{
    flex: 1;
    overflow: hidden;
}
.introLeft>p{
    width:62.38%; 
    margin-left:18.75% ;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 28px;
}
.activeRule{
    display: flex;
    align-items: flex-end;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 56.77%;
}
.activeRule>img{
    width: 66.06%;
}
.ruleWord{
    padding: 2.48% 3.67%;
    flex: 1;
    box-sizing: border-box;
    background: #0092db;
}
.ruleWord h3{
    font-size: 36px;
    line-height: 50px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    margin-bottom: 22px;
}
.ruleWord p{
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 28px;
}
.introRight{
    width: 43.23%;
}
.introRight img{
    display: block;
    width: 100%;
}
.partTitle{
    margin: 80px auto 40px;
    width: 556px;
    height: 188px;
    background: url(../images/title.gif) left top no-repeat;
    background-size: 100% 100%;
    font-size: 36px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    line-height: 188px;
}
.content{   
    position: relative;
    padding: 40px 0;
    background: #0F5B9E;
    margin-bottom:10px;
    height: 490px;
    box-sizing: border-box;
}
.content::after{
    content:'';
    position: absolute;
    top: 0px;
    left: 290px;
    width: 0px;
    height: 100%;
    border-right: 1px dashed #5c92c2;
}
.contentLeft{
    width: 290px;
    padding:124px 78px 0;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 24px;
    box-sizing: border-box;
}
.contentLeft img{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.contentRight{
    flex: 1;
    padding:0 40px;
    align-items: flex-start;
    justify-content: space-between;
}
.contentRight li{
    position: relative;
    width: 250px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 25px;
    cursor: pointer;
}
.contentRight li div{
    height: 50px;
}
.contentRight li:hover::after{
    display: block;
}
.contentRight li::after{
    display: none;
    content:"";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 340px;
    background:rgba(0,0,0,0.5) url(../images/downLoad.png) 93px 138px no-repeat;
    background-size: 64px 64px;
}
.contentRight li img{
    display: block;
    margin-bottom: 20px;
    width: 100%;
}
.content3{
    margin-bottom: 0px;
}
.part2Content{
    position: relative;
    background: #0f5b9e;
    height: 694px;
}
.part2Content::after{
    content:'';
    position: absolute;
    top: 0px;
    left: 290px;
    width: 0px;
    height: 100%;
    border-right: 1px dashed #5c92c2;
}
.videoPartLeft{
    padding: 213px 77px 0;
    width: 290px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 24px;
}
.videoPartLeft img{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.videoPartRight{
    position: relative;
    padding: 40px 40px 0;
    height: 100%;
    box-sizing: border-box;
    flex: 1;
    overflow: hidden;
}
.videoSwiper{
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.videoItem{
    width: 400px;
}
.videoPoster{
    position: relative;
    height:225px ;
    cursor: pointer;
}
.videoPoster::after{
    content:"";
    position: absolute;
    left:50%;
    top: 50%;
    width:64px ;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    background:url(../images/play.png) left top no-repeat;
    background-size:  100% 100%;
    cursor: pointer;
}
.videoPoster:hover::after{
    background:url(../images/play2.png) left top no-repeat;
    background-size:  100% 100%;
}
.videoPoster1{
    background: url(../images/video/1.png) left top no-repeat;
    background-size: 100% 100%;
}
.videoPoster2{
    background: url(../images/video/2.png) left top no-repeat;
    background-size: 100% 100%;
}
.videoPoster3{
    background: url(../images/video/3.png) left top no-repeat;
    background-size: 100% 100%;
}
.videoPoster4{
    background: url(../images/video/4.png) left top no-repeat;
    background-size: 100% 100%;
}
.videoPoster5{
    background: url(../images/video/5.png) left top no-repeat;
    background-size: 100% 100%;
}
.videoPoster6{
    background: url(../images/video/6.png) left top no-repeat;
    background-size: 100% 100%;
}
.videoPoster7{
    background: url(../images/video/7.png) left top no-repeat;
    background-size: 100% 100%;
}
.videoPoster8{
    background: url(../images/video/8.png) left top no-repeat;
    background-size: 100% 100%;
}
.videoDesc{
    margin-top: 20px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 22px;
}
.videoLis1{
    margin-bottom:40px ;
}
.videoPartRight .swiper-button-next, .videoPartRight .swiper-button-prev{
    top: auto;
    bottom: 0px;
    width: 120px;
    height: 40px;
}
.videoPartRight .swiper-button-prev{
    left: 0px;
    background:#0092DB url(../images/left.png) 40px 12px no-repeat;
    background-size: 39px 16px;
}
.videoPartRight .swiper-button-next{
    right: 0px;
    background:#0092DB  url(../images/right.png) 40px 12px no-repeat;
    background-size: 39px 16px;
}

.videoPartRight .swiper-button-prev:hover{
    background-color:#0E80B9 ;
}
.videoPartRight .swiper-button-next:hover{
    background-color:#0E80B9 ;
}
.videoPartRight .swiper-pagination{
    display: block;
    text-align: center;
    width: 100%;
    bottom: 0px;
}
.videoPartRight .swiper-pagination span{
    width: 8px;
    height: 8px;
    background: #c4d9eb;
    border-radius: 50%;
    margin:  0 6px;
    opacity: 1;
}
.videoPartRight .swiper-pagination .swiper-pagination-bullet-active{
    width: 24px;
    height: 8px;
    background: #0092db;
    border-radius: 4px;
}
.rewardJlLeft{
    position: relative;
    width: 750px;
    height: 530px;
    background: radial-gradient(#1269b7, #0f5b9e);
    box-shadow: 0px 0px 6px 0px rgba(7,37,64,0.20), 0px 0px 24px 0px #1a87e8 inset; 
}
.isSynthIng{
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: radial-gradient(#1269b7, #0f5b9e);
    box-shadow: 0px 0px 6px 0px rgba(7,37,64,0.20), 0px 0px 24px 0px #1a87e8 inset; 
}
#synthingDom{
    position: absolute;
    top: 30px;
    left:50%;
    margin-left: -150px;
    width: 300px;
    height: 300px;
}
#synthingDom::after{
    content:"正在合成…";
    position: absolute;
    bottom:4px ;
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    color: #c4d9eb;
    line-height: 22px;    
}
.prizeList{
    padding: 40px;
}
.prizeList img{
    display: block;
    width: 160px;
}
.rewardBtn{
    margin: 0 auto;
    width: 240px;
    height: 56px;
    background: #497c97;
    border-radius: 28px;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #c4d9eb;
    line-height: 56px;
}
.rewardBtn.isActive{
    background: #f24c00;
    cursor: pointer;
}
.rewardBtn.isActive:hover{
    background: #D55115;   
}
.jpList{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height:140px ;
    z-index: 10;
}
#winner_list{
    width: 400px;
}
.draw-winlist-title{
    display: block;
    background: #0092db;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 48px;
}
#jq_marquee_box{
    height: 372px;
    overflow: hidden;
    background: #0F5B9E;
}
#winner_ul{
    padding-left: 30px;
    background: #0F5B9E;
}
#winner_ul li{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 32px;
}
#winner_ul li span{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#winner_ul li .lt{
    width: 82px;
}
#winner_ul li .ct{
    width: 78px;
    text-align: center;
}
#winner_ul li .gt{
   flex: 1;
}
.tips{
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #c4d9eb;
    line-height: 18px;
    margin-top: 30px;
}
.rewardJl{
    align-items: flex-start;
}
.activeTime{
    margin-top: 50px;
    width: 1200px;
    height: 260px;
    padding-left: 40px;
    padding-right: 68px;
    box-sizing: border-box;
    background: #0f5b9e;
}
.activeTimeLeft{
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 28px;
    width: 826px;
}
.activeTimeRight{
    width: 170px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 20px;
}
.activeTimeRight img{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.aboutUs{
    margin-top: 110px;
    padding-bottom: 100px;
}
.aboutUsTitle{
    position: relative;
    font-size: 36px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    line-height: 72px;
    background: #0092DB;
    margin-bottom: 52px;
}
.aboutUsTitle::after{
    content:"";
    position: absolute;
    right: 0px;
    top: -100px;
    width: 224px;
    height: 266px;
    background: url(../images/aboutDesc.png) left top no-repeat;
    background-size: 100% 100%;
}
.aboutUsContent{
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #c4d9eb;
    line-height: 34px;
}
.aboutUsContent h3{
    padding-top: 28px;
    padding-bottom: 20px;
    position: relative;
    padding-left: 18px;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    line-height: 20px;
}
.aboutUsContent h3::before{
    content:"";
    position: absolute;
    left: 0px;
    top: 28px;
    width: 6px;
    height: 20px;
    background: #FFFFFF;
}
.aboutUsContent a{
    color: #c4d9eb;
}
.aboutUsContent a:hover{
    text-decoration: underline;
}
.sjWrap{
    margin-top: 37px;
}
.sjWrap>div.sjVideo{
    width: 357px;
}
.sjWrap>div .footer_video {
    position: relative;
    width: 100%;
    height: 200px;
    background: url(../images/fotter1.png) left top no-repeat;
    background-size: 100% 100%;
}
.sjWrap>div .footer_video::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width:64px ;
    height: 64px;
    background: url(../images/play.png) left top no-repeat;
    background-size: 100% 100%;
    margin-left: -32px;
    margin-top: -32px;
    cursor: pointer;
}
.sjWrap>div .footer_video:hover::after{
    background: url(../images/play2.png) left top no-repeat;
    background-size: 100% 100%;
}    
.sjWrap>div{
    width: 200px;
}
.sjWrap>div img{
    display: block;
    width: 100%;
}
.sjWrap p{
   font-size: 16px;
   font-family: PingFang SC, PingFang SC-Regular;
   font-weight: 400;
   text-align: center;
   color: #c4d9eb;
   line-height: 22px;
   margin-top: 17px;
}
.downloadSj{
    position: relative;
    text-align: left;
    padding-left: 28px;
}
.downloadSj::before{
    content:"";
    position: absolute;
    top:3px ;
    left: 6px;
    width: 16px;
    height: 16px;
}

/* 奖品弹窗样式 */
.popWrap{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 110;
}
.popContent{
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -130px;
    width: 400px;
    height: 260px;
    background: #fff;
    border-radius: 8px;
    text-align: center;
}
.popClose{
    position: absolute;
    top: 16px;
    right: 16px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.smileImg{
    display: block;
    width: 80px;
    height: 80px;
    padding-top: 48px;
    padding-bottom: 30px;
    margin: 0 auto;
}
.smileImg2{
    padding-top:35px ;
    padding-bottom: 20px;
}
.popContent h3{
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: center;
    color: #333333;
    line-height: 25px;
    margin-bottom: 5px;
}
.popContent p{
    line-height: 20px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: center;
    color: #666666;
}
.popContent2{
    width: 400px;
    height: 420px;
}
.popContent2 h3{
    padding-top: 60px;
    margin-bottom: 20px;
}
.jsTitle{
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: center;
    color: #1468b2;
    line-height: 28px;
    margin-bottom: 20px;
}
.jp{
    display: block;
    width: 160px;
    height: 160px;
    margin: 0 auto;
}
.sendTime{
    margin-top: 30px;
}
.infoFormBg{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 120;
}
.info_form{
    display: none;
}
.info_form_content{
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -350px;
    margin-top: -400px;
    width: 700px;
    height: 800px;
    background: #ffffff;
    border-radius: 4px;
    z-index: 121;
}
.info_form_content h3{
    height: 50px;
    padding-left: 30px;
    background: #0092db;  
    line-height: 50px;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    border-radius: 4px 4px 0 0;
}
.info_form_close{
    position: absolute;
    width:16px;
    height: 16px;
    right: 30px;
    top: 18px;
    cursor: pointer;
}
.form_content{
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #333;
    line-height: 40px;
    padding-left: 40px;
    padding-right: 40px;
}
.info_form_red{
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #fb4754;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;  
    padding-left: 40px;
}
.form_content li{
    margin-top: 20px;
}
.form_content li>div{
    display: flex;
}
.isRequire{
    position: relative;
    padding-left: 12px;
    width: 61px;
    box-sizing: border-box;
}
.isRequire::before{
    content:"*";
    position: absolute;
    left: 0px;
    top: 0px;
    color: #d00000;
}
.form_content li input[type=radio]{
    position: relative;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
}
.form_content li input[type=radio]::before{
    content: " ";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/sel.png) 0 0 no-repeat; 
    background-size: 100% 100%;
}
.form_content li input[type=radio]:checked::before{
    content: " ";
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../images/seled.png) 0 0 no-repeat; 
    background-size: 100% 100%;
}
.form_content li input[type=text],.form_content li select{
    width: 200px;
    padding-left: 12px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    line-height: 38px;
    box-sizing: border-box;
}
.form_content li select,.form_content li input.detailAddress{
    width: 260px;
}
.form_content li select.province{
    width: 131px;
}
.form_content li select.city{
    width: 130px;
}
.form_content .question{
    margin-top: 30px;
}
.question .isRequire{
    width: 100%;
    line-height: 22px;
}
.question  .answer{
    line-height: 1;
    margin-top: 20px;
}
.submitBtn{
    width: 350px;
    background: #0092db;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    margin-left: 40px;
    margin-top: 40px;
}
.submitBtn:hover{
    background:  #0E80B9;
}
.answer{
    justify-content: flex-start;
}
.answer label{
    line-height: 22px;
}
.answer label:first-child{
    width: 330px;
}
#video_player{
    width: 100%;
    height: 100%;
}
.successImg{
    display: block;
    padding-top:80px;
    margin: 0 auto 20px;
    width: 48px;
    height: 48px;
}
.sjWrap p::before{
    content:"";
    position: absolute;
    left: 10px;
    top: 4px;
    width:15px ;
    height: 13px;
    background:url(../images/load_down.png) left top no-repeat;
    background-size: 100% 100%;
}
@media screen and (max-width:1919px) and (min-width:1680px) {
    .ruleWord h3 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .ruleWord p {
        font-size: 16px;
        line-height: 21px;
    }
}
@media screen and (max-width:1679px) and (min-width:1600px) {
    .ruleWord h3 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 16px;
    }
    .ruleWord p {
        font-size: 15px;
        line-height: 21px;
    }
}
@media screen and (max-width:1599px) and (min-width:1400px) {
    .ruleWord h3 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 12px;
    }
    .ruleWord p {
        font-size: 15px;
        line-height: 19px;
    }
    .introLeft>p{
        font-size: 15px;
        line-height: 25px;
    }
}
@media screen and (max-width:1399px) and (min-width:1360px) {
    .ruleWord h3 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .ruleWord p {
        font-size: 14px;
        line-height: 19px;
    }
    .introLeft>p{
        font-size: 14px;
        line-height: 22px;
    }
}