@charset "utf-8";
html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
input[type="submit"],input[type="reset"],input[type="button"],input{-webkit-appearance:none;resize:none;outline:none;font-family:'Microsoft YaHei','微软雅黑','宋体',Tahoma,Arial,sans-serif}
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{-webkit-tap-highlight-color:rgba(0,0,0,0)}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
img{width:100%;height:auto;width:auto\9;-ms-interpolation-mode:bicubic}
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{margin:0;padding:0;border:none}
body{color:#333}
body,html{background-color:#fafafa;min-width:320px;max-width:750px;margin:0 auto;font-size:.75rem;font-family:'Microsoft YaHei','微软雅黑','宋体',Tahoma,Arial,sans-serif;color:#555;line-height:150%}
em,i{font-style:normal}
strong{font-weight:normal}
button{outline:none}
.clearfix:after{content:'';display:block;clear:both}
.clearfix{zoom:1}
a{text-decoration:none;color:#333;font-family:'Microsoft YaHei','微软雅黑','宋体',Tahoma,Arial,sans-serif}
ul,ol{list-style:none}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;font-family:'Microsoft YaHei','微软雅黑'}
img{border:none;display:block}
p{text-align:justify}
.dn{display:none!important}
div{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.fl{float:left}
.fr{float:right}
.com-tit{font-size:.9rem;text-align:left;margin:0 0 1.5rem;color:#3d3d3d;padding:1.3rem .75rem 0;}
.com-tit a{float:right;font-size:.75rem;color:#999;}
/* .com-tit{margin-top:0;} */
.sec{padding:.8rem;line-height:200%}
.h-title{color:#333;line-height:100%;border-left:.2rem solid #12b5fa;padding-left:.2rem;margin:0 0 .7rem;font-size:.8rem;}
.btn-group{font-size:.75rem}
.mask{display: none; position: fixed;top:0;left: 0;right: 0;bottom: 0;background-color:rgba(255,255,255,.6);z-index: 99;}
.mask_con{margin:8.5rem auto 0;position: relative;}

.mask .tip_con{text-align: center;max-width: 90%;}
.mask .tip_con .tips{display: inline-block;padding: .5rem 1rem;background-color: #000;color: #fff; text-align: center;}
.loading-mask .tip_con .tips{color: #555;}
.mask .loading{position: absolute;top:50%;left: 50%;width: 48px;height: 48px;margin-left: -24px;margin-top: -48px;background: url(../images/loading.png) 0 0 no-repeat;animation: loading 1.5s infinite linear;}
@keyframes loading{
    from {transform: rotate(0);}
    to {transform: rotate(360deg);}
    }
    