body,header,input,footer,div,p,ul,li,dl,dt,dd,form,h1,h2,h3,h4,h5,span,em,i,strong,a,hr,table,tr,th,td,br,label,nav,select,img{
	padding: 0;
	margin: 0;
}
body{
	 font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Roboto,Arial,PingFang SC,Hiragino Sans GB,Microsoft Yahei,Microsoft Jhenghei,sans-serif;
	 -webkit-text-size-adjust:none;
}

ul,ol,dl,textarea{
	list-style: none;
}
textarea{
	outline: none;
}
a{
	color: #000;
	text-decoration: none;
}
input:focus,button:focus,select:focus{
	outline: none ;
}
input{
	border:none;
}
em,i{
	font-style: normal;
}
.clear{
	clear:both;
}
i {
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
b{
	font-weight:normal;
}
.add-pointer{
	cursor: pointer;
}
.add-middle{
	vertical-align: middle;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
input[type="number"] {
	-moz-appearance: textfield;
}
.btnCss{
	display: inline-block;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	color: #FFFFFF;
}


/* 滚动条样式 */

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/  
::-webkit-scrollbar  
{  
    width: 10px;  /*滚动条宽度*/
    height: 10px  /*滚动条高度*/
}  
  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track  
{  
    /*滚动条的背景区域的内阴影*/
    /* box-shadow:0px 1px 3px rgba(0,0,0,0.3) inset; */

    /*滚动条的背景区域的圆角*/
    border-radius: 10px;  

    /*滚动条的背景颜色*/
    background-color: rgba(0,0,0,0) #ddd;
}  
  
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb  
{  
    /*滚动条的内阴影*/
    box-shadow:0px 1px 3px rgba(0,0,0,0.3) inset;

    /*滚动条的圆角*/
    border-radius: 10px;  

    /*滚动条的背景颜色*/
    background-color: rgba(22, 37, 105, .5);  
}  


.anchorBL{display:none;}