.header {
	position: fixed;
	top: 0;
	width: 100%;
	background: transparent;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15%;
	padding-right: 15%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 1000;
}


.header.scrolled {
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header.scrolled .nav-links a {
	color: #333;
}

.header .logo {
	width: 183px;
	height: 49px;
}

.header .recharge-btn {
	/* margin-left: 60px; */
	background-image: url('assets/recharge_df.png');
	width: 140px;
	height: 47px;
}

.header .recharge-btn:hover {
	background-image: url('assets/recharge_on.png');
}

.header .recharge-btn-b {
	/* margin-left: 60px; */
	background-image: url('assets/recharge_b.png');
	width: 140px;
	height: 47px;
}

.header .recharge-btn-b:hover {
	background-image: url('assets/recharge_b_on.png');
}

.nav {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
}

.nav-links {
	margin-bottom: 3px;
	display: flex;
	gap: 30px;
	font-size: 24px;
	font-family: 'PingFang SC';
	line-height: 33px;
}

.nav-links a {
	color: #ccc;
	text-decoration: none;
	position: relative;
	margin-left: 30px;
}

.nav-links a.active {
	color: white;
}

.nav-links a::after {
	/* content: '';
				position: absolute;
				left: 50%;
				bottom: -5px;
				width: 100%;
				height: 2px;
				background: white;
				transform: scaleX(0);
				transition: transform 0.3s ease; */
}

.header.scrolled .nav-links a::after {
	background: #673ab7;
}

.nav-links a.active::after {
	/* transform: scaleX(1); */
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 30%;
	height: 2px;
	background: white;
}

.content {
	margin-top: 0px;
}

.banner-container {
	position: relative;
	width: 100%;
	height: 900px;
	padding-top: 40%;
}

.banner-container .home {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('assets/web_home.png');
	background-size: 100% 100%;
	/* object-fit: cover; */
}

.web-home-container {
	margin-top: -655px;
	position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: center;
  padding: 44px 0 348px;
  width: 1269px;
}

.web-home-container .desc {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 626px;
  height: 280px;
}

.text-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  color: rgb(255, 255, 255);
  font-size: 70px;
  font-family: 'PingFang SC';
  font-weight: 600;
  line-height: 70px;
  text-align: center;
}

.text-pos_3 {
  position: absolute;
  left: 17px;
  right: 32px;
  bottom: 76px;
  font-size: 24px;
  font-family: 'PingFang SC';
  line-height: 33px;
  font-weight: 600;
  color: rgb(255, 255, 255);
}

.m1 {
  background-image: url('assets/web_m1.png');
  background-position: 0% 0%;
  /* background-size: 655px 548px; */
  background-repeat: no-repeat;
  width: 548px;
  height: 655px;
}

.m1-pos {
  position: absolute;
  right: 0;
  top: 0;
}

.part1 {
  margin-left: 32px;
  padding: 269px 0 374.5px;
  width: 1104px;
}
.part1_bg {
  padding: 37px 0 100.5px 149px;
  width: 744px;
}
.m2 {
  background-image: url('assets/web_m2.png');
  background-position: 0% 0%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 596px;
  height: 899px;
  position: absolute;
  left: 0;
  top: 0;
}
.web-content-part1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: center;
  margin-top: 53px;
}
.part2 {
	width: 1364px;
	height: 878px;
}
.part2-1 {
  padding-bottom: 21px;
  width: 453px;
  position: absolute;
  left: 176px;
  top: 303px;
}
.part3 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-self: center;
  padding-left: 32px;
}
.part3-3 {
	padding: 0 120px;
	height: 151px;
}
.part4 {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  margin-top: 35px;
}
.part4-1 {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  position: relative;
  padding: 173px 219px 36px;
}
.part4-2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 33px 234px 58px;
  background-color: rgba(102, 112, 255, 0.05);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.m3 {
  background-image: url('assets/web_m3.png');
  background-position: 0% 0%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 559px;
  height: 878px;
  position: absolute;
  right: 35px;
  bottom: 0;
}

.m4 {
  background-image: url('assets/web_m4.png');
  background-position: 0% 0%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 610px;
  height: 838px;
  position: absolute;
  left: -10px;
  top: 0;
}
.m5 {
  background-image: url('assets/web_m5.png');
  background-position: 0% 0%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 766px;
  height: 971px;
  position: absolute;
  right: -50px;
}
.web-content-part2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  margin-top: 16.5px;
  padding: 0 219px 36px 234px;
  background-color: rgba(102, 112, 255, 0.05);
}
.web-content-part3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: center;
  margin-top: 53px;
}
.web-content-part4 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  margin-top: 16.5px;
  padding: 0 219px 36px 234px;
  background-color: rgba(102, 112, 255, 0.05);
}
.info-title {
	margin-top: -75px;
	font-size: 56px;
	font-family: 'PingFang SC';
	line-height: 78px;
	font-weight: 600;
	color: rgb(51, 51, 51);
	align-self: flex-start;
}
.line_part1 {
  margin-top: 56px;
  background-color: rgb(173, 135, 255);
  border-radius: 9.5px;
  width: 290px;
  height: 19px;
  align-self: flex-start;
}
.line_part2 {
  margin-top: 56px;
  background-color: rgb(173, 135, 255);
  border-radius: 9.5px;
  width: 398px;
  height: 19px;
  align-self: flex-start;
}
.line_part3 {
  margin-top: 56px;
  background-color: rgb(173, 135, 255);
  border-radius: 9.5px;
  width: 310px;
  height: 19px;
  align-self: flex-start;
}
.line_part4 {
  margin-top: 56px;
  background-color: rgb(173, 135, 255);
  border-radius: 9.5px;
  width: 319px;
  height: 19px;
  align-self: flex-start;
}
.info-info {
  font-size: 32px;
  font-family: 'PingFang SC';
  font-weight: 600;
  color: rgb(51, 51, 51);
  margin-top: 16px;
  line-height: 36px;
  text-align: left;
}
.info-info-desc {
  font-size: 24px;
  font-family: 'PingFang SC';
  line-height: 33px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin-top: 26px;
  color: rgb(153, 153, 153);
  text-align: left;
}
.bg-display {
	display: block;
}
.info-desc {
	  width: 378px;
	  height: 267px;
}
.info-desc-part2 {
  width: 478px;
  height: 256px;
  position: absolute;
  right: -80px;
  top: 32px;
}
.info-desc-part3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: flex-start;
  margin-top: 73px;
  height: 256px;
}

.info-desc-part4 {
  display: flex;
  flex-direction: column;
  margin-top: 59px;
  width: 661px;
}
.info-desc-part4-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  align-self: flex-end;
  position: relative;
  margin-right: 28px;
  margin-top: 44.5px;
  padding-top: 31.5px;
  width: 539px;
}
.info-desc-part4-2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 137px;
  width: 402px;
}
.banner-container .agent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('assets/web_agent.png');
	background-size: 100% 100%;
	/* object-fit: cover; */
}

.banner-container .about {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('assets/web_about.png');
	background-size: 100% 100%;
	/* object-fit: cover; */
}

.download-btns {
	position: absolute;
	bottom: 250px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	justify-content: center;
	width: 500px;
}

.ios {
	position: absolute;
	left: 168px;
	bottom: 0;
	background-image: url('assets/d_ios.png');
	background-size: 100% 100%;
	width: 123px;
	height: 40px;
	opacity: 0.8;
}

.android {  
	position: absolute;
  right: 182px;
  bottom: 0;
	background-image: url('assets/d_android.png');
	background-size: 100% 100%;
	width: 123px;
	height: 40px;
	/* opacity: 0.8; */
}

.ios:hover {
	/* transform: scale(1.05); */
}

.android:hover {  
	transform: scale(1.05);
}

.ios_1 {
	background-image: url('assets/d_ios.png');
	background-size: 100% 100%;
	width: 123px;
	height: 40px;
	margin-right: 15px;
	opacity: 0.8;
}

.android_1 {  
	background-image: url('assets/d_android.png');
	background-size: 100% 100%;
	width: 123px;
	height: 40px;
	margin-left: 15px;
	/* opacity: 0.8; */
}

.ios_1:hover {
	/* transform: scale(1.05); */
}

.android_1:hover {  
	/* transform: scale(1.05); */
}

.app-btn {
	display: inline-block;
	padding: 10px 20px;
	border: 2px solid white;
	border-radius: 25px;
	color: white;
	text-decoration: none;
	transition: all 0.3s ease;
}

.app-btn:hover {
	background: linear-gradient(45deg, #9c27b0, #673ab7);
	border-color: transparent;
}

.section-content {
	/* padding: 40px 20px; */
	text-align: center;
}

.section-content .bg {
	/* padding: 40px 20px; */
		position: absolute;
		top: 0;
		left: 0;
	width: 100%;
	height:100%;
	background-size: 100% 100%;
	background-image: url('assets/content_bg.png');
	z-index: -1;
}

.section-content .bg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.content_info_title {
  /* margin-left: 387px; */
  color: rgb(51, 51, 51);
  font-size: 38px;
  font-weight: 600;
  font-family: 'Geometr415 Blk BT';
  line-height: 46px;
}

.content_info_desc {
  color: rgb(51, 51, 51);
  font-size: 30px;
  font-family: 'PingFang SC';
  font-weight: 500;
  line-height: 42px;
  text-align: left;
  width: 1129px;
}

.content_info_info {
  margin-top: 16px;
  color: rgb(102, 102, 102);
  font-size: 28px;
  font-family: 'PingFang SC';
  font-weight: 600;
  line-height: 40px;
}
.content_info_b {
  font-size: 24px;
  font-family: 'PingFang SC';
  line-height: 33px;
  font-weight: 600;
  margin-top: 51px;
  color: rgb(153, 153, 153);
}
.content_info_l {
  margin-top: 16px;
  color: rgb(51, 51, 51);
  font-size: 32px;
  font-family: 'Geometr415 Blk BT';
  font-weight: 600;
  line-height: 39px;
  text-align: right;
}
.contact_btn {
  align-self: center;
  margin-top: 36px;
  padding: 24px 0;
  background-image: linear-gradient(
    259.4deg,
    rgb(93, 134, 255) 0%,
    rgb(93, 134, 255) -8.53%,
    rgb(134, 35, 255) 92.73%,
    rgb(134, 35, 255) 100%
  );
  border-radius: 24px;
  width: 448px;
  height: 80px;
}
.contact_btn:hover {
	transform: scale(1.05);
}

.contact_btn_text {
  font-size: 24px;
  font-family: 'PingFang SC';
  line-height: 33px;
  font-weight: 600;
  color: rgb(255, 255, 255);
}
.line_content {
  /* margin-left: 386px; */
  background-image: linear-gradient(
    266.2deg,
    rgb(93, 134, 255) 0%,
    rgb(93, 134, 255) -8.53%,
    rgb(134, 35, 255) 92.73%,
    rgb(134, 35, 255) 100%
  );
  border-radius: 4px;
  width: 125px;
  height: 8px;
  margin-top: 14px;
}
.footer {
	background: transparent;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15%;
	padding-right: 15%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer .logo {
	width: 183px;
	height: 49px;
}

.follow {
  font-size: 24px;
  font-family: 'PingFang SC';
  line-height: 33px;
  font-weight: 600;
  /* color: rgb(255, 255, 255); */
}
.mt {
	margin-top: 0;
}
.ml {
	margin-left: 19px;
}
.face-btn {
	background-image: url('assets/facebook_s.png');
	width: 40px;
	height: 40px;
}

.face-btn:hover {
	transform: scale(1.05);
}

.ins-btn {
	background-image: url('assets/ins_s.png');
	width: 40px;
	height: 40px;
}

.ins-btn:hover {
	transform: scale(1.05);
}

.footer-btn {
	display: none;
	background: transparent;
	padding-top: 15px;
	padding-bottom: 15px;
	justify-content: space-between;
	align-items: center;
}

/* 下半部分样式 */
.contact-section {
	padding: 50px 20px;
	text-align: center;
	background: #f9f9f9;
	/* background-image: url('assets/content_bg.png'); */
	position: relative;
	width: 100%;
	height: 860px;
}

.contact-section img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* object-fit: cover; */

}

.contact-section h2 {
	color: #333;
	font-size: 1.2rem;
	border-left: 5px solid #333;
	padding-left: 15px;
	display: inline-block;
	margin-bottom: 20px;
}

.cooperation-text {
	color: #666;
	font-size: 0.9rem;
	margin-bottom: 20px;
}

.contact-number {
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
}

.footer .social-links {
	display: flex;
	gap: 15px;
	margin: 15px 0;
}