* {
	padding: 0;
	margin: 0
}

.dispayNone {
	display: none
}

.bg-box {
	background-image: url(./image/Main_BG.png);
	width: 100%;
	background-repeat: no-repeat;
	background-position: 0 -200px;
	background-attachment: fixed;
	background-size: cover;
	box-sizing: border-box
}

.safer-faster-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 3.8125rem
}

.safer-faster {
	width: 70%;
	position: relative;
	text-align: center
}

.safer-faster a {
	display: block
}

.safer-faster img {
	width: 85%
}

.safer-faster-title {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 4.125rem;
	text-align: center;
	font-size: 3.25rem
}

.safer-faster-title h1 {
	font-size: 3.25rem
}

@media screen and (max-width:768px) {
	.safer-faster-box {
		padding-top: 5.25rem
	}

	.safer-faster {
		width: 100%
	}

	.safer-faster img {
		width: 100%;
		margin-top: 8rem
	}

	.safer-faster-title h1 {
		font-size: 2.375rem
	}
}

.banner-swiper-box {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.banner-swiper {
	height: 19.4375rem;
	position: relative
}

.banner-swiper-text-box {
	height: 11.625rem;
	margin-top: 5rem;
	background-color: #558bed;
	border-radius: 10px;
	padding-top: 1.625rem
}

.banner-swiper-text-box .banner-swiper-text {
	width: 100%
}

.banner-swiper-img {
	width: 27%;
	position: absolute;
	right: 0;
	bottom: 8.25rem
}

.banner-swiper-text {
	width: 19.9375rem;
	height: 3.75rem;
	font-size: 1.5rem;
	margin-left: 2.375rem;
	color: #fff
}

.banner-swiper-button-box {
	margin-top: 1.875rem
}

.banner-swiper-button-left,.banner-swiper-button-right {
	float: left;
	font-size: 1rem;
	margin-left: 2.375rem;
	border: 1px solid #fff;
	text-align: center;
	line-height: 3rem;
	border-radius: 5px;
	text-decoration: none;
	padding: 0 1.5rem;
	cursor: pointer
}

a:focus,a:hover {
	text-decoration: none
}

.banner-swiper-button-left {
	color: #fff
}

.banner-swiper-button-right {
	color: #558bed;
	background-color: #fff
}

.banner-swiper-framework {
	width: 70%;
	height: 19.5rem
}

.banner-swiper-text-box-right {
	height: 11.625rem;
	margin-top: 5rem;
	background-color: #7e7ef4;
	border-radius: 10px;
	padding-top: 1.625rem
}

.banner-swiper-img-right {
	width: 26.5%;
	position: absolute;
	top: -4.375rem;
	left: 0
}

.banner-swiper-text-right {
	margin-left: 33%;
	width: 100%;
	height: 3.75rem;
	font-size: 1.5rem;
	color: #fff
}

.banner-swiper-button-box-right {
	position: absolute;
	top: 6rem;
	right: 3rem
}

.banner-swiper-mobile-box {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.banner-swiper-mobile {
	width: 90%
}

.banner-swiper-mobile-left {
	width: 100%;
	height: 10.875rem;
	border-radius: 10px;
	background-color: #1fa3ff;
	margin: 20px 0;
	padding-top: 1.5rem;
	text-align: center
}

.banner-swiper-mobile-title {
	margin: 0 auto;
	width: 15.0625rem;
	height: 3.125rem;
	font-size: 1.0625rem;
	line-height: 1.625rem;
	color: #fff
}

.banner-swiper-mobile-button {
	width: 100%;
	height: 1.1875rem;
	margin-top: 2rem
}

.banner-swiper-mobile-button a {
	float: left;
	width: 50%;
	margin-left: 25%;
	color: #1fa3ff;
	background-color: #fff;
	font-size: 1rem;
	line-height: 2.3125rem;
	height: 2.3125rem;
	border-radius: 5px
}

.banner-swiper-mobile-right {
	width: 100%;
	height: 10.875rem;
	border-radius: 10px;
	background-color: #7e7ef4;
	margin: 20px 0;
	text-align: center
}

.banner-swiper-mobile-title-right {
	margin: 0 auto;
	width: 15.0625rem;
	height: 4.75rem;
	font-size: 1.0625rem;
	line-height: 1.625rem;
	color: #fff;
	padding-top: 1.5rem
}

.banner-swiper-framework .swiper-pagination-bullet {
	background-color: #d9d9d9!important;
	width: 1.625rem!important;
	border-radius: .25rem!important
}

.banner-swiper-framework .swiper-pagination-bullet-active {
	background-color: #fff!important;
	width: 3.0625rem!important;
	border-radius: .25rem!important
}

.banner-swiper-box .swiper-pagination {
	position: absolute;
	bottom: 8rem!important;
	left: 0
}

.banner-swiper-mobile .swiper-pagination-bullet {
	background-color: #d9d9d9!important;
	width: 1.25rem!important;
	border-radius: 20px!important
}

.banner-swiper-mobile .swiper-pagination-bullet-active {
	background-color: #fff!important;
	width: 2.5rem!important;
	border-radius: 20px!important
}

.banner-swiper-mobile .swiper-pagination {
	position: absolute;
	top: 10.5rem;
	left: 0
}

@media screen and (max-width:768px) {
	.banner-swiper-box {
		display: none
	}
}

@media screen and (min-width:768px) {
	.banner-swiper-mobile-box {
		display: none
	}
}

.our_services-box {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 7.375rem
}

.our_services {
	width: 70%
}

.our_services_text-box {
	width: 100%
}

.our_services_text-title {
	height: 3.1875rem;
	font-size: 2.5rem;
	color: #1e2042;
	margin-bottom: 2.1875rem
}

.our_services_text,.our_services_text-bottom {
	font-size: var(--16px);
	color: #1e2d42;
	line-height: 40px
}

.our_services_text-bottom {
	margin-top: 1.25rem;
	margin-bottom: .9375rem
}

.services-mainly-box {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.services-mainly-list {
	width: 70%
}

.services-mainly {
	margin-bottom: 3.75rem
}

.services-mainly-content {
	min-height: 24.625rem;
	padding-top: 1.5625rem;
	position: relative;
	border-radius: 12px
}

.services-mainly:first-child .services-mainly-content {
	background-color: rgba(60,68,192,.05)
}

.services-mainly:nth-child(2) .services-mainly-content {
	background-color: rgba(241,182,63,.08)
}

.services-mainly:nth-child(3) .services-mainly-content {
	background-color: rgba(134,69,255,.05)
}

.services-mainly:nth-child(4) .services-mainly-content {
	background-color: rgba(38,192,255,.05)
}

.services-mainly-title {
	font-size: var(--20px);
	margin-top: 1.5625rem;
	margin-left: 2.1875rem;
	margin-bottom: 2.25rem;
	font-weight: 700
}

.services-mainly-ul {
	font-size: var(--16px);
	margin-left: 2.1875rem;
	color: #878d99
}

.services-mainly-ul li {
	margin-bottom: 1rem
}

.services-mainly-ul li:before {
	content: "\2022";
	font-size: 1rem;
	margin-right: .5rem
}

.services-mainly:first-child .services-mainly-ul li:before {
	color: #3c44c0
}

.services-mainly:nth-child(2) .services-mainly-ul li:before {
	color: #ffb303
}

.services-mainly:nth-child(3) .services-mainly-ul li:before {
	color: #8645ff
}

.services-mainly:nth-child(4) .services-mainly-ul li:before {
	color: #1fa3ff
}

.services-mainly:first-child img {
	width: 14.375rem;
	height: 10.1875rem
}

.services-mainly:nth-child(2) img {
	width: 13.25rem;
	height: 11.125rem
}

.services-mainly:nth-child(3) img {
	width: 12.0625rem;
	height: 11.125rem
}

.services-mainly:nth-child(4) img {
	width: 14.4375rem;
	height: 11.6875rem
}

.services-mainly img {
	position: absolute;
	right: 2.0625rem;
	bottom: 1.875rem
}

@media screen and (max-width:768px) {
	.our_services {
		width: 90%
	}

	.our_services_text-title {
		text-align: center
	}

	.our_services_text,.our_services_text-bottom {
		font-size: .875rem;
		color: #1e2d42;
		line-height: 1.5rem
	}

	.services-mainly-title {
		font-size: 1.125rem;
		line-height: 1.6875rem;
		margin-left: 1.875rem;
		margin-bottom: .625rem
	}

	.services-mainly-list {
		width: 90%
	}

	.services-mainly img {
		width: 3.625rem;
		height: 2.8125rem;
		right: .875rem;
		bottom: .75rem
	}

	.services-mainly:first-child img {
		width: 6.625rem;
		height: 4.695rem
	}

	.services-mainly:nth-child(2) img {
		width: 6.25rem;
		height: 5.247rem
	}

	.services-mainly:nth-child(3) img {
		width: 7.0625rem;
		height: 6.539rem
	}

	.services-mainly:nth-child(4) img {
		width: 6.4375rem;
		height: 5.212rem
	}

	.our_services-box {
		margin-top: 2.125rem
	}
}

.globally-box {
	width: 100%;
	background: rgba(233,244,254,.49) 0 0 no-repeat padding-box
}

.globally-row {
	height: 100px
}

.globally-row-img {
	height: 100%;
	position: relative
}

.globally-row-img-self {
	width: 100%;
	position: relative;
	right: -18.5%;
	margin-top: 5%;
	margin-bottom: 5%
}

.globally-title {
	width: 31rem;
	margin-top: 12.6875rem
}

.globally-title h3 {
	font-size: 1.75rem;
	line-height: 36px
}

.globally-title h3 img {
	width: 5%;
	margin-right: 5%
}

.globally-title p {
	font-size: var(--16px);
	color: #878d99;
	word-break: normal
}

.globally-title a {
	display: inline-block;
	width: 10.0625rem;
	height: 3.25rem;
	line-height: 3.25rem;
	text-align: center;
	font-size: 1rem;
	color: #fff;
	text-decoration: none;
	background: #1fa3ff 0 0 no-repeat padding-box;
	border-radius: .3125rem
}

.globally-row-title-box {
	width: 90%
}

.globally-row-title-box h3 {
	font-size: 1.25rem;
	margin: 1.875rem;
	line-height: 36px
}

.globally-row-title-box h3 img {
	width: 4.5%;
	margin-right: 5%
}

.globally-row-title-box p {
	font-size: .875rem;
	color: #878d99;
	margin: 0 1.875rem
}

@media (max-width:1200px) {
	.globally-title {
		display: none
	}

	.globally-row-title {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center
	}

	.globally-row-img,.globally-row-title {
		width: 100%!important
	}

	.globally-row-img .globally-row-img-self {
		margin: 0
	}

	.globally-row-title-box h3 {
		font-size: 3rem;
		margin: 1.875rem
	}

	.globally-row-title-box p {
		font-size: 2.575rem
	}
}

@media (min-width:1200px) {
	.globally-row-title-box {
		display: none
	}
}

@media (max-width:768px) {
	.globally-row-title-box h3 {
		font-size: 1.25rem;
		margin: 1.875rem
	}

	.globally-row-title-box p {
		font-size: .875rem;
		margin: 0 1.875rem
	}

	.globally-row-img-self {
		right: 0
	}
}

.choose-box {
	width: 100%;
	background-color: #8f9efb;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.choose {
	width: 70%
}

.choose-h2 {
	color: #fff;
	font-size: 2.5rem;
	margin-top: 8.75rem;
	margin-bottom: 3.75rem
}

.choose-detail-box {
	border-radius: .625rem
}

.choose-icon-box {
	width: 78px;
	height: 78px;
	border-radius: 50%;
	text-align: center;
	line-height: 78px
}

.icon-box-choose {
	font-size: 38px!important
}

.choose-detail-box:first-child .icon-box-choose {
	color: #f95786
}

.choose-detail-box:first-child .choose-icon-box {
	background-color: rgba(252,218,228,.39)
}

.choose-detail-box:nth-child(2) .icon-box-choose {
	color: rgba(27,223,187,.62)
}

.choose-detail-box:nth-child(2) .choose-icon-box {
	background-color: #dff7f3
}

.choose-detail-box:nth-child(3) .icon-box-choose {
	color: #6c15fa
}

.choose-detail-box:nth-child(3) .choose-icon-box {
	background-color: rgba(238,236,255,.62)
}

.choose-detail-box:nth-child(4) .icon-box-choose {
	color: #14dbe8
}

.choose-detail-box:nth-child(4) .choose-icon-box {
	background-color: rgba(160,239,245,.29)
}

.choose-detail-box:nth-child(5) .icon-box-choose {
	color: #fe6f5b
}

.choose-detail-box:nth-child(5) .choose-icon-box {
	background-color: rgba(252,218,228,.4)
}

.choose-detail-box:nth-child(6) .icon-box-choose {
	color: #f0a432
}

.choose-detail-box:nth-child(6) .choose-icon-box {
	background-color: hsla(35,68%,89%,.43)
}

.choose-title-h6 {
	font-size: var(--20px);
	margin-top: 2rem;
	margin-bottom: 1.125rem;
	font-weight: 700
}

.choose-title-ul {
	margin: 0;
	padding: 0;
	color: #878d99
}

.choose-title-ul li {
	padding-bottom: .9375rem;
	color: #878d99;
	font-size: var(--16px)
}

.choose-title-ul li:before {
	content: "\2022";
	font-size: .875rem;
	margin-right: 5px;
	color: #878d99
}

.choose-detail {
	background-color: #fff;
	padding: 1.875rem 1.875rem 0;
	border-radius: .3125rem;
	margin-bottom: 1.875rem;
	height: 23.125rem
}

.choose-mobile {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #8f9efb
}

@media screen and (min-width:768px) {
	.choose-mobile {
		display: none
	}
}

@media screen and (max-width:768px) {
	.choose {
		display: none
	}
}

.choose-mobile-box {
	width: 90%
}

.choose-mobile-h2 {
	text-align: center;
	font-size: 2.75rem;
	color: #fff;
	margin-top: 2.875rem;
	margin-bottom: 2.625rem
}

.choose-mobile-title-box {
	margin-bottom: 1.75rem;
	float: left
}

.choose-mobile-title-icon {
	background-color: #ffffff14;
	color: #fff;
	height: 2.75rem;
	width: 2.75rem;
	text-align: center;
	line-height: 2.75rem;
	border-radius: .625rem;
	float: left;
	margin-top: 12%;
	margin-right: 2.25rem;
	font-size: .875rem
}

.choose-mobile-title {
	float: left;
	color: #fff
}

.choose-mobile-title h2 {
	font-size: 1rem
}

.choose-mobile-title ul {
	font-size: .875rem;
	padding: 0;
	margin: 0
}

.choose-mobile-title ul li {
	margin-top: .625rem
}

.choose-mobile-title ul li:before {
	content: "\2022";
	font-size: .875rem;
	margin-right: .625rem
}

.node-map-box {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.node-map {
	width: 70%;
	position: relative
}

.node-map-title {
	text-align: center;
	margin-top: 5.625rem;
	margin-bottom: 5.25rem;
	font-size: 2.5rem;
	font-weight: 700
}

.node-map img {
	width: 100%;
	position: relative
}

.node-map-num {
	width: 100%;
	position: absolute;
	top: 36%;
	text-align: center
}

.node-num-top {
	font-size: 82px;
	color: #f36161
}

.node-num-top-y {
	font-size: 3.125rem
}

.node-map-bottom {
	font-size: var(--20px);
	font-weight: 400
}

@media screen and (max-width:993px) {
	.node-num-top {
		font-size: 82px
	}

	.node-num-top-y {
		font-size: 24px
	}

	.node-map-bottom {
		font-size: 14px
	}

	.node-map-num {
		top: 37%
	}

	.node-map-num-top {
		width: 50%;
		margin-bottom: 1.25rem;
		float: left
	}
}

@media screen and (max-width:768px) {
	.node-map-box {
		padding-bottom: 2.25rem
	}

	.node-map {
		width: 90%
	}

	.node-num-top {
		font-size: 2.5rem
	}

	.node-num-top-y {
		font-size: 1.875rem
	}

	.node-map-bottom {
		font-size: .625rem
	}

	.node-map-num {
		top: 50%
	}

	.node-map-title {
		font-size: 1rem;
		line-height: 1.75rem;
		margin-top: 4.375rem;
		margin-bottom: 2.5rem
	}

	.node-map-num-top {
		width: 50%;
		margin-bottom: 0;
		float: left
	}
}

.domain-name-service {
	width: 100%;
	background-image: url(./image/xqx_blue.png);
	height: 45.625rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-color: #deeef6
}

@media screen and (max-width:768px) {
	.domain-name-service {
		height: auto;
		padding-top: 5rem
	}
}

.provides-box {
	width: 100%;
	position: relative;
	height: auto
}

@media screen and (max-width:768px) {
	.provides-box {
		display: none
	}
}

.provides-box img {
	width: 31.625rem;
	height: 31.625rem;
	margin: 4.1875rem 5.4375rem 9.8125rem 19.875rem;
	float: left
}

.provides-text-box {
	width: 40.6875rem;
	float: left;
	margin-top: 4.1875rem
}

.provides-text-title {
	width: 34.5rem;
	height: 8.25rem;
	font-size: 3.25rem;
	color: #fff;
	margin-top: 4.1875rem
}

.provides-text-title h1 {
	font-size: 3.25rem;
	margin: 0
}

.provides-text {
	width: 40.6875rem;
	color: #fff;
	font-size: 1.25rem;
	margin-top: 3.4375rem;
	float: left
}

.provides-text span {
	line-height: 2.25rem;
	word-break: normal
}

.provides-box-moblie {
	width: 100%
}

@media screen and (min-width:768px) {
	.provides-box-moblie {
		display: none
	}
}

.provides-box-moblie img {
	width: 70%;
	margin-left: 15%
}

.provides-mobile {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #fff
}

.provides-mobile-text {
	width: 90%;
	font-size: 2.25rem;
	margin-bottom: 9rem
}

.provides-mobile-text-title {
	width: 90%;
	margin-bottom: 10px;
	font-size: 2.75rem
}

.navigation-mobile-box {
	width: 90%;
	font-size: 16px;
	margin-top: 10px;
	color: #1e2d42
}

.navigation-mobile-box a {
	color: #26c0ff
}

.navigation-box {
	font-size: var(--16px);
	line-height: var(--18px);
	color: #1e2d42;
	position: absolute;
	left: 18.2125rem;
	top: 43.75rem;
	z-index: 1000
}

.navigation-box a {
	color: #26c0ff
}

.resolution-process {
	width: 100%;
	background-color: #deeef6;
	padding-top: 4rem
}

.resolution-process-title {
	font-size: var(--40px)
}

.resolution-process img {
	width: 62.5rem;
	margin-top: 4rem;
	margin-bottom: 4rem
}

@media screen and (max-width:768px) {
	.provides-mobile-text-title {
		width: 90%;
		font-size: 2.25rem;
		text-align: center;
		line-height: 4.125rem
	}

	.provides-mobile-text {
		font-size: .875rem;
		line-height: 1.875rem;
		margin-bottom: 4rem
	}

	.navigation-mobile-box {
		display: none
	}

	.resolution-process {
		padding: 0;
		height: auto
	}

	.resolution-process-title {
		text-align: center
	}

	.resolution-process img {
		width: 100%;
		height: auto;
		margin: 0
	}
}

.product-features-box {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.product-features {
	width: 70%
}

.product-features-title {
	font-size: var(--40px);
	line-height: var(--58px);
	margin-top: 3.75rem;
	margin-bottom: 3.75rem
}

.product-features-title h2 {
	font-size: var(--40px)
}

.product-features-icon-box {
	width: 41%;
	text-align: center;
	float: left;
	margin: 1.2906rem;
	box-shadow: 0 .375rem 1.25rem #1fa3ff1a;
	border-radius: 5px
}

.product-features-icon-box:nth-child(2) {
	margin-top: 7.5625rem
}

.product-features-icon-box:nth-child(3) {
	margin-top: -5rem
}

.product-features-icon-box i {
	display: block;
	font-size: 80px;
	color: #1fa3ff
}

.product-features-icon-text {
	padding: 0 1.25rem;
	font-size: var(--16px);
	margin: 0 auto;
	color: #1e2d42;
	font-weight: 700;
	margin-bottom: 1rem;
	margin-top: 2rem
}

.product-features-icon-box-hover {
	background-color: #1fa3ff;
	box-shadow: 0 6px 20px #1fa3ff80;
	color: #fff
}

.product-features-icon-box-hover .product-features-icon-text,.product-features-icon-box-hover i {
	color: #fff
}

.product-features-right-list-box {
	display: none
}

.product-features-right {
	padding-left: 9.625rem
}

.product-features-right-title {
	width: 100%;
	font-size: var(--20px);
	margin-bottom: 2.3125rem;
	float: left;
	font-weight: 700
}

.product-features-right-list {
	margin-left: 1rem;
	font-size: var(--16px);
	text-align: left;
	line-height: 30px;
	color: #747f92;
	float: left
}

.product-features-right-list ul li:before {
	content: "\2022";
	font-size: var(--16px);
	margin-right: .3125rem
}

.product-features-left {
	height: 100%
}

@media screen and (max-width:970px) {
	.product-features {
		width: 100%
	}

	.product-features-left {
		height: 60.375rem
	}

	.product-features-right {
		height: 60rem
	}

	.product-features-icon-box {
		width: 42%
	}

	.product-features-right-title {
		font-size: 3.5rem;
		margin-top: 3rem
	}

	.product-features-text-box {
		width: 100%;
		padding: 0
	}

	.product-features-title {
		text-align: center;
		margin: 0;
		font-size: 2.25rem;
		line-height: 3.625rem
	}

	.product-features-title h2 {
		font-size: 2.5rem
	}
}

@media screen and (max-width:768px) {
	.product-features-left {
		height: 100%
	}

	.product-features-right {
		height: 100%;
		padding: 0
	}

	.product-features-icon-box {
		width: 36%
	}

	.product-features-icon-box i {
		font-size: 2.9875rem
	}

	.product-features-icon-text {
		font-size: .5625rem;
		line-height: .875rem;
		margin-bottom: .875rem;
		margin-top: 1rem;
		padding: 0
	}

	.product-features-right-title {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 1rem;
		line-height: 1.75rem;
		padding-left: 2rem
	}

	.product-features-right-list {
		padding-left: 1rem
	}
}

.products-benefits-box {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 6.085rem
}

.products-benefits {
	width: 70%
}

.products-benefits-card-list,.products-benefits-card-list-box {
	height: 100%
}

.products-benefits-title {
	width: 100%;
	font-size: var(--40px);
	margin-bottom: 3.9562rem;
	color: #1e2042
}

.products-benefits-title h2 {
	font-size: var(--40px);
	line-height: 58px
}

.products-benefits-card:hover {
	box-shadow: 0 .375rem 1.25rem #1fa3ff1a
}

.products-benefits-card {
	padding: .625rem;
	background-color: #fff;
	border-radius: .625rem;
	margin-bottom: 1.875rem
}

.products-benefits-card i {
	display: block;
	text-align: center;
	line-height: 78px;
	width: 78px;
	height: 78px;
	font-size: 38px;
	margin-left: 1.875rem;
	margin-top: 1.25rem;
	border-radius: 50%
}

.products-benefits-card-box:first-child i {
	color: #f95786;
	background-color: rgba(249,87,134,.039)
}

.products-benefits-card-box:nth-child(2) i {
	color: #1bdfbb;
	background-color: rgba(223,247,243,.62)
}

.products-benefits-card-box:nth-child(3) i {
	color: #6c15fa;
	background-color: rgba(238,236,255,.62)
}

.products-benefits-card-box:nth-child(4) i {
	color: #14dbe8;
	background-color: rgba(160,239,245,.29)
}

.products-benefits-card-box:nth-child(5) i {
	color: #f95786;
	background-color: rgba(252,218,228,.4)
}

.products-benefits-card-box:nth-child(6) i {
	color: #ecaf2d;
	background-color: hsla(35,68%,89%,.43)
}

.products-benefits-card-box:nth-child(7) i {
	color: #8645ff;
	background-color: #f4f3ff
}

.products-benefits-card-box:nth-child(8) i {
	color: #ffb303;
	background-color: #fbf4ea
}

.products-benefits-card-box:nth-child(9) i {
	color: #f95786;
	background-color: rgba(252,218,228,.4)
}

.products-benefits-card h4 {
	font-size: var(--20px);
	color: #1e2d42;
	margin-left: 1.875rem;
	margin-bottom: 1.0625rem;
	margin-top: 2.125rem;
	font-weight: 700
}

.products-benefits-card p {
	font-size: 16px;
	color: #878d99;
	margin-left: 1.875rem;
	margin-bottom: 6.25rem;
	line-height: 32px
}

.products-benefits-card p span {
	word-break: normal
}

@media screen and (max-width:1280px) {
	.products-benefits-card p {
		margin-bottom: 0
	}
}

@media screen and (max-width:1200px) {
	.products-benefits-card p {
		margin-bottom: 0
	}
}

@media screen and (max-width:990px) {
	.products-benefits {
		width: 85%
	}

	.products-benefits-title h2 {
		text-align: center
	}

	.products-benefits-card i {
		line-height: 78px;
		width: 78px;
		height: 78px;
		font-size: 38px;
		margin-left: 1.875rem;
		margin-top: 1.25rem;
		border-radius: 50%
	}
}

@media screen and (max-width:990px) {
	.products-benefits-box {
		margin-top: 3.125rem
	}

	.products-benefits-title {
		margin-bottom: 0
	}
}

.products-benefits-card-box-resolution {
	height: 34.125rem
}

@media screen and (max-width:1200px) {
	.products-benefits-card-box-resolution {
		height: 25.125rem
	}
}

@media screen and (max-width:992px) {
	.products-benefits-card-box-resolution {
		height: 20.125rem
	}
}

@media screen and (max-width:990px) {
	.products-benefits-card-box-resolution {
		height: 60.125rem
	}
}

@media screen and (max-width:768px) {
	.products-benefits-box {
		margin-top: 0;
		overflow: hidden
	}

	.products-benefits {
		width: 90%
	}

	.products-benefits-card-box {
		height: 22.125rem
	}

	.products-benefits-card-box-resolution {
		height: 100%;
		width: 100%
	}

	.products-benefits-card h4 {
		font-size: 20px;
		line-height: 1.75rem
	}

	.products-benefits-card p {
		font-size: 16px;
		line-height: 32px
	}
}

.load-balancer-works-box {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 3.25rem
}

.load-balancer-works {
	width: 70%;
	padding-left: 0
}

.load-balancer-works-title {
	margin-bottom: 5rem
}

.load-balancer-works-title h2 {
	font-size: var(--40px);
	color: #1e2042
}

.load-balancer-left img {
	width: 100%
}

.load-balancer-right ul li {
	line-height: 2.5rem;
	position: relative
}

.load-balancer-right ul li img {
	width: 40px;
	height: 40px
}

.load-balancer-right ul li div {
	color: #1e2d42;
	font-size: var(--20px);
	line-height: 40px;
	font-weight: 700;
	word-break: normal;
	position: absolute;
	left: 64px;
	top: 0
}

.load-balancer-right-li-line {
	width: 3px;
	background-color: #f6f7fa;
	height: 4.6875rem;
	margin: .3125rem 0 .3125rem 19px
}

@media screen and (max-width:993px) {
	.load-balancer-works {
		width: 100%
	}

	.load-balancer-works-title h2 {
		font-size: 3rem;
		text-align: center
	}

	.load-balancer-left {
		text-align: center
	}

	.load-balancer-left img {
		width: 45%
	}

	.load-balancer-right {
		margin-top: 4rem
	}

	.load-balancer-right ul {
		margin-left: 12.625rem
	}
}

@media screen and (max-width:768px) {
	.load-balancer-works {
		width: 90%
	}

	.load-balancer-works-box {
		margin-top: 0
	}

	.load-balancer-works-title {
		margin-bottom: 0
	}

	.load-balancer-works-title h2 {
		font-size: 2.25rem;
		line-height: 3.625rem;
		text-align: center
	}

	.load-balancer-left {
		text-align: center
	}

	.load-balancer-left img {
		width: 100%
	}

	.load-balancer-right {
		margin-top: 2rem;
		height: 40rem
	}

	.load-balancer-right ul {
		margin-left: 0
	}

	.load-balancer-right ul li {
		padding-bottom: 1.6875rem
	}

	.load-balancer-right ul li img {
		width: 2.5rem;
		height: 2.5rem;
		float: left
	}

	.load-balancer-right ul li span {
		font-size: 1rem;
		width: 14.8125rem;
		line-height: 1.75rem;
		float: left
	}

	.load-balancer-right-li-line {
		height: 7.9375rem;
		position: relative;
		top: 2.5rem
	}
}

.products-benefits-card-box-load_balancer {
	height: 25.125rem
}

.products-benefits-card-box-load_balancer .products-benefits-card p {
	margin-bottom: 0
}

@media screen and (max-width:1200px) {
	.products-benefits-card-box-load_balancer {
		width: 50%
	}
}

@media screen and (max-width:991px) {
	.products-benefits-card-box-load_balancer {
		width: 50%
	}
}

@media screen and (max-width:990px) {
	.products-benefits-card-box-load_balancer {
		width: 50%
	}
}

.load-balancing-policy-box {
	width: 100%;
	background-color: #deeef6;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 5.3125rem
}

.load-balancing-policy {
	width: 70%
}

.load-balancing-policy-title {
	margin-top: 2.7188rem
}

.load-balancing-policy-title h2 {
	font-size: var(--40px);
	color: #1e2042
}

.load-balancing-policy-img img {
	width: 100%
}

@media screen and (max-width:970px) {
	.load-balancing-policy {
		width: 100%
	}

	.load-balancing-policy-title h2 {
		text-align: center;
		font-size: 5rem
	}
}

@media screen and (max-width:768px) {
	.load-balancing-policy-box {
		margin-top: 0
	}

	.load-balancing-policy-title h2 {
		font-size: 2.25rem;
		line-height: 3.625rem
	}

	.products-benefits-card-box-load_balancer {
		height: 100%;
		width: 100%
	}
}

.waf-features-box {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 3.25rem;
	background-color: #deeef6
}

.waf-features {
	width: 70%
}

.waf-features-title h2 {
	font-size: var(--40px);
	margin-bottom: 4rem
}

.bgcf {
	background-color: #fff
}

.static-acceleration-box {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 3.25rem
}

.static-acceleration {
	width: 70%
}

.static-acceleration-title {
	font-size: 2.5rem;
	color: #1e2042;
	margin-top: 1.25rem;
	margin-bottom: 4rem;
	line-height: 3.1875rem
}

.static-acceleration-content {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 8.9375rem
}

.static-acceleration-content:last-child {
	margin-bottom: 0
}

.static-acceleration-content-img {
	width: 50%
}

.static-acceleration-content-text {
	width: 50%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 20px
}

.static-acceleration-img-css-html {
	width: 39rem
}

.static-content-acceleration {
	margin-bottom: 2rem;
	color: #1e2d42
}

.static-content-acceleration,.static-content-acceleration h4 {
	font-size: var(--20px);
	line-height: var(--28px);
	font-weight: 700
}

.static-content-text {
	width: 27.4375rem;
	font-size: var(--16px);
	line-height: var(--28px)
}

.static-content-text span {
	word-break: normal
}

.products-benefits-card-box-product .products-benefits-card p {
	margin-bottom: 0
}

.download-distribution-acceleration {
	width: 100%;
	display: -ms-flexbox;
	display: flex
}

.download-distribution-acceleration .download-distribution-acceleration-img {
	width: 50%;
	padding-top: 4rem
}

.download-distribution-acceleration .download-distribution-acceleration-img img {
	width: 30.875rem
}

.download-distribution-acceleration .download-distribution-acceleration-text {
	width: 50%
}

.download-distribution-acceleration .download-distribution-acceleration-text .download-distribution-acceleration-title {
	font-size: var(--16px);
	line-height: var(--28px);
	color: #1e2d42;
	margin-bottom: 2rem;
	font-weight: 700
}

.download-distribution-acceleration .download-distribution-acceleration-text .download-distribution-acceleration-title h4 {
	font-size: var(--16px);
	line-height: var(--28px);
	font-weight: 700
}

.download-distribution-acceleration .download-distribution-acceleration-text .download-distribution-acceleration-content {
	color: #1e2d42;
	font-size: var(--16px);
	line-height: var(--28px)
}

.download-distribution-acceleration .download-distribution-acceleration-text .download-distribution-acceleration-content span {
	word-break: normal
}

@media screen and (max-width:768px) {
	.products-benefits-card {
		padding-left: .875rem
	}

	.products-benefits-card h4,.products-benefits-card i,.products-benefits-card p {
		margin-left: 0
	}

	.products-benefits-card-box-product {
		height: 100%;
		padding: 0
	}
}

@media screen and (max-width:768px) {
	.static-acceleration-box {
		margin-top: 0
	}

	.static-acceleration-title {
		font-size: 2.25rem;
		line-height: 3.625rem;
		margin: 0
	}

	.static-acceleration-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: 100%;
		margin-bottom: 3.125rem
	}

	.static-acceleration {
		width: 90%
	}

	.static-acceleration-title h2 {
		text-align: center
	}

	.static-acceleration-content-text,.static-acceleration-text-box {
		width: 100%
	}

	.static-content-acceleration {
		line-height: 1.75rem;
		margin-bottom: 0;
		color: #1e2d42
	}

	.static-content-acceleration,.static-content-acceleration h4 {
		font-size: 1rem;
		font-weight: 700
	}

	.static-acceleration-content-img {
		width: 100%
	}

	.static-content-text {
		width: 100%;
		font-size: .875rem;
		line-height: 1.75rem
	}

	.static-acceleration-img-css-html {
		width: 100%
	}

	.download-distribution-acceleration {
		width: 100%;
		display: block
	}

	.download-distribution-acceleration .download-distribution-acceleration-img {
		width: 100%;
		padding-top: 0
	}

	.download-distribution-acceleration .download-distribution-acceleration-img img,.download-distribution-acceleration .download-distribution-acceleration-text {
		width: 100%
	}

	.download-distribution-acceleration .download-distribution-acceleration-text .download-distribution-acceleration-title {
		font-size: 1rem;
		line-height: 1.75rem;
		color: #1e2d42;
		margin-bottom: 2rem
	}

	.download-distribution-acceleration .download-distribution-acceleration-text .download-distribution-acceleration-text {
		font-size: .875rem;
		line-height: 1.75rem;
		color: #1e2d42
	}
}

@media screen and (max-width:1580px) {
	.choose-detail {
		height: 28.125rem
	}
}

@media screen and (max-width:1360px) {
	.choose-detail {
		height: 28.125rem
	}
}

@media (min-width:769px) and (max-width:1280px) {
	.choose-detail {
		height: 36.125rem
	}

	.node-map {
		width: 90%
	}

	.banner-swiper-img,.banner-swiper-img-right {
		width: 18%
	}
}

@media (min-width:769px) and (max-width:1280px) and (max-width:1160px) {
	.choose-detail {
		height: 34.125rem
	}
}

@media (min-width:769px) and (max-width:1280px) and (max-width:992px) {
	.choose-detail {
		height: 36.125rem
	}
}

@media (min-width:769px) and (max-width:1280px) and (max-width:860px) {
	.choose-detail {
		height: 40.125rem
	}
}

@media (max-width:768px) {
	body {
		overflow-x: hidden
	}
}

@media screen and (max-width:768px) {
	.choose-box .choose-box-bg-img1,.choose-box .choose-box-bg-img2,.node-map-box .node-map-box-bg-img1,.node-map-box .node-map-box-bg-img2,.node-map-box .node-map-box-bg-img3,.node-map-box .node-map-box-bg-img4 {
		display: none
	}
}

@media screen and (min-width:768px) {
	body {
		background: url(./image/Mask-Group-24.png) no-repeat 33% 9.125rem,url(./image/Shape-copy.png) no-repeat 69% 21.125rem,url(./image/03.png) no-repeat 14% 26.125rem,url(./image/02.png) no-repeat 85% 40.125rem,url(./image/Shape.png) no-repeat 10% 50.125rem,url(./image/Group-155-2.png) no-repeat 31.5% 76.125rem,url(./image/Group-153-2.png) no-repeat 0 134.125rem;
		background-size: 9.875rem,.6875rem,1.875rem,1.4375rem,.6875rem,12.5rem,18.4375rem
	}

	.choose-box {
		position: relative
	}

	.choose-box .choose-box-bg-img1 {
		width: 3.125rem;
		position: absolute;
		top: 4.75rem;
		left: 29.375rem
	}

	.choose-box .choose-box-bg-img2 {
		width: 9.375rem;
		position: absolute;
		top: -4.75rem;
		right: 0
	}

	.node-map-box {
		position: relative;
		overflow: hidden
	}

	.node-map-box .node-map-box-bg-img1 {
		width: 11.875rem;
		position: absolute;
		top: 15rem;
		left: 15rem
	}

	.node-map-box .node-map-box-bg-img2 {
		width: 3.5625rem;
		position: absolute;
		top: 27rem;
		left: 12rem
	}

	.node-map-box .node-map-box-bg-img3 {
		width: 4.25rem;
		position: absolute;
		top: 32rem;
		right: -1.5rem
	}

	.node-map-box .node-map-box-bg-img4 {
		width: 18.4375rem;
		position: absolute;
		top: 5rem;
		left: -9rem
	}
}

@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 {
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-wrapper {
	transform: translateZ(0)
}

.swiper-pointer-events {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-slide {
	-ms-flex-negative: 0;
	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 {
	-ms-flex-align: start;
	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(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.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 {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-order: 9999;
	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: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: 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:after,.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none!important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: normal;
	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: opacity .3s;
	transform: translateZ(0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.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;
	-moz-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(0,-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: transform .2s,top .2s
}

.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: transform .2s,left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s,right .2s
}

.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-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.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: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: 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%;
	-o-object-fit: contain;
	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 var(--swiper-preloader-color,var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-slide-visible .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)
	}

	to {
		transform: rotate(1turn)
	}
}

.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 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: column;
	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
}