@charset "utf-8";
/* CSS Document */
*{margin:0 auto; padding:0;box-sizing: border-box;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-weight:normal; font-size:12px;}
a{text-decoration:none; color:#000;}
b,strong{font-weight:normal;}
i,em{font-style:normal;}
img{vertical-align:top;border: none;}
html,body{
	max-width: 1920px;
	margin: 0 auto;
}
input{
	border:none;
	padding:0;
	outline:none;	
	background:none;
	resize:none;
}
button{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}
input{
	  -webkit-appearance: none;
}

/*滚动条垂直方向的宽度*/
::-webkit-scrollbar
{ 
	width: 10px;
}
/* 垂直滚动条的滑动块 */
::-webkit-scrollbar-thumb:vertical {
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color:rgba(129,129,129,0.5);
}
.gdt-zl::-webkit-scrollbar-thumb:vertical {
	border-radius: 4px; 
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color:rgba(0,0,0,0.5);
}
