@charset "utf-8";blockquote,body,button,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}body,button,input,select,textarea{font-size:.4rem;font-family:sans-serif}body,div,fieldset,form,h1,h2,h3,h4,h5,h6,html,p{-webkit-text-size-adjust:none;-webkit-user-select:none}input,select,textarea{outline:0}input[type=button],input[type=submit]{-webkit-appearance:none}table{border-collapse:collapse;border-spacing:0}a img,fieldset,img{border:0}iframe{display:block;width:100%;}abbr,acronym{border:0;font-variant:normal}del{text-decoration:line-through}address,caption,cite,code,dfn,th,var{font-style:normal}ol,ul{list-style:none}caption,th{text-align:left}q:after,q:before{content:''}sup{vertical-align:text-top}sub{vertical-align:text-bottom}a,ins{text-decoration:none}a,input,label,select,textarea{-webkit-tap-highlight-color:transparent}a{-webkit-touch-callout:none}.clearfix:after,.fn-clear:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.fn-hide,.none{display:none}.fn-left,.fn-right{display:inline}.fn-left{float:left}.fn-right{float:right}.fn-ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.fn-contain{margin:auto;position:relative}
.page-share {
  padding-bottom: 1rem;
}
.banner {
  display: block;
  position: fixed;
  bottom: 0; left: 0;
  width: 100%;
  height: 1.0rem;
  background: url(../imgs/banner.png) #fff no-repeat center center;
  background-size: 7.5rem;
}
.wx-warn {
  position: fixed;
  width: 100%; height: 100%;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #F7F8F3;
}
.wx-warn img{
  position: absolute;
  top: 0; left: 0;
  width: 100%;
}
@media(min-width:640px){
    html{font-size: 60px !important;}
}