@charset "UTF-8";

body {
	background: none;
}
#header {
	height: 130px;
}
#logo-tpl {
	position: absolute;
	z-index: 5;
}
#counter-tpl {
	height: 30px;
}
#countertitle-tpl {
	padding: 5px;
	background-color: #fff;
}
#countertitle-tpl p{
	font-size: 16px;
	color: #515b64;
}
#counter-tpl .new {
	color: #333333;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 12px;
	text-indent: 6px;
	position: relative;
	background: url(/static/img/ch1/counter.png) no-repeat center center;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 0;
	margin: 0;

}

#counter-tpl .new-effect {
	position: absolute;
	left: 17px;
	top: 50%;
	margin: 0;
	padding: 0;
	background: url(/static/img/ch1/counter-grid.png) no-repeat top left;
	height: 1px;
	width: 100%;
}


#menu .box {
	border: 1px solid #e7ecef;
	background-color: #fff;
	padding: 20px;
	width: 178px;
	margin-bottom: 15px;
}
#menu {
	position: relative;
	z-index: 10;
	float: left;
}
#menu li {
	list-style: none;
}
#menu li a{
	font-size: 16px;
	color: #515b64;
	line-height: 30px;
	text-decoration: none;
}
#menu li a:hover {
	color: #D54E88;
}

.counter-user {
	text-align: center;
	padding: 10px;
}
#wrap2 {
	clear: both;
	width: 100%;
	background-color: #f1f4f6;
	padding-top: 10px;
	border-top: 1px solid #e7ecef;
}
#mini-register {
	margin-bottom: 20px;
	width: 178px;
	padding: 20px;
	border: 1px solid #e7ecef;
	clear: left;
	float: left;
	color: #515b64;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
    background-color: #fff; 
}
#mini-register h2 {
	font-weight: bold;
	font-size: 20px;
	color: #d54e88;
}
#mini-iam {
	margin: 5px 0;
	float: left;
	margin-left: -5px; 
	width: 189px;
	height: 31px;
}
#mini-isearch {
	margin: 5px 0;
	float: left;
	margin-left: -5px; 
	width: 189px;	
	height: 31px;
}
#mini-iam a, #mini-isearch a {
	text-decoration: none;
}
.mini-man, .mini-woman {
	float: left;	
	width: 70px;
	font-size: 11px;
	color: #3b4249;
	font-weight: bold;
	text-align: center;
}
.mini-man {
	margin: 2px 0 0 25px;
}
.mini-woman  {
	margin: 1px 0 0 23px;
}
.mini-manbg {
	background: url(/static/img/ch1/mini-register/mini-man.png) no-repeat;
}
.mini-womanbg  {
	background: url(/static/img/ch1/mini-register/mini-woman.png) no-repeat;
}
#mini-pseudo input {
	float: left;
	margin:5px 0 5px -5px; 
	border: 1px solid #BCBCBC;
	border-radius: 5px; 
	width: 169px;
	height: 35px;
	box-shadow:inset 0px 0px 7px #BCBCBC;
	padding: 0px 10px;
}
#mini-button input {
	background: url(/static/img/ch1/mini-register/mini-button.png) no-repeat;
	width: 176px;
	height: 34px;
	text-align: center;
	color: #fff;
	padding-top: 2px;
	margin-top: 15px;
	border: 0px none currentColor;
}

.slide-container {
	min-height: 500px;
}
