@charset "utf-8";
@font-face {
	font-family: 'ClashDisplay';
	font-display: swap;
	font-weight: 700; /* 粗体 */
	src: url('../fonts/ClashDisplay-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Satoshi-Medium';
  font-display: swap;
  src: url('../fonts/Satoshi-Medium.woff') format('woff');
  font-weight: 500; /* 常规 */
}
@font-face {
  font-family: 'inter-black';
  font-display: swap;
  src: url('../fonts/Inter_18pt-Black.woff') format('woff');
  font-weight: 500; /* 常规 */
}

@font-face {
  font-family: 'inter-bold';
  font-display: swap;
  src: url('../fonts/Inter_18pt-Bold.woff') format('woff');
  font-weight: 500; /* 常规 */
}
@font-face {
  font-family: 'Satoshi-MediumItalic';
  font-display: swap;
  src: url('../fonts/Satoshi-MediumItalic.woff') format('woff');
  font-weight: 500; /* 常规 */
}

@font-face {
  font-family: 'Satoshi-Light';
  font-display: swap;
  src: url('../fonts/Satoshi-Light.woff') format('woff');
  font-weight: 500; /* 常规 */
}

@font-face {
  font-family: 'Satoshi-Regular';
  font-display: swap;
  src: url('../fonts/Satoshi-Regular.woff') format('woff');
  font-weight: 500; /* 常规 */
}
@font-face {
  font-family: 'Sephora';
  font-display: swap;
  src: url('../fonts/Sephora.woff') format('woff');
  font-weight: 500; /* 常规 */
}
@font-face {
  font-family: 'Satoshi-Black';
  font-display: swap;
  src: url('../fonts/Satoshi-Black.woff') format('woff');
  font-weight: 300; /* 常规 */
}

@font-face {
  font-family: 'Satoshi-BoldItalic';
  font-display: swap;
  src: url('../fonts/Satoshi-BoldItalic.woff') format('woff');
  font-weight: 300; /* 常规 */
}
@font-face {
  font-family: 'Satoshi-Bold';
  font-display: swap;
  src: url('../fonts/Satoshi-Bold.woff') format('woff');
  font-weight: 300; /* 常规 */
}

:root{
	--main_color: #B5131C;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: initial;
}
body * {
    box-sizing: border-box;
    flex-shrink: 0;
    line-height: inherit;
}
body {
    font-family:'Noto Sans', Microsoft YaHei,Arial,sans-serif;
	font-weight: normal;
    font-size: 12px;
}
body,h1,h2,h3,h4,h5,h6,p ,ul,ol,dd,table,input,textarea,dl{padding: 0;margin:0;}
input {
    background-color: transparent;
    border: 0;
}
button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    background-color: transparent;
}
ul,li{list-style: none;}
img{
    max-width: 100%;
    vertical-align: top;
}
input:focus,textarea:focus,select:focus{outline: none;}
textarea{resize:none;}
.clear:after{content: "";display: block;clear: both;height: 0;overflow: hidden;visibility: hidden;}
.clear{zoom:1;}


/* ================= WHSP HOME ================= */

html,
body {
	width: 100%;
	min-height: 100%;
	background: #03030c;
	color: #fff;
	overflow-x: hidden;
}

body.menu_open {
	overflow: hidden;
}

.home_page {
	width: 100%;
	min-height: 100vh;
	background: #03030c;
}

.hero_section {
	position: relative;
	width: 100%;
	height: 10.8rem;
	overflow: hidden;
	background: #03030c;
}
.line_text2 {
    position: relative;
}
.line_text2::after {
	content: "";
	position: absolute;
	left: -3%;
	right: 17%;
	bottom: -0.09rem;
	height: 0.04rem;
	background: rgba(255,255,255,0.96);
	box-shadow: 0 0 0.1rem rgba(255,255,255,0.6);
	width: 2.22rem;
}
/* 背景视频 */
.hero_video,
.menu_video {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 没有视频时的科技网格背景 */
.hero_bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background:
		radial-gradient(circle at 50% 46%, rgba(255,255,255,0.55) 0%, rgba(170,185,255,0.32) 10%, transparent 27%),
		linear-gradient(to bottom, #03030c 0%, #060616 36%, #121c68 64%, #04040c 100%);
	overflow: hidden;
}

.hero_bg::before {
	content: "";
	position: absolute;
	left: -18%;
	right: -18%;
	bottom: -15%;
	height: 58%;
	background-image:
		linear-gradient(rgba(91, 99, 255, 0.9) 1px, transparent 1px),
		linear-gradient(90deg, rgba(91, 99, 255, 0.9) 1px, transparent 1px);
	background-size: 42px 42px;
	transform: perspective(520px) rotateX(58deg);
	transform-origin: top center;
	opacity: 0.95;
	box-shadow: 0 -28px 60px rgba(165, 175, 255, 0.52);
}

.hero_bg::after {
	content: "";
	position: absolute;
	left: -8%;
	right: -8%;
	top: 40%;
	height: 18%;
	background:
		radial-gradient(ellipse at 16% 50%, rgba(235,238,255,0.95) 0%, rgba(145,160,255,0.36) 32%, transparent 62%),
		radial-gradient(ellipse at 50% 50%, rgba(255,255,255,0.95) 0%, rgba(150,165,255,0.42) 28%, transparent 60%),
		radial-gradient(ellipse at 84% 50%, rgba(235,238,255,0.95) 0%, rgba(145,160,255,0.36) 32%, transparent 62%);
	opacity: 0.95;
}

/* 遮罩 */
.hero_mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background:
		linear-gradient(to bottom, rgba(2,2,10,0.76) 0%, rgba(2,2,10,0.34) 48%, rgba(2,2,10,0.08) 100%);
	pointer-events: none;
}

/* 顶部 */
.header {
	position: absolute;
	left: 0;
	top: .26rem;
	z-index: 10;
	width: 100%;
	height: 0.92rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 7.6%;
}

.head_logo {
	width: 1.8rem;
	cursor: pointer;
}

.head_logo img {
	display: block;
	width: 100%;
}

/* 汉堡按钮 */
.menu_btn {
	width: .42rem;
	height: 0.28rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.045rem;
	cursor: pointer;
}

/* .menu_btn span {
	display: block;
	width: 0.42rem;
	height: 0.035rem;
	background: #fff;
	border-radius: 0.02rem;
}


.menu_btn {
    width: .42rem;
    height: .32rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .055rem;
    cursor: pointer;
} */

.menu_btn {
    width: .42rem;
    height: .32rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .055rem;
    cursor: pointer;
}

.menu_btn span {
    display: block;
    width: .42rem;
    height: .035rem;
    border-radius: .04rem;
    background: rgba(255,255,255,.85);
    transition: transform .35s ease, background .35s ease;
}

/* hover 后每条线颜色开始轮换 */
.menu_btn:hover span:nth-child(1) {
    animation: menuColor1 1.2s linear infinite;
}

.menu_btn:hover span:nth-child(2) {
    animation: menuColor2 1.2s linear infinite;
}

.menu_btn:hover span:nth-child(3) {
    animation: menuColor3 1.2s linear infinite;
}

.menu_btn:hover span:nth-child(4) {
    animation: menuColor4 1.2s linear infinite;
}

/* 轻微错位 */
.menu_btn:hover span:nth-child(1) {
    transform: translateX(.015rem);
}

.menu_btn:hover span:nth-child(2) {
    transform: translateX(-.01rem);
}

.menu_btn:hover span:nth-child(3) {
    transform: translateX(.01rem);
}

.menu_btn:hover span:nth-child(4) {
    transform: translateX(-.015rem);
}

/* 四条线颜色错位轮换 */
@keyframes menuColor1 {
    0%   { background: #2E77FF; }
    25%  { background: #0059FF; }
    50%  { background: #0015FF; }
    75%  { background: #626EFF; }
    100% { background: #2E77FF; }
}

@keyframes menuColor2 {
    0%   { background: #0059FF; }
    25%  { background: #0015FF; }
    50%  { background: #626EFF; }
    75%  { background: #2E77FF; }
    100% { background: #0059FF; }
}

@keyframes menuColor3 {
    0%   { background: #0015FF; }
    25%  { background: #626EFF; }
    50%  { background: #2E77FF; }
    75%  { background: #0059FF; }
    100% { background: #0015FF; }
}

@keyframes menuColor4 {
    0%   { background: #626EFF; }
    25%  { background: #2E77FF; }
    50%  { background: #0059FF; }
    75%  { background: #0015FF; }
    100% { background: #626EFF; }
}

/* 首屏文字 */
.hero_content {
	position: absolute;
	left: 50%;
	/* top: 3.17rem; */
	z-index: 8;
	width: 100%;
	padding: 0 6%;
	text-align: center;
	transform: translateX(-50%);
	bottom: 1.36rem;
}

.hero_content h1 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.08rem;
	font-size: 1.28rem;
	line-height: 0.95;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	font-family: ClashDisplay;
}

.hero_content h1 i {
	font-style: normal;
	font-size: 0.58em;
	font-weight: 300;
	margin: 0 -0.03rem;
}

.line_text {
	position: relative;
}

.line_text::after {
	content: "";
	position: absolute;
	left: 2%;
	right: 17%;
	bottom: -0.09rem;
	height: 0.04rem;
	background: rgba(255,255,255,0.96);
	box-shadow: 0 0 0.1rem rgba(255,255,255,0.6);
	width: 1.54rem;
}

.hero_desc {
	margin-top: 1.89rem;
	font-size: .36rem;
	font-weight: 400;
	letter-spacing: 0;
	color: rgba(255,255,255,0.94);
	text-shadow: 0 0.02rem 0.08rem rgba(0,0,0,0.45);
	font-family: Satoshi-Medium;
	line-height: .38rem;
}

/* 让渐变角度可以平滑过渡 */
@property --border-angle {
	syntax: "<angle>";
	inherits: false;
	initial-value: 0deg;
}

.touch_btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.14rem;
	margin-top: 1.06rem;
	padding: .1rem .35rem;
	border: none;
	border-radius: .64rem;
	color: #fff;
	text-decoration: none;
	background: rgba(255,255,255,0.08);
	overflow: hidden;
	isolation: isolate;
	backdrop-filter: blur(.04rem);
	-webkit-backdrop-filter: blur(.04rem);
}

/* 渐变边框：边框本身不旋转，只是颜色在走 */
.touch_btn::before {
	--border-angle: 0deg;
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: .02rem;
	background: conic-gradient(
		from var(--border-angle),
		#1450ff 0deg,
		#6f86ff 80deg,
		#ffffff 150deg,
		#9aa8ff 230deg,
		#1450ff 360deg
	);
	-webkit-mask:
		linear-gradient(#000 0 0) content-box,
		linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	transition: --border-angle .9s cubic-bezier(.22, 1, .36, 1);
	pointer-events: none;
	z-index: 1;
}

/* 内部半透明底 */
.touch_btn::after {
	content: "";
	position: absolute;
	inset: .001rem;
	border-radius: calc(.2rem - .001rem);
	background: linear-gradient(
		180deg,
		rgba(255,255,255,0.17) 0%,
		rgba(255,255,255,0.08) 100%
	);
	pointer-events: none;
	z-index: 0;
}

/* 文字 */
.touch_btn span {
	position: relative;
	z-index: 2;
	font-size: .24rem;
	font-family: 'Satoshi-Medium';
	font-weight: 500;
	line-height: 1.2;
	transition:
		transform .35s ease,
		letter-spacing .35s ease,
		text-shadow .35s ease;
}

/* 鼠标移上去：只是渐变颜色沿边框走一圈 */
.touch_btn:hover::before {
	--border-angle: 360deg;
}

/* 鼠标移上去：文字变大 */
.touch_btn:hover span {
	transform: scale(1.08);
	letter-spacing: .01rem;
	/* text-shadow: 0 0 .08rem rgba(255,255,255,0.45); */
}


/* =========================
   TO TOP BUTTON
========================= */

/* 圆形按钮边框渐变角度 */
@property --top-border-angle {
	syntax: "<angle>";
	inherits: false;
	initial-value: 90deg;
}

.to_top {
	position: fixed;
	right: .4rem;
	bottom: .5rem;
	z-index: 9;

	width: .64rem;
	height: .64rem;
	padding: 0;

	border: none;
	border-radius: 50%;

	display: flex;
	align-items: center;
	justify-content: center;

	cursor: pointer;

	overflow: hidden;
	isolation: isolate;

	/* 默认隐藏 */
	opacity: 0;
	visibility: hidden;
	pointer-events: none;

	transform: translateY(.2rem);

	/* 默认背景 */
	background: radial-gradient(
		50% 50% at 50% 50%,
		rgba(2, 59, 254, 0.33) 0%,
		rgba(86, 106, 255, 0.2112) 36.1%,
		rgba(2, 59, 254, 0.33) 100%
	);

	/* 内阴影 */
	box-shadow:
		0 .04rem .08rem 0 #5E538E33 inset,
		0 -.04rem .08rem 0 #5E538E33 inset;

	transition:
		opacity .3s ease-out,
		visibility .3s ease-out,
		transform .3s ease-out,
		background .3s ease-out,
		box-shadow .3s ease-out;
}

/* 显示状态 */
.to_top.show_top {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;

	transform: translateY(0);
}

/* menu 打开时强制隐藏 */
body.menu_open .to_top {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;

	transform: translateY(.2rem);
}

/* =========================
   渐变描边
========================= */

.to_top::before {
	content: "";

	position: absolute;
	inset: 0;

	border-radius: inherit;

	padding: 2px;

	background: conic-gradient(
		from 90deg at 50% 50%,
		#0509FF -89.36deg,
		#FFFFFF 0.8deg,
		#347AFD 90.66deg,
		#6672FD 134.79deg,
		#085EFD 180.5deg,
		rgba(146, 159, 255, 0.9) 224.91deg,
		#0509FF 270.64deg,
		#FFFFFF 360.8deg
	);

	-webkit-mask:
		linear-gradient(#000 0 0) content-box,
		linear-gradient(#000 0 0);

	-webkit-mask-composite: xor;
	mask-composite: exclude;

	pointer-events: none;

	z-index: 1;

	transition:
		background .3s ease-out,
		transform .6s ease;
}

/* 内部发光层 */
.to_top::after {
	content: "";

	position: absolute;
	inset: 2px;

	border-radius: inherit;

	background: radial-gradient(
		50% 50% at 50% 50%,
		rgba(2, 59, 254, 0.28) 0%,
		rgba(86, 106, 255, 0.18) 42%,
		rgba(2, 59, 254, 0.3) 100%
	);

	z-index: -1;

	pointer-events: none;
}

/* =========================
   HOVER
========================= */

.to_top:hover {
	transform: translateY(0) scale(1.08);

	background: radial-gradient(
		50% 50% at 50% 50%,
		rgba(2, 59, 254, 0.33) 0%,
		rgba(86, 106, 255, 0.2112) 80.77%,
		rgba(2, 59, 254, 0.33) 100%
	);

	box-shadow:
		0 .04rem .08rem 0 #5E538E33 inset,
		0 -.04rem .08rem 0 #5E538E33 inset,
		0 0 .22rem rgba(80, 120, 255, 0.55);
}

/* hover 边框旋转 */
.to_top:hover::before {
	background: conic-gradient(
		from -88.67deg at 50% 50%,
		#0509FF -89.36deg,
		#FFFFFF 0.4deg,
		#347AFD 90.66deg,
		#085EFD 134.79deg,
		rgba(8, 28, 253, 0.866667) 180.5deg,
		#929FFF 224.91deg,
		#0509FF 270.64deg,
		#FFFFFF 360.4deg
	);

	transform: rotate(180deg);
}

/* =========================
   ARROWS
========================= */

.to_top .arrow {
	position: absolute;

	left: 50%;
	top: 50%;

	width: .18rem;
	height: .18rem;

	object-fit: contain;

	z-index: 3;

	transform: translate(-50%, -50%);

	transition:
		transform .28s ease,
		opacity .28s ease;
}

/* 默认箭头 */
.to_top .arrow_1 {
	opacity: 1;

	transform:
		translate(-50%, -50%)
		translateY(0);
}

/* 第二个箭头 */
.to_top .arrow_2 {
	opacity: 0;

	transform:
		translate(-50%, -50%)
		translateY(.12rem);
}

/* hover 动画 */
.to_top:hover .arrow_1 {
	transform:
		translate(-50%, -50%)
		translateY(-.07rem);
}

.to_top:hover .arrow_2 {
	opacity: 1;

	transform:
		translate(-50%, -50%)
		translateY(.03rem);
}

/* ================= MENU OVERLAY ================= */

.menu_overlay {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: #03030c;
	/* border: 2px solid #008cff; */
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: scale(1.015);
	transition: opacity 0.42s ease, visibility 0.42s ease, transform 0.42s ease;
}

.menu_overlay.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: scale(1);
}

.close_btn {
	position: absolute;
	right: 7.2%;
	top: 0.42rem;
	z-index: 20;
	width: 0.36rem;
	height: 0.36rem;
	cursor: pointer;
}

.close_btn::before,
.close_btn::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0.33rem;
	height: 0.025rem;
	background: #fff;
	border-radius: 0.02rem;
	transform-origin: center;
}

.close_btn::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.close_btn::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.menu_nav {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	width: 100%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.27rem;
	text-align: center;
}

.menu_nav a {
	position: relative;
	display: inline-block;
	letter-spacing: 0.02em;
	color: #fff;
	transition: all 0.3s ease;
	font-family: 'Satoshi-Bold';
	font-weight: 700;
	font-size: .52rem;
	line-height: 100%;
	text-align: center;
}

.menu_nav a::after {
	/* content: ""; */
	position: absolute;
	left: 50%;
	bottom: -0.08rem;
	width: 0;
	height: 0.02rem;
	background: #fff;
	transform: translateX(-50%);
	box-shadow: 0 0 0.12rem rgba(255,255,255,0.65);
	transition: width 0.3s ease;
}

.menu_nav a:hover {
	transform: translateY(-0.02rem);
	/* text-shadow: 0 0 0.16rem rgba(255,255,255,0.48); */
	font-family: 'Satoshi-Black';
	font-weight: 900;
	font-size: .62rem;
	line-height: 100%;
	text-align: center;
	color: #566AFF;
}

.menu_nav a:hover::after {
	width: 78%;
}

.menu_to_top {
	z-index: 20;
}

/* =========================
   Partners & Products
   PC + Tablet clean version
   Mobile below 980px will be rebuilt later
========================= */

.partners_section {
	position: relative;
	width: 100%;
	min-height: 100vh;
	background: #e9e9e9;
	color: #171717;
	overflow: hidden;
	padding: .46rem .7rem .62rem;
}

.partners_inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.partners_main_title {
	text-align: right;
	font-size: .72rem;
	line-height: 1.1;
	font-family: 'inter-bold';
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: .42rem;
	color: #171717;
}

.partners_content {
	display: grid;
	grid-template-columns: 5.16rem 11.56rem;
	gap: .94rem;
	align-items: flex-start;
}

/* =========================
   Left Text
========================= */

.partners_text {
	padding-top: .05rem;
	width: 5.16rem;
	max-width: 5.16rem;
	min-height: 4.55rem;
}

.partner_info {
	opacity: 0;
	transform: translateY(.16rem);
	transition:
		opacity .45s ease,
		transform .45s ease;
}

.partner_info.is_show {
	opacity: 1;
	transform: translateY(0);
}

.partner_info .brand_title {
	font-family: Satoshi-Black;
	font-size: .34rem;
	line-height: .92;
	font-weight: 700;
	letter-spacing: -0.045em;
	margin-bottom: .18rem;
	color: #171717;
}

.partner_info .brand_title span {
	display: block;
}

.partner_info .brand_title.small {
	font-size: .25rem;
	line-height: 1.02;
	letter-spacing: -0.035em;
	margin-bottom: .03rem;
}

.partner_info .brand_subtitle {
	font-size: .14rem;
	line-height: 1.15;
	font-weight: 700;
	font-style: italic;
	color: #666;
	margin-bottom: .22rem;
}

.partner_info .brand_series {
	color: #6a6a6a;
	font-family: 'Satoshi-Black';
	font-weight: 900;
	font-size: .5rem;
	line-height: .5rem;
	letter-spacing: 0%;
}

.partner_info .brand_headline {
	font-family: Satoshi-Black;
	font-size: .17rem;
	line-height: 1.08;
	font-weight: 700;
	color: #171717;
	margin-bottom: .18rem;
}

.partner_info .brand_body p {
	margin-bottom: .22rem;
}

.partner_info strong {
	font-weight: 700;
	font-family: 'Satoshi-Bold';
	font-size: .26rem;
	line-height: .28rem;
}

.partner_info em {
	font-style: italic;
	color: #666;
}

/* Holkirk 文案 */
.partner_info.info_holkirk .brand_title {
	font-size: .5rem;
	line-height: .46rem;
	margin-bottom: .22rem;
	font-weight: 900;
}

.partner_info.info_holkirk .brand_headline {
	font-size: .28rem;
	line-height: .32rem;
	margin-bottom: .22rem;
}

.partner_info.info_holkirk .brand_body {
	font-size: .26rem;
	line-height: .28rem;
	font-family: Satoshi-Regular;
	color: #161616;
	font-weight: 400;
}

/* KNS 文案 */
.partner_info.info_kns .brand_title {
	font-size: .5rem;
	line-height: .46rem;
	margin-bottom: .22rem;
	font-weight: 900;
}

.partner_info.info_kns .brand_headline {
	font-size: 0.28rem;
	line-height: .32rem;
	margin-bottom: .22rem;
	font-family: Satoshi-Black;
}

.partner_info.info_kns .brand_body {
	font-size: .23rem;
	line-height: .26rem;
	font-family: Satoshi-Regular;
	color: #161616;
	font-weight: 400;
	letter-spacing: -1%;
	width: 5.14rem;
}

/* IRT 文案 */
.partner_info.info_irt .brand_title {
	font-size: .5rem;
	line-height: .46rem;
	/* margin-bottom: .22rem; */
	font-weight: 900;
}

.partner_info.info_irt .brand_subtitle {
	font-size: .3rem;
	margin-bottom: .2rem;
	line-height: .46rem;
	font-weight: 700;
	font-family: Satoshi-BoldItalic;
}

.partner_info.info_irt .brand_headline {
	font-size: .28rem;
	line-height: .32rem;
	margin-bottom: .22rem;
	letter-spacing: -1%;
}

.partner_info.info_irt .brand_body {
	font-size: .23rem;
	line-height: .26rem;
	font-family: Satoshi-Regular;
	color: #161616;
	font-weight: 400;
	/* letter-spacing: -1%; */
}

.partner_info.info_irt .brand_body p {
	margin-bottom: .13rem;
}

/* FENIX 文案 */
.partner_info.info_fenix .brand_title {
	font-size: .5rem;
	line-height: .46rem;
	margin-bottom: .22rem;
	font-weight: 900;
}

.partner_info.info_fenix .brand_headline {
	font-size: .28rem;
	line-height: .32rem;
	margin-bottom: .22rem;
	font-family: Satoshi-Black;
}

.partner_info.info_fenix .brand_body {
	font-size: .22rem;
	line-height: .26rem;
	font-family: Satoshi-Regular;
	color: #161616;
	font-weight: 400;
}

.partner_info.info_fenix .brand_body p {
	margin-bottom: .13rem;
	width: 5.07rem;
}

/* SONIX 文案 */
.partner_info.info_sonix .brand_title {
	font-size: .5rem;
	line-height: .46rem;
	margin-bottom: .22rem;
	font-weight: 900;
}

.partner_info.info_sonix .brand_headline {
	font-size: 0.28rem;
	line-height: .32rem;
	margin-bottom: .22rem;
	font-family: Satoshi-Black;
}

.partner_info.info_sonix .brand_body {
	font-size: .22rem;
	line-height: .26rem;
	font-family: Satoshi-Regular;
	color: #161616;
	font-weight: 400;
}

/* =========================
   Right Cards
========================= */

.partners_visual {
	position: relative;
	width: 11.56rem;
	min-height: auto;
	overflow: visible;
}

.partners_cards {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: .2rem;
	width: 11.66rem;
	min-height: 6.33rem;
	transition: all .45s ease;
	overflow: visible;
}

.partner_card {
	position: relative;
	flex: 0 0 3.11rem;
	height: 4.91rem;
	border-radius: .12rem;
	background: #fff;
	box-shadow: 0 .06rem .1rem rgba(0, 0, 0, 0.22);
	overflow: hidden;
	opacity: 0;
	transform: translateX(.35rem) scale(.95);
	animation: partnerCardIn .55s ease forwards;
	cursor: pointer;
	transition:
		transform .35s ease,
		box-shadow .35s ease;
}

.partner_card:nth-child(2) {
	animation-delay: .06s;
	margin-top: .48rem;
}

.partner_card:nth-child(3) {
	animation-delay: .12s;
	margin-top: .48rem;
}

.partner_card.is_active {
	flex: 0 0 4.74rem;
	height: 6.33rem;
	border-radius: .12rem;
	box-shadow: 0 .08rem .14rem rgba(0, 0, 0, 0.25);
}

.partner_card:hover {
	transform: translateY(-.04rem);
	box-shadow: 0 .1rem .18rem rgba(0, 0, 0, 0.22);
}

.partner_card_logo {
	position: absolute;
	left: .12rem;
	top: .1rem;
	z-index: 3;
	width: .86rem;
	height: auto;
	max-height: .5rem;
	object-fit: contain;
	object-position: left top;
	/* pointer-events: none; */
	
}

.partner_card.is_active .partner_card_logo {
	width: 2.71rem;
	max-height: .64rem;
}

.partner_card_logo.logo_holkirk {
	width: 1.12rem;
}

.partner_card.is_active .partner_card_logo.logo_holkirk {
	width: 2.71rem;
}

.partner_card_logo.logo_kns {
	width: .5rem;
	max-height: .5rem;
}

.partner_card.is_active .partner_card_logo.logo_kns {
	width: 1.22rem;
	max-height: 1.14rem;
}

.partner_card_logo.logo_irt {
	width: .62rem;
}

.partner_card.is_active .partner_card_logo.logo_irt {
	width: 1.22rem;
	max-height: 1.44rem;
}

.partner_card_logo.logo_fenix,
.partner_card_logo.logo_sonix {
	width: .86rem;
}

.partner_card.is_active .partner_card_logo.logo_fenix,
.partner_card.is_active .partner_card_logo.logo_sonix {
	width: 2.71rem;
}

.partner_product_img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	padding: .5rem .16rem .16rem;
}

.partner_card.is_active .partner_product_img {
	padding: .58rem .12rem .12rem;
	    object-fit: cover;
}

@keyframes partnerCardIn {
	to {
		opacity: 1;
		transform: translateX(0) scale(1);
	}
}

/* =========================
   Controls
========================= */

.partners_control {
	position: relative;
	left: .85rem;
	top: auto;
	bottom: auto;
	margin-top: .15rem;
	/* margin-bottom: .72rem; */
	display: flex;
	align-items: center;
	gap: 0;
	z-index: 2;
}

.partner_arrow {
	position: relative;
	width: .44rem;
	height: .44rem;
	/* border-radius: 50%; */
	/* border: 1px solid #0617df; */
	/* color: #0617df; */
	/* background: transparent; */
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition:
		background .3s ease,
		color .3s ease,
		box-shadow .3s ease,
		transform .3s ease;
}

.partner_prev {
	margin-right: .82rem;
	/* border-color: #909090; */
	/* color: #777; */
}

.partner_next {
	margin-right: .254rem;
}

.partner_arrow span {
	display: none;
	font-size: .42rem;
	line-height: .32rem;
	margin-top: -.04rem;
	font-family: Arial, sans-serif;
	font-weight: 300;
}
.partner_arrow {
    position: relative;
}

/* 画箭头 */
.partner_arrow::before {
    /* content: ""; */
    /* width: .12rem; */
    /* height: .12rem; */
    border-top: .02rem solid currentColor;
    border-right: .02rem solid currentColor;
}

/* 左箭头 */
.partner_prev::before {
    transform: rotate(-135deg);
}

/* 右箭头 */
.partner_next::before {
    transform: rotate(45deg);
}
.partner_arrow:hover {
	/* border-color: #0617df; */
	/* color: #0617df; */
	/* background: #0617df; */
	/* border: .02rem solid #0617df; */
	/* box-shadow: 0 0 .12rem rgba(6, 23, 223, .28); */
	transform: translateY(-.02rem);
}

.partner_progress {
	position: relative;
	width: 3.72rem;
	height: 2px;
	background: #b8b8b8;
	/* overflow: hidden; */
	margin-right: .254rem;
}

.partner_progress span {
	position: absolute;
	left: 0;
	top: -0.02rem;
	height: .05rem;
	width: 20%;
	background: #040CAD;
	transform: translateX(0%);
	transition: transform .45s ease;
	box-shadow: 0 .05rem .06rem 0 #00000066;
}

.partner_num {
	font-size: .4rem;
	line-height: 1;
	font-family: 'Satoshi-Medium', Arial, sans-serif;
	font-weight: 700;
	color: #040CAD;
	letter-spacing: -0.04em;
	min-width: .58rem;
	margin-left: 0;
}

/* PC：1201px 以上
   rem.js: getRem(2220, 100)
*/
	
	.partners_section {
		/* height: 100vh; */
		min-height: 7.2rem;
		padding: .64rem .47rem .72rem 1.07rem;
	}

	.partners_inner {
		height: 100%;
	}

	.partners_main_title {
		
		margin-bottom: .486rem;
		padding-right: .67rem;
	}

	.partners_content {
		/* grid-template-columns: 5.966rem 13.366rem; */
		/* gap: 0.94rem; */
	}

	.partners_text {
		padding-top: .058rem;
		width: 5.16rem;
		max-width: 5.16rem;
		min-height: 4.55rem;
	}

	.partners_visual {
		width: 11.66rem;
		min-height: auto;
	}

	.partners_cards {
		gap: .3rem;
		/* width: 13.366rem; */
		/* min-height: 7.319rem; */
	}

	.partner_card {
		flex: 0 0 3.11rem;
		height: 4.91rem;
		border-radius: .2rem;
		box-shadow: 0 .069rem .116rem rgba(0, 0, 0, 0.22);
		transform: translateX(.405rem) scale(.95);
	}

	.partner_card:nth-child(2),
	.partner_card:nth-child(3) {
		margin-top: .555rem;
	}

	.partner_card.is_active {
		flex: 0 0 4.74rem;
		height: 6.33rem;
		border-radius: .3rem;
		box-shadow: 0 .092rem .162rem rgba(0, 0, 0, 0.25);
	}

	.partner_card_logo {
		left: 0;
		top: 0;
		width: .995rem;
		max-height: .578rem;
	}
p.asds {
    margin-bottom: .18rem;
}
	.partner_card.is_active .partner_card_logo {
		width: 3.133rem;
		max-height: .74rem;
	}

	.partner_card_logo.logo_holkirk {
		width: 1.55rem;
		margin-left: .11rem;
	}

	.partner_card.is_active .partner_card_logo.logo_holkirk {
		width: 2.71rem;
		margin-top: .04rem;
		margin-left: .13rem;
	}

	.partner_card_logo.logo_kns {
		width: .76rem;
		max-height: .71rem;
	}

	.partner_card.is_active .partner_card_logo.logo_kns {
		width: 1.231rem;
		max-height: 1.14rem;
	}

	.partner_card_logo.logo_irt {
		width: .8rem;
		max-height: .75rem;
	}

	.partner_card.is_active .partner_card_logo.logo_irt {
		width: 1.27rem;
		max-height: 1.19rem;
	}

	.partner_card_logo.logo_fenix {
		width: 1.3rem;
		margin-top: .09rem;
		margin-left: .11rem;
	}
	
	.partner_card_logo.logo_sonix {
		width: 1.35rem;
		margin-top: .07rem;
		margin-left: .12rem;
	}

	.partner_card.is_active .partner_card_logo.logo_fenix
	 {
		width: 2.18rem;
		max-height: .82rem;
		margin-top: .13rem;
		margin-left: .13rem;
	}
	
	.partner_card.is_active .partner_card_logo.logo_sonix {
		width: 2.17rem;
		max-height: .82rem;
		margin-top: .12rem;
		margin-left: .13rem;
	}

	.partner_product_img {
		padding: .578rem .185rem .185rem;
	}

	.partner_card.is_active .partner_product_img {
		padding: .67rem .139rem .139rem;
	}

	.partners_control {
		left: 1.4rem;
		margin-top: .66rem;
		/* margin-bottom: .72rem; */
		gap: 0;
	}

	.partner_arrow {
		width: .645rem;
		height: .645rem;
		/* border: .02rem solid #0617df; */
	}

	.partner_prev {
		margin-right: .82rem;
		/* border-color: #909090; */
		/* color: #777; */
	}

	.partner_next {
		margin-right: .254rem;
	}

	.partner_arrow span {
		font-size: .486rem;
		line-height: .37rem;
		margin-top: -.046rem;
	}

	.partner_progress {
		width: 5.6rem;
		height: .03rem;
		margin-right: .254rem;
	}

	.partner_num {
		font-size: .6rem;
		line-height: .73rem;
		font-family: Sephora;
		font-weight: 400;
		min-width: .67rem;
	}



/* =========================
   About Intro Section
========================= */

.about_intro_section {
	position: relative;
	width: 100%;
	min-height: 9rem;
	background-image: url("../images/about/about_bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow: hidden;
	color: #fff;
}

.about_intro_section::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		radial-gradient(circle at 20% 20%, rgba(80, 95, 255, 0.18), transparent 35%),
		linear-gradient(180deg, rgba(6, 7, 42, 0.08) 0%, rgba(3, 3, 25, 0.18) 100%);
	pointer-events: none;
}

/* 透明线稿背景 */
.about_line_layer {
	position: absolute;
	inset: 0;
	z-index: 2;
	background-image: url("../images/about/about_line.png");
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none;
	opacity: 0.92;
}

/* 内容层 */
.about_intro_inner {
	position: relative;
	z-index: 3;
	width: 100%;
	min-height: 9rem;
	padding-top: 1.16rem;
	width: 14.84rem;
	margin: 0 auto;
	padding-bottom: 3.58rem;
}

/* 通用卡片 */
.about_card {
	position: relative;
	background: rgba(20, 20, 70, 0.52);
	backdrop-filter: blur(.04rem);
	-webkit-backdrop-filter: blur(.04rem);
	box-shadow: 0 .08rem .28rem rgba(0, 0, 0, 0.2);
	color: #fff;
}

/* .about_card::before {
	content: "";
	position: absolute;
	left: 0;
	top: .23rem;
	bottom: .23rem;
	width: .04rem;
	background: rgba(255,255,255,0.72);
	border-radius: .04rem;
	
	
} */

.about_card:nth-child(2)::before,
.about_card:nth-child(3)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    bottom: .23rem;
    width: .09rem;
    background: #FFFFFF99;
    height: 1.28rem;
    transform: translateY(-50%);
}



.about_card.about_card_01 {
	position: relative;
	border: none;
	border-radius: .3rem;
	background: rgba(20, 20, 70, 0.52);
	backdrop-filter: blur(.04rem);
	-webkit-backdrop-filter: blur(.04rem);
	box-shadow: 0 .08rem .28rem rgba(0, 0, 0, 0.2);
	color: #fff;
	overflow: hidden;
}

.about_card.about_card_01::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: .01rem;
	background: linear-gradient(
		90deg,
		#6286FF 0%,
		#566AFF 90%
	);

	-webkit-mask:
		linear-gradient(#000 0 0) content-box,
		linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;

	pointer-events: none;
	z-index: 2;
}

.about_card.about_card_01  p {
	color: #fff;
	font-family: 'Satoshi-Medium';
	font-weight: 500;
	font-size: .4rem;
	line-height: .45rem;
	/* letter-spacing: -0.011rem; */
	text-align: justify;
}

.about_card.about_card_01 em {
	color: #566AFF;
	font-family: 'Satoshi-BoldItalic';
	font-weight: 700;
	font-size: .4rem;
	line-height: .45rem;
	/* letter-spacing: -0.011rem; */
	text-align: justify;
}

.about_card.about_card_02  p {
	font-family: Satoshi-Regular;
	font-weight: 400;
	font-size: .4rem;
	line-height: .42rem;
	letter-spacing: -0.012rem;

}
.about_card.about_card_02 em 
 {
	font-family: Satoshi-MediumItalic;
	font-weight: 500;
	font-size: .4rem;
	line-height: .42rem;
	letter-spacing: -0.012rem;
	color: #566AFF;
}
.about_card.about_card_03  p {
	font-family: Satoshi-Regular;
	font-weight: 400;

	font-size: .4rem;

		line-height: .42rem;
	letter-spacing:  -0.012rem;


}
.about_card.about_card_03 em 
 {
	font-family: Satoshi-MediumItalic;
	font-weight: 500;
	font-size: .4rem;
    line-height: .42rem;
	letter-spacing: -0.012rem;
	color: #566AFF;

}

.about_card.about_card_04  p {
font-family: Satoshi-Medium;
font-weight: 500;

font-size: .45rem;

line-height: .5rem;
letter-spacing: -0.013rem;
text-align: justify;



}
.about_card.about_card_04 em 
 {font-family: Satoshi-BoldItalic;font-weight: 700;font-size: .45rem;line-height: .5rem;letter-spacing: -0.013rem;;text-align: justify;color: #566AFF;}


.about_card.about_card_04 {
	position: relative;
	border: none;
	border-radius: .2rem;
	background: rgba(20, 20, 70, 0.52);
	backdrop-filter: blur(.04rem);
	-webkit-backdrop-filter: blur(.04rem);
	box-shadow: 0 .08rem .28rem rgba(0, 0, 0, 0.2);
	color: #fff;
	overflow: hidden;
}

.about_card.about_card_04::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: .01rem;
	background: linear-gradient(
		90deg,
		#6286FF 0%,
		#566AFF 90%
	);

	-webkit-mask:
		linear-gradient(#000 0 0) content-box,
		linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;

	pointer-events: none;
	z-index: 2;
}
/* 第一块 */
.about_card_01 {
	width: 14.84rem;
	margin: 0 auto;
	padding: .49rem .52rem .42rem .52rem;
	height: 3.6rem;
	margin-bottom: 1.77rem;
}

/* 第二块 */
.about_card_02 {
	width: 11.6rem;
	padding: .47rem .41rem .62rem .52rem;
	height: 3.19rem;
	border-radius: .3rem;
	border: .01rem solid #FFFFFF66;
}

/* 第三块 */
.about_card_03 {
	width: 11.6rem;
	margin-top: 1rem;
	border-radius: .3rem;
	border: 0.01rem solid #FFFFFF66;
	height: 3.19rem;
	padding: .55rem .52rem .54rem .52rem;
	margin-left: auto;
	margin-bottom: 1.69rem;
}

/* 第四块 */
.about_card_04 {
	width: 14.84rem;
	padding: .44rem .33rem .43rem .52rem;
	height: 3.37rem;
	margin-bottom: 1.03rem;
}

/* 底部标题 */
.about_intro_title {
	position: relative;
	width: 100%;
	text-align: center;
}





.about_intro_title h2 {
	color: #fff;
	font-family: 'Satoshi-Black';
	font-weight: 700;
	font-size: .8rem;
	line-height: .73rem;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: .21rem;
}

.about_intro_title p {
	font-style: italic;
	color: #5f77ff;
	font-family: 'Satoshi-MediumItalic';
	font-weight: 500;
	font-size: .8rem;
	line-height: .73rem;
	letter-spacing: 0%;
	text-align: center;
	text-align: right;
}

/* ================= GET IN TOUCH ================= */

.get-in-touch {
    position: relative;
    overflow: hidden;
    background: #050314;
    color: #fff;
    padding: .9rem 0 1.15rem;
    padding-bottom: .8rem;
    padding-top: .73rem;
}

.get-in-touch::before {
    content: "";
    position: absolute;
    inset: 0;
    /*    background:
        radial-gradient(circle at 50% 8%, rgba(86,106,255,.16), transparent 30%),
        linear-gradient(180deg, rgba(6,5,28,.95) 0%, rgba(8,6,35,.92) 100%); */
    background-image: url(../images/about/about_bg.jpg);
    z-index: 1;
    background-size: cover;
    /* background-attachment: fixed; */
}

.get-in-touch .container {
    position: relative;
    z-index: 2;
    max-width: 15.4rem;
    margin: 0 auto;
    padding: 0;
}

.header-content {
    text-align: center;
    margin-bottom: .78rem;
}

.header-content h1 {
    font-family: 'Satoshi-Black';
    font-size: .72rem;
    line-height: 1;
    letter-spacing: -0.015rem;
    margin-bottom: .7rem;
}

.header-content .highlight {
    font-family: Satoshi-Bold;
    font-size: .5rem;
    line-height: .52rem;
    color: #566AFF;
    margin-bottom: .18rem;
}

.header-content p.as1
 {
    width: 15.11rem;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    font-family: Satoshi-Medium;
    font-size: .4rem;
    line-height: .39rem;
    color: rgba(255,255,255,.95);
    margin: .23rem 0;
    font-weight: 500;
}
.header-content p.as {
       width: 14.84rem;
       max-width: 100%;
       /* margin: 0 auto; */
       text-align: left;
       font-family: Satoshi-Medium;
       font-size: .4rem;
       line-height: .4rem;
       color: rgba(255,255,255,.95);
       letter-spacing: 0%;
       margin-right: auto;
}

.contact-grid {
    display: grid;
    grid-template-columns: 5.8rem 8.05rem;
    justify-content: center;
    gap: 1.55rem;
    align-items: stretch;
}

.contact-card {
    position: relative;
    min-height: 3.95rem;
    border-radius: .3rem;
    padding: .72rem .82rem;
    background: rgba(24, 20, 58, .72);
    border: 1px solid #FFFFFF0D;
    backdrop-filter: blur(.12rem);
    -webkit-backdrop-filter: blur(.12rem);
    box-shadow: 0 .28rem .8rem rgba(0,0,0,.24);
}

/* 两个卡片横条分别控制长度 */
.info-card .top-bar {
    width: 2.54rem;
}

.form-card .top-bar {
    width: 3.53rem;
}

.top-bar {
    position: absolute;
    left: 50%;
    top: 0;
    height: .08rem;
    transform: translateX(-50%);
    background: #FFFFFFCC;
    box-shadow: 0 .04rem .04rem 0 #99999940;
}

.info-item {
    margin-bottom: .48rem;
}

.info-item:last-child {
    margin-bottom: 0;
}

.info-item h3 {
    margin-bottom: .07rem;
    font-family: 'Satoshi-Black';
    font-weight: 900;
    font-size: .3rem;
    line-height: .3rem;
    letter-spacing: -0.015rem;
    text-transform: capitalize;
}

.info-item p {
    color: rgba(255,255,255,.95);
    font-family: 'Satoshi-Medium';
    font-weight: 500;
    font-size: .26rem;
    line-height: .3rem;
    letter-spacing: 0%;
    text-transform: capitalize;
}

.contact-form {
    width: 100%;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .48rem .92rem;
    margin-bottom: .47rem;
}

.form-group {
    position: relative;
}

.form-group label {
    display: block;
    font-family: Satoshi-Light;
    color: #FFFFFFBF;
    margin-bottom: .14rem;
    font-weight: 300;
    font-size: .2rem;
    line-height: .14rem;
    letter-spacing: 0%;
}

.form-group input {
    width: 100%;
    /* height: .34rem; */
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,.45);
    color: #fff;
    /* padding: 0 0 .08rem; */
    transition: border-color .35s ease, box-shadow .35s ease;
    font-family: 'Satoshi-Light';
    font-weight: 300;
    font-size: .2rem;
    line-height: .14rem;
    letter-spacing: 0%;
}

.form-group input::placeholder {
    color: rgba(255,255,255,.86);
}

/* 鼠标放上去、点击书写时下划线变蓝发光 */
.form-group input:hover,
.form-group input:focus {
    border-bottom-color: #5d7cff;
    box-shadow: 0 .06rem .12rem -.1rem rgba(86,106,255,.95);
}

/* label 也跟着变色 */
.form-group:focus-within label {
    color: #7f93ff;
}

.full-width {
    margin-top: .08rem;
}

.submit-container {
    text-align: center;
    margin-top: .62rem;
}

/* 跑马灯渐变按钮11111111111111111111111111111111111111111111111111111111111111111 */
/* 跑马灯渐变按钮11111111111111111111111111111111111111111111111111111111111111111 */
/* 跑马灯渐变按钮11111111111111111111111111111111111111111111111111111111111111111 */
/* 跑马灯渐变按钮11111111111111111111111111111111111111111111111111111111111111111 */
/* 跑马灯渐变按钮11111111111111111111111111111111111111111111111111111111111111111 */
/* 跑马灯渐变按钮11111111111111111111111111111111111111111111111111111111111111111 */

/* 按钮主体 */
/* 按钮主体 */
/* 按钮主体 */
.send-btn {
    position: relative;
    width: 2.33rem;
    height: .5rem;
    border: none;
    border-radius: .64rem;
    cursor: pointer;
    overflow: hidden;
    isolation: isolate;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-family: Satoshi-light;
    font-size: .2rem;

    background: linear-gradient(90deg, #023BFE 0%, #808EF7 25%, #023BFE 100%);
    box-shadow: inset 0 0 0 2px transparent;

    transition:
        transform .3s ease,
        font-size .3s ease,
        text-shadow .3s ease;
				  background-position: 100% 50%;
	transition: background-position 0.4s ease-in-out;
	transition: .3s ease all;
	
}

.send-btn::before {
   --border-angle: 0deg;
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: .02rem;
	background: conic-gradient(
		from var(--border-angle),
		#1450ff 0deg,
		#6f86ff 80deg,
		#ffffff 150deg,
		#9aa8ff 230deg,
		#1450ff 360deg
	);
	-webkit-mask:
		linear-gradient(#000 0 0) content-box,
		linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	transition: --border-angle .9s cubic-bezier(.22, 1, .36, 1);
	pointer-events: none;
	z-index: 1;



}

.send-btn:hover::before {
	--border-angle: 360deg;
  background-size: 200% 100%;  /* 添加这个！让背景变成2倍宽 */
    background-position: 0% 50%;  /* 初始位置 */

	


}
.send-btn:hover {
	 color: #fff;
    font-family: Satoshi-bold;
    font-size: .24rem;
	font-weight: 700;
	  background-position: 0% 50%;  /* 初始位置 */
	 background-size: 200% 100%;  /* 添加这个！让背景变成2倍宽 */

}	





/* ================= FOOTER VIDEO ================= */

.contact-footer {
    position: relative;
    overflow: hidden;
    height: 1.9rem;
    margin-top: 0;
    padding: 0;
    /* border-top: 1px solid rgba(255,255,255,.16); */
    background: #03030c;
}

.footer-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.contact-footer::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(3,3,12,.2), rgba(3,3,12,.42));
}

.footer-content {
    position: relative;
    z-index: 3;
    /* height: 100%; */
    max-width: 15.4rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: .85rem 0 .75rem 0;
}

.company-name {
    font-family: 'Satoshi-Black';
    font-size: .26rem;
    line-height: .33rem;
    color: #fff;
    text-transform: uppercase;
}

.footer-logo {
    width: 2.05rem;
}

.info-item2 h3 {
    font-family: 'Satoshi-Black';
    font-weight: 900;
    font-size: .3rem;
    line-height: .2rem;
    letter-spacing: -0.015rem;
    text-transform: uppercase;
    margin-bottom: .18rem;
}

.info-item2 p {
    font-family: 'Satoshi-Medium';
    font-weight: 500;
    font-size: .26rem;
    line-height: .2rem;
    letter-spacing: -0.015rem;
    text-transform: uppercase;
}

.info-item2 {
    margin: .61rem 0;
}
.info-item3 h3 {
    font-family: 'Satoshi-Black';
    font-weight: 900;
    font-size: .28rem;
    line-height: .26rem;
    letter-spacing: -0.015rem;
    margin-bottom: .18rem;
}
.info-item3 p {
    font-family: 'Satoshi-Medium';
    font-weight: 500;
    font-size: .26rem;
    letter-spacing: 0%;
    line-height: .26rem;
}




.footer-content {
    max-width: 15.11rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    /* padding: 0 20px; */
}

.company-name {
    color: #ffffff;
    font-family: Satoshi-Black;
    font-weight: 900;
    font-size: .26rem;
    line-height: .33rem;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.footer-logo {
    /* height: 40px; */
}


/* ================= CASE STUDIES ================= */
/* ================= CASE STUDIES ================= */
/* ================= CASE STUDIES ================= */
/* ================= CASE STUDIES ================= */

.case-section {
    background: #e9e9e9;
    padding: .9rem 0 .75rem;
    color: #171717;
    overflow: hidden;
    padding-top: 1.29rem;
    padding-bottom: .72rem;
}

.case-title {
    width: 15.5rem;
    margin: 0px auto .72rem;
    font-family: 'inter-black';
    font-weight: 900;
    font-size: .48rem;
    line-height: .41rem;
    text-transform: uppercase;
    color: #171717;
    text-align: center;
}

.case-stage {
    width: 100%;
    max-width: 1920px; /* 按你的设计稿 */
    min-height: 5.81rem;
    margin: 0 auto;
    box-sizing: border-box;
}

.case-layout {
    display: none;
    width: 100%;
    min-height: 5.81rem;
    align-items: center;
}

/* .case-layout.active {
    display: flex;
    justify-content: space-evenly;
} */
.case-layout.active {
    display: flex;
}

/* 公共 */
.case-layout{
    display: flex;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
}

/* 第一屏 */
.case-layout.layout-1{
    padding-left: 1.72rem;
    padding-right: 1.39rem;
    gap: 59px;
}

/* 第二屏 */
.case-layout.layout-2{
    padding-left: 1.72rem;
    padding-right: 1.39rem;
    gap: 59px;
}

/* 第三屏 */
.case-layout.layout-3{
    padding-left: 1.72rem;
    padding-right: 1.39rem;
    gap: 59px;
}

/* 第四屏 */
.case-layout.layout-4{
    padding-left: 1.72rem;
    padding-right: 1rem;
    gap: 59px;
}
.case-card {
    position: relative;
    overflow: hidden;
    /* background: #111; */
}

.case-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 左侧主大图：每屏固定 869 × 581 */
.case-card.large,
.case-card.scorpion {
    width: 8.69rem;
    height: 5.81rem;
}

.case-card.large {
    border-radius: .2rem;
    box-shadow: 0 .12rem .15rem 0 rgba(0, 0, 0, 0.4);
}

/* 第一屏左侧特殊卡：整张背景图 + 左遮罩 */
.case-card.scorpion {
    border-radius: .2rem;
    box-shadow: none;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 .12rem .15rem 0 rgba(0, 0, 0, 0.4);
}

/* .case-card.scorpion .case-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 3.45rem;
    height: 100%;
    z-index: 2;
    padding: 1.54rem .34rem .86rem .27rem;
    background: linear-gradient(135deg, rgb(175 175 175) 0%, rgb(159 159 159 / 88%) 58%, rgb(151 150 145) 100%);
    color: #fff;
} */

.case-card.scorpion .case-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 3.45rem;
    height: 100%;
    z-index: 2;

    padding: 1.54rem .34rem .86rem .27rem;

    background-image: url("../images/mask.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    color: #fff;
}

.case-card.scorpion .case-text h3 {
    font-family: Satoshi-Black;
    margin-bottom: .08rem;
    color: #fff;
    font-weight: 900;
    font-size: .35rem;
    line-height: .36rem;
    letter-spacing: 0%;
}

.case-card.scorpion .case-text p {
    font-family: Satoshi-Regular;
    color: #fff;
    font-weight: 400;
    font-size: .35rem;
    line-height: .36rem;
    letter-spacing: 0%;
}









/* 01 / 02 右侧小卡：311 × 491 */
.case-card.small {
    width: 3.11rem;
    height: 4.91rem;
    border-radius: .13rem;
    box-shadow: 0 .08rem .18rem rgba(0,0,0,.28);
}

/* 03 右侧卡：681 × 491 */
.layout-3 .case-card.medium {
    width: 6.81rem;
    height: 4.91rem;
    border-radius: .13rem;
    box-shadow: 0 .08rem .18rem rgba(0,0,0,.28);
}

/* 04 右侧卡：734 × 491 */
.layout-4 .case-card.medium {
    width: 7.34rem;
    height: 4.91rem;
    border-radius: .13rem;
    box-shadow: 0 .08rem .18rem rgba(0,0,0,.28);
}

/* 默认底部遮罩 */
.case-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .25rem .08rem .25rem .36rem;
    color: #fff;
    background: linear-gradient(90deg, rgb(127 135 171) 0%, rgb(125 134 168) 62%, rgb(128 137 172) 100%);
    backdrop-filter: blur(2px) saturate(120%);
    -webkit-backdrop-filter: blur(2px) saturate(120%);
}

.case-info h3 {
    font-family: Satoshi-Black;
    font-weight: 900;
    font-size: .3rem;
    line-height: .3rem;
    color: #fff;
}

.case-info p {
    font-family: Satoshi-Regular;
    font-weight: 400;
    font-size: .26rem;
    line-height: .3rem;
    color: #fff;
}

.case-card.small .case-info {
    padding: .18rem .22rem;
}

.case-card.small .case-info h3 {
    font-family: 'Satoshi-Medium';
    font-weight: 500;
    font-size: .25rem;
    line-height: .36rem;
    letter-spacing: 0%;
}

.case-card.small .case-info p {
    display: none;
}

/* 第四屏右边：遮罩靠左 */
.case-card.text-left .case-info {
    /* left: 0; */
    /* right: auto; */
    /* bottom: 0; */
    width: 2.91rem;
    height: 100%;
    padding: 1.3rem .28rem .72rem .22rem;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
  background-image: url(../images/mask.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.case-card.text-left .case-info h3 {
    font-size: .3rem;
    line-height: .32rem;
}

.case-card.text-left .case-info p {
    display: block;
    font-size: .25rem;
    line-height: .29rem;
}

/* 布局 */
.layout-1,
.layout-2 {
    gap: .5rem;
}

.layout-3,
.layout-4 {
    justify-content: space-around;
}

/* 控制器 */
.case-control {
    width: 7.5rem;
    margin: 0.6rem 2.95rem 0 auto;
    display: flex;
    align-items: center;
}
.case-prev {
    margin-right: .83rem;
}

.case-next {
    margin-right: .34rem;
}

.case-arrow {
    width: .645rem;
    height: .645rem;
    /* border-radius: 50%; */
    /* border: .02rem solid #040CAD; */
    color: #040CAD;
    font-size: .5rem;
    line-height: .44rem;
    cursor: pointer;
    background: transparent;
    transition: all .3s ease;
}

.case-arrow:hover {
    background: #001eff;
    color: #fff;
}

.case-progress {
    position: relative;
    width: 5.6rem;
    height: .03rem;
    background: #AFAFAF;
}

.case-progress span {
    position: absolute;
    left: 0;
    top: -0.02rem;
    width: 25%;
    height: .05rem;
    background: #040CAD;
    transition: transform .45s ease;
    box-shadow: 0 .05rem .06rem 0 #00000066;
}

.case-num {
    color: #040CAD;
    font-family: 'Sephora';
    font-weight: 400;
    font-size: .6rem;
    line-height: .73rem;
    letter-spacing: 0%;
	    margin-left: .23rem
}


.case-card.large .case-info h3 {

	
	font-family: Satoshi-Black;
	font-weight: 900;
	
	font-size: .35rem;
	
	line-height: .36rem;
	letter-spacing: 0%;

}

.case-card.large .case-info p {
   font-family: Satoshi-Regular;
   font-weight: 400;

   font-size: .35rem;

   line-height: .36rem;
   letter-spacing: 0%;

}

.case-card.text-left .learn-btn {
    margin-top: .63rem;
    width: 1.8rem;
    height: .44rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .16rem;
    color: #fff;
    background: linear-gradient(90deg, #023BFE 0%, #808EF7 25%, #023BFE 100%);
    
    box-shadow: 0 .08rem .2rem rgba(2,59,254,.45);
	  background-position: 100% 50%;
	transition: background-position 0.4s ease-in-out;
	transition: .3s ease all;
	
}


.case-card.scorpion .learn-btn {
    position: absolute;
    left: .38rem;
    bottom: .86rem;
    width: 2.33rem;
    height: .5rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: Satoshi-Regular;
    font-size: .2rem;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(90deg, #023BFE 0%, #808EF7 25%, #023BFE 100%);
    box-shadow:
        0 4px 8px 0 #5E538E33 inset,
        0 -4px 8px 0 #5E538E33 inset;
    overflow: hidden;
    isolation: isolate;
    border: 1.5px solid transparent;
    background-clip: padding-box;
    z-index: 3;
	
  background-position: 100% 50%;
	transition: background-position 0.4s ease-in-out;
	transition: .3s ease all;
	
}

.case-card.scorpion .learn-btn:hover {
    position: absolute;
    left: .38rem;
    bottom: .86rem;
    width: 2.33rem;
    height: .5rem;
    border-radius: 999px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-family: Satoshi-bold;
    font-size: .24rem;
	font-weight: 700;
    color: #fff;
    text-decoration: none;

    background: linear-gradient(90deg, #023BFE 0%, #808EF7 25%, #023BFE 100%);

    box-shadow:
        0 4px 8px 0 #5E538E33 inset,
        0 -4px 8px 0 #5E538E33 inset;

    overflow: hidden;
    isolation: isolate;
    border: 1.5px solid transparent;
    background-clip: padding-box;
    z-index: 3;
	  background-position: 0% 50%;  /* 初始位置 */
	 background-size: 200% 100%;  /* 添加这个！让背景变成2倍宽 */
}

.case-card.text-left .learn-btn:hover{
	font-size: .2rem;
	font-weight: 700;
    color: #fff;
	 font-family: Satoshi-bold;
	 background-position: 50% 50%;
	   background-position: 0% 50%;  /* 初始位置 */
	 background-size: 200% 100%;  /* 添加这个！让背景变成2倍宽 */
}



/* =========================================================
   公共按钮效果
========================================================= */

.learn-btn {
    position: relative;
    overflow: hidden;
    isolation: isolate;

    border-radius: 999px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    cursor: pointer;

    font-family: Satoshi-Regular;
    font-size: .16rem;

    background: linear-gradient(
        90deg,
        #023BFE 0%,
        #808EF7 25%,
        #023BFE 100%
    );

    box-shadow:
        0 .08rem .22rem rgba(2,59,254,.45);

    transition:
        transform .3s ease,
        text-shadow .3s ease,
        font-size .3s ease;
}


/* 默认 Figma 渐变边框 */
.learn-btn::before {
    content: "";

    position: absolute;
    inset: 0;

    border-radius: inherit;

    padding: .015rem;

    background: conic-gradient(
        from 90deg at 50% 50%,
        #0509FF -89.36deg,
        #FFFFFF 0.8deg,
        #347AFD 90.66deg,
        #023BFE 134.79deg,
        #6672FD 180.5deg,
        #3A7DFB 224.91deg,
        #0509FF 270.64deg,
        #FFFFFF 360.8deg
    );

    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);

    -webkit-mask-composite: xor;
    mask-composite: exclude;

    z-index: 1;
    pointer-events: none;
}

/* ===== 按钮 ===== */

.learn-btn{
    position: relative;
    overflow: hidden;
    isolation: isolate;
}



/* ===== 流动边框 ===== */

.learn-btn::before{

--border-angle: 0deg;
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: .02rem;
	background: conic-gradient(
		from var(--border-angle),
		#1450ff 0deg,
		#6f86ff 80deg,
		#ffffff 150deg,
		#9aa8ff 230deg,
		#1450ff 360deg
	);
	-webkit-mask:
		linear-gradient(#000 0 0) content-box,
		linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	transition: --border-angle .9s cubic-bezier(.22, 1, .36, 1);
	pointer-events: none;
	z-index: 1;

}

.learn-btn:hover::before{
	--border-angle: 360deg;
}



/* hover 后开始四方向流动 */
.learn-btn:hover::before{
    animation: borderLineFlow 4s linear infinite;
}



/* 四方向流动 */
@keyframes borderLineFlow{

    0%{
        background-position: 0% 50%;
    }

    25%{
        background-position: 100% 0%;
    }

    50%{
        background-position: 100% 100%;
    }

    75%{
        background-position: 0% 100%;
    }

    100%{
        background-position: 0% 50%;
    }
}





/* =========================================================
   TEXT LEFT 按钮定位
========================================================= */

.case-card.text-left .learn-btn {
    margin-top: .63rem;
    width: 1.96rem;
    height: .44rem;
}



.case-arrow {
    position: relative;
    width: .645rem;
    height: .645rem;
    /* border-radius: 50%; */
    /* border: .01rem solid #040CAD; */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 箭头线 */
.case-arrow::before {
    /* content: ""; */
    width: .12rem;
    height: .12rem;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

/* 左箭头 */
.case-prev {
    /* color: #777; */
    /* border-color: #999; */
}

.case-prev::before {
    transform: rotate(-135deg);
}

/* 右箭头 */
.case-next {
    color: #040CAD;
}

.case-next::before {
    transform: rotate(45deg);
}

/* hover */
.case-arrow:hover {
    background: none;
    /* color: #040cad; */
    /* box-shadow: 0 0 .12rem rgba(6,23,223,.3); */
    /* border: .01rem solid #040CAD; */
}
.partner_card_logo {
    display: inline-block; /* 或 block */
    transition: transform 0.3s ease;
}

.partner_card_logo:hover {
    transform: scale(1.1);
}


/* 初始状态 */
.about_card {
	opacity: 0;

	transition:
		opacity .9s cubic-bezier(.22, 1, .36, 1),
		transform .9s cubic-bezier(.22, 1, .36, 1);

	will-change: transform, opacity;
}

/* 左边进入 */
.about_card_01,
.about_card_03 {
	transform: translateX(-1rem);
}

/* 右边进入 */
.about_card_02,
.about_card_04 {
	transform: translateX(1rem);
}

/* 激活 */
.about_card.show_card {
	opacity: 1;
	transform: translateX(0);
}

/* 延迟 */
.about_card_01 {
	transition-delay: 0s;
}

.about_card_02 {
	transition-delay: .08s;
}

.about_card_03 {
	transition-delay: .16s;
}

.about_card_04 {
	transition-delay: .24s;
}
/* contact 两个卡片初始状态 */
.contact-card.info-card,
.contact-card.form-card {
	opacity: 0;

	transition:
		opacity .9s cubic-bezier(.22, 1, .36, 1),
		transform .9s cubic-bezier(.22, 1, .36, 1);

	will-change: transform, opacity;
}

/* 左侧地址卡：从左进入 */
.contact-card.info-card {
	transform: translateX(-1rem);
}

/* 右侧表单卡：从右进入 */
.contact-card.form-card {
	transform: translateX(1rem);
}

/* 显示状态 */
.contact-card.info-card.show_card,
.contact-card.form-card.show_card {
	opacity: 1;
	transform: translateX(0);
}

.ghf {
    width: 12.63rem;
    margin: 0 auto;
    text-align: left;
}

.case-info.case-info-kns-small {
    background: linear-gradient(90deg, rgb(127 135 171) 0%, rgb(125 134 168) 62%, rgb(128 137 172) 100%);
}

.case-info.case-info-irt-testing-small {
    background: linear-gradient(90deg, rgb(123 115 107) 0%, rgb(118 112 103) 62%, rgb(115 108 99) 100%);
}
.case-info.case-info-irt-hub-small {
    background: linear-gradient(90deg, rgb(112 106 98) 0%, rgb(114 123 107) 62%, rgb(106 127 107) 100%);
}
.case-info.case-info-irt-testing {
    background: linear-gradient(90deg, rgb(78 71 62) 0%, rgb(108 95 83) 62%, rgb(80 74 65) 100%);
}

.case-info.case-info-irt-hub {
    background: linear-gradient(90deg, rgb(107 105 102) 0%, rgb(61 89 64) 62%, rgb(86 85 73) 100%);
}

.partner_arrow::before {
    content: none;
}

.partner_arrow {
    position: relative;
    overflow: hidden;
}

.partner_arrow img {

    object-fit: contain;
    display: block;
    transition: opacity .25s ease, transform .25s ease;
}

.partner_prev .icon-active {
    position: absolute;
    opacity: 0;
}

.partner_prev .icon-default {
    opacity: 1;
}

.partner_prev.is-active .icon-default {
    opacity: 0;
}

.partner_prev.is-active .icon-active {
    opacity: 1;
}

.partner_prev.is-active {
    /* border-color: #0617df; */
}




.case-arrow {
    position: relative;
    width: .645rem;
    height: .645rem;
    border-radius: 50%;
    /* border: .01rem solid #040CAD; */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: all .3s ease;
}

.case-arrow img {
  
    object-fit: contain;
    display: block;
    transition: opacity .25s ease, transform .25s ease;
}

.case-prev {
    /* border-color: #999; */
}

.case-prev .icon-active {
    position: absolute;
    opacity: 0;
}

.case-prev .icon-default {
    opacity: 1;
}



.case-prev.is-active .icon-default {
    opacity: 0;
}

.case-prev.is-active .icon-active {
    opacity: 1;
}

.case-arrow:hover {
    background: none;
    /* border-color: #040CAD; */
}

label i {
    position: relative;
    width: auto;
    height: auto;
    font-style: normal;
    line-height: 1;
}

label i::before {
    content: "*";
    color: #566AFF;
    font-size: 0.2rem;
    font-style: normal;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;}
	
	.m-hero-desc {
	    display: none;
	}
	
	
	.ghf2 {
    width: 8.07rem;
    margin: 0 auto;
    text-align: left;
}
.partner_info.info_kns .brand_body strong {
    font-size: .23rem;
    line-height: .26rem;
    font-family: 'Satoshi-Bold';
    letter-spacing: -1%;
}
    
.brand_body.ty3 strong {
    font-size: .23rem;
    line-height: .26rem;
    letter-spacing: -1%;
}

.brand_body.ty4 strong {
    font-size: .22rem;
    line-height: .26rem;
}
.partner_info.is_show .brand_title span {
    line-height: .5rem;
    letter-spacing: 0%;
}

.brand_body.ty5 strong {
    font-size: .22rem;
    line-height: .26rem;
}

.partner_card.is_small .partner_product_img{
	opacity: .45;
	transition: opacity .35s ease;
}

.partner_card.is_small:hover .partner_product_img{
	opacity: .7;
}

.case-card.small,
.case-card.medium,
.case-card.text-left {
    cursor: pointer;
}


.case-card.small img,
.case-card.medium img {
    opacity: .8;
    transition: opacity .3s ease;
}

.case-card.small:hover img,
.case-card.medium:hover img {
    opacity: 1;
}

.case-layout {
    align-items: center;
}

button.case-arrow:hover {
    transform: translateY(-.02rem);
}