.app {
    position: absolute;
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
    background: url("../img/banner-bg.png") no-repeat;
    background-size:100% 100%;
    padding-top: 0.533333rem;
}
.logo {
    width: 3.04rem;
    height: 3.04rem;
    background: url("../img/logo.png") no-repeat;
    background-size:100% 100%;
    margin: 0 auto;
}
.title {
    font-size: 20px;
    font-weight: bold;
    margin-top: .773333rem;
    margin-bottom: .266667rem;
}
.common-s {
    text-align: center;
    color: #676767;
}
.text {
    margin-bottom: 5px;
    font-size: 14px;
}
.download {
    margin-top: 0.5rem;
}
.ios {
    width: 6.4rem;
    height: 1.333333rem;
    background: url("../img/iphone.png") no-repeat;
    background-size:100% 100%;  
    margin: 0 auto;  
}
.android {
    width: 6.4rem;
    height: 1.333333rem;
    background: url("../img/android.png") no-repeat;
    background-size:100% 100%;  
    margin: 0 auto;  
    margin-bottom: .366667rem;
}

.footer {
    font-size: 12px;
    color: #BCBCBC;
    padding: 24px;
    margin-top: 0.3rem;
    line-height: 22px;
}
.footer span a {
    color: #4A6EFF;
}


/* 下载页2 */
.app2 {
    position: absolute;
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
    background: url("../img/bg2.png") no-repeat;
    background-size:100% auto;
    padding-top: 0.533333rem;
}
.logo2 {
    width: 2.95rem;
    height: 2.95rem;
    background: url("../img/logo2.png") no-repeat;
    background-size:100% 100%;
    margin: 0 auto;
}
.common-title{
	font-size: 16px;
	font-weight: 500;
	color: #565656;
	line-height: 24px;
	text-align: center;
}
.download2{
	margin-top: 0.64rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.split-line{
	width: calc(100% - 1rem);
	height: 1px;
	opacity: 1;
	background: #EEEEEE;
	margin: 0.34rem 0 0.64rem;
	box-sizing: border-box;
}
.download-btn{
	width: 6.455rem;
	height: 1.12rem;
	background: linear-gradient(202deg, #7E97FF 0%, #4A6EFF 100%);
	border-radius: 23px;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.12rem;
	margin-bottom: 0.428rem;
}
