/*清除元素默认的内外边距  */
* {
	margin: 0;
	padding: 0;
}
/*让所有斜体 不倾斜*/
em,
i {
	font-style: normal;
}
/*去掉列表前面的小点*/
li {
	list-style: none;
}
/*图片没有边框   去掉图片底侧的空白缝隙*/
img {
	border: 0; /*ie6*/
	vertical-align: middle;
}
/*让button 按钮 变成小手*/
button {
	cursor: pointer;
}
/*取消链接的下划线*/
a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #e33333;
}

button,
input {
	font-family: 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
	/*取消轮廓线 蓝色的*/
	outline: none;
}

body {
	background-color: #f6f8fb !important;
	font: 14px/1.5 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif !important;
	/* color: #666; */
	/* overflow: scroll; */
	overflow-x: hidden;
}

.hide,
.none {
	display: none;
}
/*清除浮动*/
.clearfix:after,
.clearfix:before {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}

/* input样式 placeholder */
::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #cacaca;
	font-size: 14px;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #cacaca;
	font-size: 14px;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #cacaca;
	font-size: 14px;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #cacaca;
	font-size: 14px;
}
@font-face {
	font-family: 'iconfont'; /* project id 1336219 */
	src: url('//at.alicdn.com/t/font_1336219_tl21ydafdno.eot');
	src: url('//at.alicdn.com/t/font_1336219_tl21ydafdno.eot?#iefix') format('embedded-opentype'),
		url('//at.alicdn.com/t/font_1336219_tl21ydafdno.woff2') format('woff2'),
		url('//at.alicdn.com/t/font_1336219_tl21ydafdno.woff') format('woff'),
		url('//at.alicdn.com/t/font_1336219_tl21ydafdno.ttf') format('truetype'),
		url('//at.alicdn.com/t/font_1336219_tl21ydafdno.svg#iconfont') format('svg');
}
.common_font {
	color: #555 !important;
	margin-left: 10px !important;
}

/* .gray-filter {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(1);
} */
/* html {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(1);
} */

.common_font1 {
	/* color: #999 !important; */
	/* margin-left: 10px; */
}
/* 头部导航条颜色 */
/* .common_header_color {
	background-color: #e83232 !important;
}
.nav_item.active {
	background: #b90909 !important;
}
.nav_item:hover {
	background: #b90909 !important;
}
.nav_select_bg {
	background: rgba(210, 55, 69, 0.9) !important;
} */
/* .nav_item_drop a:hover {
	background: #b90909 !important;
}
.swyt a:hover {
	background: #b90909 !important;
}
.nav_item_drops a:hover {
	background: #b90909 !important;
}
.nav_item_dropx a:hover {
	background: #b90909 !important;
}
.nav_item_dropBm a:hover {
	background: #b90909 !important;
	color: #fff !important;
}
.message_select span:hover {
	background-color: #b90909 !important;
}
.three_col span {
	border-right: 1px solid #fff !important;
}
.wzms {
	border-right: 1px solid #fff !important;
}
.nav_drop_tittle {
	color: #fff !important;
}
.three_col span:last-child {
	border-right: none !important;
}
.nav_item_drops .nav_drop_tittle:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 11px !important;
	left: 45px;
}
.right-widgets-item .iconfont3 {
	background: url(/images/xs_jt.png) no-repeat !important;
} */
