@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: 316px;}
.pop_box{width: 316px;height: 459px;overflow: visible;}
.pop_box .pop_main{position:relative;text-align: center;width: 316px;height: 427px;background: #FFFFFF;border-radius: 8px;margin-top: 32px;}
.pop_box .pop_main img.logo{display: block;width: 72px;height: 72px;position: absolute;top: -32px;left: 122px;}
.pop_box .popup_close{display: block;cursor:pointer;position:absolute; right: 10px; top:8px;width: 20px;height: 20px;background: url(../images/popbox/close.png);background-size: 100%;}
.pop_box .pop_main h5{font-weight: bold;font-size: 16px;color: #000000;padding-top: 56px;}
.pop_box .pop_main h4{font-weight: bold;font-size: 16px;color: #027AE8;padding-top: 6px;}
.pop_box .pop_main img.qr{display: block;width: 140px;height: 140px;margin: 20px auto;}
.pop_box .pop_main h3{display: block;width: 276px;height: 44px;background: #027AE8;border-radius: 8px;text-align: center;font-weight: 500;font-size: 18px;color: #F4F5F8;line-height: 44px;margin: auto;}
.pop_box .pop_main .pop_bot{width: 316px;height: 61px;background: rgba(231,241,255,0.8);border-radius: 0px 0px 8px 8px;position: absolute;bottom: 0;left: 0;display: flex;align-items: center;justify-content: center;}
.pop_box .pop_main .pop_bot i{display: block;width: 14px;height: 14px;background: url(../images/popbox/phone.png);background-size: 100%;margin-right: 6px;}
.pop_box .pop_main .pop_bot span{display: block;font-weight: 500;font-size: 14px;color: #182141;}


#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);}


