.wrapper{
	width: 1200px;
	margin: 0 auto;
}
.clearfix:before, .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
.section {
	padding: 35px 0;
	box-sizing: border-box;
}
.qr_code_box_2{
    display: none;
}
.m_nav_bar{
    display: none;
}
.bg_gray {
	background: rgba(245, 245, 245, 1);
}
.p_banner{
    margin-top: 110px !important;
    display: block;
}
.m_banner{
    display: none;
}

.weixin_icon{
    width: 25px;
    vertical-align: middle;
    margin-left: 5px;
}
.qrcode {
    position: absolute;
    top: 25px;
    right: 10px;
    width: 140px;
    height: 140px;
    display: none;
    right: -110px;
    box-shadow: 0px 0px 13px 0px #ccc;
}

.weixin_icon:hover+.qrcode {
    display: block;
}
.ac{
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-size: 16px;
}
.p_nav a:hover{
    color: #006FB2;
}
.ac a{
    color: #006FB2;
}
/* 第二导航栏 */
.nav_bar{
    display: block;
    height: 80px;
    position: fixed;
    width: 100%;
    background: #fff;
    top: 30px;
    z-index: 11;
    border-bottom: 1px solid #cccc;
}
.m_nav{
    display: none;
}
.nav_bar>div{
    height: 80px;
}
.nav_bar .p_nav li{
    position: relative;
    margin-left: 50px;
    font-size: 18px;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
}
.nav_bar .p_nav li.active a,
.nav_bar .p_nav li:hover a{
    color: #E53333;
}
.nav_bar .p_nav li.active::after,
.nav_bar .p_nav li:hover::after{
    content:"";
    width: 24px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #E53333;

}
.banner{
    margin-top: 110px;
    height: 480px;
    background:url(../images/banner.png) center center no-repeat ;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.content{
    position: relative;
}
.section{
    position: absolute;
    top: -60px;
    width: 100%;
    height: 1px;
}
#section1{
    top:-110px
}
.content1{
    background: #f8f8f8;
    padding-top: 80px;
    padding-bottom: 45px;
}
.content1>div {
    padding: 40px  72px 40px 30px;
    height: 180px;
    background: linear-gradient(180deg,#fff5f5, #ffffff);
    border: 1px solid #ffffff;
    border-radius: 8px;
    box-sizing: border-box;
}
.content_left1{
    width: 828px;
}
.lamp {
    margin-left: 66px;
}
.lampBg{
    display: block;
   width: 55px;
   height: 84px; 
   background: url(../images/deng.png) left top no-repeat;
   background-size: 100% 100%;
   margin-bottom: 10px;
}
.lampBg.active{
    background: url(../images/deng2.png) left top no-repeat;
    background-size: 100% 100%;
}
.lamp p{
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #999999;
    line-height: 18px;
}
.light1::after{
    content:"";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background:#E53333 ;
}
.light2::after{
    content:"";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background:#E53333 ;
}
.light2_1::after{
    content:"";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 33%;
    height: 100%;
    background:#E53333 ;
}
.light2_2::after{
    content:"";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 66%;
    height: 100%;
    background:#E53333 ;
}
.light2_3::after{
    content:"";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background:#E53333 ;
}
.prizeNum.active::after{
    content:"";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background:#E53333 ;
}
.logoGroup img.p_logo1{
    width: 145px;
    height: 44px;
}
.logoGroup img.p_logo2{
    width: 175px;
    height: 32px;
    margin-left: 40px;
}
.content_title{
    padding-top: 80px;
    padding-bottom: 40px;
    font-size: 36px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: center;
    color: #333333;
    line-height: 50px;
}
.content2{
    width: 100%;
    position: relative;
    padding-bottom: 80px;
}
.content2::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1080px;
  background: url(../images/bg.png) center center no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.content2 .content_title{
    padding-top: 35px;
}
.content2_part1{
    padding: 40px 0;
    width: 1200px;
    background: #ffffff;
    border-radius: 8px;
    margin: 20px auto;
}
.content2_part1 h4{
    font-size: 24px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: center;
    color: #e53333;
    line-height: 33px;
    margin-bottom: 10px;
}
.content2_part1 p{
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #333333;
    line-height: 22px;
}
.videoList{
   padding: 0 30px;
    margin-top: 30px;
}
.videoList .videoItem{
    width: 366px;
}
.videoList .videoItem_bg{
    position: relative;
    height: 206px;
    margin-bottom: 12px;
}
.videoItem_bg1{
    background: url(../images/video1.png) center center no-repeat;
    background-size: 100% 100%;
}
.videoItem_bg2{
    background: url(../images/video2.png) center center no-repeat;
    background-size: 100% 100%;
}
.videoItem_bg3{
    background: url(../images/video3.png) center center no-repeat;
    background-size: 100% 100%;
}
.content2_part2{
    width: 1200px;
    height: 443px;
    background: #ffffff;
    border-radius: 8px;
    margin-top: 20px; 
    overflow: hidden;
}
.content2_left{
    width: 460px;
    background: #f3f2f2;
}
.content2_left li{
    padding-left: 30px;
    padding-right: 30px;
    height: 147px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 1px solid #fff;
    cursor: pointer;
}
.content2_left li:first-child{
    border-top:none;
}
.content2_left li h4{
    height: 25px;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: left;
    color: #000000;
    line-height: 24px;
    margin-bottom: 10px;
}
.content2_left li p{
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 18px;
}
.content2_left li.active,.content2_left li:hover{
    background: #e53333;
}
.content2_left li.active h4,
.content2_left li.active p,
.content2_left li:hover h4,
.content2_left li:hover p{
    color: #FFFFFF;
}
.is_allow{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 48px;
    height: 48px;
    transform: translate(-50%,-50%);
    background: url(../images/play.png) left top no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.is_allow:hover{
    background: url(../images/play2.png) left top no-repeat;
    background-size: 100% 100%;
}
.videoItem2{
    display: none;
}
.videoList2{
    width: 740px;
}
.videoItem2{
    position: relative;
    width: 680px;
    height: 383px;
    margin: 30px auto;
}
.videoList2 div:first-child{
    display: block;
    background: url(../images/video4.png) left top no-repeat;
    background-size: 100% 100%;
}
.videoList2 div:nth-child(2){
    background: url(../images/video5.png) left top no-repeat;
    background-size: 100% 100%;
}
.videoList2 div:nth-child(3){
    background: url(../images/video6.png) left top no-repeat;
    background-size: 100% 100%;
}
.documentList li{
    width:285px ;
}
.documentList li>div{
    position: relative;
    height: 387px;
}
.documentList li:first-child>div{
    background: url(../images/doc1.png) left top no-repeat;
    background-size: 100% 100%;
}
.documentList li:nth-child(2)>div{
    background: url(../images/doc2.png) left top no-repeat;
    background-size: 100% 100%;
}
.documentList li:nth-child(3)>div{
    background: url(../images/doc3.png) left top no-repeat;
    background-size: 100% 100%;
}
.documentList li:nth-child(4)>div{
    background: url(../images/doc4.png) left top no-repeat;
    background-size: 100% 100%;
}
.documentList li .is_allow{
    background: url(../images/play3.png) left top no-repeat;
    background-size: 100% 100%;
}
.documentList li .is_allow:hover{
    background: url(../images/play4.png) left top no-repeat;
    background-size: 100% 100%;
}
.documentList li p{
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #333333;
    line-height: 20px;
    margin-top: 12px;
}
.content3{
    padding-bottom: 80px;
}
.content4{
    padding-bottom: 80px;
    background: #F8F8F8;
}
/* 抽奖样式 start */
.section4{
    margin-top: 36px;
    z-index: 3;
}
.section4 .wrap{
    position: relative;
} 
.descImg5{
    position: absolute;
    left:-87px;
    top: 435px;
    width: 87px;
    height: 366px;
    background: url(../images/handleLeft.png) left top no-repeat;
    background-size: 100% 100%;
}
.descImg6{
    position: absolute;
    right:-87px;
    top: 435px;
    width: 87px;
    height: 366px;
    background: url(../images/handleRight.png) left top no-repeat;
    background-size: 100% 100%;
}
.section_qustion_bg{
    height: 910px;
    padding: 70px 70px 0;
    box-sizing: border-box;
    background: url(../images/contentBg2.png) no-repeat center top;
    background-size: 100% 100%;
}   
.activity_rule{
    height: 200px;
    background: linear-gradient(0deg,#fff1da 0%, #f9dd9e 100%);
    border-radius: 24px;
    box-shadow: 0px 0px 18px 0px #ffffff inset; 
    padding: 37px 66px 25px 30px;
    box-sizing: border-box;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 20px;
}
.activity_rule_left{
    width: 722px;
    color:#E53333 ;
    font-size: 16px;
    line-height: 26px;
}
.activity_rule_right{
    width: 173px;
}
.activity_rule_right img{
    display: block;
    width:103px ;
    height: 94px;
    margin: 0 auto 7px;
}
.activity_rule_right .qustion_btn{
    display: block;
    width: 173px;
    height: 55px;
    margin: 0 auto;
    cursor: pointer;
    background: url(../images/writeBtn.png) left top no-repeat;
    background-size: 100% 100%;
}
.activity_rule_right .qustion_btn:hover{
    background: url(../images/writeBtn2.png) left top no-repeat;
    background-size: 100% 100%;
}
.draw-title {
    text-align: center;
    margin-top: -36px;
}

.draw-wrap {
    margin-top: 140px;
    padding-top: 1px;
    padding-bottom: 84px;
    background: url(../images/five-bg3.png) no-repeat center top;
}

.draw-play {
    padding: 0 30px;
}

.draw-step {
    padding: 130px 30px 70px;
    font-size: 0;
}

.draw-step-lt,
.draw-step-gt {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.draw-step-lt {
    float: left;
}

.draw-step-lt a,
.draw-step-gt .uploadifive-button {
    position: absolute !important;
    top: 194px;
    right: 30px;
    width: 180px;
    height: 40px;
    /* background: rgba(0, 0, 0, .5); */
    cursor: pointer;
}

.draw-step-gt .uploadifive-button {
    top: 190px;
    right: 26px;
    width: 195px;
}

.draw-step-gt .uploadifive-queue {
    display: none !important;
}

.draw-step-gt {
    float: right;
}

.draw-list {
    float: left;
    width: 750px;
}

.draw-list-item {
    box-sizing: border-box;
    float: left;
    text-align: center;
    padding-top: 12px;
    border-radius: 12px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}

.draw-list-item.active {
    background: #ffd9d9;
    border-radius: 16px;
    box-shadow: 0px -8px 0px 0px #ffcbcb inset; 
}

.draw-list-item .vlm-wrap {
    justify-content: center;
    height: 86px;
}
.draw-list-item .vlm-wrap img.is_pc{
    margin: 0 auto;
}

.draw-list-click {
    cursor: pointer;
    font-size: 30px;
    font-weight: 700;
    padding: 0;
    color: #e0223a;
    background-image: -webkit-linear-gradient(#fec481, #ffb153);
    background-image: -moz-linear-gradient(#fec481, #ffb153);
    background-image: -ms-linear-gradient(#fec481, #ffb153);
    background-image: linear-gradient(#fec481, #ffb153);
}

.draw-winlist {
    overflow: hidden;
}

.draw-winlist-box {
    border-radius: 12px;
    background-color: #fff;
    height: 390px;
    overflow: hidden;
}

.draw-winlist-title {
    display: block;
    height: 52px;
    line-height: 52px;
    background-color: #d1082b;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.zjMd h3{
    padding-left: 30px;
    height: 50px;
    line-height: 50px;
    background: #e53333; 
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#jq_marquee_box {
    height: 265px;
    line-height: 26px;
    overflow: hidden;
    background: #FFFFFF;
    color: #000;
    border-top: none;
    border-radius: 0;
    font-size: 14px;
    margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#jq_marquee_box ul{
    padding-left:30px ;
    padding-right: 30px;
}
.zjMd h4{
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #666666;
    line-height: 34px;
    margin-bottom: 12px;
}
.tips{
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: left;
    color: #666666;
    line-height: 24px;
}
.prize_rule{
    margin-top: 40px;
    padding: 36px 30px;
    background: linear-gradient(180deg,#fff5f5, #ffffff);
    border: 1px solid #ffffff;
    border-radius: 8px;
}
.prize_rule h4{
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-align: left;
    color: #333333;
    line-height: 48px; 
    margin-bottom: 10px;
}
.prize_rule  div{
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 28px;
}
.draw-winlist-ul {
    padding-left: 40px;
}

.draw-winlist-item {
    width: 100%;
    display: table;
    table-layout: fixed;
    box-sizing: border-box;
}


.lt,
.ct,
.gt {
    display: table-cell;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    width: 100px;
    color: #333333;
}
.lt{
    width: 76px;
    color:#CC2F37;
}
.draw-winlist-item .lt {
    width: 75px;
    color: #B91A36;
}

.ct {
    width: 90px;
    color: #666666;
    text-align: center;
}

.draw-winlist-item .gt {
    width: 96px;
    color: #5D2D26;
}

.draw-winlist-tips {
    color: #fff;
    font-size: 15px;
    padding-top: 20px;
}
.draw-list-left{
    width: 750px;
   /* background: url(../images/contentBg3.png) left top no-repeat;
    background-size: 100% 100%;
     padding: 20px; */
    box-sizing: border-box;
    margin-right: 50px;
}
.draw-list-item {
    width: 240px;
    height: 180px;
    margin-right: 15px;
    margin-bottom:15px;
    padding-top: 29px;
    box-sizing: border-box;
    background: #ffeeee;
    border-radius: 16px;
    box-shadow: 0px -8px 0px 0px #fee1e1 inset; 
}
.draw-list-item.roll-5,
.draw-list-item.roll-6,
.draw-list-item.roll-7{
    margin-bottom: 0px;
}
.draw-list-item p {
    font-size: 16px;
    font-weight: 500;
    color: #A15C5C;
    line-height: 22px;
    letter-spacing: 2.24px;
    margin-top: 16px;
}

.roll-3,
.roll-4,
.roll-5 {
    margin-right: 0px;
}

#begin_btn {
    color:#FFFFFF;
    font-size: 34px;
    line-height: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e53333;
    border-radius: 16px;
    box-shadow: 0px -8px 0px 0px #c42828 inset; 
}
#begin_btn:hover{
    background: #c52424;
    border-radius: 16px;
    box-shadow: 0px -8px 0px 0px #9f2121 inset; 
    background-size: 100% 100%;
}
#begin_btn::after {
    display: none;
}

#begin_btn span {
    text-align: center;
}
#begin_btn span i{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1;
    margin-top: 17px;
    font-weight: 400;
}
#prize_area {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.company{
    padding-top: 20px;
    padding-bottom:80px ;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 24px;
}
.company_item img{
    display: block;
    padding-top: 60px;
    padding-bottom: 20px;
}
.aside{
    position: fixed;
    right:0;
    top:50% ;
    transform: translate(0,-50%);
    width: 150px;
    height: 284px;
    padding:  125px  24px 0;
    box-sizing: border-box;
    background: url(../images/aside.png) center center no-repeat;
    background-size: 100% 100%;
}
.aside>div>div{
    position: relative;
    background: #ae9999;
    border-radius: 4px;
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 32px;
    margin-top: 10px;
    cursor: pointer;
    overflow: hidden;
}
.aside>div>div.acitve::after{
    content:"";
    position: absolute;
    left: 0px;
    top: 0px;
    background: red;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.aside>div div{
    position: relative;
    z-index: 2;
}
.aside .aside_close{
    position:absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    background: url(../images/close.png) left top no-repeat;
    background-size: 100% 100%;  
    cursor: pointer;
}
.aside .aside_close:hover{
    background: url(../images/close2.png) left top no-repeat;
    background-size: 100% 100%;  
}
/* 抽奖样式 end */
/* 弹窗start */
.layer_user_info_form .layui-layer-title {
    background: #E53333;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    padding: 0 80px 0 30px;
  }
  
  .layer_user_info_form .layui-layer-setwin .layui-layer-close1 {
    background-position: 0 0px;
  }
  
  .layer_user_info_form .layui-layer-ico {
    background: url(../images/close3.png) no-repeat;
  }
  
  .submit_form_register {
    padding: 20px 40px;
  }
  
  .layer_user_info_form .collect_title {
    font-size: 14px;
    color: #E12C28;
    margin-bottom: 20px;
  }
  
  .submit_form_register .inline_dl_flex {
    display: flex;
    justify-content: space-between;
  }
  
  .submit_form_register .inline_dl_flex_box {
    width: 49%;
  }
  
  .submit_form_register .inline_dl {
    display: flex;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .lable_info9_wrapper {
    display: flex;
  }
  .lable_info9_wrapper label {
    flex: 1;
  }
  .submit_form_register .label_info_radio,
  .submit_form_register .label_info {
    display: block;
  }
  .color_red {
    margin-right: 5px;
    color: #D00000;
  }
  .submit_form_register .inline_dl input,
  .submit_form_register .inline_dl select {
    width: 230px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    text-indent: 10px;
    font-size: 16px;
    color: #333;
  }
  
  .submit_form_register .inline_dl input:focus-visible,
  .submit_form_register .inline_dl select:focus-visible {
    outline: aliceblue;
  }
  
  .submit_form_register .address_dt {
    width: 112px;
    white-space: nowrap;
  }
  .submit_form_register #address_select{
    display:flex ;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .submit_form_register #address_select select {
    width: 48%;
  }
  .submit_form_register #address_select .address_details {
    margin-top: 20px;
  }
  .submit_form_register input[type="checkbox"] {
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #707070;
    -webkit-appearance: none;
    outline: none;
    vertical-align: middle;
    border-radius: 4px;
    margin-right: 5px;
    box-sizing: border-box;
  }
  
  .submit_form_register input[type="checkbox"]:checked {
    background: url(../images/checkbox.png) center center no-repeat;
    background-size: cover;
    border: 1px solid rgba(0, 0, 0, 0);
    box-sizing: border-box;
  }
  
  .submit_form_register .label_info input[type="checkbox"] {
    position: relative;
    top: 0px;
  }
  
  .submit_form_register .label_info label {
    width: 47%;
    display: inline-block;
  }
  .submit_form_register .label_info11 dd,
  .submit_form_register .label_info8 dd{
    display: flex;
    align-items:center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .submit_form_register .label_info11 dd label:nth-child(2n-1),
  .submit_form_register .label_info8 dd label:nth-child(2n-1){
    width: 277px;
  } 
  .submit_form_register .label_info11 dd label:nth-child(2n),
  .submit_form_register .label_info8 dd label:nth-child(2n){
   width: 320px;
  }
  .submit_form_register .label_info8 dd label:nth-child(5), .submit_form_register .label_info8 dd label:nth-child(6){
    width: 500px;
  }
  .submit_form_register .label_info_radio label {
    display: block;
  }
  
  .submit_form_register .label_info_radio input[type="radio"] {
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #707070;
    -webkit-appearance: none;
    outline: none;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 5px;
    box-sizing: border-box;
  }
  
  .submit_form_register .label_info_radio input[type="radio"]:checked {
    background-size: cover;
    border: 3px solid #E53333;
    box-sizing: border-box;
    position: relative;
  }
  
  .submit_form_register .label_info_radio input[type="radio"]:checked:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #E53333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .layer_user_info_form .layui-layer-content {
    position: static !important;
  }
  
  .submit_form_register .label_info_radio input[type="radio"] {
    position: relative;
    top: 0px;
  }
  
  .layer_user_info_form .layui-layer-btn .layui-layer-btn0 {
    height: 70px;
  }
  .layer_user_info_form .layui-layer-btn .layui-layer-btn0 {
    background: transparent;
    border: 1px solid transparent;
    width: 350px;
    margin-bottom: 20px;
    display: block;
    height: 50px;
    background: rgba(227, 3, 39, 1);
    color: #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 50px;
    outline: none;
    border: none;
    font-size: 18px;
    bottom: 2px;
  }
  .label_info13 a:hover{
    text-decoration: underline;
  }
  
  /* 弹窗 ebd*/
  /*抽奖弹框*/
.layer_lotter_alert {    
    border-radius: 8px;
}
.layer_lotter_alert .layui-layer-title {
    border-bottom: 1px solid transparent;
    background-color: transparent;
}
.layer_lotter_alert_title_no .layui-layer-title{
    height: 30px;
}
.layer_lotter_success{
    text-align: center;
}
.layer_lotter_success_text1{
    /* margin-bottom: 20px; */
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #333333;
    line-height: 33px;
    margin-bottom: 5px;
}
.layer_lotter_success_text2{
    margin-bottom: 20px;
    line-height : 20px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #666666;
}
.layer_lotter_success_text1 img{
    vertical-align: middle;
    margin-right: 10px;
    width: 24px;
    height: 24px;
} 
.layer_lotter_success_text1 span{
    font-size: 18px;
    color:#333;
}
.layer_lotter_success .layer_lotter_success_text2{
    margin-bottom: 20px;
    line-height : 20px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #666666;
}
.layer_lotter_success_btn{
    display: block;
    margin:0 auto;
    width: 160px;
    height: 48px;
    background: #da1f3d;
    border-radius: 4px;
    font-size: 18px;
    color:#fff;
    line-height: 48px;
}
.layer_lotter_success_btn:hover{
    opacity: 0.8;
}
.layer_lotter_info{    
    text-align: center;
}
.layer_lotter_info img{
    height: 80px;
    display: block;
    margin: 0 auto;
    /* margin-bottom: 20px;
    margin-top: 20px; */
}
.layer_lotter_info .layer_lotter_text1{    
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top:30px ;
}
.layer_lotter_info .layer_lotter_text2{
    font-size: 14px;
    color: #666666;
}

.layer_lotter_answer{
    text-align: center;
}
.layer_lotter_answer_text1{
    font-size: 18px;
    text-align: center;
    color: #333333;
    margin-bottom: 15px;
}
.layer_lotter_answer_text2{    
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #e30327;
    margin-bottom: 15px;
}
.layer_lotter_answer_btn{    
    width: 160px;
    height: 48px;
    background: rgba(218 ,31, 61,1);
    border-radius: 4px;
    display: block;
    margin:0 auto;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color:#fff;
}
.layer_lotter_answer_btn:hover{
    background: rgba(218 ,31, 61,0.8);
}
.layer_lotter_prize{
    text-align: center;
}
.layer_lotter_prize_text1{
    font-size: 18px;
    color:#333;
    margin-top: 10px;
    margin-bottom: 5px;
}
.layer_lotter_prize_text2{
    font-size: 14px;
    color:#666666;
}
.layer_lotter_prize_btn{
    display: block;
    margin: 15px auto 0;
    width: 160px;
    height: 50px;
    background: #da1f3d;
    border-radius: 4px;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    opacity: 1;
}
.layer_lotter_prize_btn:hover{
    background: rgba(218 ,31, 61,0.8);
}
.layer_lotter_prize_name{
    text-align: center;
}
.layer_lotter_prize_name_text1{    
    font-size: 18px;
    font-weight: 700;
    color: #333333;
}
.layer_lotter_prize_name_text2{
    font-size: 24px;
    font-weight: 700;
    color: #da1f3d;
}
.layer_lotter_prize_name img{
    margin-top: 10px;
    margin-bottom: 10px;
}
.layer_lotter_prize_name_text3{    
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.layer_user_info_form .layui-layer-title {
    background: #e30327;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    padding: 0 80px 0 30px;
  }
    .successIcon{
        margin-top: 37px;
        margin-bottom: 20px;
    }  
/*抽奖弹框*/
.is_pc{
    display: block!important;
}
.is_mobile{
    display: none!important;
}
.submit_form_register .inline_dl.label_info13 {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 20px;
}

@media screen and (max-width: 800px) {
    .is_pc{
        display: none!important;
    }
    .is_mobile{
        display: block!important;
    }
    html{
        font-size: 13.3333333vw;
    }
    body{
        width: 100vw;
    }
    .m_banner {
        margin-top: 1.2rem !important;
    }
    .wrapper{
        width: 100%;
    }
    #top, #p_nav,.share_box, .p_nav, .p_banner, .p_logo{
        display: none;
    }
    .m_banner{
        display: block !important;
    }
    .m_logo{
        width: 2.6rem;
        margin-right: .2rem;
        position: relative;
    }
    .nav_bar{
        top: 0;
        height: 0.88rem;
        border-bottom: none;
        padding-left: 0.32rem;
        padding-right: 0.32rem;
        box-sizing: border-box;
    }
    .logoGroup img.p_logo1{
        width: 1.28rem;
        height: 0.38rem;
    }
    .logoGroup img.p_logo2{
        width: 1.56rem;
        height: 0.28rem;
        margin-left: 0.26rem;
    }
    .nav_bar>div{
        height: 100%
    }
    .m_nav_bar{
        display: flex;
    }
    .m_nav_bar li {
        position: relative;
        margin-left: 0.8rem;
        height: 0.64rem;
        line-height: 0.64rem;
        text-align: center;
    }
    .m_nav_bar li:first-child{
        margin-left: 0;
    }
    .m_nav_bar li.active a{
        color: #E53333;
    }
    .m_nav_bar li.active::after{
        content:"";
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%,0);
        width: 0.48rem;
        height: 0.04rem;
        background: #E53333;
    }
    .m_nav_bar li a {
        font-size: 0.28rem;
        background: #fff !important;
    }
    .banner{
        margin-top: 0.88rem;  
        height: 3.76rem;
        width: 100vw;
        background: url(../images/m/banner.png) left top no-repeat;
        background-size: 100% 100%;
    }
    .content{
        background: #f8f8f8;
        padding-left: 0.32rem;
        padding-right: 0.32rem;
    }
    .content1{
        padding-top: 0.4rem;
        padding-bottom: 0;
    }
    .w1200{
        width: 100%;
        margin: 0 auto;
    }
    .content1>div{
        display: block;
        padding: 0.32rem 0.32rem 0.4rem 0.32rem;
        height: auto;
        border-radius: 8px;
        background: linear-gradient(180deg,#fff5f5, #ffffff);
        border: 1px solid #ffffff;
        border-radius: 0.16rem;

    }
    .content_left1{
        width: 100%;
        font-size: 0.28rem;
        line-height: 0.48rem;
        margin-bottom: 0.4rem;
    }
    .lamp{
        margin-left: 0;
        text-align: center;
    }
    .lampBg{
        margin:0 auto 0.1rem;
        width: 1.1rem;
        height: 1.68rem;
    }
    .lamp p{
        font-size: 0.24rem;
        color: #999999;
        line-height: 0.36rem;
    }
    .content_right1{
        padding-left: 1.36rem;
        padding-right: 1.36rem;
    }
    .content_title{
        padding-top: 0.8rem!important;
        padding-bottom: 0.32rem!important;
        font-size: 0.48rem;
        line-height: 0.52rem;
        font-weight: 700;
        text-align: center;
        color: #333333;
    }
    .content2{
        width: initial;
        padding-bottom: 0.8rem;
    }
    .content2::after {
      content: none;
    }
    .content2_part1{
        padding: 0.48rem 0.32rem;
        box-sizing: border-box;
    }
    .content2_part1 h4{
        font-size: 0.36rem;
        font-family: PingFang SC, PingFang SC-Bold;
        font-weight: 700;
        text-align: center;
        color: #e53333;
        line-height: 0.5rem;
        margin-bottom: 0.2rem;
    }
    .content2_part1 p{
        font-size: 0.24rem;
        line-height: 0.36rem;
        color: #333333;
        text-align: left;
    }
    .videoList{
        display: block;
        margin-top: 0;
        padding: 0;
    }
    .videoList .videoItem{
        width: 100%;  
        margin-top: 0.4rem; 
    }
    .videoList .videoItem_bg{
        height: 3.5rem;
    }
    .is_allow{
        width: 0.8rem;
        height: 0.8rem;
    }
    .content2_part1 p{
        font-size: 0.28rem;
        font-family: PingFang SC, PingFang SC-Regular;
        font-weight: 400;
        text-align: center;
        color: #333333;
        line-height: 0.4rem; 
    }
    .content2_part2{
        margin-top: 0.32rem;
        display: none;
    }
    .content3 {
        background: #fff;
        padding-bottom: 0.8rem;
    }
    .documentList{
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .documentList li{
        width: 3.34rem;
        margin-bottom: 0.4rem;
    }
    .documentList li>div{
        height: 4.54rem;
    }
    .documentList li:first-child>div{
        background: url(../images/m/doc1.png) left top no-repeat;
        background-size: 100% 100%;
    }
    .documentList li:nth-child(2)>div{
        background: url(../images/m/doc2.png) left top no-repeat;
        background-size: 100% 100%;
    }
    .documentList li:nth-child(3)>div{
        background: url(../images/m/doc3.png) left top no-repeat;
        background-size: 100% 100%;
    }
    .documentList li:nth-child(4)>div{
        background: url(../images/m/doc4.png) left top no-repeat;
        background-size: 100% 100%;
    }
    .documentList li p{
        margin-top:0.2rem ;
        font-size: 0.28rem;
        line-height: 0.4rem;
    }

    /* 抽奖部分 start*/
    .activity_rule{
        height: 4.9rem; 
        padding: 0.37rem 0.2rem 0;
        background: url(../images/rule.png) left top no-repeat;
        background-size: 100% 100%; 
        box-sizing: border-box;
         flex-direction: column;
         justify-content: flex-start;
     }
     .activity_rule_left{
         width: 100%;
         font-size: 0.28rem;
         line-height: 0.38rem;
     }
     .activity_rule_right{
         position: relative;
         margin-top: 0.4rem;
         width: 2.39rem;
     }
     .activity_rule_right img{
         position: absolute;
         left: -0.63rem;
         top: -0.17rem;
         width: 1.12rem;
         height: 1.02rem;
     }
     .activity_rule_right  a.qustion_btn{
        width: 2.39rem;
        height: 0.76rem;
        background-size: 100% 100%; 
     }
     .draw-list-left{
         width: 100%;
     }
    #prize_area {
        display: block;
        padding: 0px;
    }

    .draw-list {
        width: 100%;
        box-sizing: border-box;
        padding:  0;
        background: none;
        border: none;
        border-radius: 0;
    }

    .draw-list-item {
        width: 2.18rem;
        height: 1.76rem;
        margin-right: 0.16rem;
        margin-bottom: 0.16rem;
        padding-top: 0px;
        position: relative;
    }

    .draw-list-item .vlm-wrap {
        height: 0.8rem;
        margin-top:0.2rem ;
    }
    

    #prilist li:nth-child(3n) {
        margin-right: 0rem;
    }


    #prilist .vlm {
        display: block;
        margin: 0 auto;
        height: 0.8rem;
        width: 1.24rem;
        margin-top: 0;
        font-size: 0.36rem;
    }
    .draw-list-item p {
        font-size: 0.24rem;
        font-weight: 500;
        line-height: 0.34rem;
        letter-spacing: 0.02rem;
        position: absolute;
        left: 0px;
        bottom: 0.24rem;
        text-align: center;
        width: 100%;
    }
    #begin_btn span i {
        font-size: 0.24rem;
        color: #cc2f37;
    }
    #begin_btn {
        color: #c80f02;
        font-size: 0.34rem;
        background: #e53333;
        box-shadow: 0px -8px 0px 0px #c42828 inset; 
        font-weight: 800;
        line-height: 0.41rem;
        letter-spacing: 0.05rem;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #prilist #begin_btn .vlm{
        width: 100%;
        color: #fff;

    }
    #begin_btn span i{
        color: #fff;
    }

    .zjMd {
        position: relative;
        width: 100%;      
        border-radius: 0;
        overflow: hidden;
        margin-top: 0.32rem;
        margin-left: 0;
    }
    .zjMd h3{
        height: 0.8rem;
        line-height: 0.8rem;
        background: #e53333;
        border-radius: 0.16rem 0.16rem 0px 0px;
        text-align: center;
        font-size: 0.32rem;
        color: #FFFFFF;
    }
    .zjMd h4{
        font-size: 0.28rem;
        font-family: PingFang SC, PingFang SC-Bold;
        font-weight: 700;
        text-align: left;
        color: #666666;
        line-height: 0.4rem; 
        margin-bottom: 0.24rem;
    }
    #jq_marquee_box {
        margin-top: 0px;
        margin-bottom: 0.4rem;
        width: 100%;
        height: 3.76rem;
        padding: 0.2rem 0.32rem;
        box-sizing: border-box;
        font-size: 0.28rem;
        line-height: 0.64rem;
        letter-spacing: 0.03rem;
        border-radius: 0;
        box-shadow: none;
        border-left: none;
    }
    
    #jq_marquee_box ul{
        padding: 0;
    }
    .lt, .ct, .gt{
        font-size: 0.24rem;
        height: 0.42rem;
        line-height: 0.42rem;
    }
    .tips{
        margin-top: 0.24rem;
        font-size: 0.24rem;
        color: #333333;
        line-height: 0.33rem;
    }
    .section4 .content_box{
        padding-bottom: 0;
    }
    .prize_rule{
        margin-top: 0.4rem;
        padding:0.48rem 0.32rem ;
        background: linear-gradient(180deg,#fff5f5, #ffffff);
        border: 1px solid #ffffff;
        border-radius: 0.16rem;
    }
    .prize_rule h3{
        height: 0.44rem;
        font-size: 0.32rem;
        font-family: PingFang SC, PingFang SC-Bold;
        font-weight: 700;
        text-align: left;
        color: #333333;
        margin-bottom: 0.2rem;
    }
    .prize_rule div{
        font-size: 0.28rem;
        color: #333333;
        line-height: 0.56rem ;
    }
    .content4{
        padding-bottom: 0.8rem;
    }
    .company{
        padding: 0 0.32rem  1.76rem;
    }
    .company_item img{
        padding-top: 0.8rem;
        padding-bottom: 0.4rem;
    }
    .company_item  div{
       font-size: 0.28rem;
       line-height: 0.56rem;
       color: #666666;
    }
    /* 抽奖部分 end*/
    .footer{
        display: none;
    }
   
    /* 弹窗部分 start*/
    .submit_form_register .inline_dl_flex{
        display: block;
    }
    .submit_form_register {
        padding: 0.2rem 0.4rem;
    }
    .submit_form_register .inline_dl_flex_box {
        width: 100%;
    }
    .submit_form_register .inline_dl dd{
        width: 100%;
    }
    .submit_form_register .label_info label {
        width: 100%!important;
        display: inline-block;
    }
    .submit_form_register .label_info11 dd, 
    .submit_form_register .label_info8 dd{
        width: 100%!important;
    }
     .form_btn {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 20px;
        display: block;
        left: 50%;
        transform: translate(-50%,0);
    }
    .submit_form_register .inline_dl{
        justify-content: flex-start;
        width: 100%;
        font-size: 0.32rem;
    }
    .submit_form_register .inline_dl dd{
        width: 80%;
    }
    .submit_form_register .label_info_radio.inline_dl dd{
        width: 100%;
    } 
    .submit_form_register .inline_dl input, .submit_form_register .inline_dl select{
        width: 100%;
        font-size: 0.32rem;
    }
    .submit_form_register .label_info10 dd, 
    .submit_form_register .label_info11 dd, 
    .submit_form_register .label_info13 dd{
        width: 100%;
    }
    .submit_form_register dl.label_info13 {
        line-height: 0.4rem;
        color: #999999;
        font-size: 0.28rem;
    }
    .submit_form_register .address_dt{
        width: 1.2rem;
    }
    .submit_form_register input[type="checkbox"]{
        width: 20px!important;
    }
    .submit_form_register{
        position: relative;
    }
    .submit_form_register .label_info_radio label {
        display: block;
        text-indent: -0.6rem;
        margin-left: 0.6rem;
        line-height: 1.8;
    }
    /* 弹窗部分 end*/
    .aside{
        left: 0px;
        bottom: 0px;
        right: auto;
        top: auto;
        transform: translate(0);
        height: 0.96rem;
        width: 100vw;
        background: none;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding:0 ;
        background: #fff;
        border-radius: 0.64rem 0px 0px 0px;
        box-shadow: 0px -0.04rem 0.08rem 0px rgba(0,20,48,0.10);
        z-index:1000
    }
    .aside .aside_close{
        display: none;
    }
    .aside>div{
        display: flex;
    }
    .aside .goTop{
        width: 0.64rem;
        height: 0.64rem;
        background: url(../images/goTop.png) left top no-repeat;
        background-size: 100% 100%;
        margin-left: 0.32rem;
        margin-right: 0.24em;
    }
    .aside>div>div{
        width: 1.8rem;
        height: 0.64rem;
        line-height: 0.64rem;
        background: #ae9999;
        border-radius: 0.08rem;
        font-size: 0.24rem;
        color: #ffffff;
        margin-right:0.08rem ;
    }
    .lottieWrap{
        position: fixed;
        right: 0;
        bottom:0.1rem ;
        width: 0.4rem;
        height: 0.76rem;
        background:#ec9f9b ;
        border-top-left-radius: 0.38rem;
        border-bottom-left-radius: 0.38rem;
        display: flex!important;
        align-items: center;
        justify-content: flex-end;
        z-index: 1000;
    }
    #lottie{
        width: 0.32rem;
        height: 0.32rem;
        transform: rotateZ(180deg);
    }
    .lottieWrap.fold  #lottie{
        transform: rotateZ(0);
    }
    .m_content2_part2 {
        position: relative;
        margin-top: 0.32rem;
        padding-bottom: 0.92rem;
        width: 100%;
        background: #fff;
        border-radius: 0.16rem;
        overflow: hidden;
    }  
    .m_content2_part2 .swiper-slide{
        padding: 0.48rem 0.12rem 0;
        box-sizing: border-box;
    }
    .videoItem2_desc{
        text-align: center;
    }
    .videoItem2_desc h4{
        font-size: 0.26rem;
        font-family: PingFang SC, PingFang SC-Bold;
        font-weight: 700;
        text-align: center;
        color: #e53333;
        line-height: 0.5rem;
    }
    .videoItem2_desc p{
        margin-top: 0.2rem;
        margin-bottom: 0.4rem;
        height: 1.44rem;
        line-height: 0.36rem;
        font-size: 0.24rem;
        color: #333;
    }
    .videoItem2{
        display: block;
        width: 100%;
        height: 3.38rem;
        margin: 0 auto;
    }
    .mVideoItem1{
        display: block;
        background: url(../images/video4.png) left top no-repeat;
        background-size: 100% 100%;
    }
    .mVideoItem2{
        background: url(../images/video5.png) left top no-repeat;
        background-size: 100% 100%;
    }
    .mVideoItem3{
        background: url(../images/video6.png) left top no-repeat;
        background-size: 100% 100%;
    }
    .m_content2_part2 .swiper-pagination, .m_content2_part2 .swiper-pagination2 {
        bottom: 0.4rem;   
        text-align: center;
    }
    .m_content2_part2  .swiper-pagination .swiper-pagination-bullet, .m_content2_part2  .swiper-pagination2 .swiper-pagination-bullet{
        width: 0.12rem;
        height: 0.12rem;
        background: rgba(48,48,48,0.80);
        border-radius: 50%; 
        margin: 0 0.04rem;
    }
    .m_content2_part2  .swiper-pagination .swiper-pagination-bullet-active, .m_content2_part2  .swiper-pagination2 .swiper-pagination-bullet-active{
        width: 0.4rem;
        height: 0.12rem;
        background: #e53333;
        border-radius: 0.06rem;
    }
    .swiper-pagination2 {
      margin-top: .2rem;
    }
    .submit_form_register .inline_dl.label_info13 {
        font-size: 0.24rem;
        line-height: 0.36rem;
    }
    
}
/*end */
