html,
body {
	position: relative;
	height: 100%;
}

body {
	background: #eee;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
}

.swiper-slide h2 {
	font-size: 30px;
	font-family: PingFang SC, PingFang SC-Semibold;
	font-weight: 600;
	color: #4594ff;
}

.swiper-slide p {
	margin: 0 auto;
}

.swiper-slide img {
	width: 100%;
}

.cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.60);
}

#firstEnd {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	width: 90%;
	margin: 0 auto;
}

#lastDownload {
	bottom: 128px;
}

#normal {
	display: none;
	border-bottom: 1px solid #e5e5e5;
}

.wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 111;
	width: 90%;
}

.header .logo {
	width: 86px;
	height: 25px;
}

.header .button {
	width: 20px;
	height: 16px;
}

.first {
	background: url('https://ga-album-cdnqn.52tt.com/web/mobile-v20211228/first-bg.png') no-repeat;
	background-size: 100% 100%;
}

.end {
	/* background: #29273A; */
	background: url('https://ga-album-cdnqn.52tt.com/web/20230213101837_78346401.png') no-repeat;
	background-size: 100% 100%;
}

.home-logo {
	width: 300px;
	position: absolute;
	top: 98px;
	left: 0;
	right: 0;
	margin: auto;
}

.first-download {
	width: 160px;
	height: 40px;
	border-radius: 25px;
	border: none;
	font-size: 18px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	color: #4594FF;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 11111;
	bottom: 50px;
}

.last-download {
	padding-bottom: 42px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 11111;
}

.normal-download {
	width: 160px;
	height: 40px;
	background: #4594ff;
	border-radius: 20px;
	border: none;
	z-index: 1111;
	font-size: 18px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	color: #ffffff;
}

.main-wrap {
	position: relative;
	height: 100%;
}

.first-content {
	margin: auto;
}

video {
	width: 95vw;
	height: 55vw;
	border-radius: 10px;
}

.top-logo.top-logo {
	width: 90%;
	position: absolute;
	top: 81px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 11111;
}

.swiper-slide img.end-logo {
	width: 296px;
	height: 183px;
	position: absolute;
	top: 185px;
	left: 0;
	right: 0;
	margin: auto;
}

.swiper-slide img.txt {
	width: 110px;
	position: absolute;
	top: 259px;
	left: 0;
	right: 0;
	margin: auto;
}

#pagination {
	display: none;
}

.footer {
	position: absolute;
	bottom: 36px;
	width: 100%;
	text-align: center;
	color: rgba(255, 255, 255, 0.3);
}

.footer p {
	font-size: 12px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.3);
}

.footer p a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.3);
}

#footer-normal {
	bottom: 12px;
	/* display: none; */
}

#footer-normal p,
#footer-normal p a {
	/* color: rgba(0, 0, 0, 0.3); */
	color: rgba(255, 255, 255, 0.3);

}

#footer-first {
	bottom: 12px;
	/* display: none; */
}

#footer-end {
	position: absolute;
	bottom: 56px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-family: PingFang, PingFang-SC-Medium;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	color: #73748b;
	line-height: 24px;
	letter-spacing: 0.7px;
}

#footer-end a {

	color: #73748b;
}

#more {
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1111;
	background: #3b4658;
	position: absolute;
	left: 0;
	top: 0;
}

.more-header {
	width: 87%;
	height: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 0 auto 48px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.more-header-close {
	width: 14px;
	height: 14px;
}

.more-items {
	text-align: center;
	margin-bottom: 36px;
}

.more-items h3 {
	font-size: 20px;
	font-family: PingFang HK, PingFang HK-Regular;
	font-weight: 400;
	color: #ffffff;
	margin: 0;
}

.more-items h3 img {
	width: 6px;
	height: 11px;
	margin-left: 12px;
}

.more-items p {
	font-size: 12px;
	font-family: PingFang HK, PingFang HK-Regular;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
	margin: 3px 0 0;
}

.more-bottom {
	text-align: center;
}

.more-bottom img {
	width: 91px;
	height: 91px;
}

.more-bottom p {
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #ffffff;
	margin: 4px 0 0;
}

.cover {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	display: none;
	z-index: 2222222222222;
}

.cover .cover-sub {
	position: relative;
	background: #000;
	opacity: 0.7;
	width: 100%;
	height: 100%;
}

.cover .cover-sub .cover-sub-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.cover .cover-sub .cover-sub-content .img-wrap {
	overflow: hidden;
}

.cover .cover-sub .cover-sub-content .img-wrap img {
	float: right;
}

.cover p {
	text-align: center;
	padding: 0 10px;
	margin-top: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	height: 20px;
}

.cover p span {
	color: #FFD702;
}

.about-content h2 {
	font-size: 22px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	text-align: center;
	color: #333333;
	margin-bottom: 24px;
}

.about-content p {
	width: 90%;
	margin: 0 auto 24px;
	font-size: 14px;
	font-family: PingFang HK, PingFang HK-Regular;
	font-weight: 400;
	color: #333333;
}

.about-tw {
	margin-left: 5%;
}

.about-tw-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 21px;
}

.about-tw-items img {
	width: 48px;
	height: 48px;
}

.about-tw-items .right {
	margin-left: 12px;
}

.about-tw-items .right h4 {
	margin: 0;
	font-size: 14px;
	font-family: PingFang HK, PingFang HK-Medium;
	font-weight: 500;
	color: #333333;
}

.about-tw-items .right p {
	width: 280px;
	font-size: 12px;
	font-family: PingFang HK, PingFang HK-Regular;
	font-weight: 400;
	color: #333333;
}

.major-events {}

.major-events h2 {
	font-size: 22px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	text-align: center;
	color: #333333;
}

.major-events-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-left: 5%;
}

.major-events-l {
	width: 1px;
	margin-right: 21px;
	height: auto;
	background: rgba(0, 0, 0, 0.3);
	margin-top: 6px;
	margin-bottom: 30px;
}

.major-events-r {}

.major-events-r h3 {
	margin: 0 0 2px;
	font-size: 18px;
	font-family: PingFang HK, PingFang HK-Medium;
	font-weight: 500;
	color: #333333;
	line-height: 24px;
	position: relative;
}

.major-events-r p {
	margin: 0 0 24px;
	font-size: 12px;
	font-family: PingFang HK, PingFang HK-Regular;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
}

.major-events-r h3 .yd {
	width: 4px;
	height: 4px;
	background: #bababa;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: -23.5px;
	top: 6px;
}

.page-header {
	width: 87%;
	height: 64px;
	line-height: 64px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	border-bottom: 1px solid #e5e5e5;
}

.page-header img {
	width: 7px;
	height: 15px;
}

#contact-us {
	text-align: center;
}

.contact-content h2 {
	font-size: 22px;
	font-family: PingFang HK, PingFang HK-Medium;
	font-weight: 500;
	color: #333333;
}

.contact-content h3 {
	font-size: 14px;
	margin-bottom: 14px;
	font-family: PingFang HK, PingFang HK-Medium;
	font-weight: 500;
	color: #333333;
	position: relative;
}

.contact-content h3 .hx {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
	margin: auto;
	width: 20px;
	height: 2px;
	background: #333333;
	border-radius: 2px;
}

.contact-content p {
	font-size: 14px;
	font-family: PingFang HK, PingFang HK-Regular;
	font-weight: 400;
	text-align: CENTER;
	color: #333333;
	margin-bottom: 36px;
}

.company-address {
	padding-top: 12px;
}

.company-address h2 {
	margin-bottom: 24px;
}

.company-address p {
	font-size: 14px;
	font-family: PingFang HK, PingFang HK-Regular;
	font-weight: 400;
	color: #333333;
	margin-bottom: 24px;
}

.company-address img {
	width: 100%;
	margin-bottom: 53px;
}

#aboutUs,
#contactUs {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 22222222;
}

#about-us,
#contact-us {
	overflow: scroll;
	height: calc(100% - 83px);
}

.page-down {
	margin: 0 auto;
	line-height: 40px;
}

.first-download {
	background: transparent;
	padding-bottom: 24px;
}

.page-down .download-wrap {
	position: relative;
}

.page-down .download-wrap {
	width: 100%;
}

.page-down .click-code {
	position: absolute;
	right: -40px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 31px;
	height: 31px;
}

.page-down .clisk-download {
	margin: auto;
	width: 146px;
	height: 40px;
}

#code {
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1111;
	background: #1a191f;
	opacity: 0.9;
	position: absolute;
	left: 0;
	top: 0;
}

#code .code-close {
	width: 23px;
	height: 23px;
	position: absolute;
	right: 24px;
	top: 174px;
}

.code-wrap {
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 256px;
}

.code2022 {
	width: 60%;
}

.code-wrap p {
	margin-top: 16px;
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	text-align: CENTER;
	color: #ffffff;
}

.first {
	background: url(https://ga-album-cdnqn.52tt.com/web/home/20230207173657_45624258.png) no-repeat;
	background-size: cover;
	background-position: top;
}

.footer-img {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 256px;
	width: 100%;
	text-align: center;
	z-index: 99;
}

.footer-arrow {
	width: 22px !important;
	height: 12px;
	margin-bottom: 12px;
	opacity: 1;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

/* .swiper-slide-active .footer-arrow {
	opacity: 1;
} */

.footer {
	z-index: 100;
}

.first .slogen {
	height: 76px;
	width: 198px;
	margin-top: 117px;
}

.header .first-page-logo {
	width: 86px;
	height: 25px;
}

.header .first-page-moreButton {
	width: 20px;
	height: 16px;
}

.first-title {
	width: 271px !important;
	height: 103px;
}

video {
	margin: 70px auto 0;
}

@font-face {
	font-family: 'Alibaba PuHuiTi 2.0-55 Regular';
	src: url('https://ga-album-cdnqn.52tt.com/web/mobile/font/AlibabaPuHuiTi-2-55-Regular.ttf');
	src: url('https://ga-album-cdnqn.52tt.com/web/mobile/font/AlibabaPuHuiTi-2-55-Regular.eot');
	src: url('https://ga-album-cdnqn.52tt.com/web/mobile/font/AlibabaPuHuiTi-2-55-Regular.svg');
	src: url('https://ga-album-cdnqn.52tt.com/web/mobile/font/AlibabaPuHuiTi-2-55-Regular.woff');
	src: url('https://ga-album-cdnqn.52tt.com/web/mobile/font/AlibabaPuHuiTi-2-55-Regular.woff2')
}

@font-face {
	font-family: 'FZRuiZhengHeiS-B-GB-Regular';
	src: url('https://ga-album-cdnqn.52tt.com/web/tt-official/font20240318-2/FZRuiZHJW_Cu.ttf');
	src: url('https://ga-album-cdnqn.52tt.com/web/tt-official/font20240318-2/FZRuiZHJW_Cu.eot');
	src: url('https://ga-album-cdnqn.52tt.com/web/tt-official/font20240318-2/FZRuiZHJW_Cu.svg');
	src: url('https://ga-album-cdnqn.52tt.com/web/tt-official/font20240318-2/FZRuiZHJW_Cu.woff');
	src: url('https://ga-album-cdnqn.52tt.com/web/tt-official/font20240318-2/FZRuiZHJW_Cu.woff2')
}

.items {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.items-bg {
	background: url(https://ga-album-cdnqn.52tt.com/web/20230208182057_4141509.png) no-repeat;
	background-size: cover;
	background-position: top;
}

.items .items-text {
	background: linear-gradient(18deg, #293342 0%, #363d48 70%, #315499 75%, #214277 83%, #214377 100%);
	font-size: 30px;
	font-family: 'FZRuiZhengHeiS-B-GB', 'FZRuiZhengHeiS-B-GB-Regular';
	font-weight: 400;
	text-align: left;
	color: #2a3039;
	letter-spacing: 0.3px;
	-webkit-background-clip: text;
	color: transparent;
}

.items .items-desc {
	font-size: 18px;
	font-family: 'Alibaba PuHuiTi 2.0', 'Alibaba PuHuiTi 2.0-55 Regular';
	font-weight: normal;
	text-align: center;
	color: #363d48;
	letter-spacing: 0.18px;
}

.items .content-box {
	position: relative;
}


.swiper-slide img.content-effect {
	position: absolute;
	left: 50%;
	width: 70%;
	top: 0;
	transform: translate(-50%, 34px);
}

.swiper-slide img.second-content-effect {
	position: absolute;
	left: 50%;
	width: 76%;
	top: 0;
	transform: translate(-50%, 40px);
}

.swiper-slide img.third-content-effect {
	position: absolute;
	left: 50%;
	width: 76%;
	top: 0;
	transform: translate(-50%, 38px);
}

.swiper-slide img.forth-content-effect {
	position: absolute;
	left: 50%;
	width: 74%;
	top: 0;
	transform: translate(-50%, 46px);
}

.swiper-slide img.fifth-content-effect {
	position: absolute;
	left: 50%;
	width: 76%;
	top: 0;
	transform: translate(-50%, 60px);
}

/* .items {
	margin-top: 20vw !important;
} */

@media screen and (max-height:666px) {
	.swiper-slide img.content {
		width: 60%;
	}

	.swiper-slide h2 {
		margin: 60px 0 2px;
	}

	.items {
		margin-top: 40px;
	}

	.items .content-box {
		margin-top: 20px;
	}

	.wrap {
		padding: 6px 0;
	}

	.main {
		margin-top: 80px;
	}

	video {
		margin: 60px auto 0;
	}
}

@media screen and (min-height:667px) and (max-height:700px) {
	.swiper-slide img.content {
		width: 50%;
	}

	.swiper-slide h2 {
		margin: 60px 0 2px;
	}

	.items {
		margin-top: 60px;
	}

	.items .content-box {
		margin-top: 20px;

	}

	.itme .content-box-dzjj {
		margin-top: 0;
	}

	.wrap {
		padding: 6px 0;
	}

	.main {
		margin-top: 80px;
	}

	video {
		margin: 60px auto 0;
	}
}

@media screen and (min-height: 701px) and (max-height:800px) {
	.swiper-slide img.content {
		width: 50%;
	}

	.swiper-slide h2 {
		margin: 60px 0 2px;
	}

	.items {
		margin-top: 80px;
	}

	.items .content-box {
		margin-top: 20px;
	}

	.wrap {
		padding: 16px 0;
	}

	.main {
		margin-top: 80px;
	}

	video {
		margin: 60px auto 0;
	}

	.normal-download {
		margin: -20px auto 0;
	}
}

@media screen and (min-height: 800px) {
	.normal-download {
		margin: 0;
	}

	.wrap {
		padding: 16px 0;
	}

	.swiper-slide img.content {
		width: 50%;
	}

	.items {
		margin-top: 80px;
	}

	.items .content-box {
		margin-top: 20px;
	}

	.swiper-slide h2 {
		margin: 80px 0 2px;
	}

	.swiper-slide h2 {
		margin: 80px 0 2px;
	}

	.main {
		margin-top: 156px;
	}

	video {
		margin: 60px auto 0;
	}
}
