* {
    margin: 0;
    padding: 0;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

body {
    color: #ffffff;
    line-height: 1.6;
    background-color: #24282b;
    font-size: .875rem;
}

blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a, a:active, a:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
}

img {
    border: none;
    display: inline-block;
    vertical-align: middle
}

li {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700
}

em, i {
    font-style: normal
}

hr {
    margin: .625rem 0;
    border: 0;
    border-bottom: .0625rem solid #e2e2e2;
    height: .0625rem;
    transform: scaleY(.5);
    transform-origin: 0 0
}

textarea {
    overflow: hidden;
    height: auto !important
}

input::-ms-clear {
    display: none
}

input::-webkit-search-cancel-button {
    display: none
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 62.5rem #fff inset !important
}

input[type=submit] {
    cursor: pointer
}

input[type=submit], input[type=search], input[type=text], input[type=email], input[type=password], textarea, select, option {
    -webkit-appearance: none
}

button, input, select, textarea {
    font-size: 100%
}

button, input, optgroup, option, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0
}

.round {
    border-radius: 5000px;
}

.radius {
    border-radius: 0.5rem;
}

.radius-sm {
    border-radius: 0.1875rem;
}

.radius-lg {
    border-radius: 1rem;
}

.flex {
    display: flex
}

.flex-xs {
    flex-basis: 20%
}

.flex-sm {
    flex-basis: 40%
}

.flex-df {
    flex-basis: 50%
}

.flex-lg {
    flex-basis: 60%
}

.flex-xl {
    flex-basis: 80%
}

.flex-sub {
    flex: 1
}

.flex-twice {
    flex: 2
}

.flex-treble {
    flex: 3
}

.flex-direction {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.align-start {
    align-items: flex-start
}

.align-end {
    align-items: flex-end
}

.align-center {
    align-items: center
}

.align-stretch {
    align-items: stretch
}

.self-start {
    align-self: flex-start
}

.self-center {
    align-self: flex-center
}

.self-end {
    align-self: flex-end
}

.self-stretch {
    align-self: stretch
}

.align-stretch {
    align-items: stretch
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.justify-around {
    justify-content: space-around
}

.grid {
    display: flex;
    flex-wrap: wrap
}

.grid.col-1 > div {
    width: 100%
}

.grid.col-2 > div {
    width: 50%
}

.grid.col-3 > div {
    width: 33.33%
}

.grid.col-4 > div {
    width: 25%
}

.grid.col-5 > div {
    width: 20%
}

.relative {
    position: relative !important
}

.absolute {
    position: absolute !important
}

.pull-left {
    float: left !important
}

.pull-right {
    float: right !important
}

.block {
    display: block !important
}

.none {
    display: none !important
}

.cf::after, .cf::before {
    content: " ";
    display: table
}

.cf::after {
    clear: both
}

.transition {
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear
}

.help-block {
    color: #999;
    font-size: 0.75rem;
    margin-top: 0.625rem
}

.hr-line-dashed {
    color: #fff;
    height: 1px;
    margin: 0.9375rem 0;
    background-color: #fff;
    border-top: 1px dashed #e7eaec
}

.hr-line-solid {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
    border-bottom: 1px solid #e7eaec;
    background-color: rgba(0, 0, 0, 0)
}

.hidden {
    overflow: hidden;
}

.text-red {
    color: #e54d42 !important
}

.text-orange {
    color: #f37b1d !important
}

.text-yellow {
    color: #fbbd08 !important
}

.text-olive {
    color: #8dc63f !important
}

.text-green {
    color: #39b54a !important
}

.text-cyan {
    color: #1cbbb4 !important
}

.text-blue {
    color: #0081ff !important
}

.text-purple {
    color: #6739b6 !important
}

.text-mauve {
    color: #9c26b0 !important
}

.text-pink {
    color: #e03997 !important
}

.text-brown {
    color: #a5673f !important
}

.text-grey {
    color: #8799a3 !important
}

.text-gray {
    color: #aaa !important
}

.text-black {
    color: #333 !important
}

.text-white {
    color: #fff !important
}

.text-xs {
    font-size: 0.625rem !important
}

.text-sm {
    font-size: 0.75rem !important
}

.text-df {
    font-size: 0.875rem !important
}

.text-lg {
    font-size: 1rem !important
}

.text-xl {
    font-size: 1.125rem !important
}

.text-xxl {
    font-size: 1.375rem !important
}

.text-sl {
    font-size: 2.5rem !important
}

.text-xsl {
    font-size: 3.75rem !important
}

.text-cut {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.text-bold {
    font-weight: 700 !important
}

.text-top {
    vertical-align: top !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-middle {
    vertical-align: middle !important
}

.text-bottom {
    vertical-align: bottom !important
}

.bg-red {
    background-color: #e54d42;
    color: #fff
}

.bg-orange {
    background-color: #f37b1d;
    color: #fff
}

.bg-yellow {
    background-color: #fbbd08;
    color: #333
}

.bg-olive {
    background-color: #8dc63f;
    color: #fff
}

.bg-green {
    background-color: #39b54a;
    color: #fff
}

.bg-cyan {
    background-color: #1cbbb4;
    color: #fff
}

.bg-blue {
    background-color: #0081ff;
    color: #fff
}

.bg-purple {
    background-color: #6739b6;
    color: #fff
}

.bg-mauve {
    background-color: #9c26b0;
    color: #fff
}

.bg-pink {
    background-color: #e03997;
    color: #fff
}

.bg-brown {
    background-color: #a5673f;
    color: #fff
}

.bg-grey {
    background-color: #8799a3;
    color: #fff
}

.bg-gray {
    background-color: #f0f0f0;
    color: #333
}

.bg-black {
    background-color: #333;
    color: #fff
}

.bg-white {
    background-color: #fff;
    color: #666
}

.bg-red.light {
    color: #e54d42;
    background-color: #fadbd9
}

.bg-orange.light {
    color: #f37b1d;
    background-color: #fde6d2
}

.bg-yellow.light {
    color: #fbbd08;
    background-color: #fef2ced2
}

.bg-olive.light {
    color: #8dc63f;
    background-color: #e8f4d9
}

.bg-green.light {
    color: #39b54a;
    background-color: #d7f0dbff
}

.bg-cyan.light {
    color: #1cbbb4;
    background-color: #d2f1f0
}

.bg-blue.light {
    color: #0081ff;
    background-color: #cce6ff
}

.bg-purple.light {
    color: #6739b6;
    background-color: #e1d7f0
}

.bg-mauve.light {
    color: #9c26b0;
    background-color: #ebd4ef
}

.bg-pink.light {
    color: #e03997;
    background-color: #f9d7ea
}

.bg-brown.light {
    color: #a5673f;
    background-color: #ede1d9
}

.bg-grey.light {
    color: #8799a3;
    background-color: #e7ebed
}

.bg-gradual-red {
    background-image: linear-gradient(45deg, #f43f3b, #ec008c);
    color: #fff
}

.bg-gradual-orange {
    background-image: linear-gradient(45deg, #ff9700, #ed1c24);
    color: #fff
}

.bg-gradual-green {
    background-image: linear-gradient(45deg, #39b54a, #8dc63f);
    color: #fff
}

.bg-gradual-purple {
    background-image: linear-gradient(45deg, #9000ff, #5e00ff);
    color: #fff
}

.bg-gradual-pink {
    background-image: linear-gradient(45deg, #ec008c, #6739b6);
    color: #fff
}

.bg-gradual-blue {
    background-image: linear-gradient(45deg, #0081ff, #1cbbb4);
    color: #fff
}

.margin-0 {
    margin: 0
}

.margin-xs {
    margin: 0.3125rem
}

.margin-sm {
    margin: 0.625rem
}

.margin {
    margin: 0.9375rem
}

.margin-lg {
    margin: 1.25rem
}

.margin-xl {
    margin: 1.5625rem
}

.margin-top-xs {
    margin-top: 0.3125rem
}

.margin-top-sm {
    margin-top: 0.625rem
}

.margin-top {
    margin-top: 0.9375rem
}

.margin-top-lg {
    margin-top: 1.25rem
}

.margin-top-xl {
    margin-top: 1.5625rem
}

.margin-right-xs {
    margin-right: 0.3125rem
}

.margin-right-sm {
    margin-right: 0.625rem
}

.margin-right {
    margin-right: 0.9375rem
}

.margin-right-lg {
    margin-right: 1.25rem
}

.margin-right-xl {
    margin-right: 1.5625rem
}

.margin-bottom-xs {
    margin-bottom: 0.3125rem
}

.margin-bottom-sm {
    margin-bottom: 0.625rem
}

.margin-bottom {
    margin-bottom: 0.9375rem
}

.margin-bottom-lg {
    margin-bottom: 1.25rem
}

.margin-bottom-xl {
    margin-bottom: 1.5625rem
}

.margin-left-xs {
    margin-left: 0.3125rem
}

.margin-left-sm {
    margin-left: 0.625rem
}

.margin-left {
    margin-left: 0.9375rem
}

.margin-left-lg {
    margin-left: 1.25rem
}

.margin-left-xl {
    margin-left: 1.5625rem
}

.margin-lr-xs {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem
}

.margin-lr-sm {
    margin-left: 0.625rem;
    margin-right: 0.625rem
}

.margin-lr {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem
}

.margin-lr-lg {
    margin-left: 1.25rem;
    margin-right: 1.25rem
}

.margin-lr-xl {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem
}

.margin-tb-xs {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem
}

.margin-tb-sm {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem
}

.margin-tb {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem
}

.margin-tb-lg {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.margin-tb-xl {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem
}

.padding-0 {
    padding: 0
}

.padding-xs {
    padding: 0.3125rem
}

.padding-sm {
    padding: 0.625rem
}

.padding {
    padding: 0.9375rem
}

.padding-lg {
    padding: 1.25rem
}

.padding-xl {
    padding: 1.5625rem
}

.padding-top-xs {
    padding-top: 0.3125rem
}

.padding-top-sm {
    padding-top: 0.625rem
}

.padding-top {
    padding-top: 0.9375rem
}

.padding-top-lg {
    padding-top: 1.25rem
}

.padding-top-xl {
    padding-top: 1.5625rem
}

.padding-right-xs {
    padding-right: 0.3125rem
}

.padding-right-sm {
    padding-right: 0.625rem
}

.padding-right {
    padding-right: 0.9375rem
}

.padding-right-lg {
    padding-right: 1.25rem
}

.padding-right-xl {
    padding-right: 1.5625rem
}

.padding-bottom-xs {
    padding-bottom: 0.3125rem
}

.padding-bottom-sm {
    padding-bottom: 0.625rem
}

.padding-bottom {
    padding-bottom: 0.9375rem
}

.padding-bottom-lg {
    padding-bottom: 1.25rem
}

.padding-bottom-xl {
    padding-bottom: 1.5625rem
}

.padding-left-xs {
    padding-left: 0.3125rem
}

.padding-left-sm {
    padding-left: 0.625rem
}

.padding-left {
    padding-left: 0.9375rem
}

.padding-left-lg {
    padding-left: 1.25rem
}

.padding-left-xl {
    padding-left: 1.5625rem
}

.padding-lr-xs {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem
}

.padding-lr-sm {
    padding-left: 0.625rem;
    padding-right: 0.625rem
}

.padding-lr {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem
}

.padding-lr-lg {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.padding-lr-xl {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem
}

.padding-tb-xs {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem
}

.padding-tb-sm {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem
}

.padding-tb {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem
}

.padding-tb-lg {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.padding-tb-xl {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem
}

.dashed, .dashed-bottom, .dashed-left, .dashed-right, .dashed-top, .solid, .solid-bottom, .solid-left, .solid-right, .solid-top, .solids, .solids-bottom, .solids-left, .solids-right, .solids-top {
    position: relative
}

.dashed-bottom::after, .dashed-left::after, .dashed-right::after, .dashed-top::after, .dashed::after, .solid-bottom::after, .solid-left::after, .solid-right::after, .solid-top::after, .solid::after, .solids-bottom::after, .solids-left::after, .solids-right::after, .solids-top::after, .solids::after {
    content: " ";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    transform: scale(.5);
    transform-origin: 0 0;
    pointer-events: none;
    box-sizing: border-box
}

.solid::after {
    border: 1px solid rgba(0, 0, 0, .1)
}

.solid-top::after {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.solid-right::after {
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.solid-bottom::after {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.solid-left::after {
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.solids::after {
    border: 0.25rem solid #eee
}

.solids-top::after {
    border-top: 0.25rem solid #eee
}

.solids-right::after {
    border-right: 0.25rem solid #eee
}

.solids-bottom::after {
    border-bottom: 0.25rem solid #eee
}

.solids-left::after {
    border-left: 0.25rem solid #eee
}

.dashed::after {
    border: 1px dashed #ddd
}

.dashed-top::after {
    border-top: 1px dashed #ddd
}

.dashed-right::after {
    border-right: 1px dashed #ddd
}

.dashed-bottom::after {
    border-bottom: 1px dashed #ddd
}

.dashed-left::after {
    border-left: 1px dashed #ddd
}

.page {
    padding: 1rem;
}

.top {
    width: 100%;
    height: 3rem;
    padding: 0 0.625rem;
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: #24282b;
}

.top .left {
    position: absolute;
    left: 0.625rem;
    top: .65rem;
}

.top .left img {
    width: 1.5rem;
    height: 1.5rem;
}

.top .right {
    position: absolute;
    right: 0.625rem;
    top: 0;
}

.top .tit {
    width: 100%;
    line-height: 3rem;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    display: block;
}

.top-block {
    height: 3rem;
}

.nav-block {
    height: 3.75rem;
}

.nav-box {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    background-color: #171b1d;
    display: flex;
}

.nav-box a {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem 0;
    font-size: 0.75rem;
}

.nav-box a img {
    width: 1.4375rem;
    height: 1.4375rem;
}

.nav-box a.hover {
    color: #F528F5;
}