/*********************************顶部导航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;
}
a.logo
{
	margin-top: 0;
	height:24px;
	color:#676767;
	text-decoration:none;
}
a.logo img
{
	vertical-align:middle;
	height:24px;
	width: 108px;
}
.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;
	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%);
	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: 44px;
	color:white;
	display: inline-flex;
	align-items: center;
}
.userstatus-div2>a{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
}
.msg-wrapper {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 8px;
	border-radius: 50%;
}

.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: 12px 24px;
}

.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: 5px;
    top: 6px;
	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: 4px;
	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;
}

/*头部样式--- start ---*/
body{
    padding-top: 64px;
}
/*new css*/
/**搜索*/*/
.search-header-navbar{
    width: 100%;
    height: 64px;
    background: #FFFFFF;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    
}
.search-header-navbar.nav-active{
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s linear;
    
}
.search-header-navbar.nav-active .search-header-layer{
   animation: nav-layer 0.2s linear;
}
.search-header-navbar.nav-active .search-push{
     animation: nav-dropdown 0.2s linear;
}

.search-header-layer{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 64px;
    left: 0;
    opacity: 0.4;
    background-color: #000;
    z-index: 1000;
}
.search-box{
    width: 702px;
    margin: 0 auto;
}
.search-input{
    height: 64px;
    line-height: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search-input .search-icon{
    width: 32px;
    height: 32px;
    background: url('../../../static/image/home_new/ic_search.png') no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 14px;
}
 .search-input .search-close{
    width: 44px;
    height: 44px;
    background: url('../../../static/image/home_new/ic_close.png') no-repeat;
    background-size: contain;
    display: inline-block;
    cursor: pointer;
}
.search-input .input{
    flex:1;
    border: 0;
    font-family: '.AppleSystemUIFont';
    font-size: 18px;
    color: rgba(0,0,0,0.85);
    outline: none;
}
.search-input .input::placeholder {
    color: rgba(0,0,0,0.45);
}
.search-push{
    position: fixed;
    background-color: #fff;
    z-index: 1001;
    top: 72px;
    width: 704px;
    left: 50%;
    transform: translate(-50%,0);
    border-radius: 4px;
    max-height: 300px;
    overflow: auto;
   
}
.search-push .search-item{
    font-family: 'PingFangSC-Regular';
    font-size: 12px;
    color: rgba(0,0,0,0.65);
    height: 40px;
    line-height: 40px;
    padding:  0 40px;
}
.search-push .search-item a{
    display: block;
    text-decoration: none;
    cursor: pointer;
    color: rgba(0,0,0,0.65);
}
.search-push .search-item:hover{
    background: rgba(0,0,0,0.04);
}
.search-header-navbar .search-push::-webkit-scrollbar{
  width: 0;      /* Safari,Chrome 隐藏滚动条 */
  height: 0;     /* Safari,Chrome 隐藏滚动条 */
  display: none; /* 移动端、pad 上Safari，Chrome，隐藏滚动条 */
}
.search-header-navbar {
    width: 100%;
    height: 64px;
    background: #FFFFFF;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
}


#toptb {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
}
#toptb .nav-container{
  width: 1200px;
  margin: auto;
  display: flex;
}
.unlogin-wrapper a{
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  padding: 0px 7px!important;
  color: rgba(0, 0, 0, 0.85);
}
/*.unlogin-wrapper .login, .unlogin-wrapper .login:hover {*/
/*  color: rgba(0, 0, 0, 0.85)!important;*/
/*}*/
.unlogin-wrapper a:hover{
  color: rgba(64, 169, 255, 0.85)!important;
}
.logo-wrapper{
  display: flex;
  align-items: center;
}
.logo-wrapper img{
  display: block;
  width: 108px;
  height: 24px;
}
.top-nav-ul .nav-item{
  padding: 0 21px;
}
.menu-wrapper{
  padding-left: 57px;
}
.top-nav-ul .nav-item>a {
  position: relative;
  display: flex!important;
  align-items: center;
  height: 100%;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.85)!important;
}


.sub_nav_wrapper{
  padding: 11px 0;
  top: 8px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
}
.top-nav-ul .nav-item>a:active, .top-nav-ul .nav-item>a:visited, .top-nav-ul .nav-item>a:hover, .top-nav-ul .nav-item>a:focus {
  color: rgba(0, 0, 0, 0.85)!important;
}
.nav-item:hover .nav-item-link {
  color: rgba(0, 0, 0, 0.85)!important;
}
.sub_nav_wrapper .sub_nav_item{
  min-width: 98px;
  padding: 0;
}
.nav-item-content-wrapper{
  position: absolute;
  top: 64px;
  width: 128px;
  height: 128px;
  background: transparent;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.h_search ul li.nav-item:hover .nav-item-content-wrapper{
  display: block;
}
.top-nav-ul .sub_nav_item a {
  width: auto;
  padding: 12px 24px!important;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.85);
}
.common_header_fixed .h_search{
  width: auto;
  flex: 1;
}
.common_header_fixed .top-nav-ul{
  flex: 1
}
.common_header_fixed .userstatus-div{
  width: auto;
}
.common_header_fixed .menu-wrapper{
  flex: 1;
}
.user-func-ul, .user-func-ul_new{
   top: 8px; 
}
.notice-dropdown-content ul{
    padding: 11px 0;
}
.notice-dropdown-content ul li {
    box-sizing: border-box;
    min-width: 98px;
    display: flex;
    align-items: center;
}
.notice-dropdown-content ul li a{
    padding: 12px 0;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: centers;
}
.show_search_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
}
.remind_ico img, .h_search .userstatus-div1 img, .h_search .userstatus-div2 img{
  display: block;
  width: 32px;
  height: 32px;
  margin: 0;
}
.menu-wrapper .userstatus-div1{
  margin: 0 16px;
}
.menu-wrapper .userstatus-div1, .menu-wrapper .userstatus-div2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-wrapper .user_icon{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}
.menu-wrapper .user_icon:hover{
  background: rgba(0, 0, 0, 0.04);
}
.menu-wrapper .userstatus-div1 a {
  margin: 0;
}
.h_search .search-wrapper a, .remind_ico.msg-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
}
.h_search #show_search_btn img{
  display: block;
  width: 32px!important;
  height: 32px!important;
  margin: 0!important;
}
#show_search_btn:hover, .msg-wrapper:hover, .userstatus-div2>a:hover {
  background: rgba(0, 0, 0, 0.04);
}
.nav-item:hover{
    background: rgba(0, 0, 0, 0.04);
    
}
.nav-item.nav_fid_selected_li:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 1px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.85);
}

.common_header_fixed{
    border-bottom: 1px solid #e4e4e4!important;
}
.home_0308_common_header_fixed{
    border-bottom: none;
}
/*头部样式--- end ---*/
/*---common-tooltip---*/
.common-tooltip{
    position: relative;
}
.common-tooltip:before{
    content: attr(data-tooltip);
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 999;
    padding: 4px 10px;
    transform: translate3d(-50%, 3px, 0);
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.45);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.15);
    border-radius: 2px;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 16px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
}
.common-tooltip-top:before {
    top: -30px;
}
.common-tooltip-bottom:before {
    top: 100%;
}
.common-tooltip-top:hover:before, .common-tooltip-bottom:hover:before {
    display: block;
}
