body {
	background: #000;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	color: #fff;
	margin: 0;
	padding: 0;
	min-height: 100vh;
	box-sizing: inherit;
}

/* 对于Webkit浏览器（如Chrome和Safari） */
::-webkit-scrollbar {
    display: none;
}

/* 对于IE和Edge */
html {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

/* 对于Firefox */
* {
    scrollbar-width: none;
}

a {
	text-decoration: none;
	/* 去除下划线 */
	color: inherit;
	/* 继承父元素的文字颜色 */
	background-color: transparent;
	/* 背景颜色透明 */
	outline: none;
	/* 去除聚焦时的轮廓线 */
}

a:hover {
	text-decoration: none;
	/* 鼠标悬停时去除下划线 */
}

a:visited {
	color: inherit;
	/* 访问过的链接颜色继承父元素 */
}

.spacebox {
	height: 20px;
}

.bigbox {
	box-sizing: border-box;
}
@media(max-width: 990px) {
	.topbox_r {
		display: none !important;
	}
}
.topbox_r_m {
	display: none;
}
.topbox {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1994;
	background: #000;
}
.topbox_b {
	min-width: 1228px;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}

.topbox_l {
	color: #fff;
	display: flex;
	justify-content: start;
	align-items: center;
	margin-left: 60px;
}
.logoimg {
	width: 36px;
	height: 36px;
	margin-right: 6px;
}
.logoname {
	color: #FDFDFD;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 20px;
}
.nextimg {
	width: 10px;
	position: absolute;
	right: -12px;
	bottom: 18px;
}
.phoneimg {
	width: 15px;
	position: absolute;
	right: -16px;
	bottom: 16px;
}

.topbox_r {
	display: flex;
	justify-content: end;
	color: #999999;
}

.topbox_r_item {
	margin-right: 60px;
	cursor: pointer;
	padding: 10px 8px;
	transition: color 0.5s ease;
}

.topbox_r_item:hover {
	color: #fff;
}

.topbox_r_item_isok {
	color: #fff;
	border-bottom: 1px solid #9C75FF;
}

.dropdown {
    position: relative;
    display: inline-block;
}
  
.dropdown-content {
	display: none;
	position: absolute;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	top: -8px;
}

.dropdown-content a {
	color: #fff;
	background-color: rgba(54, 54, 54, 0.56);;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	background-color: rgba(255, 255, 255, 0.39);
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown-content3 {
	display: none;
	position: absolute;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	top: -8px;
	left: -20px;
}

.dropdown-content3 a {
	color: #fff;
	background-color: rgba(54, 54, 54, 0.56);;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content3 a:hover {
	background-color: rgba(255, 255, 255, 0.39);
}

.dropdown3:hover .dropdown-content3 {
	display: block;
}

.mainbox {
	min-height: 1080px;
	margin-bottom: 20px;
	position: relative;
	box-sizing: border-box;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	padding-top: 1px;
	min-width: 1228px;
}
.mainbox_b {
	min-width: 1228px;
	margin: 0 auto;
	min-height: 1080px;
	padding-top: 1px;
}
.mainbox_bg1 {
	background-image: url('../img/bg1.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.mainbox_bg2 {
	background-image: url('../img/bg2.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.mainbox_bg3 {
	background-image: url('../img/bg3.png');
	background-size: 62% auto;
	background-repeat: no-repeat;
	background-position: 48% 13%;
}
.mainbox_bg4 {
	background-image: url('../img/bg4.png');
	background-size: 29% auto;
	background-repeat: no-repeat;
	background-position: 48% 33%;
}
.mainbox_bg5 {
	background-image: url('../img/bg5.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.mainbox_bg7 {
	background-image: url('../img/bg7.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.mainbox_cent {
	margin: 20% auto 0;
}
.mainbox_cent_1 {
	background: var(--Linear, linear-gradient(72deg, #D2C1FF 40.09%, #FBA3FF 72.9%, #FFFBB5 90.06%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 60px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 6px;
}
.mainbox_cent_2 {
	width: 467px;
	height: 2px;
	flex-shrink: 0;
	background: linear-gradient(72deg, #D2C1FF 40.09%, #FBA3FF 72.9%, #FFFBB5 90.06%);
	margin: 0 auto;
}
.mainbox_cent_3 {
	width: 650px;
	flex-shrink: 0;
	color: #FCFCFC;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.6px;
	margin: 20px auto;
}
.mainbox_btmbox_fade {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.mainbox_btmbox {
	min-width: 1228px;
	/* height: 400px; */
	padding: 80px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	border-radius: 20px;
	border: 1px solid #fcf9fe2e;
	background: linear-gradient(123deg, rgba(255, 255, 255, 0.00) 1.66%, rgba(255, 255, 255, 0.80) 208.25%);
	backdrop-filter: blur(9.149999618530273px);
	margin: 0 auto;
}

.mainbox_btmbox_item {
	width: 220px;
	cursor: pointer;
	margin: 0 60px;
}

.scale11hover {
	transition: transform 0.3s ease;
}
.scale11hover:hover {
	transform: scale(1.2);
	/* 鼠标移入时放大到原来的1.1倍 */
}
.isokbox {
	transform: scale(1.2);
	background: var(--Linear, linear-gradient(72deg, #D2C1FF 40.09%, #FBA3FF 72.9%, #FFFBB5 90.06%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.scale05hover {
	transition: transform 0.3s ease;
}
.scale05hover:hover {
	transform: scale(1.05);
	/* 鼠标移入时放大到原来的1.1倍 */
}

.mainbox_btmbox_item_img {
	width: 100%;
}
.mainbox_btmbox_item_title {
	color: #FCFCFC;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
}

.mainbox_cont1 {
	padding: 120px 60px;
	width: 1108px;
	border-radius: 20px;
	border: 1px solid #fcf9fe2e;
	background: linear-gradient(123deg, rgba(255, 255, 255, 0.00) 1.66%, rgba(255, 255, 255, 0.40) 208.25%);
	backdrop-filter: blur(9.149999618530273px);
	margin: 140px auto;
	display: flex;
	justify-content: space-between;
}
.mainbox_cont1_l {
	position: relative;
	width: 400px;
}
.mainbox_cont1_l_m {
	position: relative;
	width: 400px;
	display: none;
}
.mainbox_cont1_l_img_m {
	width: 421px;
	height: 1180px;
}
.mainbox_cont1_l_img1 {
	width: 250px;
	position: absolute;
	top: -33px;
	left: 0;
}
.mainbox_cont1_l_img2 {
	width: 140px;
	position: absolute;
	right: 0;
	bottom: -60px;
}
.mainbox_cont1_r {
	text-align: left;
	width: 620px;
}
.mainbox_cont1_r_1 {
	position: relative;
	height: 100px;
}
.mainbox_cont1_r_1_img {
	width: 90px;
	position: absolute;
	left: 0;
	top: 0;
}
.mainbox_cont1_r_1_title {
	font-family: "Poppins", sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background: var(--Linear, linear-gradient(72deg, #D2C1FF 40.09%, #FBA3FF 72.9%, #FFFBB5 90.06%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-left: 32px;
	text-align: left;
	line-height: 100px;
}
.mainbox_cont1_r_2 {
	margin: 30px 0;
	color: #9C75FF;
	font-family: "Poppins", sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 50.4px */
}
.mainbox_cont1_r_3 {
	color: #999;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 28px */
}
.mainbox_cont1_r_4 {
	color: #999;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 28px */
	margin-top: 30px;
}

.mainbox_cont2 {
	padding: 120px 60px;
	width: 1108px;
	margin: 0px auto;
}
.mainbox_cont2_1 {
	position: relative;
	height: 100px;
	width: 350px;
	margin: 0 auto;
}
.mainbox_cont2_2 {
	color: #9C75FF;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 50.4px */
	margin-top: 13px;
}
.mainbox_cont2_3 {
	width: 940px;
	color: #999;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	text-align: center;
	margin: 13px auto 0;
}
.mainbox_cont2_4 {
	margin-top: 64px;
	display: flex;
	justify-content: center;
}
.mainbox_cont2_4_i {
	width: 650px;
	height: 240px;
	border-radius: 14px;
	border: 1px solid #fcf9fe2e;
	background: linear-gradient(123deg, rgba(255, 255, 255, 0.00) 1.66%, rgba(255, 255, 255, 0.40) 208.25%);
	backdrop-filter: blur(9.149999618530273px);
	margin: 0 12px;
	cursor: pointer;
}

.mainbox_cont3 {
	padding: 40px 60px;
	/* width: 1228px; */
	margin: 0px auto;
}
.mainbox_cont3_1 {
	height: 185px;
	width: 100%;
	margin: 0 auto;
	background-image: url('../img/bgline.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: flex;
	align-items: center;
}
.mainbox_cont3_1_box {
	position: relative;
	margin: 0 auto;
	width: 510px;
}

.mainbox_cont3_2 {
	display: flex;
	justify-content: center;
	margin-top: 100px;
}
.mainbox_cont3_2_l {
	width: 660px;
	margin-right: 320px;
	text-align: left;
}
.mainbox_cont3_2_l_1 {
	color: #9C75FF;
	font-family: "Poppins", sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 30px;
}
.mainbox_cont3_2_l_2 {
	color: #999;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}
.mainbox_cont3_2_l_3 {
	margin-top: 62px;
	width: 190px;
	height: 42px;
	flex-shrink: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 42px;
	/* background: #9C75FF; */
	cursor: pointer;
	background: linear-gradient(90deg, #9C75FF 31.94%, rgba(0, 0, 0, 0.00) 100%);
	box-shadow: 0px 2.529px 2.529px 0px rgba(255, 255, 255, 0.25) inset;
}
.mainbox_cont3_2_l_3_title {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	margin-left: 20px;
}
.mainbox_cont3_2_l_3_img {
	width: 10px;
	margin-right: 20px;
}
.mainbox_cont3_2_r {
	width: 440px;
	flex-shrink: 0;
	border-radius: 16px;
	border: 1px solid #fcf9fe2e;
}

.mainbox_cont4 {
	padding: 120px 60px;
	width: 1228px;
	margin: 0px auto;
}
.mainbox_cont4_box {
	border: 1px solid #fcf9fe2e;
	border-radius: 16px;
	padding: 30px 60px 60px 60px;
}
.mainbox_cont4_1 {
	position: relative;
	height: 100px;
	width: 300px;
	margin: 0 auto;
}
.mainbox_cont4_2 {
	display: flex;
	justify-content: flex-end;
	text-align: left;
	width: 100%;
}
.mainbox_cont4_2_l {
	color: #999;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	width: 530px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
}
.mainbox_cont4_2_1 {
	color: #9C75FF;
	font-family: "Poppins", sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 30px;
}
.mainbox_cont4_2_2 {
	color: #999;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}
.mainbox_cont4_2_3 {
	margin-top: 32px;
	width: 200px;
	height: 48px;
	flex-shrink: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 50px;
	/* background: #9C75FF; */
	cursor: pointer;
	background: linear-gradient(90deg, #9C75FF 31.94%, rgba(0, 0, 0, 0.00) 100%);
	box-shadow: 0px 2.529px 2.529px 0px rgba(255, 255, 255, 0.25) inset;
}
.mainbox_cont4_2_3_title {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 900;
	margin-right: 20px;
}
.mainbox_cont4_2_3_img {
	width: 10px;
	margin-left: 20px;
}

.mainbox_cont5_1 {
	position: relative;
	height: 100px;
	width: 450px;
	margin: 0 auto;
}


.pacbox {
	padding: 30px;
	width: 1168px;
	border: 1px solid #fcf9fe2e;
	border-radius: 13px;
	overflow: hidden;
	margin: 80px auto;
	box-shadow: inset 0px 0px 19px #9c75ffd4;
}

.footerbox {
	padding: 20px 80px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	color: #FDFDFD;
	font-family: "Poppins", sans-serif;
	min-width: 1068px;
}

.footerbox_l {
	display: flex;
	justify-content: start;
	align-items: center;
}

.footerbox_l_l {
	margin-right: 30px;
	display: flex;
	justify-content: start;
	align-items: center;
}
.footerbox_l_l_logo {
	width: 36px;
	margin-right: 6px;
}
.footerbox_l_l_title {
	color: #FDFDFD;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 20px;
}

.footerbox_l_r {
	color: #9C75FF;
}

.footerbox_r {
	display: flex;
	justify-content: end;
	align-items: center;
}

.footerbox_r_l {
	margin-right: 12px;
	/* border: 1px solid #D2C1FF; */
	/* border-radius: 100%; */
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footerbox_r_l_img {
	width: 100%;
}

.footerbox_r_r {
	font-size: 14px;
	color: #999999;
	cursor: pointer;
}

.fadebox {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.69);
	backdrop-filter: blur(7px);
	z-index: 19940727;
	overflow: auto;
}
.fadebox_1 {
	width: 1008px;
	margin: 10% auto;
	position: relative;
}
.fadebox_1_img {
	width: 100%;
	border-radius: 17.34px;
	border: 1px solid #D2C1FF;
}
.fadebox_1_img_2 {
	width: 100%;
	border-radius: 17.34px;
	border: 1px solid #D2C1FF;
}
.fadebox_1_close {
	position: absolute;
	top: -30px;
	right: -60px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.fadebox_1_rrrr_m {
	display: none;
}
.fadebox_1_close_m {
	display: none;
}
.fadebox_1_img_l {
	position: absolute;
	width: 25px;
	left: -60px;
	top: 37%;
	cursor: pointer;
}
.fadebox_1_img_r {
	position: absolute;
	width: 25px;
	right: -60px;
	top: 37%;
	cursor: pointer;
}
.fadebox_1_title {
	color: #FDFDFD;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 38px;
	text-align: center;
	margin-bottom: 30px;
	background: var(--Linear, linear-gradient(72deg, #D2C1FF 40.09%, #FBA3FF 72.9%, #FFFBB5 90.06%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.fadebox_1_cont {
	border-radius: 17.34px;
	border: 1px solid #D2C1FF;
	padding: 30px 24px;
	text-align: left;
	color: #FDFDFD;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 32px;
}
.ispc {
	
}
.ismobile {
	display: none;
}
.islogosspace {
	height: 20px;
}
@keyframes glow {
  0% {
    box-shadow: 0 0 5px #9C75FF, 0 0 10px #9C75FF, 0 0 15px #9C75FF, 0 0 20px #9C75FF;
  }
  50% {
    box-shadow: 0 0 10px #9C75FF, 0 0 20px #9C75FF, 0 0 30px #9C75FF, 0 0 40px #9C75FF;
  }
  100% {
    box-shadow: 0 0 5px #9C75FF, 0 0 10px #9C75FF, 0 0 15px #9C75FF, 0 0 20px #9C75FF;
  }
}
.animated-box {
  animation: glow 2s ease-in-out infinite;
  border-radius: 5px;
}