* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', SourceHanSansCN-Light;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}
#app {
    display: flex;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: #1D2027;
    overflow: hidden;
    color: #FFFFFF;
    box-sizing: border-box;
    padding-top: 27vh;
    overflow: hidden;
    position: relative;
}
.content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.icon {
    width: .7rem;
    height: .7rem;
    margin-bottom: .2rem;
    border-radius: 0.15rem;
    border: 1px solid #1AE5A6;
}
.title {
    font-size: .19rem;
    margin-bottom: .1rem;
    font-weight: lighter;
}
.welcome {
    margin-bottom: .3rem;
    font-weight: 300;
    font-size: .13rem;
}
.buttonGroup {
    display: flex;
    flex-wrap: wrap;
}
.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;
    margin-right: .1rem;
    font-weight: 400;
}
.sub-title {
    margin-bottom: 0.5rem;
    font-size: .15rem;
}
.bg-wave {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
}
.top-left {
    top: -0.7rem;
    left: -0.62rem;
    
}
.down-right {
    bottom: -1.25rem;
    right: -1.25rem;
}