html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	max-width: 1920px;
	max-height: 1080px;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}



a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
	color: inherit;
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	background: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}


.swiper {
	width: 100vw;
	height: 100vh;
	--swiper-pagination-color: #00ff33;
	position: relative;
	/* max-width: 1920px;
	max-height: 1080px; */
}

.swiper-wrapper,
.swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
}

.swiper-slide {
	overflow-y: hidden;
}

.slide-bg-container {

	position: absolute;
	width: 100%;
	height: 200%;
	animation: scrollUp 20s linear infinite;
	/* 新增Safari优化 */
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-font-smoothing: antialiased;
	/* 字体抗锯齿 */
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	will-change: transform;
	/* 提示浏览器优化变换 */
}

.slide-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	/* min-height: 2160px; */
	background-size: 100% 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.slide-bg:nth-child(1) {
	top: 0;
}

.slide-bg:nth-child(2) {
	top: 100%;
}

/* 添加Safari前缀版本 */
@-webkit-keyframes scrollUp {
	0% {
		-webkit-transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-100%);
	}
}

.swiper-vertical>.swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
	top: 80%;
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 30px;
	height: 31px;
	background-color: transparent;
	border: 4px solid #FFF0FA !important;
	opacity: 1;
	margin-top: -15px;
	position: relative;
	overflow: hidden;
	clip-path: polygon(0 0,
			50% 30%,
			100% 0,
			100% 100%,
			0 100%);
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet:first-child,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
	clip-path: none;
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #FF6BCC;
}

.hover {
	width: 100%;
	height: 100%;
	background-color: rgba(2, 2, 2, 0.38);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.top {
	width: 100%;
	height: 70px;
	background-color: rgba(2, 2, 2, 0.38);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 3;
}

.logo {
	position: fixed;
	top: 10px;
	left: 10%;
	/* width: 182px;
	height: 50px; */
	z-index: 20;
	width: 30vw;
	/* 使用视口单位 */
	max-width: 182px;
	/* 最大尺寸限制 */
	aspect-ratio: 9/16;
}

.logo img {
	width: 100%;
	/* 图片填充容器 */
	height: auto;
	/* 保持比例 */
	display: block;
	/* width: 182px;
	height: 50px; */

}

.tab {
	position: fixed;
	top: 5px;
	left: 50%;
	transform: translate(-50%, 0);
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 40%;
	height: 60px;
	z-index: 20;
	margin-left: 50px;
}

.tab li {
	color: #fff;
	font-weight: bold;
	/* font-size: clamp(0.313rem, -0.074rem + 1.93vw, 1.375rem); */
	font-size: 22px;
	line-height: 60px;
	cursor: pointer;
}

.tab li:hover {
	transform: scale(1.03);
	transition: all .2s linear;
}

.tab .Download {
	/* display: none; */

}



.bc.active {
	transform: translateY(0);
	opacity: 1;
}

.biaoti-wrap {
	width: 1524px;
	height: 139px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	margin-top: -30px;
	transform: translate(-50%, -50%) translateY(400px);
	transition: transform 0.3s linear infinite;
}

.biaoti-wrap.up {
	transform: translate(-50%, -50%);
}

.biaoti-wrap.active {
	transform: translate(-50%, -50%) translateY(0);
}

.biaoti-beijing {
	position: absolute;
	width: 1591px;
	height: 187px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.xingxing1 {
	position: absolute;
	width: 87px;
	height: 90px;
	bottom: -100px;
	left: -54px;
}

.xingxing2 {
	position: absolute;
	width: 49px;
	height: 51px;
	bottom: -110px;
	left: 75px;
}

.hover-end {
	/* 	display: flex;
	justify-content: center;
	align-items: center; */
	/* width: 100vw;
	height: 100vh; */
	/* position: relative;
	left: 0;
	top: 0; */
}



.hover-endOne {
	display: flex;
	flex-direction: column;
	gap: 0px;
	max-width: 500px;
	margin: 0 auto;
	padding: 20px 0;
}

.hover-endTwo {
	display: flex;
	flex-direction: column;
	gap: 0px;
	max-width: 500px;
	margin: 0 auto;
	padding: 20px 0;
}

.mask {
	position: fixed;
	padding-top: 0;
	padding-left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 3;
	/* 确保低于二维码的z-index */
	display: none;
}

.code-wrapOne,
.code-wrapTwo {
	position: relative;
	z-index: 200;
	/* 二维码的z-index要高于遮罩层 */
}

.code-wrapOne {
	width: 210px;
	height: 260px;
	background: #F5F5F5;
	border-radius: 16px 16px 16px 16px;
	position: absolute;
	top: 165%;
	left: 30%;
	display: none;
}

.code-wrapTwo {
	width: 210px;
	height: 260px;
	background: #F5F5F5;
	border-radius: 16px 16px 16px 16px;
	position: absolute;
	top: 160%;
	left: 55%;
	display: none;
}


.appstoreOne {
	display: flex;
	justify-content: space-between;
	width: 210px;
	height: 60px;
	background: #0A0809;
	border-radius: 16px 16px 16px 16px;
	border: 1px solid #FFFFFF;
	/* position: absolute;
	top: 165px;
	left: 800px; */
	position: absolute;
	top: 115%;
	left: 30%;
	color: #fff;
	padding: 10px 20px;
	/* display: none; */
}

.appstoreOne img {
	width: 30px;
	height: 35px;
}

.appstoreOne p {
	width: 120px;
	height: 30px;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.appstoreOne p b {
	width: 87px;
	height: 20px;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

/* 安卓 */
.appstoreTwo {
	display: flex;
	justify-content: space-between;
	width: 210px;
	height: 60px;
	background: #0A0809;
	border-radius: 16px 16px 16px 16px;
	border: 1px solid #FFFFFF;
	/* position: absolute;
	top: 165px;
	left: 800px; */
	position: absolute;
	top: 115%;
	left: 55%;
	color: #fff;
	padding: 10px 20px;
	/* display: none; */
}

.appstoreTwo img {
	width: 30px;
	height: 35px;
}

.appstoreTwo p {
	width: 120px;
	height: 30px;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.appstoreTwo p b {
	width: 87px;
	height: 20px;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.xiazai-wrapOne {
	display: flex;
	justify-content: space-between;
	width: 210px;
	height: 50px;
	background-color: #fff;
	padding: 10px 20px;
	border-radius: 16px 16px 16px 16px;
}

.xiazai-wrapOne img {
	width: 26px;
	height: 31px;
}

.xiazai-wrapOne p {
	width: 103px;
	height: 14px;
	font-weight: 400;
	font-size: 12px;
	color: #0A0809;
	line-height: 14px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.xiazai-wrapOne p b {
	width: 87px;
	height: 20px;
	font-weight: 500;
	font-size: 16px;
	color: #0A0809;
	line-height: 19px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

/* 安卓 */
.xiazai-wrapTwo {
	display: flex;
	justify-content: space-between;
	width: 210px;
	height: 50px;
	background-color: #fff;
	padding: 10px 20px;
	border-radius: 16px 16px 16px 16px;
}

.xiazai-wrapTwo img {
	width: 26px;
	height: 31px;
}

.xiazai-wrapTwo p {
	width: 103px;
	height: 14px;
	font-weight: 400;
	font-size: 12px;
	color: #0A0809;
	line-height: 14px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.xiazai-wrapTwo p b {
	width: 87px;
	height: 20px;
	font-weight: 500;
	font-size: 16px;
	color: #0A0809;
	line-height: 19px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.code {
	width: 150px;
	height: 150px;
	background-color: #fff;
	padding: 10px;
	box-sizing: content-box;
	margin: 20px 21px;
}

.code-wrapOne .code .code-img {
	width: 150px;
	height: 150px;
}

.code-wrapTwo .code .code-img {
	width: 150px;
	height: 150px;
}

/* 确保所有绝对定位元素有共同的相对定位容器 */
.swiper-slide {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.slide2 {
	/* background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); */
	display: flex;
	align-items: center;
	justify-content: center;
}

.slide3 {
	/* background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); */
	display: flex;
	align-items: center;
	justify-content: center;
}

.slide4 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.content-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 1400px;
	width: 90%;
	height: 80vh;
	margin: 0 auto;
	position: relative;
}

.content-containerThree {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 1400px;
	width: 90%;
	height: 80vh;
	margin: 0 auto;
	position: relative;
}

.content-containerTwo {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 1400px;
	width: 90%;
	height: 80vh;
	margin: 0 auto;
	position: relative;
}

.content-containerFour {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 1400px;
	width: 90%;
	height: 80vh;
	margin: 0 auto;
	position: relative;
}

/* 更新背景图规则 */
.bc {
	/* width: 797.63px;
	height: 800px;
	position: absolute;
	
	transform: translate(0, -50%);
	z-index: 1; */
	/* top: 10%; */
	/* left: 1%; */
	position: absolute;
	width: 85%;
	max-width: 797.63px;
	z-index: 1;
	filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
}

.Solide4bc {
	position: absolute;
	width: 85%;
	max-width: 655.95px;
	z-index: 1;
	top: 10%;
	left: -5%;
	filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
}

.Solide3AllBg {
	position: absolute;
	/* width: 85%; */
	max-width: 762.95px;
	max-height: 759.91px;
	z-index: 1;
	filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
	top: 12%;
	right: 0%;
}

.Solide5Bg {
	position: absolute;
	/* width: 85%; */
	max-width: 633.95px;
	max-height: 633.95px;
	z-index: 1;
	filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
	top: 15%;
	right: 0%;
}

/* 确保椭圆在背景之上 */
.bcCricle {
	/* width: 305px;
	height: 305px;
	position: absolute;
	
	transform: translate(0, -50%);
	z-index: 3; */
	top: 2%;
	left: 1%;
	position: absolute;
	/* width: 45%; */
	max-width: 305px;
	z-index: 2;
	animation: float 8s ease-in-out infinite;

}

.Solide4bcCricle {
	bottom: 11%;
	left: 14%;
	position: absolute;
	/* width: 45%; */
	max-width: 305px;
	z-index: 2;
	animation: float 8s ease-in-out infinite;
}

.phoneSolide3Bg {
	top: 12%;
	right: 30%;
	position: absolute;
	/* width: 45%; */
	max-width: 305px;
	max-height: 305px;
	/* min-width: 100px;
	min-height: 100px; */
	z-index: 2;
	animation: float 8s ease-in-out infinite;

}

.Solide5BgCricle {
	bottom: 12%;
	right: 7%;
	position: absolute;
	/* width: 45%; */
	max-width: 255px;
	min-height: 255px;
	min-width: 100px;
	min-height: 100px;
	z-index: 2;
	animation: float 8s ease-in-out infinite;
}


.phones-container {
	position: relative;
	width: 100%;
	height: 80%;
	max-height: 600px;
	z-index: 3;
}

.phones-containerThree {
	position: relative;
	width: 100%;
	height: 80%;
	max-height: 600px;
	z-index: 3;
}




.phone {
	position: absolute;
	width: 60%;
	max-width: 300px;
	left: 10%;
	top: 10%;
	z-index: 4;
}

.Solide4phone {
	position: absolute;
	width: 60%;
	max-width: 355.48px;
	max-height: 686px;
	left: 0%;
	top: 8%;
	z-index: 4;
}

.Solide4phone:hover {
	transform: rotate(-5deg) translateY(-10px);
}

.phoneSolide3One {
	position: absolute;
	/* width: 60%; */

	max-width: 375.41px;
	max-height: 693.91px;
	min-height: 259px;
	min-width: 130px;
	right: 35%;
	top: 14%;
	/* transform: rotate(-5deg);
	filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.2));
	transition: transform 0.4s ease; */
	z-index: 4;
}

.phoneSolide3One:hover {
	transform: rotate(-5deg) translateY(-10px);
}

.phone:hover {
	transform: rotate(-5deg) translateY(-10px);
}

.Solide5Phone {
	position: absolute;
	/* width: 60%; */

	max-width: 324.96px;
	max-height: 709px;
	min-height: 259px;
	min-width: 130px;
	right: 33%;
	top: 15%;
	/* transform: rotate(-5deg);
	filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.2));
	transition: transform 0.4s ease; */
	z-index: 4;
}

.Solide5Phone:hover {
	transform: rotate(-5deg) translateY(-10px);
}

/* .Solide5Phone:hover {
	transform: rotate(-5deg) translateY(-10px);
} */

.phoneTwo {
	position: absolute;
	width: 55%;
	max-width: 280px;
	right: 17%;
	top: 20%;
	bottom: 10%;
	/* transform: rotate(5deg);
	filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.2));
	transition: transform 0.4s ease; */
	z-index: 5;
}

.phoneTwo:hover {
	transform: rotate(5deg) translateY(-10px);
}

/* 处理旧图片分割 */
.phoneOld {
	position: absolute;
	top: 50%;
	left: 9%;
	transform: translate(0, -50%);
	width: 338px;
	height: 685px;
}

.phoneOld img:nth-child(1) {
	width: 338px;
	height: 685px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

.phoneOld .yemian {
	width: 303px;
	height: 653px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) translateY(300px);
	transition: transform 0.4s linear infinite;
	opacity: 0;
}

.phoneOld .yemian.active {
	transform: translate(-50%, -50%) translateY(0);
	opacity: 1;
}

.slide6 .phoneOld {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) translateY(400px);
	width: 610px;
	height: 600px;
	z-index: 21;
	transition: transform 0.4s linear infinite;
}

.slide6 .phoneOld.active {
	transform: translate(-50%, -50%) translateY(0);
}

.slide6 .phoneOld img {
	width: 100%;
	height: 100%;
}

.slide6 .hover {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom,
			rgba(255, 255, 255, 0.3),
			rgba(0, 0, 0, 1));

	min-height: 100vh;
	backdrop-filter: blur(5px);
	z-index: 20;
}


/* .phone img:nth-child(1) {
	width: 311.35px;
	height: 630.27px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
 */
/* .phone .frame {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 311.35px;
	height: 630.27px;

} */

/* .phone .yemian {
	width: 275.36px;
	height: 600.27px;
	position: absolute;
	top: 43%;
	left: 50%;
	transform: translate(-50%, -50%) translateY(300px);
	transition: transform 0.4s linear infinite;
	opacity: 0;

}

.phone .yemian.active {
	transform: translate(-50%, -50%) translateY(0);
	opacity: 1;
}

.phoneTwo {
	position: absolute;
	top: 49%;
	left: 33.5%;
	transform: translate(0, -50%);

}

.phoneTwo .frame {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 246.93px;
	height: 536.29px;


}

.phoneTwo .yemian {
	width: 220px;
	height: 509px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) translateY(300px);
	transition: transform 0.4s linear infinite;
	opacity: 0;
}

.phoneTwo .yemian.active {
	transform: translate(-50%, -50%) translateY(0);
	opacity: 1;
} */

/* 图标元素 */
.iconOne,
.iconTwo,
.iconThree,
.iconFour,
.iconSix,
.iconSeven {
	position: absolute;
	z-index: 5;
}

.Solide4PhoneLeftIcon,
.Solide4PhoneRightIcon,
.Solide4MinCricle,
.Solide4MaxCricle,
.Solide4CricleEnd,
.Solide4IconTopOne,
.Solide4IconTopTwo,
.Solide4IconCenterOneTop,
.Solide4IconCenterOneEnd {
	position: absolute;
	z-index: 5;
}

.Solide3iconOne .Solide3iconTwo .iconThreeLeft .iconThreeRight .iconFourTop .iconFourCenter .iconFourEnd {
	position: absolute;
	z-index: 5;
}

.Solide5BgCricleLeft,
.Solide5PhoneIcon,
.Solide5RightEndBg,
.Solide5IconLeftTop,
.Solide5IconCenterTop,
.Solide5IconCenterEnd {
	position: absolute;
	z-index: 5;
}

.Solide3iconOne {
	position: absolute;
	max-width: 129px;
	min-width: 60px;
	/* width: 8%;
	min-width: 60px; */
	max-height: 129px;
	min-height: 60px;
	top: 20%;
	right: 38%;
	animation: float 6s ease-in-out infinite 0.5s;
	z-index: 5;
}

.Solide5BgCricleLeft {
	position: absolute;
	max-width: 305px;
	min-width: 60px;
	/* width: 8%;
	min-width: 60px; */
	max-height: 305px;
	min-height: 60px;
	top: 27%;
	right: 30%;
	animation: float 6s ease-in-out infinite 0.5s;
	z-index: 1;
}

.Solide5BgCricleOnWorld {

	position: absolute;
	max-width: 234.58px;
	min-width: 60px;
	max-height: 235.36px;
	min-height: 60px;
	top: 31%;
	left: 7%;
	animation: float 6s ease-in-out infinite 0.5s;
	z-index: 1;
}

.Solide3iconTwo {
	position: absolute;
	max-width: 174.47px;
	min-width: auto;
	max-height: 174.47px;
	min-height: auto;
	bottom: 15%;
	right: 1%;
	animation: float 7s ease-in-out infinite 1s;
	z-index: 5;
}

.Solide5PhoneIcon {
	position: absolute;
	max-width: 90.36px;
	min-width: auto;
	max-height: 110.01px;
	min-height: auto;
	top: 28%;
	right: 12%;
	animation: float 7s ease-in-out infinite 1s;
	z-index: 5;
}

.iconThreeLeft {
	position: absolute;
	width: 305px;
	min-width: 120px;
	bottom: 45%;
	right: 84.5%;
	opacity: 0.8;
	max-width: 305px;
	animation: float 7s ease-in-out infinite 1s;
}

.iconThreeRight {
	position: absolute;
	width: 305px;
	width: 234.58px;
	min-width: 120px;
	bottom: 45%;
	right: 76.5%;
	opacity: 0.8;
	max-width: 305px;
	animation: float 7s ease-in-out infinite 1s;
}

.iconFourTop {
	position: absolute;
	max-width: 215px;
	max-height: 29px;
	min-width: auto;
	min-height: auto;
	top: 3%;
	left: 47%;
	opacity: 0.8;

}

.Solide5IconLeftTop {
	position: fixed;
	top: 13%;
	left: 4%;
	max-width: 215px;
	max-height: 29px;
	min-width: auto;
	min-height: auto;

	opacity: 0.8;
}

.iconFourCenter {
	position: absolute;
	max-width: 215px;
	max-height: 29px;
	min-width: auto;
	min-height: auto;
	top: 31%;
	left: 28%;
	opacity: 0.8;

}

.Solide5IconCenterTop {
	position: fixed;
	max-width: 215px;
	max-height: 29px;
	min-width: auto;
	min-height: auto;
	top: 32%;
	left: 32%;
	opacity: 0.8;
}

.iconFourEnd {
	position: absolute;
	max-width: 201px;
	max-height: 17px;
	min-width: auto;
	min-height: auto;
	top: 59%;
	left: 17%;
	opacity: 0.8;
}

.Solide5IconCenterEnd {
	position: fixed;
	max-width: 201px;
	max-height: 17px;
	min-width: auto;
	min-height: auto;
	top: 36%;
	left: 37%;
	opacity: 0.8;
	/* border: solid 1px red; */
}

.iconOne {
	/* width: 8%;
	min-width: 60px;
	top: 20%;
	left: -10%; */
	animation: float 6s ease-in-out infinite 0.5s;
	max-width: 79.47px;
	max-height: 79.47px;
	min-width: auto;
	min-width: auto;
	position: absolute;
	top: 26%;
	left: 1.5%;
	transform: translate(0, -50%);
	z-index: 5;

}

.Solide4PhoneLeftIcon {
	width: 8%;
	max-width: 54.69px;
	min-width: 20px;
	top: 22%;
	left: -5%;
	animation: float 6s ease-in-out infinite 0.5s;
}

.iconTwo {
	z-index: 5;
	max-width: 36.78;
	min-width: auto;
	max-height: 49.92px;
	min-width: auto;
	top: 19%;
	right: 55%;
	animation: float 7s ease-in-out infinite 1s;
}

.Solide4PhoneRightIcon {
	width: 5%;
	max-width: 79.38px;
	min-width: 30px;
	bottom: 10%;
	left: 23%;
	animation: float 7s ease-in-out infinite 1s;
}

.iconThree {
	bottom: 90%;
	left: 65%;
	opacity: 0.8;

}

.Solide4MinCricle {
	top: 7%;
	left: 35%;
	opacity: 0.8;
	animation: float 7s ease-in-out infinite 1s;
}

.iconFour {
	/* width: 219px;
	height: 29px;
	position: absolute;
	top: 70%;
	right: 5%; */
	width: 15%;
	min-width: 120px;
	bottom: 43%;
	right: 7%;
	opacity: 0.8;
}

.Solide4MaxCricle {
	top: 25%;
	right: 23%;
	opacity: 0.8;
	animation: float 7s ease-in-out infinite 1s;
}

.iconFive {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 1000;

}

.Solide4CricleEnd {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 1000;
	animation: float 7s ease-in-out infinite 1s;
}

.Solide5RightEndBg {
	max-width: 300px;
	max-height: 228px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 1000;
	animation: float 7s ease-in-out infinite 1s;
}

.iconSix {
	top: 10%;
	right: -21%;
	opacity: 0.8;
	animation: float 7s ease-in-out infinite 1s;
	z-index: 1000;
	/* border: solid 1px red;*/
}

.Solide4IconTopOne {
	top: 5%;
	right: 0%;
	opacity: 0.8;
	/* animation: float 7s ease-in-out infinite 1s; */
	z-index: 1000;
}

.iconSeven {
	bottom: 40%;
	right: 4%;
	opacity: 0.8;
	z-index: 1000;
	/* border: solid 1px red; */
}

.Solide4IconTopTwo {
	top: 10%;
	right: 0%;
	opacity: 0.8;
	z-index: 1000;
}

.Solide4IconCenterOneTop {
	top: 32%;
	right: 4%;
	opacity: 0.8;
	z-index: 1000;
}

.Solide4IconCenterOneEnd {
	top: 37%;
	right: 2%;
	opacity: 0.8;
	z-index: 1000;
}

.iconFiveTwoTop {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;

}

.iconFiveTwoLeftEnd {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1000;
}

.content-area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 14.5%;
	z-index: 10;
}

.content-areatwo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 14.5%;
	z-index: 10;
}

.content-areaFour {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 46% 10.5%;
	z-index: 10;
}

.content-areaThree {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 14.5%;
	z-index: 10;
}


.title {
	font-size: clamp(2.5rem, 4vw, 4rem);
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 1.5rem;
	color: #2d3748;
}

.title span.you-bg {
	position: relative;
	display: inline-block;
	z-index: 1;
}

.title span.you-bg::after {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 59%;
	width: 8.25rem;
	height: 3.5rem;
	background-image: url(../images/tupian1Bg.png);
	background-size: 100% 100%;
	z-index: -1;
	opacity: 0.7;

}

.Solide4title {
	font-size: clamp(2.5rem, 4vw, 4rem);
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 1.5rem;
	color: #2d3748;
}

.Solide4title span.you-bg {
	position: relative;
	display: inline-block;
	z-index: 1;
}

.Solide4title span.you-bg::after {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 20%;
	width: 9.25rem;
	height: 4rem;
	background-image: url(../images/tupian3Bg.png);
	background-size: 100% 100%;
	z-index: -1;
	opacity: 0.7;

}

.info {
	font-size: clamp(1.2rem, 1.8vw, 1.8rem);
	font-weight: 500;
	color: #4a5568;
	margin-bottom: 2.5rem;
	max-width: 100%;
}

.btnOne {
	display: inline-flex;
	align-items: center;
	/* 垂直居中 */
	justify-content: center;
	/* 水平居中 */
	background: linear-gradient(90deg, #4f46e5, #7c3aed);
	color: white;
	padding: 0.9rem 2.2rem;
	/* 内边距保持比例 */
	border-radius: 50px;
	font-weight: 700;
	font-size: clamp(0.9rem, 1.5vw, 1.1rem);
	/* 自适应字体大小 */
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 5px 15px rgba(79, 70, 229, 0.3);
	max-width: 240px;
	min-width: 150px;
	/* 最小宽度防止过小 */
	width: 100%;
	text-align: center;
	box-sizing: border-box;

}

.btnOne p {
	margin-right: 0;
}

.btnOne:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(79, 70, 229, 0.4);
}

.btnOne:active {
	transform: translateY(1px);
}

.titleLeft {
	font-size: clamp(2.5rem, 4vw, 4rem);
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 1.5rem;
	color: #2d3748;
}

.titleLeft span.you-bg {
	position: relative;
	display: inline-block;
	z-index: 1;
}

.titleLeft span.you-bg::after {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 75%;
	width: 9.25rem;
	height: 3.75rem;
	background-image: url(../images/tupian2Bg.png);
	background-size: 100% 100%;
	z-index: -1;
	opacity: 0.7;
}

.titleLeftTwo {
	font-size: clamp(2.5rem, 4vw, 4rem);
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 1.5rem;
	color: #2d3748;
	width: 360px;
}

.titleLeftTwo span.you-bg {
	position: relative;
	display: inline-block;
	z-index: 1;
}

.titleLeftTwo span.you-bg::after {
	content: "";
	position: absolute;
	bottom: 3px;
	left: 15%;
	width: 9.25rem;
	height: 3.75rem;
	background-image: url(../images/tupian4Bg.png);
	background-size: 100% 100%;
	z-index: -1;
	opacity: 0.7;
}


.infoLeft {
	font-size: clamp(1.2rem, 1.8vw, 1.8rem);
	font-weight: 500;
	color: #4a5568;
	margin-bottom: 2.5rem;
	max-width: 100%;
}

.infoLeftTwo {
	font-size: clamp(1.2rem, 1.8vw, 1.8rem);
	font-weight: 500;
	color: #4a5568;
	margin-bottom: 2.5rem;
	max-width: 100%;
}

.btnTwo {
	display: inline-flex;
	align-items: center;
	/* 垂直居中 */
	justify-content: center;
	/* 水平居中 */
	background: linear-gradient(90deg, #4f46e5, #7c3aed);
	color: white;
	padding: 0.9rem 2.2rem;
	/* 内边距保持比例 */
	border-radius: 50px;
	font-weight: 700;
	font-size: clamp(0.9rem, 1.5vw, 1.1rem);
	/* 自适应字体大小 */
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 5px 15px rgba(79, 70, 229, 0.3);
	max-width: 240px;
	min-width: 150px;
	/* 最小宽度防止过小 */
	width: 100%;
	/* 宽度自适应 */
	text-align: center;
	/* 文字居中 */
	box-sizing: border-box;
}

.btnTwo p {
	margin-right: 0;
}

.btnTwo:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(79, 70, 229, 0.4);
}

.btnTwo:active {
	transform: translateY(1px);
}

.Solide5btnTwo {
	display: inline-flex;
	align-items: center;
	/* 垂直居中 */
	justify-content: center;
	/* 水平居中 */
	background: linear-gradient(90deg, #4f46e5, #7c3aed);
	color: white;
	padding: 0.9rem 2.2rem;
	/* 内边距保持比例 */
	border-radius: 50px;
	font-weight: 700;
	font-size: clamp(0.9rem, 1.5vw, 1.1rem);
	/* 自适应字体大小 */
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 5px 15px rgba(79, 70, 229, 0.3);
	max-width: 240px;
	min-width: 150px;
	/* 最小宽度防止过小 */
	width: 100%;
	/* 宽度自适应 */
	text-align: center;
	/* 文字居中 */
	box-sizing: border-box;
	/* 包含内边距 */
}

.Solide5btnTwo p {
	margin-right: 0rem;
}

.Solide5btnTwo:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(79, 70, 229, 0.4);
}

.Solide5btnTwo:active {
	transform: translateY(1px);
}


/* 动画效果 */
@keyframes float {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-15px);
	}

	100% {
		transform: translateY(0px);
	}
}

/* 新增优化样式 */
.phones-container img,
.phones-containerThree img {
	image-rendering: -webkit-optimize-contrast;
	/* 提高Chrome渲染质量 */
	image-rendering: crisp-edges;
	/* 标准抗锯齿处理 */
	backface-visibility: hidden;
	/* 防止旋转时出现锯齿 */
	-webkit-backface-visibility: hidden;
	/* Safari支持 */
	transform-style: preserve-3d;
	/* 启用3D渲染 */
}

.phone,
.phoneTwo,
.Solide4phone,
.phoneSolide3One,
.Solide5Phone {
	transition: transform 0.4s ease, filter 0.4s ease;
	filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15));
	/* 更柔和的阴影 */
}

.phone:hover,
.phoneTwo:hover,
.Solide4phone:hover,
.phoneSolide3One:hover,
.Solide5Phone:hover {
	transform: rotate(-5deg) translateY(-10px) translateZ(0);
	/* 添加translateZ触发GPU加速 */
	filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.2)) brightness(1.02);
	/* 轻微提亮 */
}

/* 为手机图片添加高分辨率备用源 */
.phone-high-res {
	display: none;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

	/* 在高分辨率设备上使用高清图 */
	.phone-low-res {
		display: none;
	}

	.phone-high-res {
		display: block;
	}
}

.bottom {
	width: 100%;
	height: 200px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 25;
	background-color: #333;
}

.FAQs {
	width: 800px;
	height: 33px;
	font-weight: 800;
	font-size: 28px;
	color: #FFFFFF;
	line-height: 33px;
	letter-spacing: 1px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	position: absolute;
	bottom: 130px;
	left: 50%;
	transform: translate(-50%, 0);
}

.brief {
	width: 1300px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translate(-50%, 0);
}

.brief li {
	height: 24px;
	padding-left: 5%;
	box-sizing: border-box;
	position: relative;
	transform: none !important;
}

.brief li>span {
	font-weight: 600;
	color: #FFFFFF;
	line-height: 21px;
	letter-spacing: 1px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	height: 20px;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	display: block;
	transform: translateZ(0);
	transition: transform 0.3s linear infinite;
}

.brief li:nth-child(2)::before {
	content: "";
	position: absolute;
	left: 0;
	top: 15%;
	bottom: 15%;
	width: 1px;
	background: #fff;
	border-radius: 2px;
}

.brief li:nth-child(3)::before {
	content: "";
	position: absolute;
	left: 0;
	top: 15%;
	bottom: 15%;
	width: 1px;
	background: #fff;
	border-radius: 2px;
}

.brief li:nth-child(4)::before {
	content: "";
	position: absolute;
	left: 0;
	top: 15%;
	bottom: 15%;
	width: 1px;
	background: #fff;
	border-radius: 2px;
}

.brief li:hover span {
	transform: scale(1.05);
}

.brief li:nth-child(1) {
	width: 280px;
	padding-left: 0;
}

.brief li:nth-child(2) {
	width: 280px;
}

.brief li:nth-child(3) {
	width: 280px;
}

.brief li:nth-child(4) {
	width: 280px;
}

.thin-line {
	width: 100%;
	height: 1px;
	background: #fff;
	transform: scaleY(0.5);
	transform-origin: 0 0;
	position: absolute;
	bottom: 60px;
}

.privacy {
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.privacy li {
	width: 320px;
	height: 60px;
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 60px;
	text-align: right;
	font-style: normal;
	text-transform: none;
	box-sizing: border-box;
}

.privacy li a {
	height: 60px;
	line-height: 60px;
}


/* .phone {
	position: absolute;
	top: 71%;
	left: 14%;
	transform: translate(0, -50%);
	z-index: 10;
	width: 30vw;
	max-width: 800px;
	aspect-ratio: 9/16;
} */

/* .slicBg {
	position: absolute;
	width: 683px;
	height: 684px;
	top: 50%;
	left: 50%;
	transform: translate(0, -50%);
	z-index: 10;
} */

.phoneThree {
	position: absolute;
	top: 50%;
	left: 14%;
	transform: translate(0, -50%);
	z-index: 10;
	width: 40vw;
	/* height: 719.76px; */
	/* 使用视口单位 */
	max-width: 432.71px;
	/* 最大尺寸限制 */
	aspect-ratio: 9/16;
}

.phoneFour {
	position: absolute;
	top: 50%;
	left: 64%;
	transform: translate(0, -50%);
	z-index: 10;
	width: 30vw;
	/* 使用视口单位 */
	max-width: 334px;
	max-height: 722px;
	/* 最大尺寸限制 */
	aspect-ratio: 9/16;
}

.phoneFour img {
	width: 100%;
	/* 图片填充容器 */
	height: auto;
	/* 保持比例 */
	display: block;
}

.btnThree img {
	width: 100%;
	/* 图片填充容器 */
	height: auto;
	/* 保持比例 */
	display: block;
}

/* .phone img {
	width: 100%;
	height: auto;

	display: block;
} */

.phoneThree img {
	width: 100%;
	/* 图片填充容器 */
	height: auto;
	/* 保持比例 */
	display: block;
}

.slicBg {
	position: absolute;

	top: 60%;
	left: 50%;
	transform: translate(0, -50%);
	z-index: 10;
	width: 30vw;
	max-width: 683px;
	max-height: 684px;
	aspect-ratio: 9/16;
}

.slicBg img:first-child {
	width: 100%;
	height: auto;
	position: absolute;
	width: 30vw;
	max-width: 683.95px;
	max-height: 685.99px;
	aspect-ratio: 9/16;
	z-index: 1;


}

.slicBg img.yemian {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	/* 上层 */
	opacity: 1;
}

.phone .yemian {
	/* width: 303px;
	height: 653px; */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) translateY(300px);
	transition: transform 0.4s linear infinite;
	opacity: 0;
}

.phone .yemian.active {
	transform: translate(-50%, -50%) translateY(0);
	opacity: 1;
}

.content {
	/* display: flex;
	flex-direction: column; */
	align-items: flex-start;
	/* width: 661px;
	height: 150px; */
	position: fixed;
	top: 42%;
	right: 12%;
	/* transform: translate(0, -50%); */
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	/* align-items: flex-end; */
	margin-top: -22px;
	/* transform: translateY(200px);
	transition: transform 0.8s linear infinite;
	opacity: 0; */
}


.content.active {
	opacity: 1;
	transform: translateY(0);
	position: fixed;
	top: 43%;
	/* 距离视口顶部的距离 */
	left: 52.5%;
	/* 距离视口左侧的距离 */

}


/* .real {
	width: 593px;
	height: 191px;
	font-family: SF Pro Display, SF Pro Display;
	font-weight: 900;
	font-size: clamp(1.25rem, -0.114rem + 6.82vw, 5rem);
	color: #0A0809;
	letter-spacing: 1px;
	text-align: left;
	font-style: normal;
	text-transform: none;
} */

/* .title p {
	width: 589px;
	height: 95px;
	font-weight: 900;
	font-size: clamp(1.25rem, -0.114rem + 6.82vw, 5rem);
	color: #0A0809;
	line-height: 72px;
	letter-spacing: 1px;
	text-align: left;
	font-style: normal;
	text-transform: none;
} */



.infotupian3 p {
	width: 634px;
	height: 48px;
	font-family: SF Pro Display, SF Pro Display;
	font-weight: 500;
	font-size: clamp(0.625rem, -0.057rem + 3.41vw, 2.5rem);
	color: #0A0809;
	text-align: left;
	font-style: normal;
	text-transform: none;

}

.contentLeft {
	align-items: flex-start;
	/* 保持左对齐 */
	position: absolute;
	top: 37%;
	left: 16%;
	display: flex;
	flex-direction: column;
	/* 垂直排列 */
	/* gap: 20px; */
	/* 控制标题、图片、描述之间的间距 */
	margin-top: 65px;
}

.contentLeftTwo {
	align-items: flex-start;
	/* 保持左对齐 */
	position: absolute;
	top: 43%;
	left: 15%;
	display: flex;
	flex-direction: column;
	/* 垂直排列 */
	gap: 20px;

	margin-top: -22px;
}

/* .titleLeftTwo {
	
	font-family: SF Pro Display, SF Pro Display;
	font-weight: 900;
	font-size: clamp(1.25rem, -0.114rem + 6.82vw, 5rem);
	color: #0A0809;
	letter-spacing: 1px;
	text-align: left;
	font-style: normal;
	text-transform: none;

} */

/* .infoLeftTwo p {
	
	font-family: SF Pro Display, SF Pro Display;
	font-weight: 500;
	font-size: clamp(0.625rem, -0.057rem + 3.41vw, 2.5rem);
	color: #0A0809;
	text-align: left;
	font-style: normal;
	text-transform: none;
} */

/* .titleLeft {
	width: 593px;
	
	font-family: SF Pro Display, SF Pro Display;
	font-weight: 900;
	font-size: clamp(0.625rem, -0.966rem + 7.95vw, 5rem);
	color: #0A0809;
	letter-spacing: 1px;
	text-align: left;
	font-style: normal;
	text-transform: none;

} */

/* .title .you-bg {
	position: relative;
	display: inline-block;
	z-index: 13;
} */

/* .title .you-bgTwo {
	position: relative;
	display: inline-block;
	z-index: 13;
} */

/* .title .you-bgTwo::before {
	content: '';
	position: absolute;
	top: 60%;
	left: 88%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-image: url('../images/tupian3Bg.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
} */

/* .title .you-bg::before {
	content: '';
	position: absolute;
	top: 60%;
	left: 88%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-image: url('../images/tupian1Bg.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
} */

/* .titleLeft .you-bg {
	position: relative;
	display: inline-block;
	z-index: 13;
} */

/* .titleLeftTwo .you-bg {
	position: relative;
	display: inline-block;
	z-index: 13;
} */

/* .titleLeftTwo .you-bg::before {
	content: '';
	position: absolute;
	top: 60%;
	left: 88%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-image: url('../images/tupian4Bg.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
} */

/* .titleLeft .you-bg::before {
	content: '';
	position: absolute;
	top: 60%;
	left: 88%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-image: url('../images/tupian2Bg.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
} */

/* .infoLeft p {
	width: 589px;
	font-family: SF Pro Display, SF Pro Display;
	font-weight: 500;
	font-size: clamp(0.625rem, -0.057rem + 3.41vw, 2.5rem);
	color: #0A0809;
	text-align: left;
	font-style: normal;
	text-transform: none;
} */

.btnFour {
	width: 15vw;
	height: 4vh;
	background: #68D464;
	border-radius: 99px 99px 99px 99px;
	display: flex;
	align-items: center;
}

.btnFour p {
	width: 199px;
	font-family: SF Pro Display, SF Pro Display;
	font-weight: 800;
	font-size: clamp(0.125rem, -0.375rem + 2.5vw, 1.5rem);
	color: #FFFFFF;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-left: 10%;
}

/* .btnTwo {
	margin-top: 5%;
	width: 16vw;
	height: 4vh;
	background: #FF4574;
	border-radius: 99px;
	display: flex;

} */

/* .btnTwo p {
	width: 199px;
	
	font-family: SF Pro Display;
	font-weight: 800;
	font-size: clamp(0.313rem, -0.119rem + 2.16vw, 1.5rem);
	color: #FFFFFF;
	text-align: left;
	margin-left: 10%;
	letter-spacing: 1px;
} */

.btnThree {
	margin-top: 5%;
	width: 15vw;
	height: 4vh;
	background: #00E0FF;
	border-radius: 99px 99px 99px 99px;
	display: flex;
	align-items: center;
}

/* .btnThree p {
	width: 199px;
	font-family: SF Pro Display;
	font-weight: 800;
	font-size: clamp(0.125rem, -0.375rem + 2.5vw, 1.5rem);
	color: #FFFFFF;
	text-align: left;
	margin-left: 10%;
	letter-spacing: 1px;
}

.btnOne {
	position: relative;
	margin-top: 5%;
	width: 15vw;
	height: 4vh;
	background: #2F63F3;
	border-radius: 99px 99px 99px 99px;
	display: flex;
	align-items: center;
} */

.arrow-icon {
	width: 30px;
	/* 调整箭头大小 */
	height: 30px;
	margin-left: 10px;
	/* 文字和箭头间距 */
	/* transition: transform 0.3s ease; */
	/* 添加悬停动画 */
}



/* .btnOne p {

	width: 199px;
	height: 29px;
	font-family: SF Pro Display, SF Pro Display;
	font-weight: 800;
	font-size: clamp(0.125rem, -0.375rem + 2.5vw, 1.5rem);
	color: #FFFFFF;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-left: 10%;
	line-height: 24px;
	letter-spacing: 1px;

} */



/* 轮播图3 */
/* .slide3 .content {
	width: 722px;
}

.slide3 .title {
	width: 722px;
	height: 74px;
}

.slide3 .title p {
	width: 720px;
	height: 91px;
	font-weight: 900;
	font-size: clamp(0.625rem, -0.602rem + 6.14vw, 4rem);
	color: #FFFFFF;
	line-height: 75px;
}

.slide3 .info {
	width: 590px;
	height: 55px;
}

.slide3 .info p {
	width: 592px;
	height: 49px;
	font-weight: bold;
	font-size: 48px;
	line-height: 56px;
} */

/* 轮播图4 */
.slide4 .content {
	width: 45.625rem;
	position: fixed;
	top: 34%;
	/* 距离视口顶部的距离 */
	left: 58%;
	/* 距离视口左侧的距离 */
	/* width: 200px; */
	/* 宽度 */

	/* 阴影效果 */
}

/* .slide4 .title {
	width: 730px;
	height: 74px;
} */

/* .slide4 .title p {
	width: 730px;
	height: 91px;
	font-weight: 900;
	font-size: clamp(0.625rem, -0.466rem + 5.45vw, 3.625rem);
	line-height: 75px;
} */
/* 
.slide4 .info {
	width: 660px;
	height: 55px;
} */

/* .slide4 .info p {
	width: 660px;
	height: 49px;
	font-weight: bold;
	font-size: clamp(0.625rem, -0.011rem + 3.18vw, 2.375rem);
	line-height: 56px;
} */

/* 轮播图5 */
.slide5 .content {
	width: 518px;
}

.slide5 .title {
	width: 500px;
	height: 74px;
}

.slide5 .title p {
	width: 500px;
	height: 80px;
	font-weight: 900;
	font-size: 64px;
	line-height: 75px;
}

.slide5 .info {
	width: 518px;
	height: 55px;
}

.slide5 .info p {
	width: 518px;
	height: 49px;
	font-weight: bold;
	font-size: 40px;
	line-height: 47px;
}

/* 轮播图6 */
.slide6 .phone {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) translateY(400px);
	width: 610px;
	height: 600px;
	z-index: 21;
	transition: transform 0.4s linear infinite;
}

.slide6 .phone.active {
	transform: translate(-50%, -50%) translateY(0);
}

.slide6 .phone img {
	width: 100%;
	height: 100%;
}

.slide6 .hover {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom,
			rgba(255, 255, 255, 0.3),
			rgba(0, 0, 0, 1));

	min-height: 100vh;
	backdrop-filter: blur(5px);
	z-index: 20;
}


.log-hover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(2, 2, 2, 0.38);
	display: none;
	z-index: 22;
}

.log {
	max-width: 1300px;
	min-width: 400px;
	max-height: 730px;
	min-height: 230;
	background: #FFFFFF;
	border-radius: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 30;
	display: none;
}

.none {
	display: block;
}

.log .title {
	width: 100%;
	height: 100px;
	line-height: 100px;
	border-bottom: 1px solid #c0c0c0;
	text-align: center;
	background-color: #fff;
	font-weight: 700;
	font-size: clamp(1rem, 0.636rem + 1.82vw, 2rem);
	color: #333333;
	letter-spacing: 1px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	border-radius: 24px 24px 0 0;
}

.log .introduce {
	padding: 80px 100px;
	color: #333333;
	font-size: clamp(0.75rem, 0.477rem + 1.36vw, 1.5rem);
	font-weight: 400;
	line-height: 40px;
}

.log .introduce p:nth-child(1) {
	font-size: clamp(1rem, 0.636rem + 1.82vw, 2rem);
	line-height: 36px;
	font-weight: bolder;
	margin-bottom: 40px;
}

.log .introduce span {
	opacity: 0;
}

@media (width<1495px) and (width>1200px) {
	.phoneOld img:nth-child(1) {
		top: 65%;
	}

	.slide-bg {
		position: absolute;
		width: 100%;
		height: 100%;
		/* min-height: 1680px; */
		background-size: 100% 100%;
		background-position: center top;
		background-repeat: repeat-y;
	}

	.slide-bg:nth-child(1) {
		top: 0;
	}

	.slide-bg:nth-child(2) {
		top: 100%;
	}

	@keyframes scrollUp {
		0% {
			transform: translateY(0);
		}

		100% {
			transform: translateY(-100%);
		}
	}

	.biaoti-wrap {
		width: 1216px;
		height: 139px;
	}

	.biaoti-beijing {
		position: absolute;
		width: 1035px;
		height: 124px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.biaoti {
		position: absolute;
		width: 1150px;
		height: 100px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.xingxing1 {
		left: 38px;
	}

	.xingxing2 {
		left: 155px;
	}

	.top {
		height: 50px;
	}

	.logo {
		position: fixed;
		top: 5px;
		left: 10%;
		width: 146px;
		height: 40px;
	}

	.logo img {
		width: 146px;
		height: 40px;
	}

	.tab {
		position: fixed;
		top: 5px;
		left: 50%;
		transform: translate(-50%, 0);
		height: 40px;
	}

	.tab li {
		font-size: 18px;
	}

	/* .phone {
		width: 304px;
		height: 620px;
		margin-left: -20px;
	}

	.phone img:nth-child(1) {
		width: 304px;
		height: 620px;
	}

	.phone img:nth-child(2) {
		width: 270px;
		height: 590px;
	} */

	.content {
		width: 430px;
		height: 110px;
		margin-top: -22px;
		transform: translateY(200px);
		opacity: 0;
		transition: transform 0.8s linear infinite;
	}

	.content.active {
		opacity: 1;
		transform: translateY(-50%);
	}




	/* 轮播图3 */
	.slide3 .content {
		width: 440px;
	}

	.slide3 .title {
		width: 440px;
		height: 45px;
	}

	.slide3 .title p {
		width: 440px;
		height: 45px;
		font-size: 38px;
		line-height: 45px;
	}

	.slide3 .info {
		width: 400px;
		height: 40px;
	}

	.slide3 .info p {
		width: 400px;
		height: 40px;
		font-size: 32px;
		line-height: 40px;
	}

	/* 轮播图4 */
	/* .slide4 .content {
		width: 480px;
	}

	.slide4 .title {
		width: 480px;
		height: 45px;
	}

	.slide4 .title p {
		width: 480px;
		height: 45px;
		font-size: 38px;
		line-height: 45px;
	}

	.slide4 .info {
		width: 470px;
		height: 40px;
	}

	.slide4 .info p {
		width: 470px;
		height: 40px;
		font-size: 26px;
		line-height: 40px;
	} */

	/* 轮播图5 */
	.slide5 .content {
		width: 350px;
	}

	.slide5 .title {
		width: 350px;
		height: 50px;
	}

	.slide5 .title p {
		width: 350px;
		height: 50px;
		font-size: 44px;
		line-height: 50px;
	}

	.slide5 .info {
		width: 350px;
		height: 40px;
	}

	.slide5 .info p {
		width: 350px;
		height: 40px;
		font-size: 26px;
		line-height: 40px;
	}

	/* 轮播图6 */
	.slide6 .phone {
		width: 505px;
		height: 500px;
	}

	.slide6 .phone img {
		width: 100%;
		height: 100%;
	}

	.bottom {
		width: 100%;
		height: 150px;
	}

	.FAQs {
		width: 800px;
		font-size: 24px;
		bottom: 80px;
	}

	.brief {
		width: 80%;
		height: 40px;
		bottom: 40px;
	}

	.brief li {
		height: 20px;
		font-size: 16px;
		line-height: 20px;
		width: 280px;
		position: relative;
		border: none;
		transform: none !important;
	}

	.brief li:nth-child(2)::before {
		content: "";
		position: absolute;
		left: 0;
		top: 15%;
		bottom: 15%;
		width: 1px;
		background: #fff;
		border-radius: 2px;
	}

	.brief li:nth-child(3)::before {
		content: "";
		position: absolute;
		left: 0;
		top: 15%;
		bottom: 15%;
		width: 1px;
		background: #fff;
		border-radius: 2px;
	}

	.brief li:nth-child(4)::before {
		content: "";
		position: absolute;
		left: 0;
		top: 15%;
		bottom: 15%;
		width: 1px;
		background: #fff;
		border-radius: 2px;
	}

	.brief li>span {
		height: 20px;
		font-size: 16px;
		line-height: 20px;
		text-align: left;
		display: block;
		transform: translateZ(0);
		/* GPU 加速 */
		transition: transform 0.3s linear infinite;
	}

	.brief li:hover span {
		transform: scale(1.05);
	}

	.brief li:nth-child(1) {
		width: 300px;
		padding-left: 0;
	}

	.brief li:nth-child(1) span {
		width: 300px;
	}

	.brief li:nth-child(2) {
		padding-left: 50px;
		width: 283px;
	}

	.brief li:nth-child(3) {
		width: 283px;
		padding-left: 62px;
	}

	.brief li:nth-child(4) {
		padding-left: 50px;
	}

	.thin-line {
		bottom: 40px;
	}

	.privacy {
		width: 100%;
		height: 40px;
		padding: 0 0;
	}

	.privacy li {
		/* width: 320px; */
		height: 40px;
		font-size: 11px;
		/* line-height: 40px; */
	}

	.privacy li a {
		height: 40px;
		/* line-height: 40px; */
	}

	.log {
		width: 1050px;
		height: 600px;
	}

	.log .title {
		width: 100%;
		height: 80px;
		line-height: 80px;
		font-size: 25px;
	}

	.log .introduce {
		padding: 60px 100px;
		font-size: 20px;
	}

	.log .introduce p:nth-child(1) {
		font-size: 32px;
	}


	.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,
	.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
		width: 18px;
		height: 18px;
		background-color: transparent;
		border: 3px solid #FFFFFF !important;
		opacity: 1;
		margin-top: -12px;
		position: relative;
		overflow: hidden;
		clip-path: polygon(0 0,
				50% 25%,
				100% 0,
				100% 100%,
				0 100%);
	}

	.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet:first-child,
	.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
		clip-path: none;
	}

	.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet-active {
		width: 18px;
		height: 18px;
		background-color: #FF6BCC;
	}

}

@media (width<1701px) and (width>1494px) {
	.phoneOld img:nth-child(1) {
		top: 62%;
	}

	.biaoti-wrap {
		width: 1280px;
		height: 139px;
		margin-top: -30px;
	}

	.slide-bg-container {
		position: absolute;
		width: 100%;
		height: 200%;
		/* min-height: 1800px; */
		animation: scrollUp 20s linear infinite;
	}

	.slide-bg {
		position: absolute;
		width: 100%;
		height: 100%;
		/* min-height: 1800px; */
		background-size: 100% 100%;
		background-position: center top;
		background-repeat: repeat-y;
	}

	.slide-bg:nth-child(1) {
		top: 0;
	}

	.slide-bg:nth-child(2) {
		top: 100%;
	}

	@keyframes scrollUp {
		0% {
			transform: translateY(0);
		}

		100% {
			transform: translateY(-100%);
		}
	}

	.biaoti-beijing {
		position: absolute;
		width: 1280px;
		height: 140px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.top {
		height: 65px;
	}

	.logo {
		width: 172px;
		height: 40px;
		top: 10px;
	}

	.logo img {
		width: 172px;
		height: 40px;
	}

	.top {
		height: 60px;
	}

	.tab {
		position: fixed;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
		height: 60px;
	}

	.tab li {
		font-size: 20px;
	}

	/* .phone {
		width: 368px;
		height: 500px;
	}

	.phone img:nth-child(1) {
		width: 266px;
		height: 500px;
	}

	.phone img:nth-child(2) {
		width: 237px;
		height: 488px;
	} */

	.content {
		width: 661px;
		height: 140px;
		margin-top: -22px;
		transform: translateY(200px);
		opacity: 0;
		transition: transform 0.8s linear infinite;
	}

	.content.active {
		opacity: 1;
		transform: translateY(-50%);
	}


	/* 轮播图3 */
	/* .slide3 .content {
		width: 580px;
	}

	.slide3 .title {
		width: 580px;
		height: 60px;
	}

	.slide3 .title p {
		width: 580px;
		height: 60px;
		font-size: 52px;
		line-height: 60px;
	}

	.slide3 .info {
		width: 540px;
		height: 50px;
	}

	.slide3 .info p {
		width: 540px;
		height: 50px;
		font-size: 42px;
		line-height: 50px;
	} */

	/* 轮播图4 */
	.slide4 .content {
		width: 660px;
	}

	/* .slide4 .title {
		width: 660px;
		height: 60px;
	} */

	/* .slide4 .title p {
		width: 660px;
		height: 60px;
		font-size: 52px;
		line-height: 60px;
	}

	.slide4 .info {
		width: 570px;
		height: 50px;
	}

	.slide4 .info p {
		width: 570px;
		height: 50px;
		font-size: 32px;
		line-height: 50px;
	} */

	/* 轮播图5 */
	.slide5 .content {
		width: 440px;
	}

	.slide5 .title {
		width: 440px;
		height: 65px;
	}

	.slide5 .title p {
		width: 440px;
		height: 65px;
		font-size: 58px;
		line-height: 65px;
	}

	.slide5 .info {
		width: 440px;
		height: 50px;
	}

	.slide5 .info p {
		width: 440px;
		height: 50px;
		font-size: 34px;
		line-height: 50px;
	}

	/* 轮播图6 */
	.slide6 .phone {
		width: 450px;
		height: 450px;
	}

	.slide6 .phone img {
		width: 100%;
		height: 100%;
	}

	.bottom {
		width: 100%;
		height: 170px;
	}

	.FAQs {
		bottom: 110px;
	}

	.brief {
		height: 50px;
		bottom: 50px;
	}

	.brief li {
		height: 20px;
		width: 280px;
		position: relative;
		border: none;
		transform: none !important;
	}

	.brief li>span {
		height: 20px;
		font-size: 18px;
		line-height: 20px;
		text-align: left;
		display: block;
		transform: translateZ(0);
		transition: transform 0.3s linear infinite;
	}

	.brief li:hover span {
		transform: scale(1.05);
	}

	.brief li:nth-child(1) {
		width: 300px;
		padding-left: 0;
	}

	.brief li:nth-child(1) span {
		width: 300px;
	}

	.brief li:nth-child(2) {
		padding-left: 50px;
		width: 283px;
	}

	.brief li:nth-child(3) {
		width: 283px;
		padding-left: 62px;
	}

	.brief li:nth-child(4) {
		padding-left: 50px;
	}

	.thin-line {
		bottom: 50px;
	}

	.privacy {
		height: 50px;
	}

	.log {
		width: 1100px;
		height: 600px;
	}

	.log .title {
		width: 100%;
		height: 80px;
		line-height: 80px;
		font-size: 28px;
	}

	.log .introduce {
		padding: 60px 75px;
		font-size: 21px;
	}

	.log .introduce p:nth-child(1) {
		font-size: 34px;
	}

	.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,
	.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
		width: 23px;
		height: 24px;
		background-color: transparent;
		border: 4px solid #FFFFFF !important;
		opacity: 1;
		margin-top: -13px;
		position: relative;
		overflow: hidden;
		clip-path: polygon(0 0,
				50% 25%,
				100% 0,
				100% 100%,
				0 100%);
	}

	.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet:first-child,
	.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
		clip-path: none;
	}

	.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet-active {
		width: 23px;
		height: 24px;
		background-color: #FF6BCC;
	}

}

@media(width<1920px) and (width>1700px) {
	.phoneOld img:nth-child(1) {
		top: 62%;
	}

	.biaoti-wrap {
		width: 1400px;
		height: 139px;
		z-index: 30;
		margin-top: -30px;
	}

	.biaoti-beijing {
		position: absolute;
		width: 1400px;
		height: 165px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	/* .phone {
		width: 350px;
		height: 650px;
		margin-left: -20px;
	}

	.phone img:nth-child(1) {
		width: 320px;
		height: 650px;
	}

	.phone img:nth-child(2) {
		width: 290px;
		height: 623px;
	} */

	.content {
		width: 640px;
		height: 140px;
		margin-top: -22px;
		transform: translateY(200px);
		opacity: 0;
		transition: transform 0.8s linear infinite;
	}

	.content.active {
		opacity: 1;
		transform: translateY(-50%);
	}



	/* 轮播图3 */
	/* .slide3 .content {
		width: 630px;
	}

	.slide3 .title {
		width: 630px;
		height: 65px;
	}

	.slide3 .title p {
		width: 630px;
		height: 65px;
		font-size: 56px;
		line-height: 65px;
	}

	.slide3 .info {
		width: 560px;
		height: 55px;
	}

	.slide3 .info p {
		width: 560px;
		height: 55px;
		font-size: 46px;
		line-height: 55px;
	} */

	/* 轮播图4 */
	/* .slide4 .content {
		width: 710px;
	}

	.slide4 .title {
		width: 710px;
		height: 65px;
	}

	.slide4 .title p {
		width: 710px;
		height: 65px;
		font-size: 56px;
		line-height: 65px;
	}

	.slide4 .info {
		width: 640px;
		height: 50px;
	}

	.slide4 .info p {
		width: 640px;
		height: 50px;
		font-size: 36px;
		line-height: 50px;
	} */

	/* 轮播图5 */
	.slide5 .content {
		width: 480px;
	}

	.slide5 .title {
		width: 480px;
		height: 70px;
	}

	.slide5 .title p {
		width: 480px;
		height: 70px;
		font-size: 62px;
		line-height: 70px;
	}

	.slide5 .info {
		width: 480px;
		height: 55px;
	}

	.slide5 .info p {
		width: 480px;
		height: 55px;
		font-size: 38px;
		line-height: 55px;
	}

	/* 轮播图6 */
	.slide6 .phone {
		width: 608px;
		height: 600px;
	}

	.slide6 .phone img {
		width: 100%;
		height: 100%;
	}

	.bottom {
		width: 100%;
		height: 180px;
	}

	.brief li {
		height: 20px;
		width: 280px;
		position: relative;
		transform: none !important;
	}

	.brief li>span {
		height: 20px;
		font-size: 18px;
		line-height: 20px;
		text-align: left;
		display: block;
		transform: translateZ(0);
		transition: transform 0.3s linear infinite;
	}

	.brief li:hover span {
		transform: scale(1.05);
	}

	.brief li:nth-child(1) {
		width: 300px;
		padding-left: 0;
	}

	.brief li:nth-child(2) {
		padding-left: 50px;
		width: 283px;
	}

	.brief li:nth-child(3) {
		width: 283px;
		padding-left: 62px;
	}

	.brief li:nth-child(4) {
		padding-left: 50px;
	}

	.log {
		width: 1200px;
		height: 630px;
	}

	.log .title {
		width: 100%;
		height: 90px;
		line-height: 90px;
		font-size: 29px;
	}

	.log .introduce {
		padding: 60px 100px;
		font-size: 22px;
	}

	.log .introduce p:nth-child(1) {
		font-size: 35px;
	}


	.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,
	.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
		width: 25px;
		height: 26px;
		background-color: transparent;
		border: 4px solid #FFFFFF !important;
		opacity: 1;
		margin-top: -12px;
		position: relative;
		overflow: hidden;
		clip-path: polygon(0 0,
				50% 25%,
				100% 0,
				100% 100%,
				0 100%);
	}

	.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet:first-child,
	.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
		clip-path: none;
	}

	.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet-active {
		width: 25px;
		height: 26px;
		background-color: #FF6BCC;
	}


}



@media (max-width: 1200px) {

	/* 弹窗 */
	.log {
		width: 70%;
	}

	.log .introduce {
		padding: 50px 10px;
	}

	.privacy li {
		font-size: 12px;
	}

	.brief {
		width: 85%;
	}

	.privacy {
		width: 110%;
	}

	/* 底部文字处理 */
	.brief li>span {
		font-size: 16px;
	}

	/* 首页处理 */
	.biaoti-beijing {
		position: absolute;
		width: 60%;
		height: 124px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.xingxing1 {
		left: 17%;
	}

	.xingxing2 {
		left: 23%;
	}

	.content-container {
		grid-template-columns: 55% 130%;
	}

	.content-area {
		padding-left: 11.5%;
	}

	.content-areaThree {
		padding-left: 11.5%;
	}

	.content-containerTwo {
		grid-template-columns: 55% 130%;
	}


	.content-areatwo {
		padding-left: 11.5%;
	}

	.bc {
		width: 75%;
		top: 3%;
		right: 30%;
	}

	.bcCricle {
		width: 30%;
		top: -2%;
		left: -1%;
	}

	.phone {
		width: 45%;
		left: 4%;
		top: 5%;

	}

	.phoneTwo {
		width: 40%;
		right: 22%;
		top: 18%;
	}

	.iconOne {
		top: 21%;
		left: -3%;
	}

	.iconTwo {
		top: 14%;
		left: 45%;
	}

	.iconThree {
		width: 13%;
		/* bottom: 46%; */
		top: 10%;
		left: 76%;
	}

	.iconFour {
		width: 10%;
		bottom: 47%;
		left: 90%;
	}

	.iconFive {
		width: 25%;
	}

	.iconSix {
		top: 10%;
		right: -10%;
		opacity: 0.8;
		/* z-index: 1000;
		border: solid 1px red; */
	}

	.iconSeven {
		width: 10%;
		bottom: 45%;
		right: -4%;
		opacity: 0.8;
		/* z-index: 1000;
		border: solid 1px red; */
	}

	.Solide3AllBg {
		width: 50%;
		right: 0%;
		top: 31%;
	}

	.phoneSolide3One {
		width: 20%;
		top: 36%;
		right: 80%;
	}

	.Solide3iconOne {
		width: 10%;
		top: 37%;
		left: 49.5%;
	}

	.Solide3iconTwo {
		width: 14%;
		right: 1%;
	}

	.iconFourTop {
		width: 16%;
		left: 48%;
		top: 22%;
	}

	.phoneSolide3Bg {
		width: 22%;
		top: 30%;
		left: 45%;
	}

	.iconThreeLeft {
		width: 20%;
		left: -5.5%;
	}

	.iconThreeRight {
		width: 18%;
		left: 6%;
	}

	.iconFiveTwoTop {
		width: 25%;
	}

	.iconFourCenter {
		top: 35%;
		width: 12%;
		/* right: 57%; */
		left: 30%;
	}

	.iconFourEnd {
		width: 12%;
		left: 17%;
		top: 56%;
	}

	.iconFiveTwoLeftEnd {
		width: 25%;
	}

	/* 第三张 */
	.Solide4bc {
		width: 50%;
		top: 13%;
		left: 0%;
	}

	.Solide4bcCricle {
		width: 25%;
		bottom: 22%;
		left: 18%;
	}

	.Solide4phone {
		width: 55%;
		left: 7%;
		top: 10%;
	}

	.Solide4PhoneLeftIcon {
		width: 8%;
		top: 22%;
		left: -2%;
	}

	.Solide4PhoneRightIcon {
		width: 5%;
		bottom: 20%;
		left: 28%;
	}

	.Solide4MinCricle {
		top: 10%;
		left: 40%;

	}

	.Solide4MaxCricle {
		width: 15%;
		top: 30%;
		right: 26%
	}

	.Solide4CricleEnd {
		width: 10%;
		right: 0;
		bottom: 0;
		z-index: 1000;
	}

	.Solide4IconTopOne {
		top: 5%;
		right: 0%;
		width: 15%;
	}

	.Solide4IconTopTwo {
		width: 15%;
		top: 8.5%;
		right: 0%;

	}

	.Solide4IconCenterOneTop {
		width: 15%;
		top: 35%;
		right: 7%;
	}

	.Solide4IconCenterOneEnd {
		width: 15%;
		top: 39%;
		right: 2%;
	}

	/* 第四张 */
	.content-areaFour {
		grid-template-columns: 55% 130%;
	}

	.content-areaFour {
		padding: 70% 10%;
	}

	.Solide5Bg {
		width: 50%;
		top: 23%;
	}

	.Solide5BgCricle {
		width: 25%;
		right: 6%;
	}

	.Solide5Phone {
		top: 27%;
		right: 38%;
		width: 50%;
	}

	.Solide5BgCricleLeft {
		width: 25%;
		top: 35%;
	}

	.Solide5PhoneIcon {
		width: 7%;
		top: 34%;
		right: 14.5%;
	}

	.Solide5RightEndBg {
		width: 20%;
	}

	.Solide5BgCricleOnWorld {
		width: 17%;
		top: 43%;
		left: 6%;
	}

	.Solide5IconLeftTop {
		width: 12%;
		left: 1%;
	}

	.Solide5IconCenterTop {
		width: 12%;
		left: 29%;
		top: 38%;
	}

	.Solide5IconCenterEnd {
		width: 12%;
		top: 41%;
		left: 33%;
	}
}

@media (max-width: 992px) {

	/* 弹窗 */
	.log {
		width: 60%;
	}

	.log .introduce {
		padding: 30px 10px;
	}

	.privacy li {
		font-size: 10px;
	}

	.brief {
		width: 100%;
	}

	.privacy {
		width: 120%;
	}

	/* 底部文字处理 */
	.brief li>span {
		font-size: 14px;
	}

	.biaoti-beijing {
		position: absolute;
		width: 50%;
		height: 124px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.xingxing1 {
		left: 20%;
	}

	.xingxing2 {
		left: 26%;
	}


	/* 处理顶部 */
	.tab {
		margin-left: 150px;
	}

	.content-container {
		grid-template-columns: 1fr;
		grid-template-rows: 75% 45%;
		width: 100%;
	}

	.content-containerThree {
		grid-template-columns: 1fr;
		grid-template-rows: 60% 53%;
		width: 100%;
	}

	.content-containerTwo {
		grid-template-columns: 1fr;
		grid-template-rows: 55% 45%;
		width: 100%;
	}

	.content-containerTwo>.graphics-area {
		order: 1;
	}

	.content-containerTwo>.content-areatwo {
		order: 2;
	}

	.content-containerFour {
		grid-template-columns: 1fr;
		grid-template-rows: 55% 45%;
		width: 100%;
	}

	.content-areaFour>.graphics-area {
		order: 1;
	}

	.content-containerFour>.content-areaFour {
		order: 2;
		padding: 40% 37%;
	}


	.graphics-area {
		height: 100%;
	}

	.content-area {
		padding-left: 42%;
	}

	.content-areaThree {
		padding-left: 38%;
	}

	.content-areatwo {
		padding-left: 37%;
		padding-top: 20%;
	}



	.info {
		max-width: 100%;
	}

	.bc {
		width: 56%;
		top: 3%;
		right: 14%;
	}

	.bcCricle {
		width: 25%;
		top: 0%;
		left: 30%;
	}

	.phone {
		width: 24%;
		left: 34%;

	}

	.phoneTwo {
		width: 20%;
		right: 28%;
		top: 25%;
	}

	.iconOne {
		width: 7%;
		top: 19%;
		left: 30%;

	}

	.iconTwo {
		top: 14%;
		left: 71%;
	}

	.iconThree {
		width: 10%;
		/* bottom: -34%; */
		left: 48%;
		top: 81%;
	}

	.iconFour {
		width: 10%;
		bottom: 0%;
		left: 48%;
	}

	.iconFive {
		width: 25%;
	}

	.iconSix {
		top: 10%;
		right: -5%;
		opacity: 0.8;
		/* z-index: 1000;
		border: solid 1px red; */
	}

	.iconSeven {
		width: 10%;
		bottom: -2%;
		right: 39%;
		opacity: 0.8;
		/* z-index: 1000;
		border: solid 1px red; */
	}

	.title span.you-bg::after {
		content: "";
		position: absolute;
		bottom: 1%;
		left: 47%;
		width: 7.25rem;
		height: 2.5rem;
		background-image: url(../images/tupian1Bg.png);
		background-size: 100% 100%;
		z-index: -1;
		opacity: 0.7;
	}

	.Solide3AllBg {
		width: 48%;
		right: 20%;
		top: 1%;
	}

	.phoneSolide3One {
		width: 26%;
		top: -7%;
		right: 37%;
	}

	.Solide3iconOne {
		width: 10%;
		top: 5%;
		left: 32%;
	}


	.Solide3iconTwo {
		width: 13%;
		right: 21%;
		bottom: 49%;
	}



	.phoneSolide3Bg {
		width: 23%;
		top: -2%;
		left: 27%;
	}

	.iconThreeLeft {
		width: 15%;
		left: 30%;
		bottom: 8%;
	}

	.iconThreeRight {
		width: 15%;
		left: 39%;
		bottom: 6%;
	}


	.iconFourTop {
		width: 12%;
		left: 4%;
		top: 0;
	}

	.iconFourCenter {
		top: 77%;
		width: 12%;
		/* right: 57%; */
		left: 55%;

	}

	.iconFourEnd {
		width: 12%;
		left: 47%;
		top: 96%;
	}

	.iconFiveTwoTop {
		width: 25%;
	}

	.iconFiveTwoLeftEnd {
		width: 25%;
	}

	.titleLeft span.you-bg::after {
		bottom: -10%;
		left: 71%;
		width: 7.25rem;
		height: 2.75rem;
	}

	/* 第三张 */
	.Solide4title span.you-bg::after {
		bottom: 3%;
		left: 14%;
		width: 6.25rem;
		height: 2.75rem;
	}

	.Solide4bc {
		width: 48%;
		top: 2%;
		left: 32%;
	}

	.Solide4bcCricle {
		width: 23%;
		bottom: 43%;
		left: 51%;
	}

	.Solide4phone {
		width: 26%;
		left: 37%;
		/* bottom: -45%; */
		top: revert-layer;
	}

	.Solide4PhoneLeftIcon {
		width: 8%;
		top: 12%;
		left: 31%;
	}

	.Solide4PhoneRightIcon {
		width: 8%;
		top: 12%;
		left: 31%;
	}

	.Solide4MinCricle {
		top: 2%;
		left: 68%;

	}

	.Solide4MaxCricle {
		width: 14%;
		top: 67%;
		right: 45%;
	}

	.Solide4CricleEnd {
		width: 10%;
		right: 0;
		bottom: 0;
		z-index: 1000;
	}

	.Solide4IconTopOne {
		top: 5%;
		right: 3%;
		width: 15%;
	}

	.Solide4IconTopTwo {
		width: 15%;
		top: 8.5%;
		right: 3%;

	}

	.Solide4IconCenterOneTop {
		width: 15%;
		top: 71%;
		right: 27%;
	}

	.Solide4IconCenterOneEnd {
		width: 15%;
		top: 75%;
		right: 24%;
	}

	/* 第四 */
	.Solide5Bg {
		width: 50%;
		top: 15%;
		right: 24%;
	}

	.Solide5BgCricle {
		width: 20%;
		right: 25%;
		top: 40%;
	}


	.Solide5Phone {
		top: 27%;
		right: 37%;
		width: 26%;
	}


	.Solide5BgCricleLeft {
		width: 20%;
		top: 20%;
		left: 26%;
	}

	.Solide5PhoneIcon {
		width: 7%;
		top: 22%;
		right: 32.5%;
	}

	.Solide5RightEndBg {
		width: 20%;
	}

	.Solide5BgCricleOnWorld {
		width: 15%;
		top: 91%;
		left: 34%;
	}

	.Solide5IconLeftTop {
		width: 12%;
		left: 1%;
	}

	.Solide5IconCenterTop {
		width: 12%;
		left: 7%;
		top: 18%;
	}

	.Solide5IconCenterEnd {
		width: 12%;
		top: 21%;
		left: 11%;
	}

	/* .titleLeftTwo span.you-bg::after */
	.titleLeftTwo span.you-bg::after {
		bottom: -1px;
		left: 15%;
		width: 6.25rem;
		height: 2.75rem;
	}

	/* 处理最后一张 */
	.slide6 .phoneOld img {
		width: 80%;
		height: 80%;
		top: 56%;
	}
}

@media (max-width: 768px) {

	/* 处理滚动图片小屏 */
	.slide-bg {
		background-size: cover;
	}

	/* 弹窗 */
	.log {
		width: 90%;
	}

	.log .introduce {
		padding: 0 20px;
	}

	.biaoti-beijing {
		position: absolute;
		width: 40%;
		height: 124px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.xingxing1 {
		left: 30%;
	}

	.xingxing2 {
		left: 36%;
	}



	/* 处理顶部 */
	.tab {
		justify-content: center;
		margin-left: 56px;
	}

	.tab li {
		margin-left: 100px;
		font-size: 14px;
	}

	.content-container {
		grid-template-rows: 50% 50%;
	}

	.content-containerTwo {
		grid-template-rows: 50% 50%;
	}

	.content-areaThree {
		padding-left: 38%;
		padding-bottom: 10%;
	}

	/* .phones-containerThree {
		padding-top: 10%;
	} */
	.content-area {
		padding-top: 40%;
		padding-left: 30%;
	}

	.content-areatwo {
		/* padding-left: 23%; */
	}



	.title {
		font-size: 2.2rem;
	}

	.info {
		font-size: 1.2rem;
	}

	.bc {
		width: 70%;
		top: 3%;
		left: 15%;
	}

	.bcCricle {
		width: 33%;
		top: 0%;
		left: 12%;
	}

	.phone {
		width: 30%;
		left: 20%;
		top: 7%;

	}

	.phoneTwo {
		width: 25%;
		right: 33%;
		top: 36%;
	}

	.iconOne {
		top: 21%;
		left: 15%;
	}

	.iconTwo {
		top: 19%;
		left: 69%;
	}

	.iconThree {
		width: 14%;
		bottom: 10%;
		left: 40%;
	}

	.iconFour {
		width: 14%;
		bottom: 0%;
		left: 55%;
	}

	.iconFive {
		width: 20%;
	}

	.iconSix {
		top: 10%;
		right: -5%;
		opacity: 0.8;
		/* z-index: 1000;
		border: solid 1px red; */
	}

	.iconSeven {
		width: 10%;
		bottom: 1%;
		right: 47%;
		opacity: 0.8;
		/* z-index: 1000;
		border: solid 1px red; */
	}



	.Solide3AllBg {
		width: 50%;
		right: 20%;
		top: 1%;
	}

	.phoneSolide3One {
		width: 28%;
		top: -3%;
		right: 37%;
	}

	.Solide3iconOne {
		width: 10%;
		top: 5%;
		left: 30%;
	}


	.Solide3iconTwo {
		width: 13%;
		right: 21%;
		top: 28%;
	}



	.phoneSolide3Bg {
		width: 25%;
		top: 0%;
		left: 28%;
	}

	.iconThreeLeft {
		width: 20%;
		left: 26%;
		bottom: 13%;
	}

	.iconThreeRight {
		width: 20%;
		left: 38%;
		bottom: 10%;
	}


	.iconFourTop {
		width: 15%;
		left: 4%;
		top: 0;
	}

	.iconFourCenter {
		top: 71%;
		width: 15%;
		/* right: 57%; */
		left: 61%;

	}

	.iconFourEnd {
		width: 15%;
		left: 50%;
		top: 91%;
	}

	.iconFiveTwoTop {
		width: 25%;
	}

	.iconFiveTwoLeftEnd {
		width: 25%;
	}

	.titleLeft span.you-bg::after {
		bottom: -10%;
		left: 71%;
		width: 7.25rem;
		height: 2.75rem;
	}


	/* 第三张 */
	.Solide4bc {
		width: 54%;
		top: 3%;
		left: 31%;
	}

	.Solide4bcCricle {
		width: 22%;
		bottom: 50%;
		left: 54%;
	}

	.Solide4phone {
		width: 28%;
		left: 37%;
		/* bottom: -45%; */
		top: revert-layer;
	}

	.Solide4PhoneLeftIcon {
		width: 8%;
		top: 9%;
		left: 30%;
	}

	.Solide4PhoneRightIcon {
		width: 5%;
		top: 50%;
		left: 62%;
	}

	.Solide4MinCricle {
		top: 0%;
		left: 74%;

	}

	.Solide4MaxCricle {
		width: 15%;
		top: 60%;
		right: 39%;

	}

	.Solide4CricleEnd {
		width: 10%;
		right: 0;
		bottom: 0;
		z-index: 1000;
	}

	.Solide4IconTopOne {
		top: 5%;
		left: 3%;
		width: 15%;
	}

	.Solide4IconTopTwo {
		width: 15%;
		top: 8.5%;
		left: 3%;

	}

	.Solide4IconCenterOneTop {
		width: 16%;
		top: 66%;
		right: 20%;
	}

	.Solide4IconCenterOneEnd {
		width: 16%;
		top: 70%;
		right: 16%;
	}

	.Solide5Bg {
		width: 52%;
		top: 15%;
		right: 24%;
	}

	.Solide5BgCricle {
		width: 22%;
		right: 25%;
		top: 40%;
	}


	.Solide5Phone {
		top: 27%;
		right: 37%;
		width: 28%;
	}


	.Solide5BgCricleLeft {
		top: 19%;
		right: 37%;
		width: 24%;
	}

	.Solide5PhoneIcon {
		width: 7%;
		top: 24%;
		right: 33%;
	}

	.Solide5RightEndBg {
		width: 20%;
	}

	.Solide5BgCricleOnWorld {
		width: 17%;
		top: 77%;
		left: 37%;
	}

	.Solide5IconLeftTop {
		width: 12%;
		left: 1%;
	}

	.Solide5IconCenterTop {
		width: 12%;
		left: 7%;
		top: 18%;
	}

	.Solide5IconCenterEnd {
		width: 12%;
		top: 21%;
		left: 11%;
	}

	/* .titleLeftTwo span.you-bg::after */
	.titleLeftTwo span.you-bg::after {
		bottom: -1px;
		left: 15%;
		width: 6.25rem;
		height: 2.75rem;
	}

	.slide6 .phoneOld img {
		width: 60%;
		height: 60%;
	}

	.phoneOld img:nth-child(1) {

		top: 66%;

	}

}

@media (max-width: 576px) {
	.bottom {
		/* 	padding: 15px 0; */
		height: 260px;
	}

	.FAQs {
		font-size: 1.5rem;
		margin-bottom: 100px;
	}

	.brief {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto;
		gap: 5px;
		margin-bottom: 100px;
		column-gap: 40px;
	}

	.brief li {
		/* padding: 15px; */
		background: rgba(255, 255, 255, 0.1);
		border-radius: 12px;
		/* padding-left: 15px; */
		margin: 0 10px;
		transition: all 0.3s;

	}

	.brief li:hover {
		background: rgba(255, 255, 255, 0.15);
		transform: translateY(-3px);
	}

	.brief li span {
		font-size: 0.7rem;
	}

	.brief li:nth-child(1) {
		width: 85%;
		height: 40px;
		min-width: 190px;
		grid-column: 1;
		grid-row: 1;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.brief li:nth-child(2) {
		width: 85%;
		min-width: 190px;
		height: 40px;
		grid-column: 1;
		grid-row: 2;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.brief li:nth-child(2)::before {
		width: 0px;
	}

	.brief li:nth-child(3) {
		width: 85%;
		min-width: 190px;
		height: 40px;
		grid-column: 2;
		grid-row: 1;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.brief li:nth-child(3)::before {
		width: 0px;
	}

	.brief li:nth-child(4) {
		width: 85%;
		min-width: 190px;
		height: 40px;
		grid-column: 2;
		grid-row: 2;
		display: flex;
		justify-content: center;
		align-items: center;

	}

	.brief li:nth-child(4)::before {
		width: 0px;
	}

	.thin-line {
		margin: 65px 0;
	}

	.privacy {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto;
		gap: 5px;
		left: 55%;
		padding: 0 40px;
		margin: 0px 0px 50px 0px;

	}

	.privacy li {
		background: rgba(255, 255, 255, 0.1);
		border-radius: 12px;
		/* 	padding: 15px; */
		margin: 0;
		font-size: 0.6rem;
		transition: all 0.3s;
		width: 260px;
		height: 40px;
		/* bottom: 40px; */
	}

	.privacy li:hover {
		background: rgba(255, 255, 255, 0.15);
		transform: translateY(-3px);
	}

	.privacy li:nth-child(1) {
		width: 75%;
		height: 40px;
		min-width: 190px;
		grid-column: 1;
		grid-row: 1;
		display: flex;
		justify-content: center;
		/* 水平居中 */
		align-items: center;
		/* 垂直居中 */
	}

	.privacy li:nth-child(2) {
		width: 75%;
		height: 40px;
		min-width: 190px;
		grid-column: 1;
		grid-row: 2;
		display: flex;
		justify-content: center;
		/* 水平居中 */
		align-items: center;
		/* 垂直居中 */
	}

	.privacy li:nth-child(3) {
		width: 75%;
		height: 40px;
		min-width: 190px;
		grid-column: 2;
		grid-row: 1;
		display: flex;
		justify-content: center;
		/* 水平居中 */
		align-items: center;
		/* 垂直居中 */
	}

	.privacy li:nth-child(4) {
		width: 75%;
		height: 40px;
		min-width: 190px;
		grid-column: 2;
		grid-row: 2;
		display: flex;
		justify-content: center;
		/* 水平居中 */
		align-items: center;
		/* 垂直居中 */
	}

	/* 弹出图片 */
	.Content-log {
		width: 100%;
	}

	.biaoti-beijing {
		position: absolute;
		width: 25%;
		height: 124px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.xingxing1 {
		left: 40%;
	}

	.xingxing2 {
		left: 46%;
	}

	.top {
		display: flex;
		align-items: center;
		/* 垂直居中 */
		justify-content: space-between;
		/* 左右分布 */
		height: 60px;
		/* 适当增加高度 */
		padding: 0 15px;
		/* 左右内边距 */
	}

	.log {
		width: 80%;
	}

	.log .introduce {
		padding: 0 10px;
	}

	.logo img {
		width: 100%;
		/* 图片宽度填满容器 */
		height: auto;
		/* 高度自适应保持比例 */
		display: block;
		/* 消除图片底部间隙 */

	}

	.tab {
		position: static;
		transform: none;
		margin-left: 40%;
		width: auto;
		/* 自适应宽度 */
		flex-shrink: 0;
		/* 防止缩小 */
		justify-content: flex-end;
		/* 菜单靠右 */
	}

	.tab li {
		font-size: 12px;
		/* 减小字体大小 */
		margin-left: 10px;
		/* 增加菜单项间距 */
		white-space: nowrap;
		/* 防止文字换行 */
		line-height: 1.2;
		/* 调整行高适应小屏幕 */
	}



	/* 顶部导航栏整体垂直居中 */


	.content-area {
		padding-top: 32%;
	}

	.bc {
		width: 90%;
		top: 5%;
	}

	.bcCricle {
		width: 35%;
		left: 18%;
		top: 1%;
	}

	.phone {
		width: 32%;
		left: 24%;
		top: 12%;
	}


	.phoneTwo {
		width: 27%;
		right: 25%;
		top: 32%;
	}

	.iconOne {
		top: 14%;
		left: 20%;
	}

	.iconTwo {
		top: 12%;
		left: 76%;
	}

	.iconThree {
		width: 10%;
		/* bottom: -9%; */
		left: 40%;
		top: 74%;
	}

	.iconFour {
		width: 10%;
		bottom: 11%;
		left: 40%;
	}

	.iconFive {
		width: 20%;
	}

	.iconSix {
		top: 10%;
		right: -10%;
		opacity: 0.8;
		/* z-index: 1000; */
		/* border: solid 1px red; */
	}

	.iconSeven {
		width: 10%;
		bottom: 9%;
		right: 47%;
		opacity: 0.8;
		/* z-index: 1000; */
		/* border: solid 1px red; */
	}

	.content-areatwo {
		padding-left: 33%;
	}

	.Solide3AllBg {
		width: 64%;
		right: 8%;
		top: 4%;
	}

	.phoneSolide3One {
		width: 33%;
		top: 3%;
		right: 33%;
	}

	.Solide3iconOne {
		width: 10%;
		top: 7%;
		left: 29%;
	}


	.Solide3iconTwo {
		width: 13%;
		right: 11%;
		top: 31%;
	}



	.phoneSolide3Bg {
		width: 23%;
		top: 3%;
		left: 23%;
	}

	.iconThreeLeft {
		width: 25%;
		left: 21%;
		bottom: 16%;
	}

	.iconThreeRight {
		width: 25%;
		left: 36%;
		bottom: 13%;
	}


	.iconFourTop {
		width: 20%;
		left: 4%;
		top: 0;
	}

	.iconFourCenter {
		top: 69%;
		width: 20%;
		/* right: 57%; */
		left: 65%;

	}

	.iconFourEnd {
		width: 20%;
		left: 51%;
		top: 88%;
	}

	.iconFiveTwoTop {
		width: 25%;
	}

	.iconFiveTwoLeftEnd {
		width: 25%;
	}

	.titleLeft span.you-bg::after {
		bottom: -10%;
		left: 71%;
		width: 6.25rem;
		height: 2.75rem;
	}

	/* 第三张 */
	.Solide4bc {
		width: 59%;
		top: 3%;
		left: 27%;
	}

	.Solide4bcCricle {
		width: 27%;
		bottom: 60%;
		left: 50%;
	}

	.Solide4phone {
		width: 33%;
		left: 33%;
		/* bottom: -45%; */
		top: revert-layer;
	}

	.Solide4PhoneLeftIcon {
		width: 8%;
		top: 9%;
		left: 24%;
	}

	.Solide4PhoneRightIcon {
		width: 8%;
		top: 38%;
		left: 62%;
	}

	.Solide4MinCricle {
		top: 0%;
		left: 75%;

	}

	.Solide4MaxCricle {
		width: 20%;
		top: 65%;
		right: 39%;

	}

	.Solide4CricleEnd {
		width: 15%;
		right: 0;
		bottom: 0;
		z-index: 1000;
	}

	.Solide4IconTopOne {
		top: 5%;
		left: 3%;
		width: 20%;
	}

	.Solide4IconTopTwo {
		width: 20%;
		top: 8.5%;
		left: 3%;
	}

	.Solide4IconCenterOneTop {
		width: 20%;
		top: 69%;
		right: 13%;
	}

	.Solide4IconCenterOneEnd {
		width: 20%;
		top: 72%;
		right: 8%;
	}

	.content-areaThree {
		padding-left: 33%;
		padding-bottom: 10%;
	}

	.content-containerFour>.content-areaFour {
		order: 2;
		padding: 40% 33%;
	}

	.Solide5Bg {
		width: 57%;
		top: 15%;
		right: 20%;
	}

	.Solide5BgCricle {
		width: 27%;
		right: 21%;
		top: 33%;
	}


	.Solide5Phone {
		top: 27%;
		right: 33%;
		width: 33%;
	}


	.Solide5BgCricleLeft {
		width: 27%;
		top: 20%;
		left: 23%;
	}

	.Solide5PhoneIcon {
		width: 8%;
		top: 20%;
		right: 28.5%;
	}

	.Solide5RightEndBg {
		width: 20%;
	}

	.Solide5BgCricleOnWorld {
		width: 25%;
		top: 67%;
		left: 37%;

	}

	.Solide5IconLeftTop {
		width: 20%;
		left: 1%;
	}

	.Solide5IconCenterTop {
		width: 20%;
		left: 3%;
		top: 18%;
	}

	.Solide5IconCenterEnd {
		width: 20%;
		top: 21%;
		left: 11%;
	}

	/* .titleLeftTwo span.you-bg::after */
	.titleLeftTwo span.you-bg::after {
		bottom: -1px;
		left: 15%;
		width: 6.25rem;
		height: 2.75rem;
	}

	.slide6 .phoneOld img {
		width: 40%;
		height: 40%;
	}

	.phoneOld img:nth-child(1) {

		top: 66%;

	}

}

@media (width<500px) {
	.iconTwo {
		top: 11%;
		left: 76%;
		width: 7%;
	}

	.Solide3iconOne {
		width: 10%;
		top: 7%;
		left: 24%;
		min-height: auto;
	}

	.Solide4MaxCricle {
		width: 30%;
		top: 55%;
		right: 41%;
	}

	.iconFourCenter {
		top: 64%;
		width: 25%;
		/* right: 57%; */
		left: 65%;
	}

	.content-area {
		/* 	padding-top: 40%; */
		padding-left: 18%;
	}

	.content-areatwo {
		padding-left: 18%;
	}

	.content-areaThree {
		padding-left: 16%;

	}

	.content-containerFour>.content-areaFour {
		order: 2;
		padding: 40% 18%;
	}

	.phoneOld img:nth-child(1) {
		top: 43%;
	}

	.privacy li {
		font-size: 0.5rem;
	}

	/* 手机端尾页 */
	.brief {
		column-gap: 0;
	}

	.brief li span {
		font-size: 0.6rem;
	}

	.brief li:nth-child(1) {
		min-width: 165px;
	}

	.brief li:nth-child(2) {
		min-width: 165px;
	}

	.brief li:nth-child(3) {
		min-width: 165px;
	}

	.brief li:nth-child(4) {
		min-width: 165px;
	}

	.privacy {
		padding-left: 5%;
	}

	/* 二维码 */
	.appstoreOne {
		left: 38%;
	}

	.appstoreTwo {
		left: 51%;
	}

	.code-wrapOne {
		left: 38%;
	}

	.code-wrapTwo {
		left: 51%;
		z-index: 20;
	}
}

/* 超大屏媒体查询 */
/* @media (min-width: 2580px) {
	.biaoti-beijing {
		width: 2000px;
	}

	.xingxing1 {
		left: -50%;
		bottom: -120px;
	}

	.xingxing2 {
		left: -38%;
		bottom: -130px;
	}

	.top {
		height: 100px;
		padding: 0 8%;
	}

	.logo img {
		height: 60px;
	}

	.tab li {
		font-size: 36px;
	}

	.biaoti-wrap {
		max-width: 1000px;
		padding: 60px;
		border-radius: 30px;
	}

	.biaoti-wrap h1 {
		font-size: 48px;
		margin-bottom: 20px;
	}

	.biaoti-wrap p {
		font-size: 24px;
	}

	.hover-end {
		margin-top: 60px;
		gap: 60px;
	}

	.appstoreOne,
	.appstoreTwo {
		border-radius: 16px;
		width: 300px;
		height: 100px;
		top: 120%;
		display: flex;
		justify-content: center;
		align-items: center;

	}

	.appstoreOne {
		left: 10%;
	}

	.appstoreTwo {
		left: 60%;
	}

	.appstoreOne img,
	.appstoreTwo img {
		width: 50px;
		height: 55px;
		margin-right: 15px;
	}

	.appstoreOne p,
	.appstoreTwo p {
		width: 200px;
		height: 50px;
		font-size: 20px;
	}

	.appstoreOne p b,
	.appstoreTwo p b {
		font-size: 26px;
		line-height: 45px;
	}

	.code-wrapOne,
	.code-wrapTwo {
		width: 300px;
		height: 350px;
		border-radius: 20px;
		top: 200%;
	}

	.code-wrapOne {
		left: 10%;
	}

	.code-wrapTwo {
		left: 60%;
	}

	.xiazai-wrapOne,
	.xiazai-wrapTwo {
		padding: 15px 25px;
		border-radius: 20px 20px 0 0;
		width: 300px;
		height: 80px;
	}

	.xiazai-wrapOne img,
	.xiazai-wrapTwo img {
		width: 40px;
		height: 45px;
	}

	.xiazai-wrapOne p,
	.xiazai-wrapTwo p {
		width: 150px;
		height: 50px;
		font-size: 18px;
	}

	.xiazai-wrapOne p b,
	.xiazai-wrapTwo p b {
		font-size: 22px;
		line-height: 40px;
	}

	.code {

		width: 240px;
		height: 220px;
	}

	.code-wrapOne .code .code-img,
	.code-wrapTwo .code .code-img {
		width: 235px;
		height: 215px;
	}
} */