

#main{
    max-width: 1250px;
    margin: auto;
}

*{
    -webkit-tap-highlight-color: rgb(0, 0, 0, 0);
}


.banner{
    position: relative;
    width: 100%;
    font-size: 0em;
}

.downloadArea {
	position: absolute;
	width: 100%;
	top: 26%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* top: 256px; */
	display: flex;
	align-items: center;
	justify-content: center;
}

img{
    width: 100%;
}


#ios-download {
    display: block;
}
#ios-hover {
    display: none;
}

#google-download {
    display: block;
}
#google-hover {
    display: none;
}

#android-download {
    display: block;
}
#android-hover {
    display: none;
}

.download {
    cursor: pointer;
}


.qrCode{
    width: 21%;
}

.DownloadType{
    width: 19%;
		margin-left: 73px;
}

.DownloadType img{
    display: block;
}
.DownloadType ul{
		margin: 0;
		padding-left: 0;
		/* display: flex;
		flex-direction: column;
		height: 265px;
		justify-content: space-between; */
}
.DownloadType li{
    margin-bottom: 10%;
    list-style: none;
}

.DownloadType li:first-child{
	margin-top: 10%;
}

.banner2{
    font-size: 0em;
}

.tips{
    margin: auto;
    margin-bottom: 1.4em;
    white-space: nowrap;
    width: fit-content;
}

#title{
    font-family: SourceHanSansCN-Medium;
    font-size: 2.5em;
    color: #333333;
    letter-spacing: 0;
    font-weight: 500;
}



.line-color{
    width: 6%;
    border-top: solid #0362D5 0.17em;
    display: inline-block;
    margin-top: 1em;
    margin-bottom: 1.67em;
}

.line{
    width: 94%;
    border-top: solid #F7F7F7 0.17em;
    display: inline-block;
    margin-top: 1em;
    margin-bottom: 1.67em;
}

.tips p{
    font-size: 1.4em;
    height: 1.86em;
    font-family: PingFangSC-Regular;
    color: #333333;
    letter-spacing: 0;
    line-height: 1.86em;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}

.tips a {
    color: #0362D5;
    font-size: 1em;
    font-family: PingFangSC-Regular;
    letter-spacing: 0;
    font-weight: 400;
}

