
.spcl-wrap {
    width: 100vw;
    height: 100vh;
    background-image: url("https://cdn.xu5g.com/spcl/spcl_download_bg.png");
    background-size: cover;
    background-position: center;
    position: relative;
}

.spcl-top {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.spcl-top-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 120px;
}

.spcl-logo {
    width: 180px;
}

.spcl-logo > img {
    width: 100%;
    border-radius: 15px;
}

.spcl-title {
    color: #37C1BC;
    font-weight: 800;
    font-size: 46px;
}

.spcl-down-wrap {
    position: absolute;
	bottom: 90px;
	width: 100%;
	text-align: center;
}

.spcl-down-btn {
    text-decoration: none;
	color: #FFFFFF;
    line-height: 100px;
    font-size: 50px;
	padding: 10px 30px;
	display: inline-block;
    width: 400px;
    height: 100px;
	border-radius: 60px;
	background-color: #37C1BC;
}

.spcl-down-btn:nth-child(2) {
    margin-left: 15px;
}

.android-download {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	position: absolute;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}
.android-download > img {
	width: 250px;
}