/*@font-face {*/
/*    font-family: 'PingFangSC-Regular';*/
/*    src: url('/public/fonts/font2/PingFang-sc-regular.ttf');*/
/*}*/

/*@font-face {*/
/*    font-family: 'PingFang-SC-Bold';*/
/*    src: url('/public/fonts/font2/PingFang-Bold.ttf');*/
/*}*/

[v-cloak] {
    display: none;
}

html,body {
    height: 100%
}

.app {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.container {
    width: 1140px;
    min-width: 1140px;
    margin: 0 auto;
}

.header {
    height: 70px;
    position: relative;
    display: flex;
    align-items: center;
}

.header span {
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}

.main {
    min-height: 100%;
    width: 100%;
    background-size: cover;
    background-image: url(/public/static/login/img/bj-right.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.content {
    margin-top: -20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.main-title-text {
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}


.footer {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.footer > div, .footer > div > a {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.footer > div:first-child {
    margin-top: 20px;
    vertical-align: middle;
}

.footer > div:first-child a {
    margin-right: 5px;
}

.footer > div:first-child a, span, img {
    vertical-align: middle;
}

.footer > div:last-child {
    margin-top: 5px;
    /*margin-bottom: 10px;*/
}
