* {
    margin: 0;
    padding: 0;
    font-family: SourceHanSansCN-Light;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}
#app {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background: radial-gradient(circle,#273D47, #12182B);
    overflow: hidden;
    color: #FFFFFF;
}
.content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.icon {
    width: .7rem;
    height: .7rem;
    margin-bottom: .2rem;
}
.title {
    font-size: .19rem;
    margin-bottom: .05rem;
}
.desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: .2rem 0 .1rem;
    padding: .1rem .3rem;
    border: 1px solid #fff;
    border-width: 1px 0 1px 0;
}
.subTitle, .welcome {
    font-size: .15rem;
}
.welcome {
    margin-bottom: .3rem;
}
.buttonGroup {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.button {
    display: inline-block;
    font-size: .13rem;
    height: .27rem;
    width: 1.5rem;
    line-height: .27rem;
    text-align: center;
    border-radius: .27rem;
    border: 1px solid #fff;
}
.imageGroup {
    margin-bottom: 48px;
    display: flex;
    flex-direction: row;
    gap: 16px;
}
.imageItem {
    display: flex;
    height: 64px;
    line-height: 64px;
}
.app-download-img {
    width: 180px;
    height: auto;
    object-fit: contain;
}