﻿@charset "utf-8";
/* CSS Document */
body, div{
font:12px Microsoft YaHei,SimSun;
line-height:20px;
margin:0;color:#333;
}
div{
margin:0 auto;
}
ul, dl, ol{
margin:0;
padding:0;
list-style:none;
}
h1,h2,h3,h4,h5,h6,dl,dd{
margin:0;
padding:0;
}
.lft{
float:left;
}
.rgt{
float:right;
}
.Inline{
display:inline;
}
.bold, .bold a{
font-weight:bold;
}
img{
border:none;
vertical-align:bottom;
}
.overhid{overflow:hidden;}
.overauto{
overflow:auto;
}
a{
	text-decoration:none;
	}
.cororg, .cororg a{
	color:#ff2359;
	}
.corpink, .corpink a{
	color:#ff3e69;
	}
.corgray, .corgray a{
	color:#666;
	}
.posr{position:relative;}
.cordgray,.cordgray a{color:#333;}
.blank5,.blank10,.blank35{float:left;width:100%;height:5px;overflow:hidden;text-indent:-9999px;}
.blank10{height:10px;}
.blank35{height:35px;}
.wid220{width:220px;overflow:hidden;}
.font14,.font14 a{font-size:14px;}
.font12,.font12 a,a.font12{font-size:12px;}
.mart10{margin-top:10px;}
.mart5{margin-top:5px;}
.padb5{padding-bottom:5px;}
.padb10{padding-bottom:10px;}
.padb15{padding-bottom:15px;}
.padl5{padding-left:5px;}
.padl10{padding-left:10px;}
.padl15{padding-left:15px;}
.padtb10{padding:10px 0;}
.padt10{padding-top:10px;}
.pad10{padding:10px;}
.pad8{padding:8px;}
.corred{color:red;}
.ellips,.ellips li{white-space:nowrap;overflow:hidden;-o-text-overflow: ellipsis;/* for Opera */text-overflow:ellipsis;/* for IE */}
.inblock{word-spacing:-3px;}
.inblock li,.inblock dd,.inblock dt{display:inline-block;*display:inline;*zoom:1;word-spacing:0;vertical-align:top;}
.txt-right{text-align:right;}

.box-tips {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}
.box-tips .box-cnt {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 480px;
	height: 180px;
	margin-top: -92px;
	margin-left: -242px;
	padding: 1px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,.5);
}
.box-tips .box-header {
	height: 32px;
	padding-left: 22px;
	line-height: 32px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background-color: #2c8283;
}
.box-tips .box-header .box-btn {
	float: right;
	margin-right: 14px;
	color: #fff;
}
.box-tips .box-header .box-btn:hover { color: #f00;}
.box-tips .box-main {
	height: 90px;
	padding-top: 17px;
	padding-left: 26px;
	line-height: 21px;
	font-size: 13px;
	background-color: #fafafa;
}
.box-tips .box-footer {
	height: 40px;
	line-height: 40px;
	background-color: #f2f6f9;
	border-top: 1px solid #e9eaec;
}
.box-tips .box-footer .box-btn {
	display: block;
	float: right;
	width: 85px;
	height: 28px;
	margin-top: 5px;
	margin-right: 20px;
	line-height: 28px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-color: #7fc678;
	border: 1px solid #5e985b;
	border-radius: 3px;
}
.box-tips .box-footer .box-btn:hover { opacity: .8;}