@font-face {
	font-display: swap;
	font-family: ArialBlack;
	font-style: normal;
	font-weight: 400;
	src: url('../static/font/Arial\ Black.ttf') format('truetype');
}

.manjari-regular {
	font-family: 'Manjari', sans-serif;
	font-weight: 400;
	font-style: normal;
}

body {
	/* font-family: 'Noto Sans SC', sans-serif; */
	font-family: 'Noto Sans SC', 'Manjari', sans-serif;
	background-color: rgba(109, 86, 225, 1);
	color: #fff;
}

#doyoo_panel {
	display: none !important;
}
.main {
	overflow-x: hidden;
}

.section-slide {
	text-align: center;
	font-size: 18px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 80px 0 60px;
}

.section-title {
	text-align: center;
	font-size: 51px;
	position: relative;
	padding: 0 17px;
	z-index: 1;
	font-weight: 600;
	letter-spacing: 5px;
	line-height: 1.2;
	padding: 12px 0;
}

.section-title-en {
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 37px;
}

.section-subTitle {
	font-size: 29px;
	color: rgba(166, 218, 255, 1);
	font-weight: 600;
	line-height: 2.2;
	letter-spacing: 2px;
}

.section-title-des {
	font-size: 19px;
	color: rgb(227, 222, 254);
	line-height: 28px;
	letter-spacing: 2px;
}

.section-title::before {
	content: '';
	position: absolute;
	top: 0%;
	right: -25px;
	z-index: -1;
	background: url(../static/images/title-bg-2.png) no-repeat;
	background-size: contain;
	background-position: right bottom;
	/* height: 83px; */
	height: 100%;
	width: 100%;
}

.common-btn {
	height: 55px;
	width: max-content;
	padding-left: 27px;
	background: #ffffff50;
	border-radius: 27px;
	color: #fff;
	margin: 0 7px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.common-btn:hover {
	color: #6d56e1;
}
.common-btn-icon {
	width: 36px;
	height: 36px;
	background: #6d56e1;
	border-radius: 50%;
	margin: 0 12px;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
}

.common-btn-icon-go,
.common-btn-icon-chat {
	width: 60%;
	height: 60%;
}

.swiper-button-prev,
.swiper-button-next {
	width: 12px;
	height: 29px;
	fill: none;
	stroke: #ffffff30;
	stroke-width: 4;
}

.swiper-button-next svg {
	transform: rotate(180deg);
}

/* 修改箭头悬停效果 */
.swiper-button-prev:hover svg,
.swiper-button-next:hover svg {
	stroke: #fff;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fff;
	width: 10px;
}

.swiper-pagination-bullet {
	background-color: #ffffff30;
}

.section-3 .section-title::before {
	background-image: url(../static/images/title-bg-3.png);
}
.section-4 .section-title::before {
	background-image: url(../static/images/title-bg-4.png);
}
.section-5 .section-title::before {
	background-image: url(../static/images/title-bg-5.png);
	height: 60px;
}
.section-6 .section-title::before {
	background-image: url(../static/images/title-bg-6.png);
	height: 60px;
}
.section-7 .section-title::before {
	background-image: url(../static/images/title-bg-7.png);
}
.section-8 .section-title::before {
	background-image: url(../static/images/title-bg-8.png);
}

.section-7 .section-subTitle {
	color: rgba(252, 213, 237, 1);
}
.section-5::after {
	content: '';
	width: 1920px;
	height: 1080px;
	position: absolute;
	z-index: -1;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../static/images/5-bg.png) no-repeat center;
	background-size: contain;
}

/* 视频弹窗样式 */
#videoModal {
	backdrop-filter: blur(2px);
}

#modalVideo {
	object-fit: contain;
	background: black;
}

/* 确保视频容器保持16:9比例 */
.aspect-video {
	aspect-ratio: 16/9;
}

.gsap-btn-wrap {
	position: relative;
	z-index: 10;
}

.gsap-btn-1,
.gsap-btn-2,
.gsap-btn-3 {
	opacity: 0;
}

.gsap-btn-1-anim,
.gsap-btn-2-anim,
.gsap-btn-3-anim {
	position: absolute;
	left: 50%;
	top: 0;
	z-index: -1;
	transform: translateX(-50%);
	background-color: #ffffff30;
	height: 50px;
	width: 50px;
	opacity: 0;
	border-radius: 50%;
}
