@charset "utf-8";
/* CSS Document */
body{padding:0; font-size:0.12rem; font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"微软雅黑";  overflow-x:hidden; max-width: 7.5rem; 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; vertical-align: middle;  height: 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;}
body{  background: #ef3434;}
input::-webkit-input-placeholder {color: #808080;}
input::-moz-placeholder {color: #808080;}
input:-moz-placeholder {color: #808080;}
input:-ms-input-placeholder {color: #808080;}

input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {-webkit-appearance: none;}

.clearfix:before,.clearfix:after {clear: both; content: "."; display: block; height: 0; overflow: hidden; visibility: hidden;}
.clearfix{zoom:1}

/*banner*/
.ban1 {width: 100%; margin: 0 auto; position: relative;}
.ban1 .ban1bg{  display: block;width: 100%;}
.ban1 .logo{position: absolute;width: 1.7rem; top: 0.4rem;left: 0.4rem}
.ban2{display: block;  width: 100%;  margin: 0 auto;}
.ban3{
  height: 4.28rem;
  background:url("../images/ban3.jpg") center center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.ban3 .ewm{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.64rem;
  height: 1.64rem;
  margin: 2.2rem auto 0;
  border: 0.05rem solid #e51a11;
  background: #ffffff;
  border-radius: 0.2rem;
  overflow: hidden;
}
.ban3 .ewm img{
  width: 1.5rem;
}






.one {width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 5; cursor: pointer;}
.zhezhao {width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: rgba(0, 0, 0, .8); z-index: 8; display: none;}
.popup {width: 80%; background: #fff; z-index: 9; display: none; border-radius: 0.12rem; 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: .5rem; position: absolute; top: -0.5rem;  right: -0.5rem;}
.popup .close img{width: 100%}
.popup_p {width: 100%; text-align: center; background: #ef3434; font-size:.36rem; color: #fff; line-height:.8rem; font-weight: bold; border-radius: 0.11rem 0.11rem 0 0;}
.popup_m {width: 100%; margin: 0 auto; padding: 0.4rem 0 .3rem;}
.popup_mimg {width:2.6rem;height:2.6rem; margin: 0 auto;border: 0.05rem solid #e51a11;display: flex;justify-content: center;align-items: center;border-radius: 0.2rem}
.popup_mimg img{  width: 92%;}
.popup_mp {width: 100%; text-align: center; margin: 0.1rem auto 0; font-size: 2em; color: #333; line-height: 1.6em;}


@media only screen and (min-width:9.9rem) {.popup {width: 5.2rem;}}