﻿/*
|          (0 0)
+=====oOO====(_)=========+
|   Powered By AnXin     |
|   Tel: 0572-5220701    |
|   Creation:2025.11.06  |
+=================oOO====+
|          |__|__|
|           || ||
|          ooO Ooo
*/
@charset "UTF-8";
body, button, dd, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, s, td, textarea, th, ul { margin: 0; padding: 0; list-style: none; }
body, html { position: relative; }
h1, h2, h3, h4, h5, h6 { text-transform: capitalize; }
button, input, select, textarea { font-size: 100%; outline: 0; }
a { color: #369; text-decoration: none; }
em, i { font-style: normal; }
.none { display: none; }
.block { display: block; }
img { border: 0; object-fit: cover; }
table { border-collapse: collapse; border: 0; border-collapse: collapse; }
::selection { background: #ddd; color: #111; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-thumb { background-color: rgba(50, 50, 50, 0.25); border: 2px solid transparent; border-radius: 0px; background-clip: padding-box; }
::-webkit-scrollbar-thumb:hover { background-color: rgba(50, 50, 50, 0.5); }
::-webkit-scrollbar-track { background-color: rgba(50, 50, 50, 0.05); }
.clearfix:after { content: "\0020"; display: block; height: 0; clear: both; font-size: 0; visibility: hidden; }
.clearfix { zoom: 1; }
input, textarea, button { border: 0; }
input::placeholder, textarea::placeholder { opacity: 0.5; }
input:focus { border: 0; outline: 0; box-shadow: 0; }
input[type="radio"], input[type="checkbox"] { appearance: none; -webkit-appearance: none; outline: none; display: none; }
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; }
.tipMain { position: fixed; bottom: 0; left: 0; z-index: 9999; width: 100%; border-top: 1px solid #ccc; background: #fff; font-size: 13px; line-height: 40px; }
.tipMain, .tipMain .close { height: 40px; text-align: center; }
.tipMain .close { position: absolute; top: 0; right: 10px; width: 40px; color: red; font-size: 18px; font-family: Arial, Helvetica, sans-serif; cursor: pointer; }
span.spanleft { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; }
a, a:hover, ::after, ::before, .images, .images img, .list-li, .list-txt, .list-txt .name, .mobileMenu b, header, header *, #banner, #banner img, .arrow { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }

/*通用*/
* { font-size: 16px; font-weight: 400; box-sizing: border-box; color: #000; }
body { background-color: #fff; overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.wrapper { margin: 0 auto; position: relative; }
.text { padding: 0; }
.text, .text * { font-size: 16px; line-height: 2; color: #333; word-wrap: break-word; }
.text p:not(:last-child) { margin-bottom: 12px; }
.text img { display: inline-block; opacity: 1 !important; max-width: 100%; }
.text::after { content: ""; display: table; clear: both; }
.text .table { display: flex; gap: 12px; }
.txt-info { overflow: hidden; display: -webkit-box !important; -webkit-box-orient: vertical; white-space: normal !important; word-wrap: normal !important; }
.txt-info * { -webkit-box-orient: horizontal; width: auto; display: inline; padding: 0; margin: 0; background: none !important; font-family: sans-serif !important; white-space: normal !important; word-wrap: normal !important; word-break: break-all !important; }
.txt-info img { display: none !important; opacity: 0; }
.arrow { position: relative; z-index: 2; display: block; width: 8px; height: 8px; }
.arrow::before, .arrow::after { content: ""; position: absolute; display: block; }
.arrow::before { width: 100%; height: 100%; border-right: 1px solid #000; border-top: 1px solid #000; pointer-events: auto; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(45deg); }
.arrow::after { width: 12px; height: 0; border-top: 1px solid #000; top: 50%; left: 50%; margin-top: -0.5px; margin-left: -7px; display: none; }
.arrow.arrow-white::before { border-right-color: #fff; border-top-color: #fff; }
.arrow.arrow-white::after { border-top-color: #fff; }
.body-overlay { position: fixed; left: 0; top: 0px; right: 0; bottom: 0; z-index: 1; width: 100%; height: 100vh; display: none; background: rgba(0, 0, 0, 0.2); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.select { position: relative; width: 100%; height: 100%; }
.select:after { content: ""; display: block; width: 5px; height: 5px; border-right: 1px solid #333; border-bottom: 1px solid #333; -webkit-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); pointer-events: auto; position: absolute; z-index: 1; right: 0px; top: 10px; }
.select .placeholder, .select ul li a { width: 100%; height: 100%; display: flex; align-items: center; font-size: 14px; font-weight: 400; color: #333; }
.select .placeholder img, .select ul li a img { margin-right: 6px; }
.select .placeholder { position: absolute; z-index: 10; left: 0; top: 0; cursor: pointer; text-transform: capitalize; }
.select.is-open ul { display: block; }
.select.is-open:after { transform: rotate(225deg); top: 12px; }
.select ul { display: none; border: solid 1px var(--border-color); background-color: #fff; position: absolute; z-index: 100; overflow: hidden; width: 100%; top: 100%; left: 0; margin-top: 0px; padding: 8px 12px; width: 100px; margin-left: -37px; max-height: 200px; overflow-x: hidden; overflow-y: auto; border-top: 0; }
.select ul li { display: block; float: none !important; width: 100% !important; margin: 0; cursor: pointer; }

/*更多*/
.main-btn { display: flex; align-items: center; pointer-events: auto; }
.main-btn .btn { overflow: hidden; position: relative; transition: all 0.5s; z-index: 3; display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 50px; padding: 0 24px 0 16px; background: #fff; border: solid 2px #999; border-radius: 0; }
.main-btn .btn span { color: var(--color-3); font-size: 16px; text-transform: capitalize; }
.main-btn .btn::after { content: ""; position: absolute; height: 100%; left: 0%; top: 0%; width: 0%; z-index: 5; background: rgba(0, 0, 0, 0.05); }
.main-btn .btn .arrow { width: 20px; height: 20px; }
.main-btn .btn .arrow::before { width: 8px; height: 8px; border-right: solid 2px var(--color-3); border-top: solid 2px var(--color-3); }
.main-btn .btn .arrow::after { display: none; }
.main-btn .btn:hover::after { width: 100%; }
.main-btn .btn:hover .arrow { transform: translate(3px, 0); }
.main-btn.center { justify-content: center; }

/*******************************
-------[=图片切换-------
********************************/
.swiper-container { width: 100%; height: 100%; position: relative; overflow: hidden; }
.swiper-container img { display: block; width: 100%; height: 100%; }
.swiper-btn { z-index: 10; display: block; width: 50px; height: 50px; border-radius: 0; cursor: pointer; background-color: #fff; border: solid 2px #999; background-position: center center; background-repeat: no-repeat; background-size: 14px 14px; }
.swiper-btn.swiper-button-disabled { cursor: not-allowed; }
.swiper-btn.next { right: 0; background-image: url(../images/icon-arrow-r.svg); }
.swiper-btn.prev { left: 0; background-image: url(../images/icon-arrow-l.svg); }
.swiper-btn:hover { border-color: #666; }
.slide-inner { position: absolute; z-index: 1; width: 100%; height: 100%; left: 0; top: 0; background-size: cover; background-position: center; }
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { width: auto; left: 50%; bottom: 16px; }
.swiper-pagination { position: relative; left: 50%; transform: translateX(-50%); display: inline-flex; width: auto; align-items: center; justify-content: center; column-gap: 16px; margin-top: var(--gap-30); }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0; }
.swiper-pagination-bullet { background: var(--main-color); opacity: 0.3; width: 10px; height: 10px; margin: 0; }
.swiper-pagination-bullet-active { opacity: 1; }
.swiper-tool { position: relative; display: flex; justify-content: center; column-gap: 32px; }
.swiper-tool .swiper-btn { position: relative; transform: translateY(0); top: 0; }
.swiper-tool .swiper-notification { display: none; }

/*******************************
-------[=返回顶部-------
********************************/
.backTop-wrap { position: fixed; z-index: 10000; right: 20px; bottom: 20px; height: 50px; width: 50px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1); z-index: 9; opacity: 0; visibility: hidden; transform: translateY(15px); -webkit-transition: all 200ms linear; transition: all 200ms linear; background: rgba(255, 255, 255, 0.5); }
.backTop-wrap.active-progress { opacity: 1; visibility: visible; transform: translateY(0); }
.backTop-wrap::after { position: absolute; left: 50%; top: 55%; cursor: pointer; display: block; z-index: 1; -webkit-transition: all 200ms linear; transition: all 200ms linear; content: ""; display: block; width: 10px; height: 10px; border-right: 2px solid #444; border-top: 2px solid #444; pointer-events: auto; transform: translate(-50%, -50%) rotate(-45deg); }
.backTop-wrap svg path { fill: none; }
.backTop-wrap svg.progress-circle { width: 100%; height: 100%; }
.backTop-wrap svg.progress-circle path { stroke: var(--main-color); stroke-width: 4; box-sizing: border-box; -webkit-transition: all 200ms linear; transition: all 200ms linear; }
@media only screen and (max-width:992px) {
	.backTop-wrap { right: 5px; bottom: 5px; }
}

/*******************************
-------[=列表-------
********************************/
.images { overflow: hidden; position: relative; z-index: 1; width: 100%; height: 0; padding: 0px; margin: 0; }
.images img { width: 100%; height: 100%; object-fit: cover; position: absolute; z-index: 1; left: 0; top: 0; }
.stretching { pointer-events: none; }
.stretching::after { content: ""; display: block; position: absolute; z-index: 7; pointer-events: auto; background-color: rgba(0, 0, 0, 0); width: 100%; height: 100%; left: 0; top: 0; right: 0; bottom: 0; }
.list { position: relative; z-index: 1; display: grid; }
.list .list-li { position: relative; }
.list-txt { box-sizing: border-box; position: relative; }
.list-txt .name { text-transform: capitalize; overflow: hidden; position: relative; display: -webkit-box !important; -webkit-box-orient: vertical; white-space: normal !important; word-wrap: normal !important; }
.list-txt .date { font-size: 14px; color: var(--color-6); background-position: left center; background-repeat: no-repeat; background-size: 16px 16px; background-image: url(../images/icon-date.svg); padding-left: 24px; }
.list-txt .txt-info { -webkit-line-clamp: 2; line-clamp: 2; }
.list-txt .txt-info, .list-txt .txt-info * { font-size: 15px; line-height: 1.5; color: #666; }
.list .list-li:hover .list-txt .name { color: var(--main-color); }
.list-txt .more { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--color-6); }
.list-txt .more .arrow { width: 5px; height: 5px; }
.list-txt .more .arrow::after { display: none; }
.list-txt .more .arrow::before { border-color: var(--color-6); }
.list .list-li:hover .list-txt .more .arrow { transform: translateX(5px); }
.list .list-li:hover .images img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

/*******************************
-------[=表单-------
********************************/
.layui-form-label { padding-left: 0; padding-right: 0; width: 70px; font-size: 14px; color: var(--color-3); }
.layui-input-block { margin-left: 80px; }
.layui-btn { background-color: var(--main-color); }
.layui-btn.layui-btn-primary { background-color: #fff; }
.layui-btn-primary:hover { border-color: var(--color-3); }
.layui-form-item.btn-group { margin-bottom: 0; }
.layui-input:focus, .layui-textarea:focus { border: 0 !important; box-shadow: none !important; }
.layui-form { display: grid; grid-template-columns: 1fr; gap: 12px; }
.layui-form .layui-form-item { margin-bottom: 0; }
.message .layui-form { grid-template-columns: repeat(3, 1fr); }
.message .layui-form .lg { grid-column-end: span 3; }
.message .layui-form .captcha { display: flex; gap: 12px; grid-column-end: span 2; width: calc(100% - 100px); }
.message .layui-form .captcha .layui-input-wrap { width: 100px; }
.message { width: 100%; }
.message .layui-btn { width: 100px; height: 100%; border-radius: var(--radius); font-size: 16px; text-transform: capitalize; justify-self: end; background: var(--main-color); }
.message .layui-input:hover, .message .layui-textarea:hover { border: 0 !important; }
.message .layui-input:focus, .message .layui-textarea:focus { border: 0 !important; box-shadow: none !important; }

/*******************************
-------[=页码-------
********************************/
.main-page { position: relative; z-index: 1; width: 100%; padding: 0; text-transform: capitalize; display: flex; justify-content: center; align-items: center; gap: 32px; margin-top: 50px; margin-bottom: 0px; }
.main-page .pagination-info { font-size: 16px; color: var(--color-6); }
.main-page .pagination-info span { font-size: 20px; font-weight: 600; color: var(--main-color); margin-left: 8px; margin-right: 8px; }
.main-page .pagination { display: flex; align-items: center; column-gap: 12px; }
.main-page .pagination li { border: 1px solid var(--border-color); }
.main-page .pagination li * { font-size: 16px; }
.main-page .pagination li a, .main-page .pagination li.active span, .main-page .pagination li.prev span, .main-page .pagination li.next span { display: block; padding: 8px 0; width: 42px; text-align: center; font-size: 16px; line-height: 22px; }
.main-page .pagination li a { color: var(--color-3); }
.main-page .pagination li.disabled { border: 0; cursor: not-allowed; }
.main-page .pagination li.active { border-color: var(--main-color); background-color: var(--main-color); color: #fff; }
.main-page .pagination li.active span, .main-page .pagination li.active a { color: #fff; }
.main-page .pagination li:hover { border-color: var(--main-color); }
.main-page .pagination li:hover a { color: var(--main-color); }
.main-page .pagination li.prev, .main-page .pagination li.next { border: 1px solid var(--border-color); width: 40px; position: relative; }
@media screen and (max-width:1024px) {
	.main-page { margin-top: 24px; }
}
@media screen and (max-width:860px) {
	.main-page { flex-direction: column; gap: 16px; }
	.main-page .pagination li a, .main-page .pagination li.active span, .main-page .pagination li.prev span, .main-page .pagination li.next span { display: block; padding: 5px 0; width: 32px; font-size: 14px; line-height: 20px; }
	.main-page .pagination li.prev, .main-page .pagination li.next { width: 33px; }
}
@media screen and (max-width:640px) {
	.main-page { margin-top: 16px; }
}

/*******************************
-------[=页面底部------
********************************/
#footer { background: #242424; position: relative; z-index: 2; }
#footer .footer { display: flex; align-items: flex-start; flex-flow: row wrap; justify-content: space-between; padding-top: var(--gap-60); padding-bottom: var(--gap-60); }
.footer { --left: 360px; --gap: 180px; }
.footer .left { width: var(--left); display: flex; flex-direction: column; gap: 24px; }
.footer .left .contact { display: flex; flex-direction: column; gap: 16px; }
.footer .left .contact .p { display: flex; align-items: flex-start; gap: 8px; font-size: 14px; color: #fff; opacity: 0.8; }
.footer .column { flex: 1; display: flex; align-items: flex-start; justify-content: flex-end; gap: var(--gap); }
.footer .column .item { display: flex; flex-direction: column; gap: 8px; max-width: 240px; }
.footer .column .t { font-size: 18px; color: rgba(255, 255, 255, 0.7); margin-bottom: 6px; text-transform: uppercase; }
.footer .column .t:hover { color: rgba(255, 255, 255, 1); }
.footer .column .p { font-size: 14px; line-height: 24px; color: #d1d5db; text-transform: uppercase; }
.footer .column .p:hover { color: #fff; }
.footer .layui-form { gap: 8px; }
.footer .layui-input-wrap { line-height: 36px; }
.footer .layui-input, .footer .layui-textarea { background: rgba(255, 255, 255, 0.3); font-size: 14px; border: 0; color: #fff; }
.footer .layui-textarea { min-height: 80px; }
.footer .layui-input::placeholder, .footer .layui-textarea::placeholder { color: #fff; opacity: 0.7; }
.footer .layui-btn { width: 100%; }
#copyright { border-top: solid 1px rgba(255, 255, 255, 0.1); }
#footer .copyright { display: flex; align-items: center; justify-content: space-between; position: relative; height: 60px; }
#footer .copyright::before { content: ""; display: none; position: absolute; left: 0; top: 0; right: 0; height: 1px; background: var(--border-color); }
#footer .copyright p, #footer .copyright a { line-height: 1.8; color: #fff; font-size: 14px; opacity: 0.8; }
#footer .copyright a:hover { color: #fff; opacity: 1; }
#footer .record, #footer .record a { display: flex; align-items: center; justify-content: flex-start; }
#footer .record { gap: 16px; }
#footer .record img { margin: 0 8px !important; }
@media screen and (max-width:1660px) {
	.footer { --left: 360px; --gap: 150px; }
}
@media screen and (max-width:1540px) {
	.footer { --left: 300px; --gap: 120px; }
	.footer .column .item { max-width: 120px; }
	.footer .column .item.email { max-width: 240px; }
}
@media screen and (max-width:1370px) {
	.footer { --left: 300px; --gap: 120px; }
}
@media screen and (max-width:1280px) {
	.footer .t { font-size: 16px; }
	.footer .column .item { max-width: 200px; }
}
@media screen and (max-width:1024px) {
	.footer { --left: 0px; --gap: 0px; }
	.footer .left { display: none; }
	.footer .column { flex: 1; justify-content: space-between; }
	#footer .copyright { flex-direction: column; gap: 8px; padding-top: 12px; padding-bottom: 12px; height: auto; }
	#footer .copyright p, #footer .copyright a { margin-bottom: 0; text-align: center; flex-flow: row wrap; }
}
@media screen and (max-width:860px) {
	#footer .footer { display: none; }
	.reserve { display: none; }
	#footer .copyright { margin-top: 0; border-top: 0; }
}
@media screen and (max-width:768px) { }
@media screen and (max-width:640px) {
	#footer .record { flex-direction: column; gap: 8px; }
}

/*******************************
-------[=页面------
********************************/
header, #header { width: 100%; }
#header, #header .wrapper, .nav, .nav .nav-item, .nav .nav-item-a { height: 100%; }
#header .wrapper { display: flex; justify-content: space-between; align-items: center; }
header { position: fixed; top: 0; z-index: 200; }
.nav, .nav .nav-item, .nav .nav-item-a { height: 100%; }
#header .wrapper { display: flex; justify-content: space-between; align-items: center; }
header { position: fixed; top: 0; z-index: 200; }
#nav { position: absolute; left: 0; bottom: 0; }
.nav { display: flex; align-items: center; }
.nav .nav-item { position: relative; }
.nav .nav-item .nav-item-a { text-decoration: none; padding: 0; margin: 0; display: flex; justify-content: center; align-items: center; position: relative; z-index: 2; text-transform: capitalize; }
.nav .nav-item::after, .nav .nav-item::before, .nav .nav-item .sub-nav-list a::before { content: ""; z-index: 1; position: absolute; }
.nav .nav-item::after { width: 1px; height: 20px; right: 0; top: 50%; transform: translate(0px, -50%); background: var(--border-color); }
.nav .nav-item:last-child::after { display: none; }
.nav .nav-item::before, .nav .nav-item .sub-nav-list a::before { width: 0px; height: 2px; background: var(--main-color); left: 0; bottom: 0; }
.nav .nav-item .nav-item-a span { position: relative; z-index: 2; white-space: nowrap; text-transform: capitalize; }
.nav .nav-item.active::before, .nav .nav-item:hover::before, .nav .nav-item.active.cuf:hover::before { width: 100%; }
.nav .nav-item.active.cuf::before { width: 0; }
.nav .nav-item .sub-nav { position: absolute; width: 200px; left: 50%; top: var(--header-height); margin-left: -100px; display: none; }
.nav .nav-item .sub-nav-list { position: relative; z-index: 2; width: 100%; display: flex; flex-direction: column; align-items: center; background: #fff; border-radius: 0 0 4px 4px; padding: 8px 0; box-shadow: var(--box-shadow); }
.nav .nav-item .sub-nav-list a { white-space: nowrap; display: flex; align-items: center; justify-content: flex-start; color: #333; text-transform: capitalize; position: relative; font-size: 14px; line-height: 36px; }
.nav .nav-item .sub-nav-list a::before { bottom: 0px; left: 50%; }
.nav .nav-item .sub-nav-list a:hover { color: var(--main-color); }
.nav .nav-item .sub-nav-list a:hover::before { width: 100%; left: 0; }
.nav .nav-item:hover .sub-nav { display: flex; animation: subNavAni 0.3s ease 0s both; }
@keyframes subNavAni {
	0% { transform: translateY(30px); opacity: 0; }
	100% { transform: translateY(-1px); opacity: 1; }
}
.baion .nav .nav-item .sub-nav { top: 60px; }
header { background-color: #fff; }
.web-title { width: 100%; position: relative; z-index: 20; padding-top: var(--padding-t); padding-bottom: var(--padding-b); display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.web-title .main { font-size: var(--main-size); letter-spacing: 1px; color: var(--color-3); line-height: 1.5; text-transform: capitalize; position: relative; }
.web-title .secondary { font-size: var(--secondary-size); font-weight: 400; color: var(--color-6); line-height: 1.5; text-transform: capitalize; max-width: 1000px; }
.web-title.center { align-items: center; }
.web-title.center .main, .web-title.center .secondary { text-align: center; }
.web-title.border-top { margin-top: var(--gap-80); border-top: solid 1px var(--border-color); }
.web-title.white > div { color: #fff; }
#place { border-bottom: solid 1px var(--border-color); margin-top: calc(0px - var(--gap-80)); background-color: #fff; box-sizing: var(--subNav-shadow); }
.place { width: 100%; height: 50px; }
.place, .place a { display: flex; flex-flow: row wrap; align-items: center; }
.place { line-height: 26px; color: #666; text-transform: capitalize; }
.place a { color: #333; }
.place a:after { content: ""; width: 5px; height: 5px; border-right: 1px solid rgba(51, 51, 51, 0.8); border-top: 1px solid rgba(51, 51, 5, 0.8); pointer-events: auto; transform: rotate(45deg); margin-left: 12px; margin-right: 12px; }
.place a:hover { color: var(--main-color); }
#banner { width: 100%; height: 360px; overflow: hidden; position: relative; z-index: 1; background-color: #fff; margin-top: var(--header-height); }
#banner img { width: 100%; height: 100%; display: block; position: absolute; z-index: 1; left: 0; top: 0; }
#banner .banner-txt { position: absolute; z-index: 2; left: 50%; top: 50%; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; justify-content: center; }
#banner .banner-txt .main { animation: bannerTxt 1s ease 1s both; }
#banner .banner-txt .main::after { animation: bannerLine 0.5s ease 1.5s both; }
#banner .banner-txt .secondary { animation: bannerTxt 1s ease 2s both; }

/* animation: bannerImg 2s ease 0s both; */
@keyframes bannerImg {
	0% { opacity: 0; scale: 1.1; }
	100% { opacity: 1; scale: 1; }
}
@keyframes bannerTxt {
	0% { transform: translate(0%, 50%); opacity: 0; }
	100% { transform: translate(0%, 0%); opacity: 100%; }
}
@keyframes bannerLine {
	0% { width: 0; }
	100% { width: 50px; }
}
.btn-play { display: flex; align-items: center; justify-content: center; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.btn-play::before, .btn-play::after, .video-list .images::before, .video-list .images::after { content: ""; display: block; position: absolute; }
.btn-play::before, .video-list .images::before { left: 50%; top: 50%; transform: translate(-50%, -50%); background: url(../images/icon-play.svg) center center no-repeat; background-size: contain; width: 72px; height: 72px; z-index: 11; }
.btn-play::after, .video-list .images::after { left: 0; top: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.4); z-index: 10; }
.btn-play a { display: block; width: 72px; height: 72px; position: relative; z-index: 102; }
#detailed { margin-bottom: calc(0px - var(--gap-80)); }
#detailed .wrapper.wrapper-bg { padding-top: var(--gap-30); padding-bottom: var(--gap-30); }
.lang-wrap { display: flex; flex-direction: column; gap: 12px; }
.lang-wrap a { color: var(--color-3); }

/*资讯*/
.article { background: #fff; padding: var(--gap-40); max-width: 1000px; margin: 0 auto; }
.article-info { display: flex; flex-direction: column; gap: 24px; margin-bottom: 24px; padding-bottom: 24px; border-bottom: solid 1px var(--border-color); }
.article-info .h1 { letter-spacing: 1px; font-size: 32px; line-height: 1.5; color: var(--color-6); text-transform: capitalize; text-align: center; }
.article-info .tool, .article-info .tool span { display: flex; justify-content: center; align-items: center; color: var(--color-6); }
.article-info .tool { gap: 24px; }
.article-info .tool span { gap: 8px; }
.article .article-txt { width: 100%; margin: 0 auto; }
.article .article-txt, .article .article-txt * { font-size: 16px; line-height: 40px; color: #333; }
.article .article-txt h5 { font-size: 22px; color: #333; font-weight: 600; padding: 20px 0; text-align: center; }
.article .article-txt b { font-size: 18px; color: #333; margin-bottom: 15px; }
.article .article-txt hr { height: 1px; width: 100%; margin: 30px 0; border: 0; display: block; background: #ddd; }
.article .article-txt img { display: block; margin: 16px auto; width: 100%; max-width: 800px; }
.article .article-txt table { width: 100% !important; }
.article .article-txt table td { word-wrap: break-word !important; padding: 10px !important; border: 0 !important; min-width: 50px; max-width: auto !important; line-height: 30px !important; vertical-align: middle !important; }
.article .article-txt table td * { word-wrap: break-word !important; font-size: 16px !important; font-weight: 300 !important; color: #111 !important; line-height: 36px !important; }
.article-page { display: flex; margin-top: var(--gap-80); }
.article-page .item { flex: 1; background: #f7f7f7; display: flex; align-items: center; justify-content: flex-end; gap: 16px; color: var(--color-6); padding: 30px; }
.article-page .item .txt { font-size: 16px; color: var(--color-3); overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; line-clamp: 1; }
.article-page .item .arrow::after { display: none; }
.article-page .item .arrow::before { width: 8px; height: 8px; }
.article-page .prev { flex-direction: row-reverse; }
.article-page .prev .arrow { transform: rotate(180deg); }
.article-page .item:hover { background: var(--border-color); }
.article-page .item:hover .arrow { transform: translateX(5px); }
.article-page .item.prev:hover .arrow { transform: rotate(180deg) translateX(5px); }
@media screen and (max-width:1024px) {
	.article .h1 { font-size: 24px; }
	.article-page .item { padding: 12px 30px; }
}
@media screen and (max-width:640px) {
	.article .h1 { padding-bottom: 0; }
	.article-info { gap: 12px; margin-bottom: 12px; padding-bottom: 12px; }
	.article-info .tool { flex-flow: row wrap; gap: 8px 20px; }
	.article-page { flex-direction: column; }
	.article-page .item { padding: 12px 24px; }
}
@media screen and (max-width:480px) {
	.article .h1 { font-size: 20px; }
	.article .tool span { font-size: 12px; }
	.article .article-txt, .article .article-txt * { font-size: 14px; line-height: 26px; }
}

/* fancybox 自定义 */
.fancybox__container { --fancybox-bg: rgba(0, 0, 0, 0.8); }
.f-button svg { stroke: #fff; }
.fancybox__infobar, .fancybox__infobar span { color: #fff; }
.fancybox__content > .f-button.is-close-btn { --f-button-width: 48px; --f-button-height: 48px; top: -54px; }
.fancybox__content { padding: 6px; overflow: hidden; border-radius: var(--card-radius); }
.fancybox__backdrop::after { content: ""; position: absolute; width: 10%; height: 10%; filter: blur(2px); left: 50%; top: 50%; transform: scale(11); opacity: 0.3; background-image: var(--bg-image); background-size: cover; background-repeat: no-repeat; background-position: center center; }
.fancybox__toolbar { padding: 16px; }
.fancybox__toolbar, .fancybox__nav, .fancybox__content > .f-button.is-close-btn { --f-button-border-radius: 50%; --f-button-bg: rgba(255, 255, 255, 0.2); --f-button-hover-bg: rgba(255, 255, 255, 0.2); --f-button-active-bg: rgba(255, 255, 255, 0.4); }
.fancybox__toolbar__column.is-right { gap: 16px; }
.fancybox__nav { --f-button-svg-width: 22px; --f-button-svg-height: 22px; }
.fancybox__thumbs.is-classic { --f-thumb-width: 48px; --f-thumb-height: 48px; --f-thumb-gap: 16px; --f-thumb-border-radius: 6px; --f-thumb-outline: 0; }
@media screen and (max-width:860px) { }
.fancybox__container.is-compact .fancybox__slide.has-iframe .fancybox__content { width: 100%; height: 540px; }
.fancybox__slide.has-iframe .fancybox__content { width: 800px; height: 370px; }
.fancybox__caption { font-size: 20px; font-weight: 500; }
.is-compact .fancybox__footer .fancybox__caption { text-align: center; }
.pop-iframe { position: relative; z-index: 99999; }
.pop-iframe .title { font-size: 18px; padding: 10px 16px 14px 16px; margin-bottom: 24px; border-bottom: solid 1px var(--border-color); }
.pop-iframe .body .swiper-btn { position: absolute; top: 50%; transform: translateY(-50%); }
.pop-iframe .body .swiper-btn.prev { left: 20px; }
.pop-iframe .body .swiper-btn.next { right: 20px; }
.pop-iframe .body .swiper-container img { max-height: 500px; object-fit: contain; }
@media screen and (max-width:860px) { }

/*第三方字体*/
@import url("MiSans.css");
body { font-family: "MiSans", Microsoft YaHei, sans-serif; font-size: 16px; }

/*页面*/
#logo { overflow: hidden; width: 330px; height: 54px; background: url(../images/logo.png) left center no-repeat; background-size: contain; }
.logo, .logo a { width: 100%; height: 100%; display: block; }
.wrapper { width: 100%; max-width: 1920px; padding-left: var(--wrapper); padding-right: var(--wrapper); }
#body { position: relative; background-color: #fff; }
#body.main { padding-top: var(--gap-80); padding-bottom: var(--gap-80); }
header { height: var(--header-height); }
#nav { height: 80px; left: auto; right: var(--wrapper); top: 48px; bottom: auto; }
.nav { width: 100%; justify-content: space-between; gap: var(--gap-80); }
.nav .nav-item::after { display: none; }
.nav .nav-item .nav-item-a span, .nav .nav-item.active.cuf .nav-item-a span { font-size: 14px; color: var(--color-3); text-transform: uppercase; }
.nav .nav-item.active .nav-item-a span, .nav .nav-item .nav-item-a:hover span, .nav .nav-item:hover span, .nav-item-a:hover span, .nav .nav-item.active:hover .nav-item-a span, .nav .nav-item.active.cuf .nav-item-a:hover span { color: var(--main-color); }
header.baion.transformY { transform: translateY(calc(0px - var(--header-height))); }
header.baion { box-shadow: var(--box-shadow); }
header.baion { transform: translateY(-48px); }
.list .list-li { border: solid 1px var(--border-color); border-radius: var(--radius); overflow: hidden; }
.list-txt { padding: 16px; display: flex; flex-direction: column; gap: 12px; }
.list-txt .name { text-align: left; font-size: 18px; color: var(--color-3); }
#top { background: #6EC12B; height: 48px; }
#top .wrapper { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.social { display: flex; gap: 16px; }
.social .item img { display: block; width: 24px; height: 24px; }
.social .whatsapp { position: relative; z-index: 10000; width: 24px; height: 24px; }
.social .whatsapp-qrcode { position: absolute; margin-top: 12px; margin-left: -65px; width: 150px; height: 150px; display: none; }
.social .whatsapp-qrcode::after { content: ""; display: block; width: 15px; height: 15px; left: 50%; margin-left: -5px; transform: rotate(45deg); background: #fff; position: absolute; z-index: 1; top: 0; margin-top: -5px; }
.social .item.whatsapp .whatsapp-qrcode img { display: block; position: relative; z-index: 2; width: 150px; height: 150px; }
.social .whatsapp:hover .whatsapp-qrcode { display: block; animation: subNavAni 0.3s ease 0s both; }
.footer .left .social { margin-top: var(--gap-40); }
.footer .left .social .whatsapp-qrcode { bottom: 0; margin-top: 0px; margin-bottom: 40px; }
.footer .left .social .whatsapp-qrcode::after { top: auto; bottom: 0; margin-top: 0; margin-bottom: -5px; }
.top-right { display: flex; }
.top-right .item { font-size: 14px; color: #fff; display: flex; align-items: center; position: relative; }
.top-right .item a { color: #fff; }
.top-right .item::after { content: ""; display: block; width: 1px; height: 12px; background-color: #fff; margin-left: 12px; margin-right: 12px; }
.top-right .item.lang { padding-left: 28px; width: 93px; }
.top-right .item.lang::after { display: none; }
.top-right .item.lang::before { content: ""; display: block; background: url(../images/icon-lang.svg) center center no-repeat; background-size: contain; width: 20px; height: 20px; margin: 0; position: absolute; left: 0; top: 0; }
.top-right .item.lang .select:after { border-color: #fff; }
.top-right .item.lang .select ul { top: 34px; left: auto; right: 0; margin-left: 0; }
.top-right .item.lang .select ul li a { color: var(--color-3); margin-bottom: 12px; }
.top-right .item.lang .select .placeholder { color: #fff; }
.top-right .item .lang-wrap a { color: var(--color-3); font-size: 14px; }
.top-right .item .lang-wrap a:hover { color: var(--color-red) }
#header .wrapper { height: 80px; }
.about .about-img { width: 100%; margin-top: var(--gap-40); margin-bottom: var(--gap-40); }
.about .text b, .about .text strong { font-size: 18px; color: var(--main-color); font-weight: 500; }
.company-photo { display: grid; gap: var(--gap-30); margin-top: var(--gap-40); margin-bottom: var(--gap-40); }
.company-photo .item { display: flex; flex-direction: column; gap: 12px; align-items: center; text-transform: capitalize; }
.company-photo .item .images { padding-top: 56.25%; }
.company-photo.list1 { grid-template-columns: repeat(4, 1fr); }
.company-photo.list2 { grid-template-columns: repeat(3, 1fr); }

/*口味*/
.flavor-wrap { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: var(--gap-60); gap: var(--gap-40); }
.flavor-wrap .flavor-item { display: grid; grid-template-columns: 200px 1fr; gap: 24px; align-items: flex-start; }
.flavor-wrap .flavor-item .images { padding-top: 240px; border-radius: var(--radius); }
.flavor-wrap .flavor-item .flavor-info { display: flex; flex-direction: column; gap: 24px; }
.flavor-wrap .flavor-item .flavor-info .flavor-title { font-size: 24px; font-weight: 500; color: var(--color-3); }
.flavor-wrap .flavor-item .flavor-info .flavor-classification { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--gap-20); }
.flavor-wrap .flavor-item .flavor-info .flavor-classification a { display: flex; align-items: flex-start; font-size: 20px; color: var(--secondary-color); text-transform: capitalize; }
.flavor-wrap .flavor-item .flavor-info .flavor-classification a::before { content: ""; display: block; width: 5px; height: 5px; margin-top: 11px; border-radius: 50%; background: var(--secondary-color); margin-right: 10px; }
#banner.flavor { height: 900px; }
#banner.flavor .mask { position: absolute; z-index: 2; left: 0; top: 0; bottom: 0; width: 50%; background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
#banner.flavor .flavor-txt { display: flex; flex-direction: column; gap: var(--gap-60); position: absolute; z-index: 3; left: var(--wrapper); top: 50%; transform: translateY(-50%); width: 100%; max-width: 1000px; }
#banner.flavor .flavor-txt h1 { font-size: 60px; font-weight: 500; color: #fff; }
#banner.flavor .flavor-txt h2 * { font-size: 24px; line-height: 1.8; font-weight: 400; color: #fff; }
.flavor-detailed .Pain-Solution { display: flex; flex-direction: column; gap: var(--gap-30); }
.flavor-detailed .Pain-Solution .flavor-card { display: flex; }
.flavor-detailed .Pain-Solution .flavor-card .images { width: 42%; padding-top: 373px }
.flavor-detailed .Pain-Solution .flavor-card .flavor-info { flex: 1; border: solid 1px var(--border-color); padding: var(--gap-30); display: flex; flex-direction: column; justify-content: center; gap: var(--gap-30); }
.flavor-detailed .Pain-Solution .flavor-card .flavor-info .Pain, .flavor-detailed .Pain-Solution .flavor-card .flavor-info .Solution { padding-left: 40px; position: relative; background-position: left top; background-repeat: no-repeat; background-size: 24px 24px; }
.flavor-detailed .Pain-Solution .flavor-card .flavor-info .Pain { background-image: url(../images/icon-detailed1.svg); border-bottom: solid 1px var(--border-color); padding-bottom: var(--gap-30); }
.flavor-detailed .Pain-Solution .flavor-card .flavor-info .Pain p { font-size: 18px; color: var(--color-6); }
.flavor-detailed .Pain-Solution .flavor-card .flavor-info .Solution { background-image: url(../images/icon-detailed2.svg); }
.flavor-detailed .Pain-Solution .flavor-card .flavor-info .Solution .Solution-title { font-size: 20px; color: var(--main-color); margin-bottom: 12px; }
.flavor-detailed .Pain-Solution .flavor-card .flavor-info .Solution p { font-size: 20px; color: var(--color-3); }
.flavor-detailed .Pain-Solution .flavor-card:nth-child(even) .images { order: 2 }
.flavor-detailed .Flavors { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--gap-40); padding-bottom: var(--gap-60); border-bottom: solid 1px var(--secondary-color); }
.flavor-detailed .Flavors .title { font-size: 40px; font-weight: 600; color: var(--secondary-color); grid-column-end: span 4; justify-self: center; margin-top: var(--gap-60); margin-bottom: var(--gap-60); }
.flavor-detailed .Flavors .item { display: flex; align-items: flex-start; font-size: 20px; color: var(--color-3); text-transform: capitalize; }
.flavor-detailed .Flavors .item::before { content: ""; display: block; width: 5px; height: 5px; margin-top: 11px; border-radius: 50%; background: var(--color-3); margin-right: 10px; }
.Learn-More { margin-top: var(--gap-80); padding-top: var(--gap-80); border-top: solid 1px var(--main-color); display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap-40); }
.Learn-More .web-title, .Learn-More .tip { grid-column-end: span 2; justify-self: center; }
.Learn-More .tip { text-align: center; font-size: 12px; color: var(--color-6); font-style: italic; }
.Learn-More .item { border: solid 1px var(--border-color); padding: 24px 30px; display: flex; flex-direction: column; }
.Learn-More .item .item-title { text-align: center; font-size: 24px; font-weight: 500; color: var(--color-3); margin-bottom: 8px; }
.Learn-More .item .item-tel { font-size: 40px; font-weight: 500; color: var(--main-color); text-align: center; }
.Learn-More .item .item-tel-txt { font-size: 16px; color: var(--color-6); text-align: center; margin-top: 6px; }
.Learn-More .item .layui-form { grid-template-columns: repeat(2, 1fr); }
.Learn-More .item .layui-form .layui-form-item { width: 300px; }
.Learn-More .item .layui-form .layui-form-item.btn-group { grid-column-end: span 2; text-align: center; width: 100%; }

/*左右结构*/
.structure { display: grid; grid-template-columns: 300px 1fr; gap: var(--gap-40); }
.structure .side-card { margin-bottom: var(--gap-40); display: flex; flex-direction: column; gap: 10px; }
.structure .side-title { font-size: 18px; color: var(--color-3); display: flex; align-items: center; margin-bottom: 16px; text-transform: capitalize; }
.structure .side-title::before { content: ""; display: block; width: 4px; height: 20px; background-color: var(--main-color); border-radius: 2px; margin-right: 20px; }
.structure .side-a { border: solid 1px var(--border-color); border-radius: var(--radius); padding: 12px 24px; text-transform: capitalize; color: var(--color-3); display: flex; align-items: center; justify-content: space-between; }
.structure .side-a .num { width: 24px; height: 24px; border-radius: 13px; background-color: var(--main-color); font-size: 12px; font-weight: 500; color: #fff; text-align: center; line-height: 24px; }

/*blog*/
.blog-list { display: flex; flex-direction: column; gap: var(--gap-30); }
.blog-list .blog-item { border-bottom: solid 1px var(--border-color); position: relative; padding-bottom: var(--gap-30); position: relative; }
.blog-list .blog-item .blog-item-photo { width: 200px; height: 150px; margin-right: 30px; border-radius: var(--radius); float: left }
.blog-list .blog-item .blog-date { font-size: 14px; color: var(--color-6); }
.blog-list .blog-item .blog-title { font-size: 18px; color: var(--color-3); margin-top: 12px; margin-bottom: 12px; }
.blog-list .blog-item .txt-info { -webkit-line-clamp: 3; }

/*联系*/
.contact { display: grid; grid-template-columns: 49% 1fr; gap: var(--gap-60); }
.contact-info { display: flex; flex-direction: column; gap: var(--gap-40); }
.contact-info .web-title { --main-size: 30px }
.contact-info .contact-item { display: grid; grid-template-columns: 32px 1fr; gap: 8px 16px; }
.contact-info .contact-item img { grid-row-end: span 2; }
.contact-info .contact-item .p1 { font-size: 16px; color: var(--color-6); }
.contact-info .contact-item .p2 { font-size: 18px; color: var(--color-3); }
.contact-map { width: 100%; height: 100%; object-fit: cover; }

/*页面参数*/
.Sitemap-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding-top: 40px; }
.Sitemap-list .item { color: var(--color-3); text-transform: capitalize; display: flex; }
.Sitemap-list .item::before { content: ""; display: inline-block; margin-top: 8px; margin-right: 8px; width: 5px; height: 5px; border-radius: 50%; background: var(--color-6); }

/*页面参数*/
:root { --main-color: #218437;	/*主要颜色 */ --secondary-color: #047CBE;	/*辅助颜色 */ --color-red: #910000;	/*红色 */ --border-color: #DCDCDC;	/*边框颜色 */ --card-radius: 8px; --radius: 4px; --wrapper: 240px;	/*页面安全宽度 */ --text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); --box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.1); --subNav-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); --color-3:#010101; --color-6:#4B5563; --color-9:#9CA3AF; --header-height: 128px; --gap-120:120px; --gap-100:100px; --gap-90:90px; --gap-80:80px; --gap-70:70px; --gap-60:60px; --gap-50:50px; --gap-40:40px; --gap-30:30px; --gap-20:20px; }
@media screen and (max-width:1760px) {
	:root { --wrapper: 200px; }
}
@media screen and (max-width:1640px) {
	:root { --wrapper: 60px; --gap-120:108px; --gap-100:90px; --gap-90:81px; --gap-80:72px; --gap-70:63px; --gap-60:54px; --gap-50:45px; --gap-40:36px; --gap-30:27px; --gap-20:18px; }
}
@media screen and (max-width:1370px) {
	:root { --wrapper: 40px; --gap-120:96px; --gap-100:80px; --gap-90:72px; --gap-80:64px; --gap-70:56px; --gap-60:48px; --gap-50:40px; --gap-40:32px; --gap-30:24px; --gap-20:16px; }
}
@media screen and (max-width:1280px) {
	:root { --wrapper: 24px; --gap-120:84px; --gap-100:70px; --gap-90:63px; --gap-80:56px; --gap-70:49px; --gap-60:42px; --gap-50:35px; --gap-40:28px; --gap-30:21px; }
}
@media screen and (max-width:1024px) {
	:root { }
}
@media screen and (max-width:860px) {
	:root { --header-height: 60px; --gap-120:60px; --gap-100:50px; --gap-90:45px; --gap-80:40px; --gap-70:35px; --gap-60:30px; --gap-50:25px; --gap-40:20px; --gap-30:15px; }
}
@media screen and (max-width:768px) { }
@media screen and (max-width:640px) {
	:root { --gap-120:24px; --gap-100:24px; --gap-90:24px; --gap-80:24px; --gap-70:24px; --gap-60:16px; --gap-50:16px; --gap-40:16px; }
}
.web-title { gap: var(--gap); --gap: 24px; --padding-t: 0px; --padding-b: 0px; --main-size: 32px; --secondary-size: 16px; }
.web-title .main { color: var(--main-color); font-weight: 500; }
.web-title .main::after { content: ""; display: block; width: 40px; height: 2px; background: var(--color-6); margin-top: var(--gap); }
.web-title.center .main::after { margin-left: auto; margin-right: auto; }
.web-title.white .main::after { background: #fff; }
#body.main .web-title { --padding-t: 0; }
#body.main .web-title.border-top { --padding-t: 80px; }
#body.main.Sitemap { margin-top: var(--header-height); border-top: solid 1px var(--border-color) }
.list-txt .more { color: var(--secondary-color); }
.list-txt .more .arrow::before { border-color: var(--secondary-color); }
.wrapper-bg { background: #f5f6f7; }

/* 适配 */
@media screen and (max-width:1640px) {
	#body.main .web-title.border-top { --padding-t: 64px; }
}
@media screen and (max-width:1540px) {
	#banner.flavor { height: calc(100vh - 128px); }
	#banner.flavor .flavor-txt h1 { font-size: 50px; }
	#banner.flavor .flavor-txt h2 { font-size: 18px; }
	.flavor-detailed .Pain-Solution .flavor-card .flavor-info .Pain p { font-size: 16px; }
	.flavor-detailed .Pain-Solution .flavor-card .flavor-info .Solution .Solution-title, .flavor-detailed .Pain-Solution .flavor-card .flavor-info .Solution p { font-size: 18px; }
}
@media screen and (max-width:1440px) {
	.web-title { --main-size: 28px; }
	#body.main .web-title.border-top { --padding-t: 48px; }
}
@media screen and (max-width:1370px) {
	.web-title { --main-size: 25px; }
	.web-title .main::before { margin-top: 12px; margin-bottom: 12px; }
	.flavor-wrap .flavor-item .flavor-info .flavor-title { font-size: 20px; }
	.flavor-wrap .flavor-item .flavor-info .flavor-classification a::before, .flavor-detailed .Flavors .item::before { margin-top: 8px; }
	#logo { width: 240px; }
	.flavor-wrap .flavor-item .flavor-info .flavor-classification a, .flavor-detailed .Flavors .item { font-size: 16px; }
	.structure { grid-template-columns: 240px 1fr; }
	.contact-info .web-title { --main-size: 20px }
	.contact-info .contact-item .p1 { font-size: 14px; }
	.contact-info .contact-item .p2 { font-size: 16px; }
}
@media screen and (max-width:1280px) {
	#body.main .web-title.border-top { --padding-t: 24px; }
	.web-title .main::after { width: 30px; margin-top: 8px; margin-bottom: 8px; }
	.main-btn .btn { padding: 0 16px 0 8px; }
	.nav { gap: 24px; }
	.Learn-More .item .item-tel { font-size: 30px; }
	.Learn-More .item .layui-form .layui-form-item { width: 100%; }
}
@media screen and (max-width:1024px) {
	.text, .text * { font-size: 14px; }
	.text p:not(:last-child) { margin-bottom: 6px; }
	.web-title { --main-size: 18px; --secondary-size: 12px; gap: 0; }
	#banner { height: 240px; }
	.company-photo.list1, .company-photo.list2 { grid-template-columns: repeat(2, 1fr); }
	.flavor-wrap .flavor-item .flavor-info .flavor-title { font-size: 18px; }
	#logo { width: 240px; }
	.flavor-wrap .flavor-item .flavor-info .flavor-classification a { font-size: 14px; }
	.flavor-wrap .flavor-item .flavor-info .flavor-classification { grid-template-columns: 1fr; }
	#banner.flavor .flavor-txt h1 { font-size: 36px; }
	#banner.flavor .flavor-txt h2 { font-size: 15px; }
	.flavor-detailed .Flavors .title { font-size: 20px; margin-bottom: 16px; }
	.flavor-detailed .Pain-Solution .flavor-card .flavor-info .Pain p { font-size: 14px; }
	.flavor-detailed .Pain-Solution .flavor-card .flavor-info .Solution .Solution-title, .flavor-detailed .Pain-Solution .flavor-card .flavor-info .Solution p { font-size: 16px; }
	.flavor-detailed .Flavors .title { grid-column-end: span 3; }
	.flavor-detailed .Flavors { grid-template-columns: repeat(3, 1fr); }
	.Learn-More .item .item-title { margin-bottom: 24px; font-size: 18px; }
	.blog-list .blog-item .blog-item-photo { width: 120px; height: 120px; margin-right: 12px; }
}
@media screen and (max-width:900px) {
	.list-txt { padding: 12px; }
	.about .about-photo { float: none; width: 100%; margin-right: 0; }
	.flavor-wrap .flavor-item { grid-template-columns: 120px 1fr; }
	.flavor-wrap .flavor-item .flavor-info { gap: 12px; }
	.contact { grid-template-columns: 1fr; }
	.Sitemap-list { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (max-width:860px) {
	.body-overlay { top: 60px; height: calc(100vh - 60px); }
	.mobileMenu { width: 30px; height: 30px; padding: 0; position: absolute; z-index: 1001; left: 20px; top: 15px; display: none; cursor: pointer; flex-direction: column; align-items: center; justify-content: space-between; }
	.mobileMenu i, .mobileMenu i::before, .mobileMenu i::after { width: 28px; height: 2px; background: #666; display: block; position: absolute; }
	.mobileMenu i { top: 14px; }
	.mobileMenu i::before, .mobileMenu i::after { content: ""; left: 0; -webkit-transform-origin: center center; transform-origin: center center; transition: all 0.25s ease; }
	.mobileMenu i::before { top: -10px; }
	.mobileMenu i::after { top: 10px; }
	.mobileMenu.close i { width: 0; }
	.mobileMenu.close i::before, .mobileMenu.close i::after { background: var(--main-color); }
	.mobileMenu.close i::before { -webkit-transform: rotate(45deg) translate(7px, 7px); transform: rotate(45deg) translate(7px, 7px); }
	.mobileMenu.close i::after { -webkit-transform: rotate(-45deg) translate(7px, -7px); transform: rotate(-45deg) translate(7px, -7px); }
	header { transform: none; box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.1); }
	.mobileMenu { display: inline-block; }
	.mobileMenu.hide { display: none; }
	header #header { position: relative; z-index: 102; background: #fff; }
	#nav { position: fixed; display: block; width: 300px; max-width: 80%; height: calc(100vh - 60px); left: -100%; top: 60px; padding: 0; margin: 0; background: rgba(255, 255, 255, 1); backdrop-filter: blur(27px); z-index: 101; overflow: hidden; transform: translateX(0); overflow-y: auto; overflow-x: hidden; }
	#nav.side-slide { left: 0; }
	#header .wrapper { justify-content: center; padding-left: 70px; height: 60px; }
	.nav { flex-direction: column; justify-content: flex-start; gap: 0; margin-top: 20px; }
	.nav .nav-item { position: relative; z-index: 10; display: flex; justify-content: center; margin-left: 0; margin-right: 0; width: 100%; height: 46px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
	.nav .nav-item::before { display: none; }
	.nav .nav-item .nav-item-a { text-decoration: none; width: 100%; display: flex; justify-content: flex-start; padding-top: 16px; padding-bottom: 16px; padding-left: 24px; align-items: center; position: relative; z-index: 2; text-transform: capitalize; }
	.nav .nav-item .nav-item-a span, .nav .nav-item.active.cuf .nav-item-a span { color: var(--color-3); padding: 0; }
	.nav .nav-item.active .nav-item-a { background: var(--main-color); }
	.nav .nav-item.active .nav-item-a span, .nav .nav-item .nav-item-a:hover span, .nav .nav-item:hover span, .nav .nav-item.active.cuf, .nav-item-a:hover span { color: #fff; }
	.nav .nav-item:hover .sub-nav, .nav .nav-item.active .sub-nav { opacity: 1; visibility: visible; transform: translate(0, 0); }
	.nav .nav-item { padding: 0; flex: 0; height: auto; flex-direction: column; border-bottom: solid 1px var(--border-color); }
	.nav .nav-item .sub-nav { position: relative; padding: 0px; margin: 0; top: 0; left: 0; transform: translateY(0px); opacity: 1; visibility: visible; height: auto; display: none; width: 100%; }
	.nav .nav-item.active .sub-nav { display: block; }
	.nav .nav-item .sub-nav::before, .nav .nav-item .sub-nav::after { display: none; opacity: 0; }
	.nav .nav-item.active::before, .nav .nav-item:hover::before, .nav .nav-item.active.cuf:hover::before { width: 100%; }
	.nav .nav-item .sub-nav-list { background-color: #fff; box-shadow: none; padding: 0 24px; flex-direction: column; gap: 0; height: auto; border-top: solid 1px var(--border-color); }
	.nav .nav-item .sub-nav-list::before { display: none; }
	.nav .nav-item .sub-nav-list a { width: 100%; border-bottom: 1px solid rgba(0, 0, 0, 0.1); margin: 0; padding: 8px 0 8px 24px; text-align: left; }
	.nav .nav-item .sub-nav-list a:last-child { border-bottom: 0; }
	.nav .nav-item .sub-nav-list a::before { bottom: 0; }
	.nav .nav-item .sub-nav-list a:hover::before { width: 100%; }
	#nav .nav { flex-direction: column; height: auto; overflow-y: auto; overflow-x: hidden; width: 100%; }
	.nav .nav-item .sub-nav.sub-nav-pro { width: 100%; }
	.nav { flex: none; order: 2; }
	#top { position: fixed; display: block; width: 300px; max-width: 80%; height: auto; left: -100%; bottom: 16px; padding: 0; margin: 0; z-index: 102; background: none; }
	#top.side-slide { left: 0; }
	#top .social1, .top-right .item::after, .top-right .item.lang::before, .top-right .item.lang .select:after { display: none; }
	#top .wrapper { padding-left: 16px; padding-right: 16px; width: 100%; }
	.top-right { flex-direction: column; gap: 16px; width: 100%; }
	.top-right .item.lang .select .placeholder { color: var(--main-color); width: 100%; height: 30px; }
	.top-right .item, .top-right .item a { color: var(--color-3); }
	.top-right .item.lang { padding-left: 0; width: 100%; }
	.top-right .item.lang .select { height: 30px; }
	.top-right .item.lang .select ul { top: auto; bottom: 40px; width: 100%; padding: 0; }
	.lang-wrap { flex-direction: row wrap; flex-flow: row wrap; }
	.lang-wrap a { padding: 6px 12px; background: #f5f6f7; border-radius: var(--radius); }
	.select .placeholder, .select ul li a { width: auto; color: var(--color-3); }
	.select .placeholder { color: var(--color-6); }
	#lang .select ul { width: 100%; height: 100%; top: 0; padding-top: 0; padding-bottom: 0; margin-left: 0; grid-template-columns: 1fr; }
	#lang, #lang .select, .select ul { border: 0; }
}
@media screen and (max-width:768px) {
	* { font-size: 14px; }
	.web-title { flex-direction: column; align-items: center; justify-content: center; }
	.web-title { align-items: center; }
	.main-btn .btn, .web-title .main::after { margin-left: auto; margin-right: auto; }
	.btn-play::before, .video-list .images::before { width: 50px; height: 50px; }
	#banner { height: 200px; }
	.place { border-bottom: 0; margin-bottom: 0; padding-top: 12px; padding-bottom: 12px; }
	.web-title > div { text-align: center; }
	.more, .more::after { width: 100%; }
	.flavor-wrap { grid-template-columns: 1fr; }
	.flavor-wrap .flavor-item { grid-template-columns: 150px 1fr; }
	#banner.flavor .flavor-txt { padding-right: 30px; }
	.flavor-detailed .Pain-Solution .flavor-card { flex-direction: column; }
	.flavor-detailed .Pain-Solution .flavor-card .images { width: 100%; padding-top: 56.25%; }
	.flavor-detailed .Pain-Solution .flavor-card:nth-child(even) .images { order: 0 }
	.flavor-detailed .Flavors .title { grid-column-end: span 2; }
	.flavor-detailed .Flavors { grid-template-columns: repeat(2, 1fr); }
	.Learn-More { grid-template-columns: 1fr; }
	.Learn-More .web-title, .Learn-More .tip { grid-column-end: span 1; }
	.Learn-More .item .item-title { margin-bottom: 16px; font-size: 16px; }
	.Learn-More .item .item-tel { font-size: 20px; }
	.structure { grid-template-columns: 1fr; }
	.Sitemap-list { padding-top: 0; }
}
@media screen and (max-width:640px) {
	.main-btn .btn { width: 100%; }
	.list-txt .name { font-size: 14px; }
	.flavor-wrap .flavor-item { grid-template-columns: 100px 1fr; }
	.flavor-wrap .flavor-item .flavor-info .flavor-classification { display: flex; flex-flow: row wrap; }
	.flavor-wrap .flavor-item .images { padding-top: 100%; }
}
@media screen and (max-width:480px) {
	.flavor-detailed .Flavors .title, .Learn-More .item .layui-form .layui-form-item.btn-group { grid-column-end: span 1; }
	.flavor-detailed .Flavors, .Learn-More .item .layui-form { grid-template-columns: repeat(1, 1fr); }
	.Sitemap-list { grid-template-columns: repeat(1, 1fr); }
}

/*******************************
-------[=首页------
********************************/
#index-section1 { position: relative; left: 0; top: 0; z-index: 100; margin-top: var(--header-height); width: 100%; height: 660px; }
#index-section1 .swiper-slide { overflow: hidden; }
#index-section1 .wrapper { z-index: 2; height: 100%; display: flex; align-items: center; }
#index-section1 .swiper-btn { position: absolute; left: var(--wrapper); bottom: 100px; }
#index-section1 .swiper-btn.next { margin-left: 100px; }
.index-banner-txt { --p1:48px; --p2:24px; }
.index-banner-txt .p1, .index-banner-txt .p2 { opacity: 0; text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6); color: #fff; text-transform: uppercase; }
.index-banner-txt .p1 { font-size: var(--p1); font-weight: 500; line-height: 1.5; }
.index-banner-txt .p2 { font-size: var(--p2); margin-top: 16px; line-height: 1.5; }
#index-section1 .ani-slide .index-banner-txt .p1 { opacity: 1; animation: indexBannerTxt 0.5s ease 0s both; }
#index-section1 .ani-slide .index-banner-txt .p2 { opacity: 1; animation: indexBannerTxt 0.5s ease 0.5s both; }
@keyframes indexBannerTxt {
	0% { transform: translateY(50%); opacity: 0; }
	100% { transform: translateY(0%); opacity: 100%; }
}
#index-section1 .info { display: flex; align-items: center; position: absolute; z-index: 5; left: 50%; top: 50%; transform: translate(-50%, -50%); gap: var(--gap-120); }
#index-section1 .info img { animation: infoImg 1s ease 0s both; display: block; }
#index-section1 .info .txt-card { display: flex; flex-direction: column; gap: var(--gap-40); width: 660px; }
#index-section1 .info .txt-card .name { font-size: 50px; color: #fff; animation: infoTxt 1s ease 1s both }
#index-section1 .info .txt-card .name b { font-size: 50px; color: #fff; font-weight: 600; margin-right: 12px; }
#index-section1 .info .txt-card .txt { font-size: 18px; line-height: 2; color: #fff; animation: infoTxt 1s ease 2s both }
#index-section1 .info .txt-card .btn { display: flex; justify-content: center; align-items: center; width: 300px; height: 50px; gap: 12px; border: solid 2px #fff; color: #fff; text-transform: uppercase; animation: infoTxt 1s ease 3s both }
#index-section1 .info .txt-card .btn .arrow::before { border-color: #fff; }

/* animation: bannerImg 2s ease 0s both; */
@keyframes infoImg {
	0% { opacity: 0; transform: rotate(360deg); scale: 0; }
	100% { opacity: 1; transform: rotate(0deg); scale: 1; }
}
@keyframes infoTxt {
	0% { transform: translate(0%, 50%); opacity: 0; }
	100% { transform: translate(0%, 0%); opacity: 100%; }
}
@keyframes bannerLine {
	0% { width: 0; }
	100% { width: 50px; }
}
#index-advantage { background: url(../images/index-advantage.png) center center no-repeat; background-size: cover; }
.advantage { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap-40); padding: var(--gap-80) 0; }
.advantage .item { position: relative; }
.advantage .item img { display: block; width: 86%; }
.advantage .item .advantage-txt { position: absolute; top: 50%; right: 0; transform: translateY(-50%); display: flex; flex-direction: column; gap: 16px; width: 52%; }
.advantage .item .advantage-txt .advantage-title { font-size: 24px; font-weight: 500; color: #fff; line-height: 1.5; }
.advantage .item .advantage-txt .advantage-p { font-size: 16px; color: #fff; line-height: 1.5; }
.index-head { display: flex; align-items: center; justify-content: space-between; }
#index-about { padding-top: var(--gap-80) }
.index-about { display: grid; grid-template-columns: 34vw 1fr; gap: var(--gap-60); border-bottom: solid 1px var(--main-color); padding-bottom: var(--gap-80); }
.index-about .about-photo { position: relative; border-radius: var(--radius); overflow: hidden; }
.index-about .about-photo .images { position: absolute; left: 0; top: 0; right: 0; bottom: 0; height: 100%; }
.index-about .txt { display: flex; flex-direction: column; gap: var(--gap-40); padding-top: var(--gap-40); padding-bottom: var(--gap-40); }
.index-about .txt .web-title { --padding-t: 0px; --padding-b: 0; }
.index-about .txt .txt-info { -webkit-line-clamp: 5; }
.index-about .txt .txt-info p { display: block; font-size: 16px; line-height: 2; color: var(--color-3); margin-bottom: 16px; }
.index-about .txt .card-wrap { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap-30); width: 100%; }
.index-about .txt .card-wrap .card { display: grid; padding: 16px; border: solid 1px var(--border-color); border-radius: var(--card-radius); grid-template-columns: 50px 1fr; grid-template-rows: 27px 1fr; gap: 8px 16px; align-items: flex-start; }
.index-about .txt .card-wrap .card img { width: 50px; height: 50px; grid-row-end: span 2; }
.index-about .txt .card-wrap .card .p1 { font-size: 20px; color: var(--color-3); font-weight: 500; }
.index-about .txt .card-wrap .card .p2 { font-size: 16px; color: var(--color-6); align-self: start; }
.index-wrap { display: grid; gap: var(--gap-60) 0; padding-top: var(--gap-60); padding-bottom: var(--gap-60); grid-template-columns: 1fr 1fr; grid-template-rows: auto 1fr; grid-template-areas: "a b" "c c"; }
.index-wrap .web-title { grid-area: a; --padding-t: 0px; --padding-b: 0px; }
.index-wrap .swiper-tool, .index-wrap .main-btn { grid-area: b; align-self: center; justify-self: flex-end; }
.index-wrap .swiper { grid-area: c; }
.index-wrap .swiper-container .list { display: flex; gap: 0; }
#index-Flavors { padding: var(--gap-80) 0 }
#index-Flavors .web-title { margin-bottom: var(--gap-60); }
.Flavors-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap-40) var(--gap-60); }
.Flavors-list .item { display: flex; flex-direction: column; align-items: center; position: relative; }
.Flavors-list .item img { display: block; width: 46%; border-radius: 100%; }
.Flavors-list .item .p1 { margin-top: 24px; margin-bottom: 12px; font-size: 20px; color: var(--color-3); text-align: center; text-transform: capitalize; }
.Flavors-list .item .p2 { font-size: 16px; color: var(--color-6); text-align: center; text-transform: capitalize; }
.Flavors-list .item:hover .p1 { color: var(--main-color); }
#index-job { background: url(../images/index-job.jpg) top center no-repeat; background-size: cover; padding: var(--gap-80) 0; position: relative; }
#index-job::before { content: ""; display: block; top: 0; right: 0; position: absolute; background: url(../images/index-job-title.png) right top no-repeat; width: 100%; height: 146px; background-size: contain; }
.index-job .swiper-slide { display: flex; flex-direction: column; gap: var(--gap-30); }
.index-job .job-title { font-size: 32px; font-weight: 500; color: #fff; }
.index-job .job-title::after { content: ""; display: block; width: 40px; height: 2px; border-radius: 2px; background: #fff; margin-top: 24px; }
.index-job .job-wrap { display: flex; padding: 24px 40px; gap: var(--gap-40); background: #fff; border-radius: var(--card-radius); }
.index-job .job-wrap .item { display: flex; flex-direction: column; gap: 10px; }
.index-job .job-wrap .item .item-title { font-size: 20px; line-height: 1.8; color: var(--color-3); }
.index-job .job-wrap .item .text { font-size: 16px; line-height: 1.8; color: var(--color-6); }
.index-job .job-wrap .item .text p:not(:last-child) { margin-bottom: 0; ; }
.index-job .swiper-pagination-bullet { background: #fff; }
#index-contact { margin-top: var(--gap-80); margin-bottom: var(--gap-80); padding-top: var(--gap-80); padding-bottom: var(--gap-80); background: url(../images/index-contact.jpg) center center no-repeat; background-size: cover; }
#index-contact .contact { display: flex; align-items: flex-start; justify-content: space-between; position: relative; padding-bottom: 20px; }
#index-contact .contact-title { width: 430px; }
#index-contact .contact-title .p1 { font-size: 32px; font-weight: 500; color: #fff; margin-bottom: 24px; }
#index-contact .contact-title .p2 { font-size: 16px; color: #fff; line-height: 1.8; }
#index-contact .contact-item .item-title { font-size: 20px; font-weight: 500; color: #fff; margin-bottom: 6px; }
#index-contact .contact-item .contact-tel { font-size: 40px; font-weight: 500; color: #fff; margin-bottom: 8px; }
#index-contact .contact-item .contact-tel-txt { font-size: 16px; color: #fff; }
#index-contact .contact-item .layui-form { grid-template-columns: repeat(2, 1fr); }
#index-contact .contact-item .layui-form .layui-form-item { width: 200px; }
#index-contact .contact-item .layui-form .layui-form-item.btn-group { grid-column-end: span 2; text-align: center; width: 100%; }
#index-contact .contact-item .layui-form .layui-input { background: rgba(255, 255, 255, 0.3); color: #fff; border: 0 }
#index-contact .contact-item .layui-form .layui-input::placeholder { color: #fff; opacity: 0.7; }
#index-contact .tip { position: absolute; left: 0; bottom: 0; right: 0; text-align: center; font-size: 12px; color: #fff; font-style: italic; }
.index-partners { padding-top: var(--gap-60); padding-bottom: var(--gap-80); }
.index-partners .swiper-wrapper { align-items: stretch; }
.partners-card { border: solid 1px var(--border-color); border-radius: var(--radius); padding: 16px; }
.partners-card .images { padding-top: 100%; }
.partners-card .images img { object-fit: contain; }
.index-posts .images { padding-top: 64%; border-radius: var(--radius); margin-bottom: 16px; }
.index-posts .posts-title { font-size: 18px; color: var(--color-3); }
.index-posts .posts-date { font-size: 14px; color: var(--color-6); margin-top: 12px; }

/* 错误提示 */
.ajaxMsg { display: none; border: 1px solid #D5DC8B; background: #FFFFCC; padding: 2px; }
.ajaxMsg img { margin-top: -3px; }

/* 首页适配 */
@media screen and (max-width:1760px) { }
@media screen and (max-width:1640px) { }
@media screen and (max-width:1540px) {
	#index-job::before { height: 120px; }
}
@media screen and (max-width:1370px) {
	#index-section1 { height: 450px; }
	#index-section1 .info .txt-card .name, #index-section1 .info .txt-card .name b { font-size: 40px; }
	.index-job .job-title { font-size: 24px; }
}
@media screen and (max-width:1280px) {
	#index-section1 .info { width: 80%; }
	#index-section1 .info img { width: 200px; }
	.index-about { grid-template-columns: 45% 1fr; }
	.index-about .txt .card-wrap { grid-template-columns: 1fr; }
	#index-section1 .info .txt-card .name, #index-section1 .info .txt-card .name b { font-size: 30px; }
	.advantage .item .advantage-txt { width: 80%; }
	.advantage .item .advantage-txt .advantage-title { font-size: 20px; }
	#index-contact .contact { flex-flow: row wrap; }
	#index-contact .contact-title { width: 100%; }
	#index-contact .contact-title .p1, #index-contact .contact-title .p2 { text-align: center; }
	.job-wrap { padding: 12px 16px; flex-direction: column; }
	.index-job .job-title { font-size: 20px; }
	#index-job::before { height: 80px; }
}
@media screen and (max-width:1024px) {
	#index-section1 { height: 400px; }
	#index-section1 .info img { width: 120px; }
	#index-section1 .info .txt-card { width: 100%; }
	#index-section1 .info .txt-card .name, #index-section1 .info .txt-card .name b { font-size: 24px; }
	#index-section1 .info .txt-card .txt, #index-section1 .info .txt-card .btn .arrow { display: none; }
	#index-section1 .info .txt-card .btn { animation: infoTxt 1s ease 2s both; height: 42px; font-size: 12px; }
	.advantage { grid-template-columns: 1fr; }
	.advantage .item img { width: 300px; height: 300px; }
	#index-contact .contact-title .p1, #index-contact .contact-item .contact-tel { font-size: 30px; }
	#index-contact .contact-item .item-title { margin-bottom: 16px; }
	.index-job .job-title { font-size: 18px; }
}
@media screen and (max-width:900px) {
	.advantage .item img { width: 240px; height: 240px; }
	.Flavors-list { grid-template-columns: 1fr 1fr; }
	#index-contact .contact-title .p1, #index-contact .contact-item .contact-tel { font-size: 20px; }
	#index-job::before { width: 75%; }
}
@media screen and (max-width:860px) {
	.index-about { grid-template-columns: 1fr; }
	.index-about .about-photo { height: 300px; }
	.index-about .txt { padding-top: 0; padding-bottom: 0; }
	.index-about .txt .card-wrap { grid-template-columns: repeat(3, 1fr); }
	#index-contact .contact { flex-direction: column; justify-content: center; align-items: center; }
	#index-contact .contact-item .item-title { text-align: center; }
	#index-contact .contact { padding-bottom: 40px; }
}
@media screen and (max-width:768px) {
	#index-section1 .info { width: 90%; }
	.advantage .item img { width: 150px; height: 150px; }
	.advantage .item .advantage-txt { width: 90%; gap: 8px; }
	.advantage .item .advantage-txt .advantage-title { font-size: 16px; }
	.advantage .item .advantage-txt .advantage-p { font-size: 14px; }
	.index-about { grid-template-columns: 1fr; }
	.index-wrap { grid-template-columns: 100%; grid-template-areas: "a" "c" "b"; }
	.index-wrap .swiper-tool, .index-wrap .main-btn { justify-self: center; margin-top: 24px; }
}
@media screen and (max-width:640px) {
	#index-section1 { height: 300px; }
	.index-about .about-photo { height: 150px; }
	.index-about .txt .card-wrap { grid-template-columns: 1fr; }
}
@media screen and (max-width:480px) {
	.Flavors-list { grid-template-columns: 1fr; }
	.Flavors-list .item { display: grid; grid-template-columns: 0 100px 1fr; align-items: flex-start; }
	.Flavors-list .item .stretching { grid-row-end: span 2; }
	.Flavors-list .item img { width: 100px; height: 100px; grid-row-end: span 2; }
	.Flavors-list .item .p1, .Flavors-list .item .p2 { text-align: left; padding-left: 24px; }
	.Flavors-list .item .p1 { font-size: 18px; }
	.Flavors-list .item .p2 { font-size: 14px; }
	.Flavors-list .item .p1 { margin-top: 0; }
	#index-contact .contact-item .contact-tel { font-size: 30px; text-align: center; }
	.contact-item { width: 100%; }
	#index-contact .contact-item .layui-form { grid-template-columns: 1fr; }
	#index-contact .contact-item .layui-form .layui-form-item { width: 100%; }
	#index-contact .contact-item .layui-form .layui-form-item.btn-group { grid-column-end: span 1; }
	#index-contact .contact { padding-bottom: 60px; }
	#index-section1 .info .txt-card .btn { width: 100%; }
}

/* 新增 口味详细页面增加口味列表 */
.flavor-detailed-more { display: flex; flex-direction: column; padding-top: var(--gap-60); }
.flavor-detailed-more .flavor-wrap { grid-template-columns: repeat(6, 1fr); gap: var(--gap-40) 0; }
.flavor-detailed-more .flavor-wrap .flavor-item, .flavor-detailed-more .flavor-wrap .flavor-item .flavor-info .flavor-classification { grid-template-columns: 1fr }
@media screen and (max-width:1280px) {
	.flavor-detailed-more .flavor-wrap { grid-template-columns: repeat(3, 1fr); }
}
@media screen and (max-width:860px) {
	.flavor-detailed-more .flavor-wrap { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (max-width:640px) {
	.flavor-detailed-more .flavor-wrap { grid-template-columns: repeat(1, 1fr); }
}

/*privacy*/
.privacy-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-top: 1px solid #e0e0e0;
    padding: 16px 24px;
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: all 0.3s ease;
}

.privacy-notice.hidden {
    transform: translateY(100%);
    opacity: 0;
}

.notice-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 22px;
}

.notice-content span {
    color: #333;
    font-size: 14px;
    line-height: 30px;
    flex: 51;
    min-width: 250px;
}

.notice-buttons {
    display: flex;
    gap: 16px;
    align-items: center;
}

.btn-understand {
    background: var(--secondary-color);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 16px;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.32s eases ease;
    font-weight: 400;
}

.btn-understand:hover {
    background: #1565c0;
    box-shadow: 0 36px 66px rgba(25, 118, 210, 0.33);
}

.btn-details {
    color: var(--secondary-color);
    text-decoration: none;
    font-size: 15px;
    padding: 8px 16px;
    border: 1px solid var(--secondary-color);
    border-radius: 16px;
    transition: all 00.32s ease;
    font-weight: 400;
}

.btn-details:hover {
    background: #e3f2fd;
    text-decoration: none;
}

.privacy .text b,.privacy .text strong {color:var(--secondary-color);}

/* 产品目录 */
.catalogue-table{border-right: solid 1px var(--border-color);border-bottom: solid 1px var(--border-color);}
.catalogue-table .tr{display:grid; grid-template-columns: 180px 150px 220px 1fr;gap: 0;}
.catalogue-table .tr:hover .td{background: #F8F5F2;}
.catalogue-table .td{background: #fff; padding: 12px 20px; color: var(--color-3);border-top: solid 1px var(--border-color);border-left: solid 1px var(--border-color);text-align: center;font-size: 14px; align-items: center;}
.catalogue-table .td:nth-child(4){text-align: left;}
.catalogue-table .title{position:sticky; top:0;}
.catalogue-table .title .td{ background: #F8F5F2; font-size: 16px; font-weight: 500; color: var(--main-color); padding: 20px;text-transform: capitalize;}
.list.products-list{margin-top: var(--gap-60); grid-template-columns: repeat(4,1fr); gap: var(--gap-40);}
.list.products-list .images{padding-top: 75%; cursor: pointer;}
@media screen and (max-width:1280px){
	.catalogue-table{ border:0; display:flex; flex-direction: column; gap: 24px;}
	.catalogue-table .tr{grid-template-columns: repeat(3,1fr);border-right: solid 1px var(--border-color);border-bottom: solid 1px var(--border-color);}
	.catalogue-table .td:nth-child(4){grid-column-end: span 3;}
	.catalogue-table .td{text-align: left;padding: 12px;}
	.catalogue-table .title{display: none;}
	.catalogue-table .td::before{color: var(--main-color); display: block; font-size: 14px; font-weight: 500; margin-right: 12px; margin-bottom: 12px;text-transform: capitalize;}
	.catalogue-table .td:nth-child(1):before{content:"Form"}
	.catalogue-table .td:nth-child(2):before{content:"Item No."}
	.catalogue-table .td:nth-child(3):before{content:"Product Name"}
	.catalogue-table .td:nth-child(4):before{content:"Product Features"}
	.list.products-list{grid-template-columns: repeat(2,1fr);}
}
@media screen and (max-width:640px){
	.catalogue-table .tr{grid-template-columns: 1fr;}
	.catalogue-table .td:nth-child(4){grid-column-end: span 1;}
}
.catalogue-card{display:grid; grid-template-columns: 1fr 200px; align-items: flex-start; gap: 0 var(--gap-40);}
.catalogue-card:not(:last-child){margin-bottom: var(--gap-40);}
.catalogue-card .card-t{font-size: 24px; font-weight: 500; color: var(--main-color); grid-column-end: span 2; margin-bottom: var(--gap-20);}
.catalogue-card .list.products-list{grid-template-columns: 1fr; margin-top: 0; gap: var(--gap-20);}
.catalogue-card .list.products-list .list-txt{padding: 8px 12px;}
.catalogue-card .list.products-list .list-txt .name{font-size: 14px;}
@media screen and (max-width:860px){
	.catalogue-card:not(:last-child){margin-bottom: 24px;}
	.catalogue-card{grid-template-columns: 1fr;}
	.catalogue-card .card-t{grid-column-end: span 1; font-size: 18px;}
	.catalogue-card .list.products-list{grid-template-columns: repeat(2,1fr);margin-top: 24px;}
}