*{margin:0;padding:0;list-style:none;-webkit-box-sizing:border-box; box-sizing:border-box; outline:none;-webkit-tap-highlight-color:transparent;}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
/*::-webkit-scrollbar
{
	display: none;
    width: 0px;
    height: 0px;
    background-color: rgba(0,0,0,0);
}*/
/*定义滚动条轨道 内阴影+圆角*/
/*::-webkit-scrollbar-track
{
    box-shadow: 0 0 0 0 rgba(0,0,0,0) inset;
    border-radius: 0;
    background-color: #fafafa;
}*/
/*定义滑块 内阴影+圆角*/
/*::-webkit-scrollbar-thumb
{
    border-radius: 0;
    box-shadow: 0 0 0 0 rgba(0,0,0,0) inset;
    background-color: #fafafa;
}*/

html,body{height:100%;width:100%;text-align:center;font-size:20px;letter-spacing:0.05em;font-weight:normal;font-family:-apple-system, BlinkMacSystemFont,"Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif; -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}
body,div{position:relative;}
table{border-spacing:0;word-wrap:break-word;border-collapse:collapse;}
td,th{padding:0}
div,li,p,span{word-wrap:break-word;word-break:break-all}
a{ text-decoration:none}


html input[disabled]{cursor:default}
input{-webkit-appearance:none;font-family:FontAwesome;}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}
input,button,select,textarea{outline:none}textarea{resize:none}

button{overflow:visible}
button,select{text-transform:none}
button,html input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}

#loading{position: absolute;width:100%;height:100%;max-width:100%;max-height:100%;overflow:hidden;left:0;top:0;z-index:800;background:white;}




