/*reset*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 100%;
	color: #333333;
	background-color: #ffffff;
	height: 100%;
}

body {
	font-family: PingFang SC, PingFang SC;
	margin: 0;
	word-wrap: break-word;
	font-size: 12px;
	min-height: 100%;
	height: 100%;
}

:active {
	outline: 0;
}

:visited {
	outline: 0;
}

:link,
:visited,
ins {
	text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
select,
textarea,
p,
blockquote,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
}

fieldset,
iframe {
	border: 0 none;
}

img {
	border: 0 none;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

address,
caption,
cite,
code,
dfn,
em,
i,
th,
var,
optgroup {
	font-style: normal;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
code,
kbd,
samp,
tt,
sup,
sub,
small,
input,
button,
textarea,
select {
	font-size: 100%;
}

abbr,
acronym {
	border: 0 none;
	font-variant: normal;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

ol,
ul,
menu {
	list-style: none outside none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

caption,
th {
	text-align: left;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

input,
select,
button {
	vertical-align: middle;
}

button {
	width: auto;
	cursor: pointer;
	overflow: visible;
}

input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
}

button::-moz-focus-inner,
input[type='file']>input[type='button']::-moz-focus-inner {
	border: 0 none;
	padding: 0;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: underline;
}

.hidden {
	display: none;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: '';
}

.clearfix:after {
	clear: both;
}

/* body-reset */
body {
	font-family: 'Microsoft YaHei';
	background: #f8f8f8;
	font-size: 14px;
	min-width: 40rem;
	min-height: 18.5rem;
}

#wrap_contain {
	display: none;
}

.hideImg {
	display: none;
}

.headerWrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: max-content;
	padding-top: 1.4rem;
	display: flex;
	justify-content: space-between;
	/* display: none; */
}

.headerWrap .header_g {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 77rem;
	height: 100%;
	margin: 0 auto;
}

.max_width {
	max-width: 77rem;
}

.headerWrap .logo {
	width: 5.55rem;
	height: 1.6rem;
	background-size: 100% auto;
}

.btn_menu {
	display: flex;
	align-items: center;
}

.anchor {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 1rem;
	color: #FFFFFF;
	font-style: normal;
	margin-right: 2rem;
	cursor: pointer;

}

.kefu {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 1rem;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	cursor: pointer;
	margin-left: 4rem;
}

.btn_menu_active {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	/* padding-bottom: 6px; */
}

.btn_menu_active:hover .line {
	width: 3rem;
}

.line {
	display: block;
	height: 2px;
	width: 0;
	bottom: -4px;
	background-color: rgba(255, 255, 255, 0.8);
	/* 线条颜色 */
	transition: width 0.4s ease;
	transform-origin: center;
	/* 关键点：从中间扩展 */
	position: absolute;
}

.section {
	text-align: center;
	font: 2.5rem 'Microsoft Yahei';
	color: #fff;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.section .page_bg {
	position: absolute;
	width: 100%;
	height: 100%;
}

.section1_con {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding-top: 9.2rem;
	display: flex;
	justify-content: space-between;
}


.section1 .page_bg {
	/* background: linear-gradient(0deg, #ffe1e1 0%, #ff6363 100%); */
	background: linear-gradient(180deg, #9049FF 0%, rgba(144, 73, 255, 0.2) 100%);
}

.section1_con .left {
	display: flex;
	flex-direction: column;
}

.section1_con .right .banner {
	width: 50rem;
}



.section1_con .left .logo {
	width: 11.52rem;
	height: 3.31rem;
	margin-top: 5.5rem;
	position: relative;
}

.btn_group {
	display: flex;
	flex-direction: column;
	margin-top: 4.56rem;
}

.section1_con .left .btn_group .dy {
	width: 11.25rem;
	height: 3rem;
	cursor: pointer;
}

.section1_con .left .btn_group .wx {
	width: 11.25rem;
	height: 3rem;
	margin-top: 1.25rem;
	cursor: pointer;

}

.section1_con .left .btn_group .qrcode {
	width: 11.25rem;
	height: 3rem;
	margin-top: 1.25rem;
	cursor: pointer;

}

.section1_con .left .intro {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.section1_con .left .intro .title {
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
}

.section1_con .left .intro .desc {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.section1_con .left .intro .desc .item{
	font-size: 16px;
	text-align: left;
	padding: 5px 0;
}

.dy_qr {
	position: absolute;
	width: 10rem;
	height: 10rem;
	background: #FFFFFF;
	border-radius: 0.52rem 0.52rem 0.52rem 0.52rem;
	left: 13rem;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
	margin-top: 0.08rem;
}

.dy_qr_icon {
	width: 8.1rem;
	height: 8.1rem;
}

.wx_qr {
	position: absolute;
	width: 10rem;
	height: 10rem;
	background: #FFFFFF;
	border-radius: 0.52rem 0.52rem 0.52rem 0.52rem;
	left: 13rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -4.4rem;
	display: none;
}

.wx_qr_icon {
	width: 9.4rem;
	height: 9.4rem;
}

.app_qr {
	position: absolute;
	width: 10rem;
	height: 10rem;
	background: #FFFFFF;
	border-radius: 0.52rem 0.52rem 0.52rem 0.52rem;
	left: 13rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -4.4rem;
	display: none;
}

.app_qr_icon {
	width: 9.4rem;
	height: 9.4rem;
}


.section2 .page_bg {
	background: linear-gradient(180deg, #8259F2 0%, rgba(130, 89, 242, 0.2) 100%);

}

.section2_con .left {
	display: flex;
	flex-direction: column;
}

.section2_con {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding-top: 7.5rem;
	display: flex;
}



.section2_con .left .banner2 {
	width: 36.44rem;
	height: 46.13rem;
	position: relative;
}

.section2_con .right .banner3 {
	width: 32.88rem;
	height: 12.94rem;
	position: relative;
	margin-top: 9.8rem;
}

.section2_con .right .banner4 {
	width: 17.31rem;
	height: 17.5rem;
	position: relative;
	margin-top: 2.5rem;
}

@media screen and (max-width: 1620px) {
	.section2_con .left .banner2 {
		width: 28.8rem;
		height: 36.8rem;
		position: relative;
	}

	.section2_con .right .banner3 {
		width: 26.3rem;
		height: 10.3rem;
		position: relative;
		margin-top: 5.8rem;
	}

	.section2_con .right .banner4 {
		width: 17.31rem;
		height: 17.5rem;
		position: relative;
		margin-top: 2.5rem;
	}
}

.section2_con .right {
	display: flex;
	flex-direction: column;
	margin-left: 5.6rem;
	justify-content: flex-start
}


.section3 .page_bg {
	width: 100%;
	height: 100%;
	background: url('../img/banner_6.png') center center no-repeat;
	background-size: cover
}

.section3_con {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding-top: 20rem;
	display: flex;
	justify-content: center;

}

.banner5 {
	width: 39.5rem;
	height: 17.69rem;
	position: relative;
	z-index: 1;
}

.section4 .page_bg {
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #C234F1 0%, rgba(194, 52, 241, 0.2) 100%);
}

.section4_con {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding-top: 4rem;
	display: flex;
	justify-content: center;

}

.banner_7 {
	width: 60rem;
	height: 53rem;
	position: relative;
}




.section5 .page_bg {
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #7543F2 0%, rgba(117, 67, 242, 0.2) 100%);
}

.section5_con {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding-top: 10rem;
	display: flex;
	justify-content: center;

}

.banner_8 {
	width: 59rem;
	height: 45rem;
	position: relative;
}

@media screen and (max-width: 1620px) {
	.banner_7 {
		width: 54rem;
		height: 42.4rem;
		position: relative;
	}

	.banner_8 {
		width: 47.2rem;
		height: 36rem;
		position: relative;
	}
}


.section6 .page_bg {
	background: linear-gradient(180deg, #A843F2 35%, rgba(168, 67, 242, 0.2) 100%);
}

.section6_con {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding-top: 14rem;
	display: flex;
	justify-content: space-between;

}

.section6_con .left .banner_9 {
	width: 30rem;
	height: 20rem;
	position: relative;
	left: 2.75rem;
}

.section6_con .right {
	display: flex;
	flex-direction: column;
	margin-left: 5.6rem;
	justify-content: flex-start
}


.section6_con .right .banner_10 {
	width: 33rem;
	height: 21rem;
	position: relative;
}

#menu {
	position: fixed;
	right: 34px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1000;
}

#menu li {
	width: 14px;
	height: 14px;
	background-color: #fff;
	opacity: 0.5;
	border-radius: 20px;
	margin-bottom: 8px;
	transition: all 0.3s;
}

#menu li a {
	text-indent: -10000px;
	display: block;
	width: 100%;
	height: 100%;
}

#menu li.active {
	height: 34px;
	opacity: 1;
}



.footer {
	position: absolute;
	bottom: -0.55rem;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 16rem;
	overflow: hidden;
	background-color: #fff;
	padding: 1.2rem 0;
	box-sizing: border-box;
	width: 100%;
}

.footer_contain {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	color: #ADABB7;
	font-size: 0.9rem;
	justify-content: space-between;
	height: 100%;
}

.info {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.info_logo {
	width: 6.61rem;
	height: 2.29rem;
}

.info_con {
	width: 15rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.info_email {
	margin-top: 0.5rem;

}



.info_txt {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.9rem;
	color: #ADABB7;
	line-height: 1.5;
	text-align: left;
	font-style: normal;
	word-break: break-all;
	margin-top: 0.5rem;
}

.info_link {
	text-decoration: underline;
	cursor: pointer;
	color: #ADABB7;
	margin-top: 0.5rem;
	text-align: left;

}

.color_weight {
	color: #333333;
}

.safety {
	position: relative;
	top: -0.5rem;
	display: flex;
}

.safety_center {
	display: flex;
	align-items: center;
}

.safety_icon {
	width: 3.5rem;
	height: 3.5rem;
}

.safety_link_mar {
	margin-top: 6px;
}

.safety_link {
	text-decoration: underline;
	cursor: pointer;
	color: #ADABB7;
}

.safety_con {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 12px;
	text-decoration: underline;
	cursor: pointer;
	color: #ADABB7;
	text-align: left;
}

.mar_lef_200 {
	margin-left: 200px;
}

.mask {
	position: fixed;
	z-index: 4;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}

.alert {
	position: relative;
}

.alert_img {
	width: 25.56rem;
	height: 33.25rem;
}

.qr {
	position: absolute;
	width: 16.75rem;
	height: 16.75rem;
	top: 8.44rem;
	left: 0;
	margin-left: 4.63rem;
}

.close {
	position: absolute;
	width: 3.75rem;
	height: 3.75rem;
	bottom: -5.5rem;
	left: 10.88rem;
	cursor: pointer;
}