@charset "utf-8";
@import url(format.css);
@font-face {
    font-family: 'YOUSHEhaoshenti';
    src: url('../font/YOUSHEhaoshenti.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'HelloFont WenYiHei';
    src: url('../font/HelloFont WenYiHei.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
/*@font-face {*/
/*    font-family: 'PingFang-SC-Light';*/
/*    src: url('../font/PingFang-SC-Light.ttf') format('truetype');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*	font-display: swap;*/
/*}*/
@font-face { 
	font-family: 'HarmonyOS Sans Black';
	src: url('../font/HarmonyOS Sans Black.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}



body {
	font-family: "微软雅黑", Arial, sans-serif;
	margin: 0;
	padding: 0;
	min-width: 1280px;
	/* -webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; */
}


.section {
	width: 100vw;
	height: 100vh;
	min-height: 100vh;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow-y: hidden !important;
	padding-top: calc(90 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width)));
}

.page1 {
	background: url('../images/home/page1/background.png') center center no-repeat;
	background-size: cover;
}

.page-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	box-sizing: border-box;
	height: calc(90 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width)));
	padding: 0 34px;
	background: rgba(30, 30, 30, 0.5);
	transition: background 0.5s, backdrop-filter 0.5s; /* 加过渡动画 */
	z-index: 1000;
	/* backdrop-filter: blur(1px); */
}

.page-header-container {
	width: 90%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 5%;
}

#fullpage {
	/* margin-top: calc(90 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width))); */
}

.header-left {
	display: flex;
	align-items: center;
}

.header-logo {
	width: 40px;
	height: 40px;
	margin-right: 12px;
}

.header-title {
	min-width: 120px;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 2px;
}

.header-right {
	min-width: 500px;
	display: flex;
	align-items: center;
	gap: 64px;
}

.header-nav {
	color: #fff;
	font-size: 1.1rem;
	cursor: pointer;
	position: relative;
	padding-bottom: 4px;
}

.header-nav.active {
	font-weight: bold;
}

.header-nav.active::after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #ff7e2d;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -4px;
	border-radius: 2px;
}

.page1-content{
	width: 100vw;
	height: 80vh;
}

.page2-content, .page3-content, .page4-content {
	width: 100vw;
	height: 100vh;
	position: relative;
}

.page1-content-container {
	/* width: calc(1560 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width))); */
	display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
	height: 100%;
	margin: auto;
}

.page2-content-container {
	width: 100vw;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	height: 100%;
	min-width: 980px;
}

.page1-left, .page2-left{
	/* width:50%; */
	display: flex;
	justify-content: center;
}
.page2-right {
	width:50%;
	box-sizing: border-box;
	padding: 0 50px;
	position: relative;
}

.about-img-box {
	width: calc(500 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width)));
	position: absolute;
	right:10%;
	bottom: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-img {
	width: 100%;
}

.page3-content-container {
	height: 100%;
	box-sizing: border-box;
    padding-bottom: 2% !important;
}

.page3-content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: calc(20 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width)));
  padding: calc(20 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width))) 0;
}

.page4-content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  gap: calc(38 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width)));
  padding: calc(38 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width))) 0;
  height: 90%;
}

.cooperation-container{
	width: 100%; 
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	min-height: 60vh;
}

.cooperation-li {
	width: calc(8 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width)));
	height: calc(8 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width)));
	background: #ff7e2d;
	border-radius: 50%;
}



.page3-content-left{
	width: 60%;
}
.page3-content-right{ 
	width: 40%;
	max-height: 90%;
	position: absolute;
	right: 0;
	bottom: 5%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
	overflow: visible;
}


.page3-content-right-img{
	max-height: 90%;
	max-width: calc(600 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width)));
	position: absolute;
	right: 0;
	bottom: 5%;
	object-fit: contain;
}


.cooperation-img-box  {
	width: calc(500 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width)));
	position: absolute;
	right:10%;
	bottom: calc(190 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width)));;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cooperation-list {
	max-width: 650px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.cooperation-list > div {
  display: flex;
  align-items: baseline;
  margin: calc(40 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width))) 0;
}

.cooperation-text {
	display: flex; flex-direction: column;
	margin-left: 12px;
	gap: calc(20 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width)));
}

.cooperation-list strong {
  color:rgba(0, 0, 0, 1) ;
  min-width: 80px;
  font-weight: bold;
  font-size: calc(20 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width)));
  font-family: 'YOUSHEhaoshenti', 'HelloFont WenYiHei', '微软雅黑', Arial, sans-serif;
}

.cooperation-text span {
  color: rgba(106, 106, 106, 1);
  font-size: calc(18 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width)));
  font-family: 'YOUSHEhaoshenti', 'HelloFont WenYiHei', '微软雅黑', Arial, sans-serif;
}

.miniqr-desc {
	font-size: calc(18 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width)));
	font-family: 'YOUSHEhaoshenti', 'HelloFont WenYiHei', '微软雅黑', Arial, sans-serif;
}
.cooperation-right img {
  max-width: 340px;
  width: 100%;
  border-radius: 32px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}

.logo-img {
	width:100%;
	/* border-radius: 24px; */
	box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}
.about-text {
margin-top: 1.5rem;
font-size: 1.1rem;
color: #222;
line-height: 2;
}

.phone-mockup{
	position: relative;
	width: calc(360 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width)));
	height: calc(720 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width)));
}

.phone-content{
	position: absolute; 
	left: calc(30 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width)));; 
	top: calc(15 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width)));; 
	width: calc(300 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width)));; 
	z-index: 1;
	border-radius: 30px;
}

.phone-bg{
	position: absolute; 
	left: 0; 
	top: 0; 
	width: calc(360 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width)));
	display: block; 
	z-index: 2; 
	pointer-events: none;
}

.page1-right {
	width:50%;
	/* flex: 0 0 500px; */
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: flex-start;
	padding-right: 50px;
}

/* 新的布局样式 */
.page1-right-layout {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.page1-right-top {
	flex: 1;
	display: flex;
	align-items: flex-end;
	padding-bottom: 46px;
}

.qrcode-box-container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 60px;
}

.title-box-centered {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.title-desc-centered {
	color: #fff;
	text-align: center;
	margin-bottom: 16px;
}

.page1-right-bottom {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.business-title-styled {
	font-family: HelloFont WenYiHei, HelloFont WenYiHei;
	margin: 0 0 24px 0;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
}

.page1-icons-styled {
	margin-top: 24px;
	display: flex;
	gap: 32px;
}

.icon-text-white {
	color: #fff;
}

.icon-text-white img {
	height: 24px;
	vertical-align: middle;
}

.qrcode-box {
	display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #fff;
}

.qrcode-box img{
	width: calc(160 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width)));
	height: calc(160 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width)));
	object-fit: cover;
    /*margin: 4px;*/
}
.qrcode-desc{
	width: 100%;
	padding: 0 8px;
	box-sizing: border-box;
    border-top: 1px solid #fff;
    text-align: center;
	color: #fff;
	font-size: calc(16 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width)));
}
.qrcode-desc1{
	width: 100%;
	padding: 4px 12px;
	box-sizing: border-box;
    border-top: 1px solid #fff;
    text-align: center;
	color: #fff;
	font-size: calc(12 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width)));
}

.title-main{
	color: #fff;
	font-size: calc(28 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width)));
	font-family: 'HelloFont WenYiHei', '微软雅黑', Arial, sans-serif;
}

.title-desc {
	font-family: 'HelloFont WenYiHei', '微软雅黑', Arial, sans-serif;
	font-size: calc(18 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width)));
}

.title-box {
	position: relative;
}

.title {
	width: fit-content;
	position: relative;
	font-size: calc(32 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width)));
	font-weight: bold;
	margin-bottom: 1rem;
	z-index: 2;
	font-family: 'HarmonyOS Sans Black', '微软雅黑', Arial, sans-serif;
}

.title_en {
	width: max-content;

	position: absolute;
	bottom: 0;
	font-weight: 600;

	font-size:calc(64 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width)));;
	background-image: linear-gradient(
		189deg,
		rgba(237, 237, 237, 0.23) 0,
		rgba(169, 169, 169, 0.23) 100%
	);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	font-weight:normal;
	z-index: 1;
	transform: translateY(23%);
	font-family: 'HarmonyOS Sans Black', '微软雅黑', Arial, sans-serif;
}

.page3 .title_en, .page4 .title_en {
	left: 50%;
    top: 48%;
	bottom: auto;
    transform: translate(-50%, -50%);
}

.title::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #ff7e2d;
    position: absolute;
	/* left: 50%;
    transform: translateX(-50%); */
    border-radius: 2px;
}

.desc {

	font-family: YOUSHEhaoshenti, YOUSHEhaoshenti;
	font-weight: 400;
	font-size: calc(18 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width)));
	color: #FFFFFF;
	line-height: 31px;
	max-width: 702px;
}

.icon-text {
	font-size: calc(14 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width)));
	font-family: 'HelloFont WenYiHei', '微软雅黑', Arial, sans-serif;
}

.page1-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    background: transparent;
	font-size: calc(42 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width)));
	padding-bottom: 4%;
}

.nav-item-list {
	width: 80vw;
	min-width: 825px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff; /* 只给内容加下划线 */
    padding-bottom: 2px;
    position: relative;
}

.nav-item {
    color: #fff;
    font-size: 18px;
	/* line-height: 26px; */
    font-family: 'PingFang-SC-Light', 'HelloFont WenYiHei', '微软雅黑', Arial, sans-serif;
    position: relative;
    cursor: pointer;
    font-weight: 400;
}

.nav-item.active {
    font-weight: bold;
}

.nav-item.active::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    width: 100%;
    height: 3px;
    background: #ff7e2d;
    border-radius: 2px;
}


.contact-info {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
}
.contact-block {
  flex: 1;
  min-width: 260px;
  text-align: center;
}
.contact-block img {
  display: block;
  
}

.contact-qr {
	width: 100%;
}
.contact-qr img{
	width:80px;
	height:80px;
	margin: 0 auto 32px auto;
	object-fit: cover;
	/* border-radius: 50%; */
	box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.contact-text {
	font-size: calc(18 * (clamp(1280px, 100vw, 3840px) / var(--ideal-viewport-width)));	
	font-family: 'YOUSHEhaoshenti', 'HelloFont WenYiHei', '微软雅黑', Arial, sans-serif;
}
.contact-qrs {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  padding: 0 24px; /* 给点内边距让内容别紧贴边框 */
}
.address-text {
	
}
.complain-text {
	
}
.footer {
  text-align: center;
  color: #222;
}

/* 确保滚动翻页功能正常工作的样式 */
html.fp-enabled,
.fp-enabled body {
  overflow: hidden;
}

/* 确保每个页面都有足够的高度来触发滚动 */
.section {
  min-height: 100vh !important;
}

/* 确保 fullpage 容器有正确的高度 */
#fullpage {
  height: 100vh;
}







/* 动画样式 */
.fade-out {
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  pointer-events: none;
}
.fade-in {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}


.slide-left-out {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  pointer-events: none;
}
.slide-right-in {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.slide-right-out {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  pointer-events: none;
}
.slide-left-in {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}


.qr {
	width: 120px;
	margin: 1rem 0;
}

.phone-img {
	width: 320px;
	max-width: 90vw;
	margin-bottom: 2rem;
}


.about-text {
	max-width: 600px;
	text-align: left;
	font-family: 'YOUSHEhaoshenti', 'HelloFont WenYiHei', '微软雅黑', Arial, sans-serif;
}



.contact-info {
	text-align: center;
}



