/*********************************顶部导航CSS*******************************************/
a:hover
{
	text-decoration:none;
	color:#44a8f2;
}
#toptb
{
	height:64px;
	background-color:#232526;
	border-bottom:0;
}
#mask
{
	top:0;
}
.logo-wrapper a, .userstatus-div a, .userstatus-div2 a, .userstatus-div1 a, .h_search a{
	padding: 0 !important;
}
.h_search a {
	margin-right: 0;
}

#toptb .new
{
	background-position:110px 50%;
	display:block;
	font-weight:normal;
}
#show_search_btn {
	top: 0;
	border-radius: 50%;
}
.nav-container {
	display: flex;
	align-items: center;
	height: 64px;
}
.menu-wrapper {
	height: 64px;
	padding-left: 16px;
	display: flex;
}
.unlogin-wrapper {
	height: 64px;
	display: flex;
	align-items: center;
}
.unlogin-wrapper a {
	color: #fff;
	padding: 0 12px!important;
}
.unlogin-wrapper a:hover {
	color: rgba(255,255,255,.65)!important;
}
a.logo
{
	margin-top: 0;
	height:24px;
	color:#676767;
	text-decoration:none;
}
a.logo img
{
	vertical-align:middle;
	height:24px;
	width: auto;
}
.h_search
{
	height: 64px;
	text-align: left;
	margin-top:0;
	width: 986px;
	position:static;
}
.top-nav-ul {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}

.nav-item {
	height: 100%;
	list-style-type:none;
	padding: 0 12px;
	position: relative;
}

.nav-item:hover .nav-item-link {
	color: rgba(255,255,255,.65)!important;
}

.nav-item-link {
	color:white!important;
	margin:0;
	display: block!important;
	line-height: 64px;
	font-size: 14px!important;
}

.search-wrapper {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 40px;
	width: 40px;
	margin: 0!important;
}

.search-wrapper a {
	top: 0;
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 40px;
}

.search-wrapper a img{
	display: block;
	width: 16px!important;
	height: 16px!important;
	margin: 12px auto!important;
}

.sub_nav_wrapper {
	position: absolute;
	padding: 8px 0;
	display: none;
	font-size: 14px;
	background-color: #fff;
	border-radius: 4px;
	z-index: 10;
	top: 45px;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 2px 8px rgba(0,0,0,.1);
}
.sub_nav_wrapper .sub_nav_item {
	padding: 8px 16px;
	overflow: hidden;
	color: rgba(0,0,0,0.85);
}
.sub_nav_wrapper .sub_nav_item:hover {
	background-color: rgba(0,0,0,0.04)
}
.sub_nav_wrapper .sub_nav_item a {
	display: block;
	width: 100%;
	line-height: 24px;
	font-size: 12px!important;
	word-wrap: break-word;
}

div.userstatus-div, div.userstatus-div1, div.userstatus-div2 {
	height:64px;
	margin-top:0;
	width: 48px;
	color:white;
	display: inline-flex;
	align-items: center;
}

.msg-wrapper {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 8px;
	border-radius: 50%;
}

#show_search_btn:hover, .msg-wrapper:hover {
	background-color: rgba(225,225,225,0.09);
}

#show_search_btn:active, .msg-wrapper:active {
	background-color: rgba(225,225,225,0.09);
}

.user-wrapper {
	height: 32px;
	display: inline-block;
}

.msg-ring-icon {
	margin: 12px;
}

.remind_red_dot {
	position: absolute;
	display:inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	color: white;
	border-radius: 12px;
	background: #ff7372;
	top: 9px;
	right: 6px;
	text-align:center;
}

.user-small-image
{
	width:32px;
	height:32px;
	border-radius:24px;
}
.user-func-ul, .user-func-ul_new {
	float: right;
	position: absolute;
	margin: 0;
	list-style-type: none;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,.1);
	border-radius: 4px;
	padding: 8px 0;
	top: 50px;
	white-space: nowrap;
}
.user-func-ul {
	right: 0;
}
.user-func-ul:hover, .user-func-ul_new:hover {
	display: block;
}
.user-func-ul li, .user-func-ul_new li
{
	text-align:left;
	line-height:24px;
	padding: 8px 16px;
}

.user-func-ul li:hover, .user-func-ul_new li:hover
{
	background-color: rgba(0,0,0,0.04);
}

.top-search
{
	background-color:#232526;
	z-index: 1;
	width:1200px;
	left: -118px;
	height: 64px;
	display: flex;
	margin-left: 0;
	justify-content: space-between;
	align-items: center;
}

.top-search .search-left .logo {
	display: flex;
	height: 40px;
	align-items: center;
}

.top-search .search-middle {
	position: relative;
	width: 640px;
	height: 40px;
}

.top-search .search-middle .search-input {
	width: 569px;
	height: 24px;
	padding: 7px 35px;
	font-size: 16px;
	line-height: 24px;
	background:#232526;
	color: white;
}

.top-search .search_suggest_list {
	position: absolute;
	top: 52px;
	left: 48px;
	width: 569px;
	background-color: #fff;
	color: #979797;
	font-size: 12px;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0,0,0,.1);
}

.top-search .close-btn {
	width: 40px;
	height: 40px;
}
#hide_search_btn img
{
	margin:0;
	vertical-align:middle;
}
.top-search .search-b
{
	background:#232526 url(../../static/image/common/newmobile201603/icon-search.svg) no-repeat center;
	background-size:16px;
	width: 40px;
	height: 40px;
	position: absolute;
}

.top-search input::-webkit-input-placeholder
{
	color:#979797;
}
.top-search input::-moz-placeholder
{
	color:#979797;
}
.top-search input::-ms-input-placeholder
{
	color:#979797;
}
.top-search input:-moz-placeholder
{
	color:#979797;
}
.clear
{
	clear:both;
	visibility:hidden;
	content:' ';
	height:0;
	display:block;
}
.search_suggest_list ul
{
	padding: 8px 0;
	border-radius: 4px;
}
.search_suggest_list ul li {
	font-size: 14px;
	height: 30px;
	line-height: 24px;
	padding: 8px 16px;
	color: rgba(0,0,0,0.85);
}
.search_suggest_list ul li:hover
{
	background-color: rgba(0,0,0,0.04);
	cursor:pointer;
	color: rgba(255,255,255,.65);
}
#diy-tg
{
	margin-top:0;
}
.forum_info_c
{
	margin-top:1px;
}
.zindex_100
{
	z-index:100 !important;
}
.zindex_101
{
	z-index:101 !important;
}
#wp
{
	margin-top:1px;
}
.remind_ico img
{
	width:16px;
}
/***********************************底部的CSS一并写一起**************************************/
#ft
{
	height:88px;
	line-height:88px;
	background-color:#232526;
	color:white;
}
#ft ul
{
	padding:0;
}
#ft a
{
	color:white;
}

.user-func-ul .tip_func, .sub_nav_wrapper {
	min-width: max-content;
	min-width: -moz-max-content;
	min-width: -webkit-max-content;
	white-space: nowrap;
}

/****** Notice *********/
.dji-badge.dji-badge-red {
	background: #f5222d;
	right: 11px;
	top: 11px;
	border-radius: 88rem!important;
	position: absolute;
}
.dji-badge.dot {
	min-width: 8px;
	max-width: 8px;
	height: 8px;
	padding: 0;
}
.dji-badge.dji-badge-blue {
	position: relative;
	min-width: 8px;
	height: 16px;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: red;
	display: inline-block;
	margin-left: 16px;
	padding: 0 4px;
	text-align: center;
	border-radius: 88rem;
	line-height: 16px;
}

.userstatus-div, .userstatus-div1, .userstatus-div2
{
	height:30px;
	width:30px;
	margin-top:15px;
	display:inline-block;
	position:relative;
	color:white;
}
#toptb .userstatus-div>a, #toptb .userstatus-div1>a, #toptb .userstatus-div2>a
{
	font-size:12px;
	/*margin-left:16px;*/
}



#toptb .user-func-ul li a, #toptb .user-func-ul_new li a
{
	color: rgba(0, 0, 0, .85);
	font-size:12px;
	text-decoration:none;
}
.hide
{
	display:none;
}
.reddot
{
	display:inline-block;
	width:6px;
	height:6px;
	position:relative;
	top:10px;
	left:0px;
	background:#ff3333;
	border-radius:6px;
	float:right;
}