﻿.close {
	position: absolute;
	top: 12px;
	right: 12px;
	background: url(/Storage/closeNew.png) no-repeat;
	width: 12px;
	height: 12px;
	cursor: pointer;
	text-indent: -9999px;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}

#RelatedDocumentDiv {
	-webkit-box-shadow: #666 0px 0px 5px;
	-moz-box-shadow: #666 0px 0px 5px;
	box-shadow: #666 0px 0px 5px !important;
}

#spqingdan_title {
	background: #f2f2f2;
	border-bottom: 1px solid #dddddd;
	height: 30px;
	line-height: 30px;
}

.tab_box1 {
	border: 1px solid #dddddd;
	/*border-bottom: none;*/
}

a {
	color: #696B83;
	text-decoration: none
}

	a:active {
		background: #AFC1DC
	}

	a:hover {
		text-decoration: none
	}

.DownButtonNormal {
	height: 18px;
	line-height: 18px;
	padding: 0 11px;
	background: rgb(120, 127, 162);
	border: 1px #E5E7EA solid;
	border-radius: 3px;
	display: inline-block;
	font-size: 12px;
	outline: none;
}

.tagCss {
	box-sizing: border-box;
	margin: 0 8px 0 0;
	color: #000000d9;
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5715;
	list-style: none;
	font-feature-settings: "tnum";
	display: inline-block;
	height: auto;
	padding: 0 7px;
	font-size: 12px;
	line-height: 20px;
	white-space: nowrap;
	background: #fafafa;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	opacity: 1;
	transition: all .3s;
}

.tagCssRed {
	/*红色*/
	color: #cf1322;
	background: #fff1f0;
	border-color: #ffa39e;
}