@charset "utf-8";
@font-face {
    font-family:'PingFang';
    src: url('cssfont/PingFang SC Regular.eot')format('eot');
    src: url('cssfont/PingFang SC Regular.woff')format('woff'),
    url('cssfont/PingFang SC Regular.otf')format('otf'),
    url('cssfont/PingFang SC Regular.ttf')format('ttf'),
    url('cssfont/PingFang SC Regular.svg')format('svg');
}
@font-face {
    font-family:'PingFang Light';
    src: url('cssfont/PingFang Light.eot')format('eot');
    src: url('cssfont/PingFang Light.woff')format('woff'),
    url('cssfont/PingFang Light.otf')format('otf'),
    url('cssfont/PingFang Light.ttf')format('ttf'),
    url('cssfont/PingFang Light.svg')format('svg');
}
@font-face {
    font-family:'PingFang ExtraLight';
    src: url('cssfont/PingFang ExtraLight.eot')format('eot');
    src: url('cssfont/PingFang ExtraLight.woff')format('woff'),
    url('cssfont/PingFang ExtraLight.otf')format('otf'),
    url('cssfont/PingFang ExtraLight.ttf')format('ttf'),
    url('cssfont/PingFang ExtraLight.svg')format('svg');
}

html{background-color:#fff;color:#000;font-size:12px;overflow-x:hidden;-webkit-tap-highlight-color: transparent;-webkit-text-size-adjust: none;}
body {font-family:"PingFang","微软雅黑", Arial,sans-serif;overflow-x:hidden;color: #333;line-height: 1.5;}
*{margin:0;padding:0}
ul, ol, li, dl, dt, dd {  list-style: none;  }
h1,h2,h3,h4,h5,h6,small,big,input,textarea,button,select{font-size:100%;font-family:"PingFang","微软雅黑",arial,simsun,sans-serif}
table{border-collapse:collapse;border-spacing:0;text-align:left}
caption,th{text-align:inherit}
fieldset,img{border:0}
img{max-width: 100%;}
img,object,input,textarea,button,select{vertical-align:middle}
article,aside,footer,header,section,nav,figure,figcaption,hgroup,details,menu{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
blockquote:before,blockquote:after,q:before,q:after{content:"\0020"}
textarea{overflow:auto;resize:vertical}
input,textarea,button,select,a{outline:0 none;border: none;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}
mark{background-color:transparent}
a,ins,s,u,del{text-decoration:none}
input[type="text"], input[type="password"], input[type="submit"], input[type="reset"], input[type="button"], input[type="file"], button,textarea {
    -webkit-appearance: none;
    border: none;
    outline: none;
}
a {color: #25a4bb;text-decoration: none;}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #323232;
}
input:-moz-placeholder,textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #323232;
}
input::-moz-placeholder,textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #323232;
}
input::-ms-input-placeholder,textarea::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #323232;
}
body ::selection {
    color: #FFFFFF;
    background-color: #0085b9;
    text-shadow: none;
}
body ::-moz-selection {
    color: #FFFFFF;
    background-color: #0085b9;
    text-shadow: none;
}
/*滚轮*/
/*::-webkit-scrollbar {*/
    /*width: 3px;*/
    /*height: 5px;*/
    /*background-color: #fff;*/
/*}*/
/*::-webkit-scrollbar-thumb {*/
    /*border-radius: 10px;*/
    /*background-color: #999;*/
/*}*/


