@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;color:#000;background:#fff;}
ul,li{list-style:none;}
a{text-decoration:none;outline:none;color:#333;cursor: pointer;}
a:hover{text-decoration:none;color:#0348a8}
.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; max-width: 14rem;}
.area,.clear{*zoom:1;}
.clear{}
.area:after,.clear:after{content:".";display:block;visibility:hidden;overflow:hidden;height:0;clear:both;display:block;}
.pd{padding: 0 13.54%;}
input,textarea,button{outline: none;resize: none;border: none;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{color: #666; font-size: .18rem;}
.m-page{width: 100%; text-align: center; margin: .7rem 0 1rem; font-size: 0;}
.m-page a{line-height: .4rem;  display: inline-block; vertical-align: middle; border: 1px solid #eeeeee; font-size: .16rem;
     color: #999;margin-left: -1px; width: .4rem;height: .4rem;}
.m-page .dot{font-size: .16rem;display: inline-block;vertical-align: bottom;width: .4rem;height: .4rem;color: #999;line-height: .45rem;}
.m-page a:hover,.m-page a.on{color: #fff;background-color: #214a9a;}
.m-page .next:hover{background-position: -.15rem 0;}




@media screen and (max-width: 768px){
    .area{padding: 0;}
    .m-page{margin: 1rem 0}
    .m-page a,.m-page .dot{font-size: .3rem;width: .8rem;line-height: .8rem;height: .8rem;} 
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder{
        color: #666; font-weight: normal; font-size: .34rem;
    }
}