@charset "utf-8";

/* 自定义 */
/* 页面高度 */
/* 字号 */
.f10 {
	font-size: 10px !important;
}

.f11 {
	font-size: 11px !important;
}

.f12,.font12,.fs_12 {
	font-size: 12px !important;
}

.f14,.font14,.fs_14 {
	font-size: 14px !important;
}

.f16 {
	font-size: 16px !important;
}

.f18 {
	font-size: 18px !important;
	line-height: 180%;
}
/* 字形 */
.fb {
	font-weight: bold !important;
}

.unfb {
	font-weight: normal !important;
}

.fi {
	font-style: italic !important;
}

.fnor {
	font-weight: normal !important;
}

.f_f {
	font-family: Tahoma, Geneva, sans-serif;
}
/* 字色 */
.cwhite,a.cwhite,a.cwhite:hover {
	color: #fff !important;
}

.cblue,a.cblue,a.cblue:hover {
	color: #d1f5fe !important;
}

a.cblue:hover {
	color: #09c !important;
	text-decoration: underline !important;
}

.blue,a.blue,a.blue:hover {
	color: #0078B6 !important;
}

.cblack,a.cblack,a.cblack:hover {
	color: #323232 !important;
}

.cgray01,a.cgray01,a.cgray01:hover {
	color: #97989a !important;
}

.cgray02,a.cgray02,a.cgray02:hover {
	color: #c0c0c0 !important;
}

.gray,a.gray,a.gray:hover {
	color: #ccc !important;
}

.red,a.red,a.red:hover,a.red:link {
	color: #cc0000 !important;
}
/* 行间距 */
.lh18 {
	line-height: 18px !important;
}

.lh24 {
	line-height: 24px;
}

.lh27 {
	line-height: 27px;
}
/* 文字方向 */
.textenter {
	text-align: center !important;
}

.textleft {
	text-align: left !important;
}

.textright {
	text-align: right !important;
}
/* 内补丁 */
.padr10 {
	padding-right: 10px;
}

.padlr10 {
	padding: 0 10px;
}

.padlr20 {
	padding: 0 20px !important;
}

.padlt30 {
	padding: 20px 0 0 30px;
}

.padl190 {
	padding-left: 190px !important;
}

.padl0 {
	padding-left: 0 !important;
}
/* 外补丁 */
.marr5 {
	margin-right: 5px;
}

.marl10 {
	margin-left: 10px !important;
}

.marr20 {
	margin-right: 20px;
}

.margin_20 {
	margin: 20px;
}

.margin_10 {
	margin: 10px;
}
/* 清除隐藏 */
.hide {
	display: none;
}

.hidden,.hide {
	overflow: hidden;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	visibility: hidden;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.clearfix {
	zoom: 1;
	display: table;
}
/* 浮动 */
.fl_left,.left {
	float: left;
}

.fl_right,.right {
	float: right;
}

.fl_none {
	float: none !important;
}

.center {
	clear: both;
	width: 980px;
	margin: 0px auto;
}
/* 定位 */
.pos_re {
	position: relative;
}

.pos_ab {
	position: absolute
}
/* 间隔 */
.blank20 {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 20px;
	visibility: hidden;
}

.blank10 {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 10px;
	visibility: hidden;
}
/* 鼠标 */
.cur_p {
	cursor: pointer;
}
/* 判定、操作 */
.correct {
	display: inline-block;
	width: 14px;
	height: 11px;
	margin: 0 0 0 10px;
	background: url(/images/common/i_correct.gif) no-repeat 0 50%;
}

.wrong {
	display: inline-block;
	margin: 0 0 0 10px;
	background: url(/images/common/i_wrong.gif) no-repeat 0 50%;
	padding-left: 18px;
	color: #f60;
}

.i_add01,.i_empty01,.i_add02,.i_empty02 {
	padding-left: 15px;
	display: inline-block;
	margin-right: 15px;
	float: left;
	overflow: hidden;
}

.i_add01 {
	background: url(/images/common/i_add.gif) no-repeat 0 50%;
}

.i_empty01 {
	background: url(/images/common/i_empty.gif) no-repeat 0 50%;
}

.i_add02 {
	background: url(/images/common/i_add02.gif) no-repeat 0 50%;
	color: #aabbcb !important;
}

.i_empty02 {
	background: url(/images/common/i_empty02.gif) no-repeat 0 50%;
	color: #aabbcb !important;
}
/* 其它 */
.inline_block {
	display: inline-block;
}

.vm {
	vertical-align: middle
}

.nowrap {
	white-space: nowrap;
}

.redborder {
	border: 1px solid #cc0000;
}

.border1px {
	border: 1px solid #ccc;
}

.input_error {
	border: 1px solid #ff4011;
	background-color: #feded1;
}

.input_focus {
	border: 1px solid #ffae00;
	background-color: #ffffcc;
}

.ybox {
	background-color: #FFFDDD;
	border: 1px solid #F8F3D6;
	color: #333333;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin: 10px;
	overflow: hidden;
	padding-left: 15px;
}

.renlist {
	margin: 10px;
	border: 1px solid #ccc;
}

.renlist li img {
	float: left;
	width: 50px;
	padding: 3px;
	border: 1px solid #ccc;
	margin: 10px 10px 10px 10px;
}

.renlist li {
	float: left;
	width: 180px;
	margin: 5px;
	border-bottom: 1px dotted #ccc;
	text-align: left;
}

.renlist li:hover {
	background-color: #eee;
	border-bottom: 1px solid #333;
}

.renlist .name {
	font-weight: strong;
	color: #CC3300;
	line-height: 25px;
	margin-top: 10px;
}

.renlist .op {
	line-height: 25px;
}

.on span {
	font-weight: 500;
	color: #FFF;
	background-color: #FF6301;
	padding: 5px 10px;
}
/* 伸缩 */
.stretch_out,.draw_back,.stretch_out_gray,.draw_back_gray {
	display: inline-block;
	width: 10px;
	height: 70px;
	background: url(../images/expand.gif) no-repeat;
	z-index: 999;
	position: absolute;
	cursor: pointer;
}

.stretch_out_hover {
	background-position: -10px 0;
}

.draw_back {
	background-position: 0 -70px;
}

.draw_back_hover {
	background-position: -10px -70px;
}

.stretch_out_gray {
	background-position: 0 -140px;
}

.stretch_out_gray_hover {
	background-position: -10px -140px;
}

.draw_back_gray {
	background-position: 0 -210px;
}

.draw_back_gray_hover {
	background-position: -10px -210px;
}

.top_out,.top_back,.top_out a,.top_back a {
	background: url(/images/common/top_arrow.gif) no-repeat;
}

.top_out,.top_back {
	width: 31px;
	height: 22px;
	position: absolute;
	top: 0;
	right: 20px;
}

.top_out a,.top_back a {
	display: block;
	width: 31px;
	height: 22px;
}

.top_back a {
	background-position: 0 -27px;
}

.top_back a:hover {
	background-position: 0 -50px;
}

.top_out a {
	background-position: 0 -73px;
}

.top_out a:hover {
	background-position: 0 -98px;
}