* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/* font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'HarmonyOS Sans SC', 'SimSun', 'SimHei', 'Arial', 'sans-serif'; */
}

@font-face {
	font-family: Poppins;
	src: url(../font/Poppins-Regular.ttf) format("truetype")
}
@font-face {
	font-family: Poppins-SemiBold;
	src: url(../font/Poppins-SemiBold.ttf) format("truetype")
}
@font-face {
	font-family: Poppins-Bold;
	src: url(../font/Poppins-Bold.ttf) format("truetype")
}
@font-face {
	font-family: Poppins-Medium;
	src: url(../font/Poppins-Medium.ttf) format("truetype")
}
a:link,
a:active,
a:visited,
a:hover {
	/* background: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent; */
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

body {
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
	font-family: Poppins;
}

::-webkit-scrollbar {
	/*高宽分别对应横竖滚动条的尺寸*/
	width: 5px;
	height: 5px;
}

/*滚动条里面小方块*/
::-webkit-scrollbar-thumb {
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #999;
}

/*滚动条里面轨道*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	background: #EDEDED;
}

.content1300 {
	margin: 0 auto;
	width: 1300px;
	max-width: 94%;
}

.content1440 {
	margin: 0 auto;
	width: 1440px;
	max-width: 94%;
}

.content1400 {
	margin: 0 auto;
	width: 1400px;
	max-width: 94%;
}

.content1240 {
	margin: 0 auto;
	width: 1240px;
	max-width: 94%;
}

.content1200 {
	margin: 0 auto;
	width: 1200px;
	max-width: 94%;
}

.content1500 {
	margin: 0 auto;
	width: 1500px;
	max-width: 94%;
}

.content1600 {
	margin: 0 auto;
	width: 1600px;
	max-width: 94%;
}

.picCover {
	position: relative;
}

.picCover .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.picCover .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hoverLi .pic {
	overflow: hidden;
}

.hoverLi:hover .imgScale {
	transform: scale(1.05);
}

.imgScale {
	transition: all 1s;
	display: block;
	width: 100%;
}

.font30 {
	font-size: 30px;
}
.font32 {
	font-size: 32px;
}
.font48 {
	font-size: 48px;
}
.font44{
	font-size: 44px;
}
.font36 {
	font-size: 36px;
}

.font52 {
	font-size: 52px;
}

.font60 {
	font-size: 60px;
}

.font80 {
	font-size: 80px;
}

.font70 {
	font-size: 70px;
}

.font90 {
	font-size: 90px;
}

.font200 {
	font-size: 200px;
}

.header {
	background-color: rgba(0, 0, 0, 1);
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	width: 100%;
	z-index: 100;
}

.header .header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .m-aslide-btn {
	align-items: center;
	cursor: pointer;
	display: none;
	font-size: 22px;
	height: 24px;
	justify-content: center;
	margin-right: 16px;
	width: 24px;
	margin-top: auto;
	margin-bottom: auto;
	color:#fff;
}
.header .m-aslide-btn .iconfont{
	font-size:24px;
}
.header .logo {
	width: 173px;
}

.header .logo img {
	display: block;
	width: 100%;
}

.header .nav ul {
	display: flex;
	margin-bottom: auto;
	margin-top: auto;
	gap: 0 53px;
}

.header .nav li {
	position: relative;
	height: 90px;
	display: flex;
	align-items: center;
}

.header .nav li>a {
	position: relative;
	display: block;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	line-height: 32px;
	padding: 8px 0;
	transition: all .6s;
	line-height: 1;
}

.header .nav li.active>a,
.header .nav li:hover>a {
	color: #3BFFD9;
}

.header .nav li>a::before {
	position: absolute;
	content: "";
	left: 50%;
	width: 0;
	height: 2px;
	bottom: 0;
	background-color: #3BFFD9;
	transform: translateX(-50%);
	transition: all .6s;
}

.header .nav li.active>a::before,
.header .nav li:hover>a::before {
	width: 100%;
}
/* =========================================
   Product Mega Menu (左图右文 - 100%还原)
   ========================================= */

/* 1. 容器定位 */
.has-mega-menu {
    position: static !important; /* 让下拉菜单相对于 header 定位 */
}

.mega-menu-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 999;
    /* border-top: 1px solid #eee; */
    overflow: hidden; /* 确保圆角或图片不溢出 */
}

/* 悬浮显示 */
.header .nav li.has-mega-menu:hover .mega-menu-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* 2. 内部布局：左图右文 */
.header .nav .mega-menu-inner {
    display: flex;
    min-height: 516px; /* 限制最大宽度，保持与网页内容对齐 */
    margin: 0 auto;
    background: #fff;
}

/* --- 左侧大图 --- */
.header .nav .mega-left-image {
    width: 47.65%; /* 左侧占比 */
    position: relative;
    overflow: hidden;
    background: red;
}

.header .nav .mega-left-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 保证图片填满且不变形 */
    display: block;
}

/* --- 右侧内容 --- */
.header .nav .mega-right-content {
    flex: 1;
    padding: 80px 62px;
    /* display: flex; */
    /* flex-direction: column; */
}

/* 标题部分 */
.header .nav .menu-header-title {
    display: flex;
    align-items: center;
    gap: 10px;
font-weight: 400;
font-size: 28px;
color: #000000;
line-height: 1;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.header .nav .menu-header-title .iconfont {
    font-size: 30px;
    font-weight: normal;
}

/* 内容分栏布局 */
.header .nav .menu-body-flex {
    display: flex;
    gap: 100px; /* 分类和产品之间的间距 */
}

/* 分类列表 (Helmet Intercoms, Air Pumps...) */
.header .nav .category-list {
    width: 307px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
}

.header .nav .cat-item {
font-weight: 600;
font-size: 18px;
color: #A5A5A5;
line-height: 30px;
    font-weight: 600;
    padding: 13px 43px;
	height:auto;
    cursor: pointer;
    transition: all 0.3s;
    border-left: 3px solid transparent; /* 预留边框位置 */
}

/* 选中/悬浮状态：灰色背景 + 左侧黑线 + 黑字 */
.header .nav .cat-item.active, .cat-item:hover {
    background-color: #F9F9F9;
    color: #000;
    border-left-color: #000;
}

/* 产品列表 (F1 Pro, F1 Pro Max...) */
.header .nav .product-list {
    
    flex-direction: column;
    gap: 15px;
	display:none;
	padding-top:12px;
}
.header .nav .product-list.active{
	display: flex;
}	
.header .nav .prod-item {font-weight: 500;font-size: 16px;color: #666666;line-height: 30px;cursor: pointer;transition: color 0.3s;height:auto;font-family: 'Poppins-Medium';}
.header .nav .prod-item:not(:last-child){
	margin-bottom:12px
}
.header .nav .prod-item:hover {
    color: #000;
}
.header .nav .prod-item:hover{
	color:#222;
}	
/* 高亮产品 (F1 Pro Max) */
.header .nav .prod-item.highlight {
    /* color: #000; */
    /* font-weight: 800; */
}
.header .r .aslideBtn .iconfont {
	color: rgba(153, 153, 153, 1);
	font-size: 22px;
	transition: all .6s;
}

.header .r .header-search-box {
	position: relative;
	margin-left: 40px;
}

.header .r .header-search-box .header-searchBtn {
	cursor: pointer;
	font-size: 22px;
	color: rgba(153, 153, 153, 1);
	transition: all .6s;
}

.header .r .header-search-box .header-searchBtn:hover {
	color: rgba(233, 202, 86, 1);
}

.header .r .header-search-box .header-search-container {
	position: absolute;
	right: -15px;
	top: 70px;
	display: none;
	/* border: 1px solid #999; */
}

.header .r .header-search-box .header-search {
	width: 230px;
	height: 38px;
	background: rgba(255, 255, 255, 1);
	/* background: #F0F0F0; */
	border-radius: 19px;
	display: flex;
	align-items: center;
	/* box-shadow: 0 10px 40px rgba(0, 0, 0, .08); */
	border: 1px solid #999;
}

.header .r .header-search-box .header-search input {
	flex: 1;
	padding-left: 17px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
	height: 100%;
	width: 100%;
	border-radius: 19px;
	border: none;
	outline: none;
	background-color: transparent;
}

.header .r .header-search-box .header-search input::placeholder {
	color: #999;
}

.header .r .header-search-box .header-search .iconfont {
	cursor: pointer;
	color: rgba(153, 153, 153, 1);
	padding: 0 15px 0 10px;
	transition: all 1s;
}

.header .r .header-search-box .header-search .iconfont:hover {
	color: rgba(233, 202, 86, 1);
}

.header-drawer {
	position: fixed;
	left: 0;
	top: 63px;
	width: 100%;
	height: calc(100vh - 63px);
	z-index: 1001;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all .3s .04s;
}

.header-drawer.active {
	visibility: visible;
	opacity: 1;
	pointer-events: inherit;
	transition: all .3s;
}

.header-drawer .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .45);
	/* z-index: 1000; */
	pointer-events: auto;
}

.header-drawer-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .3s;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	overflow: auto;
	transform: translateX(-110%);
}

.header-drawer.active .header-drawer-wrapper {
	transform: translateX(0);
	transition: all .3s .04s;
}

.header-drawer-header {
	border-bottom: 1px solid rgba(22, 23, 24, .1);
	padding: 16px;
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 1.5;
}
.header-search-wrapper{
	display: flex;
	height: 64px;
	background: #F2F2F2;
	border-radius: 6px;
	overflow: hidden;
	width: 100%;
	align-items: center;
	padding-left: 20px;
}
.header-search-wrapper .icon-sousuo{
	color:RGBA(113, 113, 113, 1);
}
.header-search-wrapper input{
	flex:1;
	width:100%;
	border:none;
	outline:none;
	margin:0 15px;
	height:100%;
	background:transparent;
	font-family: 'Poppins';
}
.header-search-wrapper .submit{
	height:100%;
	background: #000000;
	border-radius: 0px 6px 6px 0px;
	font-size: 20px;
	color: #3BFFD9;
	padding: 0 32px;
	line-height: 64px;
	cursor: pointer;
}
.header-drawer-header .icon {
	color: #161718;
	font-size: 24px;
	margin-right: 8px;
}

.header-drawer-header .text {
	color: #161718;
	font-size: 17px;
	font-weight: 700;
}

.header-drawer-body {
	/* flex: 1; */
	overflow-y: auto;
	padding: 16px;
	scrollbar-width: none;
}

.header-drawer-body li {
	border-bottom: 1px solid rgba(22, 23, 24, .1);
	padding: 4px;
}

.header-drawer-body li>a {
	align-items: center;
	color: #161718;
	display: flex;
	font-size: 17px;
	font-weight: 700;
	height: 48px;
	justify-content: space-between;
	width: 100%;
	margin: 0 4px;
}

.header-drawer-body li .dropdown {
	display: none;
}

.header-drawer-body li .dropdown a {
	font-size: 14px;
	color: rgba(0, 0, 0, .88);
	display: block;
	line-height: 40px;
	margin: 0 4px;
}

.header-drawer-body li>a .anticon {
	font-size: 14px;
}

.header-drawer-body li>a .anticon.icon {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	transform: rotate(-90deg);
	transition: all .3s;
}

.header-drawer-body li.active>a .anticon.icon {
	transform: rotate(0deg);
}

.header-drawer-body li .dropdown a:not(:last-child) {
	border-bottom: 1px solid rgba(22, 23, 24, .1);
}
.header-drawer-bottom{
	display:flex;
	flex-wrap:wrap;
	gap:13px;
	padding: 16px;
}
.header-drawer-bottom a{
	width: 50px;
height: 50px;
background: #F1F1F1;
border-radius: 50%;
}
.header-drawer-bottom a .iconfont{
	font-size:22px;
}
.header-actions {
	position: relative;
	display: flex;
	align-items: center;
	gap: 21px;
}

.header-actions a {
	color: #fff;
	font-size: 16px;
	transition: all 0.3s;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	display: block;
}

.header-actions a:hover {
	color: #3BFFD9;
}

.language-dropdown {
	position: relative;
	display: inline-block;
}

.language-toggle {
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	padding: 8px 12px;
	border-radius: 4px;
	transition: all 0.3s;
}

.language-toggle:hover {
	color: #3BFFD9;
}

.language-menu {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	background: #000;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 4px;
	padding: 8px 0;
	min-width: 120px;
	display: none;
	z-index: 101;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.language-dropdown:hover .language-menu {
	display: block;
}

.language-menu a {
	display: block;
	color: #fff;
	padding: 8px 16px;
	transition: all 0.3s;
	/* text-align: left; */
	gap: 0;
	text-align: center;
}

.language-menu a:hover {
	background: rgba(59, 255, 217, 0.1);
	color: #3BFFD9;
}

.search-dropdown {
	position: relative;
	display: inline-block;
}

.search-toggle {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	/* width: 40px; */
	/* height: 40px; */
	color: #fff;
	transition: all 0.3s;
	border-radius: 4px;
}

.search-toggle:hover {
	color: #3BFFD9;
	background: rgba(59, 255, 217, 0.1);
}

.search-box {
	position: absolute;
	top: 100%;
	right: 0;
	background: #000;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 4px;
	padding: 12px;
	min-width: 300px;
	display: none;
	z-index: 101;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
	margin-top: 8px;
}

.search-box.active {
	display: block;
}

.search-input-wrapper {
	display: flex;
	align-items: center;
	gap: 20px;
}

.search-input {
	flex: 1;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 4px;
	/* padding: 8px 12px; */
	color: #fff;
	font-size: 16px;
	transition: all 0.3s;
}

.search-input:focus {
	outline: none;
	/* border-color: #3BFFD9; */
	/* box-shadow: 0 0 0 2px rgba(59, 255, 217, 0.2); */
}

.search-input::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.search-submit {
	background: #3BFFD9;
	border: none;
	border-radius: 4px;
	padding: 8px 12px;
	cursor: pointer;
	transition: all 0.3s;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.search-submit:hover {
	background: #fff;
	transform: scale(1.05);
}

.header-actions a .icon-sousuo {
	font-size: 20px;
}

.header-actions .icon-youxiang1 {
	font-size: 20px;
}

.footer {
	background-color: #000;
}

.footer .contact-content {
	display: flex;
}

.footer .contact-content .contact-main,
.footer .contact-content .menu-column,
.footer .contact-content .menu-column1 {
	padding-top: 125px;
	padding-bottom: 80px;
}
.footer .contact-content .menu-column1{
	width: 158px;
}
.footer .contact-content .contact-main {
	flex: 1;
	padding-right: 70px;
	border-right: 1px solid rgba(215, 224, 238, .15);
}

.footer .contact-content .contact-main .contact-title {
	/* font-weight: 600; */
	font-size: 132px;
	color: #FFFFFF;
	line-height: 1;
	font-family: 'Poppins-SemiBold';
}

.footer .contact-content .contact-main .contact-buttons {
	display: flex;
	justify-content: flex-end;
	margin-top: -30px;
	gap: 30px;
}

.footer .contact-content .contact-main .contact-btn {
	line-height: 54px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, .15);
	padding: 0 42px;
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	gap: 0 42px;
	transition:all .6s;
}
.footer .contact-content .contact-main .contact-btn:hover{
	color:#333;
	background:#fff;
}	
.footer .contact-content .contact-menu {
	margin-left: 61px;
	display: flex;
}

.footer .contact-content .contact-menu .menu-column {
	border-right: 1px solid rgba(215, 224, 238, .15);
	padding-right: 42px;
	margin-right: 42px;
}
.footer .contact-content .menu-column1>div{
	display: none;
}
.footer .contact-content .menu-column1>div.active{
	display: block;
}
.footer .contact-content .contact-menu .menu-column a,
.footer .contact-content .contact-menu .menu-column1 a {
	display: flex;
	transition: all .6s;
}

.footer .contact-content .contact-menu .menu-column a {
	font-weight: 400;
	font-size: 22px;
	color: rgba(199, 199, 199, 1);
	line-height: 30px;
	gap: 12px;
}

.footer .contact-content .contact-menu .menu-column a:not(:last-child) {
	margin-bottom: 28px;
}

.footer .contact-content .contact-menu .menu-column a:hover {
	color: rgba(82, 255, 221, 1);
}

.footer .contact-content .contact-menu .menu-column a .iconfont {
	font-size: 24px;
	font-weight: bold;
}

.footer .contact-content .contact-menu .menu-column1 a {
	font-weight: 400;
	font-size: 17px;
	color: rgba(255,255,255,.5);
	line-height: 46px;
}

.footer .contact-content .contact-menu .menu-column1 a:not(:last-child) {
	margin-bottom: 16px;
}

.footer .contact-content .contact-menu .menu-column1 a:hover {
	color:rgba(82, 255, 221, 1);
}

.footer-content {
	position: relative;
	padding: 53px 0 28px;
	display: flex;
	justify-content: space-between;
}

.footer-content::after,
.footer-content::before {
	position: absolute;
	top: 0;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	width: 100vw;
	background-color: rgba(255, 255, 255, .15);
}

.footer-content::after {
	top: auto;
	bottom: 0;
}

.footer-content .footer-info {
	width: 50.87%;
	display: flex;
	justify-content: space-between;
}

.footer-content .footer-info>div {
	display: flex;
}

.footer-content .footer-info .footer-address {
	width: 60.81%;
}

.footer-content .footer-info .footer-email {
	width: 34.64%;
}

.footer-content .footer-info .icon {
	margin-top: 20px;
}

.footer-content .footer-info .icon .iconfont {
	font-size: 32px;
	color: #fff;
}

.footer-content .footer-info .info-container {
	flex: 1;
	margin-left: 20px;
}

.footer-content .footer-info .info-title {
	font-size: 14px;
	color: #C7C7C7;
	line-height: 1;
}

.footer-content .footer-info .info-text {
	font-family: 'Poppins-Medium';
	/* font-weight: 500; */
	font-size: 14px;
	color: #FFFFFF;
	line-height: 26px;
	margin-top: 1em;
	word-break: break-word;
}

.footer-content .footer-subscribe {
	width: 27.93%;
}

.footer-content .footer-subscribe .subscribe-form {
	height: 52px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 0 15px 0 26px;
	display: flex;
	align-items: center;
}
.footer-content .footer-subscribe .subscribe-text{
font-size: 14px;
color: #FFFFFF;
line-height: 26px;
margin-top: 9px;
}

.footer-content .footer-subscribe .subscribe-form input {
	flex: 1;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	font-weight: 400;
	font-size: 16px;
	color: #000;
}

.footer-content .footer-subscribe .subscribe-form input::placeholder {
	color: rgba(68, 68, 68, .5);
}

.footer-content .footer-subscribe .subscribe-btn {
	width: 40px;
	height: 40px;
	background: #000000;
	border-radius: 50%;
	color: rgba(59, 255, 217, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.footer-content .footer-social {
	display: flex;
	gap: 12px;
}

.footer-content .footer-social a {
	width: 37px;
	height: 37px;
	background: #151515;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: all .6s;
}

.footer-content .footer-social a:hover {
	background-color: rgba(82, 255, 221, 1);
	color: #000;
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0 40px;
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, .5);
	line-height: 24px;
	padding: 51px 0;
}

.footer-bottom .footer-brand {
	display: flex;
	align-items: center;
	gap: 0 43px;
}

.footer-bottom .footer-brand .brand-logo {
	width: 141px;
}

.footer-bottom .footer-brand .brand-logo img {
	display: block;
	width: 100%;
}
.section-title {
    /* font-weight: 400; */
    color: #000000;
    line-height: 1;
    text-align: center;
    font-family: Poppins-Bold;
}

.section-desc {
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    line-height: 26px;
    margin-top: 20px;
    text-align: center;
}
.inner-contact-section {
    padding: 120px 0 96px;
}
.inner-contact-section .contact-form {
    margin-top: 49px;
}

.inner-contact-section .form-row {
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 18px;
}

.inner-contact-section .form-row .form-group {
    flex: 1;
}

.inner-contact-section .form-group input,
.inner-contact-section .form-group select,
.inner-contact-section .form-group textarea {
    width: 100%;
    padding: 23px 20px;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    font-size: 14px;
    outline: none;
    color: #999;
    font-family: Poppins;
}

.inner-contact-section .form-group select {
    appearance: none;
    background: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-size: 12px 7px;
    padding-right: 30px;
    background-position: right 20px center;
    color: #999;
}

.inner-contact-section .form-group textarea {
    resize: vertical;
    min-height: 128px;
    resize: none;
}

.inner-contact-section ::placeholder {
    font-family: Poppins;
    color: #999;
}

.inner-contact-section .btn-submit {
    display: inline-block;
    width: 344px;
    line-height: 66px;
    background: #000000;
    border-radius: 10px;
    font-weight: 400;
    font-size: 18px;
    color: #3BFFD9;
    cursor: pointer;
    text-align: center;
    transition: all .6s;
}

.inner-contact-section .btn-submit:hover {
    opacity: .8;
}
.inner-banner {
    position: relative;
}
.inner-banner .overlay video,
.inner-banner .overlay img {
    display: block;
    width: 100%;
    min-height: 430px;
    object-fit: cover;
}

.inner-banner .inner-banner-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.inner-banner .hero-title {
    color: #FFFFFF;
    line-height: 1;
    font-style: italic;
    font-family: 'Poppins-Bold';
}

.inner-banner .hero-desc {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 1.7;
    margin-top: 1em;
}

.banner-bottom-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    backdrop-filter: blur(20px);
}

.banner-bottom-bar .container {
    display: flex;
    gap: 65px;
    overflow: auto;
    /* flex-shrink: 1; */
}

.banner-bottom-bar a {
    line-height: 70px;
    font-weight: 500;
    transition: 0.3s;
    font-size: 15px;
    color: #FFFFFF;
    flex-shrink: 0;
}

.banner-bottom-bar a.active,
.banner-bottom-bar a:hover {
    color: rgba(59, 255, 217, 1);
}
/* 弹窗CSS样式 */
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.modal-overlay.active {
	opacity: 1;
	visibility: visible;
}

.modal-container {
	position: relative;
	width: 686px;
	max-width: 90%;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
	transform: scale(0.9);
	transition: transform 0.3s ease;
	overflow: hidden;
}

.modal-overlay.active .modal-container {
	transform: scale(1);
}

.modal-close {
	position: absolute;
	top: 18px;
	right: 18px;
	transition: all 0.3s ease;
	color: #333;
	opacity: .5;
	cursor: pointer;
	display: block;
	transform: scale(1.5);
}

.modal-close .iconfont {
	font-size: 22px;
}

.modal-close:hover {
	opacity: 1;
}

.modal-content {
	display: flex;
	/* min-height: 400px; */
}

.modal-image {
	width: 37.75%;
	overflow: hidden;
}

.modal-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.modal-form {
	flex: 1;
	padding: 68px 43px 52px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.modal-form h2 {
	font-size: 20px;
	color: #000000;
	line-height: 1;
	text-align: center;
	font-family: Poppins-SemiBold;
}

.modal-form p {
	font-size: 15px;
	color: #666666;
	line-height: 24px;
	text-align: center;
	margin-top: 13px;
}

#subscription-form {
	display: flex;
	flex-direction: column;
	gap: 13px;
	margin-top: 23px;
}

#subscription-form input[type="email"] {
	height: 44px;
	background: #F5F5F5;
	border-radius: 6px;
	border: 1px solid rgba(231, 231, 231, 0.7);
	padding: 0 14px;
	font-size: 14px;
	color: #333;
	font-family: 'Poppins';
}

#subscription-form input[type="email"]::placeholder {
	color: rgba(136, 136, 136, 1);
}

.form-checkbox {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: #888888;
	line-height: 24px;
}

.form-checkbox input[type="checkbox"] {
	width: 16px;
	height: 16px;
	background: #F5F5F5;
	border-radius: 4px;
	border: 1px solid rgba(231, 231, 231, 0.7);
	cursor: pointer;
}

.subscribe-btn {
	font-size: 14px;
	color: #3BFFD9;
	text-align: center;
	line-height: 44px;
	background: #000000;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.subscribe-btn:hover {
	background-color: #333;
	transform: translateY(-2px);
}

.no-thanks {
	text-align: center;
	margin: 20px 0 24px;
	color: #666;
	text-decoration: none;
	font-size: 14px;
	transition: color 0.3s ease;
}

.no-thanks:hover {
	color: #000;
	text-decoration: underline;
}

.form-disclaimer p {
	font-weight: 400;
	font-size: 13px;
	color: #888888;
	line-height: 24px;
	margin-top: 0 !important;
}

/* 侧边栏社交媒体链接栏样式 */
.social-sidebar {
	position: fixed;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	/* width: 60px; */
	background: #FFFFFF;
	box-shadow: 0px 3px 38px 0px rgba(152, 152, 152, 0.19);
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	padding: 8px;
	z-index: 998;
}

.social-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
	color: rgba(21, 21, 21, 1);
}
.social-item .iconfont{
	font-size: 28px;
}
.social-item:hover {
	background: rgba(59, 255, 217, 1);
}

.social-item .icon {
	font-size: 16px;
	font-weight: bold;
}

.social-item.chat .icon {
	font-size: 20px;
}

/* 分隔线样式 */
.social-divider {
	width: 20px;
height: 2px; 
 background: #EEEEEE;
	margin: 5px auto ;

}
.social-item:hover + .social-divider {
	/* background-color: transparent; */
}
/* 添加以下CSS样式 */
.search-modal {
    position: fixed;
    top: 0;
    right: 0;
    width: 500px;
    max-width: 94%;
    height: 100%;
    /* display: flex;
    align-items: flex-start;
    justify-content: center; */
    z-index: 9999;
    /* opacity: 0; */
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
    /* display: none; */
}
.search-modal.active{
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
}
.search-modal .before{
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 100vw;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	transition: all .2s;
}
.search-modal.active .before{
	opacity: 1;
}

.search-modal-content {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 60px 30px;
	/* transition: all 0.3s ease; */
	transform: translateX(100%);
	/* opacity: 0; */
	z-index: 3;
	transition: all .5s;
	background-color: rgba(40, 40, 40);
}
.search-modal.active .search-modal-content{
	 transform: translateX(0);
	 opacity: 1;
}

.search-modal.active .search-modal-content {
    /* transform: translateY(0); */
}

.search-input-wrapper {
    display: flex;
	padding: 15px 0;
    align-items: center;
    margin-bottom: 30px;
	border-bottom: 1px solid rgba(255,255,255,.3);
	color:rgba(255,255,255,.5)
}

.search-input {
    flex: 1;
    width:100%;
    /* padding: 16px 0 0 10px; */
    border: none;
    outline: none;
    /* background-color: #fff; */
    color: #fff;
    outline: none;
}

.search-input::placeholder {
    color: #999;
}

.search-submit {
    padding: 20px 30px;
    background-color: #fff;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #333;
}

.search-hot {
    color: #fff;
    font-size: 14px;
}

.search-hot span {
    margin-right: 15px;
}

.search-hot a {
    color: #fff;
    text-decoration: none;
    margin-right: 15px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.search-hot a:hover {
    opacity: 1;
    text-decoration: underline;
}

.search-close {
    position: absolute;
    right: 20px;
    top: 10px;
    /* bottom: 40px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    background: none;
    /* border: 1px solid #fff; */
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    /* width: 30px; */
    /* height: 30px; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 3;
}

.search-close:hover {
    /* background-color: #fff;
    color: #000; */
}
.search-menu-list .search-menu a{
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
}
.search-menu-list .search-menu ul{
	margin-top: 10px;
}
.search-menu-list .search-menu:not(:last-child){
	margin-bottom: 40px;
}
.search-menu-list .search-menu ul a{
	transition: all .6s;
}
.search-menu-list .search-menu ul a:hover{
	opacity: .6;
}
.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.55);
	display: none;
	z-index: 999;
}

.modal .shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.video-content {

	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

}

.modal .close {
	position: absolute;
	right: -26px;
	top: -26px;
	cursor: pointer;
	color: #fff;
	font-size: 24px;
}

.video-content video {
	display: block;
	margin: 0 auto;
	max-width: 90vw;
	max-height: 80vh;
}

.pagination ul{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
}
.pagination li>a{
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background: #EFEFEF;
border-radius: 6px;
font-weight: 400;
font-size: 15px;
color: #222222;
transition: all .3s;
}
.pagination li.active>a,
.pagination li:hover>a{
	background-color: rgba(0, 0, 0, 1);
	color: rgba(59, 255, 217, 1);
}
.pagination li .iconfont{
	color:rgba(129, 129, 129, 1);
	font-size: 14px;
	font-weight: bold;
}
.pagination li:hover .iconfont,
.pagination li.active .iconfont{
	color: #fff;
}
.product-selector {
    padding: 90px 0;
}

.selector-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.selector-item {
    background: #F3F3F3;
    border-radius: 20px;
    transition: all 0.3s;
    border: 2px solid transparent;
    text-align: center;
}

.selector-item:hover,
.selector-item.active {
    border-color: #000;
}

.selector-item .picCover {
    padding-top: 62.7%;
}

.selector-item .picCover img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.selector-item h4 {
    /* font-weight: 500; */
    font-size: 22px;
    color: #000000;
    line-height: 30px;
    margin-top: 8px;
    padding: 0 20px 42px;
    font-family: 'Poppins-Medium';
}
.news-slide {
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #EEEEEE;
    transition: all .6s;
}

.news-slide:hover {
    border-color: rgba(12, 12, 12, 1);
    box-shadow: 0px 20px 32px 3px rgba(114, 117, 128, 0.12);
}

.news-slide .picCover {
    padding-top: 53.72%;
}

.news-slide .pic {
    border-radius: 20px;
}

.news-slide .news-thumb {
    position: relative;
}

.news-slide .news-thumb .news-tag {
    position: absolute;
    left: 30px;
    top: 20px;
    padding: 0 10px;
    display: block;
    line-height: 25px;
    background: #3BFFD9;
    display: inline-block;
    font-size: 12px;
    color: #000000;
    border-radius: 13px;
}

.news-slide .news-thumb .mask {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
}

.news-slide .news-thumb .mask img {
    display: block;
    width: 100%;
}

.news-slide .news-info {
    padding: 43px 30px 32px;
}

.news-slide .news-date {
    font-size: 14px;
    color: #8E919B;
    line-height: 1;
}

.news-slide .news-headline {
    font-family: 'Poppins-SemiBold';
    /* font-weight: 600; */
    font-size: 18px;
    color: #000000;
    line-height: 1.44;
    height: 5.76em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: .5em;
}

.news-slide .news-cats {
    margin-top: 25px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.news-slide .news-cat {
    padding: 0 15px;
    line-height: 28px;
    background: #EFEFEF;
    border-radius: 6px;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
	transition: all .3s;
}
.news-slide .news-cat:hover{
	background-color: #333;
	color: #fff;
}
.inner-banner-box .breadcrumb{
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
	gap: 0 10px;
font-family: Poppins;
font-weight: 400;
font-size: 16px;
color: #FFFFFF;
line-height: 30px;
margin-top: 10px;
}
.inner-banner-box .breadcrumb a{
    color: #fff;
	transition: all .3s;
}
.inner-banner-box .breadcrumb a:hover{
	opacity: .8;
}
@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0%, 30px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0%, 0px, 0);
	}
}

@keyframes fadeInSmallDown {
	from {
		opacity: 0;
		transform: translate3d(0%, -50px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0%, 0px, 0);
	}
}

.fadeInSmallDown {
	animation-name: fadeInSmallDown;
}

@keyframes normal-button-hover {
	0% {
		background: linear-gradient(transparent 50%, #a8ff35 0);
		background-position: 0 0;
		background-size: 100% 200%
	}

	to {
		background: linear-gradient(transparent 50%, #a8ff35 0);
		background-position: 0 100%;
		background-size: 100% 200%
	}
}

@keyframes button-hover {
	0% {
		background: linear-gradient(transparent 50%, #a8ff35 0);
		background-position: 0 0;
		background-size: 100% 200%;
		color: #000
	}

	to {
		background: linear-gradient(transparent 50%, #a8ff35 0);
		background-position: 0 100%;
		background-size: 100% 200%;
		color: #000
	}
}

@keyframes blue-button-hover {
	0% {
		background: linear-gradient(#007cf3 50%, #a8ff35 0);
		background-position: 0 0;
		background-size: 100% 200%;
		color: #fff
	}

	to {
		background: linear-gradient(#007cf3 50%, #a8ff35 0);
		background-position: 0 100%;
		background-size: 100% 200%;
		color: #000
	}
}

@keyframes white-button-hover {
	0% {
		background: linear-gradient(#fff 50%, #a8ff35 0);
		background-position: 0 0;
		background-size: 100% 200%;
		color: #fff
	}

	to {
		background: linear-gradient(#fff 50%, #a8ff35 0);
		background-position: 0 100%;
		background-size: 100% 200%;
		color: #000
	}
}

@keyframes black-button-hover {
	0% {
		background: linear-gradient(#161718 50%, #a8ff35 0);
		background-position: 0 0;
		background-size: 100% 200%;
		color: #fff
	}

	to {
		background: linear-gradient(#161718 50%, #a8ff35 0);
		background-position: 0 100%;
		background-size: 100% 200%;
		color: #000
	}
}

.m-right-buttom {
	display: none;
}

@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
	.footer .contact-content .contact-main .contact-title{
		font-size: 110px;
	}
	.footer-content .footer-info{
		width: 46%;
	}
	.footer-content .footer-subscribe{
		width: 24%;
	}
}

@media (max-width:1500px) {}

@media (max-width:1440px) {
	.footer .contact-content .contact-menu .menu-column a{
		font-size: 20px;
	}
	.footer .contact-content .contact-main .contact-title{
		font-size: 90px;
	}
	.footer .contact-content .contact-main .contact-buttons{
		margin-top: 20px;
	}
	.header .nav ul{
		gap: 40px;
	}
	.font44,
	.font52,
	.font48 {
		font-size: 36px;
	}

	.font36 {
		font-size: 32px;
	}

	.font60 {
		font-size: 48px;
	}
	.font70,
	.font80 {
		font-size: 60px;
	}

	.font90 {
		font-size: 70px;
	}

	.font200 {
		font-size: 150px;
	}
}

@media (max-width:1400px) {}

@media (max-width:1430px) {
	.content1400 {
		width: 94%;
	}
}

@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}
}

@media (max-width:1280px) {
	.footer-bottom .footer-brand{
		gap: 20px;
	}
	.footer .contact-content .contact-main .contact-btn{
		padding: 0 30px;
		gap: 0 30px;
	}
	.footer .contact-content .contact-main{
		padding-right: 45px;
	}
	.footer .contact-content .contact-main .contact-title{
		font-size: 60px;
	}
	.font36 {
		font-size: 30px;
	}

	.font60 {
		font-size: 36px;
	}
	.font70,
	.font80 {
		font-size: 48px;
	}

	.font90 {
		font-size: 60px;
	}

	.font200 {
		font-size: 120px;
	}
	.font32,
	.font30 {
		font-size: 28px;
	}
	.font44,
	.font52,
	.font48 {
		font-size: 30px;
	}
}

@media (max-width:1199px) {
	.banner-bottom-bar .container{
        gap: 0 30px;
    }
    .banner-bottom-bar a{
        line-height: 50px;
    }
	.footer .contact-content .contact-main .contact-title{
		font-size: 50px;
	}
	.footer-content .footer-info{
		width: 100%;
	}
	.footer-content .footer-subscribe{
		width: 60%;
	}
	.footer-content{
		flex-wrap: wrap;
		gap: 30px;
	}
	.footer-bottom{
		flex-direction: column;
		padding: 20px 0;
		gap: 10px;
	}
	.footer .contact-content .contact-main{
		padding: 80px 0;
		border-right: none;
	}
	.footer .contact-content .contact-menu{
		display: none;
	}
	.header .header-inner{
		padding: 10px 0;
	}
	.header .nav{
		display: none;
	}
	.font36 {
		font-size: 28px;
	}

	.font60 {
		font-size: 30px;
	}
	.font70,
	.font80 {
		font-size: 36px;
	}

	.font90 {
		font-size: 50px;
	}

	.font200 {
		font-size: 90px;
	}
	.font32,
	.font30 {
		font-size: 26px;
	}
	.font44,
	.font52,
	.font48 {
		font-size: 28px;
	}
	.header .m-aslide-btn {
		display: flex;
	}
	.selector-item h4{
		padding: 0 20px 20px;
		font-size: 20px;
	}
	.selector-grid{
		grid-template-columns: repeat(3,1fr);
	}
	.product-selector{
		padding: 80px 0;
	}
	.inner-contact-section{
		padding: 80px 0;
	}
	.inner-contact-section .contact-form{
		margin-top: 45px;
	}
}

@media (max-width: 1024px) {
	.inner-contact-section{
		padding: 70px 0;
	}
	.inner-contact-section .contact-form{
		margin-top: 40px;
	}
	.footer .contact-content .contact-main{
		padding: 70px 0;
	}
	.header .nav {
		display: none;
	}
	.font36 {
		font-size: 26px;
	}

	.font60 {
		font-size: 28px;
	}
	.font70,
	.font80 {
		font-size: 30px;
	}

	.font90 {
		font-size: 40px;
	}

	.font200 {
		font-size: 70px;
	}
	.font32,
	.font30 {
		font-size: 24px;
	}
	.font44,
	.font52,
	.font48 {
		font-size: 26px;
	}
	.product-selector{
		padding: 70px 0;
	}
}

@media (max-width: 768px) {
	.search-dropdown,
	.language-dropdown + a{
		display:none;
	}
	.social-sidebar{
		display:none;
	}
	.inner-contact-section{
		padding: 60px 0;
	}
	.inner-contact-section .contact-form{
		margin-top: 35px;
	}
	.selector-item h4{
		font-size: 18px;
		padding: 0 18px 18px;
	}
	.footer-content{
		padding-top: 38px;
	}
	.footer .contact-content .contact-main{
		padding: 60px 0;
	}
	.footer .contact-content .contact-main .contact-buttons{
		margin-top: 30px;
	}
	.footer .contact-content .contact-main .contact-btn{
		padding: 0 20px;
		gap: 0 20px;
		line-height: 44px;
	}
	.footer .contact-content .contact-main .contact-title{
		font-size: 30px;
	}
	.footer .contact-content .contact-main .contact-title br{
		display: none;
	}
	.footer .contact-content .contact-main .contact-title span{
		padding-left: .6em;
	}
	.footer-bottom .footer-brand{
		flex-direction: column;
		gap: 10px;
	}
	.footer-content .footer-social,
	.footer-content .footer-subscribe{
		width: 100%;
	}
	.footer-content .footer-social{
		justify-content: center;
	}
	.footer-content .footer-info .info-container{
		margin-left: 15px;
	}
	.footer-content .footer-info .icon .iconfont{
		font-size: 24px;
	}
	.footer-content .footer-info{
		flex-direction: column;
	}
	.footer-content .footer-info .footer-address{
		width: 100%;
		margin-bottom: 20px;
	}
	.footer-content .footer-info .footer-email{
		width: 100%;
	}
	.footer-content .footer-info .info-text{
		margin-top: .5em;
	}
	.footer-content .footer-info .icon{
		margin-top: 10px;
	}
	.search-input{
		padding: 15px 20px;
	}
	.search-submit{
		padding: 15px 24px;
	}
	.social-sidebar {
		right: 10px;
		padding: 15px 8px;
	}

	.social-item {
		width: 35px;
		height: 35px;
	}

	.social-item .icon {
		font-size: 14px;
	}

	.modal-content {
		flex-direction: column;
	}

	.modal-image {
		display: none;
	}

	.modal-form {
		flex: 1;
		padding: 30px;
	}

	.modal-form h2 {
		font-size: 20px;
	}

	.modal-form p {
		font-size: 14px;
	}
	.header .loginBtn {
		padding: 5px 16px
	}

	.font36 {
		font-size: 24px;
	}

	.font60 {
		font-size: 26px;
	}
	.font70,
	.font80 {
		font-size: 28px;
	}

	.font90 {
		font-size: 30px;
	}

	.font200 {
		font-size: 50px;
	}
	.font32,
	.font30 {
		font-size: 22px;
	}
	.font44,
	.font52,
	.font48 {
		font-size: 24px;
	}

	.video-content {
		width: 85%;
	}

	.video-content video {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	.social-item .iconfont{
		font-size: 18px;
	}
	.inner-banner .hero-desc{
		font-size: 18px;
	}
	.selector-grid{
		grid-template-columns: repeat(2,1fr);
	}
	.product-selector{
		padding: 60px 0;
	}
	.inner-contact-section .form-row{
		flex-direction: column;
	}
	.inner-contact-section .btn-submit{
		line-height: 52px;
		max-width: 100%;
		width: 200px;
	}
}

@media (max-width: 500px) {
	.header-drawer-bottom a .iconfont{
		font-size:18px;
	}
	.header-drawer-bottom a{
		width:36px;
		height:36px;
	}
	.header-search-wrapper .submit{
		line-height: 48px;
		font-size:16px;
		padding:0 15px;
	}
	.header-search-wrapper{
		padding-left:15px;
		height: 48px;
	}
	.header-search-wrapper input{
		margin:0 10px;
		font-size: 16px;
		font-size: 14px;
	}
	.footer .contact-content .contact-main .contact-buttons{
		flex-direction: column;
		gap: 15px;
	}
	.inner-contact-section{
		padding: 50px 0;
	}
	.inner-contact-section .contact-form{
		margin-top: 30px;
	}
	.product-selector{
		padding: 50px 0;
	}
	.selector-grid{
		grid-template-columns: repeat(1,1fr);
	}
	.inner-banner .hero-desc{
		font-size: 16px;
	}
	.banner-bottom-bar a{
        font-size: 13px;
        line-height: 45px;
    }
    .banner-bottom-bar .container{
        gap: 0 20px;
    }
	.news-slide .news-info{
        padding: 30px 20px;
    }
	.footer-content{
		padding-top: 28px;
	}
	.footer .contact-content .contact-main .contact-title{
		font-size: 26px;
	}
	.footer .contact-content .contact-main{
		padding: 50px 0;
	}
	.header-actions{
		gap: 15px;
	}
	.header .logo{
		width: 121px;
	}
	.header .m-aslide-btn{
		margin-right: 0;
	}
	.modal-close{
		right: 10px;
		top: 10px;
	}
	.modal-close .iconfont{
		transform: scale(1);
		font-size: 18px;
	}
	.font36 {
		font-size: 22px;
	}

	.font60 {
		font-size: 24px;
	}
	.font70,
	.font80 {
		font-size: 26px;
	}

	.font90 {
		font-size: 26px;
	}

	.font200 {
		font-size: 30px;
	}
	.font32,
	.font30 {
		font-size: 20px;
	}
	.font44,
	.font52,
	.font48 {
		font-size: 22px;
	}
}