.section {
	padding: 55px 0;
	position: relative;
}

@media screen and (max-width: 1024px) {
	.section {
		padding: 50px 0;
		overflow: hidden;
	}
}

.section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 98vw;
	height: 68%;
	background-color: var(--main-color);
}

@media screen and (max-width: 1024px) {
	.section:before {
		width: 100vw;
		/*height: 80vw;*/
		transform: skewY(12.5deg);
		transform-origin: 100% 100%;
	}
}

.section .section-inner {
	width: 90vw;
	margin: 0 auto;
	position: relative;
}

.section .section-inner h2 {
	position: absolute;
	top: -40px;
	left: 0;
}

.section .section-inner h2.right {
	right: 0;
	left: unset;
	width: 56px;
}

.section .section-inner h2.right .en {
	left: 100% !important;
}

.section .section-inner h2.right .cn {
	padding: 0 !important;
}

@media screen and (max-width: 1024px) {
	.section .section-inner h2 {
		position: static;
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
}

.section .section-inner h2 .en {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	font-family: roboto, sans-serif;
	font-weight: 800;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.15);
	letter-spacing: 0.25em;
	line-height: 1;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

@media screen and (max-width: 1024px) {
	.section .section-inner h2 .en {
		display: block;
		position: static;
		transform: rotate(0) translate(0, 0);
		text-align: center;
		margin-bottom: 10px;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}
}

.section .section-inner h2 .cn {
	font-weight: 700;
	font-size: 30px;
	color: #fff;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 0.38em;
	line-height: 1;
	padding-left: 28px;
}

@media screen and (max-width: 1024px) {
	.section .section-inner h2 .cn {
		font-size: 25px;
		color: #fff;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}
}

.section .section-inner .btn {
	width: 340px;
	height: 60px;
	margin: 0 auto;
	margin-top: 40px;
}

.section .section-inner .btn a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--main-color);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.section .section-inner .btn a p {
	color: #fff;
	line-height: 1;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.15em;
	padding-right: 50px;
	position: relative;
}

.section .section-inner .btn a p:before,
.section .section-inner .btn a p:after {
	content: "";
	height: 1px;
	background-color: #fff;
	position: absolute;
	right: 0;
	bottom: 0.25em;
	transform-origin: 100% 100%;
}

.section .section-inner .btn a p:before {
	width: 7px;
	transform: rotate(45deg);
}

.section .section-inner .btn a p:after {
	width: 40px;
}

.section.right:before {
	right: 0;
	left: unset;
}

.section.right .section-inner h2 {
	right: 0;
	left: unset;
	width: 56px;
}

@media screen and (max-width: 768px) {
	.section.right .section-inner h2 {
		width: 100%;
	}
}

.section.right .section-inner h2 .en {
	left: 100%;
}

.section.right .section-inner h2 .cn {
	padding: 0;
}

.section .scroll-target.init {
	opacity: 0;
	transform: translateY(100px);
}

.section .scroll-target.show {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.section.scroll-target.init:before {
	width: 0;
}

.section.scroll-target.show:before {
	width: 98vw;
	width: 100vw;
	transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.carousel {
	width: 100%;
	/*height: 100vh;*/
	/*display: flex;*/
	/*position: relative*/
}

@media screen and (max-width: 1024px) {
	.carousel {
		flex-direction: column;
		height: auto;
		overflow: hidden;
	}

	.carousel {
		margin-top: 1.2rem !important;
	}
}

.carousel .picture {
	width: 0;
	height: 100%;
	transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (max-width: 1024px) {
	.carousel .picture {
		width: 135%;
		height: 52vh;
		transition: unset;
	}
}

.carousel .picture .swiper-container,
.carousel .picture .topic,
.carousel .picture .pic,
.carousel .picture .back {
	width: 100%;
	height: 100%;
	transition: all 1s 1s cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (max-width: 1024px) {
	.carousel .picture .swiper-container,
	.carousel .picture .topic,
	.carousel .picture .pic,
	.carousel .picture .back {
		transition: all 1s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
	}
}

.carousel .picture .swiper-container {
	transform: skewX(-20deg);
	transform-origin: 100% 0;
}

@media screen and (max-width: 1024px) {
	.carousel .picture .swiper-container {
		transform: skewY(10deg);
		transform-origin: 100% 100%;
		height: 0;
	}
}

.carousel .picture .topic {
	transform: skewX(20deg);
	transform-origin: 100% 0;
}

@media screen and (max-width: 1024px) {
	.carousel .picture .topic {
		transform: skewY(-10deg);
		transform-origin: 100% 100%;
	}
}

.carousel .picture .topic .pic .back {
	/*background-size: 40.5vw;*/
	/*background-position: 10% 100%;*/
	background-size: 66%;
	background-position: 10% 100%;

	background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
	.carousel .picture .topic .pic .back {
		height: 56vh;
		background-position: 7% 80%;
		background-size: 67%;
	}
}

.carousel .abbr {
	padding-bottom: 40px;
	position: relative;
}

.carousel .information {
	flex-grow: 1;
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
	transition: all 1.3s 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transform: translateY(40px);
	opacity: 0;
}

@media screen and (max-width: 1024px) {
	.carousel .information {
		height: auto;
		margin-bottom: 10px;
	}
}

.carousel .information .central {
	transform: translateX(-5vw);
}

@media screen and (max-width: 1024px) {
	.carousel .information .central {
		transform: translateX(0);
		margin: 0 auto;
		margin-top: -80px;
	}
}

.carousel .information .slogan {
	color: var(--main-color);
	transition: all 1s 1s cubic-bezier(0.19, 1, 0.22, 1);
	white-space: nowrap;
}

.carousel .information .slogan .digit {
	font-size: 10vw;
	font-weight: 700;
	display: inline-flex;
	transition: all 1s 1s cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (max-width: 1024px) {
	.carousel .information .slogan .digit {
		font-size: 90px;
	}
}

.carousel .information .slogan .digit:first-child {
	transform: translateY(-1vw) skewX(-10deg);
}

@media screen and (max-width: 768px) {
	.carousel .information .slogan .digit:first-child {
		transform: translateY(-10px) skewX(-10deg);
	}
}

.carousel .information .slogan .digit:nth-child(2) {
	transform: translate(-1vw, 1vw) skewX(-8deg);
}

@media screen and (max-width: 1024px) {
	.carousel .information .slogan .digit:nth-child(2) {
		transform: translate(-10px, 10px) skewX(-8deg);
	}
}

.carousel .information .slogan .text {
	font-size: 2.8vw;
	font-weight: 600;
	display: inline-flex;
	transform: translate(-20px, 24px);
}

@media screen and (max-width: 1024px) {
	.carousel .information .slogan .text {
		font-size: 32px;
		transform: translate(10px, 18px);
		margin-left: -28px;
	}
}

.carousel .information .simple p {
	color: var(--auxiliary-color);
	font-size: 2vw;
	white-space: nowrap;
}

@media screen and (max-width: 1024px) {
	.carousel .information .simple p {
		font-size: 18px;
	}
}

.carousel .information .pills {
	position: absolute;
	top: 4vw;
	left: 20vw;
}

@media screen and (max-width: 1024px) {
	.carousel .information .pills {
		top: 30px;
		left: 180px;
	}
}

.carousel .information .pills img {
	width: 9vw;
}

@media screen and (max-width: 1024px) {
	.carousel .information .pills img {
		width: 90px;
	}
}

.carousel .privacy {
	position: absolute;
	bottom: 20px;
	right: 0;
	width: 100%;
	color: var(--main-color);
	font-size: 14px;
	transform: translateX(-15vw);
}

@media screen and (max-width: 1024px) {
	.carousel .privacy {
		font-size: 12px;
		left: -18vw;
		transform: translateX(0);
		width: 260px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1024px) {
	.carousel .privacy {
		position: unset;
		text-align: center;
	}
}

.carousel .scroll {
	position: absolute;
	right: 60px;
	bottom: 100px;
	line-height: 1;
	opacity: 1;
	transition: all 0.8s 2.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (max-width: 1024px) {
	.carousel .scroll {
		right: 15px;
		bottom: 88px;
	}
}

.carousel .scroll p {
	letter-spacing: 0.25em;
	line-height: 1;
	font-size: 13px;
	color: var(--main-color);
	font-family: roboto, sans-serif;
	font-weight: 800;
	writing-mode: vertical-lr;
}

@media screen and (max-width: 1024px) {
	.carousel .scroll p {
		font-size: 12px;
	}
}

.carousel .scroll .roll {
	transform: rotate(-90deg) translate(-60px, 5px);
}

.carousel .scroll .roll::before,
.carousel .scroll .roll::after {
	content: "";
	height: 1px;
	background-color: var(--main-color);
	position: absolute;
	left: 0;
	bottom: 3px;
	transform-origin: 0 0;
}

.carousel .scroll .roll::before {
	width: 0;
	transform: rotate(-45deg);
	animation: scroll_2 1.5s linear infinite;
}

.carousel .scroll .roll::after {
	animation: scroll_1 1.5s linear infinite;
}

@keyframes scroll_1 {
	0% {
		width: 0;
		left: 70px;
	}
	30% {
		width: 70px;
		left: 0;
	}
	60% {
		width: 70px;
		left: 0;
	}
	80% {
		width: 0;
		left: 0;
	}
	100% {
		width: 0;
		left: 0;
	}
}

@keyframes scroll_2 {
	0% {
		width: 0;
	}
	30% {
		width: 0;
	}
	38% {
		width: 7px;
		left: 0;
		bottom: 3px;
	}
	80% {
		width: 7px;
		left: 0;
		bottom: 3px;
	}
	90% {
		width: 0;
		left: 4.95px;
		bottom: 7.95px;
	}
	100% {
		width: 0;
		left: 4.95px;
		bottom: 7.95px;
	}
}

.carousel.shown .picture {
	width: 70%;
}

@media screen and (max-width: 1024px) {
	.carousel.shown .picture {
		width: 135%;
	}
}

@media screen and (max-width: 1024px) {
	.carousel.shown .picture .swiper-container {
		transform: skewY(10deg);
		transform-origin: 100% 100%;
		height: 56vh;
	}
}

.carousel.shown .information {
	transform: translateY(0);
	opacity: 1;
}

.section-about {
	padding: 50px 0;
	position: relative;
}

@media screen and (max-width: 1024px) {
	.section-about {
		padding: 80px 0;
	}

	.section-about:before {
		content: "";
		width: 100vw;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #f2f2f2;
	}
}

.section-about .scroll-target.init {
	opacity: 0;
	transform: translateY(100px);
}

.section-about .scroll-target.show {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.section-about .section-inner {
	width: 90vw;
	margin: 0 auto;
	position: relative;
}

.section-about .section-inner h2 {
	position: absolute;
	top: 0;
	left: 0;
}

.section-about .section-inner h2.right {
	right: 0;
	left: unset;
	width: 56px;
}

.section-about .section-inner h2.right .en {
	left: 100% !important;
}

.section-about .section-inner h2.right .cn {
	padding: 0 !important;
}

@media screen and (max-width: 1024px) {
	.section-about .section-inner h2 {
		position: static !important;
		text-align: center !important;
		margin-bottom: 30px !important;
		width: 100% !important;
	}
}

.section-about .section-inner h2 .en {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	font-family: roboto, sans-serif;
	font-weight: 800;
	font-size: 13px;
	color: var(--main-color);
	letter-spacing: 0.25em;
	transform: rotate(-90deg) translateX(-100%);
	transform-origin: 0 0;
	line-height: 1;
	text-align: right;
}

@media screen and (max-width: 1024px) {
	.section-about .section-inner h2 .en {
		position: static;
		transform: rotate(0) translateX(0);
		text-align: center;
		display: block;
		margin-bottom: 10px;
	}
}

.section-about .section-inner h2 .cn {
	display: inline-block;
	position: relative;
	font-weight: 700;
	font-size: 28px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 0.25em;
	line-height: 1;
	padding-left: 28px;
}

@media screen and (max-width: 1024px) {
	.section-about .section-inner h2 .cn {
		font-size: 25px;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		padding-left: 0;
	}
}

.section-about .section-inner .statement {
	width: 85%;
	margin: 0 auto 60px;
}

.section-about .section-inner .statement p {
	padding-top: 1.5em;
}

@media screen and (max-width: 1024px) {
	.section-about .section-inner .statement {
		width: 100%;
		margin: 0 auto 30px;
	}
}

.section-about .section-inner .statement .about-title {
	font-size: 20px;
	font-weight: 700;
	color: var(--main-color);
	letter-spacing: 0.15em;
	line-height: 1.7;
	margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
	.section-about .section-inner .statement .about-title {
		font-size: 18px;
	}
}

.product-section .section-inner .row-wrapper .row {
	background-color: #fff;
	width: 85%;
	margin-bottom: 60px;
}

.product-section .section-inner .row-wrapper .row:nth-child(odd) {
	margin-left: 15%;
}

@media screen and (max-width: 1024px) {
	.product-section .section-inner .row-wrapper .row:nth-child(odd) {
		margin-left: 0;
	}
}

@media screen and (max-width: 1024px) {
	.product-section .section-inner .row-wrapper .row {
		width: 100%;
		margin-bottom: 0;
		box-shadow: none;
	}
}

.product-section .section-inner .row-wrapper .row ul {
	display: flex;
}

@media screen and (max-width: 1024px) {
	.product-section .section-inner .row-wrapper .row ul {
		flex-wrap: wrap;
	}
}

.product-section .section-inner .row-wrapper .row ul li {
	width: 25%;
}

@media screen and (max-width: 1024px) {
	.product-section .section-inner .row-wrapper .row ul li {
		width: 50%;
	}
}

.product-section .section-inner .row-wrapper .row ul li:not(:last-child) {
	border-right: 1px solid rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 1024px) {
	.product-section .section-inner .row-wrapper .row ul li:not(:last-child) {
		border: none;
	}
}

.product-section .section-inner .row-wrapper .row ul li .goods {
	display: block;
	padding: 12% 10%;
	transition: all 0.3s;
	text-align: center;
}

.product-section .section-inner .row-wrapper .row ul li .goods img {
	width: 100%;
}

.product-section .section-inner .row-wrapper .row ul li .goods figcaption {
	margin-top: 10px;
}

.product-section .section-inner .row-wrapper .row ul li .goods figcaption .name {
	font-size: 16px;
	color: #000;
	font-weight: 500;
	margin-bottom: 10px;
	min-height: 48px;
}

.product-section .section-inner .row-wrapper .row ul li .goods figcaption .spec {
	font-size: 14px;
	color: #999;
	margin-bottom: 14px;
	min-height: 45px;
}

.product-section .section-inner .row-wrapper .row ul li .goods figcaption .price {
	margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
	.product-section .section-inner .row-wrapper .row ul li .goods figcaption .price {
		display: flex;
		flex-direction: column-reverse;
	}
}

.product-section .section-inner .row-wrapper .row ul li .goods figcaption .price .now {
	color: #fe1010;
	font-size: 18px;
}

.product-section .section-inner .row-wrapper .row ul li .goods figcaption .price .market {
	color: #b3b3b3;
	font-size: 14px;
	margin-left: 6px;
	text-decoration: line-through;
}

.product-section .section-inner .row-wrapper .row ul li .goods figcaption .go-btn a {
	width: 160px;
	height: 32px;
	background: var(--main-color);
	border-radius: 6px;
	margin: 0 auto;
	color: #fff;
	display: flex;
	justify-content: center;
	font-weight: 500;
	align-items: center;
}

@media screen and (max-width: 1024px) {
	.product-section .section-inner .row-wrapper .row ul li .goods figcaption .go-btn a {
		width: 100%;
	}
}

.product-section .section-inner .row-wrapper .row ul li .goods figcaption .go-btn a:hover {
	color: rgba(255, 255, 255, 0.5);
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.product-section .section-inner .row-wrapper .row ul li .goods figcaption .secret {
	font-size: 12px;
	color: var(--main-color);
	margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
	.product-section .section-inner .row-wrapper .row ul li .goods figcaption .secret {
		display: none;
	}
}

.product-section .section-inner .row-wrapper .row:last-child {
	box-shadow: none;
}

.shipping-section {
	padding: 50px 0;
	margin-bottom: 100px;
	height: 300px;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 1024px) {
	.shipping-section {
		padding: 50px 0;
		overflow: hidden;
		height: auto;
		display: block;
		margin-bottom: 60px;
	}
}

.shipping-section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	height: 100%;
	background-color: #f2f2f2;
	transform: skewX(20deg);
	transform-origin: 100% 100%;
}

@media screen and (max-width: 1024px) {
	.shipping-section:before {
		width: 100vw;
		height: 80vw;
		transform: skewY(12.5deg);
		transform-origin: 100% 100%;
	}
}

.shipping-section .section-inner h2 .cn {
	color: #222;
}

.shipping-section .section-inner h2 .en {
	color: var(--main-color);
}

.shipping-section .main {
	width: 85%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 15%;
	overflow: hidden;
}

@media screen and (max-width: 1024px) {
	.shipping-section .main {
		margin-top: 100px;
	}
}

.shipping-section .main .js-marquee-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 1024px) {
	.shipping-section .main .js-marquee-wrapper {
		/*animation-duration: 326.8s !important*/
	}
}

.shipping-section .main .loop {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 1024px) {
	.shipping-section .main {
		width: 100%;
		margin-left: 0;
	}
}

.shipping-section .main .news {
	width: 28vw;
	padding: 0 40px;
}

@media screen and (max-width: 1024px) {
	.shipping-section .main .news {
		width: 360px;
		flex-shrink: 0;
	}
}

.shipping-section .main .news .cate {
	width: max-content;
	width: -moz-max-content;
	border: 1px solid var(--main-color);
	margin-bottom: 12px;
	text-align: center;
	padding: 2px 10px;
	display: block;
	color: var(--main-color);
}

.shipping-section .main .news .cate a {
	display: block;
	color: var(--main-color);
}

@media screen and (max-width: 1024px) {
	.shipping-section .main .news .text {
		font-size: 14px;
	}
}

.section-works:before {
	height: 60%;
}

.section-works .row-wrapper .row {
	box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.06);
	background-color: #fff;
	width: 85%;
	margin-bottom: 60px;
	margin-left: 15%;
}

@media screen and (max-width: 1024px) {
	.section-works .row-wrapper .row {
		box-shadow: none;
		background-color: transparent;
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		position: relative;
	}
}

.section-works .row-wrapper .row ul {
	display: flex;
}

@media screen and (max-width: 1024px) {
	.section-works .row-wrapper .row ul {
		display: block;
	}
}

.section-works .row-wrapper .row ul li {
	width: 3333.33333%;
}

@media screen and (max-width: 1024px) {
	.section-works .row-wrapper .row ul li {
		background-color: #fff;
		width: 100%;
		box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);
	}

	.feature {
		display: none !important;
	}

	.shop {
		display: block !important;
	}
}

.feature {
	display: block;
}

.shop {
	display: none;
}

.section-works .row-wrapper .row ul li:not(:last-child) {
	border-right: 1px solid rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 1024px) {
	.section-works .row-wrapper .row ul li:not(:last-child) {
		margin-bottom: 25px;
		border-right: none;
	}
}

.section-works .row-wrapper .row ul li a {
	display: block;
	transition: all 0.3s;
}

.section-works .row-wrapper .row ul li a:hover {
	opacity: 0.7;
}

.section-works .row-wrapper .row ul li a figure img {
	width: 100%;
	height: auto;
	border: none;
	text-decoration: none;
	outline: 0;
	vertical-align: bottom;
}

.section-works .row-wrapper .row ul li a figure figcaption {
	padding: 10px;
}

.section-works .row-wrapper .row ul li a figure figcaption .title {
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 0.15em;
	font-weight: 700;
	margin-bottom: 5px;
	color: var(--main-color);
}

.section-works .row-wrapper .row ul li .news-tips {
	padding: 10px;
	font-size: 14px;
}

.feature:before {
	background-color: initial !important;
}

.feature .row-wrapper .row ul li a figure img {
	width: 60%;
	width: 40%;
	border-radius: 50%;
	border: 2px solid var(--main-color);
	margin: 0 auto;
}

.feature .row-wrapper .row {
	box-shadow: none;
	background-color: initial !important;
}

.feature .row-wrapper .row ul li:not(:last-child) {
	border-right: 0 solid rgba(0, 0, 0, 0.12);
}

.feature .row-wrapper .row ul li {
	text-align: center;
}

.feature .row-wrapper .row ul li .news-tips {
	padding: 0 25px;
}

@media screen and (max-width: 1024px) {
	.section-works .row-wrapper .row ul li a figure figcaption .title {
		font-size: 16px;
		line-height: 1.7;
		letter-spacing: 0.15em;
		font-weight: 700;
		margin-bottom: 5px;
	}
}

.section-works .row-wrapper .row ul li a figure figcaption .tag {
	font-family: roboto, sans-serif;
	font-weight: 800;
	font-size: 12px;
	color: var(--main-color);
	padding-left: 18px;
}

@media screen and (max-width: 1024px) {
	.section-works .row-wrapper .row ul li a figure figcaption .tag {
		font-family: roboto, sans-serif;
		font-weight: 800;
		font-size: 12px;
		color: var(--main-color);
		padding-left: 18px;
	}
}

.section-works:nth-child(odd) .section-inner .row {
	margin-bottom: 0;
	margin-left: 0;
	margin: 0 auto;
}

.faqs-section {
	padding: 50px 0;
	margin-bottom: 100px;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 1024px) {
	.faqs-section {
		padding-top: 50px;
		overflow: hidden;
		height: auto;
		display: block;
		margin-bottom: 0;
	}
}

.faqs-section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	height: 100%;
	background-color: #f2f2f2;
	transform: skewX(20deg);
	transform-origin: 100% 100%;
}

@media screen and (max-width: 1024px) {
	.faqs-section:before {
		width: 100vw;
		height: 80vw;
		transform: skewY(12.5deg);
		transform-origin: 100% 100%;
	}
}

.faqs-section .section-inner h2 {
	top: 0;
}

.faqs-section .section-inner h2 .cn {
	color: #222;
}

.faqs-section .section-inner h2 .en {
	color: var(--main-color);
}

.faqs-section .main {
	width: 85%;
	display: flex;
	margin-left: 15%;
	overflow: hidden;
}

@media screen and (max-width: 1024px) {
	.faqs-section .main {
		margin-top: 40px;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
}

.faqs-section .main .faq-main {
	width: 86%;
}

@media screen and (max-width: 1024px) {
	.faqs-section .main .faq-main {
		width: 100%;
	}
}

.faqs-section .main .faq-main .faq-item {
	margin-bottom: 22px;
	padding-bottom: 22px;
	border-bottom: 1px solid #999;
	overflow: hidden;
}

.faqs-section .main .faq-main .faq-item .faq-title {
	font-size: 18px;
	position: relative;
	cursor: pointer;
}

.faqs-section .main .faq-main .faq-item .faq-title:before {
	content: "\e620";
	font-family: iconfont !important;
	font-size: 20px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 500;
}

.faqs-section .main .faq-main .faq-item .faq-title.faq-show:before {
	content: "\e729";
}

.faqs-section .main .faq-main .faq-item .faq-desc {
	font-size: 14px;
	display: none;
	padding-top: 12px;
}

.backdrop-text {
	width: 64%;
	margin: 0 auto;
	padding-bottom: 80px;
}

@media screen and (max-width: 1024px) {
	.backdrop-text {
		width: 100%;
		padding: 15px;
		padding-bottom: 60px;
	}
}

.backdrop-text .p1 {
	font-size: 22px;
	margin-bottom: 20px;
}

.backdrop-text .p2 {
	font-size: 15px;
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
}

.usage-module {
	height: 932px;
	width: 100%;
	position: relative;
	margin: 50px 0;
}

.usage-bask {
	height: 737px;
	width: 100%;
	background: url("/assets/image/aq83s-y9s9g.webp") no-repeat;
	background-size: cover;
	transform: skewY(-3deg) translateY(40px);
	position: absolute;
	top: 0;
}

.usage-wrapper {
	height: 100%;
	position: relative;
	z-index: 1;
}

.usage-desc {
	width: 760px;
	height: 843px;
	background: rgb(229 245 255 / 60%);
	box-shadow: 0 0 20px 0 rgba(0, 66, 108, 0.3);
	border-radius: 20px;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 30px;
}

@media screen and (max-width: 1024px) {
	.usage-bask {
		height: 0;
	}

	.usage-text-item {
		padding: 10px 30px !important;
	}
}

.usage-text-item {
	padding: 20px 30px;
	border-radius: 10px;
	transition: all 0.3s;
	cursor: pointer;
}

.usage-text-item .p1 {
	color: var(--main-color);
	font-size: 18px;
	font-weight: 500;
}

.usage-text-item .p2 {
	color: #333;
	font-size: 13px;
	margin-top: 20px;
}

.usage-text-item .p2 p {
	text-indent: -36px;
	margin-left: 36px;
	margin-bottom: 10px;
}

.mode {
	position: relative;
	text-align: center;
}

.mode-pill {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.pill-left {
	left: -50px;
}

.pill-right {
	right: -50px;
}

.mode .inverted {
	font-size: 35px;
	color: #e4f2f9;
	font-weight: bold;
	margin-top: 35px;
}

.mode-title-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.mode-title {
	font-size: 23px;
	font-weight: 500;
}

@media screen and (max-width: 1024px) {
	.usage-module {
		margin: 150px 0;
	}

	.usage-desc {
		width: 100%;
		padding: 0;
		height: 1120px;
		height: 1060px;
	}

	.wrapper {
		width: 100%;
	}
}

.g-icons {
	display: flex;
	flex-wrap: wrap;
}

.g-icons li {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.g-icons li .p1 {
	/*border-radius: 50%;*/
	/*border: 1px solid var(--main-color);*/
	width: 30px;
	height: 30px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--main-color);
}

.g-icons li .p1 i {
	font-size: 18px;
}

.g-icons li .p2 {
	margin-left: 8px;
	color: #999;
	font-size: 16px;
}

.g-icons li {
	margin-right: 16px;
}

@media screen and (max-width: 1024px) {
	.g-icons {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		transform: translateX(-16px);
	}

	.g-icons li {
		margin-right: 0;
	}
}

@media screen and (max-width: 1024px) {
	.g-icons li .p2 {
		font-size: 14px;
	}
}

@media screen and (max-width: 1024px) {
	.carousel .privacy {
		position: unset;
		text-align: center;
		font-size: 12px;
		left: -18vw;
		transform: translateX(4vw) translateY(3vw);
		width: 312px;
		margin: 0 auto;
	}

	.sidd-module {
		display: none;
	}
}

.sidd-module {
	height: 530px;
	padding-top: 20px;
	position: relative;
	overflow: hidden;
	/*    transform: translateY(-100px);*/
}

.sidd {
	height: 500px;
	width: 100%;
	/*background: url("/assets/image/bg1.jpg");*/
	background-color: #3197e7;
	background-repeat: no-repeat;
	background-size: cover;
	transform: skewY(-2deg) translateY(75px);
	position: absolute;
	top: 0;
}

.sidd-main {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	height: 100%;
}

.sidd-main .doctor {
	position: absolute;
	bottom: 0;
}

.sidd-main .doctor img {
	display: block;
}

.sidd-content {
	width: 795px;
	height: 412px;
	position: absolute;
	bottom: 38px;
}

.sidd-item {
	width: 100px;
	text-align: center;
	color: #fff;
	position: absolute;
}

.sidd-item .icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #fff;
	position: relative;
}

.sidd-item .icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sidd-item .p1 {
	font-size: 16px;
}

.sidd-item .p2 {
	font-size: 12px;
	color: #a0ddff;
}

.sidd-content .sidd-item:nth-child(1) {
	left: 0;
	top: 30px;
}

.sidd-content .sidd-item:nth-child(2) {
	left: 200px;
	bottom: 0;
}

.sidd-content .sidd-item:nth-child(3) {
	left: 398px;
	top: 20px;
}

.sidd-content .sidd-item:nth-child(4) {
	left: 588px;
	bottom: 40px;
}

.sidd-content .sidd-item:nth-child(5) {
	left: 745px;
	top: 0;
}

.sidd-line div {
	border-bottom: 1px dashed #a0ddff;

	z-index: 2;
}

.sidd-line .line1 {
	transform: translate(70px, 180px) skewY(48deg);
	width: 160px;
}

.sidd-line .line2 {
	transform: translate(251px, 158px) skewY(133deg);
	width: 200px;
}

.sidd-line .line3 {
	transform: translate(480px, 168px) skewY(45deg);
	width: 160px;
}

.sidd-line .line4 {
	transform: translate(655px, 126px) skewY(125deg);
	width: 160px;
}

.sidd-main {
	transition: all 1s 1.4s;
	opacity: 1;
	transform: translateX(0);
}

.sidd-main .doctor {
	right: -165px;
}

.sidd-main.hide {
	opacity: 0;
	transform: translateX(-200px);
}

.sidd-item {
	cursor: pointer;
}

.sidd-item .icon {
	transition: all 0.3s;
	padding-top: 0.3rem;
}

.sidd-item:hover .icon {
	transform: scale(0.9);
}

.section_one {
	padding: 0 0;
}

.section_one_title {
	text-align: center;
	color: #3197e7;
	padding-bottom: 2rem;
	font-size: 0.6rem;
}

@media screen and (max-width: 1024px) {
	.section_one {
		display: block !important;
	}

	.section_one_title {
		padding-bottom: 1rem;
		font-size: 0.4rem;
	}

	.section_one .section-inner .row-wrapper .scroll-target-sp {
		width: 50%;
		float: left;
		text-align: center;
		background-color: #f7f7f7;
		box-shadow: none;
	}

	.section_one .section-inner .row-wrapper .scroll-target-sp img {
		width: 70%;
	}
}

.link {
	color: #3197e7;
}

.inner-test a {
	background-color: var(--main-color);
	color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 40px;
	border-radius: 6px;
	/*margin: 0 1rem;*/
	font-weight: 800;
	/*font-size: 1.1rem;*/
}

.inner-test div {
	text-align: center;
}

.inner-test .section_one_title {
	padding-top: 1rem;
	padding-bottom: 0.5rem;
	float: left;
	width: 100%;
}

.intro {
	/*background-color: var(--main-color);*/
	width: 80vw;
	margin: 0 auto;
	padding: 40px 0 20px;
	color: #fff;
	position: relative;
	z-index: 2;
	text-align: center;
}

.intro div {
	/*background: #fff;*/
	padding: 40px;
}

.intro div a {
	background-color: #fff;
	color: var(--main-color);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 40px;
	border-radius: 2px;
	/*margin: 0 1rem;*/
	font-weight: 800;
	/*font-size: 1.1rem;*/
}

.intro div a:hover,
.inner-test a:hover {
	color: rgba(255, 255, 255, 0.5);
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (max-width: 768px) {
	.intro div {
		padding: 0;
		text-align: left;
	}

	.intro div a {
		width: 140px;
		margin-bottom: 1rem;
	}
}

.carousel {
	margin-top: 2.5rem;
}

.carousel::after {
	background-image: url(/assets/image/bbgg.jpg);
}

.img-fluid {
	max-width: 100%;
	height: auto;
	text-align: right !important;
}

section .banner-icon {
	position: absolute;
	right: 10px;
	bottom: 0;
}

section .banner-icon img {
	height: 90px;
}

section .summary {
	max-width: 900px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -25%);
	position: relative;
	display: inline-block;
	padding: 0.5rem;
	padding-right: 3.8rem;
}

@media (max-width: 768px) {
	section .summary {
		padding: 0.1rem 0.5rem 0.9375rem;
		transform: translate(-50%, -15%);
		animation: upsumary 1s 1.4s ease-in-out forwards;
	}
}

@keyframes upsumary {
	from {
		transform: translate(-50%, -15%);
	}
	to {
		transform: translate(-50%, -15%);
	}
}

section .summary:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	z-index: -1;
	border-radius: 20px;
	background-image: linear-gradient(to right, #87c1f0, #fdfbfe);
	transition: all 0.6s;
	animation: bgshow 0.6s 0.6s forwards;
}

@keyframes bgshow {
	to {
		width: 100%;
	}
}

@media (max-width: 768px) {
	section .summary .summary-info {
		padding-right: 0;
	}

	section .summary .summary-info p:first-of-type:before {
		content: "";
		display: block;
		width: 35%;
		height: 24vw;
		float: right;
	}
}

section .summary .dr {
	float: right;
	position: absolute;
	right: 8px;
	bottom: 0;
	width: 180px;
	animation: textshow 0.8s 1s forwards;
	opacity: 0;
	transform: translateY(20px);
}

@media (max-width: 768px) {
	section .summary .dr {
		width: 37%;
		right: 0%;
		top: 0%;
	}
}

section .summary .dr img {
	width: 100%;
}

section .summary h1 {
	font-size: 0.5rem;
	color: var(--main-color);
	font-weight: unset;
	text-align: center;
	opacity: 0;
	transform: translateY(20px);
	animation: textshow 0.8s 1s forwards;
}

@media (max-width: 768px) {
	section .summary h1 {
		text-align: left;
		padding-right: 1.5rem;
	}
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

section .summary span {
	display: block;
	/*             margin-bottom: .3rem; */
	opacity: 0;
	transform: translateY(20px);
	animation: textshow 0.8s 1s forwards;
	transition: all 0.8s 1s;
}

section .summary span a {
	color: var(--main-color);
}

section .summary span span {
	color: #c00000;
}

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

section .summary .summary-content,
section .summary .summary-info {
	/*font-size: 0.9375rem;*/
	color: #000000;
}

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

section .container-fluid .row {
	margin: 0 0 10px 0;
	padding: 0;
}

section .container-fluid .item {
	margin: 5px;
	padding: 0;
	height: 80px;
	font-size: 0.8rem;
	color: var(--main-color);
	border: 1px solid var(--main-color);
}

section .container-fluid .item a {
	color: unset;
}

section .container-fluid .item span {
	padding-left: 5px;
	padding-top: 5px;
}

section .container-fluid .item img {
	height: 78px;
	float: right;
	padding-right: 5px;
}

.carousel {
	position: relative;
	min-height: calc(60vh - 178px);
}

.carousel:after {
	position: absolute;
	content: " ";
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: 100%;
}

@media (max-width: 768px) {
	.carousel:after {
		background-size: 200%;
		background-position: 53% 0%;
	}
}

.banner-sec {
	width: 100%;
}

.banner-sec .banner-wrap {
	/* max-width: 1200px;
          padding: 0 30px 30px; */
	margin: 0 auto;
	position: relative;
	height: 24vw;
	width: 100vw;
	overflow: hidden;
}

@media (max-width: 768px) {
	.banner-sec .banner-wrap {
		height: 75vw;
	}
}

.banner-sec .pill {
	position: absolute;
	width: 12vw;
	max-width: 12vw;
	left: 34vw;
	top: 5vw;
	z-index: 2;
	transform: scale(0);
	animation: showpill 0.6s 1.6s ease-in-out, floating 4s 2.2s ease infinite;
}

@media (max-width: 768px) {
	.banner-sec .pill {
		width: 20vw;
		max-width: 20vw;
		left: 34vw;
		top: 18vw;
	}
}

@keyframes floating {
	0%,
	100% {
		transform: scale(1) translateY(0);
	}
	50% {
		transform: scale(1) translateY(-15px);
	}
}

@keyframes showpill {
	from {
		transform: scale(0);
	}
	to {
		transform: scale(1);
	}
}

.banner-sec .slogan {
	width: 25vw;
	max-width: 25vw;
	position: absolute;
	left: 18vw;
	top: 4vw;
	z-index: 1;
	opacity: 0;
	animation: showslogan 0.6s 1.6s ease-in-out forwards;
}

@media (max-width: 768px) {
	.banner-sec .slogan {
		width: 45vw;
		max-width: 45vw;
		position: absolute;
		left: 3vw;
		top: 15vw;
	}
}

@keyframes showslogan {
	from {
		transform: translateX(40px);
		opacity: 0;
	}
	to {
		transform: translateX(0px);
		opacity: 1;
	}
}

.clearfix:before,
.row:before {
	display: table;
	content: " ";
}

.shop {
	margin-top: 0.3rem;
	padding: 0 0.4rem;
}

.header-title {
	position: relative;
}

.header-title .shopping {
	padding-left: 0.2rem;
}

.product-row {
	margin-top: 0.1rem;
	padding-left: 0.2rem;
}

.durg-row {
	position: relative;
}

.durg-img img {
	width: 1.5rem;
	margin: 0 auto;
	line-height: 2.4rem;
	padding-top: 10px;
}

.durg-text {
	width: 3.9rem;
	padding-top: 0.5rem;
}

.durg-text .title {
	font-weight: bold;
	font-size: 0.32rem;
	color: #1c6ab4;
	margin-bottom: 0.1rem;
}

.durg-text .desc {
	font-size: 0.26rem;
}

.left-row,
.right-row {
	position: relative;
	margin-bottom: 0.5rem;
}

.left-row .durg-img {
	float: left;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	border: 0.04rem solid #1c6ab4;
	text-align: center;
	padding-top: 0rem;
}

.left-row .durg-text {
	float: left;
	margin-left: 0.53rem;
}

.left-row .line-top {
	height: 0.025rem;
	background-color: #1c6ab4;
	width: 3.9rem;
	position: absolute;
	top: 0.2rem;
	left: 1.9rem;
}

.left-row .line-top-x {
	height: 0.025rem;
	background-color: #1c6ab4;
	width: 1.1rem;
	position: absolute;
	top: 0.62rem;
	left: 5.6rem;
	transform: rotate(50deg);
	-webkit-transform: rotate(50deg); /*兼容-webkit-引擎浏览器*/
	-moz-transform: rotate(50deg); /*兼容-moz-引擎浏览器*/
}

.left-row .line-bottom {
	height: 0.025rem;
	background-color: #1c6ab4;
	width: 4.1rem;
	position: absolute;
	bottom: 0rem;
	left: 2.4rem;
}

.left-row .line-bottom-x {
	height: 0.025rem;
	background-color: #1c6ab4;
	width: 1rem;
	position: absolute;
	bottom: 0.38rem;
	left: 1.6rem;
	transform: rotate(50deg);
	-webkit-transform: rotate(50deg); /*兼容-webkit-引擎浏览器*/
	-moz-transform: rotate(50deg); /*兼容-moz-引擎浏览器*/
}

.right-row .durg-img {
	float: right;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 50%;
	border: 0.04rem solid #1c6ab4;
	text-align: center;
	padding-top: 0.2rem;
}

.right-row .durg-text {
	float: left;
}

.right-row .durg-text .title {
	text-align: right;
}

.right-row .durg-text .desc {
	text-align: left;
	text-indent: 0;
}

.right-row .line-top {
	height: 0.025rem;
	background-color: #1c6ab4;
	width: 4rem;
	position: absolute;
	top: 0.2rem;
	left: 0.3rem;
}

.right-row .line-top-x {
	height: 0.025rem;
	background-color: #1c6ab4;
	width: 1.1rem;
	position: absolute;
	top: 0.67rem;
	left: -0.5rem;
	transform: rotate(120deg);
	-webkit-transform: rotate(120deg); /*兼容-webkit-引擎浏览器*/
	-moz-transform: rotate(120deg); /*兼容-moz-引擎浏览器*/
}

.right-row .line-bottom {
	height: 0.025rem;
	background-color: #1c6ab4;
	width: 4rem;
	position: absolute;
	bottom: 0rem;
	right: 2.76rem;
}

.right-row .line-bottom-x {
	height: 0.025rem;
	background-color: #1c6ab4;
	width: 0.9rem;
	position: absolute;
	bottom: 0.38rem;
	right: 2.08rem;
	transform: rotate(120deg);
	-webkit-transform: rotate(120deg); /*兼容-webkit-引擎浏览器*/
	-moz-transform: rotate(12deg); /*兼容-moz-引擎浏览器*/
}

.lengthen .line-top {
	width: 4rem;
}

.lengthen .line-top-x {
	left: -0.5rem;
}
