@font-face {
    font-family: 'FranklinITCStd-Light';
    src: url('../fonts/FranklinITCStd-Light.woff2') format('woff2'),
        url('../fonts/FranklinITCStd-Light.woff') format('woff'),
        url('../fonts/FranklinITCStd-Light.ttf') format('truetype');
}
* {
    padding: 0;
    margin: 0;
}
[v-cloak] {
    display: none !important;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'FranklinITCStd-Light', 'Arial', 'Microsoft Yahei', 'ST Heiti', 'Droid Font',
        sans-serif;
    font-weight: 300;
}
.main-tain {
    background-color: #f6f6f6;
    width: 100vw;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.main-tain__header {
    height: 114px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.main-tain__header--img {
    height: 48px;
    width: auto;
}
.main-tain__section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 1;
    padding: 0 16px;
}
.main-tain__section--img {
    width: 120px;
    height: 120px;
}
.main-tain__section--content {
    margin-top: 20px;
    text-align: center;
}
.main-tain__title {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 300;
}
.main-tain__tips {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    margin-top: 16px;
}
.main-tain__footer {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    background-color: #fff;
}
.main-tain__footer--text {
    font-size: 14px;
    color: #767676;
    text-align: center;
}
@media screen and (max-width: 1280px) {
    .main-tain__header {
        height: 61px;
    }
    .main-tain__header--img {
        height: 32px;
    }
    .main-tain__section--img {
        width: 90px;
        height: 90px;
    }
    .main-tain__title {
        font-size: 20px;
    }
    .main-tain__tips {
        font-size: 12px;
    }
}
