.header {
	width: 100%;
	min-width: 1400px;
	left: left;
	margin: 0 auto;
	/* margin-bottom: 70px; */
	/* min-width: 1200; */
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	background: #fff;
	position: fixed;
	top: 0;
	/* left: 0; */
	z-index: 2;
	box-shadow: 0px 3px 0.12rem 0px rgba(75, 109, 156, 0.25);
}


.popup-content {
	display: none;
	position: absolute;
	margin-top: 216px;
	margin-left: -50px;
	width: 304px;
	/* padding: 10px; */
	background: white;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	/* display: flex;
	flex-direction: column; */
	font-weight: 400;
	font-size: 16px;
	line-height: 36px;
	color: #333333;
}

.likeBox {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-right: 30px;
}

.likeBox1 {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-left: auto;
	margin-right: 30px;
}

.likeBox1 img {
	width: 20px !important;
	height: 20px !important;
	margin-right: 0 !important;
}

.likeBox img {
	width: 20px !important;
	height: 20px !important;
	margin-right: 0 !important;
}

.likeBoxSpan {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	margin-left: 5px;
}

.popup-content img {
	width: 20px;
	height: 20px;
	margin: 0 10px;
}

.showBox {
	display: flex;
	flex-wrap: wrap;
}

a {
	color: inherit;
}

#nowWhere {
	color: #2F9BFF;
}

.loginOut {
	display: flex;
	align-items: center;
	/* border-top: 1px solid #E0E3E7; */
	cursor: pointer;
	width: 200px;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	margin: 20px auto;
}

.loginOut img {
	width: 22px;
	height: 22px;
	margin-right: 10px;
}

.userBtn {
	display: flex;
	align-items: center;
	/* margin-right: 40px; */
	cursor: pointer;
	width: 200px;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	margin: 20px auto;
}

.userBtn img {
	width: 22px;
	height: 22px;
	margin-right: 10px;
}

#userBox:hover .popup-content {
	display: block;
	animation: fadeIn 0.3s;
}

#goqz {
	cursor: pointer;
}

#gohhr {
	cursor: pointer;
}

#gozcqyhy {
	cursor: pointer;
}

#gozcgrhy {
	cursor: pointer;
}

#gofbgq {
	cursor: pointer;
}

#gofbzp {
	cursor: pointer;
}

#callKf {
	cursor: pointer;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

#userBox {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #333333;
	width: 166px;
	/* margin-left: 60px; */
	justify-content: center;
	position: relative;
	cursor: pointer;
}

.userBoxImg {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	margin-right: 10px;
}

#loginBtn {
	/* float: right; */
	width: 166px;
	height: 46px;
	background-color: #2F9BFF;
	border-radius: 4px;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* margin-left: 80px; */
	cursor: pointer;
	/* margin-top: auto; */
	/* margin-bottom: auto; */
	/* margin: auto 0; */
}

.headerFke {
	height: 70px;
}

#acTitle {
	color: #2F9BFF;
}

.header-container {
	width: 100%;
	padding: 5px 60px;
	/* float: left; */
}

.header-left {
	float: left;
}

.header-left img {
	width: 155px;
	height: 51.69px;
}

.header-left img:nth-of-type(2) {
	width: 80px;
	height: 45px;
	margin: 10px 0;
}

.header-ul {
	float: right;
	display: flex;
	align-items: center;
}

.header-ul li {
	float: left;
	margin-left: 80px;
	/* margin-left: 1%; */
	position: relative;
}

.header-ul li a {
	color: #333333;
	color: #222;
	font-size: 18px;
	font-weight: 400;
	display: block;
	padding: 20px 0 20px 0;
	position: relative;
}

.header-ul li a:hover {
	color: #006BFF;
}

.header-ul li:first-child {
	margin-left: 0 !important;
}

.header-ul li:hover a:after {
	width: 100%;
}

.header-ul li a:after {
	float: left;
	width: 0;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 55px;
	content: '';
	background: #006BFF;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header-ul li .header-dl {
	width: 130px;
	height: 0;
	display: none;
	background: #FFFFFF;
	border-radius: 0 0 4px 4px;
	position: absolute;
	top: 72px;
	left: -35%;
	z-index: 99;
}

.header-ul li .header-dl dd {
	text-align: center;
}

.header-ul li .header-dl dd a {
	color: #555555;
	font-size: 14px;
	padding: 20px 0 5px 0;
}

.header-ul li .header-dl dd a:hover {
	color: #006BFF;
}

.header-ul li .header-dl dd a:after {
	width: 0;
}

.header-ul li:hover .header-dl {
	display: block;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.header-ul li .header-dl:hover {
	display: block;
}