@charset "utf-8";
*{margin:0;padding:0;border:0;background:transparent;}
body{position: relative;}
ul,li{list-style: none;}
a{text-decoration: none;cursor: pointer;}
em,i{font-style: normal;}
.fl{float: left;}
.fr{float: right;}
.clearfix {*zoom: 1;}
.clearfix:after {display: block;content: " ";height: 0;visibility: hidden;clear: both;}

.popup_bg{position:fixed;z-index:999;text-align:center;font-family:"Microsoft YaHei";width: 465px;}
.popup_bg .pop_box{width: 465px;overflow: hidden;height: 570px;position: relative;background: #fff;border-radius: 12px;}
.popup_bg .pop_box .title_top{padding: 24px 0 40px;text-align: center;}
.popup_bg .pop_box .title_top span{display: block;font-size: 16px;color: #010101;text-align: left;}
.popup_bg .pop_box .title_top span img{display: block;float: left;margin: 0 12px 0 80px;}
.popup_bg .pop_box .title_top p{font-size: 26px;color: #1a1a1a;padding-top: 50px;font-weight: bold;}
.popup_bg .pop_box ul{width: 350px;margin: 0 auto;position: relative;}
.popup_bg .pop_box ul li{width: 350px;height: 54px;margin: 0 auto 12px;border-bottom: 1px solid #dcdcdc;}
.popup_bg .pop_box ul li input{display: block;font-size: 16px;font-weight: 500;line-height: 54px;width: 85%;outline: none;border: none;}
.popup_bg .pop_box ul li::before{display: block;content: '';width: 18px;height: 22px;overflow: hidden;background-image: url(../images/callb_bot/icons.png);background-size: 142px;background-position: 0 0;float: left;margin: 16px 10px 0 4px;}
.popup_bg .pop_box ul li.yzm::before{background-position: -22px 0;}
.popup_bg .pop_box ul li.yzm input{width: 58%;float: left;}
.popup_bg .pop_box ul li a.input_c{display: block;float: right;width: 32%;line-height: 50px;text-align: center;font-size: 16px;color: #286efb;}
.popup_bg .pop_box ul li a.input_c.off{color: #ccc!important;pointer-events: none!important;}
.popup_bg .pop_box ul li a.input_c em{display: block;float: left;color: #c3c3c3;font-weight: normal;}
.popup_bg .pop_box a.a_btn_form{display: block;width: 350px;height: 54px;line-height: 54px;text-align: center;border-radius: 6px;font-size: 18px;color: #fff;margin: 40px auto;background-image: linear-gradient(to right,#316af2,#18a4fe);}
.popup_bg .pop_box dl.bot-b{width: 350px;margin: 0 auto;border-top: 1px solid #eaeaea;padding-top: 34px;display: flex;justify-content:space-between;flex-wrap:wrap;}
.popup_bg .pop_box dl.bot-b dd{width: 30%;text-align: left;font-size: 16px;color: #3e3e3e;line-height: 22px;margin-bottom: 20px;}
.popup_bg .pop_box dl.bot-b dd::before{display: block;float: left;content: '';background-image: url(../images/callb_bot/icons.png);background-size: 142px;height: 20px;width: 18px;background-position: 0 -36px;margin: 2px 6px 0 0;}
.popup_bg .pop_box dl.bot-b dd:nth-child(2)::before{background-position: -26px -36px;}
.popup_bg .pop_box dl.bot-b dd:nth-child(3)::before{background-position: -51px -36px;}
.popup_bg .pop_box dl.bot-b dd:nth-child(4)::before{background-position: -78px -36px;}
.popup_bg .pop_box dl.bot-b dd:nth-child(5)::before{background-position: -102px -36px;}
.popup_bg .pop_box dl.bot-b dd:nth-child(6)::before{background-position: -124px -36px;}
.popup_bg .popup_close{cursor:pointer;position:absolute; right: 8px; top: 6px;font-size: 20px;color: #7c7c7c;}
#back_over{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;z-index:99;-moz-opacity: 0.6;opacity:.60;filter:alpha(opacity=60);}