@charset "utf-8";
/*弹出层样式--160630*/
.popup_bg{position:fixed;z-index:999;width: 360px;height: 520px;}
.pop_box{font-family:"PingFang SC";width: 360px;height: 520px;background: #FFFFFF;box-shadow: 0px 5px 10px 0px rgba(55,99,170,0.1);border-radius: 12px;}
.pop_tit{position:relative;font-size:24px;padding: 40px 0 30px 30px;}
.pop_tit img.logo{display: block;width: 70px;height: 13px;}
.pop_tit em{display: block;font-weight: 400;font-size: 12px;color: #000000;margin-top: 8px;}
.popup_close{cursor:pointer;width:15px;height:15px; position:absolute; right:16px; top:16px; }
.pop_cont{width:300px;position: relative;padding-left: 0;margin-left: 30px;}
.pop_cont .ban_yzm{position: absolute; right:8px;top: 60px; color: #265DEA; font-size: 14px;cursor: pointer;display: block;z-index: 2;}
.pop_cont .ban_yzm::before{display: inline-block;content: '';width: 1px;height: 14px;background: #DEDEDE;margin-right: 8px;vertical-align: -2px;}
.pop_cont .ban_tj{display: block;width: 300px;height: 36px;background: #005EF4;border-radius: 2px;text-align: center;font-weight: 500;font-size: 14px;color: #FFFFFF;line-height: 36px;margin-top: 16px;cursor: pointer;}
.pop_cont li{width: 300px;height: 36px;background: #F5F5F5!important;border-radius: 2px;box-sizing: border-box;padding-left: 10px;margin-bottom: 16px;}
.pop_cont li input{width:240px;line-height:36px;height:36px;color: #595959;font-size:14px;vertical-align:middle;font-family:"PingFang SC";border: 0;outline: none;}
.pop_cont li::before{display: inline-block;content: '';width: 20px;height: 20px;background: url(../images/popup/phone.png);background-size: 100%;vertical-align: -7px;margin-right: 6px;}
.pop_cont li:nth-child(2) input{width: 160px;}
.pop_cont li:nth-child(2)::before{width: 20px;height: 20px;background: url(../images/popup/lock.png);background-size: 100%;}
.pop_cont li:last-child{text-align: center;margin-top: 16px;}
.pop_cont li:last-child input{padding-left: 0;}
.pop_box hr{display: block;width: 300px;height: 1px;background: #F0F0F0;margin: 30px auto;}
.pop_box p{font-weight: 400;font-size: 16px;color: #000000;margin: 0 0 20px 30px;}
.pop_box .bot{display: flex;margin-left: 30px;}
.pop_box .bot .info i{display: block;width: 128px;height: 26px;background: #FFFFFF;border-radius: 8px;border: 1px solid #0077FF;text-align: center;font-weight: 400;font-size: 14px;color: #0077FF;line-height: 26px;margin-bottom: 10px;}
.pop_box .bot .info i::after{content: "";display: inline-block;width: 14px;height: 15px;background: url(../images/popup/arrow.png);background-size: 100%;margin-left: 4px;vertical-align: -2px;}
.pop_box .bot .ewm{margin-left: auto;width: 128px;height: 140px;background: #F0F5FF;border-radius: 6px;box-sizing: border-box;padding-top: 12px;margin-right: 30px;}
.pop_box .bot .ewm img{display: block;width: 95px;height: 95px;margin: 0 auto 8px;}
.pop_box .bot .ewm b{display: block;font-weight: 500;font-size: 14px;color: #595959;text-align: center;}
#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);}