body {
    font-size: 14px;
    text-indent: 0;
    margin: 0;
}

#app {
    padding: 0 10px;
}

.font-we {
    font-weight: 800;
    color: #000;
}
.col-000 {
    color: #000;
}
div {
    color: #1A1819;
}
.mar-top-10 {
    margin-top: 5px;
}
.mar-top-20 {
    margin-top: 20px;
}
.title {
    text-align: center;
}
.container {
    padding: 0 10px;
    line-height: 26px;
}

.loginBtn {
    height: 45px;
    background: #ff5550;
    border-radius: 25px;
    color: white;
    margin: 20px 0;
}

[v-cloak] {
    display: none;
}