.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
}
div{
    box-sizing: border-box;
}
.layui-layer,
.layui-layer div{
    box-sizing: content-box;
}
video{
    vertical-align: bottom;
}
.section_title{
    text-align: center;
}
.section_title h2{
    font-weight: 600;
    font-size: 80px;
    text-shadow: 3px 3px 8px  rgba(0,0,0,0.23); 
    margin-bottom: 10px;
}
.section_title h3{
    font-size: 34px;
    font-weight: 400;
    color: #939396;
    margin-bottom: 20px;
}
/* banner */
.banner{
    position: relative;
    margin-top: 30px;
    z-index: 3;/*
    overflow: hidden;*/
}
.banner_pc_box{
    width:100%;
    overflow: hidden;
}
.banner_pc{
    width: 100%;
   /* max-width: 100%;*/
 /*   position: relative;
    left: 50%;
    transform: translate(-50%,0);*/
}
.banner_m{
    display:none;
}
.baner{
    position:relative; 
}
.banner_nav{
    position: absolute;
    bottom: 14%;
    left:50%;
    transform: translate(-50%,0);
    width: 1000px;
    margin:0 auto;
}
.banner_nav ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.banner_nav ul li{
    width: 268px;
    height: 74px;
    cursor: pointer;
    background: url(../images/nav_bg1.png) center center no-repeat;
    text-align: center;
    line-height:74px;
}
.banner_nav ul li:hover{
    background: url(../images/nav_bg2.png) center center no-repeat;
}
.banner_nav ul li a{
    color: #333;
    font-size: 24px;
}
.banner_nav ul li img{
    margin-right: 16px;
    vertical-align: middle;
}
.banner_activity{
    background: url(../images/rule_bg.png) center center no-repeat;
  /*  box-shadow: 0px 2px 16px 0px rgba(29,119,188,0.26); */
    box-sizing: border-box;
    height: 164px;
    padding: 33px 0px 0px 60px;
    margin-bottom:  30px;
    position: absolute;
    left:50%;
    bottom:-12%;
    transform: translate(-50%,0);
    z-index: 3;
}
.banner_activity .rule_title{
    position: absolute;
    top:12px;
    left:0px;
}
.banner_activity p{
    line-height:28px;
    font-size: 16px;

}
/* banner */
/*section1*/
.section1{
    height: 1077px;
    background: url(../images/bg2.png) center center no-repeat;
    background-size: 100%  100%;
    width: 100%;
    margin-top:-100px;
    padding-top:180px;
    box-sizing: border-box;
}

.small_box{
    text-align: center;
    height: 693px;
    background: url(../images/small.png) center center no-repeat;
    margin-top: 28px;
}
/*section1*/

/*section2*/

.section2{
    height: 1291px;
    background: url(../images/bg3.png) center center no-repeat;
    background-size: 100% 100%;
    width: 100%;
    margin-top: -10%;
    padding-top: 80px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.section2 .able{
    height:821px;
    width: 1404px;
    margin:0 auto;
    background: url(../images/able.png) center center no-repeat;
    position: relative;
}
.able_title{
    position:relative;
    top:140px;
    opacity: 0;
    /*
    left:120px;
    bottom:0px;*/
}
.able_title p{
    font-size: 32px;
    color: #999999;
}
/*section2*/

/*container2*/
/*container*/
.container{
    background:url(../images/bg4.png) no-repeat;
    background-size: cover;
    margin-top: -182px;
    padding-top: 180px;
    position: relative;
    z-index:1;
    padding-bottom: 187px;
}
.product{
    padding-bottom: 80px;
}
.product_bg{
    height: 754px;
    background: url(../images/product_bg.png) center center  no-repeat; 
    position: relative;
    margin-top:80px;
}
.product_bg>i{
    cursor: pointer;
    position:absolute;
    width: 119px;
    height: 109px;
}
.product_bg .product_load1{
    left:0px;
    top:300px;
    animation: bounce-down 2s linear infinite;
    background: url(../images/product_1.png) center center no-repeat;  
}
.product_bg .product_load2{
    left: 481px;
    top:142px;
    animation: bounce-down 2s 0.2s linear infinite;
    background: url(../images/product_2.png) center center no-repeat;  
}
.product_bg .product_load3{
    left: 751px;
    top:245px;
    animation: bounce-down 2s 0.4s linear infinite;
    background: url(../images/product_3.png) center center no-repeat;  
}
.product_bg .product_load4{
    left: 662px;
    top:382px;
    animation: bounce-down 2s 0.6s  linear infinite;
    background: url(../images/product_4.png) center center no-repeat;  
}
.product_bg .product_load5{
    left: 470px;
    top:490px;
    animation: bounce-down 2s  0.8s linear infinite;
    background: url(../images/product_5.png) center center no-repeat;  
}
.product_bg .product_load6{
    left: 285px;
    top:625px;
    animation: bounce-down 2s  1s linear infinite;
    background: url(../images/product_6.png) center center no-repeat;  
}
.product_bg .product_load_btn{
    transition: all 0.5s;
}
.product_bg .product_load_btn:hover{
    transform: scale(1.1);
}
@-webkit-keyframes bounce-down {
    25% {-webkit-transform: translateY(-10px);}
    50%, 100% {-webkit-transform: translateY(0);}
    75% {-webkit-transform: translateY(10px);}
}
@keyframes bounce-down {
    25% {-webkit-transform: translateY(-10px);}
    50%, 100% {-webkit-transform: translateY(0);}
    75% {-webkit-transform: translateY(10px);}
}
.video_tec{
    height: 1181px;
    background: url(../images/video_bg.png) center center no-repeat;
    margin-top: -190px;
    padding-top: 90px;
    position: relative;
    z-index: 2;
}
.video_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.video_list li{
    width: 390px;
    height: 310px;
    background: url(../images/video_box.png);
    margin-bottom: 40px;
    box-sizing: border-box;
    padding-top: 30px;
    position: relative;
}
.video_list li:after{
    content:"";
    position: absolute;
    bottom:-33px;
    left:0px;
    width: 100%;
    height: 33px;
    background: url(../images/shade.png) center center no-repeat;
    
}
.video_list li>div{
    width: 340px;
    height: 191px;
    background: #a7cdeb;
    margin:0 auto;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.video_list li>div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.video_list li>div:hover img{
    transform: scale(1.2);
}
.video_list li>div:after{
    content:"";
    width: 56px;
    height:56px;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/play.png) center center;
}
.video_list li p{
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding-top: 15px;
}
/*container*/
.container2{
    background: url(../images/question_bg.png) center top no-repeat;
    margin-top: -100px;
    background-size: cover;
    padding-bottom:85px;
}
.question{
    padding-top: 200px;
}
.question_box{
    height: 586px;
    position: relative;
    background: url(../images/q1.png) center center no-repeat;
    background-size: cover;
    margin-top: 50px;
}
.question_list{/*
    background-color: #fff;*/
}
.question_list>ul{
    width: 266px;    
    border-top: 0.5px solid #5598f3;
}
.question_list>ul li{
    line-height: 56px;
    text-align: center;
    position: relative;;
    border-bottom:  0.5px solid #5598f3;
}
.question_list>ul li img{
    display: none;
    position: absolute;
    top:50%;
    right:20px;
    transform: translate(0,-50%);
}
.question_list>ul li.active img{
    display: block;
}
.question_list>ul li.active{
    background: #1685da;
    color:#fff;
}
.question_tip{    
    border-radius: 8px 8px 0px 0px;
    padding: 31px 110px 39px 40px;
    border-top:2px solid rgba(22 ,133, 218,0.08);
    position: relative;
}
.question_tip p{
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
}
.question_tip p span{
    color:#01EEFF;
}
.question_tip p:first-child span{
    font-weight: 700;
}
#form_question{
    padding: 55px 30px 0px 30px;
    width: 73%;
}
.select_btn_box span{
    line-height: 48px;
    text-align: center;
}
.select_btn_box .select_pre{
    width: 160px;
    height: 48px;
    border: 1px solid #1685da;
    border-radius: 8px;
    cursor: pointer;
    color:#1685DA;
}
.select_btn_box .select_next{
    width: 160px;
    height: 48px;
    border: 1px solid #1685da;
    border-radius: 8px;
    cursor: pointer;
    color:#1685DA;
}
.select_btn_box .select_pre:hover,
.select_btn_box .select_next:hover{
    background: #1685da;
    color:#fff;
}
.select_btn_box  .select_num{
    margin:0 20px;
}
.item_input{
    margin-bottom:55px;
    height: 140px;
}
.item_input>p{
    margin-bottom: 19px;
    font-weight: 700;
}
.item_input>div{
    margin-left:1em;
}
.item_input label{
    width: 20%;
    margin-bottom: 16px;
    display: inline-block;
}

input[type="radio"] {
  width: 20px;
  height: 20px;
  border:1px solid #ccc;
  -webkit-appearance: none;
  border-radius: 10px;
  outline: none;
  vertical-align: middle;
  border-radius:50%;
  margin-right: 10px;
  box-sizing: border-box;
}
input[type="radio"]:checked {
  background: url(../images/radio.png) center center no-repeat;
  background-size:cover;
  border:1px solid rgba(0,0,0,0);
  box-sizing: border-box;
}
.label_info input[type="radio"]:checked {
  background: url(../images/radio1.png) center center no-repeat;
  background-size:cover;
  border:1px solid rgba(0,0,0,0);
  box-sizing: border-box;
}
.label_info input[type="radio"],.label_info input[type="radio"]:checked {
  position: relative;
  top:4px;
}
.form_question_btn{
    width: 160px;
    height: 48px;
    background: #1685da;
    border-radius: 8px;
    font-size: 18px;
    color:#fff;
    text-align: center;
    line-height: 48px;
    display: none;
  /*  display: none;*/
}
.form_question_btn:hover{
    background-color: #1977BF;
}
.form_question_btn.disabled{
    background: #999999;
}
/*container2*/
/*company_info*/
.company_info{
    height: 400px;
    background:url(../images/company.png) center center no-repeat;
    box-sizing: border-box;
    padding-top: 57px;
}
.company_info .company_info_text1{
    padding-top: 35px;
    padding-bottom: 20px;
    line-height: 24px;
    width: 600px;
}
.company_info .company_info_text2 a{
    color:#1685DA;
}
.company_info .company_info_text2 span{
    display: inline-block;
    margin-right: 70px;
}
.code{
    padding-top:87px;
    display:    flex;
}
.code .video7{
    width:  355px;
    height:  200px;
    background: url(../images/video7.png) center center no-repeat;
    background-size: cover;
    margin-right:   10px;
    position:   relative;
    cursor: pointer;
}
.code .video7:after {
    content: "";
    width: 56px;
    height: 56px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/play.png) center center;
}
.code  img{
    width: 200px;
    height: 200px;
}

/*company_info*/
h2{
    text-align: center;
    font-size: 34px;
    font-family: 微软雅黑 bold;
    position: relative;
    margin: 0 0 32px 0;
    font-weight: 400;
}
section{
    padding: 50px 0;
    box-sizing: border-box;
}
#download1,
#download,
#video,
#lottery,
#about {
    position: relative;
    top: -60px;
    display: block;
    height: 0;
    overflow: hidden;
}










/*抽奖区域*/
.lottery_box {
    padding-top: 30px;
    padding-bottom:0;
}
.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 .no_chance_img{
    margin-top: 20px;
}
.lotter_alert .layui-layer-content big.no_chance_text1{
    font-size:18px;
    margin-top:10px;
}
.lotter_alert .layui-layer-content span {
    color: #999;
    font-size: 14px;
    line-height: 23px
}

.lotter_alert.no_chance {
    width: 305px;
}

.lotter_alert.no_chance big {
    display: block;
    padding-top: 10px;
    color: #342e2e;
    margin-top: 20px;
}

.lotter_alert.winner .prize_name_text1{
    font-size: 18px;
    font-weight: 700;
    padding-top:20px;
}
.lotter_alert.winner .prize_name_img img{
    margin-top:55px;
    margin-bottom: 45px;
}
.lotter_alert.winner .prize_name_text2{
    font-size: 30px;
    color: #1685da;
    margin-bottom: 20px;
    font-weight: 700;
}
.lotter_alert.winner .prize_name_text3{
    font-size: 14px;
    color :#666666;
}
.lotter_alert.no_chance .layui-layer-content {
    overflow: hidden;
}

.lotter_alert.winner {
    width: 305px;
}
.success_text img{
    margin-top: 30px;
}
.success_text .success_text1{
    font-size: 24px;
    padding-top: 15px;
    font-weight: 700;
}
.lotter_alert.winner big b {
    color: #ff0000;
}


.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;
}
.layui-layer.qualify_layer{
    border-radius: 8px;
}
.qualify_layer .layui-layer-title{
    display: none;
}
.qualify_layer .qualify_text {
    text-align: center;
}
.qualify_layer  .qualify_text2{
    font-size: 16px;
    line-height: 30px;
}
.qualify_layer  .qualify_text3{
    font-size: 30px;
    font-weight: 700;
    color: #1685da;
    margin-bottom: 40px;
}
.qualify_layer  .qualify_text4{
    display: block;
    margin:0 auto;
    width: 160px;
    height: 50px;
    background: #1685da;
    border-radius: 8px;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    color:#fff;
} 
.qualify_layer  .qualify_text4:hover{
    background: #1977BF;
}
.qualify_layer .qualify_text img{
    width: 100%;
}
.qualify_layer .layui-layer-setwin .layui-layer-close1{
    background-position: 0;
}
.qualify_layer .layui-layer-ico {
    background: url(../images/close3.png) no-repeat;
}
.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: 750px;
    margin-right: 52px;
}

#prilist li {
    display: block;
    float: left;
    margin: 0 15px 15px 0;
    width: 240px;
    padding: 30px 0;
    text-align: center;
    height: 180px;
    box-sizing: border-box;
    overflow: hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #337ab7;
    background: url(../images/prize_bg.png) no-repeat;
    background-size: cover;
    font-size: 16px;
}
#prilist li>div{
    height: 101px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#prilist li.right {
    margin-right: 0;
}

#winner_ul li em:first-child{
color: #337ab7;
}
#prilist li.active {
    background: url(../images/prize_bg1.png) no-repeat;
    background-size: cover;
}

#prilist img {
    display: block;
    margin: 0 auto 10px;
}
.winner_desc{
    margin-top: 15px;
    color: #555555;
    line-height: 24px;
}
.winner_desc>i{
    line-height: 36px;
}
#prilist #begin_btn #start{
    position: relative;
    z-index: 2;
    font-size: 30px;
    line-height:30px;
    padding-top:60px;
}

#prilist #begin_btn #start span{
    display:block;
    text-align: center;
    font-size: 14px;
    padding-top:5px;
}
#prilist #begin_btn {
    padding: 0;
    height: 180px;
    line-height: 180px;
    font-size: 20px;
    color: #fff;
    background: url(../images/btn1.png) center center no-repeat;
    cursor: pointer;
    border-radius: 16px;
    position:relative;
    z-index: 1;
}


/*#prilist #begin_btn:after{
    content:"";
    position: absolute;
    top:0px;
    left: 0px;
    width: 240px;
    height: 170px;
    opacity: 1;
    background: #1685da;
    border-radius: 16px;
}
#prilist #begin_btn:hover:after{
    background: #1977bf;
}*/
#prilist #begin_btn:hover{
    background: url(../images/btn2.png) center center no-repeat;
}
#prilist #begin_btn:active {
    font-size: 16px;
}

#winner_list {
    float: right;
    width: 398px;
}

#winner_list a {
    text-decoration: underline;
}

#winner_list .list_box {
    display: block;
    padding-top: 10px;
    background: #1685da;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    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;
    font-weight: 400;
}

/*#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: 282px;
    line-height: 15px;
    overflow: hidden;
    background: #fff;
    color: #000;
    border-top: none;
    padding: 20px 0;
    padding-top: 10px;
    border-radius: 0 0 8px 8px;
    font-size: 14px;
}

#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:last-child{
    width: 170px;
}

/* 弹窗 */
.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);
}
#video_box .dialog {
    background: #F6F6F6;
}
#video_box #video_player{
    height: 100%;
}
#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;
}

.dialog{
    border-radius: 5px;
}
.collect_title{
    text-indent: 30px;
    margin-bottom:  16px;
    margin-top:5px;
    color: #FB4754;
}
.close-dialog{
    right: 5px;
    top: 5px;
    color: #999999;
}
.inline_dl {
    padding: 0 30px;
    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: 15px 0;
}
#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;
    line-height: 35px;
}
.label_info dt{
    line-height:45px!important;
}
#submit_form .inline_dl select{
    width: 45%;
    height: 35px;
    margin: 0 10px 10px 0;
    border: 1px solid #ddd;
}
#submit_form .inline_dl select:nth-child(2){
    margin-right: 0px;
}
#submit_form textarea{
    width: 84.5%;
    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!important;
    position: relative;
    top: -25px;
}
.user_self_input .layui-layer-btn0{
    width:74%;
    text-align: center;
    background: #1685da !important;
    border: 1px solid #1685da !important;
    padding: 0;
    font-size: 14px;
    height: 50px;
    display: block;
    margin: 0 auto;
    line-height: 50px;
}
.user_self_input .layui-layer-btn0:hover{
    background: #1977BF !important;
    border: 1px solid #1977BF !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;
}

 .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;
 }
 .user_self_input  .layui-layer-title {
    padding: 0 80px 0 30px;
    height: 42px;
    line-height: 57px;
    border-bottom: 0px solid #eee;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    overflow: hidden;
    background-color: transparent;
    border-radius: 2px 2px 0 0;
}
.scord_text .scord_text1{
    font-size: 18px;
    font-weight: 700;
    padding-top: 20px;
}
.scord_text .scord_text2{
    font-size: 30px;
    font-weight: 700;
    color: #1685da;
    padding-top: 20px;
    padding-bottom: 30px;
}
.scord_text .scord_text3{
    color: #666666;
}
/* 弹窗 */
/*产品方案弹框*/
.window_product_pop{
    position: fixed;
    top:0px;
    left: 0px;
    bottom:0px;
    right:0px;
    background-color: rgba(0,0,0,0.5);
    z-index: 99999;
    display: none;
}
.product_content_pop{
    position:absolute; 
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius:8px; 
    padding:50px 24px 40px 24px;
}
.product_content_close{    
    position:absolute; 
    right:16px;
    top:16px;
    width:20px;
    height:20px;
    cursor: pointer;
    background: url(../images/close1.png) center center no-repeat;
}
.product_content_close:hover{
    background: url(../images/close2.png) center center no-repeat;
}
.window_product_pop .product_content_site{
    font-size: 12px;
    text-align: left;
    margin-bottom: 20px;
}
.window_product_pop .product_content_site i{
    font-weight: 700;
}
.window_product_pop .product_content_title{
    font-size: 24px;
    font-weight: 700;
    text-align: left;
}
.window_product_pop .product_content_title img{
    vertical-align: middle;
}
.product_content_content_info1 p,.product_content_content_info2 p{

    line-height: 24px;
}
.product_content_content_info1 img{
    margin-left: 50px;
}
.product_content_content_info2 h3{
    font-weight: 700;
    margin-bottom: 5px;
}
.product_content_load{
    display: block;
    text-align: center;
    line-height: 50px;
    color:#fff;
    width: 160px;
    height: 50px;
    background: #1685da;
    border-radius: 8px;
    margin-top: 30px;

}
.product_content_load img{
    vertical-align: middle;
    width: 16px;
    height: 16px;
}
/*产品方案弹框*/
#nav2,#nav3{
    position: relative;
    top: -50px;
}
/*侧边栏*/
.aside{
    position: fixed;
    z-index: 9;
    right:5px;
    top:50%;
    transform: translate(0,-50%);
    background: url(../images/aside.png) center center  no-repeat;
    width: 152px;
    height: 234px;
    box-sizing: border-box;
    padding-top: 27px;
}
.aside li{
    width: 120px;
    height: 40px;
    background: url(../images/aside_btn.png) center center no-repeat;
    text-align: center;
    margin:0 auto;
    margin-bottom: 8px;
}
.aside li:hover,.aside li.active{
    background: url(../images/aside_hover.png) center center no-repeat;
}
.aside li a{
    line-height: 40px;
    color:#fff;
    display: inline-block;
    width: 100%;
    position:relative;  
}
/*.aside li:nth-child(1) a>i:nth-child(1),
.aside li:nth-child(2) a>i:nth-child(1),
.aside li:nth-child(3) a>i:nth-child(1){
    position:   absolute;
    left:0px;
    top:7px;
    display: inline-block;
    width: 12px;
    height: 26px;
    background: url(../images/aside_icon1.png) center center no-repeat;
}
.aside li:nth-child(1):hover a>i:nth-child(1),
.aside li:nth-child(2):hover a>i:nth-child(1),
.aside li:nth-child(3):hover a>i:nth-child(1){
    background: url(../images/aside_icon2.png) center center no-repeat;
}
.aside li.active:nth-child(1):hover a>i:nth-child(1),
.aside li.active:nth-child(2):hover a>i:nth-child(1),
.aside li.active:nth-child(3):hover a>i:nth-child(1){
    background: url(../images/aside_icon2.png) center center no-repeat;
}*/
.aside li:nth-child(4) i{
    border: 7px solid #fff;
    border-color: transparent transparent #fff transparent;
    position: relative;
    top: -13px;
    margin-right: 5px;
}
/*侧边栏*/
.nav_bar{
    display:    none;
}
.section1 .section_title,
.section2 .section_title
{
    position: relative;
    top:140px;
    opacity: 0;
}
.section2 .able,
.section1 .small_box{
    position: relative;
    top:280px;
    opacity: 0;
}
@media screen and (max-width: 1500px){
    .section2{
        margin-top: -17%;
    }
    .banner_nav ul li {
        width: 250px;
        height: 64px;
        cursor: pointer;
        background: url(../images/nav_bg1.png) center center no-repeat;
        background-size: 100% 100%;
        text-align: center;
        line-height: 64px;
    }
    .small_box {
        text-align: center;
        background: url(../images/small.png) center center no-repeat;
        background-size: contain;
        margin-top: 28px;
    }
    .section2 .able {
        height: 821px;
        width: 1200px;
        margin: 0 auto;
        background: url(../images/able.png) center center no-repeat;
        background-size: contain;
        position: relative;
    }
    .section_title h2 {
        font-weight: 600;
        font-size: 65px;
        text-shadow: 3px 3px 8px rgb(0 0 0 / 23%);
        margin-bottom: 10px;
    }
    .section_title h3 {
        font-size: 28px;
        font-weight: 400;
        color: #939396;
        margin-bottom: 20px;
    }
    .banner_activity {
        background: url(../images/rule_bg.png) center center no-repeat;
        background-size: 100% 100%;
        height: 164px;
        padding: 33px 0px 0px 50px;
        margin-bottom: 30px;
        position: absolute;
        left: 50%;
        bottom: -15%;
        transform: translate(-50%,0);
        z-index: 3;
    }
    .banner_activity .rule_title {
        position: absolute;
        top: 12px;
        left: 19px;
        width: 46px;
    }
}
@media screen and (max-width: 750px) {

    
    html{
        font-size: 13.333333333vw;
    }
    body{
        width: 100vw;
        background: #eef5ff;
    }
    #nav2,#nav3{
        position: relative;
        top:-1.4rem;
    }
    #nav1{
        position: relative;
        top:-0.9rem;
    }
    .ac {
        border-bottom: 3px solid #3788df;
    }
    .ac a{
        color: #3788df !important;
        font-weight: 700;
    }
    .aside{
        display: none;
    }
    .banner {
        margin-top: 0rem;
         margin-bottom: 2.5rem;
     
       /* background-size: 100% 3.75rem;
        height: 3.75rem;*/
    }
    .banner_m{
        width:  100%;
        display:    inline-block;
    }

    .banner_pc{
        display:    none;
    }
    .m_show{
        display: block;
    }
    .m_hide{
        display: none;
    }
    
    h2{
        font-size: .4rem;/*
        margin: 0 0 .6rem 0 !important;*/
    }
    .wrapper{
        width: 100%;
    }
    #top{
        display: none;
    }
    .section_title h2 {
        font-size: 0.8rem;
        margin-bottom: 0.3rem;
    }
    .section_title h3 {
        font-size: 0.32rem;
        font-weight: 400;
        color: #939396;
        margin-bottom: 0.3rem;
    }
    .section_title img{
        width: 0.37rem;
    }
    /*nav_bar*/
    .nav_bar{
        position: fixed;
        top:0px;
        left: 0px;
        right:0px;
        z-index: 9;
        height: 0.96rem;
    }
    .nav_bar ul {
        height: 100%;
    }
    .nav_bar ul li{
        line-height: 0.96rem;
        text-align: center;
        width: 33.333%;
        background: #f6f6f6;
    }
    .nav_bar ul li a{
        display: inline-block;
        width: 100%;
        height: 100%;
        font-size: 0.28rem;
        color:#333;
    }
    .nav_bar ul li.active a{
        color:#1685DA;
    }
    /*nav_bar*/
    section{
        padding: .5rem 0.3rem;
        box-sizing: border-box;
    }
    .banner_nav {
        position: absolute;
        bottom: 1.2rem;
        left: 50%;
        transform: translate(-50%,0);
        width:  calc(100% - 0.6rem);
        margin: 0 auto;
    }
    .banner_nav ul li {
        width: 2.16rem;
        height: 0.72rem;
        cursor: pointer;
        background: url(../images/nav_bg1.png) center center no-repeat;
        background-size: 100% 100%;
        text-align: center;
        line-height: 0.62rem;;
    }
    .banner_nav ul li a {
        font-size: 0.24rem;
    }
    .banner_nav ul li a img{
        width:  0.4rem;
        margin-right:0.1rem;
    }

    .banner_activity {
        padding: 0.3rem 0.8rem;
        margin-bottom: 0.3rem;
        position: absolute;
        left: 50%;
        bottom: 0rem;
        transform: translate(-50%,90%);
        z-index: 3;
        width: 100%;
        box-sizing: border-box;
        background: url(../images/rule_bg_m.png) center center no-repeat;
        background-size: cover;

    }
    .banner_activity .rule_title{
        display: none;
    }
    .banner_activity p {
        line-height: 1.8;
        font-size: 0.28rem;
    }
    /*section1*/
    .section1 {
        height: auto;
        background: url(../images/bg2_m.png) center top no-repeat;
        background-size: 100% 100%;
        width: 100%;
        margin-top: -4rem;
        padding-top: 4.5rem;
        box-sizing: border-box;
    }
    .small_box {
        text-align: center;
        height: 3.46rem;
        background: url(../images/small_m.png) center center no-repeat;
        background-size: cover;
        margin-top: 0.9rem; 
    }
    /*section1*/  
    /*section2*/ 
    .section2 {
        height: auto;
        background: url(../images/bg3_m.png) center center no-repeat;
        background-size: 100% 100%;
        width: 100%;
        margin-top: -0.6rem;
        padding-top: 0.8rem;
        box-sizing: border-box;
        position: relative;
        z-index: 2;
        padding-bottom: 2.6rem;
    }
    .section2 .able {
        height: 4.16rem ;
        width: 95%;
        margin: 0 auto;
        background: url(../images/able_m.png) center center no-repeat;
        background-size: cover;
        position: relative;
    }
    .able_title {
        position: relative;
        top:270px;
        left: 0.3rem;/*
        bottom: -1.3rem;*/
    }
    .able_title p {
        font-size: 0.32rem;
        color: #999999;
    }
    /*section2*/ 
    /*主体*/
    .container {
        background: #eef5ff;
        margin-top:0;
        padding-top: 0.3rem;
        padding-bottom: 0.6rem;
    }
    .product {
        padding-bottom: 0;
    }
    .product_bg>i {
        cursor: pointer;
        position: absolute;
        width: 1.19rem;
        height: 1.09rem;
    }
    .product_bg {
        height: 10.68rem;
        background: url(../images/product_bg_m.png) center center no-repeat;
        background-size: cover;
        position: relative;
        margin-top:0.8rem;
    }
    .product_bg .product_load1{
        left:0.3rem;
        top:2rem;
        animation: bounce-down 2s linear infinite;
        background: url(../images/product_1.png) center center no-repeat;  
        background-size: cover;
    }
    .product_bg .product_load2{
        left: 0px;
        top:5.36rem;
        animation: bounce-down 2s 0.2s linear infinite;
        background: url(../images/product_2.png) center center no-repeat;  
        background-size: cover;
    }
    .product_bg .product_load3{
        left:2.4rem;
        top: 6.8rem ;
        animation: bounce-down 2s 0.4s linear infinite;
        background: url(../images/product_3.png) center center no-repeat; 
        background-size: cover; 
    }
    .product_bg .product_load4{
        left: 0.5rem;
        top:7.8rem;
        animation: bounce-down 2s 0.6s  linear infinite;
        background: url(../images/product_4.png) center center no-repeat; 
        background-size: cover; 
    }
    .product_bg .product_load5{
        left:3.85rem;
        top:4.7rem;
        animation: bounce-down 2s  0.8s linear infinite;
        background: url(../images/product_5.png) center center no-repeat; 
        background-size: cover; 
    }
    .product_bg .product_load6{
        left: 78%;
        top: 3.72rem;
        animation: bounce-down 2s  1s linear infinite;
        background: url(../images/product_6.png) center center no-repeat;
        background-size: cover;  
    }
    .video_tec {       
        height: auto;
        background: url(../images/video_bg_m.png) center center no-repeat;
        background-size: cover;
        margin-top: 0;
        position: relative;
        z-index: 2;
        padding-top: 0.8rem;
        padding-bottom: 1rem;
    }
    .video_list li {
        width: 48%;
        height: 2.72rem;
        background: url(../images/video_box.png);
        background-size: cover;  
        margin-bottom: 0.2rem;
        box-sizing: border-box;
        padding-top: 0.2rem;
    }
    .video_list li:after{
        display: none;
    }
    .video_list li>div {
        width: 90%;
        height: 1.88rem;
    }
    .video_list li p {
        text-align: center;
        color: #fff;
        font-size: 0.28rem;
        padding-top: 0.1rem;
    }
    .video_list li>div:after {
        content: "";
        width: 0.48rem;
        height: 0.48rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        background: url(../images/play.png) center center;
        background-size: cover;  
    }
    .container2 {
        background:transparent;
        margin-top: 0px;
        background-size: cover;
        padding-bottom: 85px;
    }
    .question_box {
        height: 15rem;
        position: relative;
        background: url(../images/q1_m.png) center center no-repeat;
        background-size: 100% 100%;
        margin-top: 0.8rem;
    }
    .question_list>ul{
        display: none;
    }
    .question {
        padding-top: 0.8rem;
    }
    .question_tip {
        padding: 0.32rem;
        padding-top: 0.6rem;
    }
    .question_tip p {
        font-size: 0.30rem;
        line-height: 1.8;
    }
    .question_list {
        padding: 0.3rem 0.3rem 0.8rem 0.3rem;
    }
    .item_input label {
        width: 100%;
        margin-bottom: 0.4rem;
    }
    .item_input{
        margin-bottom: 0.55rem;
        height: 4.1rem;

    }
    .item_input p{
        font-size: 0.3rem;
    }
    .item_input>div{
        margin-left: 0px;
    }
    .select_btn_box .select_pre {
        width: 2.8rem;
        height: 0.8rem;
        font-size: 0.36rem;
        line-height: 0.78rem;
    }
    .select_btn_box .select_next {
        width: 2.8rem;
        height: 0.8rem;
        font-size: 0.36rem;
        line-height: 0.78rem;
    }
    #form_question {
        padding: 0.3rem 0.15rem;
        padding-top:1.6rem;
        width: 100%;
        position: relative;
    }
    .select_btn_box{
        justify-content: space-between;
    }
    .form_question_btn {
        width: 2.8rem;
        height: 0.8rem;
        font-size: 0.36rem;
        line-height: 0.8rem;
    }
    .select_btn_box .select_num{
        font-size:0.48rem;
        position: absolute;
        color:#1685DA;
        top:0.3rem;
        left: 0rem;
        margin:0;
    }
    .lottery_box {
        padding-top: 0.1rem;
    }
    .container2 {
        padding-bottom: 0.6rem;
    }
    .company_info {
        height: auto;
        background: url(../images/company_m.png) center center no-repeat;
        box-sizing: border-box;
        padding: 0.64rem 0.3rem 0 0.3rem;
    }
    .company_info .wrapper{
        display: block;
    }
    .company_logo{
        width: 2.76rem;
    }
    .company_info .company_info_text1 {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
        line-height: 1.8;
        font-size: 0.28rem;
        width: 100%;
    }
    .company_info .company_info_text2 {
        display: flex;
        flex-direction: column;
    }
    .company_info .company_info_text2 span{
        margin-right: 0px;
        margin-bottom: 0.1rem;
    }
    .code{
        text-align: center;
        padding-top: 0.6rem;
        padding-bottom: 0.8rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .code .video7 {
        width: 100%;
        height: 4rem;
        background: url(../images/video7.png) center center no-repeat;
        background-size: cover;
        margin-right: 0px;
        position: relative;
        cursor: pointer;
        margin-bottom: 0.6rem;
    }
    .code img{
        width: 4.24rem;
        height: 4.24rem;
    }
    /*主体*/
    /**/
   
   
   
    .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;
    }

    .swiper-button-next{
        right: 0;
    }
    .swiper-button-prev{
        left: 0;
    }
    .swiper-button-next,
    .swiper-button-prev{
        width: .8rem;
        height: .8rem;
    }

    .play_icon {
        width: 1rem;
        height: 1rem;
    }
    .video_item_list .play_icon {
         background-size:100% 100%; 
    }
    #winner_ul li em:first-child{
        width:30%;
    float: left;
    }
     #winner_ul li em{

    line-height: 0.6rem;
    }
    #winner_ul li span{
        width:17%;
        margin:0px;
        float: left;
    }
    #winner_ul li em:last-child {
        width: 50%;
    float: left;
    }
    .winner_desc {
        margin-top: 10px;
        padding: 0.2rem 0px;
        border-radius: 5px;
        border: 0px dotted #9acbff;
        font-size: 0.24rem;
        line-height: 0.45rem;
        margin: 10px 3%;
    }
    .winner_desc i{
        margin-bottom: 0.2rem;
        display: inline-block;
    }

    /*.lottery_box h2::after{
        content: "";
        background: url(../images/tit_bg2.png)no-repeat;
        background-size: 196% 100%;
        background-position: 49%;
    }*/

    .about_txt {
        width: 100%;
        font-size: .35rem;
        line-height: .7rem;
        float: inherit;
    }

    .about_video{
        float: inherit;
        width: 100%;
        font-size: .28rem;
    }
    .about_video p i{
        display: none;
    }
    .about_video li:nth-child(n+3) p{
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }

    .about img{
        bottom: 22px;
        width: 100%;
        margin-bottom: 20px;
    }
    .about .qrCode_box img{
        float: inherit;
        display: block;
        margin: 0 auto;
        width: auto;
    }
    .about_video .qrCode {
        margin-bottom: 10px;
    }
    .qrCode_box p {
        float: inherit;
        text-align: center;
        margin-top: .35rem;
        margin-bottom: .35rem;
    }
    .qrCode_box {
        margin-top: .5rem;
    }
    .pc_concat{
        display: none;
    }
    .concat_box{
        padding: 0 10px 10px 10px;
        box-sizing: border-box;
        margin-bottom: 2.5rem;
    }
    aside {
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        top: initial;
        height: 2rem;
        background: #ccc;
        padding: 0 7%;
        box-sizing: border-box;
        z-index: 99
    }

    aside a{
        width: 100%;
        height: 100%;
        display: block;
        background: url('../images/m_s0.png')no-repeat;
        background-size: 100% 100%;
        cursor: default;
        margin-top: 5px;
    }

    
    #winner_ul li:nth-child(1) em{
        text-align: left;
    }
    #winner_ul li span {
        margin: 0 0rem !important;
        font-size: .28rem
        width: 8%!important;
    }
    #winner_ul li{
        padding-left: 0px;
    }
    .lotter_alert.layui-layer {
        width: 75% !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;
        margin-bottom: 0.2rem;
    }
    #prilist::after {
        display: none;
    }
    #prilist li{
        margin: 0 0 .16rem;
        width: 2.24rem;
        box-sizing: border-box;
        height: 1.86rem;
        padding: 0.25rem 0;
        font-size: 12px; 
        word-break: break-all;
        background-size: cover;
        background-size: 2.24rem 1.86rem;
    }
    #prilist li>div {
        height: 1rem;
        margin-top:0.1rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #prilist #begin_btn #start {
        position: relative;
        z-index: 2;
        font-size: 0.32rem;
        padding-top: 0.5rem;
    }
    #prilist #begin_btn #start span {
        font-size: 0.24rem;
        padding-top: 0;
        line-height: 1;
    }
    #prilist #begin_btn:after {
        width: 2.24rem;
        height: 1.78rem;
    }
     #prilist img{
        height: 90%;
     }
/*      .roll-8 img{
        height: 42px !important;
     } */
     .roll-2 img,
     .roll-4 img,
     .roll-6 img{
        height: 60% !important;
        margin: .15rem auto!important;
     }
     #prilist #begin_btn{
        box-sizing: border-box;
        height: 1.86rem;
        line-height: 1.86rem;
        font-size: .35rem;
        margin-bottom: 0;
     }
    #winner_list{
        width: 100%;
        margin: 0 auto;
        font-size: 17px;
    }
     #winner_list .tips{
        color: #666;
     }
     #jq_marquee_box {
        height: 46vh;
     }
    
    .footer{
        display: none;
    }

    #winner_list .tips{
        display: none;
    }
    
    .info_msgBox{
        height: 390px;
        overflow: auto;
    }
    #submit_form dd input[type=text]{
        width: 100%;
        border-radius: 5px;
    }
    #submit_form .inline_dl textarea{
        width: calc(100% - 68px);
        height: 40px;
        overflow:hidden;
        resize:none;
        border-radius: 5px;
    }
    #submit_form .inline_dl select {
        width: 45%;
    }
    #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;
    }
    
    .sideBar{
        display: none;
    }
    .bdsharebuttonbox{
        display: none;
    }
    .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;
    }
    .about_txt p {
        font-size: .24rem;
        line-height: 1.7;
        line-height: 0.56rem;
        margin-bottom: 15px;
    }
    .download_item5 em{
        display: none;
    }

    .user_self_input .layui-layer-title{
        font-size: 0.36rem;
        padding-left: 20px;
    }
    .collect_title{
        text-indent: 20px;
    }
    .inline_dl {
        padding: 0 20px;
    }
    #submit_form .label_info{
        display: flex;
    }
    .label_info dt {
        line-height: 25px!important;
    }
    .user_self_input .layui-layer-btn0 {
        width: 100%;
        height: 0.9rem;
        line-height: 0.9rem;
    }
    /*产品方案弹框D*/
    .product_content_pop {
        position: absolute;
        top: 50%;
        width: 90%;
        left: 50%;
        transform: translate(-50%,-50%);
        background-color: #fff;
        border-radius: 8px;
        padding:0.8rem 0.3rem;
    }
    .product_content_content_info1 {
        flex-direction: column-reverse;
        margin-bottom:  0.2rem;
    }
    .product_content_content_info1 img{
        margin-left: 0;
        width:  4rem;
    }
    .window_product_pop .product_content_site{
        margin: 0 0 .2rem 0 !important;
    }
    .window_product_pop .product_content_title{
        font-size: 0.28rem;
        margin:  0 !important;
    }
    .window_product_pop .product_content_title img{
        width:  1.6rem;
    }
    .product_content_content_info1 p, .product_content_content_info2 p{
        font-size: 0.28rem;
    }
    .product_content_load {
        line-height: 1rem;
        width: 3.2rem;
        height: 1rem;
        margin-top: 0.4rem;
    }
    /*产品方案弹框D*/
    .scord_text .scord_text2{
        font-size: 0.48rem;
    }
   
}
@media screen and (max-width: 750px){
    #prilist li>div {
        margin-top: 0rem;
    }

}
@media screen and (max-width: 320px){

    #submit_form .label_info{
        display: block;
    }
}