@charset "utf-8";
html{font-size: 625%;-webkit-text-size-adjust:none;}
*{margin:0;padding:0;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;-webkit-tap-highlight-color: transparent;}
body{font-family:'Microsoft YaHei';font-size:.16rem;}
ul,li{list-style:none;}
a{text-decoration:none;outline:none;color:#333;cursor: pointer;}
a:hover{text-decoration:none;}
.left{float:left}
.right{float:right}
img{border:0;vertical-align: middle;}
h1, h2, h3, h4, h5, h6, b, i, em{font-size: 100%;font-style:normal;font-weight: normal;}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:'Microsoft YaHei';}
.none{display:none;}
.area{position:relative;margin:0 auto;width:100%;max-width:12rem;}
.area,.clear{*zoom:1;}
.area:after,.clear:after{content:".";display:block;visibility:hidden;overflow:hidden;height:0;clear:both;}
.pd{padding-left: 9.47%;padding-right: 9.47%;}
input,textarea,button{outline: none;resize: none;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{color: #666; font-size: .14rem;}
.m-page{width: 100%; text-align: center; font-size: 0;}
.m-page a{line-height: .4rem; border: 1px solid #ccc; margin-left: -1px; display: inline-block; font-size: .16rem; 
    padding: 0 .14rem; color: #ccc;}
.m-page a:hover,.m-page a.on{background-color: #267ad1; color: #fff; border-color: #267ad1;}
@media screen and (max-width: 768px){
    .m-page a{font-size: .24rem;line-height: .5rem;padding: 0 .2rem;} 
    input::-webkit-input-placeholder, 
    textarea::-webkit-input-placeholder{color: #666; font-weight: normal; font-size: .2rem;}
}