@charset "utf-8";
@import url('reset.css');
@import url('animate.min.css');

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
}

:root {
	--page-width: 1600px;
	--font-size: 14px;
	--font-color: #939393;
	--theme-color: #2a6cf4;
	--hover-color: #23a3d9;
	--nav-height: 96px;
	--nav-son-color: #23a3d9;
	--p-line-height: 200%;
	--p-size: 18px;
	--p-color: #808080;
	--font-color-hover: #23a3d9;
}

body {
	background-color: #fff;
	overflow: hidden;
	font-size: var(--font-size);
}


input,
button {
	font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif;
}

img {
	max-width: 100%;
}

a {
	background: transparent;
	text-decoration: none;
	color: var(--p-color)
}

a:active,
a:hover {
	outline: 0
}

a:hover {
	text-decoration: none;
	color: var(--hover-color)
}

.textCenter {
	text-align: center;
}

.wrapper {
	width: var(--page-width);
	margin: 0 auto;
	text-align: left
}

.index .wrapper {
	width: var(--page-width);
}

.ov {
	overflow: hidden;
}

.ts {
	text-transform: uppercase
}

.mauto {
	margin: 0 auto
}

.pz {
	position: relative;
	z-index: 0
}

.pa {
	position: absolute;
	z-index: 0
}

.bz {
	box-sizing: border-box
}

.b {
	font-weight: bold
}

.i {
	font-style: italic
}

.hidden {
	display: none !important
}

.cb {
	clear: both
}

.tes {
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mt20 {
	margin-top: 20px;
}

.image-wrap img {
	display: block;
	max-width: 100%;
}

/*animation*/
@keyframes slideDown {
	0% {
		top: 45px;
		opacity: 0;
	}

	to {
		top: 100px;
		opacity: 1;
	}
}

@-webkit-keyframes slideDown {
	0% {
		top: 45px;
		opacity: 0;
	}

	to {
		top: 100px;
		opacity: 1;
	}
}

@keyframes slideUp {
	0% {
		transform: translate(-50%, 100%);
		opacity: 0;
	}

	to {
		transform: translate(-50%, 0);
		opacity: 1;
	}
}

@-webkit-keyframes slideUp {
	0% {
		transform: translate(-50%, 100%);
		opacity: 0;
	}

	to {
		transform: translate(-50%, 0);
		opacity: 1;
	}
}

@keyframes headerDown {
	0% {
		transform: translateY(-70%);
	}

	to {
		transform: translateY(0);
	}
}

.img img {
	transform: scale(1);
}

a:hover .img img {
	transform: scale(1.1, 1.1);
}

.ovd {
	overflow: hidden;
}

.db {
	display: block;
}

#app {
	overflow: hidden;
}

.wow {
	visibility: hidden;
}

.wow.animate__animated {
	visibility: visible;
	/* 动画触发时可见 */
	opacity: 1;
	/* 动画触发时完全不透明 */
}

[v-clock] {
	display: none;
}

/*header*/
.header-bar {
	width: 100%;
	height: 54px;
	background: #1f1f1f;
	padding: 0 2.5%;
}

.header-bar .sns a {
	display: inline-flex;
	margin-right: 18px;
}

.header-bar .sns a:hover {
	opacity: .8;
}

.header-bar ul li {
	color: #fff;
	margin-right: 18px;
}

.header-bar ul li:last-child {
	margin-right: 0;
}

.header-bar ul li:first-child {
	font-size: 16px;
}

.header-bar ul li:nth-child(2) {
	font-size: 16px;
	font-weight: bold;
}

.header-bar ul li:nth-child(3) {
	font-size: 16px;
	font-weight: bold;
}

.header-bar ul li:nth-child(4) a {
	font-size: 14px;
	font-weight: bold;
	color: #e11c47;
}

.header-bar ul li:nth-child(4) a:hover {
	text-decoration: underline;
}

.header-bar ul li:not(:last-child) {
	position: relative;
	display: flex;
	align-items: center;
}

.header-bar ul li:not(:last-child)::after {
	content: '';
	display: block;
	width: 1px;
	height: 16px;
	background-color: #797979;
	margin-left: 18px;
}

.header-bar .users a {
	display: inline-flex;
	margin-right: 26px;
}

.header-bar .users a:hover {
	opacity: .8;
}

.header {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 54px;
	width: 100%;
	height: 92px;
	padding: 0 2.5%;
	border-bottom: 1px solid #5b6374;
}

.header.fixed {
	background-color: #36425a;
	top: 0;
	position: fixed;
}

.header a img {
	max-height: 85px;
}

.header hr {
	display: block;
	width: 1px;
	height: 27px;
	background-color: #fff;
	border: 0;
	margin: 0 19px;
}

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

.header-nav li {
	display: inline-flex;
	margin-left: 42px;
}

.header-nav li:first-child {
	margin-left: 0;
}

.header-nav li a {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.header-nav li a:hover {
	opacity: .8;
}

/*home*/
.home-swiper {
	margin: 0;
}

.home-swiper .swiper-slide {
	z-index: 1;
}

.home-swiper img {
	width: 100%;
}

.home-swiper article {
	top: 20%;
	left: 0;
	width: 100%;
	z-index: 999;
}

.home-swiper article .title {
	font-weight: bold;
	font-size: 70px;
	color: #fff;
	line-height: 140%;
}

.home-swiper article .intro {
	margin-top: 15px;
	font-size: 28px;
	color: #fff;
	line-height: 46px;
}

.home-swiper article .learn-more {
	margin-top: 35px;
}

.home-swiper article .learn-more .text {
	display: inline-flex;
	line-height: 40px;
	padding: 0 28px;
	border: 1px solid #fff;
	border-radius: 20px;
	font-size: 18px;
	color: #fff;
}

.home-swiper article .learn-more:hover .text {
	background-color: #000;
	border-color: #000;
}

.home-swiper article .learn-more .svg {
	margin-left: 4px;
	width: 42px;
	height: 42px;
	background-color: #fff;
	border-radius: 50%;
}


@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 初始状态（非 active 幻灯片） */
.home-swiper .swiper-slide .title,
.home-swiper .swiper-slide .intro,
.home-swiper .swiper-slide .learn-more {
	opacity: 0;
	/* 初始隐藏 */
	transform: translateY(100px);
}

/* 激活状态（当前幻灯片） */
.home-swiper .swiper-slide.swiper-slide-active .title,
.home-swiper .swiper-slide.swiper-slide-active .intro,
.home-swiper .swiper-slide.swiper-slide-active .learn-more {
	animation: fadeInUp 0.6s 1 forwards;
	/* forwards 保持最终状态 */
}

.home-scrolling-text {
	padding: 0 2.5%;
	margin-top: 37px;
}

.home-scrolling-text .number {
	font-size: 34px;
	color: #171717;
	line-height: 47px;
}

.home-scrolling-text .unit {
	font-size: 34px;
	color: #171717;
	line-height: 47px;
	margin-left: 15px;
}

.home-scrolling-text .title {
	line-height: 34px;
	font-size: 18px;
	color: #777;
}

.home-swiper2 {
	width: 95%;
	margin: 0 2.5% !important;
	margin-top: 40px !important;
	overflow: hidden;
}


.home-swiper2 .swiper-slide {
	z-index: 1;
}

.home-swiper2 .swiper-slide::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 33%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 24px 0 0 24px;
}

.home-swiper2 img {
	width: 100%;
	border-radius: 24px;
}

.home-swiper2 article {
	top: 0;
	left: 0;
	width: 33%;
	z-index: 999;
}

.home-swiper2 article .wrap {
	padding: 0 14.5%;
}

.home-swiper2 article .title {
	margin-top: 130px;
	font-weight: bold;
	font-size: 70px;
	color: #fff;
	line-height: 140%;
	width: 100%;
}

.home-swiper2 article .intro {
	margin-top: 15px;
	font-size: 28px;
	color: #fff;
	line-height: 46px;
	width: 100%;
}

.home-swiper2 article .learn-more {
	margin-top: 35px;

}

.home-swiper2 article .learn-more .text {
	display: inline-flex;
	line-height: 40px;
	padding: 0 37px;
	border: 1px solid #fff;
	border-radius: 20px;
	font-size: 18px;
	color: #fff;
}

.home-swiper2 article .learn-more:hover .text {
	background-color: #000;
	border-color: #000;
}

.home-swiper2 article .learn-more .svg {
	margin-left: 4px;
	width: 42px;
	height: 42px;
	background-color: #fff;
	border-radius: 50%;
}

/* 初始状态（非 active 幻灯片） */
.home-swiper2 .swiper-slide .title,
.home-swiper2 .swiper-slide .intro,
.home-swiper2 .swiper-slide .learn-more {
	opacity: 0;
	/* 初始隐藏 */
	transform: translateY(100px);
}

/* 激活状态（当前幻灯片） */
.home-swiper2 .swiper-slide.swiper-slide-active .title,
.home-swiper2 .swiper-slide.swiper-slide-active .intro,
.home-swiper2 .swiper-slide.swiper-slide-active .learn-more {
	animation: fadeInUp 0.6s 1 forwards;
	/* forwards 保持最终状态 */
}

.home-swiper2 .pagination {
	z-index: 999;
	left: 88px;
	bottom: 60px;
}

.home-swiper2 .pagination div {
	width: 14.8%;
	margin-right: 29px;
}

.home-swiper2 .pagination div.active {
	transform: translateY(-15px);
}

.home-swiper2 .pagination div img {
	width: 100%;
	display: block;
	border: 1px solid #fff;
	cursor: pointer;
	border-radius: 20px;
}

.home-swiper2 .pagination div.active img {
	border-color: #e11c47;
	border-width: 3px;
}

.home-products-list1 {
	list-style: none;
	padding: 0;
	width: 95%;
	margin: 40px 2.5% 0 2.5%;
}

.home-products-list1 ul {
	list-style: none;
	padding: 0;
}

.home-products-list1>li {
	margin-bottom: 40px;
	border: 1px solid #ddd;
	border-radius: 20px;
	background: linear-gradient(to bottom, #f3f3f3, #fff);
	padding: 104px 0;
}

.home-products-list1>ul>li:nth-child(even) {
	background: #f3f3f3;
}

.home-products-list1>li>*:nth-child(1) {
	margin-left: 8.7%;
}

.home-products-list1>li>*:nth-child(2) {
	margin-right: 5.4%;
}

.home-products-list1>li article .title1 {
	line-height: 40px;
	font-size: 22px;
	color: #e11c47;
}

.home-products-list1>li article .title2 {
	margin-top: 11px;
	line-height: 69px;
	font-size: 70px;
	color: #171717;
	font-weight: bold;
}

.home-products-list1>li article .title3 {
	margin-top: 8px;
	line-height: 31px;
	font-size: 20px;
	color: #171717;
}

.home-products-list1>li article ul {
	margin-top: 37px;
}

.home-products-list1>li article ul li {
	padding: 0 30px;
	border-right: 1px solid #ddd;
}

.home-products-list1>li article ul li:last-child {
	border-right: 0;
}

.home-products-list1>li article ul li img {
	height: 36px;
}

.home-products-list1>li article ul li .image-title {
	margin-top: 8px;
	line-height: 130%;
	font-size: 18px;
	color: #999;
}

.home-products-list1>li article .buy {
	margin-top: 83px;
}

.home-products-list1>li article .buy .buy-now .text {
	display: inline-flex;
	line-height: 40px;
	padding: 0 37px;
	border: 1px solid #000;
	border-radius: 20px;
	font-size: 18px;
	color: #000;
}

.home-products-list1>li article .buy .buy-now:hover .text {
	background-color: #000;
	color: #fff;
}

.home-products-list1>li article .buy .buy-now .svg {
	margin-left: 4px;
	width: 42px;
	height: 42px;
	background-color: #000;
	border-radius: 50%;
}

.home-products-list1>li article .buy .buy-now .svg svg {
	fill: #fff;
}

.home-products-list1>li article .buy .price {
	font-size: 18px;
	color: #171717;
}

.home-products-list1>li article .buy .price .off {
	margin-left: 12px;
	display: inline-flex;
	padding: 0 10px;
	background-color: #cf354b;
	line-height: 30px;
	border-radius: 15px;
	font-size: 18px;
	color: #fff;
}

.home-products-list2 {
	list-style: none;
	padding: 0;
	width: 95%;
	margin: 40px 2.5% 0 2.5%;
}

.home-products-list2 li {
	width: calc((100% - 80px) / 3);
	margin-right: 40px;
	margin-bottom: 40px;
}

.home-products-list2 li:nth-child(3) {
	margin-right: 0;
}

.home-products-list2 li img {
	width: 100%;
	border-radius: 20px;
}

.home-products-list2 li::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	background: linear-gradient(to bottom, transparent 0%, transparent 65%, rgba(0, 0, 0, .1) 70%, rgba(0, 0, 0, .8) 100%);
	border-radius: 20px;
}

.home-products-list2 li article {
	z-index: 1;
	bottom: 0;
	left: 0;
	padding: 40px;
}

.home-products-list2 li article .title {
	line-height: 180%;
	font-size: 42px;
	color: #fff;
	font-weight: bold;
}


.home-products-list2>li article .buy {
	margin-top: 13px;
}

.home-products-list2>li article .buy .options {
	margin-right: 40px;
	flex: 1;
}

.home-products-list2>li article .buy dt {
	line-height: 25px;
	font-size: 18px;
	color: #fff;
	display: inline-flex;
	margin-right: 6px;
}

.home-products-list2>li article .buy .subtitle {
	line-height: 25px;
	font-size: 18px;
	color: #fff;
	margin-right: 6px;
}

.home-products-list2>li article .buy dt:not(:last-child)::after {
	content: '';
	display: inline-flex;
	width: 2px;
	height: 14px;
	background-color: #fff;
	margin-left: 6px;
}

.home-products-list2>li article .buy .buy-now .text {
	display: inline-flex;
	line-height: 40px;
	padding: 0 37px;
	border: 1px solid #fff;
	border-radius: 20px;
	font-size: 18px;
	color: #fff;
	flex-grow: 0;
	flex-shrink: 0;
}

.home-products-list2>li article .buy .buy-now:hover .text {
	background-color: #fff;
	color: #333;
}

.home-products-list2>li article .buy .buy-now .svg {
	margin-left: 4px;
	width: 42px;
	height: 42px;
	background-color: #fff;
	border-radius: 50%;
}

.home-products-list2>li article .buy .buy-now .svg svg {
	fill: #333;
}

.home-products-list3 {
	margin-top: 47px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 206px 0 40px 0;
}

.home-products-list3 .text1 {
	line-height: 40px;
	font-size: 26px;
	color: #e11c47;
	font-weight: 600;
}

.home-products-list3 .text2 {
	margin-top: 14px;
	line-height: 86px;
	font-size: 70px;
	color: #fff;
	font-weight: 600;
}

.home-products-list3 .text3 {
	margin-top: 19px;
	line-height: 43px;
	font-size: 26px;
	color: #fff;
}

.home-products-list3 .links {
	margin-top: 59px;
}

.home-products-list3 .links .buy-now:last-child {
	margin-left: 44px;
}

.home-products-list3 .links .buy-now .text {
	display: inline-flex;
	line-height: 40px;
	padding: 0 37px;
	border: 1px solid #fff;
	border-radius: 20px;
	font-size: 18px;
	color: #fff;
}

.home-products-list3 .links .buy-now:hover .text {
	background-color: #fff;
	color: #000;
}

.home-products-list3 .links .buy-now .svg {
	margin-left: 4px;
	width: 42px;
	height: 42px;
	background-color: #fff;
	border-radius: 50%;
}

.home-products-list3 .links .buy-now .svg svg {
	fill: #000;
}

.home-products-list3 .products-swiper {
	width: 74.4%;
	margin: 0 12.8%;
	margin-top: 219px;
	overflow: visible;
	position: static;
}

.home-products-list3 .products-swiper-wrap .swiper-button-next,
.home-products-list3 .products-swiper-wrap .swiper-button-prev {
	width: 69px;
	height: 69px;
	border-radius: 50%;
	border: 1px solid #000;
	background-color: rgba(0, 0, 0, .7);
}

.home-products-list3 .products-swiper-wrap .swiper-button-next::after,
.home-products-list3 .products-swiper-wrap .swiper-button-prev::after {
	font-size: 20px;
}

.home-products-list3 .products-swiper .product-slide {
	background-color: #fff;
	border-radius: 20px;
}

.home-products-list3 .products-swiper .product-slide .wrap {
	padding: 20px;
}

.home-products-list3 .products-swiper .product-slide .wrap .product-image {
	height: 320px;
	background-color: #f3f3f3;
	border-radius: 20px;
	line-height: 320px;
	text-align: center;
	font-size: 0;
	border: 1px solid #ddd;
}

.home-products-list3 .products-swiper .product-slide .wrap .product-image img {
	vertical-align: middle;
	margin: 0 auto;
	max-width: 90%;
	max-height: 90%;
}

.home-products-list3 .products-swiper .product-slide:hover .wrap .product-image img {
	transform: scale(1.1);
}

.home-products-list3 .products-swiper .product-slide .wrap .product-title {
	margin-top: 23px;
	width: 100%;
	height: 43px;
	line-height: 43px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 24px;
	font-weight: bold;
	color: #171717;
}

.home-products-list3 .products-swiper .product-slide .wrap .rating-price {
	width: 100%;
	height: 30px;
	margin-top: 15px;
}

.home-products-list3 .products-swiper .product-slide .wrap .rating-price .comments-number {
	margin-left: 11px;
	font-size: 18px;
	color: #000;
}

.home-products-list3 .products-swiper .product-slide .wrap .rating-price .product-price {
	font-size: 18px;
	color: #171717;
}

.home-products-list3 .products-swiper .product-slide .wrap .rating-price .product-price .discount {
	margin-left: 12px;
	display: inline-flex;
	line-height: 30px;
	padding: 0 15px;
	background-color: #cf354b;
	font-size: 18px;
	color: #fff;
	border-radius: 15px;
}

.home-products-list3 .products-swiper .product-slide .wrap .product-attributes {
	padding: 19px 0 0 0;
	margin-top: 24px;
	border-top: 1px solid #ddd;
}

.home-products-list3 .products-swiper .product-slide .wrap .product-attributes .product-attribute {
	width: 100%;
	height: 30px;
}

.home-products-list3 .products-swiper .product-slide .wrap .product-attributes .product-attribute::before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	background-color: #bcbcbc;
	border-radius: 50%;
	margin-right: 15px;
}

.home-products-list3 .products-swiper .product-slide .wrap .product-attributes .product-attribute .attribute-name {
	font-size: 16px;
	color: #999;
}

.home-products-list3 .products-swiper .product-slide .wrap .product-attributes .product-attribute .attribute-value {
	font-size: 16px;
	color: #171717;
}

.home_customer_reviews {
	width: 95%;
	margin: 84px 2.5% 0 2.5%;
}

.home_customer_reviews>.title {
	line-height: 29px;
	font-size: 22px;
	color: #e11c47;
}

.home_customer_reviews>.title2 {
	line-height: 85px;
	font-size: 70px;
	color: #171717;
	font-weight: bold;
}

.home_customer_reviews>.wrap {
	margin-top: 45px;
	align-items: stretch;
}

.home_customer_reviews>.wrap .l {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	width: 40%;
	height: 710px;
	border-radius: 20px;
	overflow: hidden;
	flex-grow: 0;
	flex-shrink: 0;
}

.home_customer_reviews>.wrap .l::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	background: linear-gradient(to bottom, transparent 0%, transparent 65%, rgba(0, 0, 0, .1) 70%, rgba(0, 0, 0, .8) 100%);
	border-radius: 20px;
}

.home_customer_reviews>.wrap .l .review-item {
	bottom: 47px;
	right: 0;
	padding: 0 48px;
	z-index: 1;
}

.home_customer_reviews>.wrap .l .review-item h3 {
	line-height: 40px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}

.home_customer_reviews>.wrap .l .review-item .texts {
	margin-top: 18px;
}

.home_customer_reviews>.wrap .l .review-item .texts .numbers {
	padding-right: 19px;
	margin-right: 19px;
	border-right: 1px solid #6d6e71;
	height: 51px;
}

.home_customer_reviews>.wrap .l .review-item .texts .numbers .number {
	font-size: 66px;
	font-weight: bold;
	color: #fff;
	line-height: 100%;
}

.home_customer_reviews>.wrap .l .review-item .texts .numbers .unit {
	margin-left: 7px;
	font-size: 45px;
	color: #fff;
	font-weight: bold;
	line-height: 100%;
}

.home_customer_reviews>.wrap .l .review-item .texts .subtitle {
	font-size: 24px;
	color: #fff;
	line-height: 28px;
}

.home_customer_reviews>.wrap .r {
	height: 710px;
	flex: 1;
	margin-left: 39px;
}

.home_customer_reviews>.wrap .r .review-item {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	border-radius: 20px;
	margin-bottom: 0;
}

.home_customer_reviews>.wrap .r>.review-item::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	background: linear-gradient(to bottom, transparent 0%, transparent 65%, rgba(0, 0, 0, .1) 70%, rgba(0, 0, 0, .8) 100%);
	border-radius: 20px;
}


.home_customer_reviews>.wrap .r>.review-item article {
	bottom: 47px;
	right: 0;
	padding: 0 48px;
	z-index: 1;
}

.home_customer_reviews>.wrap .r>.review-item article h3 {
	line-height: 40px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}

.home_customer_reviews>.wrap .r>.review-item article .texts {
	margin-top: 18px;
}

.home_customer_reviews>.wrap .r>.review-item article .texts .numbers {
	padding-right: 19px;
	margin-right: 19px;
	border-right: 1px solid #6d6e71;
	height: 51px;
}

.home_customer_reviews>.wrap .r>.review-item article .texts .numbers .number {
	font-size: 66px;
	font-weight: bold;
	color: #fff;
	line-height: 100%;
}

.home_customer_reviews>.wrap .r>.review-item article .texts .numbers .unit {
	margin-left: 7px;
	font-size: 45px;
	color: #fff;
	font-weight: bold;
	line-height: 100%;
}

.home_customer_reviews>.wrap .r>.review-item article .texts .subtitle {
	font-size: 24px;
	color: #fff;
	line-height: 28px;
}

.home_customer_reviews>.wrap .r>.review-item {
	width: 100%;
	height: 336px;
}

.home_customer_reviews>.wrap .r2 {
	height: 336px;
	width: 100%;
}

.home_customer_reviews>.wrap .r2 .review-item:nth-child(1),
.home_customer_reviews>.wrap .r2 .review-item:nth-child(2) {
	width: calc((100% - 39px) / 2);
	height: 336px;
}

.home_customer_reviews>.wrap .r2 .review-item:nth-child(1) article {
	bottom: 39px;
	left: 0;
	padding: 0 40px;
}

.home_customer_reviews>.wrap .r2 .review-item:nth-child(1) article .title {
	line-height: 32px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

.home_customer_reviews>.wrap .r2 .review-item:nth-child(2) article {
	bottom: 56px;
	left: 0;
	padding: 0 40px;
}

.home_customer_reviews>.wrap .r2 .review-item:nth-child(2) article .title {
	line-height: 30px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}

.home_customer_reviews>.wrap .r2 .review-item:nth-child(2) article .numbers {
	padding-right: 19px;
	margin-right: 19px;
	height: 51px;
	margin-top: 22px;
}

.home_customer_reviews>.wrap .r2 .review-item:nth-child(2) article .numbers .number {
	font-size: 66px;
	font-weight: bold;
	color: #fff;
	line-height: 100%;
	margin-top: 22px;
}

.home_customer_reviews>.wrap .r2 .review-item:nth-child(2) article .numbers .unit {
	margin-left: 7px;
	font-size: 45px;
	color: #fff;
	font-weight: bold;
	line-height: 100%;
}

.home_customer_reviews>.wrap .r2 .review-item:nth-child(2) article .image-wrap {
	margin-top: 40px;
}

.media-reports-section {
	width: 100%;
	background: url(/wp-content/themes/twentytwentyfour/assets/images/media-reports-bg.jpg) no-repeat center top;
	background-size: cover;
	margin-top: 87px;
	padding: 77px 0 0;
}

.media-reports-section .fixed-media-reports {
	width: 95%;
	margin: 0 2.5%;
}

.media-reports-section .section-title {
	line-height: 34px;
	font-size: 22px;
	font-weight: 600;
	color: #e11c47;
}

.media-reports-section .section-title2 {
	line-height: 83px;
	font-size: 70px;
	font-weight: 600;
	color: #171717;
}

.media-reports-section .reports-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	margin-bottom: 40px;
	margin-top: 46px;
}

.media-reports-section .report-item {
	border: 1px solid #ddd;
	border-radius: 20px;
	overflow: hidden;
	transition: all .3s;
	padding: 36px;
	background: #fff;
}

.media-reports-section .report-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.media-reports-section .report-thumbnail {
	width: 70px;
	flex-grow: 0;
	flex-shrink: 0;
}

.media-reports-section .report-thumbnail img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.media-reports-section .username-title {
	margin-left: 20px;
}

.media-reports-section .username-title .username {
	margin-top: 4px;
	line-height: 25px;
	font-size: 16px;
	color: #333;
}

.media-reports-section .username-title .title {
	margin-top: 3px;
	line-height: 29px;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}

.media-reports-section .score {
	margin-left: 10px;
	font-size: 18px;
	color: #000;
}

.media-reports-section .report-content {
	margin-top: 9px;
	line-height: 30px;
	font-size: 16px;
	color: #999;
}

.scrolling-media-reports {
	margin-top: 40px;
	position: relative;
}

.scroll-container {
	width: 100%;
}

.scroll-track {
	display: flex;
	gap: 40px;
	width: max-content;
	animation: scroll 60s linear infinite;
}

.scroll-item {
	flex: 0 0 auto;
	width: calc((100vw - 80px) / 3);
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

/* 当鼠标悬停时暂停滚动 */
.scrolling-media-reports:hover .scroll-track {
	animation-play-state: paused;
}

.no-reports,
.no-scroll-reports {
	text-align: center;
	padding: 20px;
	color: #777;
}

.home-news-wrap {
	margin-top: 39px;
}

.home-news {
	width: 100%;
	padding: 0 12.5%;
}

.news-wrap .image_wrap,
.news-wrap .image_wrap img {
	width: 100%;
	display: block;
	height: 26vw;
}

.news-wrap .image_wrap {
	overflow: hidden;
	border-radius: 20px;
}

.news-wrap .image_wrap::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .8) 100%);
	border-radius: 20px;
}

.news-wrap .image_wrap img {
	object-fit: cover;
}

.news-wrap .image_wrap article {
	z-index: 1;
	left: 0;
	bottom: 0;
	padding: 30px;
	width: 100%;
}

.news-wrap .image_wrap article .news-title {
	line-height: 30px;
	font-size: 20px;
	color: #fff;
}

.news-wrap .image_wrap article>div {
	width: 100%;
}

.news-wrap .image_wrap article .time-more {
	margin-top: 10px;
}

.news-wrap .image_wrap article .time {
	font-size: 16px;
	color: #fff;
}

.news-wrap .image_wrap article .time svg {
	margin-right: 7px;
}

.news-wrap .image_wrap article .learn-more {
	font-size: 16px;
	color: #fff;
	text-decoration: underline;
}


.home-news-wrap .swiper-button-next,
.home-news-wrap .swiper-button-prev {
	width: 69px;
	height: 69px;
	border-radius: 50%;
	border: 1px solid #000;
	background-color: rgba(0, 0, 0, .7);
}

.home-news-wrap .swiper-button-next::after,
.home-news-wrap .swiper-button-prev::after {
	font-size: 20px;
}

.home-bottom {
	margin: 0;
	margin-top: 87px;
	width: 100%;
	padding: 87px 0;
	list-style: none;
	border-top: 1px solid #ddd;
}

.home-bottom li {
	width: 25%;
}

.home-bottom li .wrap {
	padding: 0 10%;
}

.home-bottom li img {
	max-height: 100px;
}

.home-bottom li .title {
	margin-top: 25px;
	line-height: 35px;
	font-size: 24px;
	color: #333;
	font-weight: bold;
}

.home-bottom li .content {
	margin-top: 8px;
	line-height: 26px;
	font-size: 16px;
	color: #999;
}

.up {
	position: fixed;
	z-index: 99999;
	right: 10px;
	bottom: 10px;
	width: 50px;
	height: 50px;
	background-color: rgba(0, 0, 0, .6);
	cursor: pointer;
	display: none;
}

.up.visible {
	display: flex;
}

.home-footer-register {
	width: 100%;
	overflow: hidden;
}

.home-footer-register img {
	width: 100%;
}

.home-footer-register article {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.home-footer-register article .title {
	line-height: 160%;
	font-size: 70px;
	font-weight: bold;
	color: #fff;
}

.home-footer-register article .title2 {
	line-height: 200%;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}

.home-footer-register .form {
	width: 90%;
	max-width: 960px;
	margin-top: 25px;
}

.home-footer-register .form .input {
	flex: 1;
	height: 60px;
	line-height: 60px;
	border: 0;
	background: #fff;
	border-radius: 30px 0 0 30px;
	font-size: 18px;
	padding: 0 41px;
}

.home-footer-register .form .button {
	width: 150px;
	height: 60px;
	background: #e11c47;
	border-radius: 0 30px 30px 0;
	cursor: pointer;
	font-size: 22px;
	border: 0;
	color: #fff;
}

/*shop*/


.site-main {
	padding: 0;
	max-width: 1500px;
	margin: 0 auto;
}

ul.products {
	column-gap: 40px;
}

.products li {
	background-color: #fff;
	border-radius: 20px;
	padding: 20px;
	box-shadow: 0 0 10px #eee;
	margin-right: 40px;
	transition: all .3s;
}

.products li:hover {
	box-shadow: 0 0 10px #ccc;
	transition: all .3s;
}

.products li .product-image {
	height: 320px;
	background-color: #f3f3f3;
	border-radius: 20px;
	line-height: 320px;
	text-align: center;
	font-size: 0;
	border: 1px solid #ddd;
}

.products li .product-image img {
	vertical-align: middle;
	margin: 0 auto;
	max-width: 90%;
	max-height: 90%;
}

.products li:hover .product-image img {
	transform: scale(1.05);
}

.products li .product-slide:hover .wrap .product-image img {
	transform: scale(1.1);
}

.products li .product-title {
	margin-top: 23px;
	width: 100%;
	height: 43px;
	line-height: 43px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 24px;
	font-weight: bold;
	color: #171717;
}

.products li .rating-price {
	width: 100%;
	height: 30px;
	margin-top: 15px;
}

.products li .rating-price .comments-number {
	margin-left: 11px;
	font-size: 18px;
	color: #000;
}

.products li .rating-price .product-price {
	font-size: 18px;
	color: #171717;
}

.products li .rating-price .product-price .discount {
	margin-left: 12px;
	display: inline-flex;
	line-height: 30px;
	padding: 0 15px;
	background-color: #cf354b;
	font-size: 18px;
	color: #fff;
	border-radius: 15px;
}

.products li .product-attributes {
	padding: 19px 0 0 0;
	margin-top: 24px;
	border-top: 1px solid #ddd;
}

.products li .product-attributes .product-attribute {
	width: 100%;
	height: 30px;
}

.products li .product-attributes .product-attribute::before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	background-color: #bcbcbc;
	border-radius: 50%;
	margin-right: 15px;
}

.products li .product-attributes .product-attribute .attribute-name {
	font-size: 16px;
	color: #999;
}

.products li .product-attributes .product-attribute .attribute-value {
	font-size: 16px;
	color: #171717;
}

.products-category {
	margin: 20px 0 40px 0;
}

.products-category li {
	display: inline-flex;
	margin-right: 35px;
}

.products-category li:last-child {
	margin-right: 0;
}

.products-category li a {
	display: inline-flex;
	line-height: 40px;
	padding: 0 20px;
	font-size: 18px;
}

.products-category li a:hover,
.products-category li a.active {
	color: var(--hover-color);
}

.page .entry-header {
	padding: 0 !important;
}

.faq-section {
	max-width: 100% !important;
	width: 100%;
	margin: 40px auto;
}

.faq-title {
	text-align: center;
	margin-bottom: 40px !important;
	font-size: 32px;
}

.faq-container {
	width: 100%;
	background: #f8f8f8;
	border-radius: 10px;
	padding: 48px 32px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.faq-categories {
	flex: 0 0 20%;
	margin-right: 5%;
	padding: 0;
	border-radius: 5px;
	border-right: 1px solid #d8d8d8;
}

.faq-categories ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.faq-categories li {
	padding: 12px 15px;
	cursor: pointer;
	border-bottom: 1px solid #eee;
	transition: all 0.3s;
	font-size: 18px;
	color: #8b8b8b;
}

.faq-categories li:hover,
.faq-categories li.active {
	color: #333;
}

.faq-content {
	flex: 1;
}

.faq-item {
	border-radius: 4px;
	margin-bottom: 5px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

.faq-item h3 {
	font-size: 18px !important;
}

.faq-question {
	margin: 0;
	padding: 18px 0;
	cursor: pointer;
	position: relative;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.faq-question .arrow {
	transform: rotate(90deg);
	transition: all .3s;
}

.faq-item.active .arrow {
	transform: rotate(-90deg);
}

.faq-answer {
	padding: 0 20px;
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
	padding: 10px 20px;
	max-height: 1000px;
}

.faq-item.active .faq-answer {
	display: block;
}

.faq-answer {
	display: none;
	transition: all 0.3s ease;
}

.faq-categories li.active {
	font-weight: bold;
	color: #333;
}

/* 动画效果 */
@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1);
	}
}

.pulse {
	animation: pulse 2s infinite;
}


@media (max-width: 768px) {
	.faq-container {
		flex-direction: column;
		padding: 10px;
		background: none;
	}

	.faq-categories {
		flex: auto;
		width: 100%;
		border: 0;
		margin-right: 0;
	}

	.faq-categories ul {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: center;
	}

	.faq-categories ul li {
		display: inline-flex;
		padding: 0 10px;
		border-radius: 6px;
		margin-right: 10px;
		background-color: #f1f1f1;
		line-height: 220%;
		font-size: 16px;
	}

	.faq-categories ul li.active {
		color: #ff7a3d;
	}
}

.page-id-10 h3 {
	font-size: 1.2em !important;
}

/*footer*/
.footer {
	width: 100%;
	padding: 90px 2.5%;
	background-color: #000;
}

.footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer1 .l .title {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-left: 25px;
	padding-left: 25px;
	border-left: 1px solid #4d4d4d;
	line-height: 36px;
}

.footer1 .sns a {
	display: inline-flex;
	margin-right: 18px;
}

.footer1 .sns a:hover {
	opacity: .8;
}

.footer2 {
	padding-top: 53px;
	margin-top: 31px;
	border-top: 1px solid #4d4d4d;
}

.footer2 .search {
	width: 480px;
}

.footer2 .search .title {
	line-height: 42px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

.footer2 .search .des {
	margin-top: 3px;
	line-height: 28px;
	font-size: 18px;
	color: #929292;
}

.footer2 .search .form {
	margin-top: 24px;
	width: 100%;
	height: 50px;
	background: #333;
	border-radius: 8px;
	border: 1px solid #575757;
	padding: 5px;
}

.footer2 .search .form .input {
	flex: 1;
	background: none;
	border: 0;
	color: #fff;
}

.footer2 .search .form .button {
	width: 120px;
	height: 38px;
	background: #000;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding: 0;
}

.footer2 .list {
	padding-right: 2%;
}

.footer2 .list>li {
	margin-left: 100px;
}

.footer2 .list>li:first-child {
	margin-left: 0;
}

.footer2 .list>li>.title {
	line-height: 42px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 25px;
}

.footer2 .list>li>.title::after {
	content: '';
	display: block;
	margin-top: 3px;
	width: 30px;
	height: 2px;
	background-color: #fff;
}

.footer2 .list>li>ul>li {
	line-height: 36px;
	font-size: 18px;
	color: #999;
}

.footer2 .list>li>ul>li>span {
	margin-right: 16px;
}

.footer3 {
	padding-top: 30px;
	margin-top: 31px;
	border-top: 1px solid #4d4d4d;
}

.footer3 .copyright {
	font-size: 16px;
	color: #999;
}

header.entry-header .entry-title,
.woocommerce-products-header__title.page-title {
	padding-bottom: 35px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px !important;
	font-weight: 600;
	font-size: 32px;
	font-size: 2rem;
	line-height: 100% !important;
}

.entry-content {
	line-height: 180%;
}

.entry-content p {
	margin-bottom: 10px !important;
}

.ast-single-post.ast-page-builder-template .site-main>article,
.woocommerce.ast-page-builder-template .site-main,
.ast-page-builder-template .post-navigation {
	padding: 0 !important;
}


.header-bar .users a.navbar {
	display: none;
}

.mobile-nav {
	position: fixed;
	top: 0;
	right: 0;
	width: 80%;
	height: 100vh;
	background: #fff;
	z-index: 9999;
	transform: translateX(100%);
	transition: transform 0.3s ease-in-out;
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
	overflow-y: auto;
}

/* 导航显示状态 */
.mobile-nav.active {
	transform: translateX(0);
}

/* 遮罩层 */
.nav-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9998;
	display: none;
}

.nav-overlay.active {
	display: block;
}

/* 关闭按钮 */
.mobile-nav .close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 24px;
	cursor: pointer;
}

/* 导航菜单样式 */
.mobile-nav-menu {
	padding: 50px 20px 20px;
}

.mobile-nav-menu .header-nav {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.mobile-nav-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mobile-nav-menu li {
	margin-bottom: 20px;
	width: 100%;
	margin-left: 0 !important;
}

.mobile-nav-menu a {
	display: block;
	width: 100%;
	font-size: 4vw !important;
	font-weight: normal !important;
	color: #333 !important;
	text-decoration: none;
	padding: 0;
	border-bottom: 1px solid #eee;
}

h2,
.entry-content h2 {
	font-size: 2em;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .price,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wp-block-button__link {
	font-size: 1.5em;
}

/* 搜索遮罩层样式 */
.search-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9998;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

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

/* 搜索窗口样式 */
.search-window {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.9);
	background-color: white;
	padding: 30px;
	border-radius: 8px;
	width: 90%;
	max-width: 600px;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.search-window.active {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -50%) scale(1);
}

/* 搜索关闭按钮 */
.search-close {
	position: absolute;
	top: 15px;
	right: 15px;
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	color: #333;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0;
	transition: color 0.2s ease;
}

.search-close:hover {
	color: #ff0000;
}

/* 搜索表单样式 */
.search-form {
	display: flex;
	gap: 10px;
	margin-top: 20px;
}

.search-input {
	flex: 1;
	padding: 12px 15px;
	font-size: 16px;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: border-color 0.2s ease;
}

.search-input:focus {
	outline: none;
	border-color: #36425a;
}

.search-submit {
	padding: 12px 20px;
	background-color: #36425a;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.search-submit:hover {
	background-color: #2a3547;
}

/* 响应式调整 */
@media (min-width: 768px) {

	.mobile-nav,
	.nav-overlay {
		display: none !important;
	}
}

@media(max-width: 768px) {
	.header-bar {
		flex-wrap: wrap;
	}

	.header-bar ul {
		display: none;
	}

	.header-bar .users a {
		margin-right: 15px;
	}

	.header-bar .users a:last-child {
		margin-right: 0;
	}

	.header,
	.header.fixed {
		position: static !important;
		background-color: #36425a;
	}

	.header-nav {
		display: none;
	}

	.home-swiper img {
		height: 65vh;
		object-fit: cover;
	}

	.home-swiper article {
		top: 10%;
		left: 50%;
		transform: translate(-50%, 0);
	}

	.home-swiper article .title {
		font-size: 5vw;
		line-height: 180%;
		text-shadow: 0 0 3px #666;
	}

	.home-swiper article .intro {
		font-size: 4vw;
		line-height: 180%;
		text-shadow: 0 0 3px #666;
	}

	.home-swiper article .learn-more .text {
		font-size: 3vw;
	}

	.home-scrolling-text {
		flex-direction: column;
		justify-content: flex-start;
	}

	.home-scrolling-text li {
		margin-bottom: 5vw;
		width: 100%;
	}

	.home-scrolling-text .number,
	.home-scrolling-text .unit {
		font-size: 5vw;
	}

	.home-swiper2 {
		display: none;
	}

	.home-products-list1 {
		overflow: hidden;
	}

	.home-products-list1>li {
		margin-bottom: 5vw;
		flex-direction: column;
		padding: 10vw 3vw;
	}

	.home-products-list1>li article {
		width: 100%;
	}

	.home-products-list1>li:nth-child(odd) article {
		margin-top: 5vw;
		margin-right: 0;
	}

	.home-products-list1>li article ul {
		flex-wrap: wrap;
	}

	.home-products-list1>li article ul li {
		width: 50%;
		border-right: 0;
		margin-bottom: 5vw;
	}

	.home-products-list1>li:nth-child(even) article {
		margin-bottom: 5vw;
		margin-left: 0;
	}

	.home-products-list1>li article .title2 {
		line-height: 180%;
		font-size: 6vw;
	}

	.home-products-list1>li article .buy .buy-now .text {
		padding: 0 3vw;
		font-size: 3.5vw;
		line-height: 6vw;
	}

	.home-products-list1>li article .buy .buy-now .svg {
		width: 6vw;
		height: 6vw;
	}

	.home-products-list1>li article .buy .price .off {
		font-size: 3.5vw;
	}

	.home-products-list1>li article .buy {
		margin-top: 6vw;
	}

	.home-products-list2 {
		flex-direction: column;
	}

	.home-products-list2 li {
		width: 100%;
	}

	.home-products-list2 li article {
		padding: 2vw;
		width: 100%;
		bottom: 5vw;
	}

	.home-products-list2 li article .title {
		font-size: 6vw;
		line-height: 160%;
	}

	.home-products-list2>li article .buy {
		flex-direction: column;
		width: 100%;
		overflow: hidden;
		align-items: flex-start;
	}

	.home-products-list2>li article .buy .options {
		width: 100%;
		margin: 0;
		margin-bottom: 4vw;
	}

	.home-products-list2>li article .buy dl {
		flex-wrap: wrap;
	}

	.home-products-list2>li article .buy dt,
	.home-products-list2>li article .buy .subtitle {
		font-size: 4.5vw;
	}

	.home-products-list2>li article .buy .buy-now .text {
		padding: 0 3vw;
		font-size: 3.5vw;
		line-height: 6vw;
	}

	.home-products-list2>li article .buy .buy-now .svg {
		width: 6vw;
		height: 6vw;
	}

	.home-products-list3 {
		margin-top: 8vw;
		padding: 5vw;
	}

	.home-products-list3 .text1 {
		line-height: 170%;
		font-size: 5vw;
	}

	.home-products-list3 .text2 {
		line-height: 170%;
		font-size: 4.5vw;
	}

	.home-products-list3 .text3 {
		line-height: 170%;
		font-size: 4vw;
	}

	.home-products-list3 .links {
		margin-top: 6vw;
		flex-direction: column;
	}

	.home-products-list3 .links a:first-child {
		display: none;
	}

	.home-products-list3 .products-swiper {
		width: 100%;
		margin: 5vw 0 0;
	}

	.home_customer_reviews {
		padding: 6vw 2vw;
		margin: 0;
		width: 100%;
	}

	.home_customer_reviews>.title2 {
		line-height: 170%;
		font-size: 4.5vw;
	}

	.home_customer_reviews>.wrap {
		flex-direction: column;
		width: 100%;
	}

	.home_customer_reviews>.wrap .l {
		width: 100%;
		height: 75vw;
	}

	.home_customer_reviews>.wrap .l .review-item h3,
	.home_customer_reviews>.wrap .r>.review-item article h3,
	.home_customer_reviews>.wrap .r2 .review-item:nth-child(2) article .title,
	.home_customer_reviews>.wrap .r2 .review-item:nth-child(1) article .title {
		font-size: 5vw;
		line-height: 170%;
	}

	.home_customer_reviews>.wrap .l .review-item .texts .numbers .number,
	.home_customer_reviews>.wrap .r>.review-item article .texts .numbers .number,
	.home_customer_reviews>.wrap .r2 .review-item:nth-child(2) article .numbers .number {
		font-size: 4.5vw;
		line-height: 170%;
	}

	.home_customer_reviews>.wrap .l .review-item .texts .subtitle,
	.home_customer_reviews>.wrap .r>.review-item article .texts .subtitle {
		font-size: 4vw;
		line-height: 150%;
	}

	.home_customer_reviews>.wrap .r {
		height: auto;
		margin-left: 0;
		margin-top: 5vw;
	}

	.home_customer_reviews>.wrap .r2 {
		flex-direction: column;
		height: auto;
	}

	.home_customer_reviews>.wrap .r2 .review-item:nth-child(1),
	.home_customer_reviews>.wrap .r2 .review-item:nth-child(2) {
		width: 100% !important;
		height: 75vw !important;
		margin-top: 5vw !important;
	}

	.media-reports-section {
		margin-top: 6vw;
		padding: 4vw;
	}

	.media-reports-section .section-title {
		font-size: 4vw;
		line-height: 170%;
	}

	.media-reports-section .section-title2 {
		font-size: 5vw;
		line-height: 170%;
	}

	.media-reports-section .reports-grid {
		display: flex;
		flex-direction: column;
	}

	.scroll-item {
		width: 100vw;
	}

	.news-wrap .image_wrap,
	.news-wrap .image_wrap img {
		height: 75vw;
	}

	.news-wrap .image_wrap article .news-title,
	.home-bottom li .title {
		line-height: 170%;
		font-size: 4vw;
	}

	.home-bottom {
		padding: 5vw 2vw;
		flex-direction: column;
	}

	.home-bottom li {
		width: 100%;
		margin-bottom: 5vw;
	}

	.home-footer-register {}

	.home-footer-register img {
		height: 70vw;
		object-fit: cover;
	}

	.home-footer-register article {
		padding: 0 2vw;
	}

	.home-footer-register article .title {
		line-height: 170%;
		font-size: 5vw;
	}

	.home-footer-register article .title2 {
		line-height: 170%;
		font-size: 4vw;
	}

	.home-footer-register .form .input {
		height: 10vw;
		line-height: 10vw;
	}

	.home-footer-register .form .button {
		display: inline-flex;
		padding: 0 15px;
		line-height: 10vw;
		height: 10vw;
		border-radius: 0 5vw 5vw 0;
		font-size: 4vw;
		width: auto;
	}

	.footer {
		padding: 4vw;
	}

	.footer1,
	.footer2 {
		display: none;
	}

	.footer3 {
		margin-top: 0;
		border-top: 0;
		flex-direction: column;
	}

	.footer3 .copyright {
		opacity: 1 !important;
	}

	.header-bar .users a.navbar {
		display: inline-flex;
	}

	.products {
		display: flex !important;
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.products li {
		width: 100%;
		margin-right: 0;
	}

	.h1-wrap {
		flex-direction: column;
		justify-content: flex-start !important;
		margin-bottom: 4vw !important;
	}

	.h1-wrap h1 {
		font-size: 5vw !important;
	}

	#primary,
	#secondary {
		padding: 0 !important;
	}

	.site-main {
		padding: 5vw 2vw !important;
	}
}