﻿@charset "utf-8";
html {
-webkit-text-size-adjust: none;
}
*{
	margin: 0;
	padding: 0;
}
ol, ul,li {
	list-style: none;
}
img {
	border: 0;
	height: auto;
	width: auto;
}

body {
	font-family: Arial,"微软雅黑","Microsoft yahei","Hiragino Sans GB","冬青黑体简体中文 w3","Microsoft Yahei","Hiragino Sans GB","冬青黑体简体中文 w3",STXihei,"华文细黑",SimSun,"宋体",Heiti,"黑体",sans-serif;
	font-size: 13px;
	background: #f5f5f5;
	color: #666;
	letter-spacing: 0.5px;
}
a {
	color: #666;
	font-size: 14px;
	text-decoration: none;
	transition: color 0.1s;
	line-height:24px;
}
a:hover {
	color: #d6623d;
}
::selection{background:#d6623d;color:#fff;}

.clear {
	clear: both;
}