/* 基础重置+通用样式 */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
    tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}
img {
	display: block;
	pointer-events: none;
}
.is-hidden {
	display: none;
}
/* 通用flex布局类*/
.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex-align-center {
	display: flex;
	align-items: center;
}
.flex-justify-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/* 通用下载按钮样式 */
.download-btn,
.download-btn--android {
	box-sizing: content-box;
	background: #5A45DE;
	border-radius: 0.2933333333rem;
	border: 0.08rem solid #FFFFFF;
	font-family: "PingFangSC-Medium, PingFang SC";
	font-weight: 500;
	color: #FFFFFF;
	line-height: 0.5333333333rem;
	cursor: pointer;
}
.download-icon {
	pointer-events: auto;
}
/* --- 移动端样式 --- */
.mobile-container {
	width: 100%;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.mobile-container .mobile-box--absolute {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.mobile-container .mobile-box--overflow {
	width: 100%;
	height: 100%;
	background: #F7F7FB;
	overflow: hidden;
}
/* 移动端section1 */
.mobile-container .mobile-section--1 {
	position: relative;
	width: 100%;
}
.mobile-container .mobile-section1__bg-wrap {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.mobile-container .mobile-section1__bg {
	width: 100%;
	height: 100%;
}
.mobile-container .mobile-section1__image {
	display: block;
	margin: 0.5333333333rem auto 0;
	width: 7.5rem;
}
.mobile-section1__heading {
	font-size: 0.85rem;
	text-align: center;
	font-weight: bold;
	color: #4e4a68;
	padding-top: 2rem;
}
.mobile-section1__heading-name {
	color: #5a45de;
}
/* 移动端下载按钮 */
.mobile-container .download-btn,
.mobile-container .download-btn--android {
	margin: 0.5rem auto 0;
	width: 6.7466666667rem;
	height: 1.2533333333rem;
	font-size: 0.4266666667rem;
}
.mobile-container .download-icon {
	width: 0.64rem;
	height: 0.64rem;
	margin-right: 0.24rem;
}
/* 移动端section2-4通用样式 */
.mobile-container .mobile-section--2,
.mobile-container .mobile-section--3,
.mobile-container .mobile-section--4 {
	position: relative;
	width: 100%;
}
.mobile-container .mobile-section--2 {
	height: 14.5rem;
}
.mobile-container .mobile-section--3 {
	height: 17.5rem;
}
.mobile-container .mobile-section--4 {
	height: 18.24rem;
}
/* 移动端文本+标题 */
.mobile-container .mobile-section__text {
	font-size: 0.4266666667rem;
	font-family: "PingFangSC-Medium, PingFang SC";
	font-weight: 500;
	color: #4E4A68;
	line-height: 0.64rem;
	letter-spacing: 1px;
	margin: 0.5066666667rem auto 0;
	text-align: center;
}
.mobile-container .pc-content__step-title {
	font-size: 0.75rem;
	font-weight: bold;
	color: #4e4a68;
	padding-top: 1rem;
	text-align: center;
}
/* 移动端图片 */
.mobile-container .mobile-section2__image {
	display: block;
	margin: 0.7466666667rem auto 0;
	width: 10rem;
	height: auto;
}
.mobile-container .mobile-section3__bg {
	width: 100%;
	height: 100%;
}
.mobile-container .mobile-section3__image {
	display: block;
	margin: 0.7066666667rem auto 1.4rem;
	width: 8.0533333333rem;
	height: auto;
}
.mobile-container .mobile-section4__image {
	display: block;
	margin: 0.2133333333rem auto;
	width: 9.0666666667rem;
	height: auto;
}
/* 移动端section5（底部下载） */
.mobile-container .mobile-section--5 {
	position: relative;
	width: 100%;
	height: 11.76rem;
}
.mobile-container .mobile-section5__bg {
	width: 100%;
	height: 100%;
}
.mobile-container .mobile-footer__title {
	font-size: 0.9rem;
	font-weight: bold;
	color: #4e4a68;
	text-align: center;
	padding-top: 1rem;
}
.mobile-container .download-btn__wrap {
	margin: 0 auto;
	width: 9.4666666667rem;
	height: 3.9733333333rem;
	position: relative;
	overflow: hidden;
}
.mobile-container .download-btn__wrap .download-btn__bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.mobile-container .download-btn__wrap .download-btn {
	margin-top: 1.3333333333rem;
	position: relative;
}
/* 移动端页脚文本 */
.mobile-container .footer-text__wrap {
	margin: 0.3733333333rem auto 0;
	width: 100%;
	font-size: 0.2666666667rem;
	font-family: "PingFangSC-Medium, PingFang SC";
	font-weight: 500;
	color: #4E4A68;
	line-height: 0.5333333333rem;
	text-align: center;
}
.mobile-container .footer-text__wrap a {
	color: #4E4A68;
	text-decoration: none;
}
/* 微信浏览器提示 */
.mobile-weixin {
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    position: fixed;
    text-align: center;
    background: rgba(0,0,0,0.8);
}
.mobile-weixin__text {
    color: #ffffff;
    font-size: 0.6rem;
    margin-top: 1rem;
}
.mobile-weixin__arrow {
    width: 9.7rem;
}
.mobile-weixin__image {
    width: 9rem;
    margin: 0 auto;
    margin-top: 1.5rem;
    border-radius: 10px;
}
/* --- PC端样式 --- */
.pc-container {
	background: #F7F7FB;
}
.pc-wrapper {
	width: 1200px;
	margin: 0 auto;
}
/* PC头部 */
.pc-header {
	width: 100%;
	min-width: 1200px;
	height: 974px;
	background: #EFF0F9;
	position: relative;
	overflow: hidden;
}
.pc-header__content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.pc-header__bg {
	min-width: 2090px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
/* PC logo */
.pc-logo {
	margin-top: 26px;
}
.pc-logo__image {
	width: 40px;
	height: 40px;
	border-radius: 10px;
}
.pc-logo__title {
	font-size: 28px;
	font-family: "PingFangSC-Medium, PingFang SC";
	font-weight: bold;
	color: #4E4A68;
	line-height: 40px;
	padding-left: 15px;
}
/* PC下载区 */
.pc-download {
	padding-top: 51px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pc-download__content {
	padding-top: 56px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pc-download__btn--android,
.pc-download__btn--ios {
	width: 230px;
	text-align: center;
}
.pc-download__btn--android {
	background: #5A45DE;
}
.pc-download__btn--ios {
	background: #1EA985;
	margin-left: 18px;
}
.pc-download__text {
	font-size: 20px;
	font-family: "PingFangSC-Medium, PingFang SC";
	font-weight: 500;
	color: #FFFFFF;
	line-height: 28px;
	letter-spacing: 1px;
	padding-top: 26px;
}
.pc-download__qrcode {
	width: 194px;
	height: 194px;
	display: block;
	margin: 20px auto 18px;
}
/* PC下载按钮 */
.pc-container .download-btn,
.pc-container .download-btn--android {
	width: 220px;
	height: 70px;
	font-size: 0.4266666667rem;
}
.pc-container .download-icon {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
/* PC海报区 */
.pc-poster {
	width: 588px;
	height: 789px;
	position: relative;
}
.pc-poster__image {
	width: 588px;
	height: 789px;
	position: absolute;
	left: 0;
	top: 0;
}
.pc-poster__circle--1 {
	width: 78px;
	height: 78px;
	background: #A4DDFD;
	border-radius: 78px;
	position: absolute;
	top: 92px;
	left: 579px;
}
.pc-poster__circle--2 {
	width: 38px;
	height: 38px;
	background: #7967F6;
	border-radius: 38px;
	position: absolute;
	bottom: 36px;
	left: -10px;
}
/* PC内容区 */
.pc-content__box {
	position: relative;
	overflow: hidden;
	background: #F7F7FB;
	padding-bottom: 80px;
}
.pc-content__bg {
	position: absolute;
	width: 608px;
	height: 230px;
	top: 0;
	right: 0;
}
.pc-content__text {
	font-size: 22px;
	font-family: "PingFangSC-Regular, PingFang SC";
	font-weight: 400;
	color: #4E4A68;
	line-height: 40px;
	padding-top: 17px;
}
.pc-content__step {
	padding-top: 64px;
}
.pc-content__step--justify-between {
	display: flex;
	justify-content: space-between;
	padding-top: 64px;
}
.pc-content__step--justify-center {
	display: flex;
	justify-content: center;
	padding-top: 64px;
}
/* PC内容区步骤样式 */
.pc-content__step-num {
	font-size: 86px;
	font-weight: bold;
	color: #ece9ff;
}
.pc-content__step-num--2 {
	color: #ffe0da;
}
.pc-content__step-title {
	font-size: 0.75rem;
	font-weight: bold;
	color: #4e4a68;
}
.pc-content__step-desc--1 {
	margin-right: 95px;
	padding-top: 105px;
}
.pc-content__step-box--2 {
	padding-top: 104px;
}
.pc-content__step-box--3 {
	padding-top: 170px;
}
/* PC内容区图片 */
.pc-content__step-img--1 {
	width: 728px;
	height: 637px;
}
.pc-content__step-img-wrap--2 {
	width: 435px;
	height: 634px;
	position: relative;
	margin-left: 229px;
}
.pc-content__step-bg {
	position: absolute;
	width: 916px;
	height: 916px;
	top: -178px;
	left: -287px;
}
.pc-content__step-img--2 {
	width: 435px;
	height: 634px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.pc-content__step-img--3 {
	width: 489px;
	height: 682px;
	margin-right: 233px;
}
/* PC页脚 */
.pc-footer {
	width: 100%;
	min-width: 1200px;
	background: #EFF0F8;
	position: relative;
	background-image: url(../img/footer-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.pc-footer__box {
	padding-top: 136px;
	padding-bottom: 138px;
	display: flex;
	align-items: center;
}
.pc-footer__title {
	font-size: 40px;
	font-weight: bold;
	color: #4e4a68;
	width: 621px;
	height: 45px;
}
.pc-footer__name {
	color: #f35d3d;
}
.pc-footer__line {
	width: 620px;
	height: 1px;
	background: #C1C2DA;
	margin: 22px 0 18px;
}
.pc-footer__record {
	font-size: 16px;
	font-family: "PingFangSC-Regular, PingFang SC";
	font-weight: 400;
	color: #4E4A68;
	line-height: 30px;
}
.pc-footer__record a {
	color: #4E4A68;
	text-decoration: none;
}
.pc-footer__code {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.pc-footer__download {
	width: 208px;
	height: 208px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pc-footer__download img {
	width: 162px;
	height: 162px;
}