html{
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
body{
    background: #F3F5F7;
}
.nav_logo{
    background: #fff200;
    height: 60px;
}
.flex{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.content-between{
    justify-content:space-between
}
.navWrap{
    position: fixed;
    left: 0px;
    top: 30px;
    width: 100%;
    z-index: 500;
    height: 80px;
    background: #fff;
}
.navWrap>div{
    width: 1200px;
    margin:0 auto;
    height: 80px;
}
#top{
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 501;
    width: 100%;
}
.logo{
    font-size: 0px;
}
.logo1{
    width: 112px;
    height:48px ;
}
.logo2{
    width: 164px;
    height:48px ;
    margin-left: 40px;
}
.navList li{
    position: relative;
    margin-left: 50px;
    line-height: 80px;
    height: 80px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #000000;
    cursor: pointer;
}
.navList li:hover{
   color: #0B53B9; 
}
.navList li.active{
    color: #0B53B9;
}
.navList li.active::after{
    content:"";
    position: absolute;
    font-weight: 700;
    left: 50%;
    bottom: 0px;
    width: 32px;
    height: 4px;
    margin-left: -16px;
    background: #0b53b9;
}
.banner{
    position: relative;
    width: 100%;
    height: 0px;
    padding-top:29.16% ;
    margin-top: 80px;
    background: url(../images/banner.png) left top no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.banner span{
    position: absolute;
    bottom: -5px;
    right: 17.28%;
    /* width: 13.44%;
    height: 86.79%; */
    display:block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
}
.banner span#rotateWrap2{
    position: absolute;
    bottom: -30px;
    right: 8%;
    display:block;
    overflow: hidden;
    text-align: center;
    opacity: 1;
    width: 135px;
    height: 256px;
}
.w12{
    width: 1200px;
    margin: 0 auto;
}
.navItem{
    width: 224px;
    height: 299px;
}
.navItem{
    position: relative;
    cursor: pointer;
}
.navItem p{
    width: 100%;
    padding-top: 105px;
    padding-bottom: 20px;
    position: absolute;
    left:0px;
    bottom: 0px;
    line-height: 25px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    background: linear-gradient(180deg,rgba(11,83,185,0.00), #0b53b9);
    border-radius: 8px;
}
.nav2{
    padding-top: 65px;
    padding-bottom: 30px;
}
.nav2 li:nth-child(1){
  background: url(../images/item1.png) left top no-repeat;
  background-size: 100% 100%;
}
.nav2 li:nth-child(2){
  background: url(../images/item2.png) left top no-repeat;
  background-size: 100% 100%;
}
.nav2 li:nth-child(3){
background: url(../images/item3.png) left top no-repeat;
background-size: 100% 100%;
}
.nav2 li:nth-child(4){
background: url(../images/item4.png) left top no-repeat;
background-size: 100% 100%;
}
.nav2 li:nth-child(5){
    background: url(../images/item5.png) left top no-repeat;
    background-size: 100% 100%;
}
.navItem:hover  .itemSm{
    display: block;
}
.navItem:hover p{
    display: none;
}
.itemSm{
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #062551;
    border-radius: 8px;
}
.itemSm h3{
    height: 25px;
    font-size: 18px;
    line-height: 25px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: 400;
    text-align: center;
    color: #ffffff; 
}
.itemSm>div{
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    color: #ffffff;
    line-height: 22px;  
}
.itemSm>span{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    background: #0b53b9;
    border-radius: 0px 0px 8px 8px;
}
.webinerVideoItem{
    position: relative;
    width: 590px;
}
.webinerVideoItem>img{
    height: 226px;
}
.play_btn{
    position: absolute;
    right: 30px;
    bottom:83px;
    width: 80px;
    height: 80px;
    background: url(../images/playBtn.png) left top no-repeat;
    background-size: 100% 100%;
    z-index: 3;
    cursor: pointer;
}
.play_btn:hover{
    background: url(../images/playBtn2.png) left top no-repeat;
    background-size: 100% 100%;
}
.webinerVideoItem div{
    position: relative;
    padding-left: 20px;
    height: 114px;
    background: #30425d;
    border-radius: 0px 0px 8px 8px;
}
.webinerVideoItem div span{
    line-height: 88px;
    padding-right: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #bfcde2;
    border-right: 1px solid rgba(255,255,255,0.3);
}
.webinerVideoItem div p{
    position: relative;
    line-height: 25px;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    padding-left: 20px;
    color: #ffffff;
}
.webinerVideoItem div p::after{
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -17px;
    content:"";
    width: 1px;
    height: 35px;
   background:rgba(255,255,255,0.3);
}
.webinerVideoItem div::after{
    content:"";
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 251px;
    background: url(../images/rightDesc.png) left top no-repeat;
    background-size: 100% 100%;
}
.partTitle{
    position: relative;
    line-height: 45px;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    color: #000000;
    padding-left: 30px;
    padding-bottom: 40px;
}
.partTitle::before{
    content:"";
    position: absolute;
    left: 0px;
    top: 6px;
    width:10px;
    height: 32px;
    background: #0B53B9;
}
.pt80{
    padding-top: 80px;
}
.part{
    position: relative;
}
.partswiper1 ,.partswiper3{
    position:relative;
    width: 100%;
    height: 532px;
    overflow:hidden
}

.partContent1 .swiper-slide li,.partContent3 .swiper-slide li,.partContent5 li{
    position: relative;
    width: 386px;
    height: 498px;   
    background: #ffffff;
    border-radius: 8px;
    padding:30px 20px;
    box-sizing: border-box;
}
.model{
    line-height: 18px;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #0b53b9;
    margin-bottom: 10px;
}
.productDes{
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #000000;
    line-height: 22px; 
    margin-bottom: 10px;
}
.partContent1 .swiper-slide li div,.partContent3 .swiper-slide li div,.partContent5 li div{
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 18px;
    margin-bottom: 16px;
}
.modelImg{
    display: block;
    width: 100%;
    height:160px ;
}
.downBtn{
    position: absolute;
    left: 20px;
    bottom: 30px;
    width: calc(100% - 40px);  
    padding-left: 137px;
    height: 48px;
    background: #0b53b9;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 48px;
    box-sizing: border-box;
    border: none;
    
}
.downBtn:hover{
   background: #10458F
}
.downBtn::before{
    content:"";
    position: absolute;
    left: 113px;
    top: 16px;
    width: 16px;
    height: 16px;
    background: url(../images/downIcon.png) left top no-repeat;
    background-size: 100% 100%;
}
.partContent1{
    position: relative;
}
.partContent-pagination{
    position:absolute;
    bottom:4px;
    height:10px;
    text-align: center;
    width: 100%;
}
.partContent-pagination span{
    width: 12px;
    height: 4px;
    background: #b3b9c2;
    border-radius: 2px;
    margin: 0 6px;
}
.partContent-pagination span.swiper-pagination-bullet-active{
    width: 24px;
    height: 4px;
    background: #0b53b9;
    border-radius: 2px;
}
.partContent-button-prev,.partContent-button-next{
    position: absolute;
    width: 32px;
    height: 128px;
    cursor: pointer;
}
.partContent-button-prev{
    background: url(../images/left.png) left top no-repeat;
    background-size: 100% 100%;
    left: -42px;
    top:350px
}
.partContent-button-prev:hover{
    background: url(../images/left2.png) left top no-repeat;
    background-size: 100% 100%;
}
.partContent-button-next{
    background: url(../images/right.png) left top no-repeat;
    background-size: 100% 100%;
    right: -42px;
    top:350px
}
.partContent-button-next:hover{
    background: url(../images/right2.png) left top no-repeat;
    background-size: 100% 100%;
}
.pt112{
    padding-top: 112px;
}
.partsItem{
    position: relative;
    width: 386px;
}
.partsItem>img{
    display: block;
    width: 100%;
    height: 217px;
}
.playBtn2{
    position: absolute;
    right:20px ;
    bottom: 48px;
    width: 64px;
    height: 64px;
    background: url(../images/playBtn.png) left top no-repeat;
    background-size: 100% 100%; 
    cursor: pointer;
    z-index: 2;
}
.playBtn2:hover{
    background: url(../images/playBtn2.png)  left top no-repeat;
    background-size: 100% 100%; 
}
.partsItem div{
    position: relative;
    height: 80px;
    background: #30425d;
    border-radius: 0px 0px 8px 8px;
    padding-left: 20px;
    padding-top: 16px;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    line-height: 28px;
}
.partsItem div::after{
    content: "";
    width: 176px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background:url(../images/rightDesc2.png) left top no-repeat;
    background-size: 100% 100%; 
}
.partswiper2{
    position:relative;
    width: 100%;
    height:350px;
    overflow:hidden
}
.partContent-button-prev2,.partContent-button-next2{
    top:282px;
}
.partContent-button-prev3,.partContent-button-next3{
    top:765px;
}
.partContent3{
    padding-top: 40px;
}
.xl {
    margin-top: 80px;
    background: url(../images/xlBg.png) left top no-repeat;
    background-size: 100% 100%;
    padding-bottom: 80px;
}
.xlTitle{
    line-height: 45px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #000000; 
    padding-top: 80px;
    padding-bottom: 40px;
}
.xlItem{
    width:285px;
    cursor: pointer;
}
.xlItem:hover{
    box-shadow: 0px 4px 6px 0px rgba(0,20,48,0.10); 
}
.xlItem:hover .xldesc h3{
    color:#0B53B9 ;
}
.xlItem img{
    width: 100%;
    display: block;
    height: 140px;
}
.xldesc{
    height: 217px;
    background: #ffffff;
    border-radius:0 0 8px 8px;
    padding: 20px 20px 0;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 400;
    text-align: justify;
    color: #666666;
    line-height: 18px;
}
.xldesc h3{
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #000000;
    line-height: 22px;
    margin-bottom: 10px;
}
.mt20{
    margin-top: 20px;
}

.question{
    position: relative;
    height: 977px;
    border-radius: 0px 0px 8px 8px;
    margin-top: 74px;
}
.question::before{
    content:"";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 406px;
    background:url(../images/questionBg.png) left top no-repeat;
    background-size: 100% 100%;
}
.question::after{
    content:"";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height:571px;
    background:#fff;
}
.questionContent{
    position:absolute;
    left:0px;
    top: 0px;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.questionContent h3{
    height: 45px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    line-height: 45px;
    margin-top: 86px;
    margin-bottom:30px ;
}

.instructions{
    width: 557px;
    height: 48px;
    background: rgba(11,83,185,0.05);
    border: 1px dashed rgba(11,83,185,0.10);
    border-radius: 8px;
    padding-left: 20px;
    color: #333333;
    box-sizing: border-box;
    margin: 0 auto;
}
.instructions img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.instructions span{
    color:#ff9812;
    ;
}
.instructions i{
    color:   #0B53B9;
    cursor: pointer;
}
.instructions i:hover{
    text-decoration: underline;
}
.questionItem{
    color: #333333;
    margin-top: 50px;
    margin-bottom: 0px;
    margin-left: 40px;
}
.questionItem h4{
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #333333;
    line-height: 22px;
    margin-bottom: 21px;
} 
.answer li{
    width: 280px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

.answer li input{
    position: relative;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #cbcbcb;
    border-radius: 13px;
    margin-right: 10px;
    cursor: pointer;
}
.answer li input:checked::after{
    content:"";
    position: absolute;
    left:0px ;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/checkRadio.png) left top no-repeat;
    background-size: 100% 100%;
    cursor: not-allowed;
}

.answer li label.inputChecked,.cls98{
    color: #FF9812;
}
.answer li label.inputChecked input::after{
    content:"";
    position: absolute;
    left:0px ;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/checkRadio2.png) left top no-repeat;
    background-size: 100% 100%;
    cursor: not-allowed;
}
.submitBtn{
    width: 240px;
    height: 48px;
    background: #0b53b9;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 48px;
    margin:60px auto 0 ;
    cursor: pointer;
}
.submitBtn:hover{
    background:#10458F
}
.question{
    margin-bottom: 80px;
}
.cj{
   height: 1065px;
   background: url(../images/cjBg.png) left top no-repeat;
   background-size: 100% 100%; 
}
.cj h3{
    height: 45px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    line-height: 45px;
    padding-top: 80px;
    padding-bottom: 60px;   
}
#prize_area {
    display: flex;
}

#prilist {
    width: 750px !important;
    display: flex;
    flex-wrap: wrap;
    margin-right: 50px;
}

#prilist li {
    width: 240px;
    height: 180px;
    background: url(../images/cjItem.png) left top no-repeat;
    background-size: 100% 100%;
    margin-right: 15px;
    margin-bottom: 15px;
}

#prilist li.active {
    background: url(../images/cjItem2.png) left top no-repeat;
    background-size: 100% 100%;
}

#prilist li:nth-child(3n) {
    margin: 0;
}

#winner_list {
    flex: 1;
}

.draw-list-item {
    position: relative;
    text-align: center;
}

.draw-list-item p {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 26px;
    color: #0B53B9;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 22px;
}

.draw-list-item img {
    vertical-align: middle;
}

.roll-1 img {
    width: 60px;
    height:64px;
    margin: 40px auto 0;
}

.roll-2 img {
    width: 142px;
    height:90px;
    margin-top: 27px;
}

.roll-3 img {
    width: 142px;
    height: 90px;
    margin-top: 27px;
}

.roll-4 img {
    width: 142px;
    height: 90px;
    margin-top: 27px;
}

.roll-7 img {
    width: 64px;
    height: 64px;
    margin: 35px auto 0;
}
.roll-8 img{
    width: 142px;
    height: 90px;
    margin-top: 27px;
}
.roll-6 img {
    width: 142px;
    height: 90px;
    margin-top: 27px;
}
.roll-5 img {
    width: 64px;
    height: 64px;
    margin: 35px auto 0;
}

#prilist .draw-list-click {
    display: block;
    background: url(../images/clickBtn.png) left top no-repeat;
    background-size: 100% 100%;
    color: #fff;
    cursor: pointer;
}
#prilist .draw-list-click:hover{
    background: url(../images/clickBtn2.png) left top no-repeat;
    background-size: 100% 100%;
}
#prilist .draw-list-click::after{
    display: none;
}
#prilist .draw-list-click div{
    display: block;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    line-height: 34px;
    margin-top: 64px;
    margin-bottom: 10px;
}
#prilist .draw-list-click span{
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 20px;
}
.draw-winlist-box {
    background: #f2f7ff;
    border-radius: 8px;
}

.draw-winlist-box>b {
    display: block;
    text-align: left;
    color: #ffffff;
    height: 50px;
    background: #0b53b9;
    border-radius: 8px 8px 0px 0px;
    padding-left: 27px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 50px
}
#jq_marquee_box {
    overflow: hidden;
    height: 265px;
    background: #F2F7FF;
    padding-left: 26px;
    border-radius: 0px 0px 8px 8px;
    box-sizing: border-box;
}
.draw-winlist-item {
    display: flex;
    align-items: center;
}
.draw-winlist-item .lt,
.draw-winlist-item .ct,
.draw-winlist-item .gt {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.draw-winlist-item .lt {
    width: 82px;
    color: #0B53B9;
}

.draw-winlist-item .ct {
    width: 88px;
    color: #666666;
    text-align: center;
}

.draw-winlist-item .gt {
    width: 112px;
    color: #000000;
}
.tips{
    margin-top: 40px;
    font-weight: 400;
    text-align: left;
    color: #000000;
    line-height: 24px;
}
.tips>h4{
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #000000;
    line-height: 22px;
    margin-bottom: 14px;
}
.activeTime {
    height: 200px;
    background: #f2f7ff;
    border-radius: 8px;
    padding: 40px 33px;
    box-sizing: border-box;
}
.activeTime div{
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #000000;
    line-height: 28px;
}
.activeTime img{
    display: block;
    width: 140px;
    height: 140px;
}
.about{
    background: #F3F5F7;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #000000;
    line-height: 28px;
    padding-bottom: 108px;
}
.about h3{
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #000000;
    line-height: 25px;
    padding-top: 80px;
    padding-bottom: 20px;
}
.about a{
    color: #0b53b9;
}
.about a:hover{
    text-decoration: underline;
}
.aboutJlWord{
    width: 830px;
}
.jlImg{
    flex: 1;
    padding-top: 80px;
    overflow: hidden;
} 
.jlImg div{
    flex: 1;
    margin-left: 40px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #000000;
    line-height: 22px;
} 
.jlImg img{
    display: block;
    width: 145px;
    height:145px;
    margin-bottom: 12px;
}
.fixedRight{
    position:fixed;
    right: 80px;
    bottom: 120px;
    width: 120px;
    height: 306px;
    background: #0b53b9;
    border-radius: 8px;
    z-index: 300;
}    
.fixedRight::before{
    content: "";
    position: absolute;
    left: -20px;
    top: -65px;
    width: 160px;
    height:108px;
    background: url(../images/fr1.png) left top no-repeat;
    background-size: 100% 100%;
    z-index: 2;
}
.fixedRight::after{
    content:"";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 128px;
    background: url(../images/frRight.png) left top no-repeat;
    background-size: 100% 100%;
}
.fixedRight>div{
    position: relative;
    z-index: 1;
    padding-top: 40px;
}
.frDes{
    width: 33px;
    height: 10px;
    background: #ffffff;
    border-radius: 8px 8px 0px 0px;
    margin: 0 auto;
}
.frLis{
    width: 104px;
    height: 168px;
    background: #ffffff;
    border-radius: 8px;
    margin-left: 8px;
    padding-top: 16px;
    box-sizing: border-box;
}
.frLis li{
    width: 88px;
    height: 44px;
    background: #5FD9F1;
    border-radius: 6px;
    margin: 2px auto 0;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    line-height: 17px;
    cursor: pointer;
}
.frLis li p{
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 20px;
}
.jumpDom{
    position: relative;
    width: 104px;
    height: 30px;
    background: #ff9812;
    border-radius: 8px; 
    text-align: left;
    padding-left: 41px;
    box-sizing: border-box;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
    margin: 0 auto;
    cursor: pointer;
}
.jumpDom1{
    margin-top: 8px;
}
.jumpDom::before{
    content:"";
    width:16px ;
    height: 16px;
    position: absolute;
    left: 21px;
    top: 7px;
}
.jumpDom1::before{
    background: url(../images/fr3.png) left top no-repeat;
    background-size:   100% 100%;
}
.jumpDom2{
    margin-top: 5px;
    background: #0B53B9;
}
.jumpDom2::before{
    background: url(../images/fr4.png) left top no-repeat;
    background-size:   100% 100%;
}
/**** 弹窗样式 start *****/
.boxlayer .vlm-wrap {
    font-size: 0;
}
.boxlayer.show {
    display: block;
}

.boxlayer-bg.show {
    display: block;
}
.layer-title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.layer-title img {
    vertical-align: middle;
}

.layer-red {
    color: #245A8F;
}

.layer-subtitle {
    font-size: 16px;
    padding-top: 10px;
    color: #666;
    font-weight: 700;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #333333;
    line-height: 19px;
}

.layer-success,
.layer-warn,
.layer-noimg,
.layer-img,
.layer-nogift,
.layer-gift-jf,
.layer-gift {
    width: 400px;
    height: 260px;
    padding: 0 50px;
    box-sizing: border-box;
    text-align: center;
}

.boxlayer  .layer-success img {
    display: block;
    margin: 0 auto 20px;
    padding-top: 80px;
    width: 48px!important;
    height: 48px;
}
.boxlayer  .layer-success p{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #333333;
    line-height: 33px;
    margin-top: 0px;
}
.layer-gift,
.layer-gift-jf {
    height: 260px;
    border-radius: 8px;
}

.layer-gift .layer-title,
.layer-gift-jf .layer-title {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    line-height: 25px;
    padding: 10px 0;
}

.layer-gift-jf h6,
.layer-gift h6 {
    font-size: 18px;
    color: #FF7200!important;
    text-align: center;
    font-weight: 700;
    line-height: 33px;
    padding-bottom: 26px;
}

.layer-gift p {
    color: #999;
    font-size: 14px;
    height: 34px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
}

.layer-pro .layer-subtitle {
    font-size: 18px;
    padding-bottom: 24px;
}

.layer-pro .btn {
    width: 170px;
    background-color: #e90029;
}

.layer-pro .btn:hover {
    background-color: #d1082b;
}

.layer-btn {
    padding-top: 40px;
}

.layer-table {
    width: 506px;
    border-bottom: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    text-align: center;
}

.layer-table th {
    background-color: #f4f4f4;
}

.layer-table th,
.layer-table td {
    padding: 12px 20px;
    border-top: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
}

.boxlayer {
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: #fff;
    border-radius: 4px;
    /* padding:0 20px;*/
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
    z-index: 600;
    display: none;
}

.boxlayer .vlm-wrap {
    font-size: 0;
}

.boxlayer .vlm {
    max-width: 99%;
    display: block;
}

.boxlayer .close {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
}

.boxlayer .close img {
    width: 16px;
    height: 16px;
}

.boxlayer .layercontent {
    display: none;
}

.boxlayer.show {
    display: block;
}

.boxlayer-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 598;
    display: none;
}
.boxlayer .layercontent img{
    width: 80px;
}
.layer-noimg{
    padding-top: 34px;
}
.layercontent  h3{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #333333;
    line-height: 25px;
    margin-top: 30px;
}
.layer-subtitle{
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    line-height: 20px;
}
.layer-nogift img{
    padding-top: 48px;
}
.layer-warn .bqCls{
    margin-top: 30px;
}
.layer-gift-jf .layer-title{
    padding-top: 30px;
    padding-bottom: 4px;
}
.layer-gift-jf .layer-red{
    width: 124px;
    height: 33px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #ff9812;
    line-height: 33px;
}
.boxlayer  .layer-gift-jf  .bqCls{
    width: 142px;
}
.layer-gift-jf h6{
    padding-bottom:0px;
}
.layer-gift-jf h6 .layer-red{
    padding-bottom:16px
}
/**** 弹窗样式 end *****/
.mt28{
    margin-top: 28px;  
}
.mt74{
    margin-top: 74px;
}
.mt88{
    margin-top: 88px;
}
.mt110{
    margin-top: 110px;
}
.submitBtn.isDisabled{
    opacity: 0.3;
    cursor: not-allowed;
}
.layer-gift h6{
    padding-bottom: 16px;
}
.layer-gift .layer-red strong{
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    line-height: 20px;
}
.boxlayer .layercontent img.zjImg{
    display: block;
    height:90px;
    width: auto;
    margin: 0 auto 22px;
}
.boxlayer .layercontent img.rotate{
    width: 48px;
    height: 48px;
    margin-top: 40px;
    margin-bottom: 16px;
}
.price2 span{
    font-weight: 400;
    color: #FF9812;
    margin-left: 10px;  
}
.getOnePrice{
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    line-height: 20px;
    margin-bottom: 24px;
}
.nowPrice{
    width: 160px;
    background: #0b53b9;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    margin: 0 auto;
    cursor: pointer;
}
.nowPrice:hover{
    background: #10458F;
}
.cry{
    margin-top: 48px;
}
.frLis li.completed{
    background: #BFCDE2;
}
.docu{
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 520;
    width: 100%;
    height: 100vh;
    background:rgba(0,0,0,0.5);
}
.docuContent{
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -600px;
    width: 1200px;
    height: calc(100% - 100px);
    background: #ffffff;
    border-radius: 8px;
    padding-left: 40px;
    padding-right: 20px;
    box-sizing: border-box;
}
.docuTitle{
    position: relative;
    font-size: 34px;
    font-weight: 700;
    text-align: left;
    color: #000000;
    line-height: 128px;
}
.docuTitle img{
    position: absolute;
    right: 16px;
    top: 16px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.imgType1{
    width: 100%;
}
.docuNr{
    padding-right: 16px;
    padding-bottom: 40px;
    height: calc(100% - 169px);
    box-sizing: border-box;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    overflow: auto;
}

/*滚动条样式*/
.docuNr::-webkit-scrollbar {
    width: 4px;    
}
.docuNr::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.docuNr::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);

}

.docuNr img{
    display: block;
    margin:0 auto;
}
.docuNr h3{
    height: 33px;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    color: #c24c53;
    line-height: 33px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.docuNr a{
    color: #0B53B9;
}
.docuNr a:hover{
    text-decoration: underline;
}
.bcsm{
    position: relative;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #c24c53;
    line-height: 25px;
    padding-left:20px ;
    margin-top: 30px;
}
.bcsm::before{
    content:"";
    position: absolute;
    left: 0px;
    top: 11px;
    border-top: 6px solid #C24C53;
    border-bottom: 6px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.bcsm2{
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 20px;
}
.bcsm3{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #c24c53;
    line-height: 20px;
}
.flex1{
    flex: 1;
}
.docuNr li{
    position: relative;
    padding-left:22px ;
}
.docuNr li::before{
    content: "";
    position: absolute;
    left: 0px;
    top:7px ;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000000;
}
.docuNr h4{
    height: 50px;
    background: #f2f7ff;
    border-radius: 4px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #000000;
    line-height: 50px;
}
.docuNr h5{
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #999999;
    line-height: 40px;
    border-bottom: 1px solid #ECECEC;
}
.imgType2{
    width: 840px;
    height: auto;
}
.doc_mt40{
    margin-top: 40px;
}
.suoh{
    margin-bottom: 30px!important;
}
.flexStart{
    align-items: flex-start;
}
.is_mobile,.is_mobile_flex{
    display: none;
}
.is_pc{
    display: block;
}
.is_pc_flex{
    display: flex;
}

.docu,.docuContent{
    display: none;
}
#video_box,#video_player{
    width: 100%;
    height: auto!important;
}
.null{
    color: #333;
}
.xieyi{
    padding: 30px;
    align-items: flex-start;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 22px;
    color: #333;
}
.xieyi input{
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 1px;
}
.xieyi  div{
    flex: 1;
    overflow: hidden;
}
.xieyi input:checked::after{
    content:"";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background:#fff url(../images/checkBox.png) left top no-repeat;
    background-size: 100% 100%;

}
.spacing{
    height:14px ;
}

.docuNr li{
    margin-bottom: 14px;
}
.docuNr ul li:nth-last-of-type(1){
    margin-bottom: 0px;
}
@media screen  and (min-width:1660px) and (max-width:1919px){
    #rotateWrap{
        transform: scale(0.9);
        bottom: -31px;
    }
    .fixedRight{
        right: 40px;
    }  
}
@media screen  and (min-width:1441px) and (max-width:1659px){
    #rotateWrap{
      transform: scale(0.8);
      bottom: -50px;
    }
    .info_msgBox{
        padding-bottom: 20px;
    }
    .fixedRight{
        right: 10px;
    }  
}
@media screen  and (min-width:1366px) and (max-width:1440px){
    #rotateWrap{
      transform: scale(0.75);
      bottom: -72px;
    }
    .info_msgBox{
        padding-bottom: 20px;
    }
    .fixedRight{
        right: 0;
    }  
}
@media screen  and (min-width:1200px) and (max-width:1365px){
    #rotateWrap{
      transform: scale(0.65);
      bottom: -96px;
    }
    .info_msgBox{
        padding-bottom: 20px;
    }
    .fixedRight{
        right: 0;
    }  
}