* {
	margin: 0;
	padding: 0;
	border: 0;
}
ul {
	list-style: none;
}
li {
	text-decoration: none;
}
a {
	color: #333333;
	text-decoration: none;
	
}
img {border: none;}
a:hover {
	cursor: pointer;
	text-decoration: none;
	color: #4495EF;
}
address, cite, dfn, em, i, var { font-style: normal; } /* 将斜体扶正 */
select,input,button,button img,label{vertical-align:middle}/* 垂直居中 */
a{text-decoration:none;} /*重置链接下划线*/

body {
	font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
	font-size: 16px;
}
input,select,textarea{outline: none;}
textarea {resize:none;}/*文本框禁止拖动*/

/*通用滚动条-细*/
.ty_gdt_fine {
	overflow: auto;
	box-sizing: border-box;
	padding-right: 6px !important;
}
.ty_gdt_fine::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 0px;
}
.ty_gdt_fine::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 2px;
    background: #C4C8CC;
}
.ty_gdt_fine::-webkit-scrollbar-track {/*滚动条里面轨道*/
    border-radius: 2px;
    background: #EBF0F5;
}
.none {
	display: none !important;
}
