@font-face {
	font-family: 'HYLanHeiHeiW';
	url('../fonts/HYLanHeiHeiW.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: "æ€æºé»‘ä½“ Normal";font-weight: 350;src: url("//at.alicdn.com/wf/webfont/uBNEu1fjVx98/zcL3eeNDgZZu.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/uBNEu1fjVx98/fVd9VPFS9bPc.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "æ€æºé»‘ä½“ Bold";font-weight: 700;src: url("//at.alicdn.com/wf/webfont/uBNEu1fjVx98/R71Z5kcOGgK4.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/uBNEu1fjVx98/D56G5KG1JHFo.woff") format("woff");
  font-display: swap;
}

/* 全局字号基准：使用视口自适应，不写死固定像素
   约等于：在普通桌面下 1rem ≈ 16px，窄屏略小，超大屏略大 */
html {
  /* font-size: clamp(0.9375rem, 0.5vw + 0.75rem, 1.125rem); */
}

body {
	width: 100%;
	font-family: "æ€æºé»‘ä½“ Normal", Arial, sans-serif;
	background-color: #000;
	overflow-x: hidden;
}
html{
	overflow-x: hidden;
}
body.news-bg{
	background-image: url(../image/news-bg.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: fixed;
}
body.body-bg{
	background-image: url(../image/common-bg1.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: fixed;
}
.pws_tabs_controll{
    padding-left: 0;
}
.fluid{
	padding-left: 2.4%;
	padding-right: 2.4%;
}
.container-fluid{
	padding-left: 10%;
	padding-right: 10%;
}
.container-fluid2{
	padding-left: 0;
	padding-right: 10%;
}
.container-fluid3{
	padding-left: 12%;
	padding-right: 10%;
}
.main-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	transition: background-color 0.3s;
	backdrop-filter: blur(.13889rem);
  -webkit-backdrop-filter: blur(.13889rem);
  -moz-backdrop-filter: blur(.13889rem);
  -o-backdrop-filter: blur(.13889rem);
}
.common-page-pro .main-nav{
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
}
.common-page .main-nav{
	background-color: rgba(0, 0, 0, 0.85);
}
.main-nav:hover{
	background-color: rgba(0, 0, 0, 0.8) !important;
}
.main-nav.style{
	background-color: rgba(0, 0, 0, 0.3)
}
.scrolled .main-nav{
	background-color: rgba(0, 0, 0, 0.85)
}
.main-nav.style .nav-box{
	height: 44px;
}
.scrolled .main-nav .nav-box{
	height: 44px;
}
.main-nav.style .nav-box .logo1{
	height: 15px;
}
.scrolled .main-nav .nav-box .logo1{
	height: 15px;
}
.main-nav.style .nav-box ul li > a{
	height: 44px;
	font-size: 14px;
}
.scrolled .main-nav .nav-box ul li > a{
	height: 44px;
	font-size: 14px;
}
.nav-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 88px;
	transition: height 0.3s ease;
}
.nav-box .logo1{
	height: 40px;
	display: block;
	filter: brightness(0) invert(1);
	transition: all 0.3s;
}
.nav-box .logo1:hover{
	opacity: 1;
}
.nav-box ul {
	margin: 0;
	padding: 0;
	display: flex;

}
.nav-box ul li{
	list-style: none;
	margin-left: 20px;
}
.nav-box ul li.active > a{
	color: #f39800;
}
/* 滚动后导航条收紧样式优先级更高，需单独声明当前页高亮 */
.main-nav.style .nav-box ul li.active > a,
.scrolled .main-nav .nav-box ul li.active > a {
	color: #f39800;
}
.nav-box ul li > a{
	display: block;
	color: rgba(255,255,255,0.8);
	font-size: 0.75rem;
	text-decoration: none !important;
	position: relative;
	height: 88px;
	display: flex;
	align-items: center;
	transition: all 0.3s;
}
.nav-box ul li:hover .nav-hover{
	top: 100%;
	display: block;
}
.nav-box ul li a:hover{
	color: #f39800;
}
.nav-hover{
	position: absolute;
	z-index: -1;
	top: -120%;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	display: none;
	height: 150px;
	box-shadow: 0px 60px 60px rgba(255,255,255,0.1);
}
.nav-hover-content{
	display: flex;
	justify-content: flex-end;
	padding: 30px 0;
}
.nav-hover-text{
	width: 50%;
	font-size: 12px;
	color: rgba(255,255,255,0.8);
}
.nav-hover-list{
	display: flex;
}
.nav-hover-item{
	margin-left: 20px;
	font-size: 14px;
}
.nav-hover-item a{
	display: block;
	color: rgba(255,255,255,0.8);
	font-size: 14px;
	text-decoration: none !important;
	transition: all 0.3s;
}

.section {
	overflow: hidden;
}
.section-hd{
	margin-bottom: 30px;
}
.section-title{
	font-size: 2rem;
	font-weight: 600;
	opacity: 0;
	color: #fff;
}
.section-desc{
	font-size: 1rem;
	color: rgb(255, 255, 255,0.8);
	opacity: 0;
}
.show{
	opacity: 1;
}
/* .section-title{
	font-size: 2em;
	font-weight: 600;
	padding-top: 30px;
	padding-bottom: 60px;
	position: relative;
}
.section-title span{
	position: relative;
	z-index: 3;
}
.section-title::before{
	position: absolute;
	z-index: 2;
	top: 0;
	left: -20px;
	content: "";
	width: 100px;
	height: 100px;
	border-radius: 100px;
	background-color: #fbc87c;
}
.section-title::after{
	position: absolute;
	z-index: 1;
	top: 10px;
	left: -30px;
	content: "";
	width: 100px;
	height: 100px;
	border-radius: 100px;
	background-color: #446fac;
} */
.section-banner{
	position: relative;
}
.swiper-banner{
	overflow: hidden;
	--swiper-theme-color: #F39800;
}
.section-banner-bottom{
	position: absolute;
	z-index: 9;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	height: 95px;
	background: #fff;
	display: flex;
	background: #F39800;
}
.swiper-pro-small-button{
	height: 50px;
	width: 100px;
	background: #F39800;
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: 30vh;
	display: flex;
	margin-top: 30px;
}
.swiper-pro-small-button:after{
	content: "";
	width: 1px;
	height: 14px;
	margin-top: -7px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: rgba(255,255,255,.3);
}
.swiper-pro-small-button-item{
	position: relative;
	height: 50px;
	width: 50px;
	--swiper-navigation-color: #fff;
	--swiper-navigation-size: 16px;
}
.swiper-pro-small-button-item .swiper-pro-button-next{
	left: 0;
	top: 0;
	height: 50px;
	width: 50px;
	margin-top: 0;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.swiper-pro-small-button-item .swiper-pro-button-prev{
	left: 0;
	top: 0;
	height: 50px;
	width: 50px;
	margin-top: 0;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.swiper-pro-button-prev.swiper-button-disabled{
	color: rgba(255,255,255,.3);
}
.swiper-pro-button-next.swiper-button-disabled{
	color: rgba(255,255,255,.3);
}
.swiper-pro-button-prev::after{
	content: 'prev';
}
.swiper-pro-button-next::after{
	content: 'next';
}
.swiper-pro-button-next::after, .swiper-pro-button-prev::after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
}
.swiper-banner-small-button{
	height: 100px;
	width: 100px;
	background: #F39800;
	position: relative;
	display: flex;
}
.swiper-banner-small-button:after{
	content: "";
	width: 1px;
	height: 14px;
	margin-top: -7px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: rgba(255,255,255,.3);
}
.swiper-banner-small-button-item{
	position: relative;
	height: 100px;
	width: 50px;
	--swiper-navigation-color: #fff;
	--swiper-navigation-size: 16px;
}
.swiper-banner-small-img{
    width: 140px;
    padding: 10px;
    box-sizing: box-sizing;
}
.section-banner-bottom .swiper-button-next{
	background: #F39800;
	top: 0;
	right: -20px;
	height: 95px;
	width: 20px;
	margin-top: 0;
	opacity:1 !important;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.section-banner-bottom .swiper-button-prev{
    background: #F39800;
	left: -20px;
	top: 0;
	height: 95px;
	width: 20px;
	margin-top: 0;
	opacity:1 !important;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.swiper-banner-small{
	background: #F39800;
	height: 95px;
	--swiper-navigation-color: #fff;
	--swiper-navigation-size: 16px;
}
.swiper-banner-small .swiper-slide{
	
}
.swiper-banner-nav-index{
	font-size: 14px;
	margin-bottom: 5px;
	color: #666;
}
.swiper-banner-nav-title{
	font-size: 14px;
	font-weight: 600;
	color: #333;
}
.banner{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}
.banner-brand{
    
}
.banner-title{
	
}
.banner-subtitle{
	
}

.banner-desc{
	font-size: 18px;
	color: #d1a38b;
}
.hero-title-main,
.hero-title-sub,
.hero-title-expert,
.hero-desc-points{
	max-width: 100%;
}
.banner-desc li{
	margin-bottom: 20px;
	transition: all 0.3s ease;
	opacity: 0;
}
.banner-desc li:nth-child(1){
	-webkit-animation-delay:0.2s;
	animation-delay:0.2s;
}
.banner-desc li:nth-child(2){
	-webkit-animation-delay:0.4s;
	animation-delay:0.4s;
}
.banner-desc li:nth-child(3){
	-webkit-animation-delay:0.6s;
	animation-delay:0.6s;
}
.banner-btn{
	background: linear-gradient(90deg, rgb(77, 97, 255) 0%, rgb(192, 134, 255) 100%);
	font-size: 18px;
	color: #fff;
	width: 180px;
	height: 56px;
	border-radius: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}
.swiper-banner{
	width: 100%;
	height: 100vh;
	--swiper-theme-color: #F39800;
}

.swiper-video2{
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.swiper-video{
    position: absolute;
    z-index: 999;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.swiper-video .swiper-slide img{
    border: 4px solid transparent;
    box-sizing: box-sizing;
    transform:scale(0.8)
}
.swiper-video .swiper-slide-thumb-active img{
    border-color: #f39800;
    transform:scale(1)
}

.section-video .section-hd{
	margin-top: 200px;
	width: 40%;
}
.section-video .section-title{
	color: #fff;
}
.section-video .section-desc{
	color: #fff;
}
.section-video-box{
	position: relative;
	width: 100%;
	height: 100%;
}
#myVideo {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: black;
	background-position: center center;
	background-size: contain;
	object-fit: cover;
	z-index: 3;
}
#myVideo1 {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: black;
	background-position: center center;
	background-size: contain;
	object-fit: cover;
	z-index: 3;
}

#myVideo2 {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: black;
	background-position: center center;
	background-size: contain;
	object-fit: cover;
	z-index: 3;
}


video::-webkit-media-controls {
	display: none !important;
}

.section-video-box .layer {
	position: absolute;
	z-index: 4;
	right: 2.4%;
	bottom: 2.4%;
}

/* 背景图：image/company-intro-bg-v4.jpg（本地下载替换，AI 科技感） */
.section-pro{
	background-color: #07080c;
	background-image:
		linear-gradient(135deg, rgba(0, 0, 0, 0.88) 0%, rgba(10, 12, 22, 0.82) 42%, rgba(0, 0, 0, 0.9) 100%),
		url("../image/company-intro-bg-v4.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.page-leftBar{
	width: 12%;
	padding-top: 18vh;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
}
.home-leftBar{
	width: 12%;
	padding-top: 18vh;
}
.home-leftBar-top{
	display: flex;
	padding-left: 2.4vw;
	margin-bottom: 1rem;
}
.home-leftBar-top-title{
	font-size: 22px;
	display: block;
	line-height: 27px;
	text-align: left;
	color: rgba(255,255,255,.7);
	writing-mode: vertical-rl;
}
.home-leftBar-top-subtitle{
	color: #fff;
	line-height: 55px;
	font-size: 54px;
	text-align: left;
	writing-mode: vertical-rl;
	font-weight: 900;
}
.home-pro{
	height: 100vh;
	display: flex;
	overflow: hidden;
}
.home-pro-bg{
    background-image: url('../image/home-pro-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.home-pro-left{
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px 2.4%;
    box-sizing: border-box;
    color: #fff;
    margin-right:10%;
}
.home-pro-left-subtitle{
    font-size: 54px;
    font-weight: 900;
}
.home-pro-left-title{
    font-size: 54px;
    font-weight: 900;
}
.home-pro-right{
    
    padding-right: 2.4%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.home-pro-right-list{
    display: flex;
    align-items: center;
    
}
.home-pro-right-item{
    width: 750px;
    margin-right: 30px;
    background: #f39700;
    border-radius: 12px;
    padding: 15px;
}
.home-pro-right-item:last-child{
    margin-right: 0;
}
.home-pro-right-item-img1{
    display: none;
    width: 720px;
    height: 405px;
    object-fit: cover;
    border-radius: 10px;
}
.home-pro-right-item-img2{
    display: block;
    width: 720px;
    height: 405px;
    object-fit: cover;
    border-radius: 10px;
}
.home-pro-right-item-img:hover .home-pro-right-item-img1{
    display: block;
}
.home-pro-right-item-img:hover .home-pro-right-item-img2{
    display: none;
}
.home-pro-right-item-content{
    margin-top: 15px;
}
.home-pro-right-item-title{
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.home-pro-right-more{
    margin-top: 30px;
}
.home-pro-right-more a{
    font-size: 16px;
    color: #f39800;
    text-decoration: none;
    border: 1px solid #f39800;
    border-radius: 6px;
    padding: 10px 50px;
}
.home-pro-box{
	width: 88%;
}
.home-pro .section-hd{
	margin-bottom: 50px;
}
.swiper-pro{
	overflow: hidden;
	--swiper-theme-color: #F39800;
}
.swiper-pro-item{
	display: flex;
}
.swiper-pro-item-img{
	flex: 0 0 50%;
	overflow: hidden;
	position: relative;
}
.swiper-pro-item-img1{
    display: none;
}
.swiper-pro-item-img2{
    display: block;
}
.swiper-pro-item-img:hover .swiper-pro-item-img1{
    display: block;
}
.swiper-pro-item-img:hover .swiper-pro-item-img2{
    display: none;
}
.swiper-pro-item-img-text{
	position: absolute;
	z-index: 1;
	bottom: 30px;
	right: 50px;
	font-size: 200px;
	font-weight: 900;
	color: rgba(255,255,255,0.3);
}
.swiper-pro-item-img-text2{
    position: absolute;
	z-index: 1;
	bottom: 30px;
	left: 50px;
	font-size: 200px;
	font-weight: 900;
	color: rgba(255,255,255,0.3);
}
.swiper-pro-item-video{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	display: none;
}
.swiper-pro-item-img img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.swiper-pro-item-content{
	flex: 0 0 50%;
	padding-top: 10vh;
	padding-left: 5%;
	padding-right: 5%;
	color: #fff;
	box-sizing: border-box;
}
.swiper-pro-item-title{
	font-size: 36px;
	font-weight: 600;
}
.swiper-pro-item-desc{
	font-size: 14px;
	margin-top: 30px;
}
.swiper-pro-item-desc p{
	margin-bottom: 10px;
}
.swiper-pro-item-view{
	margin-top: 30px;
}
.swiper-pro-item-view a{
	display: inline-block;
	border: 1px solid #fff;
	padding: 10px 30px;
	border-radius: 100px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.swiper-pro-small{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 56%;
	height: 30vh;
	overflow: hidden;
}
.swiper-pro-small-item{
	display: flex;
	flex-direction: column;
}
.swiper-pro-small-item-img{
	flex: 0 0 30vh;
	overflow: hidden;
}
.swiper-pro-small-item-img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.swiper-pro-small-item-content{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
	color: #fff;
	padding: 10px 30px;
}
.swiper-pro-small-item-title{

}
.pro-item{
	display: block;
	text-decoration: none !important;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}
.pro-item .thumb{
	width: 100%;
}
.pro-item:hover .pro-hover{
	top: calc(100% - 180px);
}
.pro-item .pro-hover{
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #fff;
	transition: all 0.3s;
	padding: 30px;
	height: 180px;
}
.pro-item .pro-hover .pro-title{
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #3d3d3d;
}
.pro-item .pro-hover .pro-link{
	background: linear-gradient(90deg, rgb(77, 97, 255) 0%, rgb(192, 134, 255) 100%);
	border-radius: 4px;
	font-size: 14px;
	padding: 10px 20px;
	display: inline-block;
	color: #fff;
}


/* 背景图：image/partner-section-bg-v3.jpg（本地下载替换） */
.section-shop{
	background-color: #0b0b0c;
	background-image:
		linear-gradient(160deg, rgba(0, 0, 0, 0.82) 0%, rgba(8, 8, 12, 0.76) 45%, rgba(0, 0, 0, 0.88) 100%),
		url("../image/partner-section-bg-v3.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

/* ===== 企业介绍（来自小程序 index.vue） ===== */
.company-intro {
	min-height: 100vh;
}
.company-intro-left {
	color: #fff;
}
.company-intro-left .section-title span{
	color: #fff;
}
.company-intro-subtitle{
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 1.5rem;
}
.company-intro-left p{
	font-size: 0.95rem;
	color: rgba(255,255,255,0.8);
	line-height: 1.8;
	margin-bottom: 1rem;
}
.company-intro-right{
	color: #fff;
}
.company-intro-grid{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-gap: 1.25rem;
}
.company-intro-card{
	background: linear-gradient(145deg, #1f2237 0%, #0b0f23 100%);
	border-radius: 1rem;
	padding: 1.5rem 1.25rem;
	box-shadow: 0 10px 25px rgba(0,0,0,0.35);
	min-height: 9.5rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.06);
	cursor: default;
	transition:
		transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.42s ease,
		border-color 0.35s ease,
		background 0.45s ease;
}
.company-intro-card::after{
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.4s ease;
	background: linear-gradient(135deg, rgba(243, 152, 0, 0.12) 0%, transparent 55%);
}
.company-intro-card:hover::after{
	opacity: 1;
}
/* 六张卡片：差异化悬停动效 */
.company-intro-grid .company-intro-card:nth-child(1):hover{
	transform: translateY(-10px) scale(1.02);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(243, 152, 0, 0.25);
	border-color: rgba(243, 152, 0, 0.35);
}
.company-intro-grid .company-intro-card:nth-child(2):hover{
	transform: translateY(-6px) translateX(4px);
	box-shadow: 0 16px 36px rgba(243, 152, 0, 0.12), 0 12px 28px rgba(0, 0, 0, 0.4);
	border-color: rgba(255, 255, 255, 0.18);
}
.company-intro-grid .company-intro-card:nth-child(3):hover{
	transform: translateY(-8px) rotate(-0.6deg);
	box-shadow: 0 20px 44px rgba(0, 0, 0, 0.48);
	border-color: rgba(120, 160, 255, 0.35);
}
.company-intro-grid .company-intro-card:nth-child(4):hover{
	transform: translateY(-12px) scale(1.03);
	box-shadow: 0 22px 50px rgba(0, 0, 0, 0.55);
	background: linear-gradient(155deg, #252a45 0%, #0e1428 100%);
	border-color: rgba(243, 152, 0, 0.22);
}
.company-intro-grid .company-intro-card:nth-child(5):hover{
	transform: translateY(-7px) scale(0.99);
	box-shadow: inset 0 0 0 1px rgba(243, 152, 0, 0.28), 0 14px 32px rgba(0, 0, 0, 0.42);
}
.company-intro-grid .company-intro-card:nth-child(6):hover{
	transform: translateY(-9px);
	box-shadow: 0 18px 42px rgba(243, 152, 0, 0.15), 0 8px 24px rgba(0, 0, 0, 0.35);
	border-color: rgba(243, 152, 0, 0.4);
}
.company-intro-card-title{
	font-size: 1.15rem;
	font-weight: 600;
	margin-bottom: 0.75rem;
	color: #fff;
	transition: color 0.3s ease, text-shadow 0.35s ease;
}
.company-intro-card-desc{
	font-size: 0.9rem;
	color: rgba(255,255,255,0.78);
	line-height: 1.7;
	transition: color 0.35s ease;
}
.company-intro-card:hover .company-intro-card-desc{
	color: rgba(255, 255, 255, 0.9);
}
.company-intro-card:hover .company-intro-card-title{
	color: #fff;
	text-shadow: 0 0 20px rgba(243, 152, 0, 0.25);
}

/* ===== fullPage 入场：待机位用 translate 移出视区（不用 opacity 做隐藏） ===== */
.section-banner .banner-brand:not(.animated),
.section-banner .banner-title:not(.animated),
.section-banner .banner-subtitle:not(.animated){
	transform: translate3d(0, 2.75rem, 0);
	visibility: hidden;
	pointer-events: none;
}
.section-banner .banner-desc li:not(.animated){
	transform: translate3d(-2.5rem, 0, 0);
	visibility: hidden;
	pointer-events: none;
}
.section-pro .section-hd .section-title:not(.animated),
.section-pro .company-intro-subtitle:not(.animated),
.section-pro .company-intro-left p:not(.animated){
	transform: translate3d(0, 3rem, 0);
	visibility: hidden;
	pointer-events: none;
}
.section-pro .company-intro-card:not(.animated){
	transform: translate3d(0, 3.25rem, 0);
	visibility: hidden;
	pointer-events: none;
}
.section-shop .home-shop-box > .section-hd .section-title:not(.animated),
.section-shop .home-shop-box > .section-hd .section-desc:not(.animated){
	transform: translate3d(0, 2.5rem, 0);
	visibility: hidden;
	pointer-events: none;
}
.section-shop .partner-shop-list{
	transform: translate3d(0, 3.5rem, 0);
	visibility: hidden;
	pointer-events: none;
	transition: transform 0.65s cubic-bezier(0.32, 0.72, 0, 1);
}
.section-shop .partner-shop-list.is-revealed{
	transform: translate3d(0, 0, 0);
	visibility: visible;
	pointer-events: auto;
}
.section5 .section-title:not(.animated),
.section5 .section-desc:not(.animated){
	transform: translate3d(0, 2.5rem, 0);
	visibility: hidden;
	pointer-events: none;
}
.section5 .about-us-text p:not(.animated),
.section5 .about-us-gallery-item:not(.animated){
	transform: translate3d(0, 2.75rem, 0);
	visibility: hidden;
	pointer-events: none;
}
.section-joinplus .section-title:not(.animated),
.section-joinplus .section-desc:not(.animated),
.section-joinplus .joinplus-card:not(.animated),
.section-joinplus .joinplus-process:not(.animated),
.section-joinplus .joinplus-step:not(.animated),
.section-joinplus .joinplus-action:not(.animated){
	transform: translate3d(0, 2.75rem, 0);
	visibility: hidden;
	pointer-events: none;
}
.section-contact .section-title:not(.animated),
.section-contact .section-desc:not(.animated),
.section-contact .job-t:not(.animated),
.section-contact .job-item:not(.animated),
.section-contact .contact-phone:not(.animated),
.section-contact .qrcode:not(.animated),
.section-contact .copyright:not(.animated){
	transform: translate3d(0, 2.75rem, 0);
	visibility: hidden;
	pointer-events: none;
}

/* 离场：较慢的位移动画（由 JS 加 .fp-exiting，结束后再卸 class） */
.section-banner.fp-exiting .banner-brand.animated,
.section-banner.fp-exiting .banner-title.animated,
.section-banner.fp-exiting .banner-subtitle.animated{
	transition: transform 0.88s cubic-bezier(0.4, 0, 0.2, 1) !important;
	transform: translate3d(0, -3rem, 0) !important;
	animation: none !important;
	visibility: visible !important;
}
.section-banner.fp-exiting .banner-desc li.animated{
	transition: transform 0.88s cubic-bezier(0.4, 0, 0.2, 1) !important;
	transform: translate3d(-2.25rem, 0, 0) !important;
	animation: none !important;
	visibility: visible !important;
}
.section-pro.fp-exiting .section-hd .section-title.animated,
.section-pro.fp-exiting .company-intro-subtitle.animated,
.section-pro.fp-exiting .company-intro-left p.animated{
	transition: transform 0.88s cubic-bezier(0.4, 0, 0.2, 1) !important;
	transform: translate3d(0, 4rem, 0) !important;
	animation: none !important;
	visibility: visible !important;
}
.section-pro.fp-exiting .company-intro-card.animated{
	transition: transform 0.88s cubic-bezier(0.4, 0, 0.2, 1) !important;
	transform: translate3d(0, 5rem, 0) scale(0.97) !important;
	animation: none !important;
	visibility: visible !important;
}
.section-pro.fp-exiting .company-intro-grid .company-intro-card:nth-child(1){ transition-delay: 0s !important; }
.section-pro.fp-exiting .company-intro-grid .company-intro-card:nth-child(2){ transition-delay: 0.05s !important; }
.section-pro.fp-exiting .company-intro-grid .company-intro-card:nth-child(3){ transition-delay: 0.1s !important; }
.section-pro.fp-exiting .company-intro-grid .company-intro-card:nth-child(4){ transition-delay: 0.15s !important; }
.section-pro.fp-exiting .company-intro-grid .company-intro-card:nth-child(5){ transition-delay: 0.2s !important; }
.section-pro.fp-exiting .company-intro-grid .company-intro-card:nth-child(6){ transition-delay: 0.25s !important; }

.section-shop.fp-exiting .home-shop-box > .section-hd .section-title.animated,
.section-shop.fp-exiting .home-shop-box > .section-hd .section-desc.animated{
	transition: transform 0.88s cubic-bezier(0.4, 0, 0.2, 1) !important;
	transform: translate3d(0, 3.5rem, 0) !important;
	animation: none !important;
	visibility: visible !important;
}
.section-shop.fp-exiting .partner-shop-list.is-revealed{
	transition: transform 0.88s cubic-bezier(0.4, 0, 0.2, 1) !important;
	transform: translate3d(0, 4.5rem, 0) !important;
	visibility: visible !important;
}
.section5.fp-exiting .section-title.animated,
.section5.fp-exiting .section-desc.animated{
	transition: transform 0.88s cubic-bezier(0.4, 0, 0.2, 1) !important;
	transform: translate3d(0, 3rem, 0) !important;
	animation: none !important;
	visibility: visible !important;
}
.section5.fp-exiting .about-us-text p.animated,
.section5.fp-exiting .about-us-gallery-item.animated{
	transition: transform 0.88s cubic-bezier(0.4, 0, 0.2, 1) !important;
	transform: translate3d(0, 3.75rem, 0) !important;
	animation: none !important;
	visibility: visible !important;
}
.section5.fp-exiting .about-us-text p:nth-child(1){ transition-delay: 0s !important; }
.section5.fp-exiting .about-us-text p:nth-child(2){ transition-delay: 0.06s !important; }
.section5.fp-exiting .about-us-text p:nth-child(3){ transition-delay: 0.12s !important; }
.section5.fp-exiting .about-us-gallery-item:nth-child(1){ transition-delay: 0.16s !important; }
.section5.fp-exiting .about-us-gallery-item:nth-child(2){ transition-delay: 0.22s !important; }
.section5.fp-exiting .about-us-gallery-item:nth-child(3){ transition-delay: 0.28s !important; }
.section-joinplus.fp-exiting .section-title.animated,
.section-joinplus.fp-exiting .section-desc.animated,
.section-joinplus.fp-exiting .joinplus-card.animated,
.section-joinplus.fp-exiting .joinplus-process.animated,
.section-joinplus.fp-exiting .joinplus-step.animated,
.section-joinplus.fp-exiting .joinplus-action.animated{
	transition: transform 0.88s cubic-bezier(0.4, 0, 0.2, 1) !important;
	transform: translate3d(0, 3.8rem, 0) !important;
	animation: none !important;
	visibility: visible !important;
}
.section-joinplus.fp-exiting .joinplus-card:nth-child(1){ transition-delay: 0s !important; }
.section-joinplus.fp-exiting .joinplus-card:nth-child(2){ transition-delay: 0.05s !important; }
.section-joinplus.fp-exiting .joinplus-card:nth-child(3){ transition-delay: 0.1s !important; }
.section-joinplus.fp-exiting .joinplus-card:nth-child(4){ transition-delay: 0.15s !important; }
.section-joinplus.fp-exiting .joinplus-step:nth-child(1){ transition-delay: 0.12s !important; }
.section-joinplus.fp-exiting .joinplus-step:nth-child(2){ transition-delay: 0.18s !important; }
.section-joinplus.fp-exiting .joinplus-step:nth-child(3){ transition-delay: 0.24s !important; }
.section-joinplus.fp-exiting .joinplus-step:nth-child(4){ transition-delay: 0.3s !important; }
.section-contact.fp-exiting .section-title.animated,
.section-contact.fp-exiting .section-desc.animated,
.section-contact.fp-exiting .job-t.animated,
.section-contact.fp-exiting .job-item.animated,
.section-contact.fp-exiting .contact-phone.animated,
.section-contact.fp-exiting .qrcode.animated,
.section-contact.fp-exiting .copyright.animated{
	transition: transform 0.88s cubic-bezier(0.4, 0, 0.2, 1) !important;
	transform: translate3d(0, 3.5rem, 0) !important;
	animation: none !important;
	visibility: visible !important;
}

@media (prefers-reduced-motion: reduce) {
	.company-intro-card,
	.company-intro-card::after{
		transition: none;
	}
	.company-intro-grid .company-intro-card:nth-child(n):hover{
		transform: none;
	}
	.section-banner .banner-brand:not(.animated),
	.section-banner .banner-title:not(.animated),
	.section-banner .banner-subtitle:not(.animated),
	.section-banner .banner-desc li:not(.animated),
	.section-pro .section-hd .section-title:not(.animated),
	.section-pro .company-intro-subtitle:not(.animated),
	.section-pro .company-intro-left p:not(.animated),
	.section-pro .company-intro-card:not(.animated),
	.section-shop .home-shop-box > .section-hd .section-title:not(.animated),
	.section-shop .home-shop-box > .section-hd .section-desc:not(.animated),
	.section-shop .partner-shop-list,
	.section5 .section-title:not(.animated),
	.section5 .section-desc:not(.animated),
	.section5 .about-us-text p:not(.animated),
	.section5 .about-us-gallery-item:not(.animated),
	.section-joinplus .section-title:not(.animated),
	.section-joinplus .section-desc:not(.animated),
	.section-joinplus .joinplus-card:not(.animated),
	.section-joinplus .joinplus-process:not(.animated),
	.section-joinplus .joinplus-step:not(.animated),
	.section-joinplus .joinplus-action:not(.animated),
	.section-contact .section-title:not(.animated),
	.section-contact .section-desc:not(.animated),
	.section-contact .job-t:not(.animated),
	.section-contact .job-item:not(.animated),
	.section-contact .contact-phone:not(.animated),
	.section-contact .qrcode:not(.animated),
	.section-contact .copyright:not(.animated){
		transform: none !important;
		opacity: 1 !important;
		visibility: visible !important;
		pointer-events: auto !important;
	}
	.section-banner.fp-exiting .animated,
	.section-pro.fp-exiting .animated,
	.section-shop.fp-exiting .animated,
	.section-shop.fp-exiting .partner-shop-list,
	.section5.fp-exiting .animated,
	.section-joinplus.fp-exiting .animated,
	.section-contact.fp-exiting .animated{
		transform: none !important;
		transition: none !important;
		animation: none !important;
	}
	.section-pro .section-title.animated,
	.section-pro .company-intro-card.animated,
	.section-pro .company-intro-subtitle.animated,
	.section-pro .company-intro-left p.animated{
		animation: none !important;
		opacity: 1 !important;
		visibility: visible !important;
	}
}

/* 平板及以下：企业介绍栅格改为两列/一列，避免过挤 */
@media (max-width: 64rem) {
	.company-intro {
		min-height: auto;
		padding: 4rem 0;
	}
	.company-intro-grid{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 48rem) {
	.company-intro-grid{
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.company-intro-left{
		margin-bottom: 2rem;
	}
}

/* ===== 合作伙伴：logo 网格 + Swiper（对齐 jmHome index.vue 图片命名） ===== */
.section-shop .home-shop-box > .section-hd{
	position: relative;
	top: auto;
	z-index: 2;
	margin-bottom: 0.5rem;
}
/* 合作伙伴页：右侧内容区纵向排列并占满剩余宽度（避免 flex 横向把 Swiper 挤成 0 宽） */
.section-shop .home-shop-box{
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	flex: 1 1 auto;
	min-width: 0;
	min-height: 0;
	height: 100%;
	overflow: visible;
	padding-right: 2.4%;
	box-sizing: border-box;
}
.partner-shop-list{
	padding: 0 0 1.5rem;
	flex: 1 1 auto;
	min-width: 0;
	min-height: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
}
.partner-swiper-wrap{
	position: relative;
	width: 100%;
	flex: 0 1 auto;
	min-width: 0;
	min-height: 0;
	padding: 0 clamp(2.25rem, 4vw, 3.5rem);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper-partner{
	overflow: hidden;
	width: 100%;
	max-width: min(90rem, 96vw);
	min-height: 0;
	padding: 1rem 0;
	--swiper-navigation-color: #fff;
	--swiper-navigation-size: 22px;
	--swiper-theme-color: #f39800;
}
.swiper-partner .swiper-wrapper{
	align-items: center;
}
.swiper-partner .swiper-slide{
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.partner-logo-grid{
	display: grid;
	/* 宽屏 8 列 × 3 行 = 24 格/页，减少轮播点击次数 */
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: clamp(0.45rem, 0.9vw, 0.85rem) clamp(0.55rem, 1.1vw, 1rem);
	width: 100%;
	max-width: min(90rem, 96vw);
	margin: 0 auto;
	align-content: center;
	min-height: auto;
}
.partner-logo-item{
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0.75rem;
	aspect-ratio: 16 / 10;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(0.32rem, 0.75vw, 0.6rem) clamp(0.4rem, 0.9vw, 0.75rem);
	transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.partner-logo-item:hover{
	border-color: rgba(243, 152, 0, 0.45);
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
.partner-logo-item img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
}
.partner-logo-item--missing{
	font-size: 0.7rem;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	line-height: 1.25;
	padding: 0.35rem;
	align-items: center;
	justify-content: center;
}
.partner-logo-item--tip{
	padding: clamp(0.35rem, 0.75vw, 0.6rem);
	background: rgba(243, 152, 0, 0.06);
	border: 1px solid rgba(243, 152, 0, 0.2);
}
.partner-tip-card{
	width: 100%;
	max-width: 28rem;
	min-height: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(1.25rem, 2vw, 1.75rem);
	font-weight: 600;
	color: #f39800;
	letter-spacing: 0.06em;
	border: 1px dashed rgba(243, 152, 0, 0.45);
	border-radius: 1rem;
	background: rgba(243, 152, 0, 0.08);
}
/* 与 logo 同栅格内联展示，占满一格 */
.partner-tip-card--inline{
	max-width: none;
	min-height: 0;
	width: 100%;
	height: 100%;
	flex: 1;
	align-self: stretch;
	box-sizing: border-box;
	font-size: clamp(0.8rem, 1.35vw, 1.2rem);
	line-height: 1.3;
	text-align: center;
	padding: clamp(0.35rem, 0.9vw, 0.65rem);
	border-radius: 0.65rem;
}
.swiper-partner-prev,
.swiper-partner-next{
	width: 2.75rem;
	height: 2.75rem;
	margin-top: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}
.swiper-partner-prev:after,
.swiper-partner-next:after{
	font-size: 1rem;
}
.swiper-partner-prev:hover,
.swiper-partner-next:hover{
	background: rgba(243, 152, 0, 0.25);
}

/* 中宽屏改 6 列，避免 8 列过挤 */
@media (max-width: 80rem) {
	.partner-logo-grid{
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
}
@media (max-width: 64rem) {
	.partner-logo-grid{
		grid-template-columns: repeat(4, minmax(0, 1fr));
		min-height: auto;
	}
}
@media (max-width: 48rem) {
	.partner-swiper-wrap{
		padding: 0 2rem;
	}
	.partner-logo-grid{
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0.55rem 0.65rem;
		min-height: auto;
	}
	.partner-logo-item{
		aspect-ratio: 5 / 4;
		padding: 0.4rem 0.5rem;
	}
	.swiper-partner-prev,
	.swiper-partner-next{
		width: 2.25rem;
		height: 2.25rem;
	}
}

.section5{
	background-color: #000;
	position: relative;
}
.about-us-section{
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.about-us-bg{
	position: absolute;
	inset: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.38;
}
.about-us-overlay{
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.68) 0%, rgba(0,0,0,0.35) 45%, rgba(0,0,0,0.74) 100%);
}
.about-us-content{
	position: relative;
	z-index: 2;
	height: 100%;
	padding-top: 6rem;
	padding-bottom: 2.5rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.section5 .section-hd{
	margin-bottom: 1.2rem;
}
.section5 .section-title{
	color: #fff;
}
.section5 .section-desc{
	color: rgba(255,255,255,0.82);
}
.about-us-text{
	max-width: min(92rem, 95vw);
}
.about-us-text p{
	margin-bottom: 1rem;
	color: rgba(255,255,255,0.9);
	font-size: 0.95rem;
	line-height: 1.85;
}
.about-us-text p:last-child{
	margin-bottom: 0;
}
.about-us-gallery{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1.6rem;
}
.about-us-gallery-item{
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(255,255,255,0.14);
	border-radius: 0.85rem;
	overflow: hidden;
	position: relative;
	height: 15rem;
	transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}
.about-us-gallery-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 1.05s cubic-bezier(0.22, 0.61, 0.36, 1), filter 0.7s ease;
}
.about-us-gallery-caption{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3.4rem;
	padding: 0.9rem 0.95rem 0.75rem;
	color: #fff;
	font-size: 0.84rem;
	letter-spacing: 0.02em;
	background: linear-gradient(180deg, rgba(10, 13, 22, 0.45) 0%, rgba(10, 13, 22, 0.98) 75%);
	transition: height 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), background 0.3s ease;
	box-sizing: border-box;
}
.about-us-gallery-title{
	font-size: 0.95rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
	color: #fff;
}
.about-us-gallery-detail{
	color: rgba(255,255,255,0.78);
	line-height: 1.55;
	max-height: 4.9rem;
	opacity: 0;
	transform: translateY(0.5rem);
	overflow: hidden;
	transition: max-height 0.42s ease, opacity 0.3s ease, transform 0.35s ease;
}
.about-us-gallery-item:hover{
	border-color: rgba(243, 152, 0, 0.45);
	box-shadow: 0 14px 34px rgba(0,0,0,0.35);
	transform: translateY(-0.2rem);
}
.about-us-gallery-item:hover img{
	transform: scale(1.08);
	filter: brightness(0.95) saturate(1.02);
}
.about-us-gallery-item:hover .about-us-gallery-caption{
	height: 8.9rem;
	background: linear-gradient(180deg, rgba(10, 13, 22, 0.3) 0%, rgba(10, 13, 22, 0.98) 60%);
}
.about-us-gallery-item:hover .about-us-gallery-detail{
	max-height: 4.9rem;
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 64rem) {
	.about-us-content{
		padding-top: 5rem;
	}
	.about-us-gallery{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 48rem) {
	.about-us-section{
		height: auto;
		min-height: 100vh;
	}
	.about-us-content{
		padding-top: 4.6rem;
		padding-bottom: 2rem;
	}
	.about-us-text p{
		font-size: 0.86rem;
		line-height: 1.7;
	}
	.about-us-gallery{
		grid-template-columns: 1fr;
		gap: 0.75rem;
	}
	.about-us-gallery-item img{
		height: 8.5rem;
	}
	.about-us-gallery-item{
		height: auto;
	}
	.about-us-gallery-caption{
		position: static;
		height: auto;
		padding: 0.75rem 0.85rem 0.8rem;
		background: linear-gradient(180deg, rgba(10, 13, 22, 0.55) 0%, rgba(10, 13, 22, 0.98) 100%);
	}
	.about-us-gallery-detail{
		max-height: 7.2rem;
		opacity: 1;
		transform: none;
	}
	.about-us-gallery-item:hover{
		transform: none;
	}
	.about-us-gallery-item:hover img{
		transform: scale(1.02);
	}
}

.section-joinplus{
	background: #05070f;
	position: relative;
}
.joinplus-section{
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.joinplus-bg{
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 15% 20%, rgba(243,152,0,0.12), transparent 35%),
		radial-gradient(circle at 85% 75%, rgba(44,109,255,0.15), transparent 35%),
		linear-gradient(180deg, #0a0e1f 0%, #070b16 55%, #05070f 100%);
}
.joinplus-content{
	position: relative;
	z-index: 2;
	height: 100%;
	padding-top: 6rem;
	padding-bottom: 2.5rem;
	display: flex;
	flex-direction: column;
}
.section-joinplus .section-title{
	color: #fff;
}
.section-joinplus .section-desc{
	color: rgba(255,255,255,0.78);
}
.joinplus-grid{
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.9rem;
	margin-top: 1rem;
}
.joinplus-card{
	background: linear-gradient(165deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
	border: 1px solid rgba(255,255,255,0.12);
	border-radius: 0.9rem;
	padding: 1rem 0.95rem;
	min-height: 12.5rem;
}
.joinplus-icon{
	width: 2.8rem;
	height: 2.8rem;
	border-radius: 0.65rem;
	background: rgba(255,255,255,0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.7rem;
}
.joinplus-icon img{
	width: 1.6rem;
	height: 1.6rem;
	object-fit: contain;
}
.joinplus-card-title{
	font-size: 1.05rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0.55rem;
}
.joinplus-card-desc{
	color: rgba(255,255,255,0.78);
	font-size: 0.85rem;
	line-height: 1.65;
}
.joinplus-bottom{
	margin-top: 0.95rem;
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 0.9rem;
	position: relative;
	padding: 0.7rem;
	border-radius: 1rem;
}
.joinplus-bottom::before{
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 1rem;
	transform: scaleX(0.88) scaleY(0.96);
	opacity: 0;
	pointer-events: none;
	transition: transform 0.62s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.32s ease, box-shadow 0.62s ease;
}
.joinplus-bottom.is-frame-revealed::before{
	transform: scaleX(1) scaleY(1);
	opacity: 1;
}
.joinplus-process,
.joinplus-action{
	background: linear-gradient(165deg, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.02) 100%);
	border: 1px solid rgba(255,255,255,0.12);
	border-radius: 0.9rem;
	padding: 1rem 1rem 0.95rem;
}
.joinplus-process-title,
.joinplus-action-title{
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.7rem;
}
.joinplus-steps{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.6rem;
}
.joinplus-step{
	background: rgba(10,16,34,0.78);
	border: 1px solid rgba(255,255,255,0.09);
	color: rgba(255,255,255,0.88);
	border-radius: 0.65rem;
	padding: 0.55rem 0.65rem;
	font-size: 0.82rem;
	line-height: 1.45;
}
.joinplus-step span{
	color: #f39800;
	font-weight: 700;
	margin-right: 0.28rem;
}
.joinplus-action-desc{
	color: rgba(255,255,255,0.74);
	font-size: 0.84rem;
	line-height: 1.55;
	margin-bottom: 0.8rem;
}
.joinplus-btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 2.25rem;
	padding: 0 1rem;
	border-radius: 999rem;
	background: #f39800;
	color: #fff;
	text-decoration: none !important;
	font-size: 0.86rem;
	font-weight: 600;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.joinplus-btn:hover{
	background: #ffab24;
	color: #fff;
	transform: translateY(-0.08rem);
	box-shadow: 0 8px 20px rgba(243,152,0,0.35);
}

@media (max-width: 64rem) {
	.joinplus-content{
		padding-top: 5rem;
	}
	.joinplus-grid{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.joinplus-bottom{
		grid-template-columns: 1fr;
	}
}

@media (max-width: 48rem) {
	.joinplus-section{
		height: auto;
		min-height: 100vh;
	}
	.joinplus-content{
		padding-top: 4.6rem;
		padding-bottom: 2rem;
	}
	.joinplus-grid{
		grid-template-columns: 1fr;
		gap: 0.7rem;
	}
	.joinplus-card{
		min-height: auto;
		padding: 0.85rem 0.8rem;
	}
	.joinplus-card-title{
		font-size: 0.98rem;
	}
	.joinplus-card-desc{
		font-size: 0.8rem;
		line-height: 1.55;
	}
	.joinplus-steps{
		grid-template-columns: 1fr;
	}
}

.section-shop .section-hd{
	position: absolute;
	z-index: 9;
	top: 50px;
}
.section-shop .section-title{
	color: #fff;
}
.section-shop .section-desc{
	color: #f9f9f9;
}
.home-shop{
	overflow: hidden;
	height: 100vh;
	display: flex;
}
.home-shop-box{
	position: relative;
	display: flex;
	width: 88%;
}
.shop-map-box{
	position: relative;
	flex: 0 0 calc(100% - 22.5rem);
	display: flex;
}
.shop-map{
	position: relative;
	
}
.shop-count-list{
    flex: 0 0 22.5rem;
    padding-top: 9.375rem;
    color: rgba(255,255,255,0.6);
    font-size: 1rem;
}
.shop-count-item{
    margin-bottom: 0.9375rem;
    display: flex;
    align-items: center;
}
.shop-count-item span{
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
}
.shop-count-item:before{
    content:"";
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 0.375rem;
    background-color: #f39800;
    display: block;
    margin-right: 0.625rem;
}
.home-shop-list{
	flex: 0 0 22.5rem;
	height: 100vh;
	overflow-y: auto;
}
.home-shop .section-hd{
	margin-top: 1.875rem;
}
.shop-dot{
	position: absolute;
	width: 1rem;
	height: 1rem;
	--pulse-delay: 0s;
}
.shop-dot-dot{
	position: absolute;
	width: 1rem;
	height: 1rem;
	border-radius: 6.25rem;
	background-color: #f39800;
	cursor: pointer;
	display: block;
	text-decoration: none;
}
.shop-dot-dot::before,
.shop-dot-dot::after {
  content: '';
  position: absolute;
  left: -0.5rem;
	top: -0.5rem;
  width: 2rem;
  height: 2rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2rem;
}
.shop-dot-dot::before {
  transform: scale(0);
  animation: wave 2.4s infinite linear;
  animation-delay: var(--pulse-delay);
}
.shop-dot-dot::after {
  animation: wave 2.4s infinite linear;
  animation-delay: calc(var(--pulse-delay) + 0.12s);
  opacity: 0.55;
}
.shop-dot-item{
	position: absolute;
	bottom: 2rem;
	background-color: #f39800;
	color: #fff;
	border-radius: 0.75rem;
	height: 3.125rem;
	text-align: center;
	line-height: 3.125rem;
	width: 7.5rem;
	display: none;
	font-size: 0.875rem;
}
.shop-dot:hover .shop-dot-item{
	display: block;
}
.shop-beijing{
	left: 63%;
    top: 42.5%;
	--pulse-delay: 0s;
}
.shop-shanghai{
	left: 72.5%;
  top: 60%;
	--pulse-delay: 0.2s;
}
.shop-shandong{
	left: 66%;
  top: 51%;
	--pulse-delay: 0.4s;
}
.shop-jiangsu{
	left: 70%;
  top: 57%;
	--pulse-delay: 0.6s;
}
.shop-liaoning{
	left: 73%;
  top: 40%;
	--pulse-delay: 0.8s;
}
.shop-zhejiang{
	left: 70.5%;
  top: 64%;
	--pulse-delay: 1s;
}
.shop-xinjiang{
	left: 18.5%;
	top: 35%;
	--pulse-delay: 1.2s;
}
.shop-shanxi{
	left: 52%;
  top: 54%;
	--pulse-delay: 1.4s;
}
.shop-jiangxi{
	left: 64.5%;
    top: 45%;
	--pulse-delay: 1.6s;
}
.shop-42{
	left: 53%;
  top: 85%;
	--pulse-delay: 1.8s;
}
.shop-43{
	left: 59%;
  top: 55%;
	--pulse-delay: 2s;
}
.shop-44{
	left: 56.5%;
  top: 49%;
	--pulse-delay: 2.2s;
}
.shop-map-img{
	height: 100vh;
}
.home-shop-item{
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 25vh;
	color: #fff !important;
	text-decoration: none !important;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	border: 5px solid #000;
	box-sizing: border-box;
	transition: all 0.3s ease;
}
.home-shop-item:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,1);
	transition: background-color 0.3s ease;
}
.home-shop-item:hover{
	border: 5px solid #f39800;
}
.home-shop-item:hover:before{
	background-color: rgba(0,0,0,0.8);
}
.home-shop-item .shop-title{
	position: relative;
	z-index: 1;
	font-size: 18px;
}
.home-shop-item .shop-address{
	position: relative;
	z-index: 1;
	font-size: 13px;
}
.home-shop-item .shop-time{
	position: relative;
	z-index: 1;
	font-size: 13px;
}
.home-shop-item .shop-tel{
	position: relative;
	z-index: 1;
	font-size: 13px;
}
.shop-box-title{
	font-family: Impact;
	font-size: 300px;
	line-height: 1;
	color: rgba(255,255,255,.08);
	position: absolute;
	left: 0;
	bottom: 0;
}
.shop-num{
	display: flex;
	flex-wrap: wrap;
}
.shop-num-item{
	opacity: 0;
	/* background-color: #222238; */
	background: linear-gradient(45deg, #340076 0%, #0d063a 100%);
	color: #fff;
	width: 48%;
	font-size: 16px;
	padding: 20px;
	margin-bottom: 10px;
	margin-right: 4%;
	border-radius: 8px;
	color: #a6a6af;
	cursor: pointer;
	transition: all 0.3s ease;
}
.shop-num-item:nth-child(2n){
	margin-right: 0;
}
.shop-num-item:hover{
	color: #fff;
	background: linear-gradient(45deg, #0d063a 0%, #340076 100%);
}
.shop-num-item:nth-child(1){
	-webkit-animation-delay:0.2s;
	animation-delay:0.2s;
}
.shop-num-item:nth-child(2){
	-webkit-animation-delay:0.4s;
	animation-delay:0.4s;
}
.shop-num-item:nth-child(3){
	-webkit-animation-delay:0.6s;
	animation-delay:0.6s;
}
.shop-num-item:nth-child(4){
	-webkit-animation-delay:0.8s;
	animation-delay:0.8s;
}
.shop-num-item:nth-child(5){
	-webkit-animation-delay:1s;
	animation-delay:1s;
}
.shop-num-item:nth-child(6){
	-webkit-animation-delay:1.2s;
	animation-delay:1.2s;
}
.shop-num-item:nth-child(7){
	-webkit-animation-delay:1.4s;
	animation-delay:1.4s;
}
.shop-num-item:nth-child(8){
	-webkit-animation-delay:1.6s;
	animation-delay:1.6s;
}
.shop-num-item:nth-child(9){
	-webkit-animation-delay:1.8s;
	animation-delay:1.8s;
}
.shop-box{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -450px;
	z-index: 9;
	background-color: #fff;
	transition: all 0.5s ease;
	height: 400px;
	background-color: #222238;
	color: #fff;
	border: 1px solid rgba(255,255,255,0.1);
}
.shop-box.open{
	bottom: 0;
}
.shop-list{
	padding: 30px 0;
}
.swiper-shop{
	--swiper-navigation-color: #fff;
	--swiper-navigation-size: 24px;
	cursor: pointer;
}
.shop-close{
	position: absolute;
	width: 100px;
	height: 50px;
	background-color: #222238;
	color: #fff;
	border-left: 1px solid rgba(255,255,255,0.1);
	border-right: 1px solid rgba(255,255,255,0.1);
	border-top: 1px solid rgba(255,255,255,0.1);
	left: calc(50% - 50px);
	bottom: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px;
	cursor: pointer;
}
.shop-close img{
	width: 32px;
}
.shop-item{
	padding: 0 15px;
	opacity: 0.5;
	transition: 0.5s ease;
}
.shop-item:hover{
	opacity: 1;
}
.shop-item .shop-img{
	margin-bottom: 10px;
}
.shop-item .shop-title{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}
.shop-address{
	font-size: 13px;
}
.shop-time{
	font-size: 13px;
}
.shop-tel{
	font-size: 13px;
}

.home-join{
	overflow: hidden;
	height: 100vh;
	display: flex;
}
.home-join-box{
	width: 88%;
	overflow: hidden;
}
.home-join-item{
	position: relative;
	height: 100vh;
	cursor: move;
	display: block;
	text-decoration: none !important;
}
.home-join-item:hover .join-item-bg{
	bottom: 32vh;
	border: 10px solid #f39800;
}
.home-join-item:hover .join-item-bg:before{
	background-color: rgba(0,0,0,0);
}
.home-join-item:hover .job-item-box{
	bottom: 0;
}
.join-item-bg{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: bottom 0.3s ease-in-out;
}
.join-item-bg:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	transition: all 0.3s;
}
.job-item-box{
    width: 100%;
	position: absolute;
	height: 32vh;
	padding: 24px 40px;
	background: #f39800;
	bottom: -32vh;
	top: initial;
	transition: bottom 0.3s;
}
.join-item-title{
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
}
.join-item-desc{
	font-size: 14px;
	line-height: 2;
	color: #fff;
}
.job-t{
    color: #fff;
    margin-bottom: 20px;
}

.join-list{
	display: flex;
	background-color: #0a0637;
	border-radius: 20px;
	position: relative;
}
.join-item{
	flex: 1;
	position: relative;
	background-color: #0a0637;
	z-index: 2;
}

.join-item.showModal .page-about-join-item-modal{
    display: block;
    cursor: auto;
}


/* .join-item{
	cursor: pointer;
	flex: 1;
	position: relative;
}
.join-item:hover .job-item-box{
	height: 50vh;
	background-color: #fff;
}
.join-item:hover .job-item-box .join-item-title{
	color: #000;
}
.join-item:hover .join-item-bg{
	opacity: 1;
}
.job-item-box{
	position: absolute;
	z-index: 1;
	height: 40vh;
	bottom: 0;
	padding: 40px;
	transition: all 0.3s;
}
.join-item-title{
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	color: #fff;
}
.join-item-desc{
	font-size: 14px;
	line-height: 2;
	color: #999;
}

.join-item-bg {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto 100%;
	transition: all 0.3s;
	opacity: 0.1;
} */
.join-item-bg1{
	background-image: url(../image/join-img1.jpg);
}
.join-item-bg2{
	background-image: url(../image/join-img2.jpg);
}
.join-item-bg3{
	background-image: url(../image/join-img3.jpg);
}
.join-item-bg4{
	background-image: url(../image/join-img4.jpg);
}
.join-item-bg5{
	background-image: url(../image/join-img5.jpg);
}
.join-item-bg6{
	background-image: url(../image/join-img6.jpg);
}

.section-contact{
	background-image: url(../image/contact-bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto 100%;
	background-color: #000;
}
.home-contact{
	overflow: hidden;
	height: 100vh;
	display: flex;
}
.home-contact-box{
	width: 88%;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.footer{
	/* background-image: linear-gradient(#fff, #9198e5); */
	padding-top: 50px;
	padding-bottom: 30px;
}
.home-copyright{
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}
.copyright{
	font-size: 14px;
	color: rgb(71, 84, 103);
	-webkit-animation-delay:0.25s;
	animation-delay:0.25s;
	opacity: 0;
}
.copyright a{
	color: rgb(71, 84, 103);
	text-decoration: underline;
}
.job-list{}
.job-item{
	opacity: 0;
	display: block;
	margin-bottom: 10px;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	text-decoration: none !important;
	transition: all 0.3s;
	background-image: linear-gradient(45deg, #333 0%, #444 100%);
	/* box-shadow: 0px 0px 15px rgba(0,0,0,0.1); */
}
.job-item:last-child{
	margin-bottom: 0;
}
.job-item:nth-child(1){
	/*background-image: linear-gradient(135deg, #f0f0ff, #fff);*/
	-webkit-animation-delay:0.05s;
	animation-delay:0.05s;
}
.job-item:nth-child(2){
	/*background-image: linear-gradient(135deg, #fef9cf, #fff);*/
	-webkit-animation-delay:0.12s;
	animation-delay:0.12s;
}
.job-item:nth-child(3){
	/*background-image: linear-gradient(135deg, #e1fecf, #fff);*/
	-webkit-animation-delay:0.2s;
	animation-delay:0.2s;
}
.job-item:hover{
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.job-hd{
	display: flex;
	align-items: center;
}
.job-icon img{
	width: 2rem;
	font-size: 16px;
	color: rgb(32, 32, 37);
	font-weight: 600;
	margin-bottom: 10px;
}
.job-title{
	font-size: 16px;
	color: #fff;
}
.job-desc{
	font-size: 13px;
	color: #ccc;
}
.contact-info{
	color: #fff;
}
.contact-phone{
	margin-top: 80px;
	margin-bottom: 30px;
	-webkit-animation-delay:0.1s;
	animation-delay:0.1s;
	opacity: 0;
}
.phone-number{
	font-size: 22px;
}
.phone-time{
	font-size: 14px;
}
.qrcode{
	display: flex;
	margin-bottom: 30px;
	-webkit-animation-delay:0.16s;
	animation-delay:0.16s;
	opacity: 0;
}
.qrcode-item{
	margin-right: 20px;
	font-size: 12px;
}
.qrcode-item img{
	width: 120px;
	height: 120px;
}
.qrcode-item .t{
	text-align: center;
	margin-top: 5px;
}
.page-join{
	color: #fff;
}
.page-indexpro{
    color: #fff;
    padding-left: 12%;
    height: 100vh;
}
.page-shop,.page-pro,.page-news{
	color: #fff;
	padding-top: 150px;
	padding-left: 12%;
}
.page-header2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2rem;
}
.page-header{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 2rem;
}
.page-name{
	position: relative;
}
.page-name-cn{
	font-size: 2rem;
	font-weight: 600;
	background: -webkit-linear-gradient(to right, #fff, #333);
	background: linear-gradient(to right, #fff, #333);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}
.page-name-en{
	font-size: 2rem;
	line-height: 1;
	font-weight: 600;
	background: -webkit-linear-gradient(to right, #fff, #333);
	background: linear-gradient(to right, #fff, #333);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}
.page-cate ul{
	margin: 0;
	padding: 0;
}
.page-cate ul{
	display: flex;
	align-items: center;
}
.page-cate ul li{
	list-style: none;
	margin-left: 1rem;
}
.page-cate ul li a{
	color: #fff;
	font-size: 13px;
	text-decoration: none !important;
	transition: all 0.5s;
}
.page-cate ul li a.active{
	color: #f39800;
}
.page-cate ul li a:hover{
	color: #f39800;
}
.page-shop-cateitem{
    position: relative;
    text-decoration: none !important;
    margin-bottom: 50px;
    display: block;
	color: #fff;
	transition: transform 0.5s ease;
}
.page-shop-cateitem:hover {
    transform: scale(1.2);
}
.page-shop-cateitem-thumb{
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    bottom: -20px;
}
.page-shop-cateitem-thumb-img1{
    display: block;
}
.page-shop-cateitem-thumb-img2{
    display: none;
}
.page-shop-cateitem:hover .page-shop-cateitem-thumb-img1{
    display: none;
}
.page-shop-cateitem:hover .page-shop-cateitem-thumb-img2{
    display: block;
}
.page-shop-cateitem-thumb img{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    
}
.page-shop-cateitem-content{
    padding: 30px 15px 15px 15px;
    border-radius: 16px;
}
.page-shop-cateitem-name{
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
	text-align: center;
}
.page-shop-cateitem-name::after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -12px;
	width: 24px;
	height: 2px;
	background-color: #f39800;
	transition: all 0.3s;
}
.page-shop-item{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	/*background: linear-gradient(45deg, #333 0%, #444 100%);*/
	border-radius: 20px;
	/*padding: 3rem 2rem 0.5rem 2rem;*/
	/*height: 500px;*/
	margin-bottom: 30px;
	color: #fff;
	text-decoration: none !important;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
	background: #333;
}
.page-shop-item:hover{
	background: #f39800;
}
.page-shop-item:hover .page-shop-item-content::before{
	animation-name: lightEffect;
}
.page-shop-item-thumb{
    
}
.page-shop-item-bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.5s;
}
.page-shop-item-bg::before{
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(0deg, #000 10%, transparent 60%);
}
.page-shop-item-index{
	font-size: 2rem;
	line-height: 3rem;
	color: #fff;
	display: block;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	position: relative;
	margin-bottom: 1.5rem;
	position: relative;
	z-index: 2;
}
.page-shop-item-index::after{
	content: "";
	display: block;
	width: 24px;
	height: 2px;
	background-color: #f39800;
	transition: all 0.3s;
}
.page-shop-item-name{
	color: #fff;
	font-size: 1.2rem;
	font-weight: 900;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
}
.page-shop-item-name::after{
	content: "";
	display: block;
	width: 24px;
	height: 2px;
	background-color: #f39800;
	transition: all 0.3s;
}
.page-shop-item-content{
    position: relative;
    padding: 20px;
}
.page-shop-item-content::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
	opacity: 0;
	animation-duration: 2s;
	animation-timing-function: ease-out;

}
.page-shop-item-line-group{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.page-shop-item-address{
	color: #eee;
	font-size: 14px;
	display: flex;
	height: 42px;
	position: relative;
	z-index: 2;
	transition: all 0.3s;
}
.page-shop-item-line{
	color: #eee;
	font-size: 14px;
	display: flex;
	position: relative;
	z-index: 2;
	transition: all 0.3s;
}
.page-shop-item-line .icon{
	margin-right: 10px;
}
.page-shop-item:hover{
	background-position: 0;
}
.page-shop-item:hover .page-shop-item-index::after{
	
	width: 48px;
}
.page-shop-item:hover .page-shop-item-line{
	color: #fff;
}
.page-shop-item:hover .page-shop-item-bg{
	right: 0;
}

.shop-detail-hd{
    padding: 0 0 30px 0;
    color: #fff;
}
.shop-detail-hd-title{
    font-size: 28px;
    text-align: center;
}
.shop-detail-hd-opentime{
    font-size: 16px;
    text-align: center;
}
.shop-imgs{
    height: 100vh;
	overflow: hidden;
	position: relative;
	--swiper-theme-color: #f39800;
	--swiper-navigation-color: #fff;
	--swiper-navigation-size: 24px;
}
.shop-imgs-small{
	margin-top: 10px;
	overflow: hidden;
}
.shop-imgs-small .swiper-slide{

	height: 80px;
	opacity: 0.6;
}
.shop-imgs-small .swiper-slide-thumb-active {
	opacity: 1;
}
.shop-imgs .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.shop-imgs-small .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.shop-detail-info-item{
    color: #fff;
    padding: 50px 0;
    font-size: 14px;
}
.shop-detail-info-title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.shop-detail-info-phone{
    color: #f39800;
    font-size: 18px;
}
.shop-detail-info-address{
    margin-bottom: 10px;
}
.shop-detail-info-phone{
    margin-bottom: 10px;
}
.shop-detail-info-map{
    cursor: pointer;
}
.shop-detail-info-help{
    margin-bottom: 10px;
}
.shop-detail-info-get a{
    color: #f39800;
}


.all-copyright{
	color: #666;
	text-align: center;
	font-size: 14px;
}
.all-copyright a{
	color: #666;
	text-decoration: underline;
}


/* äº§å“ */
.page-pro-subcate{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}
.page-pro-subitem{
	font-size: 14px;
	color: #fff !important;
	background: linear-gradient(45deg, #340076 0%, #0d063a 100%);
	text-decoration: none !important;
	padding: 5px 10px;
	margin-bottom: 1rem;
	border-radius: 10px;
	margin-right: 1rem;
}
.page-pro-subitem.active,
.page-pro-subitem:hover{
	background: #f39800;
}
.page-pro-item{
	display: block;
	color: #fff !important;
	background: linear-gradient(45deg, #333 0%, #000 100%);
	text-decoration: none !important;
	border-radius: 20px;
	overflow: hidden;
	transition: all 0.5s;
	border: 5px solid #000;
}
.page-pro-item:hover{
	background: #f39800;
	border: 5px solid #f39800;
}
.page-pro-item-img{
	overflow: hidden;
}
.page-pro-item-img img{
	transition: all 0.5s;
}
.page-pro-item:hover .page-pro-item-img img{
	transform: scale(1.1);
}
.page-pro-item-name{
	text-align: center;
	font-size: 0.875rem;
	padding: 1rem;
}
.page-pro-cate{}
.page-pro-cate .page-pro-cate-item{
	display: block;
	margin-bottom: 2rem;
	border-radius: 20px;
	overflow: hidden;
	background: linear-gradient(45deg, #333 0%, #000 100%);
	text-decoration: none;
	height: 100%;
	transition: background 0.3s;
}
.page-pro-cate .page-pro-cate-item:hover{
	background: #f39800;
}
.page-pro-cate-item-img1{
    width: 100%;
    display: none;
}
.page-pro-cate-item-img2{
    width: 100%;
    display: block;
}
.page-pro-cate-item-img:hover .page-pro-cate-item-img1{
    display: block;
}
.page-pro-cate-item-img:hover .page-pro-cate-item-img2{
    display: none;
}
.page-pro-cate .page-pro-cate-item:hover .page-pro-cate-item-content::before{
	animation-name: lightEffect;
}
.page-pro-cate-item-content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 2rem;
	position: relative;
}
.page-pro-cate-item-content::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
	opacity: 0;
	animation-duration: 2s;
	animation-timing-function: ease-out;

}
@keyframes lightEffect {
  0% {
    width: 0%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
.page-pro-cate-item-name {
  color: #fff;
  font-size: 3rem;
  font-weight: 900;
  position: relative;
  z-index: 2;
}
.page-pro-cate-item-line{
	width: 40px;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	margin-bottom: 2rem;
}
.page-pro-cate-item-desc{
	font-size: 0.875rem;
	color: rgba(255,255,255,0.5);
}
.page-pro-cate-item-view{
	font-size: 15px;
	color: #fff;
	padding: 10px 20px;
	border-radius: 100px;
	border: 1px solid #fff;
}


/* æ–°é—»ä¸­å¿ƒ */
.page-news-item{
	display: block;
	text-decoration: none !important;
	margin-bottom: 2rem;
	border-radius: 20px;
	overflow: hidden;
}
.page-news-item-content{
	background: linear-gradient(45deg, #340076 0%, #0d063a 100%);
	padding: 1.5rem;
}
.page-news-item-title{
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 0.875rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.page-news-item-desc{
	color: rgba(255,255,255,0.6);
	font-size: 0.875rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-show{
	background: linear-gradient(45deg, #333 0%, #111 100%);
	padding: 1.5rem;
	border-radius: 20px;
}
.news-show-title{
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 0.875rem;
	color: #fff;
}
.news-show-time{
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.875rem;
	margin-bottom: 0.875rem;
}
.news-show-content{
	color: rgba(255, 255, 255, 0.85);
}
.news-show-content img{
	max-width: 100%;
	margin: 0 auto;
}
.loc{
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.75rem;
	margin-bottom: 0.875rem;
}
.loc a{
	color: rgba(255, 255, 255, 0.5);
}
.loc a:hover{
	color: #f39800;
}
.right-bar{
	background: linear-gradient(45deg, #333 0%, #111 100%);
	padding: 1.5rem;
	border-radius: 20px;
}
.right-bar-title{
	margin-bottom: 0.875rem;
}
.right-bar-item2{
	font-size: 0.75rem;
	margin-bottom: 0.875rem;
}
.call-us{
	display: inline-flex;
	font-size: 0.75rem;
	color: #fff !important;
	background-color: #f39800;
	height: 50px;
	padding: 0 50px;
	border-radius: 10px;
	align-items: center;
	text-decoration: none !important;
	position: relative;
	overflow: hidden;
}
.call-us span{
	position: relative;
	z-index: 1;
}
.call-us::after{
	position: absolute;
	left: 0;
	right: 100%;
	content: "";
	display: block;
	width: 0;
	transition: width 0.5s ease-in-out;
}
.call-us:hover::after{
	content: "";
	position: absolute;
	right: 100%;
	display: block;
	width: 100%;
	height: 50px;
	background-color: #333;
}
.right-bar-item{
	display: flex;
	text-decoration: none !important;
	margin-bottom: 20px;
}
.right-bar-item-thumb{
	width: 60px;
	height: 60px;
	margin-right: 15px;
}
.right-bar-item-content{
    flex: 1;
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.5);
}
.shop-ditu{
	background: linear-gradient(45deg, #333 0%, #111 100%);
	padding: 1.5rem;
	border-radius: 20px;
	margin-top: 30px;
	overflow: hidden;
	width: 100%;
}

/* å…¬å¸ç®€ä»‹ */
.page-about-company{
	position: relative;
	height: 100vh;
}
.page-about-company::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
}
#companyVideo{
	width: 100%;
}
.page-about-company-content{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}
.page-about-company-title{
	font-family: "HYLanHeiHeiW";
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	background-color: #f39800;
	display: inline-block;
	padding: 1rem;
	border-radius: 20px;
	margin-bottom: 1rem;
}
.page-about-company-slogn{
	color: #fff;
	margin-bottom: 0.5rem;
}
.page-about-company-desc{
	color: #fff;
	font-size: 0.875rem;
}
.swiper-pro-play{
	position: absolute !important;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.btn-play-video{
	margin-top: 2rem;
	width: 80px;
	height: 80px;
	border-radius: 80px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.btn-play-video::before,
.btn-play-video::after {
  content: '';
  position: absolute;
  left: 0;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 80px;
}
.btn-play-video::before {
  transform: scale(0);
  animation: wave 1s infinite linear;
}

.btn-play-video::after {
  animation: wave 1s infinite 0.5s linear;
}
@keyframes wave {
  0% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.page-about-brand{
	margin-top: 8rem;
}
.page-about-culture{
	margin-top: 8rem;
	margin-bottom: 8rem;
}
.page-about-culture-en{
	font-size: 3rem;
	font-weight: 600;
	color: #fff;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.page-about-culture-cn{
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0.875rem;
}
.page-about-culture-content{
	color: #fff;
	margin-bottom: 30px;
}
.pagination{
    display: flex;
    justify-content: center;
}
.pagination li{
    margin-left:5px;
    margin-right:5px;
    color: #999;
}
.pagination li a{
    color: #999;
}
.pagination li.active a{
    color: #f39800;
}
.page-about-culture-list2{
    display: flex;
    flex-wrap: wrap;
}
.page-about-culture-item2{
    background: linear-gradient(45deg, #333 0%, #000 100%);
	border-radius: 20px;
	padding: 2rem;
	margin-bottom: 1rem;
	color: #fff;
	width: 49%;
	margin-right: 2%;
}
.page-about-culture-item{
	background: linear-gradient(45deg, #333 0%, #000 100%);
	border-radius: 20px;
	padding: 2rem;
	margin-bottom: 1rem;
	color: #fff;
}
.page-about-culture-item2:nth-child(2n){
	margin-right: 0;
}
.page-about-culture-item-title{
	color: #fff;
	font-size: 1rem;
	margin-bottom: 1rem;
	position: relative;
}
.page-about-culture-item-title:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
	display: block;
	width: 3px;
	height: 10px;
	background: #f39800;
	transition: width 0.5s ease-in-out;
}
page-about-culture-item:hover .page-about-culture-item-title:before{
	width: 80px;
}
.page-about-culture-item-desc{
	color: rgba(255,255,255,0.85);
	font-size: 0.75rem;
}

.page-about-history{
	height: 100vh;
	padding: 5rem 0;
	overflow: hidden;
	background-image: url("../image/history-bg.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.swiper-history .swiper-slide{
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.swiper-history .swiper-slide::before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.page-about-history-item{
	color: #fff;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.page-about-history-content{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 100px;
	width: 500px;
}
.page-about-history-year{
	font-size: 3rem;
	letter-spacing: .04em;
	line-height: 1.2;
	font-weight: 600;
}
.page-about-history-title{
	font-size: 1rem;
	margin-top: 1rem;
}
.page-about-history-img{
	width: 500px;
}
.swiper-history-small{

}
.swiper-history-small .swiper-wrapper{
	border-bottom: 1px solid #979797;
}
.swiper-history-small .swiper-slide{
	color: #fff;
	text-align: center;
	cursor: pointer;
	padding: 0.5rem 0;
	border-bottom: 2px solid transparent;
	opacity: 0;
	font-weight: 600;
}
.swiper-history-small .swiper-slide:hover,
.swiper-history-small .swiper-slide-thumb-active{
	border-bottom: 2px solid #fff;
	opacity: 1;
}
/*
.page-about-history-item::after{
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	bottom: -10px;
	left: 40px;
	background-color: #fff;
	border-radius: 20px;
}
.page-about-history-content{
	display: flex;
	align-items: center;
	font-size: 1rem;
	margin: 1rem 0;
	background: linear-gradient(45deg, #340076 0%, #0d063a 100%);
	border-radius: 20px;
	padding: 1rem;
}
.page-about-history-img{
	width: 30%;
	flex: 0 0 30%;
}
.page-about-history-title{
	flex: 1;
	margin-left: 1rem;
}
.page-about-history-year{
	font-size: 2rem;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;

} */
.swiper-history{
	position: relative;
	margin-top: 3rem;
	--swiper-navigation-color: #fff;
	--swiper-navigation-size: 24px;
}
.swiper-history .swiper-button-next{
	right: auto;
	left: calc(10% + 368px);
	top: 135px;
}
.swiper-history .swiper-button-prev{
	left: calc(10% + 100px);
	top: 135px;
}
/* .swiper-history::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	background-color: rgba(255,255,255,0.8);
}
.swiper-history .swiper-slide{
	padding-top: 0;
	padding-bottom: 250px;
}
.swiper-history .swiper-slide:nth-child(2n){
	padding-top: 250px;
	padding-bottom: 0;
}
.swiper-history .swiper-slide:nth-child(2n) .page-about-history-item{
	flex-direction: column-reverse;
}
.swiper-history .swiper-slide:nth-child(2n) .page-about-history-item::after{
	top: -10px;
} */
.page-about-join{
	margin-top: 4rem;
}
.page-about-news{
	margin-top: 8rem;
}
.page-about-join-item{
	background: linear-gradient(45deg, #333 0%, #000 100%);
	border-radius: 20px;
	padding: 2rem;
	margin-bottom: 1rem;
	color: #fff;
	cursor: pointer;
}
.page-about-join-item-title{
	font-size: 1rem;
	margin-bottom: 1rem;
}
.page-about-join-item-content{
	color: rgba(255,255,255,0.85);
	font-size: 0.75rem;
}
.page-about-join-item-modal{
	color: rgba(255,255,255,0.85);
	font-size: 0.75rem;
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	padding-top: 25vh;
	padding-left: calc(50% - 500px);
	display: none;
}
.page-about-join-item.show .page-about-join-item-modal{
    display: block;
    cursor: auto;
}
.page-about-join-item-modal-box{
    border: 3px solid #f39800;
    width: 1000px;
	height: 50vh;
	overflow-y: auto;
	background: #000;
	border-radius: 16px;
	padding: 30px;
}
.page-about-join-item-modal-box-hd{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.page-about-join-item-modal-name{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.page-about-join-item-modal-close{
    cursor: pointer;
}
.page-about-join-contact{
	margin-top: 1rem;
	display: flex;
}
.page-about-join-contact-item{
	color: rgba(255,255,255,0.85);
	font-size: 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0.85);
	margin-right: 1rem;
	padding: 0.5rem;
	border-radius: 10px;
}
.page-about-join-hr{
	margin-top: 1rem;
}
.page-about-join-hr img{
	width: 150px;
}

.page-join-box-img{
	overflow: hidden;
	height: 100vh;
}
.page-join-box-img img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.page-join-box-content{
	padding-top: 150px;
}
.page-join-box-title{
	font-size: 2rem;
	color: #fff;
	font-weight: 600;
	position: relative;
	margin-bottom: 3rem;
}
.page-join-box-title::after{
	content: "";
	position: absolute;
	left: 0;
	top: 110%;
	width: 80px;
	height: 8px;
	border-radius: 8px;
	background-color: #f39800;
}
.page-join-box-desc{
	color: #eee;
	font-size: 0.875rem;
	margin-bottom: 2rem;
}
.page-join-box1{
	height: 100vh;
}
.page-join-box2{
	height: 100vh;
	background-color: #000;
	background-image: url(../image/join-bg2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	display: flex;
	align-items: center;
}
.page-join-box-head{
	display: flex;
	justify-content: center;
	margin-bottom: 2rem;
}
.page-join-box-head .page-join-box-title::after{
	left: 50%;
	transform: translateX(-50%);
}
.page-join-box2-item{
	background: linear-gradient(45deg, #333 0%, #000 100%);
	padding: 1rem;
	border-radius: 15px;
	height: 370px;
}
.page-join-box2-img{
	border-radius: 10px;
	overflow: hidden;
}
.page-join-box2-name{
	font-size: 1.2rem;
	font-weight: 600;
	text-align: center;
	color: #fff;
	margin: 0.75rem 0;
}
.page-join-box2-desc{
	font-size: 0.75rem;
}
.page-join-box3{
	height: 100vh;
}
.page-join-box4{
	height: 100vh;
	background-color: #000;
	background-image: url(../image/join-bg3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	display: flex;
	align-items: center;
}
.page-join-box4-item{
	background: linear-gradient(45deg, #333 0%, #000 100%);
	padding: 1rem;
	border-radius: 15px;
}
.page-join-box4-img{
	border-radius: 10px;
	overflow: hidden;
}
.page-join-box4-img img{
	width: 100%;
	height: 320px;
}
.page-join-box4-name{
	font-size: 1.2rem;
	font-weight: 600;
	text-align: center;
	color: #fff;
	margin: 0.75rem 0;
}
.page-join-box4-desc{
	font-size: 12px;
}
.page-join-box4-desc p{
	margin-bottom: 5px;
}
.page-join-box5{
	height: auto;
	min-height: 24rem;
	display: block;
	padding: 3rem 0;
}
.page-join-box5-list{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.page-join-box5-item{
	padding: 0.5rem 0.2rem;
	border-radius: 0.75rem;
	cursor: pointer;
	border: 0.1875rem solid transparent;
}
.page-join-box5-item:hover{
	background: linear-gradient(45deg, #333 0%, #000 100%);
	border: 0.1875rem solid #f39800;
}
.page-join-box5-item-img{
	text-align: center;
}
.page-join-box5-item-img img{
	width: 3rem;
}
.page-join-box5-item-title{
	text-align: center;
	margin-top: 0.45rem;
	font-size: 0.8125rem;
	line-height: 1.35;
	font-weight: 600;
	color: #fff;
}
.swiper-join-process{
	width: 100%;
	overflow: hidden;
	padding-bottom: 1.25rem;
}
.swiper-join-process .page-join-box5-list{
	justify-content: flex-start;
	gap: 0;
	overflow: visible;
	padding-bottom: 0;
}
.swiper-join-process .swiper-slide{
	height: auto;
	width: auto;
}
.swiper-join-process .page-join-box5-item{
	width: 100%;
	min-width: 0;
}
.swiper-join-process-pagination{
	bottom: 0 !important;
}
.swiper-join-process-pagination .swiper-pagination-bullet{
	width: 0.375rem;
	height: 0.375rem;
	background: rgba(255,255,255,0.4);
	opacity: 1;
}
.swiper-join-process-pagination .swiper-pagination-bullet-active{
	background: #f39800;
}
.page-join-box6{
	padding-top: 8rem;
	padding-bottom: 8rem;
}
.page-join-box7{
	padding-top: 5rem;
	padding-bottom: 5rem;
	background: #333;
}
.page-join-box7 .col-md-2{
	max-width: 100%;
}
.page-join-box7 .col-md-10{
	max-width: 100%;
}
.btn-submit{
	background-color: #f39800;
}

.page-shop-detail{
    
}
.shop-img-item{
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.shop-info{
    position: fixed;
    width: 640px;
    z-index: 999;
    right: 50px;
    top: 18vh;
    display: flex;
    align-items: center;
    transition: all ease-in-out 0.3s;
}
.shop-info.shop-btn-active{
    transform: translateX(650px);
}
.shop-info-btn{
    width: 40px;
    height: 100px;
    background: rgba(0,0,0,0.5);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    backdrop-filter: blur(.13889rem);
      -webkit-backdrop-filter: blur(.13889rem);
      -moz-backdrop-filter: blur(.13889rem);
      -o-backdrop-filter: blur(.13889rem);
}
.shop-info-btn .shop-info-btn1{
    display: block;
}
.shop-info-btn .shop-info-btn2{
    display: none;
}
.shop-btn-active .shop-info-btn1{
    display: none;
}
.shop-btn-active .shop-info-btn2{
    display: block;
}
.shop-info-box{
    width: 600px;
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
    color: #fff;
    padding: 40px;
    backdrop-filter: blur(.13889rem);
    -webkit-backdrop-filter: blur(.13889rem);
    -moz-backdrop-filter: blur(.13889rem);
    -o-backdrop-filter: blur(.13889rem);
}
.shop-info-box-title{
    font-size: 24px;
    margin-bottom: 15px;
}
.shop-info-box-list{
    margin-bottom: 15px;
}
.shop-info-box-item2{
    margin-bottom: 10px;
    font-size: 15px;
}

.product-detail-hd{
    display: flex;
    margin-bottom: 50px;
}
.product-detail-box{
    flex: 0 0 550px;
    width: 550px;
    position: relative;
}
.product-detail-info{
    flex: 1;
    padding-left: 50px;
}
.product-detail-title{
    font-size: 36px;
    margin-bottom: 20px;
}
.product-detail-intro-item{
    margin-bottom: 15px;
    display: flex;
    font-size: 16px;
}
.product-detail-intro-label{
    width: 120px;
}
.product-detail-intro-value{
    flex: 1;
}

/* =========================
   统一响应式框架（动态字号 + rem）
   ========================= */
:root {
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --nav-h: 5.5rem;
  --nav-h-compact: 2.75rem;
  --fs-body: 1rem;
  --fs-nav: 0.875rem;
  --fs-title: clamp(1.5rem, 1.1rem + 1.1vw, 2.25rem);
  --fs-subtitle: clamp(1.125rem, 0.95rem + 0.6vw, 1.5rem);
}

body {
  font-size: var(--fs-body);
  line-height: 1.6;
}

.section-title {
  font-size: var(--fs-title);
}

.section-desc {
  font-size: 1rem;
}

.fluid,
.container-fluid,
.container-fluid2,
.container-fluid3 {
  padding-left: clamp(1rem, 2vw, 2.4rem);
  padding-right: clamp(1rem, 2vw, 2.4rem);
}

.nav-box {
  height: var(--nav-h);
}

.main-nav.style .nav-box,
.scrolled .main-nav .nav-box {
  height: var(--nav-h-compact);
}

.nav-box .logo1 {
  height: 1.25rem;
}

.main-nav.style .nav-box .logo1,
.scrolled .main-nav .nav-box .logo1 {
  height: 1.5rem;
}

.nav-box ul li {
  margin-left: 1.25rem;
}

.nav-box ul li > a {
  height: var(--nav-h);
  font-size: var(--fs-nav);
}

.main-nav.style .nav-box ul li > a,
.scrolled .main-nav .nav-box ul li > a {
  height: var(--nav-h-compact);
  font-size: var(--fs-nav);
}

.banner-title {
  font-size: clamp(1.5rem, 1.1rem + 2.2vw, 3.5rem) !important;
}

.banner-desc {
  font-size: 1rem;
}

.home-pro-left-subtitle,
.home-pro-left-title {
  font-size: clamp(1.75rem, 1.2rem + 2vw, 3.375rem);
}

.phone-number {
  font-size: 1.375rem;
}

.phone-time,
.job-desc,
.copyright {
  font-size: 0.875rem;
}

.qrcode-item img {
  width: 7.5rem;
  height: 7.5rem;
}

.shop-box-title {
  font-size: clamp(6rem, 10vw, 18.75rem);
}

/* 平板 */
@media (max-width: 64rem) {
  :root {
    --nav-h: 4.25rem;
    --nav-h-compact: 3.25rem;
    --fs-nav: 0.875rem;
    --page-gutter: 1rem;
  }

  .home-pro,
  .home-shop,
  .home-join,
  .home-contact {
    min-height: 70svh;
    height: auto;
  }

  .home-pro-right-item {
    width: min(100%, 42rem);
  }

  .home-pro-right-item-img1,
  .home-pro-right-item-img2 {
    width: 100%;
    height: auto;
  }

  /* 内页左侧栏在平板及以下取消固定，避免压内容 */
  .page-leftBar {
    position: static;
    z-index: auto;
    width: 100%;
    padding-top: 5rem;
    margin-bottom: 0.75rem;
  }

  .home-leftBar-top {
    padding-left: var(--page-gutter);
    padding-right: var(--page-gutter);
  }

  .home-leftBar-top-subtitle,
  .home-leftBar-top-title {
    writing-mode: horizontal-tb;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-right: 0.625rem;
  }

  /* 合作页在平板宽度下改为单列，避免卡片过小 */
  .page-join {
    padding-left: 0;
  }

  .page-join .container-fluid3,
  .page-join .container-fluid {
    padding-left: var(--page-gutter);
    padding-right: var(--page-gutter);
  }

  .page-pro .page-pro-cate .row > [class*="col-md-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .page-pro-cate-item-name {
    font-size: 2.1rem;
  }

  .page-join .row {
    margin-left: 0;
    margin-right: 0;
  }

  /* 先清除内页默认偏移 */
  .page-join .row > [class*="col-md-"] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  /* 合作页分区采用更均衡的平板布局 */
  .page-join-box1 .col-md-6,
  .page-join-box1 .col-md-5,
  .page-join-box3 .col-md-5,
  .page-join-box3 .col-md-5.offset-md-2,
  .page-join-box7 .col-md-6.offset-md-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }

  .page-join-box2 .col-md-3,
  .page-join-box6 .col-md-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .page-join-box4 .col-md-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .page-join .row > [class*="offset-md-"] {
    margin-left: 0;
  }

  .page-join-box1,
  .page-join-box2,
  .page-join-box3,
  .page-join-box4,
  .page-join-box5 {
    height: auto;
    min-height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-attachment: scroll;
  }

  .page-join-box-img {
    height: 16rem;
    border-radius: 0.75rem;
  }

  .page-join-box-content {
    padding-top: 0.75rem;
  }

  .page-join-box2-item {
    height: auto;
  }

  .page-join-box4-img img {
    height: 14rem;
    object-fit: cover;
  }

  .page-join-box5-list {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    gap: 0;
    padding-bottom: 0.375rem;
    -webkit-overflow-scrolling: touch;
  }

  .page-join-box5-item {
    flex: 0 0 auto;
    min-width: 0;
  }

  .page-join-box5-item-title {
    font-size: 0.8125rem;
  }

  .swiper-join-process .swiper-slide {
    width: auto;
  }

  .page-join-box7 .form-group .control-label {
    max-width: 100%;
    flex: 0 0 100%;
    float: none;
    text-align: left;
    margin-bottom: 0.25rem;
    padding-left: 0;
    padding-right: 0;
  }

  .page-join-box7 .form-group .col-md-10 {
    max-width: 100%;
    flex: 0 0 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
}

/* 手机 */
@media (max-width: 48rem) {
  :root {
    --nav-h: 3.75rem;
    --nav-h-compact: 3.75rem;
    --fs-nav: 0.9rem;
    --fs-body: 1rem;
    --page-gutter: 1rem;
  }

  .main-nav {
    overflow-x: clip;
  }

  .main-nav .fluid {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .nav-box {
    align-items: center;
  }

  .nav-box .logo1 {
    height: 1rem;
  }

  .nav-box ul {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.625rem;
    overflow-x: auto;
    margin-left: 0.75rem;
    padding-bottom: 0.25rem;
    -webkit-overflow-scrolling: touch;
  }

  .nav-box ul li {
    margin-left: 0;
    flex: 0 0 auto;
  }

  .nav-box ul li > a {
    white-space: nowrap;
    font-size: 0.8rem;
  }

  .swiper-banner,
  .swiper-video2 {
    min-height: 58svh;
    height: auto;
  }

  /* 首屏移动端：图片与轮播容器强制铺满整屏 */
  .section-banner,
  .section-banner .swiper-banner,
  .section-banner .swiper-banner .swiper-wrapper,
  .section-banner .swiper-banner .swiper-slide,
  .section-banner .swiper-banner .banner {
    height: 100svh !important;
    min-height: 100svh !important;
  }

  .section-banner .swiper-banner {
    width: 100%;
  }

  .section-banner .banner {
    justify-content: flex-end;
    align-items: stretch;
    padding-bottom: calc(2.6rem + env(safe-area-inset-bottom));
    background-position: center center;
    background-size: cover;
  }

  .section-banner .banner .container-fluid {
    width: 100%;
    padding-left: var(--page-gutter);
    padding-right: var(--page-gutter);
  }

  .section-banner .swiper-pagination {
    bottom: 0.75rem !important;
  }

  .hero-title-main {
    font-size: 2rem !important;
    line-height: 1.15;
    padding-left: 0 !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  }

  .hero-title-sub {
    font-size: 1.95rem !important;
    line-height: 1.15;
    padding-left: 0 !important;
    color: rgba(255, 255, 255, 0.78) !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  }

  .section-banner .swiper-slide:nth-child(2) .container-fluid {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0.7rem;
    padding: 0.75rem 0.85rem 0.8rem;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
  }

  .hero-title-expert {
    font-size: 1.75rem !important;
    line-height: 1.25;
    color: #f39800 !important;
  }

  .hero-desc-points {
    margin-top: 0.45rem !important;
    font-size: 1rem !important;
    color: #111 !important;
  }

  .hero-desc-points ul {
    margin: 0;
    padding-left: 1.1rem;
  }

  .hero-desc-points li {
    margin-bottom: 0.35rem;
    line-height: 1.45;
    color: #111;
  }

  .home-pro,
  .home-shop,
  .home-join,
  .home-contact {
    height: auto;
    min-height: 58svh;
    flex-direction: column;
  }

  .home-leftBar,
  .page-leftBar {
    width: 100%;
    padding-top: 4.5rem;
  }

  /* 内页左侧栏取消 fixed，跟随页面自然流 */
  .page-leftBar {
    position: static;
    z-index: auto;
    padding-top: 5rem;
    margin-bottom: 0.75rem;
  }

  .home-leftBar-top {
    padding-left: var(--page-gutter);
    padding-right: var(--page-gutter);
    justify-content: flex-start;
  }

  /* 门店/产品/新闻内页统一移动端容器 */
  .page-shop,
  .page-pro,
  .page-news {
    padding-top: 0;
    padding-left: 0;
  }

  .page-shop .container-fluid2,
  .page-pro .container-fluid2,
  .page-news .container-fluid2,
  .page-shop .container-fluid,
  .page-pro .container-fluid,
  .page-news .container-fluid {
    padding-left: var(--page-gutter);
    padding-right: var(--page-gutter);
  }

  .page-header2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 1rem;
  }

  .page-catename {
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
  }

  .page-cate {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .page-cate ul {
    flex-wrap: nowrap;
    gap: 0.75rem;
    min-width: max-content;
  }

  .page-cate ul li {
    margin-left: 0;
    flex: 0 0 auto;
  }

  .page-cate ul li a {
    font-size: 0.8125rem;
    white-space: nowrap;
  }

  .page-shop .row {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .page-shop .row > [class*="col-"] {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .page-shop-item {
    margin-bottom: 0.875rem;
    border-radius: 0.875rem;
  }

  .page-shop-item-thumb img {
    width: 100%;
    height: 9.5rem;
    object-fit: cover;
    display: block;
  }

  .page-shop-item-content {
    padding: 0.75rem;
  }

  .page-shop-item-name {
    font-size: 1rem;
    margin-bottom: 0.4rem;
  }

  .page-shop-item-address {
    font-size: 0.8125rem;
    line-height: 1.45;
    height: auto;
    min-height: 2.4rem;
  }

  .page-shop-item-line-group {
    margin-top: 0.6rem;
  }

  .page-shop-item-line {
    font-size: 0.75rem;
  }

  .page-shop-item-line .icon {
    margin-right: 0.4rem;
  }

  /* 产品页移动端适配 */
  .page-pro .page-header {
    justify-content: flex-start;
    margin-bottom: 1rem;
  }

  .page-pro .page-pro-cate .row {
    margin-left: 0;
    margin-right: 0;
  }

  .page-pro .page-pro-cate .row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .page-pro-cate .page-pro-cate-item {
    margin-bottom: 1rem;
    border-radius: 0.875rem;
  }

  .page-pro-cate-item-img img {
    width: 100%;
    height: 10rem;
    object-fit: cover;
    display: block;
  }

  .page-pro-cate-item-content {
    align-items: flex-start;
    text-align: left;
    padding: 1rem 0.9rem;
  }

  .page-pro-cate-item-name {
    font-size: 1.65rem;
    line-height: 1.2;
    word-break: break-word;
  }

  .page-pro-cate-item-line {
    width: 2rem;
    height: 0.1875rem;
    margin-bottom: 0.85rem;
  }

  .page-pro-cate-item-desc {
    font-size: 0.8125rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.75);
  }

  .page-pro-cate-item-view {
    margin-top: 0.75rem;
    font-size: 0.75rem;
    padding: 0.45rem 0.75rem;
    border-radius: 999rem;
  }

  /* 合作页移动端适配 */
  .page-join {
    padding-top: 0;
    padding-left: 0;
  }

  .page-join .container-fluid3 {
    padding-left: var(--page-gutter);
    padding-right: var(--page-gutter);
  }

  .page-join [class^="page-join-box"] {
    height: auto;
    min-height: auto;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    background-attachment: scroll;
  }

  .page-join .row {
    margin-left: 0;
    margin-right: 0;
  }

  .page-join .row > [class*="col-"] {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    margin-bottom: 0.75rem;
  }

  .page-join-box2 .col-md-3,
  .page-join-box4 .col-md-6,
  .page-join-box6 .col-md-4,
  .page-join-box1 .col-md-6,
  .page-join-box1 .col-md-5,
  .page-join-box3 .col-md-5,
  .page-join-box3 .col-md-5.offset-md-2,
  .page-join-box7 .col-md-6.offset-md-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }

  .page-join-box-img {
    height: 14rem;
    border-radius: 0.75rem;
    overflow: hidden;
  }

  .page-join-box-content {
    padding-top: 0.25rem;
  }

  .page-join-box-title {
    font-size: 1.35rem;
    margin-bottom: 1.5rem;
    line-height: 1.3;
  }

  .page-join-box-title::after {
    width: 3rem;
    height: 0.25rem;
    border-radius: 0.25rem;
  }

  .page-join-box-desc {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
  }

  .page-join-box-head {
    margin-bottom: 1.1rem;
  }

  .page-join-box2-item {
    height: auto;
    border-radius: 0.75rem;
  }

  .page-join-box2-name,
  .page-join-box4-name {
    font-size: 1.05rem;
    margin: 0.6rem 0;
  }

  .page-join-box2-desc,
  .page-join-box4-desc {
    font-size: 0.8125rem;
    line-height: 1.55;
  }

  .page-join-box4-item {
    border-radius: 0.75rem;
  }

  .page-join-box4-img img {
    height: 12rem;
    object-fit: cover;
  }

  .page-join-box5-list {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    gap: 0;
    padding-bottom: 0.375rem;
    -webkit-overflow-scrolling: touch;
  }

  .page-join-box5-item {
    flex: 0 0 auto;
    min-width: 0;
    border-width: 0.1875rem;
    border-radius: 0.75rem;
    padding: 0.45rem 0.125rem;
  }

  .page-join-box5-item-img img {
    width: 1.9rem;
  }

  .page-join-box5-item-title {
    margin-top: 0.35rem;
    font-size: 0.6875rem;
    white-space: nowrap;
  }

  .swiper-join-process .swiper-slide {
    width: auto;
  }

  .page-join-box6 .page-shop-item {
    margin-bottom: 0.875rem;
  }

  .page-join-box7 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .page-join-box7 .page-join-box-head {
    margin-bottom: 1rem;
  }

  .page-join-box7 .page-join-box-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    text-align: center;
  }

  .page-join-box7 .form-group {
    margin-bottom: 0.75rem;
  }

  .page-join-box7 .form-group label {
    font-size: 0.8125rem;
    margin-bottom: 0.25rem;
  }

  .page-join-box7 .form-control {
    height: 2.5rem;
    font-size: 0.875rem;
  }

  .page-join-box7 textarea.form-control {
    height: 6rem;
  }

  .page-join-box7 .btn-submit {
    margin-top: 0.25rem;
    padding: 0.625rem 0.75rem;
    font-size: 0.875rem;
  }

  .home-leftBar-top-subtitle,
  .home-leftBar-top-title {
    writing-mode: horizontal-tb;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-right: 0.625rem;
  }

  .banner-desc {
    font-size: 0.875rem;
  }

  .home-pro-left {
    width: 100%;
    margin-right: 0;
    padding: 2rem 0 1rem;
    padding-left: var(--page-gutter);
    padding-right: var(--page-gutter);
  }

  .home-pro-right {
    width: 100%;
    padding-left: var(--page-gutter);
    padding-right: var(--page-gutter);
  }

  .home-pro-right-list {
    flex-direction: column;
  }

  .home-pro-right-item {
    width: 100%;
    margin-right: 0;
    border-radius: var(--radius-md);
    padding: var(--space-sm);
  }

  .home-shop-box {
    width: 100%;
    flex-direction: column;
    gap: 1rem;
    padding-left: var(--page-gutter);
    padding-right: var(--page-gutter);
  }

  .shop-map-box {
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .shop-map {
    width: min(100%, 24rem);
    margin: 0 auto;
    position: relative;
  }

  .shop-map-img {
    width: 100%;
    max-width: 24rem;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .shop-count-list {
    flex: 0 0 auto;
    width: 100%;
    padding-top: 0.5rem;
    font-size: 0.875rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    max-height: 16rem;
    overflow-y: auto;
    padding-right: 0.2rem;
  }

  .shop-box-title {
    display: none;
  }

  .shop-count-item {
    margin-bottom: 0;
    border: 1px solid rgba(243, 152, 0, 0.28);
    border-radius: 0.625rem;
    background: rgba(255, 255, 255, 0.04);
    padding: 0.5rem 0.6rem;
    justify-content: space-between;
    line-height: 1.2;
  }

  .shop-count-item:before {
    display: none;
  }

  .shop-count-item span {
    font-size: 1.05rem;
    color: #f39800;
    font-weight: 700;
    margin-left: 0.25rem;
    margin-right: 0.15rem;
  }

  .shop-dot-item {
    display: none !important;
  }

  .home-join-box {
    width: 100%;
    padding-left: var(--page-gutter);
    padding-right: var(--page-gutter);
  }

  .home-join .swiper-join {
    overflow: hidden;
    padding-right: 0;
  }

  .home-join-item {
    height: 25rem;
    cursor: default;
    border-radius: 0.75rem;
    overflow: hidden;
  }

  /* 移动端取消 hover 上下拉交互，改为直接展示摘要 */
  .home-join-item:hover .join-item-bg {
    bottom: 9rem;
    border: none;
  }

  .home-join-item:hover .join-item-bg:before {
    background-color: rgba(0, 0, 0, 0.35);
  }

  .home-join-item:hover .job-item-box {
    bottom: 0;
  }

  .join-item-bg {
    bottom: 9rem;
  }

  .join-item-bg:before {
    background-color: rgba(0, 0, 0, 0.35);
  }

  .job-item-box {
    position: absolute;
    bottom: 0;
    height: auto;
    padding: 1rem;
    min-height: 9rem;
    background: linear-gradient(180deg, rgba(243, 152, 0, 0.82) 0%, #f39800 100%);
    transition: none;
  }

  .join-item-title {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    text-align: left;
  }

  .join-item-desc {
    font-size: 0.875rem;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .home-contact-box {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0.5rem;
    padding-left: var(--page-gutter);
    padding-right: var(--page-gutter);
  }

  .home-contact-box .row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .home-contact-box .row > [class*="col-"] {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    margin-top: 0.75rem;
  }

  .contact-phone {
    margin-top: 1.25rem;
    margin-bottom: 1rem;
  }

  .phone-number {
    font-size: 1.25rem;
  }

  .qrcode {
    margin-bottom: 1rem;
  }

  .qrcode-item {
    margin-right: 0.75rem;
  }

  .qrcode-item img {
    width: 5.75rem;
    height: 5.75rem;
  }

  .section-contact {
    background-size: cover;
    background-position: center;
  }

  .job-list {
    margin-top: 1rem;
  }

  .job-item {
    margin-bottom: 0.875rem;
    padding: 1rem;
  }

  .copyright {
    font-size: 0.75rem;
    padding: 0 1rem;
    line-height: 1.6;
  }
}