*{
    margin: 0px;
    padding: 0px;
}
body{
    width: 100%;
    height: 100vh;
    background: url('/img/background.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: '微软雅黑';
}
.box{
    width: 100%;
    height: 23vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.box-logo{
    width: 80px;
    height: 80px;
    border-radius: 6px;
}
.box-logo img{
    border-radius: 6px;
}
.box-p{
    color: #ffffff;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}
.con{
    color: #ffffff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.con h1{
    line-height: 58px;
    letter-spacing:2px
}
.con p{
    letter-spacing:2px
}
.btn{
    width: 100%;
    height: 46vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.btn-box{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.btn-box button{
	width: 250px;
	height: 50px;
	background-color: #0088ff;
	border-radius: 45px;
    margin-bottom: 10px;
    border: none;
    color: #ffffff;
    font-size: 15px;
}
.iphone,.android{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.iphone img,
.android img{
    width: 23px;
    margin-right: 10px;
}