.clear::after {
	content: '';
	display: block;
	clear: both
}

.yjg_main_head_top {
	border-bottom: 0px solid #d81e28;
	position: relative;
	z-index: 20
}

.yjg_header_top {
	height: 27px;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif;
	font-size: 0;
	color: #999;
	background-color: #f2f2f2
}

.header_top_center {
	width: 1200px;
	margin: 0 auto
}

.head_top_left {
	float: left
}

.head_top_right {
	float: right;
}

.htrn_item {
	float: left
}

.htrn_item a {
	font-size: 12px;
	color: #999;
	line-height: 27px;
	cursor: pointer;
	display: block
}

.htrn_item a:hover {
	color: #d81e28
}

.htrn_btn {
	float: right;
	border: 1px solid #f2f2f2;
	position: relative;
	z-index: 100
}

.htrn_btn a {
	line-height: 25px
}

.htrn_btn .htrn_topbtn {
	padding: 0 8px 0 10px
}

.htrn_topbtn {
	padding: 0 11px;
	display: block;
	float: right
}

.language_change-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end
}

.language_change-box .verticalline {
	width: 1px;
	height: 11px;
	border-right: 1px solid #d9d9d9
}

.language_change-box .language-now {
	padding: 0 6px;
	font-size: 12px;
	color: #999;
	line-height: 27px;
	cursor: pointer
}

@media screen and (min-width: 751px) and (max-width: 900px) {
	.language_change-box .language-now {
		padding: 0 2px
	}
}

.language_change-box .language_list-box {
	position: absolute;
	width: 120px;
	height: auto;
	left: 0;
	top: 27px;
	padding: 8px;
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
	border-radius: 4px;
	background: #ffffff;
	z-index: 999;
	display: none
}

.language_change-box .language_list-box .language_change-text {
	width: 100%;
	font-size: 12px;
	color: #333333;
	line-height: 21px;
	padding: 7px 8px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer
}

.language_change-box .language_list-box .language_change-text.active {
	color: #e3212a
}

.language_change-box:hover .language_list-box {
	display: block
}