@charset "UTF-8";
::-webkit-input-placeholder { /* WebKit browsers */color:#ccc;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color:#ccc;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */color:#ccc;}
:-ms-input-placeholder { /* Internet Explorer 10+ */color:#ccc;}
.wrapper{
	width: 100%;
	font-family: Arial,sans-serif;
}

.main{
	width: 1200px;
	margin: 0 auto;
}
.top_bar{
	height: 38px;
	background: #333;
	font-size: 12px;
	color: #fff;
}
.home_icon{
	float: left;
	display: block;
	height: 38px;
	line-height: 38px;
	color: #fff;
	background: url('../styImg/home_icon.png') 0 11px no-repeat;
	padding-left: 20px;
}
.login_icon, .register_icon{
	float: right;
	display: block;
	line-height: 38px;
	color: #fff;
}
.top_bar span{
	float: right;
	display: block;
	line-height: 38px;
	margin: 0 5px;
}

.header{
	height: 100px;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.logo{
	height: 60px;
	/*float: left;*/
	overflow: hidden;
	margin-right: 15px;
	padding: 20px 0;
}
.web_name{
	/*float: left;*/
	height: 60px;
	padding: 20px 0;
}
.web_name h3{
	font-size: 30px;
	color: #333;
}
.web_name p{
	font-size: 14px;
	color: #333;
	height: 30px;
	line-height: 26px;
}
.nav{
	height: 100px;
	margin-left: auto;
	/*float: right;*/
}
.nav li{
	float: left;
	height: 100px;
	margin: 0 5px;
}
.nav li a{
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 100px;
	text-align: center;
	height: 100px;
	width: 100px;
}
.nav li a.cur, .nav li a:hover{
	background: #f0f0f0;
	color: #5a4fef;
	font-size: 20px;
	border-bottom: 2px solid #5a4fef;
	height: 98px;
	line-height: 98px;
	text-decoration: none;
}

.second_nav{
	height: 60px;
	background: #fff;
}

.second_nav ul{
	height: 60px;
}
.second_nav ul li{
	float: left;
	height: 60px;
	font-size: 16px;
	margin:0 20px;
	line-height: 60px;
}
.second_nav ul li a{
	color: #333;
}
.second_nav li a.cur, .second_nav ul li a:hover{
	color: #5a4fef;
}
/*分页*/
.page{
	background: #FFF;
	height: 28px;
	border:1px solid #ddd;
	text-align: center;
	padding: 15px 0;
	font-size: 14px;
}
.page a{
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	margin-right: 5px;
	color: #999;
	border:1px solid #ddd;
}
.page span{
	display: inline-block;
	line-height: 28px;
	color: #999;
	margin-right: 5px;
}
.page input[type=text]{
	height: 28px;
	width: 50px;
	border:1px solid #ddd;
	outline: none;
	color: #999;
}
.page a.confrim_page{
	width: 60px;
}
.page a.cur_page, .page a:hover{
	color: #5a4fef;
	border:1px solid #5a4fef;
}

.footer{
	padding: 50px 0;
	background: #333;
}
.footer_message{
	float: left;
	font-size: 14px;
	margin-right: 70px;
}
.footer_message ul{
	height: 24px;
	margin-bottom: 10px;
}
.footer_message ul li{
	float: left;
	margin: 0 5px;
	font-size: 14px;
	color: #b7b6b6;
}
.footer_message ul li a{
	color: #b7b6b6;
}
.footer_message p{
	line-height: 24px;
	font-size: 14px;
	color: #b7b6b6;
	margin-bottom: 18px;
}
.gongshang{
	border:1px solid #b7b6b6;
	font-size: 16px;
	text-align: center;
	height: 42px;
	color: #b7b6b6;
	line-height: 42px;
	width: 150px;
	padding: 10px 0 10px 10px
}
.gongshang img{
	float: left;
}
.link{
	float: left;
	margin-top: 20px;
}
.link li{
	float: left;
	width: 98px;
	height: 98px;
	border:1px solid #b7b6b6;
	border-radius: 50px;
	margin-right: 40px;
}
.link a{
	display: block;
	text-align: center;
	line-height: 140px;
	color: #b7b6b6;
	font-size: 14px;
}
.knowledge{
	background: url('../styImg/knowledge.png') center 20px no-repeat;
}
.zixun{
	background: url('../styImg/zixun.png') center 20px no-repeat;
}
.friend_link{
	background: url('../styImg/link.png') center 20px no-repeat;
}
.code{
	float: right;
	width: 160px;
	height: 160px;
	overflow: hidden;
}
.code img{
	display: block;
	width: 160px;
	margin-right: 20px;
}

/*遮罩*/
.cover{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	display: none;
}
.popup{
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -25%;
	margin-top: -25%;
	z-index: 20;
	display: none;
}
.popup_title{
	border-bottom: 1px solid #ddd;
	height: 46px;
}
.popup_title h3{
	font-size: 20px;
	color: #333;
	float: left;
	border-bottom: 2px solid #5a4fef;
	line-height: 46px;
}
.close_popup{
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	top: 20px;
	right: 20px;
	background: url('../styImg/close_popup.png') no-repeat;
}
.popup_content{
	padding-top: 30px;
}

.upload{
	width: 158px;
	height: 108px;
	float: left;
	border:1px dashed #ddd;
	font-size: 14px;
	color: #999;
	text-align: center;
	padding-top: 20px;
}
.upload label{
	display: block;
}
.upload img{
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
}
.upload input[type=file]{
	display: none;
}
.upload b{
	color: #333;
	font-size: 16px;
	display: block;
	font-weight: 600;
}

/*已登录*/
.login_statut{
	background: url('../styImg/member_head_icon.png') left center no-repeat;
	padding-left: 40px;
	height: 40px;
	float: right;
	position: relative;
}
.login_statut span{
	display: inline-block;
	font-size: 12px;
	color: #fff;
	line-height: 40px;
	float: left;
	height: 40px;
	margin-right: 10px;
}
.arrow_member{
	display: inline-block;
	width: 10px;
	height: 6px;
	background: url('../styImg/member_header_arrow.png') no-repeat;
	float: left;
	margin-top: 17px;
}
.member_arrow{
	background: #fff;
	width: 140px;
	height: 120px;
	padding: 0 20px;
	box-shadow: 0 3px 3px #ccc;
	position: absolute;
	top: 40px;
	left: 0;
	display: none
}
.login_statut:hover .member_arrow{
	display: block;
}
.member_arrow li{
	height: 59px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}
.member_arrow li:last-child{
	border-bottom: 0;
}
.member_arrow li a{
	display: block;
	line-height: 60px;
	color: #666;
	padding-left: 25px;
}
.member_icon{
	background: url('../styImg/member_icon_b.png') left center no-repeat;
}
.exit{
	background: url('../styImg/exit.png') left center no-repeat;
}
.m_intro{
	float: left;
	height: 60px;
	border-left: 1px solid #ddd;
	padding-left: 40px;
	font-size: 22px;
	color: #333;
	line-height: 60px;
	margin-left: 45px;
	margin-top: 20px;
}
.crumb{
	height: 48px;
	font-size: 16px;
	line-height: 48px;
	color: #999;
}
.crumb a{
	display: inline-block;
	 color: #999;
	 margin-right: 5px;
}
.crumb span{
	color: #333;
	margin-left: 5px;
}