/*头部*/
#yin{
	background-color: #22201c !important;
}
.top_header {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
	line-height: 100px;
}

.top_header a {
	font-size: 15px!important;
}

.top_logo {
	float: left;
	padding-top: 10px;
	height: 100px;
	width: 100px;
}
.top_logo img{
	height: 100%;
	width: 100%;
}
.ul_top_titles {
	float: left;
	margin-left: 10px;
}

.ul_top_titles li {
	float: left;
}

.ul_top_titles li>a {
	padding: 0px 25px;
	color: #fff;
	display: inline-block;
}

.ul_top_titles li>a:hover,.top_header_nologin a:hover,.top_header_login a:hover,.top_header_login span:hover {
	cursor: pointer;
	color: #4eb3e4  !important;
}

.ul_top_titles_choose {
	color: #4eb3e4!important;
}

.top_header_nologin {
	display: none;
}
.top_header_nologin a{
	color: #fff;
}
.top_header_nologin a:first-child {
	padding: 0px 10px;
	border-right: #A0A0A0 1px solid;
}

.top_header_nologin a:last-child {
	padding: 0px 10px;
}
.top_header_login{
	display: none;
}
.top_header_pic {
	height: 100px;
	width: 36px;
	display: inline-block;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 10px;
}

.top_header_pic img {
	height: 36px;
	width: 36px;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
	position: absolute;
}

#top_header_nick {
	display: inline-block;
	padding: 0px 5px;
	font-size: 16px;
}

#top_header_logout {
	padding: 0px 5px;
	border-left: #A0A0A0 1px solid;
	font-size: 15px;
	display: none;
}
.top_header_login a{
	padding: 0px 5px;
	color: #fff;
	border-left: #A0A0A0 1px solid;
}
/*头部结束*/

