.banner {
	padding: 122px 0 72px;
	background: linear-gradient(180deg, rgba(246.02, 239.93, 255, 1) 0, #fff 56.277%)
}

.banner-h1 {
	display: inline-flex;
	white-space: nowrap;
	margin: 0;
	font-size: 66px;
	font-weight: 700;
	line-height: 66px;
	text-align: left
}

.banner-desc {
	margin: 34px 0 37px;
	color: rgba(27, 25, 44, .7);
	line-height: 32px;
	font-size: 20px;
	font-weight: 400;
	text-align: left
}

.banner-grid {
	display: flex;
	gap: 58px
}

.banner-right {
	position: relative
}

.banner-right--img {
	max-width: 583px;
	position: relative;
	z-index: 1
}

.banner-right--img-bg {
	position: absolute;
	bottom: -105px;
	left: 48%;
	width: 720px;
	height: 274px;
	transform: translateX(-50%);
	z-index: 0
}

.banner-left {
	padding-top: 49px;
	text-align: left
}

.bm-container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

.bm-btn {
	height: 56px;
	width: 214px;
	background-color: #832fff;
	border-radius: 16px;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 56px;
	transition: all .3s;
	font-size: 18px;
	font-weight: 600
}

.bm-btn:hover {
	color: #fff;
	text-decoration: none;
	background: #9751ff
}

.bm-btn:active {
	background: #7f31f4;
	transform: scale(.95)
}

@keyframes btnArrowEffect {
	0% {
		transform: translate(0)
	}
	10% {
		transform: translate(4px)
	}
	20% {
		transform: translate(-2px)
	}
	30% {
		transform: translate(4px)
	}
	40% {
		transform: translate(-2px)
	}
	50% {
		transform: translate(0)
	}
}

.bm-btn-arrow {
	margin-top: -4px;
	margin-left: 10px;
	animation: btnArrowEffect 3s both infinite
}

.bm-btn:hover {
	color: #fff;
	text-decoration: none
}

.bm-title {
	font-size: 48px;
	font-weight: 600;
	line-height: 60px;
	color: #1e192c;
	text-align: center;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0
}

.function-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 28px;
	margin-bottom: 120px
}

.function-item {
	width: calc((100% - 84px) / 4);
	min-width: calc((100% - 84px) / 4);
	max-width: calc((100% - 84px) / 4);
	border-radius: 20px;
	flex: 1;
	position: relative;
	background-size: cover;
	background-position: center
}

.function-item-box {
	padding-top: 62%
}

.function-item-main {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center
}

.function-item--text {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: calc(100% * (24 / 279));
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	color: #1e192c
}

.function-item--icon {
	width: calc(100% * (98 / 279));
	height: calc(100% * (98 / 174));
	background-size: cover;
	background-position: center;
	transition: all .3s ease-in-out;
	margin-top: calc(100% * (24 / 279))
}

.function-item:hover .function-item--icon {
	transform: scale(1.1)
}

.function-item:nth-child(1) {
	background-image: url(./ai-function-1.png)
}

.function-item:nth-child(1) .function-item--icon {
	background-image: url(./ai-function-icon-1.png)
}

.function-item:nth-child(2) {
	background-image: url(./ai-function-2.png)
}

.function-item:nth-child(2) .function-item--icon {
	background-image: url(./ai-function-icon-2.png)
}

.function-item:nth-child(3) {
	background-image: url(./ai-function-3.png)
}

.function-item:nth-child(3) .function-item--icon {
	background-image: url(./ai-function-icon-3.png)
}

.function-item:nth-child(4) {
	background-image: url(./ai-function-4.png)
}

.function-item:nth-child(4) .function-item--icon {
	background-image: url(./ai-function-icon-4.png)
}

.function-item:nth-child(5) {
	background-image: url(./ai-function-5.png)
}

.function-item:nth-child(5) .function-item--icon {
	background-image: url(./ai-function-icon-5.png)
}

.function-item:nth-child(6) {
	background-image: url(./ai-function-6.png)
}

.function-item:nth-child(6) .function-item--icon {
	background-image: url(./ai-function-icon-6.png)
}

.function-item:nth-child(7) {
	background-image: url(./ai-function-7.png)
}

.function-item:nth-child(7) .function-item--icon {
	background-image: url(./ai-function-icon-7.png)
}

.function-item:nth-child(8) {
	background-image: url(./ai-function-8.png)
}

.function-item:nth-child(8) .function-item--icon {
	background-image: url(./ai-function-icon-8.png)
}

.video {
	border-radius: 40px;
	background: #1e192c;
	padding: 120px 0;
	overflow: hidden
}

.video-item--text {
	color: rgba(255, 255, 255, .7);
	font-size: 18px;
	font-weight: 400;
	line-height: 32px
}

.video-desc {
	display: flex;
	justify-content: center;
	max-width: 715px;
	margin: 30px auto 0;
	font-size: 18px;
	color: rgba(255, 255, 255, .5)
}

.video-item {
	display: flex;
	align-items: center
}

.video-box {
	margin-top: 66px;
	position: relative
}

.video-box-player {
	width: 100%;
	border-radius: 20px;
	position: relative;
	z-index: 1
}

.bm-desc {
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	color: rgba(27, 25, 44, .7);
	margin-top: 30px;
	text-align: center
}

.application {
	padding: 120px 0;
	background: #f4f1ff;
	border-radius: 40px
}

.application-grid {
	display: grid;
	gap: 30px;
	grid-template-columns:repeat(3, 380px);
	grid-template-rows:repeat(3, 250px);
	margin-top: 53px;
	margin-bottom: 58px
}

.cmt {
	padding: 120px 0 134px
}

.cmt-grid {
	display: grid;
	gap: 40px 30px;
	grid-template-columns:repeat(3, 380px);
	grid-template-rows:repeat(2, 284px);
	margin: 42px 0 68px
}

.cmt-item {
	transition: all .3s
}

.cmt-item:hover {
	transform: translateY(-4px)
}

.cmt-item--img:hover {
	border: 1px solid rgba(0, 0, 0, .1)
}

.cmt-item--img {
	border: 1px solid transparent;
	transition: all .3s;
	max-width: 100%;
	background: #f5f6f8;
	border-radius: 16px
}

.cmt-desc {
	text-align: left;
	margin-bottom: 0;
	margin-top: 18px;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	color: #1b192c
}

.switch {
	padding: 120px 0
}

.switch-left {
	position: relative;
	width: 100%;
	max-width: 826px;
	height: fit-content;
	margin-bottom: 124px
}

.switch-left--img {
	max-width: 826px;
	position: absolute;
	opacity: 0;
	transition: all .3s;
	z-index: -1;
	left: 0;
	width: 100%
}

.switch-left--img__show {
	opacity: 1;
	z-index: 5
}

.switch-right {
	min-width: 277px
}

@keyframes textToTopEffect {
	0% {
		transform: translateY(30px);
		opacity: 0
	}
	100% {
		transform: translateY(0);
		opacity: 1
	}
}

.switch-right--item {
	padding-left: 58px;
	margin-bottom: 40px;
	position: relative;
	min-height: 80px;
	display: flex;
	align-items: center;
	cursor: pointer
}

.switch-right--item-img {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	--svg-stroke: #cccccc;
	--svg-fill: #ffffff;
	transition: all .3s;
	--svg-width: 1.000000
}

.switch-right--item:nth-child(1):hover .switch-right--item-img {
	--svg-stroke: rgb(255, 117, 232);
	--svg-width: 2.000000
}

.switch-right--item:nth-child(2):hover .switch-right--item-img {
	--svg-stroke: rgb(255, 214, 53);
	--svg-width: 2.000000
}

.switch-right--item:nth-child(3):hover .switch-right--item-img {
	--svg-stroke: rgb(255, 196, 196);
	--svg-width: 2.000000
}

.switch-right--item:nth-child(4):hover .switch-right--item-img {
	--svg-stroke: #FF75E8;
	--svg-width: 2.000000
}

.switch-right--item:nth-child(5):hover .switch-right--item-img {
	--svg-stroke: #FFD635;
	--svg-width: 2.000000
}

.switch-right--item:nth-child(6):hover .switch-right--item-img {
	--svg-stroke: rgb(255, 196, 196);
	--svg-width: 2.000000
}

.switch-right--item:nth-child(1).switch-right--item__active .switch-right--item-img {
	--svg-stroke: rgb(255, 117, 232);
	--svg-fill: rgb(255, 117, 232);
	--svg-width: 2.000000
}

.switch-right--item:nth-child(2).switch-right--item__active .switch-right--item-img {
	--svg-stroke: rgb(255, 214, 53);
	--svg-fill: rgb(255, 214, 53);
	--svg-width: 2.000000
}

.switch-right--item:nth-child(3).switch-right--item__active .switch-right--item-img {
	--svg-stroke: rgb(255, 196, 196);
	--svg-fill: rgb(255, 196, 196);
	--svg-width: 2.000000
}

.switch-right--item:nth-child(4).switch-right--item__active .switch-right--item-img {
	--svg-stroke: #FF75E8;
	--svg-fill: #FF75E8;
	--svg-width: 2.000000
}

.switch-right--item:nth-child(5).switch-right--item__active .switch-right--item-img {
	--svg-stroke: #FFD635;
	--svg-fill: #FFD635;
	--svg-width: 2.000000
}

.switch-right--item:nth-child(6).switch-right--item__active .switch-right--item-img {
	--svg-stroke: rgb(255, 196, 196);
	--svg-fill: rgb(255, 196, 196);
	--svg-width: 2.000000
}

.bm-title, .title-decoration {
	position: relative
}

.title-decoration > svg {
	content: "";
	position: absolute;
	left: 0;
	bottom: -24px;
	height: 12px;
	width: 263px
}

.video-title {
	display: inline-flex;
	justify-content: center;
	flex-wrap: wrap
}

.cmt .bm-desc {
	max-width: 810px;
	margin-left: auto;
	margin-right: auto
}

.switch .bm-btn {
	position: absolute;
	bottom: -124px;
	left: 50%;
	margin-left: -107px
}

@media (max-width: 1261px) {
	.bm-container {
		padding: 0 32px
	}

	.application-grid {
		grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));
		grid-template-rows:repeat(1, 250px);
		justify-content: center
	}

	.cmt-grid {
		grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));
		grid-template-rows:repeat(auto-fill, minmax(220px, 1fr));
		justify-content: center
	}

	.bm-btn {
		margin-left: auto;
		margin-right: auto
	}

	.function-item {
		width: calc((100% - 56px) / 3);
		min-width: calc((100% - 56px) / 3);
		max-width: calc((100% - 56px) / 3)
	}

	.banner-left {
		text-align: center
	}

	.banner-h1 {
		display: inline-flex
	}

	.banner-desc, .banner-title {
		text-align: center
	}

	.banner-left, .banner-right {
		width: 100%
	}

	.banner-grid, .switch-grid, .video-desc {
		flex-wrap: wrap;
		justify-content: center
	}

	.video-item {
		flex: 0 0 40%;
		justify-content: center
	}

	.switch-left {
		order: 1;
		height: fit-content
	}

	.switch-right {
		order: 3
	}

	.switch-right--item, .switch-right--item-img {
		display: none
	}

	.switch-right--item__active {
		display: block
	}

	.switch-right--title {
		text-align: center
	}

	.switch .bm-btn {
		display: block
	}

	.switch-right--item {
		padding-left: 0
	}

	.banner-right--img {
		width: 100%
	}

	.bm-bottom-left, .bm-bottom-right {
		width: 20%;
		max-width: 398px
	}
}

.banner-right--img-bg-mobile {
	display: none
}

@media (max-width: 1000px) {
	.video {
		border-radius: 30px
	}

	.video-box-player {
		border-radius: 10px
	}

	.function-item {
		width: calc((100% - 56px) / 3);
		min-width: calc((100% - 56px) / 3);
		max-width: calc((100% - 56px) / 3)
	}
}

@media (max-width: 800px) {
	.video {
		border-radius: 30px
	}

	.video-box-player {
		border-radius: 10px
	}

	.function-item {
		width: calc((100% - 28px) / 2);
		min-width: calc((100% - 28px) / 2);
		max-width: calc((100% - 28px) / 2)
	}
}

@media (max-width: 578px) {
	.switch-left {
		height: 172px
	}

	.banner-right--img-bg {
		display: none
	}

	.banner-right--img-bg-mobile {
		display: block;
		position: absolute;
		bottom: -50px;
		left: 48%;
		transform: translateX(-50%);
		z-index: 0
	}

	.banner-grid {
		gap: 64px
	}

	.bm-desc {
		font-size: 14px;
		font-weight: 400;
		line-height: 24px
	}

	.application, .banner, .bm-bottom, .cmt, .switch, .video {
		padding: 72px 0 85px
	}

	.banner-h1 {
		font-size: 36px;
		font-weight: 500;
		line-height: 44px
	}

	.title-decoration > svg {
		width: 132px;
		bottom: -8px
	}

	.video-title-decoration > svg {
		bottom: -12px;
		width: 133px
	}

	.switch-title-decoration > svg {
		bottom: -12px;
		width: 133px
	}

	.application-title-decoration > svg {
		bottom: -10px;
		width: 132px
	}

	.cmt-title-decoration > svg {
		bottom: -10px;
		width: 132px
	}

	.banner-desc {
		font-size: 14px;
		font-weight: 400;
		line-height: 24px;
		margin: 19px 0 40px
	}

	.bm-title {
		font-size: 28px;
		font-weight: 600;
		line-height: 38px
	}

	.video-item--text {
		font-size: 13px;
		font-weight: 400
	}
}

@media (max-width: 1000px) {
	.video {
		border-radius: 20px
	}
}

.receive-btn {
	transition: all .2s
}

.aside-coupon.active {
	opacity: 1;
	visibility: visible;
	transition: all .3s;
	transform: translateY(0)
}

.receive-btn {
	transition: all .2s
}
