@import "/static/fonts/font.css";

.w {
    width: 1300px;
    margin: auto;
}

body {
    font-family: GoogleSans, "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", sans-serif;
}

#header .container {
    width: 1300px !important;
    margin: 0 auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.w-left {
    width: 980px;
    height: auto;
}

.s {
    margin-bottom: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.w-right {
    height: auto;
    width: 300px;
    margin-left: 20px;
}

i {
    font-size: 12px;
}

.l {
    float: left;
}

html {
    position: relative;
}

.r {
    float: right;
}

html, body {
    background-color: #f3f6f8;
}

.position-ref {
    position: relative;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.full-height {
    height: 100vh;
}

.code {
    border-right: 2px solid;
    font-size: 26px;
    padding: 0 15px 0 15px;
    text-align: center;
}

.message {
    font-size: 18px;
    text-align: center;
}

/*.kfk {
    display: none !important;
}*/

