/* YWHOLA header.css v20260715d */
header {
	border-bottom: 1px solid rgba(255, 255, 255, .13);
	width: 100%;
	background: transparent;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease;
}

header .container {
	display: block;
	width: 100%;
}

.header {
	width: 100%;
	min-height: 90px;
	display: grid;
	grid-template-columns: minmax(120px, 1fr) auto minmax(200px, 1fr);
	align-items: center;
	gap: 20px;
	box-sizing: border-box;
}

@media (min-width: 1021px) {
	header .container {
		max-width: 1840px;
		margin: 0 auto;
		padding-left: clamp(40px, 4vw, 100px);
		padding-right: clamp(40px, 4vw, 100px);
	}

	.header {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 120px;
		gap: 24px;
	}

	.logo {
		position: relative;
		z-index: 2;
		flex: 0 0 auto;
		grid-column: auto;
	}

	.heade2 {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 1;
		grid-column: auto;
		width: max-content;
		max-width: calc(100% - 520px);
		gap: 0 22px;
		pointer-events: none;
	}

	.heade2 li {
		pointer-events: auto;
	}

	.header-actions {
		position: relative;
		z-index: 2;
		flex: 0 0 auto;
		grid-column: auto;
		margin-left: auto;
	}

	.menubtn {
		display: none !important;
	}
}

.logo {
	height: 55px;
	display: block;
	flex-shrink: 0;
	margin-top: 0;
	grid-column: 1;
	justify-self: start;
}

.logo img {
	height: 100%;
}

.logo1 {
	display: block;
}

.logo2 {
	display: none;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.heade1 {
	flex-shrink: 0;
	margin-top: 0;
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
}

@media (min-width: 1021px) {
	.heade1 {
		display: grid;
		grid-template-columns: auto auto;
		gap: 8px 10px;
		align-items: center;
		justify-items: end;
	}

	.heade1_1 {
		grid-column: 1;
		grid-row: 1;
	}

	.heade1_2 {
		grid-column: 2;
		grid-row: 1;
		margin-left: 0;
	}

	.heade1_3 {
		grid-column: 1 / -1;
		grid-row: 2;
		position: static;
		display: block !important;
		top: auto;
		right: auto;
		width: 100%;
		justify-self: end;
	}
}

.header-actions {
	flex-shrink: 0;
	margin: 0;
	grid-column: 3;
	grid-row: 1;
	justify-self: end;
	display: flex;
	align-items: center;
}

.header-search-form {
	margin: 0;
}

.menubtn {
	grid-column: 3;
	grid-row: 1;
	justify-self: end;
}

.heade1_1 {
	border: 1px solid white;
	width: 205px;
	height: 45px;
	border-radius: 45px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}

.heade1_1 input {
	border: none;
	outline: none;
	width: calc(100% - 40px);
	height: 100%;
	float: left;
	padding: 0 15px;
	font-size: 14px;
	color: white;
}

.heade1_1 input::-webkit-input-placeholder {
	color: white;
}

.heade1_1 input::-moz-placeholder {
	color: white;
}

.heade1_1 input:-ms-input-placeholder {
	color: white;
}

.heade1_1 input:-moz-placeholder {
	color: white;
}

.heade1_1 input::placeholder {
	color: white;
}

.heade1_1 button {
	border: none;
	outline: none;
	background-color: transparent;
	width: 40px;
	height: 100%;
	float: left;
	background-image: url(../img/search_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px auto;
}

.heade1_2 {
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.heade1_2 a {
	border-right: 1px solid white;
	display: block;
	float: left;
	padding: 0 10px;
	font-size: 16px;
	color: white;
}

.heade1_2 a:last-child {
	border-right: 0;
}

.heade1_2 a.on {
	font-weight: 700;
}

body.lang-translating {
	cursor: progress;
}

#google_translate_element,
.goog-te-banner-frame,
.skiptranslate,
.goog-te-gadget,
.goog-te-gadget-simple {
	display: none !important;
	height: 0 !important;
	overflow: hidden !important;
	visibility: hidden !important;
}

body {
	top: 0 !important;
	position: static !important;
}

iframe.goog-te-banner-frame {
	display: none !important;
}

.heade1_3 {
	border: 1px solid white;
	width: 205px;
	height: 45px;
	border-radius: 45px;
	overflow: hidden;
	position: absolute;
	right: 90px;
    top: calc(100% + 55px);
	z-index: 30;
	display: none;
	box-shadow: 0 4px 16px rgba(0, 0, 0, .12);
}

/* 桌面端：第二个搜索框始终显示在订单查询下方 */
@media (min-width: 1021px) {
	.heade1_3 {
		display: block !important;
	}
}

.heade1.is-search-open .heade1_3 {
	display: block;
}

.heade1_3 input {
	border: none;
	outline: none;
	width: calc(100% - 40px);
	height: 100%;
	float: left;
	padding: 0 15px;
	font-size: 14px;
	color: white;
	background: transparent;
}

.heade1_3 input::placeholder {
	color: rgba(255, 255, 255, .75);
}

.heade1_3 button {
	border: none;
	outline: none;
	background-color: transparent;
	width: 40px;
	height: 100%;
	float: left;
	background-image: url(../img/search_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	cursor: pointer;
}

.heade2 {
	grid-column: 2;
	justify-self: center;
	min-width: 0;
	float: none;
	width: auto;
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	gap: 0 24px;
	padding: 0;
	list-style: none;
	margin: 0;
}

.heade2 li {
	margin-right: 0;
	display: block;
	flex-shrink: 0;
}

.heade2 li:last-child {
	margin-right: 0;
}

.heade2_1 {
	display: block;
	line-height: 1.2;
	padding: 10px 0;
	font-size: 15px;
	color: #ffffff;
	font-weight: 700;
	white-space: nowrap;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	transition: color .2s;
	position: relative;
}

.heade2_1.on {
	color: #a8d4ff !important;
}

.heade2_1.on::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4px;
	height: 2px;
	background: #a8d4ff;
	border-radius: 1px;
}

.heade2_1:hover {
	color: #a8d4ff !important;
}

header.on {
	border-bottom: 1px solid #F3F3F3;
	background: #fff;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 100;
	box-shadow: 0 1px 8px rgba(0, 0, 0, .06);
}

header.on .logo1 {
	display: none;
}

header.on .logo2 {
	display: block;
}

header.on .heade2_1 {
	color: #000000;
}

header.on .heade2_1.on,
header.on .heade2_1:hover {
	color: #004EBB !important;
}

header.on .heade2_1.on::after {
	background: #004EBB;
}

header.on .heade1_1 {
	border: 1px solid #77A1DB;
}

header.on .heade1_1 button {
	background-image: url(../img/search_2.png);
}

header.on .heade1_1 input {
	color: #333333;
}

header.on .heade1_1 input::-webkit-input-placeholder {
	color: #333333;
}

header.on .heade1_1 input::-moz-placeholder {
	color: #333333;
}

header.on .heade1_1 input:-ms-input-placeholder {
	color: #333333;
}

header.on .heade1_1 input:-moz-placeholder {
	color: #333333;
}

header.on .heade1_1 input::placeholder {
	color: #333333;
}

header.on .heade1_2 a {
	border-color: #010101;
	color: #010101;
}

header.on .heade1_3 {
	border-color: #77A1DB;
	background: #fff;
}

header.on .heade1_3 input {
	color: #333;
}

header.on .heade1_3 input::placeholder {
	color: #999;
}

header.on .heade1_3 button {
	background-image: url(../img/search_2.png);
}

/* ========== Header 响应式 ========== */

@media (min-width: 1280px) {
	.heade2 {
		gap: 0 26px;
		max-width: calc(100% - 480px);
	}

	.heade2_1 {
		font-size: 15px;
	}
}

@media (min-width: 1440px) {
	.heade2 {
		gap: 0 30px;
		max-width: calc(100% - 500px);
	}

	.heade2_1 {
		font-size: 16px;
	}
}

@media (min-width: 1680px) {
	header .container {
		padding-left: 80px;
		padding-right: 80px;
	}

	.heade2 {
		gap: 0 34px;
		max-width: calc(100% - 540px);
	}

	.heade2_1 {
		font-size: 16px;
	}

	.heade1_1,
	.heade1_3 {
		width: 210px;
	}
}

@media (max-width: 1680px) and (min-width: 1021px) {
	header .container {
		padding-left: 60px;
		padding-right: 60px;
	}

	.heade1_1 {
		width: 185px;
	}
}

@media (max-width: 1480px) and (min-width: 1021px) {
	.heade2 {
		gap: 0 18px;
		max-width: calc(100% - 460px);
	}

	.heade2_1 {
		font-size: 14px;
	}
}

@media (max-width: 1280px) and (min-width: 1021px) {
	.header {
		min-height: 110px;
	}

	.logo {
		height: 48px;
	}

	.heade2 {
		gap: 0 14px;
		max-width: calc(100% - 440px);
	}

	.heade2_1 {
		font-size: 13px;
		padding: 6px 0;
	}

	.heade1_1 {
		width: 155px;
		height: 40px;
	}

	.heade1_1 input {
		font-size: 12px;
		padding: 0 10px;
	}

	.heade1_2 a {
		font-size: 14px;
		padding: 0 8px;
	}
}

@media (max-width: 1120px) and (min-width: 1021px) {
	.heade2 {
		gap: 0 8px;
	}

	.heade2_1 {
		font-size: 11px;
	}

	.heade1_1 {
		width: 130px;
	}
}

@media (min-width: 1021px) {
	#H5 {
		display: none !important;
	}
}

@media (max-width: 1020px) {
	#PC {
		display: none !important;
	}

	header .container {
		padding-left: 2.5%;
		padding-right: 2.5%;
	}

	.header {
		grid-template-columns: 1fr auto auto;
		min-height: 50px;
		gap: 8px;
	}

	.logo {
		grid-column: 1;
		height: 35px;
	}

	.header-actions {
		grid-column: 2;
		justify-self: end;
	}

	.menubtn {
		grid-column: 3;
		justify-self: end;
		display: flex;
		flex-direction: column;
		justify-content: center;
		flex-shrink: 0;
		width: 36px;
		height: 36px;
		padding: 6px;
		box-sizing: border-box;
		cursor: pointer;
		z-index: 1002;
	}

	header:not(.on) .menubtn i {
		background-color: #fff;
	}

	header.on .menubtn i {
		background-color: #010101;
	}

	.menubtn i {
		display: block;
		width: 22px;
		height: 2px;
		background-color: #010101;
		transition: transform .3s, opacity .3s;
	}

	.heade1_1 {
		width: 120px;
		height: 35px;
	}

	.heade1_1 input {
		font-size: 11px;
		padding: 0 8px;
	}

	.heade1_2 a {
		font-size: 13px;
		padding: 0 6px;
	}

	.heade1_3 {
		display: none !important;
	}

	.menubtn i:nth-child(1) {
		transform-origin: left bottom;
	}

	.menubtn i:nth-child(2) {
		margin-top: 5px;
	}

	.menubtn i:nth-child(3) {
		margin-top: 5px;
		transform-origin: left top;
	}

	.menubtn.on i:nth-child(1) {
		transform: rotate(28deg);
	}

	.menubtn.on i:nth-child(2) {
		opacity: 0;
	}

	.menubtn.on i:nth-child(3) {
		transform: rotate(-28deg);
	}

	#H5 {
		position: fixed;
		inset: 0;
		z-index: 1000;
		pointer-events: none;
		visibility: hidden;
	}

	#H5.is-open {
		pointer-events: auto;
		visibility: visible;
	}

	#H5::before {
		content: "";
		position: absolute;
		inset: 0;
		background: rgba(0, 0, 0, .45);
		opacity: 0;
		transition: opacity .25s;
	}

	#H5.is-open::before {
		opacity: 1;
	}

	#H5 .COVER {
		width: min(320px, 88vw);
		height: 100%;
		background-color: #1c1c1c;
		overflow-x: hidden;
		overflow-y: auto;
		position: absolute;
		top: 0;
		left: -100%;
		z-index: 1;
		-webkit-overflow-scrolling: touch;
	}

	#H5 .MULUS {
		width: 100%;
		box-sizing: border-box;
		padding: 16px 12px 24px;
	}

	#H5 .mulu {
		border-bottom: 1px solid rgba(255, 255, 255, .15);
		width: 100%;
	}

	#H5 .mulu1 {
		width: 100%;
		padding: 14px 4px;
		color: #fff;
		font-size: 15px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	#H5 .mulu1 span {
		line-height: 1.4;
	}

	.mulu-mobile-search {
		padding-top: 12px;
		border-bottom: 0;
	}

	.mobile-nav-search {
		display: flex;
		gap: 8px;
		width: 100%;
	}

	.mobile-nav-search input {
		flex: 1;
		min-width: 0;
		height: 40px;
		border: 1px solid rgba(255, 255, 255, .25);
		border-radius: 8px;
		background: rgba(255, 255, 255, .08);
		color: #fff;
		padding: 0 12px;
		font-size: 14px;
		outline: none;
	}

	.mobile-nav-search input::placeholder {
		color: rgba(255, 255, 255, .55);
	}

	.mobile-nav-search button {
		flex-shrink: 0;
		height: 40px;
		padding: 0 14px;
		border: 0;
		border-radius: 8px;
		background: #004EBB;
		color: #fff;
		font-size: 14px;
		cursor: pointer;
	}

	body.nav-open {
		overflow: hidden;
	}
}

@media (max-width: 480px) {
	.heade1_1 {
		width: 100px;
	}

	.heade1_2 a {
		font-size: 12px;
		padding: 0 4px;
	}

	#H5 .COVER {
		width: min(300px, 92vw);
	}
}