@charset "utf-8";
/* CSS Document */
body{padding:0; font-size:0.12rem; font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"微软雅黑"; background:#fff; 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: #57b34a;}
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*/
.ban {width: 100%; margin: 0 auto; position: relative;}

.ban1,.ban2{
  display: block;
  width: 100%;
  margin: 0 auto;
}
.ban3{
  height: 2.12rem;
  box-sizing: border-box;
  background:url("../images/ban3.jpg") center center no-repeat;
  background-size: 100%;
}
.ban3 img{
    display: block;
    width: 1.3rem;
    float: left;
    margin-left: 3.1rem;
    border-radius: .06rem;
}


.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: #589c0f; font-size:.34rem;letter-spacing: .05rem; 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.2rem 0;}
.popup_mimg {width: 60%; margin: 0 auto;}
.popup_mimg img{  width: 100%;}
.popup_mp {width: 100%; text-align: center; font-size: .28rem;color: #333; line-height: .6rem;margin-bottom: 0.2rem;}

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