@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: '微软雅黑', Tahoma, Arial, sans-serif;
	font-size: 14px;
	background: #fff;
	color: #333;
}

input, label, select, option, textarea, button, fieldset, legend {
	font-family: Tahoma, sans-serif;
}

ul, ol, lo {
	list-style: none;
}

img {
	vertical-align: middle;
	border: none;
}

button {
	border: none;
}

button:focus {
	outline: none;
}

a {
	color: #333;
	cursor: pointer;
	*border: 0;
}

table, td, tr, th, input, select {
	font-size: 12px;
}

table {
	border-collapse: collapse;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #3264c8;
}

textarea {
	resize: none;
}

/* clearfix */
.clearfix {
	*zoom: 1
}

.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: ""
}

.clearfix:after {
	clear: both
}

.clear {
	zoom: 1;
	content: '';
	display: block;
	clear: both;
	height: 0px;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mb10 {
	margin-bottom: 10px;
}

.mr0 {
	margin-right: 0 !important;
}

.mr10 {
	margin-right: 10px;
}

.mrl20 {
	margin: 0 20px;
}

.mr20 {
	margin-right: 20px;
}

.mr100 {
	margin-right: 100px;
}

.pd20 {
	padding: 20px;
}

.pdlr20 {
	padding: 0 20px;
}

.pointer {
	cursor: pointer;
}

.center {
	text-align: center;
}

.color-gray {
	color: #666;
}

.color-blue {
	color: #0183ea;
}

.color-red {
	color: #ff0000;
}

.layui-form-select dl dd.layui-this {
	background: #1E9FFF;
}