html {
    --bg-color-1: #fff;
    --bg-color-2: #17171a;
    --bg-color-3: #f9f9f9;
    --bg-color-4: #f6f6f6;
    --bg-color-5: #eee;
    --color-primary: #ffd21a;
    --color-error: #ea6527;
    --color-footer: #f6f6f6;
    --text-color-markedness: #ea6527;
    --text-color-1: #222;
    --text-color-2: #999;
    --text-color-3: #ccc;
    --text-color-4: #eee;
    --text-color-6: #666;
    --text-color-7: #fff;
    --text-color-8: #333;
    --text-color-9: #949494;
    --text-color-10: #17171a;
    --radius-8: 8px;
    --radius-12: 12px;
    --btn-border-common: 1px solid #ccc;
    --btn-border-eee: 1px solid #eee;
    --btn-border-222: 1px solid #222;
    --btn-border-ccc: 1px solid #ccc;
    --width-center: 1200px
}

* {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    list-style: none;
    margin: 0;
    padding: 0
}

body {
    background-color: #fff
}

a {
    text-decoration: none
}

img {
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    user-drag: none;
    border: none
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.v-ipt {
    border: 0;
    outline: none
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-ms-clear {
    display: none
}

input[type=number]::-ms-reveal {
    display: none
}

input.error {
    border: 1px solid #ea6527
}

input.error:focus {
    border: 1px solid #ea6527
}

.page .act {
    background-color: #ffd21a
}

.page .act a {
    color: #333
}

.page li img {
    height: 10px;
    width: 10px
}

.page-content {
    overflow: hidden
}

.eye {
    background-image: url(/pc-assets/images/cd9d4c26086c42f5709b.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 18px;
    width: 20px
}

.new-text {
    width: 145px
}

.lock {
    height: 40px;
    width: 40px
}

.eye:active {
    background-image: url(/pc-assets/images/4ae454e25d08ba18f3dc.png)
}

.box-center {
    margin: 0 auto;
    width: 1200px
}

.doc-center {
    min-height: calc(100vh - 171px)
}

.line {
    border: 1px dashed #ccc;
    height: 0;
    width: 100%
}

.vertical {
    border: 1px solid #ccc;
    height: 9px;
    width: 0
}

.tag {
    border: 1px solid #ccc;
    border-radius: 4px 4px 4px 4px;
    color: #666;
    display: inline-block;
    float: left;
    font-size: 10px;
    height: 17px;
    line-height: 15px;
    min-width: 36px;
    padding: 0 5px;
    text-align: center
}

.tag + .tag {
    margin-left: 8px
}

.title {
    color: #222;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px
}

.mask {
    background-color: rgba(0,0,0,.5);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99
}

.more {
    color: #666;
    font-size: 13px
}

.login-modal {
    left: 50%;
    position: fixed;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.more > img {
    margin-left: 4px;
    width: 10px
}

.sort-btn {
    border: 1px solid #ccc;
    border-radius: 181px 181px 181px 181px;
    font-size: 16px;
    height: 29px;
    width: 104px
}

.sort-btn > * {
    line-height: 29px
}

.sort-btn .inverted {
    background-image: url(/pc-assets/images/fa406599c4517b5abb5b.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 14px;
    margin-left: 2px;
    width: 14px
}

.sort-btn.act {
    border: 1px solid #222
}

.sort-btn.act a, .sort-btn.act p {
    color: #222
}

.sort-btn.act .inverted {
    background-image: url(/pc-assets/images/244a051916657b7af9e8.png)
}

.btn {
    padding: 14px 44px;
    width: auto
}

.toast {
    background-color: rgba(1,1,1,.6);
    border-radius: 3px;
    color: #fff;
    left: 50%;
    max-width: 30%;
    min-height: 50px;
    min-width: 100px;
    opacity: 0;
    position: fixed;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: opacity .3s;
    z-index: -10086
}

.empty {
    height: 100px;
    line-height: 100px
}

.toast-center {
    padding: 15px 30px
}

button {
    background-color: transparent;
    border: none;
    outline: none
}

.page li {
    background-color: #f6f6f6;
    border-radius: 4px;
    font-size: #999999;
    height: 28px;
    min-width: 28px
}

.page li a {
    height: 100%;
    line-height: 28px;
    padding: 0 5px;
    text-align: center;
    width: 100%
}

.page li + li {
    margin-left: 8px
}

.crumbs {
    font-size: 16px
}

.crumbs img {
    margin: 0 5px;
    width: 10px
}

.rank {
    background: #ffd21a;
    border-radius: 8px 0 8px 0;
    font-family: D-DIN;
    height: 36px;
    width: 37px;
    z-index: 2
}

.triangle {
    border-bottom: 8px solid #f9f9f9;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    height: 0;
    position: absolute;
    right: 16px;
    top: -8px;
    width: 0
}

.update-tip {
    background: #ffd21a;
    border-radius: 0 0 8px 8px;
    height: 25px;
    line-height: 25px;
    opacity: .9
}

.ipt {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px 12px 12px 12px;
    height: 53px;
    outline: none;
    padding: 16px;
    width: 540px
}

.ipt:-ms-input-placeholder {
    color: #999;
    font-size: 16px
}

.ipt::placeholder {
    color: #999;
    font-size: 16px
}

.ipt:focus {
    border: 1px solid #eee
}

.ipt.err {
    border: 1px solid #ea6527
}

.footer {
    background-color: #f6f6f6;
    font-size: 13px;
    height: 97px
}

.no-drag {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    user-drag: none;
    pointer-events: none
}

.scale-h {
    transition: transform .2s
}

.scale-h:hover {
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

#header {
    min-height: 74px
}

#footer {
    min-height: 97px
}

.none {
    display: none !important
}

.z-top {
    z-index: 100
}

.us-none {
    -ms-user-select: none;
    user-select: none
}

.event-none {
    pointer-events: none
}

.bold {
    font-weight: 700
}

.lighter {
    font-weight: lighter
}

.weight-400 {
    font-weight: 400
}

.visible {
    overflow: visible
}

.hidden {
    overflow: hidden
}

.radius-8 {
    border-radius: 8px
}

.radius-12 {
    border-radius: 12px
}

.bg-color-header {
    background-color: var(--bg-color-header)
}

.bg-color-primary {
    background-color: #ffd21a
}

.bg-color-f9 {
    background-color: #f9f9f9
}

.bg-color-f6 {
    background-color: #f6f6f6
}

.bg-color-ee {
    background-color: #eee
}

.bg-color-error {
    background-color: #ea6527
}

.bg-white {
    background-color: #fff
}

.bg-black {
    background-color: #17171a
}

.bg-eee {
    background-color: #eee
}

.text-primary {
    color: #ffd21a
}

.text-common {
    color: #999
}

.text-white {
    color: #fff
}

.text-markedness {
    color: #ea6527
}

.text-black {
    color: #222
}

.text-center {
    text-align: center
}

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

.multi-ellipsis {
    width: 100%
}

.cp {
    cursor: pointer
}

.block {
    display: block
}

.border-box {
    box-sizing: border-box
}

.fixed, .sticky {
    top: 0
}

.border-c {
    border: 1px solid #ccc
}

.border-e {
    border: 1px solid #eee
}

.flex {
    display: -ms-flexbox;
    display: flex
}

.justify-center {
    -ms-flex-pack: center;
    justify-content: center
}

.justify-between {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.justify-evenly {
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.justify-start {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.justify-end {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center {
    -ms-flex-align: center;
    align-items: center
}

.align-start {
    -ms-flex-align: start;
    align-items: flex-start
}

.align-end {
    -ms-flex-align: end;
    align-items: flex-end
}

.flex-column {
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-1 {
    -ms-flex: 1;
    flex: 1
}

.flex-2 {
    -ms-flex: 2;
    flex: 2
}

.flex-3 {
    -ms-flex: 3;
    flex: 3
}

.flex-4 {
    -ms-flex: 4;
    flex: 4
}

.flex-5 {
    -ms-flex: 5;
    flex: 5
}

.flex-6 {
    -ms-flex: 6;
    flex: 6
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.f-clear {
    clear: both
}

.f-clear:after {
    clear: both;
    content: "";
    display: block
}

.i-b {
    display: inline-block
}

.line-full {
    line-height: 100%
}

.shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.fixed {
    position: fixed
}

.top-0 {
    top: 0
}

.left-0 {
    left: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.m-auto {
    margin: auto
}

.mx-auto {
    margin-left: auto
}

.mr-auto {
    margin-right: auto
}

.mr-4 {
    margin-right: 4px
}

.mr-80 {
    margin-right: 80px
}

.mr-36 {
    margin-right: 36px
}

.mr-28 {
    margin-right: 28px
}

.ml-28 {
    margin-left: 28px
}

.my-auto {
    margin-top: auto
}

.mb-auto {
    margin-bottom: auto
}

.m-0 {
    margin: 0
}

.w-full {
    width: 100%
}

.h-full {
    height: 100%
}

.p-0 {
    padding: 0
}

.p-8 {
    padding: 8px
}

.p-10 {
    padding: 10px
}

.p-12 {
    padding: 12px
}

.p-16 {
    padding: 16px
}

.p-20 {
    padding: 20px
}

.p-30 {
    padding: 30px
}

.pt-10 {
    padding-top: 10px
}

.pt-4 {
    padding-top: 4px
}

.pb-10 {
    padding-bottom: 10px
}

.pl-10 {
    padding-left: 10px
}

.pl-16 {
    padding-left: 16px
}

.pr-10 {
    padding-right: 10px
}

.pb-19 {
    padding-bottom: 19px
}

.pt-20 {
    padding-top: 20px
}

.pb-20 {
    padding-bottom: 20px
}

.pl-20 {
    padding-left: 20px
}

.pr-20 {
    padding-right: 20px
}

.m-10 {
    margin: 10px
}

.m-20 {
    margin: 20px
}

.mr-19 {
    margin-right: 19px
}

.mr-16 {
    margin-right: 16px
}

.mr-12 {
    margin-right: 12px
}

.ml-16 {
    margin-left: 16px
}

.ls-ml-19, .ml-19 {
    margin-left: 19px
}

.ls-ml-35 {
    margin-left: 35px
}

.nth-6:nth-child(6n+1) {
    margin-left: 0
}

.nth-3:nth-child(3n+1) {
    margin-left: 0
}

.nth-4:nth-child(4n+1) {
    margin-left: 0
}

.nth-8:nth-child(8n+1) {
    margin-left: 0
}

.nth-7:nth-child(7n+1) {
    margin-left: 0
}

.mr-8 {
    margin-right: 8px
}

.mb-40 {
    margin-bottom: 40px
}

.ml-24 {
    margin-left: 24px
}

.ml-40 {
    margin-left: 40px
}

.mb-12 {
    margin-bottom: 12px
}

.mb-28 {
    margin-bottom: 28px
}

.mb-16 {
    margin-bottom: 16px
}

.mb-26 {
    margin-bottom: 26px
}

.mb-24 {
    margin-bottom: 24px
}

.mb-80 {
    margin-bottom: 80px
}

.mt-40 {
    margin-top: 40px
}

.mr-40 {
    margin-right: 40px
}

.mt-24 {
    margin-top: 24px
}

.mt-28 {
    margin-top: 28px
}

.mb-4 {
    margin-bottom: 4px
}

.mb-8 {
    margin-bottom: 8px
}

.mb-47 {
    margin-bottom: 47px
}

.mt-2 {
    margin-top: 2px
}

.mt-3 {
    margin-top: 3px
}

.mt-4 {
    margin-top: 4px
}

.mt-6 {
    margin-top: 6px
}

.mt-8 {
    margin-top: 8px
}

.mt-12 {
    margin-top: 12px
}

.mt-10 {
    margin-top: 10px
}

.mt-16 {
    margin-top: 16px
}

.mb-10 {
    margin-bottom: 10px
}

.ml-10 {
    margin-left: 10px
}

.mr-10 {
    margin-right: 10px
}

.mt-20 {
    margin-top: 20px
}

.mb-20 {
    margin-bottom: 20px
}

.ml-20 {
    margin-left: 20px
}

.mr-20 {
    margin-right: 20px
}

.text-12 {
    font-size: 12px
}

.text-13 {
    font-size: 13px
}

.text-14 {
    font-size: 14px
}

.text-16 {
    font-size: 16px
}

.text-18 {
    font-size: 18px
}

.text-20 {
    font-size: 20px
}

.text-24 {
    font-size: 24px
}

.text-26 {
    font-size: 26px
}

.text-28 {
    font-size: 28px
}

.text-30 {
    font-size: 30px
}

.input-style-none {
    border: none;
    outline: none
}

.scroll {
    overflow-y: auto
}