/* 隐藏滚动条但保持页面可滚动 */
*::-webkit-scrollbar {
	display: none !important;
}

* {
	-ms-overflow-style: none !important;
	scrollbar-width: none !important;
	overflow: -moz-scrollbars-none !important;
}

.c-sans-body,
.c-cart__counter,
.c-cart__item__form__rmv,
.c-cart__item__form__qty,
.c-cart__item__text,
.c-cart__item__heading,
.c-footer__footer__text,
.c-footer__heading,
.c-cart-notification__text,
.c-site-header__text,
.c-shop-menu__button,
.c-article__header__subheading,
.scope-text--meta h1,
.scope-text--meta h2,
.scope-text--meta h3,
.scope-text--meta h4,
.scope-text--meta h5,
.scope-text--meta h6,
.scope-text h3,
.scope-text h4,
.scope-text h5 {
	font-weight: 500;
	margin-top: -.03em;
	margin-bottom: .03em;
	font-size: 1.8rem;
	line-height: 1.5rem;
	padding-bottom: .5rem;
	color: #313942;
	max-width: 40em
}


.c-site-header {
	overflow: visible;
	width: 100%;
	height: 5.75rem;
	position: fixed;
	top: 0rem;
	left: 0;
	z-index: 5000;
	padding-top: 1.25rem;
	transition: margin-top .5s cubic-bezier(.55, .055, .675, .19);
	will-change: transform;
	transform: none !important;
	/* 取消头部固定 */
}

.c-site-header:before {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% + 5rem);
	left: 0;
	bottom: 0;
	background-color: transparent;
	opacity: 0;
	transition: opacity .5s
}


.logo {
	width: 17rem;
	height: 4.6rem;
}


.searchIcon {
	width: 2.5rem;
	height: 2.5rem;
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0 8rem;
}

/* 确保header元素本身没有背景色 */
header {
	background-color: transparent !important;
}


.headerRight {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 84.6rem;
}


/* 模态页面样式 */
.modal-overlay {
	position: fixed;
	top: 5.6rem;
	left: 0;
	width: 100%;
	height: calc(100% - 5.6rem);
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	display: none;
	align-items: flex-start;
	justify-content: center;
	z-index: 9998;
	transition: opacity 0.3s ease;
	opacity: 0;
}

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

.modal-content {
	position: relative;
	width: 100%;
	background: white;
	overflow-y: auto;
	padding-left: 9.37rem;
	padding-top: 3.5rem;
}

.modal-close {
	position: absolute;
	top: 1rem;
	right: 2rem;
	font-size: 2rem;
	cursor: pointer;
	color: #333;
	z-index: 10;
}

.modal-close:hover {
	color: #666;
}

.modal-header {
	margin-bottom: 2rem;
	text-align: center;
}

.modal-logo {
	height: 4rem;
	max-width: 100%;
}

.modal-body {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 2rem;
}

.modal-column {
	flex: 1;
	min-width: 200px;
}

.modal-column h3 {
	margin-bottom: 1rem;
	font-size: 1.25rem;
	font-weight: 600;
	color: #333;
}

.modal-column ul {
	list-style: none;
	padding: 0;
}

.modal-column li {
	margin-bottom: 0.75rem;
}

.modal-column a {
	color: #666;
	text-decoration: none;
	font-size: 1rem;
	transition: color 0.2s ease;
}

.modal-column a:hover {
	color: #000;
	text-decoration: underline;
}

/* 响应式设计 */
@media (max-width: 768px) {
	.modal-body {
		flex-direction: column;
		gap: 1.5rem;
	}

	.modal-column {
		min-width: 100%;
	}

	.modal-close {
		top: 0.5rem;
		right: 1rem;
		font-size: 1.5rem;
	}
}

/* 确保主内容在模态框打开时不被遮挡 */
body.modal-open {
	overflow: hidden;
}

/* .c-site-header__text:hover { color: #000 !important; font-size: 2.4rem !important; } */
.searchBig {
	width: 3.6rem;
	height: 3.6rem;
	margin-right: 2rem;
}

.inp {
	width: 39.3rem;
	height: 4.5rem;
	border: none;
	margin-bottom: 0;
	padding: 0;
	font-size: 3.2rem;

}

.inpWrap {
	display: flex;
	align-items: center;
	margin-bottom: 3.2rem;
}

.recommendations {
	font-weight: 400;
	font-size: 1.8rem;
	color: #777777;
	margin-bottom: 2.2rem;
}

.seartYou {
	width: 1.9rem;
	height: 1.4rem;
	margin-right: 0.6rem;
}

.seartText {
	font-weight: 400;
	font-size: 1.8rem;
	color: #2B2B2B;
}

.seartText:hover {
	color: #6DAC43;
}

.seartTextWrap {
	display: flex;
	align-items: center;
}

.itemWrap {
	display: flex;
	justify-content: space-between;
	padding-right: 34rem;
	padding-bottom: 11.3rem;
}

.itemRightOne {
	padding-right: 40rem;
}

.itemRightTwo {
	padding-right: 9rem;
}

.itemRightThird {
	padding-right: 2rem;
}

.itemLeft {
	font-weight: 400;
	font-size: 2.4rem;
	color: #000000;
}

.itemRight {
	font-weight: 400;
	font-size: 2rem;
	color: #2B2B2B;
	margin-bottom: 1.6rem;
}

.itemRight:hover {
	color: #6DAC43;
}


/* 底部 */
.footerWrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 9.5rem 8rem;
	background-color: #181818;
}

#footerWrap {
	position: relative;
	z-index: -1;
	will-change: transform;
	translate: none;
	rotate: none;
	scale: none;
}

.footerLeft {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 42.1rem;
	/* 设置一个合适的高度，确保内容能够三等分 */
}

.logo2 {
	width: 45.8rem;
	height: 4.59rem;
}

.footerLeftContert {
	font-weight: 400;
	font-size: 1.8rem;
	color: #777777;
}

.shang {
	width: 0.6rem;
	height: 1.5rem;
	margin-left: 0.5rem;
}

.footerFlex {
	display: flex;
	align-items: center;
}



.backTop {
	width: 21.6rem;
	height: 3.7rem;
	background: #373737;
	border-radius: 1.75rem;
	font-weight: 400;
	font-size: 1.8rem;
	color: #777777;
	display: flex;
	align-items: center;
	justify-content: center;
	justify-self: flex-end;
}

.xing {
	width: 3.2rem;
	height: 3.2rem;
	margin-right: 0.6rem;
}

.youJianTou {
	width: 1.6rem;
	height: 1.6rem;
	margin-left: 1.1rem;
}


.lastContent {
	background-color: #181818;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.lastWrap {
	display: flex;
	justify-content: space-between;
	height: 100%;
	background: #F9F9F9;
	padding: 14.38rem 8rem 0;
	border-bottom-left-radius: 4rem;
	border-bottom-right-radius: 4rem;
	box-sizing: border-box;
}


.flex-spbe {
	display: flex;
	justify-content: space-between;
}

.flex {
	display: flex;
}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.column {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.loading-text {
	font-weight: 400;
	font-size: 3.2rem;
	color: #000000;
}

.loading-logo {
	width: 47.9rem;
	height: auto;
	margin-bottom: 1.2rem;
}

.loading-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	text-align: left;
	transition: transform 0.5s ease-in-out;
}

#loadingModal.slide-down-out {
	transform: translateY(100%);
}

.loading-content {
	transition: transform 1.5s ease-in-out;
}

.loading-content.content-down-out {
	transform: translateY(60rem);
}

.toTop {
	height: 6rem;
	width: 6rem;
	position: fixed;
	bottom: 6rem;
	right: 6rem;
	z-index: 99999;
	cursor: pointer;
	opacity: 0.8;
}

.toTop img {
	width: 6rem;
}


.footeritem p {
	margin-bottom: 1.2rem;
}

.footeritem p:last-child:not(:only-child) {
	margin-bottom: 0;
}

.footeritem .footer-info-link {
	margin-bottom: 1.5rem;
}

.radiofrequency-therapy-section {
	padding-right: 26rem;
}

.padding-16 {
	padding: 0 1.6rem;
}

.bac-color {
	background-color: #f5f5f7;
}

.flex-end {
	display: flex;
	justify-content: flex-end;
}


/* 小于750 */
@media screen and (max-width: 749px) {
	.lastWrap {
		display: flex;
		justify-content: space-between;
		background: #F9F9F9;
		border-bottom-left-radius: 1.2rem !important;
		border-bottom-right-radius: 1.2rem !important;
		box-sizing: border-box;
	}

	.mobile_xing {
		width: 1.6rem;
		height: 1.6rem;
		margin-right: 0.6rem;
		display: block;
	}

	.mobile_youJianTou {
		width: 0.6rem;
		height: 1.1rem;
		margin-left: 1.1rem;
		display: block;
	}

	.businesslicense {
		font-weight: 400;
		font-size: 1.8rem;
		color: #2B2B2B;
	}

	.mobile_footer {
		background: #181818;
		padding: 2.5rem 1.6rem;
	}

	.mobile_footer p {
		font-size: 1.2rem;
		color: #777777;

	}

	.mobile_footer_left p {
		margin-bottom: 0.8rem;
	}

	.mobile_footer_left {
		margin-bottom: 2.2rem;
	}

	.mobile_logo2 {
		width: 11.2rem;
		height: 1.2rem;
		margin-bottom: 2.4rem;
	}

	.lastWrap,
	.lastContent {
		height: auto !important;
	}

	.toTop {
		right: 0rem;
		bottom: 0rem;
	}
	
	.toTop img{
		width: 4rem;
		height: 4rem;
	}

	.header_Wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 1rem 1.6rem;
		position: absolute;
		width: 100%;
		z-index: 99;
	}

	.headerLogo {
		width: 2.4rem;
		height: 2.4rem;
	}


	/* 模态层背景遮罩 */
	.mobile-modal-overlay {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		width: 100vw !important;
		height: 100vh !important;
		background-color: rgba(0, 0, 0, 0.5) !important;
		z-index: 200 !important;
		opacity: 0 !important;
		visibility: hidden !important;
		display: block !important;
		transition: opacity 0.3s ease, visibility 0.3s ease !important;
	}

	.mobile-modal-overlay.popupActive {
		opacity: 1 !important;
		visibility: visible !important;
		display: block !important;
	}

	/* 模态层侧边栏 */
	.modal-nav {
		position: fixed;
		top: 0;
		left: -32rem;
		/* 初始位置在屏幕左侧外 */
		width: 32rem;
		/* 占窗口的三分之二宽度 */
		height: 100%;
		background-color: #fff;
		z-index: 300;
		transition: left 0.3s ease;
		overflow-y: auto;
	}

	.modal-nav.popupActive {
		left: 0;
		/* 滑动到屏幕内 */
	}

	.modal-content {
		padding-left: 1.6rem !important;
	}

	.modal-content h2 {
		font-size: 2.4rem;
		color: #2B2B2B;
		margin-bottom: 3rem;
	}

	/* 搜索模态层 */
	.search-modal {
		position: fixed;
		top: -100%; /* 初始位置在屏幕顶部外 */
		left: 0;
		width: 100%;
		height: auto;
		min-height: 20rem;
		background-color: #fff;
		z-index: 300;
		transition: top 0.3s ease;
	}

	.search-modal.popupActive {
		top: 0; /* 滑动到屏幕内 */
	}

	.search-content {
		padding: 1.6rem 1.6rem 6rem;
	}

	.search-close {
		margin-bottom: 2rem;
		width: 2.4rem;
		height: 2.4rem;
	}

	.search-box {
		display: flex;
		align-items: center;
		border-bottom: 1px solid #ccc;
		padding-bottom: 0.8rem;
		margin-bottom: 2.4rem;
	}
	
	.recommendations{
		margin-bottom: 1rem;
	}
	
	.seartTextWrap{
		display: flex;
		align-items: center;
		vertical-align: middle;
	}
	
	.seartYou{
		width: 1.3rem;
		height: 0.9rem;
	}
	
	.seartText{
		font-size: 1.2rem;
		color: #777777;
		margin-bottom: 0.7rem;
	}
	

	.search-icon {
		width: 2rem;
		height: 2rem;
		margin-right: 1rem;
	}

	.search-input {
		flex: 1;
		border: none;
		font-size: 1.6rem;
		outline: none;
	}

	.search-suggestions {
		margin-top: 2rem;
	}

	.modal-content ul li {
		margin-bottom: 2rem;
	}

	.modal-content ul li a {
		font-size: 1.6rem;
		color: #2B2B2B;
		text-decoration: none;
		transition: color 0.3s ease;
	}

	.modal-content ul li a:hover {
		color: #007AFF;
	}


	.borderBottom {
		padding-bottom: 1.6rem;
		margin-bottom: 1.6rem;
		font-size: 1.4rem;
		color: #2B2B2B;
		position: relative;
	}

	.borderBottom:after {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background-color: rgba(0, 0, 0, 0.1);
		width: 3.6rem;
		position: absolute;
		top: 3.9rem;
		left: 0;
	}

	.back {
		width: 2.4rem;
		height: 2.4rem;
		display: block;
		margin-bottom: 2rem;
	}
	
	.firstWrap{
		padding-top:5.3rem;
	}
}
