@charset "utf-8";
/* CSS Document */
body{padding:0; font-size:12px; font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"微软雅黑"; background:#0fbbde; overflow-x:hidden; max-width: 750px; margin: 0 auto !important;}
div,ul,li,p,form,h1,h2,h3,h4,h5,h6,dt,dd,dl{padding:0;margin:0; font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"微软雅黑";}
a{ text-decoration:none; color:#000;}
img{border:none; display: block; max-width: 100%; height: auto; margin: 0 auto;}
ul,li{list-style:none;}
*{padding:0;margin:0;/* -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;*/}
table{border-collapse:collapse;}
.wrap{ width:100%; height:auto;}

/*banner*/
.banner {width: 100%; height: 16.54rem; margin: 0 auto; position: relative; background: url(../images/ban01.jpg) no-repeat top center / 7.5rem;}
.banner img.ewm {
  position: absolute;
  left: .82rem;
  bottom: .24rem;
  width: 1.53rem;
  z-index: 1;
}
/* 弹窗 */
.zhezhao {width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: rgba(0, 0, 0, .8); z-index: 8; display: none;}
.popup {width: 6rem; background: #fff; z-index: 9; display: none; border-radius: 12px; position: fixed; top: 50%; left: 50%; -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); transform:translate(-50%,-50%);}
.popup .close {display: block; width: 1.8em; position: absolute; top: -2.4em; right: 0;}
.popup_p {width: 100%; text-align: center; background: #0fbbde; font-size: 1.8em; color: #fff; line-height: 1.1rem; font-weight: bold; border-radius: 11px 11px 0 0;}
.popup_m {width: 100%; margin: 0 auto; padding: 20px 0; padding-top: 0;}
.popup_img {width:2.02rem; margin: 0 auto; padding: 3%;}
.popup_img img {width: 100%;height: auto;margin: .2rem auto 0;}
.popup_p2 {width: 100%; text-align: center; font-size: 1.3em; color: #333; line-height: 1.6em;}

.fix-bg{width:100%; height: 100%; background: rgba(0,0,0,0); position: fixed; top: 0; left: 0; z-index: 2; text-align: center;}

@media only screen and (min-width:990px) {

body {font-size: 18px;}
.popup {width: 520px;}
}