.notice {
    background: url(../img/dnotice.png) left top no-repeat;
}

html,
body {
    background-color: #032564;
}

.header {
    top: 35px;
    background: #00050f;
    z-index: 500;
}

.headerContent {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}

.headerContent>img {
    width: 238px;
    vertical-align: middle;
}

.headerContent>ul li {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    margin-left: 50px;
    line-height: 80px;
    cursor: pointer;
}

.headerContent>ul li.active,.headerContent>ul li:hover {
    color: #47A9FF;
    font-weight: 700;
}

.headerContent>ul li.active::after,.headerContent>ul li:hover::after {
    content: '';
    background: #47A9FF;
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 32px;
    height: 4px;
    margin-left: -16px;
}

.banner {
    margin-top: 115px;
}

.banner img {
    width: 100%;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.part1 {
    margin-top: 89px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.part1_left {
    width: 640px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 24px;
}

.videoBg {
    width: 500px;
    height: 300px;
    vertical-align: middle;
}

.part1_right {
    width: 500px;
    position: relative;
}

.playIcon {
    width: 112px;
    height: 112px;
    position: absolute;
    bottom: -50px;
    left: -50px;
    background: url(../img/playIcon.png) left top no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.playIcon:hover {
    background: url(../img/playIcon2.png) left top no-repeat;
    background-size: 100% 100%;
}

.productZone {
    position: relative;
    z-index: 5;
    margin-top: 106px;
}

.productZone_title {
    position: relative;
    text-align: center;
    font-size: 36px;
    width: 225px;
    margin: 0 auto 60px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
}

.productZone_title::before {
    content: '';
    position: absolute;
    top: 22px;
    left: -264px;
    width: 264px;
    height: 5px;
    background: url(../img/left.gif) left top no-repeat;
    background-size: 100%;
}

.productZone_title::after {
    content: '';
    position: absolute;
    top: 22px;
    right: -264px;
    width: 264px;
    height: 5px;
    background: url(../img/right.gif) left top no-repeat;
    background-size: 100%;
    transform: rotateY(0deg);
}

.productZone_uls li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #052153;
    height: 420px;
    margin-bottom: 30px;
}

.productZone_uls li>img {
    width: 440px;
    height: 100%;
    vertical-align: middle;
}

.productZone_uls li .cp_desc {
    padding-left: 40px;
    padding-right: 40px;
    flex: 1;
    height: 100%;
    box-sizing: border-box;
}

.productZone_uls li:last-child {
    margin-bottom: 0px;
}

.cp_desc {
    position: relative;
}

.cp_desc h3 {
    line-height: 42px;
    padding-top: 36px;
    padding-bottom: 25px;
    font-size: 30px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: left;
    color: #47a9ff;
}

.cp_desc .des {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 24px;
}

.cp_desItem {
    padding-top: 10px;
    padding-bottom: 30px;
}

.cp_desItem p {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 32px;
}

.cp_desItem p img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    vertical-align: middle;
}

.cp_desc a {
    position: relative;
    padding-left: 60px;
    box-sizing: border-box;
    display: block;
    width: 160px;
    height: 48px;
    background: #005CB9;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 48px;
}

.cp_desc a::before {
    content: '';
    display: block;
    position: absolute;
    left: 35px;
    top: 16px;
    width: 16px;
    height: 16px;
    background: url(../img/download.png) left top no-repeat;
    background-size: 100% 100%;
}
.cp_desc a:hover {
    background: #044B92;
}
.cp_desc .num {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 104px;
    height: 104px;
}
.drawZone {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    padding-top: 80px;
}
.zs {
    position: absolute;
    top: -374px;
    left: 0px;
    width: 100%;
}
.drawZoneContent{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    z-index: 100;
}
.drawZone .productZone_title {
    padding-bottom: 60px;
}
.draw-list {
    width: 750px;
}
.draw-list-item {
    position: relative;
    box-sizing: border-box;
    float: left;
    text-align: center;
    width: 240px;
    height: 180px;
    border-radius: 16px;
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 16px;
}
.draw-list-item .rollBg{
    padding-top: 29px;
    box-sizing: border-box;
    border-radius: 16px;
}
.draw-list-item .rollBg::after{
    content:'';
    position: absolute;
    bottom: 3px;
    left: 0px;
    width: 100%;
    height: 32px;
    border-radius: 16px;
    background: #bbefff;
    z-index:-1
}
.draw-list-item:nth-child(3n){
    margin-right: 0px;
}
.draw-list-item.active   .rollBg{
    background: #e7f8fe;
}
#begin_btn{
    padding-top: 0px;
}
.draw-list-click {
    cursor: pointer;
    padding: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    background: none;
}

.draw-list-click>div{
    position: relative;
    padding-top: 49px;
    height: 170px;
    background: #1685da;
    border-radius: 16px;
    box-sizing: border-box;
   
}
.draw-list-click>div span{
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 20px;
}
.draw-list-click>div span i{
    font-style: normal;
}
.draw-list-click::after{
    content:'';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 38px;
    border-radius: 16px;
    background: #1764bb;
    z-index:-1
}
.draw-list-click:hover div {
    background: #1cb5d8;
    border-radius: 0.08rem;
}
.draw-winlist {
    overflow: hidden;
}
.draw-winlist-box {
    background: #fff;
    height: 315px;
    overflow: hidden;
    border-radius: 9px 9px 0px 0px;
}
.draw-winlist-title {
    display: block;
    line-height: 50px;
    text-align: left;
    font-size: 18px;
    color: #fff;
    background: #1685da;
    padding-left: 30px;
}
#jq_marquee_box {
    padding-top: 6px;
    height: 260px;
    line-height: 26px;
    overflow: hidden;
    border-top: none;
    border-radius: 0 0 10px 10px;
    font-size: 14px;
}
#jq_marquee_box  .null{
    color: #333;
    margin-top: 10px;
}
.draw-winlist-ul {
    padding-left: 30px;
}
.draw-winlist-item {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    color: #005cb9;
    line-height: 30px;
}

.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: 71px;
    color:#005CB9 ;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.draw-winlist-item .ct {
    width: 64px;
    color: #949494;
    text-align: center;
}

.draw-winlist-item .gt {
    width: 96px;
    color: #333333;
}

.draw-winlist-tips {
    color: #C8C8C8;
    font-size: 14px;
    padding-top: 33px;
}
.draw-winlist-tips h5{
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    line-height: 36px;
}
.draw-winlist-tips p{
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    line-height: 24px;
}
.roll-1 .rollBg{
    padding-top:38px ;
    box-sizing: border-box;
}
.draw-list-item img{
    width: 135px!important;
    vertical-align: middle;
}
.roll-1 img{
    width: 60px!important;
    vertical-align: middle;
}
.roll-5 img,.roll-7 img{
    width: 64px!important;
    vertical-align: middle;
}
.draw-list-item p{
    position: absolute;
    left: 0px;
    bottom: 27px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #005cb9;
    line-height: 22px;
    height: 22px;
}
#prize_area{
    display: flex;
}
#winner_list{
    padding-left:50px ;
    box-sizing: border-box;
    flex: 1;
    overflow: hidden;
    align-items: flex-start;
    justify-content: space-between;
}
.rollBg{
    height: 170px;
    background: #D4F5FF;
}
.activeRule{
    display: flex;
    width: 100%;
    background: #1685da;
    border-radius: 8px;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    padding: 36px 83px 36px 40px;
}
.activeRule ul{
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 28px;
}
.activeRule img{
    width: 140px;
    height: 140px;
    vertical-align: middle;
}
.bottomDesc{
    margin-top: 100px;
    position: relative;
    z-index: 5;
    height: 416px;
    background:url(../img/bottomDesc.png) left top no-repeat ;
    background-size:100% 100%;
}
.bottomDescContent{
    width: 1200px;
    margin: 0 auto;
    padding-top:115px ;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 24px;
}
.bottomDescContent img{
    width:238px;
    vertical-align: middle;
    margin-bottom: 45px;
}
.bottomDescContent h3{
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    line-height: 54px;
}
.fixBg{
    position: fixed;
    right: 60px;
    top:50%;
    width: 128px;
    height: 315px;
    background: url(../img/fixedBg.png) left top no-repeat;
    background-size: 100% 100%;
    margin-top: -115px;
    z-index: 100;
}
.changeNum{
    padding: 130px 27px 4px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height:28px
}
.changeNum span{
color: #fed14a;
}
.fixBg a{
    display: block;
    margin: 0 20px 10px;
    width: 88px;
    background: #005cb9;
    border-radius: 4px;
    text-align: center;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 32px;
}
.fixBg a:hover{
   background-color: #044B92; 
}
.fixBg a.disabled{
    background: #ccc;
    cursor: not-allowed;
}
.fixBg p{
    margin: 0 16px;
    opacity: 0.7;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
}
/* 抽奖对应弹窗 */
.layer-title {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #333333;
    line-height: 25px;
}
.layer-title  img{
    vertical-align: middle;
}
.layer-red {
    color: #245A8F;
}

.layer-subtitle {
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #666666;
    margin-top: 5px;
}

.layer-success,
.layer-warn,
.layer-noimg,
.layer-img,
.layer-nogift,
.layer-gift-jf,
.layer-gift {
    width: 400px;
    height: 260px;
    border-radius: 8px;
}

.layer-gift{
    height: 360px;
    padding-top: 60px;
    box-sizing: border-box;
}
.layer-success img {
    width: 48px;
    height: 48px;
    margin-top: 80px;
    margin-bottom: 20px;
    vertical-align: middle;
}
.layer-success p{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #333333;
    line-height: 33px;
}
.layer-gift-jf {
    height: 180px;
}

.layer-gift-jf h6,.layer-gift h6 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #005cb9;
    line-height: 42px;
    margin-top: 7px;
    margin-bottom: 36px;
}
.layer-gift p {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    line-height: 20px;
}

.layer-pro .layer-subtitle {
    font-size: 18px;
    padding-bottom: 24px;
}
.giftImg{
    height: 86px;
    vertical-align: middle;
    margin-bottom: 40px;
}
.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: 990;
    display: none;
}

.boxlayer .vlm-wrap {
    font-size: 0;
}

/* .boxlayer .vlm {
    max-width: 99%;
} */

.boxlayer .layercontent {
   min-height: 246px;
}

.boxlayer .close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    vertical-align: middle;
}
.boxlayer .close img{
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.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: 980;
    display: none;
}

.boxlayer-bg.show {
    display: block;
}
.vlm img{
    vertical-align:middle ;
}
.nogiftImg{
    width: 80px;
    margin-top: 48px;
    margin-bottom: 30px;
}
.layer-noimg .nogiftImg{
    width: 64px;
    height: 64px;
    vertical-align: middle;
    margin-top: 32px;
    margin-bottom: 16px;
}

.layer-noimg a{
    display: block;
    width: 204px;
    height: 48px;
    background: #005cb9;
    border-radius: 4px;
    margin: 19px auto 0 ;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 48px;
}
.layer-change{
    padding-top: 60px;
    box-sizing: border-box;
}

.layer-change .layer-subtitle{
    height: 42px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #005cb9;
    line-height: 42px;
    margin-top: 24px;
    margin-bottom: 29px;
}
.pc-show{
    display: block;
  }
  .pc-show-flex{
    display: flex;
  }
  
  .pc-show{
    display: inline-block;
  }
  .mobile-show,.mobile-show-flex,.mobile-show-line{
    display: none;
  }
 #video_box1{
    height: 510px;
    overflow: hidden;
 }
 .clearfix:before, .clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
.submitSuccess{
    display: none;
    position: relative;
    width: 360px;
    height: 260px;
    text-align: center;
    width: 360px;
    height: 260px;
    background: linear-gradient(182deg,#daf2ff 1%, #fffefe 96%);
    border-radius: 8px;
}
.submitSuccess img{
    width: 100px;
    height: 100px;
    vertical-align: middle;
    margin-top: 62px;
    margin-bottom: 2px;
}
.submitSuccess p{
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    color: #333333;
    line-height: 25px;
}
.submitSuccess .layer-close{
    position: absolute;
    right:20px ;
    top: 20px;
    width:16px;
    height: 16px;
    margin-top: 0px;
    cursor: pointer;
}
.submitSuccessWrap{
    border-radius: 9px!important;
    border-radius: 8px;
}