.water-panel {
	position: relative;
	width: 100%
}

.home-water-panel {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}

.water-item {
	position: relative;
	flex-basis: calc( 20% - 27.6px );
	box-sizing: border-box;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	background-color: #fff;
	overflow: hidden;
}

.water-img-content {
	position: relative;
	height: 294px;
}

.water-book-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.water-book-title {
	text-align: left;
	border-bottom: 1px solid #f2f2f2;
	line-height: 20px;
	font-size: 17px;
	color: #333;
	font-weight: 700;
	padding: 10px;
	word-break: break-word
}

.water-book-title>a {
	color: #333
}

.water-book-title>a:hover {
	text-decoration: underline;
	color: #333
}

.water-down-content {
	padding: 10px 8px;
	overflow: hidden
}

.water-user-content {
	overflow: hidden;
	height: 34px;
	line-height: 34px
}

.water-user-img-link {
	position: relative;
	width: 34px;
	height: 100%;
	display: block
}

.water-user-img-content {
	position: relative;
	width: 100%;
	height: 100%;
	display: block
}
.water-user-img-content img{
	width: 34px;
	height: 34px;
}

.water-user-name {
	text-align: left;
	padding-left: 6px;
	color: #888;
	font-size: 12px;
	max-width: 100px;
	overflow: hidden;
	height: 100%;
	white-space: nowrap;
	text-overflow: ellipsis
}

.water-user-name:hover {
	text-decoration: underline;
	color: #4997ee
}

.water-control-content {
	height: 34px
}


@media (max-width: 1240px) {
	.home-example-container {
		margin: 0 38px;
	}
	.home-water-panel {
		gap: 14px;
	}

	.water-item {
		flex-basis: calc( 20% - 13.2px );
	}
	.water-img-content {
		height: 232px;
	}
	.water-book-title {
		font-size: 16px;
		line-height: 18px;
	}
}


@media (max-width: 800px) {
	.home-example-container {
		margin: 0 38px;
	}
	.home-water-panel {
		gap: 14px;
	}

	.water-item {
		flex-basis: calc( 50% - 9px );
	}

	.water-img-content {
		height: 212px;
	}
	.water-book-title {
		font-size: 12px;
		line-height: 14px;
	}
	.water-down-content {
		padding: 6px 8px;
	}

	.water-user-content {
		height: 24px;
		line-height: 24px
	}

	.water-user-img-link {
		width: 24px;
	}
	.water-user-img-content img{
		width: 24px;
		height: 24px;
	}
}


.water-like-btn,
.water-share-btn {
	position: relative;
	background: url(/images/icon.png) no-repeat;
	width: 24px;
	height: 100%;
	cursor: pointer
}

.water-like-btn {
	background-position: -89px -86px
}

.water-like-btn.liked {
	background-position: -332px -86px
}

.water-share-btn {
	margin-left: 6px;
	background-position: -57px -86px
}

.water-label-img {
	position: absolute;
	top: -4px;
	right: -4px;
	z-index: 10
}

.explore-water-hover-context {
	position: absolute;
	width: 350px;
	z-index: 1000;
	left: 0;
	top: 0;
	display: none;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, .298039) 0 4px 16px;
	border-radius: 3px;
	overflow: hidden;
	padding: 15px
}

.explore-water-hover-up {
	position: relative;
	height: 96px;
	overflow: hidden
}

.explore-water-hover-imgLink {
	position: absolute;
	width: 76px;
	height: 76px;
	top: 0;
	left: 0;
	display: block;
	z-index: 8
}

.explore-water-hover-imgContext {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #F5F5F5
}

.explore-water-hover-up-left {
	padding-left: 90px;
	height: 90px
}

.explore-water-hover-name {
	padding-bottom: 3px;
	margin-top: 0;
	font-weight: 700;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal;
	text-overflow: ellipsis;
	min-height: 1em;
	font-size: 16px;
	line-height: 26px
}

.explore-water-hover-name a {
	cursor: pointer;
	color: #333;
	line-height: inherit
}

.explore-water-hover-name a:hover {
	text-decoration: underline
}

.explore-water-hover-about {
	position: relative;
	max-height: 4.5em;
	font-size: 12px;
	line-height: 1.5em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word
}

.explore-water-hover-mid {
	position: relative;
	padding-bottom: 15px
}

.explore-water-hover-btn {
	position: relative
}

.explore-water-hover-button-content {
	border-radius: 2px;
	position: relative;
	display: inline-block;
	padding: 2px 13px;
	cursor: pointer;
	font-size: 14px;
	height: 30px;
	text-align: center;
	line-height: 24px;
	width: 114px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .2)
}

.water-qrurl-code {
	position: absolute;
	left: 0;
	top: 0;
	width: 42px;
	height: 42px;
	z-index: 15;
	background-image: url(../images/home/icon2.png);
	background-position: -15px -17px
}

.water-qrurl-code:hover {
	background-position: -80px -17px
}

.water-qrurl-code:active {
	background-position: -145px -17px
}

.water-qrurl-panel {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	z-index: 14
}

.water-qrurl-panel.show {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100)
}

.water-item:hover .water-qrurl-panel{
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100)
}

.water-qrurl-img {
	padding: 0;
	margin: 0;
	border: 0
}

.qrcode-img {
	height: 110px;
	width: 110px;
}

.qrcode-text {
	color: white;
	padding-top: 5px
}

.book-border-container {
	position: absolute;
	top: 0;
	height: 100%
}

h1,
h2,
h3 {
	margin: 0
}

.h-otherlink {
	padding: 26px 0;
	background: #f1f1f1
}

.h-otherlink.pb-0 {
	padding-bottom: 0
}

.h-link {
	position: relative;
	font-size: 13px;
	line-height: 20px
}

.h-link>span {
	color: #333
}

.h-no-l {
	padding-right: 17px
}

.h-link a {
	color: #888;
	padding-right: 17px
}

.h-link a:hover {
	text-decoration: underline
}

.h-banner-hover:hover .hover-demo {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: alpha(opacity=100)
}

.h-banner-hover>.hover-demo {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	-moz-opacity: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter: alpha(opacity=0);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.animated_div {
	position: absolute;
	animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 700
}

#animated_div {
	animation-name: animated_div;
	-moz-animation-name: animated_div;
	-webkit-animation-name: animated_div;
	-o-animation-name: animated_div;
	animation-duration: 25s;
	-moz-animation-duration: 25s;
	-webkit-animation-duration: 25s;
	-o-animation-duration: 25s;
	animation-delay: 0s;
	-moz-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-direction: alternate;
	-moz-animation-direction: alternate;
	-webkit-animation-direction: alternate;
	-o-animation-direction: alternate
}

@keyframes animated_div {
	0% {
		left: 0;
		transform: translateX(0%)
	}

	50% {
		left: 100%;
		transform: translateX(-100%)
	}

	100% {
		left: 0;
		transform: translateX(0%)
	}
}

@-moz-keyframes animated_div {
	0% {
		left: 0;
		transform: translateX(0%)
	}

	50% {
		left: 100%;
		transform: translateX(-100%)
	}

	100% {
		left: 0;
		transform: translateX(0%)
	}
}

@-webkit-keyframes animated_div {
	0% {
		left: 0;
		transform: translateX(0%)
	}

	50% {
		left: 100%;
		transform: translateX(-100%)
	}

	100% {
		left: 0;
		transform: translateX(0%)
	}
}

@-o-keyframes animated_div {
	0% {
		left: 0;
		transform: translateX(0%)
	}

	50% {
		left: 100%;
		transform: translateX(-100%)
	}

	100% {
		left: 0;
		transform: translateX(0%)
	}
}

#animated_div2 {
	animation-name: animated_div2;
	-moz-animation-name: animated_div2;
	-webkit-animation-name: animated_div2;
	-o-animation-name: animated_div2;
	animation-duration: 36s;
	-moz-animation-duration: 36s;
	-webkit-animation-duration: 36s;
	-o-animation-duration: 36s;
	animation-delay: 0s;
	-moz-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-o-animation-delay: 0s
}

#animated_div3 {
	animation-name: animated_div2;
	-moz-animation-name: animated_div2;
	-webkit-animation-name: animated_div2;
	-o-animation-name: animated_div2;
	animation-duration: 36s;
	-moz-animation-duration: 36s;
	-webkit-animation-duration: 36s;
	-o-animation-duration: 36s;
	animation-delay: 18s;
	-moz-animation-delay: 18s;
	-webkit-animation-delay: 18s;
	-o-animation-delay: 18s;
	left: 100%;
	transform: translateX(100%)
}

@keyframes animated_div2 {
	0% {
		left: 100%;
		transform: translateX(0%)
	}

	50% {
		left: 0;
		transform: translateX(-100%)
	}

	100% {
		left: -100%;
		transform: translateX(-200%)
	}
}

@-moz-keyframes animated_div {
	0% {
		left: 100%;
		transform: translateX(0%)
	}

	50% {
		left: 0;
		transform: translateX(-100%)
	}

	100% {
		left: -100%;
		transform: translateX(-200%)
	}
}

@-webkit-keyframes animated_div {
	0% {
		left: 100%;
		transform: translateX(0%)
	}

	50% {
		left: 0;
		transform: translateX(-100%)
	}

	100% {
		left: -100%;
		transform: translateX(-200%)
	}
}

@-o-keyframes animated_div {
	0% {
		left: 100%;
		transform: translateX(0%)
	}

	50% {
		left: 0;
		transform: translateX(-100%)
	}

	100% {
		left: -100%;
		transform: translateX(-200%)
	}
}

.h-info {
	position: relative;
	background: #f6f6f6;
	padding: 14.5px 0
}

.h-info-list {
	display: flex;
	max-width: 1210px;
	padding: 0;
	overflow: hidden
}

.h-info-item {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 12px;
	width: 25%;
	border-right: 1px solid #ececec;
	height: 60px;
	font-size: 0
}

.h-info-item:last-child {
	border: none
}

.h-info-item .text {
	display: flex;
	flex-direction: column;
	row-gap: 4px
}

.h-info-item .text .f-text {
	color: #333940;
	font-family: "Microsoft YaHei";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}

.h-info-item .text .s-text {
	color: rgba(51, 57, 64, .56);
	font-family: "Microsoft YaHei";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}

.h-user {
	position: relative;
	text-align: center;
	padding: 100px 0 80px;
	background-color: #fff
}

.h-user>h4 {
	margin: 0;
	color: #333;
	font-size: 36px;
	padding-bottom: 15px
}

.h-user>p {
	color: #333;
	font-size: 15px;
	padding-bottom: 25px
}

.h-user-row {
	overflow: hidden;
	margin-left: -10px;
	margin-right: -10px
}

.h-user-row>li {
	float: left;
	width: 20%;
	padding: 13px 11px
}

.h-user-item {
	height: 118px;
	background-image: url(/images/home/index_icon.png);
	background-position: -13px -282px;
	max-width: 206px;
	margin: 0 auto
}

.h-user-item.u-1 {
	background-position: -13px -282px
}

.h-user-item.u-2 {
	background-position: -239px -282px
}

.h-user-item.u-3 {
	background-position: -465px -282px
}

.h-user-item.u-4 {
	background-position: -691px -282px
}

.h-user-item.u-5 {
	background-position: -917px -282px
}

.h-user-item.u-6 {
	background-position: -13px -420px
}

.h-user-item.u-7 {
	background-position: -239px -420px
}

.h-user-item.u-8 {
	background-position: -465px -420px
}

.h-user-item.u-9 {
	background-position: -691px -420px
}

.h-user-item.u-10 {
	background-position: -917px -420px
}

.pc-home .web-head-box {
	height: unset
}

.pc-home .web-head-box .web-head {
	background-color: transparent;
	box-shadow: none
}

.pc-home .web-head-box .web-head.white-background {
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(51, 57, 64, .08)
}

.pc-home .web-head-sec-btn.web-head-welcome-btn {
	background: rgba(0, 0, 0, 0)
}

.pc-home .web-head-sec-btn.web-head-welcome-btn:hover {
	background: #e1f1fd
}

.pc-home .web-head .web-head-sec-btn {
	background: 0 0
}

.pc-home .web-head .web-head-sec-btn:hover {
	background: #e1f1fd
}

#home-banner-tips {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	padding: 8px 20px;
	margin-top: 15px;
	color: #363f57;
	font-family: 'Microsoft YaHei';
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -.01px;
	white-space: nowrap;
	background-color: #edf4ff;
	border: 1px solid #fff;
	border-radius: 4px;
	z-index: 2
}

#home-banner-tips.show-tips {
	display: block
}

@media (max-width:950px) {
	#home-banner-tips {
		position: fixed;
		transition-delay: unset;
		opacity: 1;
		visibility: visible
	}
}

@media (max-width:550px) {
	#home-banner-tips {
		position: fixed;
		top: unset;
		width: calc(100% - 40px);
		white-space: wrap;
		text-align: center
	}
}

#home-banner-tips::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 100%;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #edf4ff;
	z-index: 1
}

@media (max-width:950px) {
	#home-banner-tips::before {
		display: none
	}
}

#home-banner-tips::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 100%;
	border-width: 6px;
	border-style: solid;
	border-color: transparent transparent #fff
}

@media (max-width:950px) {
	#home-banner-tips::after {
		display: none
	}
}

.home-banner {
	position: relative;
	padding: 140px 20px 54px;
	background-color: #edf5fb;
	overflow: hidden
}

@media (max-width:1024px) {
	.home-banner {
		padding: 126px 22px 60px
	}
}

@media (max-width:650px) {
	.home-banner {
		padding: 84px 50px 93px
	}
}

@media (max-width:550px) {
	.home-banner {
		padding: 80px 22px 16px
	}
}

.home-banner::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 127px;
	height: 127px;
	background-color: #6453ff;
	opacity: .6;
	filter: blur(100px);
	border-top-right-radius: 100%;
	z-index: 1
}

.home-banner::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 127px;
	height: 127px;
	background-color: #ff53df;
	opacity: .6;
	filter: blur(100px);
	border-top-left-radius: 100%;
	z-index: 1
}

.home-banner .bottom-shadow {
	position: absolute;
	width: 335px;
	height: 335px;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
	background-color: #53b7ff;
	border-radius: 50%;
	opacity: .8;
	filter: blur(300px)
}

.home-banner .marquee-content {
	left: 0;
	top: 64px
}

.home-banner .banner-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 52px;
	margin-bottom: 71px;
	z-index: 1
}

@media (max-width:1024px) {
	.home-banner .banner-inner {
		column-gap: 0
	}
}

@media (max-width:750px) {
	.home-banner .banner-inner {
		flex-direction: column;
		row-gap: 32px;
		margin-bottom: 33px
	}
}

@media (max-width:650px) {
	.home-banner .banner-inner {
		margin-bottom: 25px;
		row-gap: 43px
	}
}

@media (max-width:550px) {
	.home-banner .banner-inner {
		margin-bottom: 0;
		row-gap: 5px
	}
}

@media (max-width:550px) {
	.home-banner .banner-inner {
		margin-bottom: 0;
		row-gap: 5px
	}
}

.home-banner .banner-inner .banner-left .home-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	margin-bottom: 20px
}

@media (max-width:550px) {
	.home-banner .banner-inner .banner-left .home-title {
		margin-bottom: 16px
	}
}

.home-banner .banner-inner .banner-left .home-title>span {
	position: relative;
	color: #101828;
	font-family: 'Microsoft YaHei';
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: normal
}

@media (max-width:950px) {
	.home-banner .banner-inner .banner-left .home-title>span {
		font-size: 35px
	}
}

@media (max-width:750px) {
	.home-banner .banner-inner .banner-left .home-title>span {
		font-size: 63px
	}
}

@media (max-width:650px) {
	.home-banner .banner-inner .banner-left .home-title>span {
		font-size: 51px
	}
}

@media (max-width:550px) {
	.home-banner .banner-inner .banner-left .home-title>span {
		font-size: 32px
	}
}

.home-banner .banner-inner .banner-left .home-title .title-label {
	position: absolute;
	top: 0;
	right: 20px;
	transform: translateY(-100%);
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 2px;
	width: 80px;
	height: 24px;
	background-image: linear-gradient(180deg, #07c281 0, #02b667 100%);
	border-radius: 15px 15px 15px 0
}

@media (max-width:750px) {
	.home-banner .banner-inner .banner-left .home-title .title-label {
		width: 132px;
		height: 39px;
		right: 50px
	}
}

@media (max-width:650px) {
	.home-banner .banner-inner .banner-left .home-title .title-label {
		width: 107px;
		height: 32px
	}
}

@media (max-width:550px) {
	.home-banner .banner-inner .banner-left .home-title .title-label {
		width: 67px;
		height: 20px;
		right: 80px
	}
}

.home-banner .banner-inner .banner-left .home-title .title-label svg {
	width: 16px;
	height: 13px;
	color: #fff
}

@media (max-width:750px) {
	.home-banner .banner-inner .banner-left .home-title .title-label svg {
		width: 22px;
		height: 22px
	}
}

@media (max-width:650px) {
	.home-banner .banner-inner .banner-left .home-title .title-label svg {
		width: 18px;
		height: 18px
	}
}

@media (max-width:550px) {
	.home-banner .banner-inner .banner-left .home-title .title-label svg {
		width: 11px;
		height: 11px
	}
}

.home-banner .banner-inner .banner-left .home-title .title-label span {
	color: #fff;
	font-family: 'Microsoft YaHei';
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: normal
}

@media (max-width:750px) {
	.home-banner .banner-inner .banner-left .home-title .title-label span {
		font-size: 21px
	}
}

@media (max-width:650px) {
	.home-banner .banner-inner .banner-left .home-title .title-label span {
		font-size: 17px
	}
}

@media (max-width:550px) {
	.home-banner .banner-inner .banner-left .home-title .title-label span {
		font-size: 12px
	}
}

.home-banner .banner-inner .banner-left .home-second-title {
	position: relative;
	display: flex;
	margin: 0 0 24px -25px
}

@media (max-width:750px) {
	.home-banner .banner-inner .banner-left .home-second-title {
		margin: 0 0 39px -25px
	}
}

@media (max-width:650px) {
	.home-banner .banner-inner .banner-left .home-second-title {
		margin: 0 0 34px -23px
	}
}

@media (max-width:550px) {
	.home-banner .banner-inner .banner-left .home-second-title {
		margin: 0 0 20px -15px
	}
}

@media (max-width:420px) {
	.home-banner .banner-inner .banner-left .home-second-title {
		margin: 0 0 20px -20px
	}
}

.home-banner .banner-inner .banner-left .home-second-title .second-title-label {
	width: 81px;
	height: 35px
}

@media (max-width:950px) {
	.home-banner .banner-inner .banner-left .home-second-title .second-title-label {
		width: 70px;
		height: 28px
	}
}

@media (max-width:750px) {
	.home-banner .banner-inner .banner-left .home-second-title .second-title-label {
		width: 139px;
		height: 55px
	}
}

@media (max-width:650px) {
	.home-banner .banner-inner .banner-left .home-second-title .second-title-label {
		width: 113px;
		height: 45px
	}
}

@media (max-width:550px) {
	.home-banner .banner-inner .banner-left .home-second-title .second-title-label {
		width: 70px;
		height: 28px
	}
}

.home-banner .banner-inner .banner-left .home-second-title span {
	display: block;
	font-family: 'Microsoft YaHei';
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	opacity: .7;
	background: linear-gradient(100deg, #19ccab -.03%, #3e10f3 48.62%, #ff0644 91.14%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

@media (max-width:950px) {
	.home-banner .banner-inner .banner-left .home-second-title span {
		font-size: 20px
	}
}

@media (max-width:750px) {
	.home-banner .banner-inner .banner-left .home-second-title span {
		font-size: 39px
	}
}

@media (max-width:650px) {
	.home-banner .banner-inner .banner-left .home-second-title span {
		font-size: 32px
	}
}

@media (max-width:550px) {
	.home-banner .banner-inner .banner-left .home-second-title span {
		font-size: 20px
	}
}

.home-banner .banner-inner .banner-left .desc-list {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
	margin-bottom: 40px
}

@media (max-width:950px) {
	.home-banner .banner-inner .banner-left .desc-list {
		margin-bottom: 24px
	}
}

@media (max-width:750px) {
	.home-banner .banner-inner .banner-left .desc-list {
		row-gap: 28px;
		margin-bottom: 47px
	}
}

@media (max-width:650px) {
	.home-banner .banner-inner .banner-left .desc-list {
		row-gap: 22px;
		margin-bottom: 38px
	}
}

@media (max-width:550px) {
	.home-banner .banner-inner .banner-left .desc-list {
		row-gap: 14px;
		margin-bottom: 24px
	}
}

.home-banner .banner-inner .banner-left .desc-list .desc-item {
	margin-left: 20px;
	list-style: disc;
	color: #363f57;
	font-family: 'Microsoft YaHei';
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}

@media (max-width:950px) {
	.home-banner .banner-inner .banner-left .desc-list .desc-item {
		font-size: 12px
	}
}

@media (max-width:750px) {
	.home-banner .banner-inner .banner-left .desc-list .desc-item {
		font-size: 24px;
		margin-left: 30px
	}
}

@media (max-width:650px) {
	.home-banner .banner-inner .banner-left .desc-list .desc-item {
		font-size: 19px
	}
}

@media (max-width:550px) {
	.home-banner .banner-inner .banner-left .desc-list .desc-item {
		font-size: 14px
	}
}

.home-banner .banner-inner .banner-left .desc-list .desc-item .green {
	color: #05bc73;
	font-weight: 700
}

.home-banner .banner-inner .banner-left .banner-button-group {
	display: flex;
	align-items: center;
	column-gap: 20px
}

@media (max-width:750px) {
	.home-banner .banner-inner .banner-left .banner-button-group {
		justify-content: center;
		column-gap: 28px
	}
}

@media (max-width:650px) {
	.home-banner .banner-inner .banner-left .banner-button-group {
		column-gap: 22px
	}
}

@media (max-width:550px) {
	.home-banner .banner-inner .banner-left .banner-button-group {
		column-gap: 14px
	}
}

.home-banner .banner-inner .banner-left .banner-button-group .create-button {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 54px;
	width: 176px;
	border-radius: 8px;
	background-image: linear-gradient(135deg, #4685ff 5.59%, #006ce8 75.01%);
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .06);
	color: #fff;
	text-align: center;
	font-family: 'Microsoft YaHei';
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	cursor: pointer
}

.home-banner .banner-inner .banner-left .banner-button-group .create-button:hover {
	background-image: linear-gradient(135deg, #6c9eff 5.59%, #2b8dff 75.01%)
}

.home-banner .banner-inner .banner-left .banner-button-group .create-button:active {
	background-image: linear-gradient(135deg, #0076fe 5.59%, #0171f4 75.01%)
}

@media (max-width:950px) {
	.home-banner .banner-inner .banner-left .banner-button-group .create-button {
		width: 146px;
		height: 44px;
		font-size: 13px
	}
}

@media (max-width:750px) {
	.home-banner .banner-inner .banner-left .banner-button-group .create-button {
		width: 288px;
		height: 87px;
		border-radius: 24px;
		background-image: linear-gradient(135deg, #4685ff 5.59%, #006ce8 75.01%);
		box-shadow: 0 8px 39.47px 0 rgba(0, 0, 0, .06);
		font-size: 26px
	}
}

@media (max-width:650px) {
	.home-banner .banner-inner .banner-left .banner-button-group .create-button {
		width: 234px;
		height: 70px;
		border-radius: 19px;
		box-shadow: 0 6px 32px 0 rgba(0, 0, 0, .06);
		font-size: 21px
	}
}

@media (max-width:550px) {
	.home-banner .banner-inner .banner-left .banner-button-group .create-button {
		width: 146px;
		height: 44px;
		border-radius: 12px;
		box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .06);
		font-size: 13px
	}
}

.home-banner .banner-inner .banner-left .banner-button-group .watch-video {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 54px;
	width: 176px;
	column-gap: 4px;
	cursor: pointer;
	border-radius: 8px;
	border: 2px solid #0076fe
}

.home-banner .banner-inner .banner-left .banner-button-group .watch-video:active,
.home-banner .banner-inner .banner-left .banner-button-group .watch-video:hover {
	background-color: #d2ecff
}

@media (max-width:950px) {
	.home-banner .banner-inner .banner-left .banner-button-group .watch-video {
		width: 146px;
		height: 44px;
		font-size: 13px
	}
}

@media (max-width:750px) {
	.home-banner .banner-inner .banner-left .banner-button-group .watch-video {
		width: 288px;
		height: 87px
	}
}

@media (max-width:650px) {
	.home-banner .banner-inner .banner-left .banner-button-group .watch-video {
		width: 234px;
		height: 70px;
		border-radius: 19px
	}
}

@media (max-width:550px) {
	.home-banner .banner-inner .banner-left .banner-button-group .watch-video {
		width: 146px;
		height: 44px;
		border-radius: 12px
	}
}

.home-banner .banner-inner .banner-left .banner-button-group .watch-video svg {
	width: 36px;
	height: 37px;
	color: #0076fe
}

@media (max-width:750px) {
	.home-banner .banner-inner .banner-left .banner-button-group .watch-video svg {
		width: 71px;
		height: 71px
	}
}

@media (max-width:650px) {
	.home-banner .banner-inner .banner-left .banner-button-group .watch-video svg {
		width: 58px;
		height: 58px
	}
}

@media (max-width:550px) {
	.home-banner .banner-inner .banner-left .banner-button-group .watch-video svg {
		width: 36px;
		height: 36px
	}
}

.home-banner .banner-inner .banner-left .banner-button-group .watch-video span {
	color: #0076fe;
	font-family: 'Microsoft YaHei';
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}

@media (max-width:750px) {
	.home-banner .banner-inner .banner-left .banner-button-group .watch-video span {
		font-size: 26px
	}
}

@media (max-width:650px) {
	.home-banner .banner-inner .banner-left .banner-button-group .watch-video span {
		font-size: 21px
	}
}

@media (max-width:550px) {
	.home-banner .banner-inner .banner-left .banner-button-group .watch-video span {
		font-size: 13px
	}
}

.home-banner .banner-inner .banner-right {
	position: relative;
	max-width: 600px;
}
.home-banner .banner-inner .banner-right .poster{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	cursor: pointer;
	z-index: 1;
}
.home-banner .banner-inner .banner-right video{
	display: block;
	width: 100%;
}

@media (max-width:900px) {
	.home-banner .banner-inner .banner-right {
		margin-top: 20px;
	}
}

.introduce-video-background {
	display: none;
	position: fixed;
	justify-content: center;
	align-items: center;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 1000
}

.introduce-video-background.show-video {
	display: flex
}

.introduce-video-background .video-container {
	position: relative;
	width: 982px;
	height: 548px
}

@media (max-width:1100px) {
	.introduce-video-background .video-container {
		width: 800px;
		height: 450px
	}
}

@media (max-width:950px) {
	.introduce-video-background .video-container {
		width: 500px;
		height: 300px
	}
}

@media (max-width:650px) {
	.introduce-video-background .video-container {
		width: 290px;
		height: 170px
	}
}

.introduce-video-background .video-container svg {
	position: absolute;
	top: 0;
	right: 0;
	transform: translateX(calc(100% + 12px));
	color: #fff;
	cursor: pointer
}

@media (max-width:650px) {
	.introduce-video-background .video-container svg {
		transform: translateX(100%)
	}
}

.introduce-video-background .video-container video {
	width: 100%;
	height: 100%
}

h3,
h4 {
	margin: 0
}

.home-icon {
	background-image: url(../images/home/icon.png);
	background-repeat: no-repeat
}

.fixed-right-panel {
	z-index: 20 !important
}

.home-brand {
	background-color: #fff;
	padding-top: 36px
}

@media (max-width:1300px) {
	.home-brand {
		padding: 36px 20px 0
	}
}

.home-brand .home-brand-title {
	margin-bottom: 20px;
	color: #333940;
	text-align: center;
	font-family: 'Microsoft YaHei';
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}

.home-brand .loop-list {
	position: relative;
	display: flex;
	align-items: center;
	width: 1240px;
	margin: 0 auto;
	overflow: hidden
}

@media (max-width:1300px) {
	.home-brand .loop-list {
		width: 100%
	}
}

.home-brand .loop-list .filter {
	position: absolute;
	width: 250px;
	height: 380px;
	z-index: 1
}

@media (max-width:900px) {
	.home-brand .loop-list .filter {
		width: 200px;
		height: 300px
	}
}

@media (max-width:750px) {
	.home-brand .loop-list .filter {
		width: 100px;
		height: 200px
	}
}

@media (max-width:500px) {
	.home-brand .loop-list .filter {
		width: 50px;
		height: 100px
	}
}

.home-brand .loop-list .filter.filter-1 {
	left: 0;
	background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 17.54%, #fff 64.58%)
}

.home-brand .loop-list .filter.filter-2 {
	right: 0;
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 17.54%, #fff 64.58%)
}

.home-brand .loop-list .brand-list {
	display: flex;
	align-items: center;
	column-gap: 60px;
	padding-right: 60px;
	animation: scroll 100s linear infinite
}

.home-brand .loop-list .brand-list picture {
	display: block;
	width: 100%;
	height: 100%
}

@keyframes scroll {
	0% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(-100%)
	}
}

.home-example {
	padding: 80px 0;
	background-color: #fff
}

@media (max-width:500px) {
	.home-example {
		padding: 40px 0
	}
}

.home-example .home-example-title {
	color: #333940;
	text-align: center;
	font-family: 'Microsoft YaHei';
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}

@media (max-width:500px) {
	.home-example .home-example-title {
		font-size: 24px
	}
}

.home-example .home-example-second-title {
	margin-top: 16px;
	color: rgba(51, 57, 64, .6);
	text-align: center;
	font-family: 'Microsoft YaHei';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}

@media (max-width:500px) {
	.home-example .home-example-second-title {
		font-size: 14px;
		margin-top: 8px
	}
}

.home-example .af-w-max {
	margin-top: 65px;
	max-width: 1420px;
	min-width: 1260px
}

.home-example .af-w-max .home-example-c {
	position: relative
}

.home-example .af-w-max .home-example-u {
	position: absolute;
	top: -6px;
	right: 0;
	background-color: #3399db;
	color: #fff;
	cursor: pointer;
	padding: 7px 46px;
	font-size: 15px;
	font-weight: 700;
	border-radius: 2px
}

.home-example .af-w-max .home-example-w {
	position: relative;
	min-height: 200px;
	width: 100%;
	text-align: center
}

.home-example .more-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 58px
}

.home-example .more-btn a {
	display: block;
	width: 160px;
	height: 44px;
	border-radius: 8px;
	border: 1px solid #0076fe;
	background-color: #fff;
	color: #0076fe;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 44px;
	text-align: center
}

.home-example .more-btn a:hover {
	background-color: #e8f2ff
}

@media (max-width:500px) {
	.home-example .more-btn a {
		font-size: 16px
	}
}

.home-example .home-water-panel {
	position: relative
}

.home-example .home-example-book {
	border-radius: 8px;
	border: 1px solid #eee;
	background-color: #fff;
	box-shadow: 0 8px 16px 0 rgba(9, 15, 27, .04)
}

.home-example .example-container {
	max-width: 1240px;
	margin: 65px auto 0
}

.home-example .example-container .water-book-title {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.home-example .example-container .water-item {
	border: 1px solid #eee;
	border-radius: 8px;
	box-sizing: content-box;
	box-shadow: 0 8px 16px 0 rgba(9, 15, 27, .04);
	transition: all .3s;
	list-style: none
}

.home-example .example-container .water-item:hover {
	transform: translateY(-10px)
}

.home-example .example-container .water-item .water-control-content {
	display: flex;
	align-items: center
}


.home-example .example-container .water-item .water-user-img-link .water-user-img {
	position: unset !important;
	display: inline-block !important;
	inset: unset !important;
	object-fit: cover
}


.home-example .example-container .water-item-link {
	display: block;
	border-radius: 8px 8px 0 0;
	overflow: hidden
}

.home-example .water-user-img-link.af-left:hover {
	cursor: default
}

.home-example .water-user-name.af-left:hover {
	cursor: default;
	text-decoration: none;
	color: #888
}

.home-features {
	padding: 80px 0;
	background-image: linear-gradient(#f9f9f9,#ffffff,#ffffff);
	position: relative;
	overflow: hidden
}

.home-features.features-mobile {
	display: none
}

@media (max-width:600px) {
	.home-features.features-mobile {
		display: block
	}
}

@media (max-width:900px) {
	.home-features {
		padding: 40px 0
	}
}

@media (max-width:600px) {
	.home-features {
		background-color: #f6f7fa
	}

	.home-features.features-pc {
		display: none
	}
}

.home-features .home-features-title {
	margin-bottom: 16px;
	color: #333940;
	font-family: 'Microsoft YaHei';
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center
}

@media (max-width:500px) {
	.home-features .home-features-title {
		font-size: 24px;
		margin-bottom: 8px
	}
}

.home-features .home-features-second-title {
	margin-bottom: 65px;
	color: rgba(51, 57, 64, .6);
	font-family: 'Microsoft YaHei';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center
}

@media (max-width:500px) {
	.home-features .home-features-second-title {
		font-size: 14px;
		margin-bottom: 24px
	}
}

.home-features .features-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 71px;
	row-gap: 78px;
	width: 1240px;
	margin: 0 auto
}

@media (max-width:1290px) {
	.home-features .features-list {
		width: 905px;
		column-gap: 52px;
		row-gap: 49px
	}
}

@media (max-width:950px) {
	.home-features .features-list {
		grid-template-columns: repeat(2, 1fr);
		width: 574px;
		column-gap: 40px;
		row-gap: 40px
	}
}

@media (max-width:600px) {
	.home-features .features-list {
		display: flex;
		flex-wrap: nowrap;
		width: unset;
		column-gap: 0;
		row-gap: 0;
		height: auto
	}
}

.home-features .features-list .swiper-slide {
	height: auto
}

.home-features .features-list .features-item-container .image-container {
	display: flex;
	justify-content: center;
	align-items: center
}

.home-features .features-list .features-item-container .image-container picture {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%
}

@media (max-width:1290px) {
	.home-features .features-list .features-item-container.item-1 .image-container img {
		width: 160.39px;
		height: 112.87px
	}

	.home-features .features-list .features-item-container.item-2 .image-container img {
		width: 210.67px;
		height: 110.81px
	}

	.home-features .features-list .features-item-container.item-3 .image-container img {
		width: 184.45px;
		height: 123.94px
	}

	.home-features .features-list .features-item-container.item-4 .image-container img {
		width: 212.01px;
		height: 116.65px
	}

	.home-features .features-list .features-item-container.item-5 .image-container img {
		width: 210.71px;
		height: 116.65px
	}

	.home-features .features-list .features-item-container.item-6 .image-container img {
		width: 184.45px;
		height: 123.94px
	}

	.home-features .features-list .features-item-container.item-7 .image-container img {
		width: 232.29px;
		height: 113.73px
	}

	.home-features .features-list .features-item-container.item-8 .image-container img {
		width: 210.66px;
		height: 123.94px
	}

	.home-features .features-list .features-item-container.item-9 .image-container img {
		width: 184.45px;
		height: 123.94px
	}
}

@media (max-width:600px) {
	.home-features .features-list .features-item-container.item-1 .image-container img {
		width: 220px;
		height: 154.82px
	}

	.home-features .features-list .features-item-container.item-2 .image-container img {
		width: 288.98px;
		height: 152px
	}

	.home-features .features-list .features-item-container.item-3 .image-container img {
		width: 253px;
		height: 170px
	}

	.home-features .features-list .features-item-container.item-4 .image-container img {
		width: 274.63px;
		height: 145.99px
	}

	.home-features .features-list .features-item-container.item-5 .image-container img {
		width: 289.03px;
		height: 160px
	}

	.home-features .features-list .features-item-container.item-6 .image-container img {
		width: 253px;
		height: 170px
	}

	.home-features .features-list .features-item-container.item-7 .image-container img {
		width: 318.62px;
		height: 156px
	}

	.home-features .features-list .features-item-container.item-8 .image-container img {
		width: 297.13px;
		height: 171.17px
	}

	.home-features .features-list .features-item-container.item-9 .image-container img {
		width: 263px;
		height: 170px
	}
}

.home-features .features-list .features-item {
	display: flex;
	flex-direction: column;
	row-gap: 24px
}

@media (max-width:1290px) {
	.home-features .features-list .features-item {
		row-gap: 17.5px;
		align-items: center
	}
}

@media (max-width:600px) {
	.home-features .features-list .features-item {
		padding-top: 24px
	}
}

.home-features .features-list .features-item .image-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 366px;
	height: 202px;
	border-radius: 8px;
	background-image: linear-gradient(180deg, #eaf3fb 0, #fff 100%);
	box-shadow: 0 0 0 4px #fff
}

@media (max-width:1290px) {
	.home-features .features-list .features-item .image-container {
		width: 267px;
		height: 147px
	}
}

@media (max-width:600px) {
	.home-features .features-list .features-item .image-container {
		width: 366px;
		height: 202px;
		box-shadow: none;
	}
}

@media (max-width:420px) {
	.home-features .features-list .features-item .image-container {
		width: 100%;
		height: auto;
		padding: 20px 0
	}
}

.home-features .features-list .features-item .image-container img {
	display: block;
	transition: transform .2s linear
}

.home-features .features-list .features-item .image-container img:hover {
	transform: scale(1.03)
}

.home-features .features-list .features-item .features-desc {
	display: flex;
	flex-direction: column;
	row-gap: 8px;
	padding: 0 8px
}

@media (max-width:1290px) {
	.home-features .features-list .features-item .features-desc {
		width: 267px
	}
}

@media (max-width:600px) {
	.home-features .features-list .features-item .features-desc {
		width: 100%;
		padding-top: 24px;
		margin-bottom: 0;
		text-align: center;
	}
}

.home-features .features-list .features-item .features-desc .features-desc-1 {
	color: #333940;
	font-family: 'Microsoft YaHei';
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}

@media (max-width:1290px) {
	.home-features .features-list .features-item .features-desc .features-desc-1 {
		font-size: 16px
	}
}

.home-features .features-list .features-item .features-desc .features-desc-2 {
	color: #999;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}

.home-features .features-button-group {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 12px
}

.home-features .features-button-group .features-button-next,
.home-features .features-button-group .features-button-prev {
	margin-top: 24px;
	color: #333940;
	cursor: pointer
}

.home-features .features-button-group .features-button-next.disabled,
.home-features .features-button-group .features-button-prev.disabled {
	color: #999
}

.home-scene {
	background-color: #f6f7fa;
	padding: 80px 0 95px
}

@media (max-width:1290px) {
	.home-scene {
		padding: 80px 0
	}
}

@media (max-width:900px) {
	.home-scene {
		padding: 44px 20px
	}
}

.home-scene .home-scene-title {
	color: #333940;
	text-align: center;
	font-family: 'Microsoft YaHei';
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}

@media (max-width:900px) {
	.home-scene .home-scene-title {
		font-size: 24px
	}
}

.home-scene .home-scene-second-title {
	margin: 16px 0 65px;
	color: rgba(51, 57, 64, .6);
	text-align: center;
	font-family: 'Microsoft YaHei';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}

@media (max-width:1290px) {
	.home-scene .home-scene-second-title {
		margin: 16px 0 44px
	}
}

@media (max-width:900px) {
	.home-scene .home-scene-second-title {
		font-size: 12px;
		margin: 16px 0 32px
	}
}

@media (max-width:500px) {
	.home-scene .home-scene-second-title {
		font-size: 14px;
		margin: 8px 0 32px
	}
}

.home-scene .home-scene-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(1, 1fr);
	column-gap: 50px;
	row-gap: 50px;
	width: 1240px;
	margin: 0 auto
}

@media (max-width:1290px) {
	.home-scene .home-scene-list {
		width: 905px;
		column-gap: 25px;
		row-gap: 25px
	}
}

@media (max-width:1000px) {
	.home-scene .home-scene-list {
		column-gap: 12px;
		row-gap: 12px
	}
}

@media (max-width:950px) {
	.home-scene .home-scene-list {
		grid-template-columns: repeat(2, 1fr);
		width: 512px
	}
}

@media (max-width:600px) {
	.home-scene .home-scene-list {
		width: 336px
	}
}

.home-scene .home-scene-list .scene-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	row-gap: 12px;
	width: 380px;
	padding: 21px 32px;
	border-radius: 8px;
	background-color: #fff
}

.home-scene .home-scene-list .scene-item .scene-item-icon {
	width: 48px;
	height: 48px
}

.home-scene .home-scene-list .scene-item.scene-1 .scene-item-icon {
	background-position: -3px -19px
}

.home-scene .home-scene-list .scene-item.scene-2 .scene-item-icon {
	background-position: -84px -19px
}

.home-scene .home-scene-list .scene-item.scene-3 .scene-item-icon {
	background-position: -163px -19px
}

.home-scene .home-scene-list .scene-item.scene-4 .scene-item-icon {
	background-position: -243px -19px
}

.home-scene .home-scene-list .scene-item.scene-5 .scene-item-icon {
	background-position: -403px -19px
}

.home-scene .home-scene-list .scene-item.scene-6 .scene-item-icon {
	background-position: -324px -19px
}

@media (max-width:1290px) {
	.home-scene .home-scene-list .scene-item {
		width: 285px
	}
}

@media (max-width:950px) {
	.home-scene .home-scene-list .scene-item {
		width: 250px;
		height: 225px;
		padding: 20px 12px;
		justify-content: flex-start
	}
}

@media (max-width:600px) {
	.home-scene .home-scene-list .scene-item {
		width: 162px;
		height: 250px
	}
}

.home-scene .home-scene-list .scene-item .scene-text {
	display: flex;
	align-items: center;
	flex-direction: column
}

.home-scene .home-scene-list .scene-item .scene-text span {
	display: block
}

.home-scene .home-scene-list .scene-item .scene-text .scene-text-1 {
	margin-bottom: 12px;
	color: #333940;
	text-align: center;
	font-family: 'Microsoft YaHei';
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}

@media (max-width:900px) {
	.home-scene .home-scene-list .scene-item .scene-text .scene-text-1 {
		font-size: 14px;
		margin-bottom: 20px
	}
}

.home-scene .home-scene-list .scene-item .scene-text .scene-text-2 {
	color: #666;
	text-align: center;
	font-family: 'Microsoft YaHei';
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%
}

@media (max-width:900px) {
	.home-scene .home-scene-list .scene-item .scene-text .scene-text-2 {
		font-size: 12px
	}
}

.home-scene .home-scene-list .scene-item .scene-text .link {
	color: #0076fe;
	font-family: 'Microsoft YaHei';
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-decoration-line: underline
}

.home-scene .show-data {
	-webkit-animation: move_data 1.5s 1;
	animation: move_data 1.5s 1
}

@keyframes move_data {
	0% {
		transform: translateY(200px);
		opacity: 0
	}

	to {
		transform: translateY(0px);
		opacity: 1
	}
}

@-moz-keyframes move_data {
	0% {
		transform: translateY(200px);
		opacity: 0
	}

	to {
		transform: translateY(0px);
		opacity: 1
	}
}

@-webkit-keyframes move_data {
	0% {
		transform: translateY(200px);
		opacity: 0
	}

	to {
		transform: translateY(0px);
		opacity: 1
	}
}

@-o-keyframes move_data {
	0% {
		transform: translateY(200px);
		opacity: 0
	}

	to {
		transform: translateY(0px);
		opacity: 1
	}
}

.home-choose {
	padding: 80px 0;
	background-color: #fff
}

.home-choose.choose-mobile {
	display: none;
	overflow: hidden
}

.home-choose.choose-mobile .choose-intro {
	column-gap: unset
}

@media (max-width:600px) {
	.home-choose.choose-mobile {
		display: block
	}
}

.home-choose.choose-pc .choose-intro {
	column-gap: 20px
}

@media (max-width:920px) {
	.home-choose.choose-pc .choose-intro {
		overflow-y: hidden;
		overflow-x: auto;
		justify-content: flex-start
	}
}

@media (max-width:950px) {
	.home-choose {
		padding: 36px 20px
	}
}

@media (max-width:600px) {
	.home-choose.choose-pc {
		display: none
	}
}

.home-choose .home-choose-title {
	color: #333940;
	font-family: 'Microsoft YaHei';
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center
}

@media (max-width:500px) {
	.home-choose .home-choose-title {
		font-size: 24px
	}
}

.home-choose .home-choose-second-title {
	margin-top: 16px;
	color: rgba(51, 57, 64, .6);
	text-align: center;
	font-family: 'Microsoft YaHei';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}

@media (max-width:500px) {
	.home-choose .home-choose-second-title {
		font-size: 14px;
		margin-top: 8px
	}
}

.home-choose .choose-info {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 50px;
	margin-top: 60px
}

@media (max-width:1290px) {
	.home-choose .choose-info {
		margin-top: 65px;
		column-gap: 46px
	}
}

@media (max-width:950px) {
	.home-choose .choose-info {
		column-gap: 20px;
		margin-top: 32px
	}
}

@media (max-width:900px) {
	.home-choose .choose-info {
		column-gap: 30px
	}
}

@media (max-width:600px) {
	.home-choose .choose-info {
		column-gap: 20px
	}
}

@media (max-width:420px) {
	.home-choose .choose-info {
		column-gap: 10px
	}
}

.home-choose .choose-info .border {
	width: 1px;
	height: 46px;
	background-color: rgba(0, 0, 0, .12)
}

@media (max-width:600px) {
	.home-choose .choose-info .border {
		align-self: center
	}
}

.home-choose .choose-info .choose-info-item {
	display: flex;
	align-items: center;
	column-gap: 20px;
	height: 98px
}

.home-choose .choose-info .choose-info-item.item-1 .choose-info-icon {
	background-position: -481px -19px
}

.home-choose .choose-info .choose-info-item.item-2 .choose-info-icon {
	background-position: -560px -19px
}

.home-choose .choose-info .choose-info-item.item-3 .choose-info-icon {
	background-position: -639px -19px
}

.home-choose .choose-info .choose-info-item.item-4 .choose-info-icon {
	background-position: -720px -19px
}

.home-choose .choose-info .choose-info-item .choose-info-icon {
	width: 55px;
	height: 55px
}

@media (max-width:900px) {
	.home-choose .choose-info .choose-info-item {
		flex-direction: column;
		justify-content: center;
		height: auto;
		row-gap: 12px
	}
}

.home-choose .choose-info .choose-info-item .item-text {
	display: flex;
	flex-direction: column
}

.home-choose .choose-info .choose-info-item .item-text .f-text {
	color: #333940;
	font-family: 'Microsoft YaHei';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 200%
}

@media (max-width:600px) {
	.home-choose .choose-info .choose-info-item .item-text .f-text {
		text-align: center
	}
}

/*.home-choose .choose-info .choose-info-item .item-text .f-text .bold {*/
/*	font-size: 44px;*/
/*	font-weight: 700*/
/*}*/

/*@media (max-width:1290px) {*/
/*	.home-choose .choose-info .choose-info-item .item-text .f-text .bold {*/
/*		font-size: 32px*/
/*	}*/
/*}*/

@media (max-width:600px) {
	/*.home-choose .choose-info .choose-info-item .item-text .f-text .bold {*/
	/*	font-size: 16px*/
	/*}*/
}

.home-choose .choose-info .choose-info-item .item-text .s-text {
	color: #656565;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 200%
}

@media (max-width:600px) {
	.home-choose .choose-info .choose-info-item .item-text .s-text {
		font-size: 12px;
		text-align: center;
		line-height: normal
	}
}

.home-choose .choose-intro {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 80px
}

@media (max-width:1290px) {
	.home-choose .choose-intro {
		margin-top: 65px
	}
}

@media (max-width:900px) {
	.home-choose .choose-intro {
		margin-top: 32px;
		justify-content: flex-start
	}
}

.home-choose .choose-intro.swiper-wrapper {
	height: auto
}

.home-choose .choose-intro .intro-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 420px;
	width: 232px;
	padding: 36px 28px 44px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 8px;
	overflow: hidden
}

.home-choose .choose-intro .intro-item.intro-1 .intro-item-icon {
	width: 55px;
	height: 48px;
	background-position: -803px -12px
}

.home-choose .choose-intro .intro-item.intro-2 .intro-item-icon {
	width: 60px;
	height: 48px;
	background-position: -894px -12px
}

.home-choose .choose-intro .intro-item.intro-3 .intro-item-icon {
	width: 60px;
	height: 48px;
	background-position: -987px -12px
}

.home-choose .choose-intro .intro-item.intro-4 .intro-item-icon {
	width: 65px;
	height: 48px;
	background-position: -1077px -12px
}

.home-choose .choose-intro .intro-item.intro-5 .intro-item-icon {
	width: 65px;
	height: 48px;
	background-position: -1167px -12px
}

@media (max-width:1290px) {
	.home-choose .choose-intro .intro-item {
		height: 380px;
		width: 165px;
		padding: 44px 28px 0;
		flex-shrink: 0
	}

	.home-choose .choose-intro .intro-item img {
		width: 40px;
		height: 42px
	}
}

@media (max-width:900px) {
	.home-choose .choose-intro .intro-item {
		height: 258px;
		padding: 20px 28px;
		width: 193px
	}
}

.home-choose .choose-intro .intro-item.intro-1 {
	background-image: url(../images/home/choose-1.png)
}

.home-choose .choose-intro .intro-item.intro-2 {
	background-image: url(../images/home/choose-2.png)
}

.home-choose .choose-intro .intro-item.intro-3 {
	background-image: url(../images/home/choose-3.png)
}

.home-choose .choose-intro .intro-item.intro-4 {
	background-image: url(../images/home/choose-4.png)
}

.home-choose .choose-intro .intro-item.intro-5 {
	background-image: url(../images/home/choose-5.png)
}

.home-choose .choose-intro .intro-item .item-text-1 {
	margin: 16px 0 86px;
	color: #fff;
	font-family: 'Microsoft YaHei';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	white-space: nowrap
}

@media (max-width:1290px) {
	.home-choose .choose-intro .intro-item .item-text-1 {
		font-size: 16px;
		white-space: wrap
	}
}

@media (max-width:900px) {
	.home-choose .choose-intro .intro-item .item-text-1 {
		margin: 16px 0 12px;
		font-size: 16px
	}
}

.home-choose .choose-intro .intro-item .item-text-2 {
	color: rgba(255, 255, 255, .75);
	font-family: 'Microsoft YaHei';
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%
}

@media (max-width:900px) {
	.home-choose .choose-intro .intro-item .item-text-2 {
		font-size: 14px
	}
}

.home-choose .choose-button-group {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 12px
}

.home-choose .choose-button-group .choose-button-next,
.home-choose .choose-button-group .choose-button-prev {
	margin-top: 24px;
	color: #333940;
	cursor: pointer
}

.home-choose .choose-button-group .choose-button-next.disabled,
.home-choose .choose-button-group .choose-button-prev.disabled {
	color: #999
}


.home-use {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding-top: 121px;
	height: 407px;
	background-image: url(../images/home/background1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

@media (max-width:900px) {
	.home-use {
		padding-top: 100px;
		height: 320px
	}
}

.home-use .home-use-title {
	margin-bottom: 4px;
	color: #fff;
	text-align: center;
	font-family: 'Microsoft YaHei';
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%
}

@media (max-width:900px) {
	.home-use .home-use-title {
		font-size: 24px
	}
}

.home-use .home-use-second-title {
	margin-bottom: 32px;
	color: #fff;
	text-align: center;
	font-family: 'Microsoft YaHei';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%
}

@media (max-width:900px) {
	.home-use .home-use-second-title {
		font-size: 12px
	}
}

.home-use .home-use-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 44px;
	border-radius: 8px;
	background-color: #fff;
	cursor: pointer
}

@media (max-width:900px) {
	.home-use .home-use-button {
		width: 190px;
		height: 44px
	}
}

.home-use .home-use-button svg {
	width: 16px;
	height: 12.44px;
	color: #0076fe
}

.home-use .home-use-button span {
	color: #0076fe;
	text-align: center;
	font-family: 'Microsoft YaHei';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}

@media (max-width:900px) {
	.home-use .home-use-button span {
		font-size: 14px
	}
}

@media (max-width:500px) {
	.home-use .home-use-button span {
		font-size: 16px
	}
}

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
	touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid;
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}
