@charset "utf-8";
.absolute_full,
.fixed_full {
    bottom: 0;
    right: 0;
    left: 0;
    top: 0
}

* {
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch
}

body,
html {
    min-height: 100%;
    width: 100%;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: auto;
    ::-webkit-scrollbar {
        width: 0;
        height: 1px;
        display: none;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
        background: rgba(0, 0, 0, .2)
    }
}

body {
    overflow-x: hidden;
    overflow-y: auto
}

.text_over,
.text_overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    direction: none;
    font-weight: 400;
    font-style: normal;
    font-size: 100%;
    font-family: "Microsoft YaHei", 微软雅黑, MicrosoftJhengHei;
    vertical-align: baseline;
    -webkit-user-select: none;
    user-select: none;
    -mo-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-highlight: none;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none
}

e {
    display: inline-block;
    font-family: din
}

table {
    border-collapse: separate;
    border-spacing: 0
}

caption,
td,
th {
    text-align: left;
    font-weight: 400
}

a img,
img {
    border: none;
    vertical-align: bottom
}

a {
    text-decoration: none;
    color: #1a1a1a;
    cursor: pointer
}

.norm_word,
.text_white {
    color: #fff
}

ol,
ul {
    list-style: none
}

button,
input,
select,
textarea {
    font-size: 100%;
    font-family: inherit
}

select {
    margin: inherit
}

.dis_none,
.hidden {
    display: none !important
}

.clear {
    zoom: 1
}

.close:after,
.close:before {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 100%;
    background-color: #fff
}

.close:before {
    transform: rotate(45deg)
}

.close:after {
    transform: rotate(-45deg)
}

.text_center {
    text-align: center
}

.icon_bg {
    background: url(../image/1909rank/icon.png) left center no-repeat
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.flex_direction_column {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column
}

.flex_wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex_flow_column_wrap {
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    -o-flex-flow: column wrap;
    flex-flow: column wrap
}

.justify_content_end {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end
}

.justify_content_center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center
}

.justify_content_between {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between
}

.justify_content_around {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around
}

.align_items_end {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end
}

.align_items_center {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

.absolute_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.absolute_x_center {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0)
}

.absolute_y_center {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%)
}

.absolute_zero {
    position: absolute;
    left: 0;
    top: 0
}

.absolute_full {
    position: absolute
}

.fixed_full {
    position: fixed
}

.norm_bg {
    background: #1e1c2a
}

.norm_word {
    font-size: 28px;
    line-height: 40px
}