.head_tips {
	width: 100%;
	background-color: #f9f9f9;
	font-size: 0.14rem;
	color: #868686;
	user-select: none;
}

.head_tips_content {
	width: 14.6rem;
	height: 0.25rem;
	margin: 0 auto;
	font-size: 0.12rem;
}

.head_tips_left {
	float: left;
	line-height: 0.25rem;
}

.head_tips_content span {
	display: inline-block;
	vertical-align: middle;
}

.head_tips_content .warning_icon {
	width: 0.17rem;
	height: 0.14rem;
	margin-right: 0.1rem;
	margin-bottom: 0.03rem;
	background: url('../image/header/warning_icon.png') no-repeat center/cover;
}
.head_tips_content .tips_icon {
	width: 0.15rem;
	height: 0.15rem;
	margin-right: 0.06rem;
	margin-bottom: 0.02rem;
	background: url('../image/header/tips_icon.png') no-repeat center/cover;
}

.head_tips_right {
	float: right;
	width: 6.7rem;
	line-height: 0.25rem;
	font-size: 0.12rem;
}

.headerContent {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 14.6rem;
	height: 0.6rem;
	line-height: 0.6rem;
	margin: 0 auto;
	overflow: hidden;
}

.logo {
	/* float: left; */
	width: 3.7rem;
	/* height: 123px; */
	/* margin-top: -0.3rem;
	margin-left: -0.4rem; */
}

.nav {
	/* float: right; */
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: end;
	height: 100%;
}

#header {
	position: relative;
	width: 100%;
	/* height: 105px; */
}

#header > div {
	width: 100%;
	/* min-width: 14.5rem; */
	/* width: 1920px; */
	margin: 0 auto;
	color: #333;
	background: #ffffff;
	border-bottom: 0.01rem solid #e6e6e6;
}

.navs {
	display: inline-block;
	padding: 0 0.05rem;
	margin: 0 0.08rem;
	line-height: 0.6rem;
	font-size: 0.16rem;
	cursor: pointer;
	height: 100%;
	position: relative;
	color: #303030;
}

#header a {
	display: flex;
	align-items: center;
	justify-content: center;
	/* display: inline-block; */
	color: #fff;
}

.navs.navsActive {
	color: #003b83;
}

.navsActive .borderBottom {
	width: 100%;
	position: absolute;
	bottom: 0.01rem;
	left: 0;
	border-bottom: 0.02rem solid #003b83;
	animation: showLine 0.4s;
	animation-iteration-count: 1;
}

.navs.phone {
	padding: 0;
	margin: 0 0 0 0.08rem;
	line-height: 0.6rem;
	cursor: auto;
}
.navs.phone b {
	display: inline-block;
	vertical-align: middle;
	font-weight: 500 !important;
}

.navs.phone .kefu-icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.05rem;
	background: url(../image/kefu-icon.png) no-repeat center/cover;
	width: 0.2rem;
	height: 0.2rem;
}

.navs.phone .phone-icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.05rem;
	background: url(../image/phone_icon1.png) no-repeat center/cover;
	width: 0.19rem;
	height: 0.19rem;
}

@keyframes showLine {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}

/* 滚动 */
/*Plugin CSS*/
.str_wrap,
.head_str_wrap {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	width: 5.7rem;
	position: relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.str_move {
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	cursor: move;
}
.str_move_clone {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 100%;
	top: 0;
}
.str_vertical .str_move_clone {
	left: 0;
	top: 100%;
}
.str_down .str_move_clone {
	left: 0;
	bottom: 100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space: normal;
	width: 100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
	cursor: inherit;
}
