html {
	background-color: #fff;
}

body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, p,
	blockquote, pre, form, fieldset, legend, input, button, textarea, hr {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font: 12px/1.5 Microsoft YaHei, Arial, "\5B8B\4F53", Helvetica,
		san-serif;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 400
}

ul, ol {
	list-style: none
}

img {
	border: 0;
}

input {
	outline: none;
}

input, select, textarea {
	font-family: "Microsoft YaHei";
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.clearfix {
	zoom: 1;
	clear: both;
}

.clearfix:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.selecton {
	color: red;
}

.main {
	background:#fff;
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 0;
}

.classon {
	color: #e94740;
}

.zhihui {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

#searchvalue {
	text-transform: uppercase;
}

.viewer-container {
	z-index: 9999999999 !important;
}

.layui-layer {
	-webkit-overflow-scrolling: touch;
	top: 220px;
	left: 0;
	margin: 0;
	padding: 0;
	background-color: #fff !important;
	-webkit-background-clip: content;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
	border-radius: 6px !important;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
}

.layui-layer-ico16, .layui-layer-loading .layui-layer-loading2 {
	width: 100% !important;
	height: 100% !important;
	background: url(../components/layer/skin/default/loading-2.gif)
		no-repeat !important;
	border: 2px solid #e94740;
	border-radius: 6px;
	box-sizing: border-box;
}

.layui-layer-btn {
	text-align: center;
}

.layui-layer-btn .layui-layer-btn1 {
	background-color: #e94740;
	color: #fff;
}

.layui-layer-msg {
	top: 200px !important;
	min-width: 178px !important;;
	border: 1px solid #D3D4D3;
	box-shadow: none;
}

.tc-right .layui-badge {
	margin: 0 4px;
}

.tc-right .layui-badge-dot {
	margin: 0 2px;
}

.vin-ocr .layui-input-block {
	margin-left: 0;
}

#mylname_count a {
	border-bottom: 1px solid #e5e5e5;
}

