/*
$Id: general.css 13504 2007-11-08 09:51:13Z weberliu $
*/

body {
	margin: 0px;
	padding: 0px;
	color: #192E32;
	font: 12px "sans-serif", "Arial", "Verdana";
}
p, td, div {
	font: 12px "sans-serif", "Arial", "Verdana";
}
th {
	font: 12px "sans-serif", "Arial", "Verdana";
	font-weight: bold;
}
form {
	margin: 0px;
	padding: 0px;
}
input, textarea, select {
	font: 12px "courier new";
}
a:visited {
	color: #335B64;
	text-decoration: none;
}
a:link {
	color: #335B64;
	text-decoration: none;
}
a:hover {
	color: #EB8A3D;
	text-decoration: none;
}
a:active {
	color: #EB8A3D;
	text-decoration: none;
}
.clear {
	clear: both;
	float: none;
	font-size: 0px;
	margin: 0;
	padding: 0;
	display: block;
}
.nowrap {
	white-space: nowrap;
}
select {
	font-family: Trebuchet MS;
	margin: 5px;
	border: solid 1px #ddd;
	padding: 4px;
	line-height: 20px;
	border-radius: 2px;
}
.green{ color:#2FBC5E;}
.qc-shortcut-menu {
	display: none;
	background-color: #191919;
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	overflow: hidden;
	cursor: default;
	z-index: 1001;
	animation-duration: .5s;
	animation-fill-mode: both;
	width: 100%;
	height: 600px;
}
.qc-shortcut-menu-inner {
	padding-left: 124px;
	overflow-y: auto;
	height: 100%;
}
.qc-shortcut-menu-title {
	font-size: 12px;
	color: #888;
	margin-top: 35px;
	margin-left: 20px;
	margin-bottom: 6px;
}
.qc-shortcut-menu-inner .menu-list-all {
	max-width: 1200px;
	min-width: 1000px;
	min-height: 590px;
	padding-bottom: 50px;
}
.menu-list-col {
	font-size: 14px;
	box-sizing: border-box;
	padding: 29px 0 0 20px;
	display: inline-block;
	vertical-align: top;
	width: 20%;
}
.menu-list-col .menu-area {
	margin-bottom: 15px;
}
.menu-list-col .menu-area-tit {
	font-size: 14px;
	color: #fff;
	padding-bottom: 5px;
	cursor: default;
	line-height: 20px;
}
.menu-list-all .menu-list-col .menu-area-con {
	padding-bottom: 18px;
}
.menu-list-col .menu-area-con {
	color: #888;
	outline: 0;
}
.qc-shortcut-menu-tool {
	height: 60px;
	border-top: 1px solid #444;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background-color: #191919;
}
.qc-shortcut-save {
	background-color: #006eff;
	height: 30px;
	min-width: 24px;
	padding: 0 30px;
	color: #fff!important;
	border: 1px solid #006eff;
	line-height: 28px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	outline: 0;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 12px;
	margin: 15px 10px;
}
.qc-shortcut-cancel {
	height: 30px;
	min-width: 24px;
	padding: 0 30px;
	color: #bbb;
	border: 1px solid #888;
	line-height: 28px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	outline: 0;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 12px;
	margin: 15px 10px;
}
em{
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
}
.menu-item-tit label {
	line-height: 24px;
	height: 24px;
	display: block;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
	color: #a6a6a6;
	width: 100%;
	cursor: pointer;
}
.menu-item-tit label .menu-item-checkbox {
	margin-right: 10px;
	margin-top: -3px;
}
.menu-item-checkbox:hover, .menu-item-tit label:hover {
	border-color: #888;
	color: #fff;
}
.tea-checkbox, input[type=checkbox] {
	width: 16px;
	height: 16px;
	cursor: pointer;
	vertical-align: middle;
	outline: 0;
	-webkit-appearance: none;
	border: 1px solid #bbb;
	background-color: #fff;
}

[type=checkbox], [type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
.tea-checkbox:checked, input[type=checkbox]:checked {
	background-image: url(tea-0.0.7.min-201907051906.svg);
	background-color: #006eff;
	border-color: #006eff;
	background-position: 47.69% 10.47%;
	background-size: 1642.8571428571427% 1464.2857142857142%;
	background-repeat: no-repeat;
}