
body {
    /*font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;*/
    text-rendering: geometricPrecision !important;
    font-family: 'Josefin Sans', 'PingFang SC' !important;
    -webkit-font-smoothing: antialiased !important;
    -webkit-text-size-adjust: 100% !important;
    background-color: #f4f6f7;
}

[v-cloak] {
    display: none !important;
}

.top-page {
    background: linear-gradient(45deg, rgba(254, 172, 94, 0.5), rgba(199, 121, 208, 0.5), rgba(75, 192, 200, 0.5)) no-repeat fixed center top;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
}

.but-sty {
    text-align: center;
    width: 100%;
    margin-top: 20%;
    padding-bottom: 3%;
}

.title-text {
    margin-top: 10%;
    text-align: center;
    font-size: 5rem;
    color: rgba(0, 0, 0, 0.67);
}

.text-content {
    margin-top: 2%;
    text-align: center;
    font-size: 3rem;
    color: rgba(0, 0, 0, 0.67);
}

.but-code {
    margin-right: 1%;
    width: 30%;
    height: 4rem;
    font-size: 2rem;
}

.but-photo {
    background-color: rgba(122, 231, 239, 0.5);
    border-color: rgba(255, 255, 255, 0);
    width: 30%;
    height: 4rem;
    font-size: 2rem;
}

/*  code  */

.tag-sty {
    display: flex;
    width: 100%;
    flex-direction: row;
    padding: 0.5rem;
}

.car-content {
    background-color: white;
    /*border: 1px solid rgba(87, 87, 87, 0.75);*/
    /*box-shadow: 0px 0.2rem 0.5rem rgba(0, 0, 0, 0.22);*/
    width: 80%;
    /*margin-left: 3%;*/
    /*margin-right: 3%;*/
    margin-bottom: 1.5rem;
    padding: 2rem;
}

.car-content:hover {
    text-decoration: #41cce2 underline;
    cursor: pointer;
}

.left-auth {
    width: 35%;
    background-color: #f4f6f7;
    display: flex;
    flex-direction: column;
    padding: 1.5rem 2% 2% 2%;
}

.img-sty {
    padding: 5%;
    background-color: white;
    width: 100%;
}

.img-sty img {
    clear: both;
    display: block;
    width: 40%;
    margin: 3% auto auto;
}

.auth-text {
    display: flex;
    flex-direction: column;
}

.center-content {
    width: 100%;
    background-color: #f4f6f7;
    padding: 1.5rem 5% 5% 5%;
}

.link-menu {
    margin-top: 5%;
    float: right;
}