body {
    --MAP-FONT-10: 2.66667vw;
    --MAP-FONT-11: 2.93333vw;
    --MAP-FONT-12: 3.20000vw;
    --MAP-FONT-13: 3.46667vw;
    --MAP-FONT-14: 3.73333vw;
    --MAP-FONT-15: 4.00000vw;
    --MAP-FONT-16: 4.26667vw;
    --MAP-FONT-17: 4.53333vw;
    --MAP-FONT-18: 4.80000vw;
    --MAP-FONT-19: 5.06667vw;
    --MAP-FONT-20: 5.33333vw;
    --MAP-FONT-21: 5.60000vw;
    --MAP-FONT-22: 5.86667vw;
    --MAP-FONT-23: 6.13333vw;
    --MAP-FONT-24: 6.40000vw
}

body.font-m {
    --MAP-FONT-10: 2.93333vw;
    --MAP-FONT-12: 3.46667vw;
    --MAP-FONT-14: 4.00000vw;
    --MAP-FONT-15: 4.26667vw;
    --MAP-FONT-16: 4.53333vw;
    --MAP-FONT-18: 5.33333vw;
    --MAP-FONT-24: 6.93333vw
}

body.font-l {
    --MAP-FONT-10: 3.20000vw;
    --MAP-FONT-12: 3.73333vw;
    --MAP-FONT-14: 4.53333vw;
    --MAP-FONT-15: 4.80000vw;
    --MAP-FONT-16: 5.06667vw;
    --MAP-FONT-18: 5.86667vw;
    --MAP-FONT-24: 7.73333vw
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    -webkit-font-smoothing: antialiased;
    border: 0;
    box-sizing: border-box;
    font-family: PingFangSC-Regular;
    font-size: 100%;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

a,
button,
input {
    outline: 0
}

button {
    box-shadow: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1;
    margin: 0;
    padding: 0
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none
}

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

a {
    -webkit-backface-visibility: hidden;
    color: #7e8c8d
}

li {
    list-style: none
}

::-webkit-scrollbar {
    height: .13333rem;
    height: 1.33333vw;
    width: .13333rem;
    width: 1.33333vw
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, .2);
    -webkit-border-radius: .16rem;
    -webkit-border-radius: 1.6vw
}

::-webkit-scrollbar-thumb:vertical {
    background-color: hsla(0, 0%, 49%, .7);
    -webkit-border-radius: .16rem;
    -webkit-border-radius: 1.6vw;
    height: .13333rem;
    height: 1.33333vw
}

::-webkit-scrollbar-thumb:horizontal {
    background-color: hsla(0, 0%, 49%, .7);
    -webkit-border-radius: .16rem;
    -webkit-border-radius: 1.6vw;
    width: .13333rem;
    width: 1.33333vw
}

body,
html {
    width: 100%
}

body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

button {
    border: none
}

body,
button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none
}

body {
    box-sizing: border-box;
    padding: 5.33333vw 5.33333vw 10.66667vw
}

body::-webkit-scrollbar {
    display: none
}

.title {
    color: #333;
    font-family: PingFangSC-Medium, sans-serif-light, sans-serif;
    font-size: .53333rem;
    font-size: 5.33333vw;
    font-size: var(--MAP-FONT-20);
    text-align: center
}

.g-android .title {
    -webkit-text-stroke: .3px #303030;
    font-weight: 400
}

section {
    padding-top: 5.33333vw
}

.sub-title {
    color: #333;
    font-family: PingFangSC-Medium, sans-serif-light, sans-serif;
    font-size: .4rem;
    font-size: 4vw;
    font-size: var(--MAP-FONT-15)
}

.g-android .sub-title {
    -webkit-text-stroke: .3px #303030;
    font-weight: 400
}

.em,
b {
    font-family: PingFangSC-Medium, sans-serif-light, sans-serif
}

.g-android .em,
.g-android b {
    -webkit-text-stroke: .3px #303030;
    font-weight: 400
}

.underline {
    text-decoration: underline
}

li,
p {
    color: #333;
    font-size: .4rem;
    font-size: 4vw;
    font-size: var(--MAP-FONT-15);
    line-height: 1.5;
    padding: 1.33333vw 0;
    text-align: justify;
    text-indent: 2em;
    word-break: break-all
}

li.desc,
p.desc {
    text-indent: 0
}

li u,
p u {
    font-family: PingFangSC-Medium, sans-serif-light, sans-serif
}

.g-android li u,
.g-android p u {
    -webkit-text-stroke: .3px #303030;
    font-weight: 400
}

li.no-indent,
p.no-indent {
    text-indent: 0
}

a,
a:focus {
    color: blue !important
}

* {
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    border: 0;
    margin: 0;
    padding: 0
}

body {
    -webkit-text-size-adjust: none;
    touch-action: manipulation
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit
}

li,
ol,
ul {
    list-style: none
}

button,
img {
    border: 0;
    outline: 0
}

a {
    outline: 0;
    text-decoration: none
}

table,
td,
tr {
    border-collapse: collapse
}

input,
textarea {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Consolas
}

.all-border-box,
.all-border-box * {
    box-sizing: border-box
}

.arco-switch {
    display: inline-block;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s
}

@-webkit-keyframes changDeg {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes changDeg {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.arco-switch.type-android {
    background-color: #e5e6eb;
    height: 24PX;
    padding: 2PX 2PX 0;
    width: 40PX
}

.arco-switch.type-android.fully {
    border-radius: 20PX
}

.arco-switch.type-android.semi {
    border-radius: 2PX
}

.arco-switch.type-android.checked {
    background-color: #165dff
}

.arco-switch.type-android.checked .arco-switch-text {
    left: 5PX;
    right: auto
}

.arco-switch.type-android.checked .arco-switch-inner {
    -webkit-transform: translateX(16PX);
    transform: translateX(16PX)
}

.arco-switch.type-android .arco-switch-inner {
    box-shadow: 0 2PX 4PX 0 rgba(0, 0, 0, .08);
    height: 20PX;
    width: 20PX
}

.arco-switch.type-android.disabled.checked {
    background-color: #94bfff
}

.arco-switch.type-android.disabled:not(.checked) {
    background-color: #f2f3f5
}

.arco-switch.type-android .arco-switch-text {
    font-size: 12PX;
    right: 5PX
}

.arco-switch.type-ios {
    background-color: hsla(0, 0%, 7%, .15);
    height: .826667rem;
    padding: .053333rem .053333rem 0;
    width: 1.36rem
}

.arco-switch.type-ios.fully {
    border-radius: .426667rem
}

.arco-switch.type-ios.semi {
    border-radius: .053333rem
}

.arco-switch.type-ios.checked {
    background-color: #34c759
}

.arco-switch.type-ios.checked .arco-switch-text {
    left: .16rem;
    right: auto
}

.arco-switch.type-ios.checked .arco-switch-inner {
    box-shadow: 0 3PX 2PX 0 rgba(0, 0, 0, .12);
    -webkit-transform: translateX(.533333rem);
    transform: translateX(.533333rem)
}

.arco-switch.type-ios.disabled.checked {
    opacity: .3
}

.arco-switch.type-ios .arco-switch-text {
    font-size: .373333rem;
    font-size: var(--MAP-FONT-14);
    right: .16rem
}

.arco-switch.type-ios .arco-switch-inner {
    border-width: 0;
    height: .72rem;
    position: relative;
    width: .72rem
}

.arco-switch.type-ios .arco-switch-inner:after {
    border: 1px solid rgba(0, 0, 0, .04);
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform-origin: left top;
    -webkit-transform-origin: left top;
    width: 100%;
    z-index: 1
}

@media (-webkit-min-device-pixel-ratio:2),
(min-device-pixel-ratio:2) {
    .arco-switch.type-ios .arco-switch-inner:after {
        border-radius: 100%;
        height: 200%;
        transform: scale(.5);
        -webkit-transform: scale(.5);
        width: 200%
    }
}

@media (-webkit-min-device-pixel-ratio:3),
(min-device-pixel-ratio:3) {
    .arco-switch.type-ios .arco-switch-inner:after {
        border-radius: 150%;
        height: 300%;
        transform: scale(.33333333);
        -webkit-transform: scale(.33333333);
        width: 300%
    }
}

.arco-switch.type-ios.disabled.checked {
    background-color: #4dd865
}

.arco-switch.type-ios.disabled:not(.checked) {
    background-color: hsla(240, 3%, 49%, .16)
}

.arco-switch-text {
    color: #4e5969;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.arco-switch.checked .arco-switch-text {
    color: #fff
}

.arco-switch-inner {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    position: relative;
    top: 0;
    -webkit-transition: all .2s;
    transition: all .2s
}

.fully .arco-switch-inner {
    border-radius: 50%
}

.semi .arco-switch-inner {
    border-radius: 1PX
}

.pc-recommend-control {
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 1.86667vw 0 5.06667vw
}

.pc-recommend-control-tip {
    -webkit-box-flex: 1;
    color: #1e2023;
    -webkit-flex: 1;
    flex: 1;
    font-size: .37333rem;
    font-size: 3.73333vw;
    font-size: var(--MAP-FONT-14);
    font-weight: 700;
    line-height: .53333rem;
    line-height: 5.33333vw;
    line-height: var(--MAP-FONT-20)
}

.pc-recommend-control-switch.arco-switch.type-ios.checked {
    background-color: #ff5f00
}

.g-draft {
    padding: 5.33333vw
}

.g-draft-block {
    margin-bottom: 6.4vw
}

.g-draft-h3 {
    color: #222;
    font-size: .42667rem;
    font-size: 4.26667vw;
    font-size: var(--MAP-FONT-16);
    font-weight: 700;
    line-height: .42667rem;
    line-height: 4.26667vw;
    line-height: var(--MAP-FONT-16);
    margin-bottom: 2.13333vw
}

.g-draft-h3-margin-top {
    margin-top: 2.13333vw
}

.g-draft-h3-font-14,
.g-draft-para {
    font-size: .37333rem;
    font-size: 3.73333vw;
    font-size: var(--MAP-FONT-14)
}

.g-draft-para {
    color: rgba(30, 32, 35, .7);
    line-height: .53333rem;
    line-height: 5.33333vw;
    line-height: var(--MAP-FONT-20)
}

.pc-regular-mode {
    padding: 1.86667vw 0 5.06667vw
}

.pc-regular-mode-control {
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.pc-regular-mode-control-title {
    font-size: .37333rem;
    font-size: 3.73333vw;
    font-size: var(--MAP-FONT-14);
    font-weight: 700;
    text-indent: 0
}

.pc-regular-mode-control-switch {
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.pc-regular-mode-control-switch.arco-switch.type-ios.checked {
    background-color: #ff5f00
}

.pc-regular-mode-remind {
    color: rgba(0, 0, 0, .4);
    font-size: .32rem;
    font-size: 3.2vw;
    font-size: var(--MAP-FONT-12);
    text-indent: 0
}

.c-fm-loading {
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 100vh;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000
}

.no-scrollbar::-webkit-scrollbar {
    display: none
}

.correct-index {
    padding-bottom: 32vw
}

.correct-index-group {
    border: none;
    margin: 8vw 5.33333vw 0;
    position: relative
}

.correct-index-group:before {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    bottom: 0;
    box-sizing: border-box;
    content: "";
    height: 1px;
    left: 0;
    pointer-events: none;
    position: absolute;
    transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    width: 100%
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .correct-index-group:before {
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5)
    }
}

@media (-webkit-min-device-pixel-ratio:3),
(min-resolution:3dppx) {
    .correct-index-group:before {
        -webkit-transform: scaleY(.33333333);
        transform: scaleY(.33333333)
    }
}

.correct-index-group:last-of-type {
    border: none;
    position: relative
}

.correct-index-group:last-of-type:before {
    border-bottom: 1px solid transparent;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    height: 1px;
    left: 0;
    pointer-events: none;
    position: absolute;
    transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    width: 100%
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .correct-index-group:last-of-type:before {
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5)
    }
}

@media (-webkit-min-device-pixel-ratio:3),
(min-resolution:3dppx) {
    .correct-index-group:last-of-type:before {
        -webkit-transform: scaleY(.33333333);
        transform: scaleY(.33333333)
    }
}

.correct-index-item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 8vw
}

.correct-index-item-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: .42667rem;
    font-size: 4.26667vw;
    font-size: var(--MAP-FONT-16);
    line-height: .58667rem;
    line-height: 5.86667vw;
    line-height: var(--MAP-FONT-22)
}

.correct-index-item-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAbCAYAAACjkdXHAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEGSURBVHgBnZQ5C8JAEEYnxiBa2AgaBFsbS238/4WNjYWNYBXwCgFJYQhaOENmcV32mGTgIwf73m6yB0BTS06r6mNmBngSshBj1pgBP08wb8xTCj8wKSbhd1NMhSkl8AdzMwSpRBDztZMg1u5dgoIlXtgnyDF1CLYJqM3cJrDBumDBbawCF6wEOUO64ArNWvDCwL2YAvqcOwlCsE2QsCCTwEpQMwQsuPSE8Biz0p5fmFICE7iF37wTuKObEDxygFUINkGanj1oSzUKgEMNpB7/NknUFbQN2wTBBZqwDTyAZz9HATADT1HPSRdQwRsDPEpAKlrbNHS1ZunMPoOwCFY/pIAWBz7VF9JzS5pTSuv/AAAAAElFTkSuQmCC);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: .24rem;
    height: 2.4vw;
    width: .13333rem;
    width: 1.33333vw
}