@CHARSET "utf-8";
/* Remove Float */

.clear { display:block; height:0; overflow:hidden; clear:both; }

.clearfix:after { content:'\20'; display:block; height:0; clear:both; }

.clearfix { *zoom:1; }

/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin: 0;
    padding: 0; 
}
fieldset,img {
    border: 0;
}
ol,ul {
    list-style: none;
}
h1,h2,h3,h4,h5,h6,button,input,select,textarea {
    font-size:100%;
}
button::-moz-focus-inner,input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
i, cite, em, var, dfn, address {
    font-style: normal;
}
a {
    text-decoration: none;
}
input{
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
}
input,textarea{
    font-family:"PingFang SC Regular","Microsoft YaHei","San Francisco",Helvetica;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}
input:disabled{
    -webkit-opacity:1;
}
body {
    position: relative;
    -webkit-text-size-adjust:none;
    font-family:"PingFang SC Regular","Microsoft YaHei","San Francisco",Helvetica;
}
html, body{
    width: 100%;
}

.iconfont:before{
    line-height: 1;
}

*{
	box-sizing: border-box;
}