/*@import "/static/fonts/font.css";*/

html {
    position: relative;
}
html, body {
    background-color: #fff;
}

body {
    font-family: GoogleSans, "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 16px;
    color: #333;
}

body, dd, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, ul {
    margin: 0;
    word-wrap: break-word;
    word-break: normal;
}
/*body {*/
/*    font-family: "Microsoft YaHei", "PingFang SC", "Lantinghei SC", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft Yahei", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;*/
/*    color: #333;*/
/*}*/

body h3 {
    font-size: 20px;
    font-family: MicrosoftYaHei;
    color: #333;
    line-height: 26px;
    position: relative;
    padding-left: 16px;
    box-sizing: border-box;
    font-weight: 400;
}
body h3:before{
    position: absolute;
    left: 0;
    top: 6px;
    content: '';
    width: 6px;
    height: 16px;
    background: #d10420;
    border-radius: 4px;
}

/*li {*/
/*    display: list-item;*/
/*    text-align: -webkit-match-parent;*/
/*    unicode-bidi: isolate;*/
/*}*/

a:hover {
    text-decoration: none; }

a {
    display: inline-block;
}

b, em, i {
    font-style: normal;
    font-weight: 400;
}

button, input {
    border: none;
    padding: 0;
}

button, input, select {
    outline: 0;
}

#header .container {
    width: 1300px !important;
    margin: 0 auto;
}

.clearfix {
}
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.s {
    margin-bottom: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.l {
    float: left;
}
.r {
    float: right;
}


.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;
}*/

