.header-box {
	background: #fff !important;
	box-sizing: content-box;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.08);
}

.nav-info {
	background: #fff;
	border: none;
}

.header-nav>li>a {
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 3px solid transparent;
}

.nav>li>a>img.admin-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

/*.header-nav .active>a{
	border-bottom: 3px solid #333;
	transition: all .3s;
}*/
/******重写nav方法*********/
/*.header-nav .open>a{
	border-color:#333;
}*/
.nav-info .navbar-nav>.open>a, .nav-info .navbar-nav>.open>a:focus,
	.nav-info .navbar-nav>.open>a:hover {
	background-color: transparent !important;
}

.nav-info .navbar-nav>.active>a, .nav-info .navbar-nav>.active>a:focus,
	.nav-info .navbar-nav>.active>a:hover {
	background-color: transparent !important;
}

.nav-info .navbar-nav>li>a:hover {
	transition: all .3s;
}

.header-nav.nav .open>a, .header-nav.nav .open>a:focus, .header-nav.nav .open>a:hover
	{
	border-color: transparent !important;
}

.header-nav .dropdown-menu>.active>a, .header-nav .dropdown-menu>.active>a:focus,
	.header-nav .dropdown-menu>.active>a:hover {
	color: #333 !important;
	background: #e7e7e7 !important;
	border-color: transparent;
}

.header-nav .dropdown-menu li>a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.upgrade-info>a:hover {
	border-color: transparent !important;
}

.header-nav .sign {
	height: 34px !important;
	vertical-align: middle;
	line-height: 4px !important;
	/* border-bottom: 1px solid #333 !important; */
	margin: 0 6px;
	font-weight: 400 !important;
}

.header-nav>li {
	position: relative;
}

.remain-new {
	width: 6px;
	height: 6px;
	background: #d04b40;
	border-radius: 50%;
	position: absolute;
	top: 30px;
	right: 22px;
	display: inline-block;
}

.header-nav .badge {
	background: #d04b40;
}

.msg-badge {
	position: absolute;
	top: 17px;
	right: -8px;
}

.search-img {
	width: 20px;
	margin-left: calc(100% - 190px);
	position: absolute;
	right: 20px;
	top: 15px;
	display: none;
}

.active-line>a {
	font-weight: bold;
	color: #333 !important;
}

.num-nav-btn {
	position: absolute;
	width: 20px;
	/*height: 20px;*/
	top: 15px;
	z-index: 10;
	display: none;
}

.num-nav-btn#profile_nav {
	width: 30px;
	height: 30px;
	top: 10px;
}

.num-nav-btn#profile_nav img {
	width: 100%;
	height: 100%;
}

.num-nav-btnL {
	left: 20px;
}

.num-nav-btnR {
	right: 20px;
}

.num-nav-btn img {
	width: 20px;
	height: 20px;
	border-radius: 50%;
}
/********************/
@media ( min-width : 768px) {
	.nav-info {
		width: 92%;
		margin: 0 auto;
		height: 80px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.nav-info:before, .nav-info:after {
		content: none;
	}
	.header-box {
		height: 80px;
	}
	.header-nav>li>a {
		height: 80px;
		line-height: 50px;
	}
	.header-nav>li>img {
		margin: 25px 40px 0 0;
		max-height:25px;
		max-width:300px;
	}
	.dropdown-menu>li>a {
		padding: 6px 10px;
	}
	.dropdown-menu>li>span {
		padding: 6px 10px;
		color: #7c7c7c;
		white-space: nowrap;
	}
	.search-img {
		display: none;
	}
}

@media ( max-width : 991px) {
	.header-nav>li>a {
		padding: 10px;
		font-size: 13px;
	}
	.remain-new {
		top: 25px;
		right: 18px;
	}
	.msg-badge {
		top: 14px;
		right: -10px;
	}
}

/**20210412**/
@media ( max-width : 767px) {
	.detailsBack {
		position: fixed;
		top: 19px;
		left: 14px;
		z-index: 1002;
		color: #333;
	}
	.settingBack {
		position: fixed;
		top: 19px;
		left: 14px;
		z-index: 1000;
		color: #333;
	}
	.logo-img {
		width: 100px;
		margin: 18px 10px;
	}
	.title-message {
		text-align: center;
		margin-top: 18px;
		margin-left: 50px;
		font-size: 18px;
		height: 18px;
		width: 180px;
		font-weight: bold;
		display: inline-block;
	}
	#navBtnMobile {
		display: none;
	}
	.header-box .navbar {
		margin-bottom: 0 !important;
	}
	.header-nav .open>a, .header-nav .open>a:focus, .header-nav .open>a:hover
		{
		border-color: transparent;
	}
	.header-nav .dropdown-menu {
		border-bottom: 1px solid #ddd !important;
	}
	.header-nav .sign {
		display: block !important;
		border: none !important;
	}
	.header-nav .sign:hover {
		background: transparent !important;
		color: #777 !important;
	}
	.remain-new {
		top: 50%;
		transform: translateY(-60%);
		left: 135px;
	}
	.msg-badge {
		top: 50%;
		transform: translateY(-60%);
		left: 100px;
		right: inherit;
	}
	#wap-header-title {
		width: 100%;
		line-height: 50px;
		text-align: center;
		position: absolute;
		top: 0;
		left: 0;
		font-weight: bold;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
	}
}