/*放大图片*/
.img_bg_pop{
    position: fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index: 9;
    display: none;
}
.img_bg_pop{
    text-align:right;
    font-size:22px;
}
.img_bg_pop>img{    
    width: 900px;
}
.img_bg_pop>span{
    position: absolute;
    right: -29px;
    top: -29px;
    cursor: pointer;
    font-size: 33px;
    display: inline-block;
    width: 27px;
    height: 20px;
    text-align: center;
    line-height: 16px;
    color: #20acff;
}
.seach_btn{
    cursor: pointer;
    position: relative;
    left: -29px;
    bottom: 15px;
}
.m_nav{
    display: none;
}
.m_show{
    display: none;
}
.is_allow{
    cursor: pointer;
}
.w_h_auto{
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
}
.hover .download_tit{
    background: #2e78e3
}
.title{
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    line-height: 72px;
}
.wrapper1218{
    width: 1218px;
}
.floor {
    margin-top:80px;
}
.aside{
    width: 146px;
    height: 144px;
    background: url(../images/aside.png) no-repeat;
    cursor: pointer;
    position: fixed;
    z-index: 9;
    top:50%;
    right:0px;
    transform: translate(0px,-50%);

}
div{
    box-sizing: border-box;
}

.scroll_style::-webkit-scrollbar-track
{
    border-radius: 12px;width: 12px;
    background-color:#1a3480;
}

.scroll_style::-webkit-scrollbar
{
    width: 12px;
    background-color: transparent;
}

.scroll_style::-webkit-scrollbar-thumb
{
    border-radius: 12px;width: 12px;
    background-color: #3251a9;
}
.header{
    height:80px;
    background: #202d48;
    color: #fff;
    position: fixed;
    top:30px;
    left:0px;
    right:0px;
    z-index:1;
}
.header li a{
    color: #fff;
    line-height: 77px;
    margin-left: 70px;
    display: inline-block;
    box-sizing: border-box;
    
}
.header li a.active{
    border-bottom: 3px solid #00B6F6;
    font-weight: 700;

    color: #00B6F6;
}
.header li:hover a{
    color: #00B6F6;
}
/* banner */
.banner{
    position: relative;
    margin-top: 110px;
    overflow: hidden;
    background: url('../images/banner.png') center center no-repeat;
    height: 400px;
}
/* banner */
/*text_box*/
.text_box{
    height: 142px;
    padding-top:37px;
    box-sizing: border-box;
    background-color:  #0b2879;
}
.text_box .wrapper{
    width:1197px;
    height:67px;
    margin:0 auto;
    background: url(../images/text.png) center center no-repeat;
}
.text_box .wrapper.active{
    background: url(../images/text2.png) center center no-repeat;
}
.text_box li{
    width:95px;
    height:67px;
   /* background: url(../images/text_bg2.png) no-repeat;*/
}

.text_box li.active{
    background: url(../images/text_bg1.png) no-repeat;
}
/*text_box*/
.activity_content .wrapper{
    height:428px;
    background:url(../images/section1.png) center center no-repeat;
    background-size: cover;
}
/*company_info*/
.company_info .wrapper{
    height:773px;
    background:url(../images/section2.png) center center no-repeat;
    padding-left: 85px;
    padding-right: 65px;
}
.company_info .wrapper .title{
    padding-right: 20px;
}
.company_content{
    padding-top: 60px;
}
.company_content h3{
    font-size:28px;
    line-height: 34px;
}
.company_content div div{
    height: 216px;
    overflow-y: auto;
    width: 600px;
    padding-right: 20px;
    margin: 30px 0px;
    margin-bottom: 40px;
}
.company1{
    position: relative;
    top: 31px;
    left: 17px;
}
.company_content div div p{
    line-height:26px;
}
.company_img{
    text-align: center;
    line-height: 30px;
}
.company_img>div{
    position:relative;
}
.company_img>div img{
    width: 317px;
}
.company_img>div span{
    position: absolute;
    top:50%;
    left:50%;
    width:58px;
    height:58px;
    transform:translate(-50%,-89%);   
    cursor: pointer;
    background:url(../images/play1.png?20210604) center center no-repeat;
}
.company_img>div span:hover{
    background:url(../images/play2.png?20210604) center center no-repeat;
}
/*company_info*/
/*product_info*/
.product_info  .wrapper{
    height:722px;
    background:url(../images/section3.png) center center no-repeat;
    padding-left: 121px;
    padding-right: 65px;
}
.product_info  .wrapper .title{
    padding-right: 40px;
}
.product_info_box{
    padding-top:70px;
}
.product_content{
    width: 742px;
    height: 437px;
    opacity: 1;
    background: url(../images/product_bg.png) no-repeat;
    border: 4px solid #333399;
    position:relative;
    color: #fff;
    box-sizing: border-box;
    padding: 26px;
    padding-bottom: 80px;
}
.product_content>div{
    height: 285px;
    padding-right: 20px;
    overflow-y: auto;
}
.product_content h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    height: 31px;
    line-height: 28px;
    padding: 0px 30px;
    display: inline-block;
    position: relative;
    left: -22px;

    background-color: #3c5ab2;
}
.product_content h3:after{
    content: "";
    width: 65px;
    height: 33px;
    position: absolute;
    top: 0px;
    right: -64px;
    background: url(../images/icon.png) center right no-repeat;

}
.product_content img{
    max-width:80%;
    margin:9px 0px;
    /* vertical-align: middle; */
}
.product_content p{
    line-height: 24px;
}
.product_content p i{
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    opacity: 1;
    border-radius: 50%;
    margin-right: 5px;
    background: #fff;
}
.product_content .seach_btn img{
    vertical-align: bottom;
}
.product_content  p.mb5{
    margin-bottom: 10px;
}
.ftb{
    font-weight:700;
}
.ten{
    text-indent: 10px;
}
.product_content .load_btn{
    position:absolute;
    bottom:29px;
    right:28px;
    width: 128px;
    height: 38px;
    background: #2446a5;
    border-radius: 6px;
    text-align: center;
    line-height: 38px;
    color: #fff;

}
.product_content .load_btn:hover{
    background: #1296db ;
}

.product_title li{
    width: 208px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background:url(../images/btn1.png) no-repeat;
    margin-bottom: 27px;
    font-size: 18px;
    font-weight:500;
    background-size:100% 100%;
    padding-left: 8px;
}

.product_title li:nth-child(4){
    padding-top: 5px;
    padding-left: 16px;
    /* padding-top:5px; */
}

.product_title li:nth-child(5){
    padding-top: 5px;
    padding-left: 8px;
    /* padding-top:5px; */
}

.product_title li.active{
    background:url(../images/btn2.png) no-repeat;
    background-size: 100% ;
}
.product_title li:hover{
    background:url(../images/btn2.png) no-repeat;
    background-size: 100% ;
}
.blue{
    color:#00B6F6;
    text-decoration: underline;
    text-decoration-color: #00B6F6;
}
/*product_info*/
/*question_info*/
.question_info  .wrapper{
    height: 661px;
    background:url(../images/section5.png) center center no-repeat;
    padding-top: 1px;
    position: relative;
}
.question_info  .wrapper>div{
    padding-left: 121px;
    padding-right: 65px;
}
.question_info  .wrapper .title{
    padding-right:102px;
}
.question_info_box{
    padding-top: 50px;
}
.question_info_box .item_input {
    line-height: 50px;
}
.question_info_box .checkbox_label{
    margin-right: 40px;
    margin-left: 2em;
}
.submit_question{
    position: absolute;
    right: 170px;
    width: 130px;
    height: 42px;
    opacity: 1;
    background: #2446a5;
    border-radius: 6px;
    outline: none;
    border: none;
    color: #fff;
    font-size: 20px;
}
.submit_question:hover{
    background: #1296db;
}
.submit_question.active{
    background: #d5f1ff;
    color:#0E215A;
    cursor: not-allowed;
}
.submit_question.active:hover{
    background: #d5f1ff;
}
/*question_info*/
/* 技术文章下载 */
.btn{
    width: 160px;
    height: 40px;
    opacity: 1;
    color:#39578C;
    border: 1px solid #4f79c3;
    background: #fff;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
}
.btn img{
    vertical-align: middle;
    margin-right: 5px;
}
.btn:hover{
    color:#fff;
    background: #4f79c3;
}

.line_bg{
    height:1px;
    background: #5dc4eb;
}
.download_box .last_btn{
    position: static;
    margin: 0 auto;
}
.video_content>div{
    width: 50%;
    height: 350px;
    box-sizing: border-box;
    position: relative;
}
.video_content1>div{

    margin-top: 40px;
    margin-bottom: 30px;
}
.video_content2>div{
    margin-bottom: 80px;
}
.video_content>div:first-child{
    background: #436092;
    padding:40px 30px;
}
.video_content>div:first-child h3{
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
}
.video_content>div:first-child p{
    line-height: 24px;
}
.video_content1>div:last-child{
    background: url(../images/video1.png) no-repeat;
    background-size: cover;
}
.video_content2>div:last-child{
    background: url(../images/video2.png) no-repeat;
    background-size: cover;
}
.video_icon{
    position:absolute;
    width: 50px;
    height:50px;
    bottom:20px;
    right:20px;
    background:url(../images/video_iocn1.png) no-repeat;

}
.video_icon:hover{

    background:url(../images/video_iocn2.png) no-repeat;
}
.video_icon:visited{

    background:url(../images/video_iocn2.png) no-repeat;
}
.video_icon:active{

    background:url(../images/video_iocn2.png) no-repeat;
}
/* 资料下载 */



/*复选框样式*/
input[type="radio"] {
  width: 16px;
    height: 16px;
    opacity: 1;
    border: 2px solid #0e2159;
  -webkit-appearance: none;
  border: 1px solid #1aa0c2;
  border-radius: 50%;
  outline: none;
  vertical-align: middle;
  border-radius:50%;
  margin-right: 10px;
  position:relative;
  background-color: transparent;
}
input[type="radio"]:checked:after{
position:absolute;
content:"";
left:50%;
top:50%;
transform: translate(-50%,-50%);
width: 8px;
height: 8px;
border-radius: 50%;
background: #00b6f6;

}




/*抽奖区域*/
.title_bg{
    width: 679px;
    height: 80px;
    background: url(../images/title_icon.png) center center no-repeat;
    margin:0 auto;
    margin-bottom: 80px;
}
.lottery_box {
    padding-bottom:70px;
}

.prize_name{
    margin: 8px 0;
    color: #d22222;
    font-size: 18px;
    display: block;
}
.success{
    width: 50px;
    height: 50px;
    display: inline-block;
    background: url('../images/ok.png')no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 10px;
}
.go_study{
    width: 120px;
    display: block;
    margin: 22px auto;
    height: 35px;
    line-height: 35px;
}

.lotter_alert.not_winning {
    width: 305px;
}
.lotter_alert.layui-layer-ico {
    background: url("../images/close.png") no-repeat !important;
}
.lotter_alert.layui-layer-close{
    width: 19px;
    height: 19px;
    background-size: 100% 100% !important;
}

.lotter_alert.not_winning .layui-layer-content {
    overflow: hidden;
}

.lotter_alert.layui-layer {
  /*  padding: 30px 20px;*/
    background: #fff;
    border-radius: 5px;
}
/*
.lotter_alert .layui-layer-title {
    display: none;
}
*/
.lotter_alert .layui-layer-content {
    text-align: center;
}

.lotter_alert .layui-layer-content i {
    display: block;
    color: #C77701;
    font-size: 40px;
    font-style: normal;
    padding: 10px 0 0 0;
}

.lotter_alert .layui-layer-content big {
    display: block;
    margin-bottom: 5px;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    margin-top: 35px;
}

.lotter_alert .layui-layer-content span {
    color: #999;
    font-size: 16px;
    line-height: 23px
}

.lotter_alert.no_chance {
    width: 305px;
}

.lotter_alert.no_chance big {
    display: block;
    padding-top: 0px;
    color: #342e2e;
    margin-top: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 700;
}
.prize_text{
    font-size: 24px;
    font-weight: 700;
    color: #e50112;
    line-height: 30px;
}
#no_change_study{
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 30px;
    color: #fff;
    width: 160px;
    height: 30px;
    opacity: 1;
    background: #00b6f6;
    border-radius: 15px;
}

.lotter_alert.no_chance .layui-layer-content {
    overflow: hidden;
}

.lotter_alert.winner {
    width: 305px;
}

.lotter_alert.winner big b {
    color: #ff0000;
}

.lotter_alert.winner img {
    display: block;
    margin: 10px auto;
    width: 100px;
}

.lotter_alert.winner span {
    line-height: 20px;
}

.lotter_alert.winner .layui-layer-content {
    overflow: hidden;
}
.lotter_alert .layui-layer-content big img{
    width: 35px;
    vertical-align: middle;
    margin-right: 11px;
}
.pop_desc{
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    margin-top: 4px;
    display: inline-block;
}
.no_chance .pop_desc{
    color: #fff;
    background: #e61439;
}

.section4{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.apply_use{
    width: 163px;
    height: 42px;
    background-color: rgba(233, 0, 41, 1);
    font-size: 14px;
    text-align: center;
    line-height: 42px;
    border-radius: 3px;
    display: block;
    color: #fff;
    margin: 40px auto 50px auto;
    border: none;
}
.apply_use:hover{
    background: rgba(101, 0, 17, 1);
}
#prilist{
    float: left;
    width: 672px;
}

#prilist li {
    display: block;
    background: #fff;
    float: left;
    margin: 0 20px 20px 0;
    width: 202px;
    padding: 30px 0;
    text-align: center;
    height: 153px;
    box-sizing: border-box;
    overflow: hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #333;
    background: #fff;
    font-size: 14px;
    border-radius: 12px;
}

#prilist li.right {
    margin-right: 0;
}

#prilist li.active {
    background: #cbf1ff;
}

#prilist img {
    display: block;
    height: 60px;
    margin: 0 auto 10px;
}
.winner_desc{
    padding: 118px 80px 0px 80px;
    font-size: 14px;
    line-height: 34px;
    color: #fff;
}
.winner_desc div:nth-child(1){
    margin-right: 60px;
}
.winner_desc div:last-child{
    line-height:18px;
    text-align:center;
    padding-top: 27px;
}
.winner_desc img{
    vertical-align:middle;
    margin-right:5px;
}
.winner_desc span{
    margin-right: 40px;
    display: inline-block;
    margin-top: 30px;
}
#prilist #begin_btn {
    padding: 0;
    height: 153px;
    line-height: 153px;
    font-size: 20px;
    color: #fff;
    background: #00A3DC;
    cursor: pointer;
}
#prilist #begin_btn:hover{
    background: #00b6f6;
}
#prilist #begin_btn:active {
    font-size: 16px;
}

#winner_list {
    float: right;
    width: 434px;
}

#winner_list a {
    text-decoration: underline;
}

#winner_list .list_box {
     display: block;
    padding-top: 10px;
    background: #00b6f6;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 12px;
    margin-bottom: 10px;
}

#winner_list .list_box b {
    display: block;
    margin: 0 auto;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
    color: #fff;
    padding-left: 20px;
    box-sizing: border-box;
    text-align: center;
    letter-spacing: 4px;
}
.tip_box>p:first-child{
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 5px;
}
.tip_box>p:last-child{
    font-size: 12px;
    color: #fff;
    line-height: 22px;
}
.tip_box>p span{
    color:#00B6F6;
}
/*#fcdee3*/

#winner_list .list_box p {
    line-height: 20px;
}

#winner_list .tips {
    line-height: 20px;
    color: #999999;
    font-size: 12px;
    display: block;
}
#winner_list .tips a{
    color: #9a001b;
}
#jq_marquee_box {
    margin-top: 10px;
    height: 346px;
    line-height: 15px;
    overflow: hidden;
    background: #fff;
    color: #000;
    border-top: none;
    padding: 20px 0;
    padding-top: 10px;
    border-radius: 0px 0px 12px 12px;
    font-size: 14px;
    background: #ffffff;
    box-shadow: 0px 25px 65px 0px rgba(51,51,51,0.11);
}

#winner_ul {
    display: block;
    padding: 0 20px 0 20px;
}

#winner_ul .null {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    padding-top: 30px;
}

#winner_ul li {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 28px;
    color: #333333;
    padding-left: 20px;
    box-sizing: border-box;
}
#winner_ul li span{
    color: #666666;
}
#winner_ul li em{
    display: inline-block;
    width: 70px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 14px;
}
#winner_ul li em{
    color:#2C68C0;
}
#winner_ul li:nth-child(1){
}
#winner_ul li em:last-child{
    width: 170px;
}
/* 弹窗 */
.pop_window {
    z-index: 1011;
    position: fixed;
    padding: 0px;
    margin: 0px 0px 0px -250px;
    width: 420px;
    top: 15%;
    left: 50%;
    color: rgb(0, 0, 0);
    border: 8px solid rgb(216, 216, 216);
    border-radius: 5px;
    cursor: default;
    height: 528px;
    line-height: 1.6;
    background: rgb(255, 255, 255);
    font-size: 14px;
    max-height: 596px;
    min-height: 528px;
}
.pop_window .dialog-hd{
    width: 100%;
    line-height: 50px;
    text-indent: 20px;
    background: #091c90;
    color: #fff;
}

.form-item {
    height: 484px;
    overflow-y: scroll;
}
.layer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(25, 25, 25, 0.8);
}
.pop_window_box .error {
    color: #f00;
    background: none;
    padding-left: 8px;
    font-weight: normal;
}

#video_box .dialog {
    background: #F6F6F6;
}
#video_box #video_player{
    height: 100%;
}
#video_box .pop_window {
    width: 800px;
    height: 500px;
    margin-left: -400px;
}
#video_player_box {
    padding: 0;
}
#video_player_box {
    height: 450px;
}
#video_box .dialog-hd {
    margin-right: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #fff;
    border: none;
    height: 30px;
    border-radius: 5px;
}
.radio_box dt{
    float: inherit !important;
}
#submit_form{
    overflow: inherit;

}
#submit_form .reason_box{
    display: none;
}
.pop_window{
    border: none;
    border-radius: 5px;
    box-shadow: 2px 1px 10px #000000;
    z-index: 99999;
}
.dialog{
    border-radius: 5px;
}
.collect_title{
    text-indent: 20px;
    margin: 16px 0;
    color:#2446A5;
}
.close-dialog{
    right: 5px;
    top: 5px;
    color: #999999;
}
.inline_dl {
    padding: 0 40px;
    box-sizing: border-box;
}

#submit_form .inline_dl dd{
    float: inherit;
}
#submit_form .user_info_cookie{
    margin-left: 36px;
}
.input_box{
    width: 300px;
    margin: 0 auto;
    position: relative;
}
.input_box span{
    position: absolute;
    left: 20px;
    top: 5px;
    font-size: 20px;
    color: #999;
}
.input_box input{
    width: 300px;
    line-height: 40px;
    border-radius: 5px;
    padding: 0px 10px 0 50px;
    box-sizing: border-box;
}
.dialog-bd{
    padding: 0;
}
#s_tip_box{
    text-align: center;
}
#s_tip_box h2{
    font-size: 24px;
    color: #e30327;
    text-align: center;
    margin-bottom: 40px;
}
#s_tip_box p{
    margin-bottom: 40px;
    font-size: 20px
}
#s_tip_box h5{
    color: #999;
}

#submit_form .inline_dl .wid100{
    width: 100%;
    margin: 0;
    border-radius: 3px;
}
.info_msgBox{
    height: 100%;
    overflow: auto;
}
/*用户资料 - 弹窗表单*/
#submit_form{
    height: 100%;
    overflow-y: auto;
}
.color_red{
    color:#d22;
}
#submit_form dl{
    display: block;
    margin: 10px 0;
    margin-bottom: 20px;
    color:#333;
}
#submit_form dt{
    display: block;
    font-size: 14px;

}
#submit_form dt i{
    font-weight: normal;
    font-style: normal;
}
#submit_form dt span{
    font-weight: normal;
    color: #999;
    font-size: 12px;
}

#submit_form dd{
    font-size: 14px;
    color: #666;
}
#submit_form dd input[type=text]{
    border: 1px solid #ddd;
    padding: 8px 10px;
    width: 100%;
    border-radius: 5px;
}
#submit_form dd label{
    margin: 10px 10px 10px 0;
    line-height: 14px;
}
#submit_form label input{
    margin-right: 5px;
    vertical-align: initial;
}
#submit_form .inline_selects label{
    float: left;
    width: 280px;
}
#submit_form .inline_dl dt{
    float: left;
    width: ;
    line-height: 25px;
}
#submit_form .inline_dl select{
    width: 129px;
    height: 35px;
    margin: 0 10px 10px 0;
    border: 1px solid #ddd;
}
#submit_form .inline_dl #address_select select:last-child{
    margin-right:0px;
}
#submit_form textarea{
    width: 81%;
    display: block;
    height: 60px;
    padding: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
    resize: none;
    border-radius: 3px;
    margin-left: 47px;
}
.user_self_input .layui-layer-btn{
    box-sizing: border-box;
    padding: 0 20px 12px;
}
.user_self_input .layui-layer-btn0{
    width: calc(100% - 35px);
    text-align: center;
    background: #2446a5 !important;
    border: 1px solid #2446a5 !important;
    padding: 0;
    font-size: 14px;
    height: 35px;
    display: block;
    margin: 0 auto;
    line-height: 35px;
    position: relative;
    top:-120px;
}
.form_tip_bottom{
    padding:0px 40px;
    padding-top: 70px;
    color: #A9A9A9;
    font-size: 12px;
}
.user_self_input .layui-layer-btn0:hover{
    background: #45649c !important;
    border: 1px solid #45649c !important;
}
.frm_btn {
    background: none;
    color: #fff;
    width: 100%;
    height: 36px;
    vertical-align: top;
    border: none;
    outline: none;
    cursor: pointer;
}
.dialog{
    height: 100%;
    position: relative;
}
.header_common .layui-layer-title {
   padding: 0 80px 0 20px;
    height: 35px;
    line-height: 42px;
    border-bottom: 0px solid #eee;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    background: transparent;
    border-radius: 2px 2px 0 0;
}
.header_common  .layui-layer-ico {
  /*  background: url(../images/close.png) no-repeat;*/
}
.header_common .layui-layer-setwin .layui-layer-close1{
   /* background-position: 0px;*/
}
.header_username .layui-layer-title {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    background: #2446a5;
    border-radius: 2px 2px 0 0;
}
.header_username  .layui-layer-ico {
    background: url(../images/close.png) no-repeat;
}
.header_username .layui-layer-setwin .layui-layer-close1{
    background-position: 0px;
}
/*  #submit_form .sub {
    width: 200px;
    margin: 20px auto;
    background: #091c90;
    float: inherit;
    cursor: pointer;
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
}

#submit_form .sub:hover {
     background: #2e78e3;
} */

 .close-dialog {
    position: absolute;
    top: 10px;
    right: 30px;
    width: 28px;
    height: 28px;
    color: #D0CECF;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
 }
 .close-dialog:hover {
    color: #444;
 }
 .radio_box{
    display: block !important;
    line-height: 35px;
 }
/* 弹窗 */



.new{
    position: absolute;
    right: 0;
    top: 0;
    background: url(/static/main/img/new.gif)no-repeat;
    width: 35px;
    height: 13px;
    display: block;
}
 #submit_form  .label_info dt{
        padding-bottom:10px;
        display: block;
        float: inherit;
    }
    #submit_form  .label_info dd{
        display: block;float: inherit;
    }
    .header_m{
        display: none;
    }
@media screen and (max-width: 750px) {

  
    html{
        font-size: 13.333333333vw;
    }
    body{
        width: 100vw;
    }
    .ac {
        border-bottom: 3px solid #3788df;
    }
    .ac a{
        color: #3788df !important;
        font-weight: 700;
    }
    .banner {
        margin-top: 0.8rem;
        background: url(../images/banner_m.png) center center no-repeat;
        background-size: cover;
        height: 3.5rem;
    }
    .m_show{
        display: block;
    }
    .m_hide{
        display: none;
    }
    .floor {
        margin-top: 0.8rem;
    }
    .aside {
        height: 1.45rem;
        background: url(../images/aside_m.png) no-repeat;
        cursor: pointer;
        background-size: 100% , 1.45rem;
        width: 100%;
        position: fixed;
        z-index: 9;
        top: auto;
        bottom: 0px;
        right: 0px;
        left: 0px;
         transform: translate(0px,0); 
    }
    .header_m{
        display: block;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 0.88rem;
        background: #39578c;
    }
    .wrapper{
        width: 100%;
    }

    #top{
        display: none;
    }
    .header {
        height: 0.8rem;
        top: 0px;
    }
    .header div>img{
        width:1.4rem;
        margin-left:0.3rem;
    }
    .header li a {
        line-height: 0.8rem;
        margin-left: 0.5rem;
    }
    .title {   
        font-size: .32rem;
        line-height: 0.75rem;
        height:auto;
    }
    .text_box .wrapper{
        width: 100%;
        background: url(../images/text_m.png) center center no-repeat;
        background-size: contain;
    }
    .text_box .wrapper.active {
        background: url(../images/text2_m.png) center center no-repeat;
        background-size: contain;
    }
    .text_box {
        height: 2.2rem;
        padding-top: 0.36rem;
    }
     .activity_content .wrapper {
        height: 6.3rem;
        background: url(../images/section1_m.png) center center no-repeat;
        background-size: 7.01rem 6.3rem;
    }
    .company_info .wrapper {
        height: 13rem;
        background: url(../images/section2_m.png) center center no-repeat;
        background-size:7.16rem 13rem;
        padding: 0px;
    }
    .company_info .wrapper .title{
        padding-right: 0px;
    }
    .company_content h3 {
        font-size: 0.3rem;
        line-height: 0.34rem;
    }
    .company_content div div {
        height: 3.9rem;
        width: 100%;
        padding-right: 0.2rem;
        margin: 0px;
        margin-top: 0.2rem;
        margin-bottom: 0.4rem;
    }
    .company_content div div p {
        line-height: 0.4rem;
        font-size: 0.22rem;
    }
    .company_content {
        padding: 0.8rem 0.5rem 0px 0.75rem;
        display: block;
    }
    .company_img img{
        width:2rem !important;
    }
    .company_img>div{
        font-size: 12px;
    }
    .company_img {
        line-height: 0.4rem;
        padding: 0.3rem 0.7rem;
        padding-right: 0.5rem;
    }
    .company1 {
        position: relative;
        top: 0px;
        width: 100%;
        left:0px;
        margin-top: 0.2rem;
    }
    .company_img>div span {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0.36rem;
        height: 0.36rem;
        transform: translate(-50%,-88%);
        cursor: pointer;
        background: url(../images/play1.png?20210604) center center no-repeat;
        background-size: 0.36rem 0.36rem;
    }
     .company_img>div span:hover{
        background: url(../images/play2.png?20210604) center center no-repeat;
        background-size: 0.36rem 0.36rem;
     }
    .product_info .wrapper {
        height: 12.15rem;
        background: url(../images/section3_m.png) center center no-repeat;
        background-size: 7.16rem 12.15rem;
        padding: 0px;
    }
    .product_info .wrapper .title {
        padding-right: 0px;
    }
    .product_info_box {
        display:block;
        padding-top: 0.8rem;
    }
    .product_title ul{
        text-align: center;
        vertical-align: top;
    }
    .product_content {
        width: 5.7rem;
        height: 5.4rem;
        border: 0.04rem solid #333399;
        padding: 0.26rem;
        padding-bottom: 0.8rem;
        margin: 0 auto;
        background: url(../images/product_bg_m.png) no-repeat;
        background-size:5.7rem 5.4rem; 
    }
    .product_title li {
        width: 2.41rem;
        height: 0.82rem;
        display: inline-block;
        margin-right: 0.5rem;
        vertical-align: top;
        line-height: 0.8rem;
        padding-left: 0px;
    }
    .product_title li:nth-child(4){
         line-height: 0.3rem;
        padding-top: 0.17rem;
        padding-left: 0.2rem;
        text-align: left;
    }
    .product_title li:nth-child(5){
         line-height: 0.3rem;
        padding-top: 0.17rem; 
        text-align: center;
    }
    .product_title li:nth-child(2n){
        margin-right: 0px;
    }
    .product_title li.active {
        background: url(../images/btn2.png) no-repeat;
        background-size: 2.41rem  0.82rem;
    }
    .product_title li {
        background: url(../images/btn1.png) no-repeat;
        background-size: 2.41rem  0.82rem;
        margin-bottom: 0.33rem;
        font-size: 0.24rem;
    }
    .product_content>div {
        height: 3.5rem;
        padding-right: 20px;
        overflow-y: auto;
        overflow-y: auto !important;
        overflow-x: hidden!important;
    }
    .scroll_style img{
        max-width: 97%;
    }
    .product_content .load_btn {
        position: absolute;
        bottom: 0.3rem;
        right: 0.4rem;
        width: 1.8rem;
        height: 0.56rem;
        background: #1296db;
        border-radius: 6px;
        text-align: center;
        line-height: 0.56rem;
        color: #fff;
    }
    .product_content h3{
        font-size: 0.2rem;
        font-weight: 700;
        margin-bottom: 12px;
        height: 0.40rem;
        line-height: 0.38rem;
        padding: 0px 0.3rem;
        display: inline-block;
        position: relative;
        left: -0.22rem;
        background-color: #3c5ab2;
    }
    .product_content  .product_content_title{
        font-size: 0.2rem;
    }
    .product_content h3:after {
        content: "";
        width: 0.65rem;
        height: 0.4rem;
        position: absolute;
        top: 0px;
        right: -0.6rem;
        background: url(../images/icon.png) center right no-repeat;
        background-size:0.65rem 0.4rem;
    }
    .question_info .wrapper {
        height: 9.4rem;
        background: url(../images/section5_m.png) center center no-repeat;
        background-size: 7.18rem 9.4rem;
        padding-top: 1px;
        position: relative;
    }
    .question_info .wrapper .title{
        padding-right: 0px;
    }
    .question_info .wrapper>div{
        padding:0px;
    }
    #question_form{
        padding: 0.8rem 0.4rem 0 0.8rem;
    }
    .question_info_box .item_input{
        line-height: 0.4rem;
    }
    #question_form .item_input{
        margin-bottom:0.35rem;
    }
    #question_form .item_input p{
        margin-bottom:0.25rem;
       /* text-indent:2em;
        margin-left:-2em;*/
    }
    .title_bg {
        width: 6.17rem;
        height: 0.8rem;
        background: url(../images/title_icon_m.png) center center no-repeat;
        background-size: 6.17rem 0.8rem;
        margin: 0 auto;
        margin-bottom: 0.4rem;
    }

    .question_info_box .checkbox_label {
        margin-right: 0rem;
        margin-left: 1.4em;
    }
    .submit_question {
        position: absolute;
        right: 0.7rem;
        bottom: 0.9rem;
        width: 1.8rem;
        height: 0.56rem;
        border-radius: 6px;
        font-size: 0.3rem;
    }
    .pop_download_content{
        position: fixed;
        top: 0;
        left: 0;
        top: 8%;
        left: 0;
        z-index: 100;
    }
    .pop_download_content::after{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: red;
    }

    .pop_bg{
        display: block;
        width: 100%;
        background: rgba(0,0,0,.8);
        height: 100%;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 99;
    }
    .close_pop_content{
        position: absolute;
        top: 0;
        right: 6px;
        background: #ccc;
        width: 30px;
        height: 30px;
        text-align: center;
        border-radius: 50%;
        font-size: 16px;
        text-align: center;
        line-height: 30px;
    }
    .mr75{
        margin-right: .45rem;
    }
    .data_img {
        width: 4rem;
        height: auto;
    }

    #winner_ul {
        display: block;
        padding: 0 0rem 0 0.2rem;
    }
    #winner_ul li em:first-child{
        width: 22%;
        float: left;
    }
     #winner_ul li em{

    line-height: 0.6rem;
    }
    #winner_ul li span{
        width:auto;
        margin:0px;
        float: left;
    }
    #winner_ul li em:last-child {
        width: auto;
        float: left;
    }
    .winner_desc {
        padding: 0.3rem 0.3rem 0rem 0.4rem;
        border-radius: 5px;
        border: 0px dotted #9acbff;
        font-size: 0.24rem;
        line-height: 0.45rem;
        margin: 10px 0.3rem;
        margin-top: 0px;
        display: block;
        position: relative;
    }
   .winner_desc div:nth-child(1) {
        margin-right: 0px;
        font-size: 0.2rem;
        line-height: 0.34rem;
    }
   
    .winner_desc i{
        margin-bottom: 0.2rem;
        display: inline;
    }
    .tip_box{
       margin-bottom: 1rem;
    }
    .winner_desc{
        background: transparent;
        padding-bottom: 0.6rem;
    }
    .winner_desc span {
        margin-right: 0px;
        display: inline-block;
        margin-top: 0.2rem;
        display: block;
    }
    .winner_desc img {
        vertical-align: middle;
        margin-right: 5px;
        width: 0.46rem;
    }
    .winner_desc div:last-child {
        line-height: 18px;
        text-align: center;
        padding-top: 27px;
        position: absolute;
        right: 28px;
        bottom: 13px;
        text-align: center;
        /* width: 50%; */
    }
    .winner_desc img.code{
        width: 1.57rem;
        display: inline-block;
    }
    #winner_ul li span {
        margin: 0 .6rem !important;
        font-size: .28rem;
    }
    .lotter_alert.layui-layer {
      /*  width: 90% !important;*/
    }
    .play{
        width: 15% !important
    }
    #prize_area{
        padding: 0;
    }
    #prilist{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width:7rem;
        float: none;
        margin: 0 auto;
    }
    #prilist::after {
        display: none;
    }
    #prilist li{
        margin: 0 0 .16rem;
        width: 2.24rem;
        box-sizing: border-box;
        height: 1.86rem;
        padding: .16rem 0;
        font-size: .22rem; 
        word-break: break-all;
    }
     #prilist img{
        height: 36px;
        margin-top: 13px;
     }
    
     #prilist #begin_btn{
        box-sizing: border-box;
        height: 1.86rem;
        line-height: 1.86rem;
        font-size: .35rem;
        margin-bottom: 0;
     }
     #winner_list{
        width: 94%;
        margin: 20px 3% 0;
        font-size: 17px;
     }
     #winner_list .tips{
        color: #666;
     }
     #jq_marquee_box {
        height: 46vh;
     }
    
    .footer{
        display: none;
        border-top:0px;
    }

    #winner_list .tips{
        display: none;
    }
    .pop_window{
        width: 92%;
        margin: 10% 0px 0px -46%;
        height: 500px;
    }
    .info_msgBox{
        height: 390px;
        overflow: auto;
    }
    #submit_form dd input[type=text]{
        width: 100%;
        border-radius: 5px;
    }
    #submit_form .inline_dl textarea{
        width: 78%;
        height: 40px;
        overflow:hidden;
        resize:none;
        border-radius: 5px;
    }
    #submit_form .inline_dl select {
        width: 115px;
    }
    #submit_form  .label_info dt{
        padding-bottom:10px;
        display: block;
        float: inherit;
    }
    #submit_form  .label_info dd{
        display: block;float: inherit;
    }
    #submit_form dd label{
        /*margin: 5px 0;*/
    }
    #submit_form dd label:nth-of-type(1){
        margin-right:10px;
    }
    .pop_window{
        top: 0%;
    }
   
    .close-dialog{
        right: 15px;
        color: #525252;
    }
    #submit_form{
        height: 100%;
    }
    .winner .layui-layer-content{
        font-size: 17px;
    }
    .new_not_winning .layui-layer-content{
        font-size: 20px;
    }
    .question .ui-text {
        margin-left: 10px;
        width: 4rem;
    }
    .m_banner{
        margin-top: 60px;
    }
    .m_banner img{
        vertical-align: bottom;
    }
    .collect_title{
        font-size: .28rem;
    }
    .user_self_input{
        width: 90% !important;
    }
    .lotter_alert .layui-layer-content span{
        font-size: .3rem;
        line-height: .6rem;
    }
    .lotter_alert.no_chance big {
        
        padding: 0px ;
        font-size: 0.4rem !important;
    }
    .inline_dl {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .user_self_input .layui-layer-btn0{
        top:0px;
    }
    .form_tip_bottom{
        padding:0px 20px;
    }
    .seach_btn{
        width:1px;
        height: 1px;
        position: relative;
        left: 0px;
        bottom: 0px;
        display: inline;
    }
    .seach_btn img{
        position: absolute;
        top: -34px;
        left: -0.59rem;
        max-width: 0.5rem;
        height: 0.5rem;
    }
    .img_bg_pop{
        width: 100%;
    }
    .img_bg_pop>img{
        max-width: 100%;
        min-width:100%;
    }   
    .img_bg_pop>span {
        position: absolute;
        right: 0.2rem;
        top: -0.6rem;
        cursor: pointer;
        font-size: 0.6rem;
        display: inline-block;
        width: 0.6rem;
        height: 0.5rem;
        text-align: center;
        line-height: 0.4rem;
    }
    .ten{
        text-indent: 0px;
    }
}

@media screen and (max-width: 320px){
    .product_title li:nth-child(4){
        width: 2.71rem;
        text-align: left;
    }
    .product_content .product_content_title{
        font-size: 12px;
        padding: 0;
    }
}