html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #f1f3f9;
	overflow-y: auto;
	position: relative;
}

:root {
	--el-color-primary: #9CA5FF;
}

.el-button--large {
	--el-button-size: .72rem;
	--el-border-radius-round: .45rem;
	--el-font-size-base: .24rem;
	width: auto;
	min-width: 2rem;
}

.el-link.is-underline:hover:after {
    --el-link-hover-text-color: transparent
}

.el-carousel__indicator.is-active button {
	background-color: #9CA5FF !important;
}


@media (min-width: 1024px) {
	html {
		font-size: 136.53px;
	}
}


@media (max-width: 1024px) {
	html {
		font-size: 136.53px;
	}
}

@media (max-width: 962px) {
	html {
		font-size: 128.26px;
	}
}

@media (max-width: 952px) {
	html {
		font-size: 126.93px;
	}
}

@media (max-width: 902px) {
	html {
		font-size: 120.26px;
	}
}

@media (max-width: 882px) {
	html {
		font-size: 117.6px;
	}
}

@media (max-width: 802px) {
	html {
		font-size: 106.93px;
	}
}

@media (max-width: 775px) {
	html {
		font-size: 103.33px;
	}
}

@media (max-width: 768px) {
	html {
		font-size: 102.4px;
	}
}

@media (max-width: 750px) {
	html {
		font-size: 100px;
	}
}

@media (max-width: 738px) {
	html {
		font-size: 98.4px;
	}
}

@media (max-width: 734px) {
	html {
		font-size: 97.86px;
	}
}

@media (max-width: 733px) {
	html {
		font-size: 97.73px;
	}
}

@media (max-width: 669px) {
	html {
		font-size: 89.2px;
	}
}

@media (max-width: 642px) {
	html {
		font-size: 85.6px;
	}
}

@media (max-width: 602px) {
	html {
		font-size: 80.26px;
	}
}

@media (max-width: 570px) {
	html {
		font-size: 76px;
	}
}

@media (max-width: 535px) {
	html {
		font-size: 71.33px;
	}
}

@media (max-width: 455px) {
	html {
		font-size: 60.66px;
	}
}

@media (max-width: 437px) {
	html {
		font-size: 58.26px;
	}
}

@media (max-width: 414px) {
	html {
		font-size: 55.2px;
	}
}

@media (max-width: 412px) {
	html {
		font-size: 54.93px;
	}
}

@media (max-width: 386px) {
	html {
		font-size: 51.46px;
	}
}

@media (max-width: 375px) {
	html {
		font-size: 50px;
	}
}

@media (max-width: 370.8px) {
	html {
		font-size: 49.44px;
	}
}

@media (max-width: 360px) {
	html {
		font-size: 48px;
	}
}

@media (max-width: 320px) {
	html {
		font-size: 42.66px;
	}
}


.mainBg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

#app {
	display: flex;
	flex-direction: column;
	max-width: 1024px;
	margin: 0 auto;
}

.mainLogo {
	display: flex;
	justify-content: center;
	margin-top: .5rem;
	height: .72rem;
}

.mainBtnItem {
	display: flex;
	justify-content: center;
	margin: 10px 0;
}

.mainTip {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 10px 0;
}

.enterList {
	padding: .3rem;
	box-sizing: border-box;
}


.enterList .el-col {
	padding: .1rem;
	box-sizing: border-box;
}

.enterList .el-col .el-link{
	display: inherit;
	--el-font-size-base: .24rem
}

.enterList .el-col .el-link__inner{
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: .1rem .2rem;
	background-color: #fff;
	border-radius: .05rem;
	border: none;
	line-height: .72rem;
	cursor: pointer;
	box-sizing: border-box;
}

.enterList .el-col .el-link__inner::before {
	content: '';
	position: absolute;
	left: 0;
	width: 4px;
	height: 16px;
	background: #9CA5FF;
	display: block;
	top: 50%;
	margin-top: -8px;
	border-radius: 2px;
}

.reCheck{
	position: relative;
	margin: 0 .3rem .3rem;
	height: .6rem;
	--el-border-radius-round: .45rem;
	--el-font-size-base: .24rem;
}

.header {
	display: flex;
    position: relative;
    height: .88rem;
    line-height: .88rem;
	padding: 0 .2rem;
    margin-bottom: .36rem;
	box-sizing: border-box;
}

.header .el-link{
	--el-font-size-base: .4rem;
}

.header .download_title {
	flex: 1;
    display: flex;
	justify-content: center;
	align-items: center;
	padding-right: .4rem;
    font-size: .34rem;
    font-weight: 500;
    color: #000;
	box-sizing: border-box;
}

.download_box {
    border-radius: .44rem;
    background: #fff;
    margin: 0 .32rem;
    padding: .2rem .4rem;
}

.link_div {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: .2rem;
	height: 1rem;
	background: #fff;
    border-radius: .28rem;
}

.link_div:first-child::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: -0.15rem;
    height: .02rem;
    background-color: #f2f2f6;
}

.link_div:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.link_div_warp {
    position: relative;
    width: .8rem;
    height: .8rem;
    margin-top: .1rem;
    border-radius: .16rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.link_div_warp::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    opacity: .3;
    width: .8rem;
    height: .8rem;
    border-radius: .2rem;
    background: transparent;
    box-shadow: 0px 4px 12px 0px #303340;
}

.link_div_logo_title {
	flex: 1;
    margin-left: .2rem;
    text-align: left;
    color: #626780;
    font-size: .28rem;
    font-style: normal;
    font-weight: 400;
    height: 1rem;
    line-height: 1rem;
}

.modal_download {
	display: flex;
	align-items: center;
}

.modal_download_official {
	position: relative;
	display: flex;
	align-items: center;
}

.process_warp {
    position: absolute;
    top: -0.08rem;
    right: .1rem;
    width: .44rem;
    height: .44rem;
    display: none;
}

.icon_arrow_down {
    width: .4rem;
    height: .4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-0.2rem, -0.01rem);
}

.process_modal {
    position: absolute;
    top: -.464rem;
    width: .42rem;
    height: .42rem;
    z-index: 2;
}

.tutorials_title {
    text-align: center;
    justify-content: center;
    color: #000;
    font-size: .34rem;
    font-style: normal;
    font-weight: 600;
    line-height: .44rem;
    margin: .36rem auto .2rem;
}

.tutorials_subtitle {
    color: #6d7aa2;
    font-size: .24rem;
    font-style: normal;
    font-weight: 400;
    line-height: .2rem;
    text-align: center;
    justify-content: center;
    margin: 0 auto .4rem;
}


.downloadWrap {
    background: #f8f8f8;
    min-height: 100vh;
}

.downloadWrap .downloadErea {
    background: #fff;
    padding: .4rem;
    border-bottom: .16rem solid #f8f8f8;
}

.flexitem {
    display: flex;
}

.downloadWrap .downloadErea .logoImg {
    width: 2.36rem;
    height: 2.36rem;
    margin-right: .32rem;
    border-radius: .5rem;
}

.downloadWrap .downloadErea .buttonWrap {
    height: 2.36rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.downloadWrap .downloadErea .buttonWrap .downloadName {
    color: #000;
    font-size: .44rem;
    font-weight: bold;
    line-height: .6rem;
}

.downloadWrap .downloadErea .buttonWrap .slogen {
    font-size: .3rem;
    color: #8a8a90;
}

.spaceBetween {
    display: flex;
    justify-content: space-between;
}

.downloadWrap .downloadErea .starWrap {
    height: .52rem;
    line-height: .52rem;
    margin-top: .58rem;
}

.alignItem {
    display: flex;
    align-items: center;
}

.downloadWrap .downloadErea .starWrap span {
    font-size: .44rem;
    font-weight: 500;
    color: #8e8e93;
}

.downloadWrap .downloadErea .starWrap .starImg {
    height: .32rem;
    margin-left: .12rem;
}

.downloadWrap .downloadErea .scoreWrap {
    height: .6rem;
    line-height: .6rem;
    font-size: .24rem;
    color: #b4b4b7;
}

.downloadWrap .introduce {
    padding-top: .4rem;
    background: #fff;
}

.downloadWrap .introduce .introTitle {
    font-size: .4rem;
    color: #000;
    font-weight: bold;
    margin: 0 .4rem;
    height: .6rem;
    line-height: .6rem;
}

.downloadWrap .introduce .introContent {
    margin-top: .2rem;
    padding: 0 .4rem;
    font-size: .3rem;
    color: #000;
    letter-spacing: .02rem;
    line-height: .4rem;
    padding-bottom: .8rem;
    border-bottom: 8px solid #f8f8f8;
}

.downloadWrap .introduce .scoreText {
    font-size: .44rem;
    color: #000;
    font-weight: bold;
    margin-top: .4rem;
    padding: 0 .4rem;
}

.downloadWrap .introduce .introduceImgWrap1 {
    margin-top: .18rem;
    padding: 0 .4rem;
}

.downloadWrap .introduce .introduceImgWrap2 {
    line-height: .52rem;
    font-size: .3rem;
    color: #8a8a8d;
    padding: 0 .4rem;
    padding-bottom: .4rem;
}

.downloadWrap .introduce .introduceImgWrap1 .introduceScoreNum {
    font-size: 1.2rem;
    font-weight: bold;
    color: #4c4b50;
}

.downloadWrap .introduce .introduceImgWrap1 .scoreImg {
    width: 4.36rem;
    height: .88rem;
    margin-top: .4rem;
}

.downloadWrap .introduce .introduceImgWrap2 .scoreNum {
    width: 1.68rem;
    text-align: center;
    font-weight: 500;
}

.downloadWrap .newFeatureWrap {
    margin-top: .16rem;
    background: #fff;
    padding: .4rem;
    padding-bottom: .8rem;
}

.downloadWrap .newFeatureWrap .newFeatureTitle {
    font-size: .44rem;
    color: #000;
    font-weight: bold;
    height: .6rem;
}

.downloadWrap .newFeatureWrap .version {
    margin-top: .2rem;
    line-height: .4rem;
    font-size: .3rem;
    color: #8a8a8d;
}

.downloadWrap .newFeatureWrap .featureDes {
    margin-top: .2rem;
    line-height: .4rem;
    font-size: .3rem;
    color: #000;
}

.downloadWrap .informationWrap {
    padding: .4rem .4rem 0 .4rem;
    margin-top: .16rem;
    background: #fff;
}

.downloadWrap .informationWrap .title {
    font-size: .44rem;
    color: #000;
    font-weight: bold;
    height: .6rem;
}

.downloadWrap .informationWrap .informationItem {
    padding: .3rem 0;
    border-bottom: #c6c6c6 1px solid;
    line-height: .4rem;
    font-size: .3rem;
}


.downloadWrap .informationWrap .informationItem1 {
    padding-top: .46rem;
}

.downloadWrap .informationWrap .informationItemlast {
    border-bottom: none;
}

.downloadWrap .informationWrap .informationItem .itemLeft {
    color: #8a8a8d;
}

.downloadWrap .informationWrap .informationItem .itemRight {
    color: #000;
}

.downloadWrap .informationWrap .informationItem .colorBlue {
    color: #6aaaf5;
}

.downloadWrap .anouncement {
    padding: .2rem .4rem .4rem .4rem;
}

.downloadWrap .anouncement .title {
    line-height: .4rem;
    font-size: .26rem;
    color: #000;
}

.downloadWrap .anouncement .content {
    color: #8e8e93;
    line-height: .36rem;
    font-size: .26rem;
    letter-spacing: -0.006rem;
    margin-top: .1rem;
}

