/* 图标样式 - antd icon */
.anticon {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

._2i30yUvB-3YxplpGxfiD_4 ul,
._2i30yUvB-3YxplpGxfiD_4 ul > li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

._1GZs0s4nuP1QAxohmNjqzH {
    border-radius: 12px !important;
}

.toggleMenuLi {
    display: block;
}

#nashcn_atop {
    border-bottom: none;
    color: #3370ff;
    display: none;
    text-align: center;
}

#nashcn_atop:hover {
    color: #fff;
}

.anticon > * {
    line-height: 1;
}

.anticon svg {
    display: inline-block;
}

.anticon::before {
    display: none;
}

.anticon .anticon-icon {
    display: block;
}

.anticon[tabindex] {
    cursor: pointer;
}

.anticon-spin::before,
.anticon-spin {
    display: inline-block;
    -webkit-animation: loadingCircle 1s infinite linear;
    animation: loadingCircle 1s infinite linear;
}

@-webkit-keyframes loadingCircle {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loadingCircle {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* 基础元素重置 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

template,
[hidden] {
    display: none
}

*,
::before,
::after {
    background-repeat: no-repeat;
    box-sizing: inherit
}

::before,
::after {
    text-decoration: inherit;
    vertical-align: inherit
}

html {
    box-sizing: border-box;
    cursor: default;
    font-family: sans-serif;
    line-height: 1.5;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

hr {
    height: 0;
    overflow: visible
}

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

abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

progress {
    vertical-align: baseline
}

small {
    font-size: 83.3333%
}

sub,
sup {
    font-size: 83.3333%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

::-moz-selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

audio,
canvas,
iframe,
img,
svg,
video {
    /*vertical-align:middle*/
}

img {
    border-style: none
}

svg {
    fill: currentColor
}

svg:not(:root) {
    overflow: hidden
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    outline-width: 0
}

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

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit;
    font-size: 1em;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto;
    resize: vertical
}

[type="checkbox"],
[type="radio"] {
    padding: 0
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-cancel-button,
::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

[aria-busy="true"] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled] {
    cursor: default
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

[hidden][aria-hidden="false"] {
    clip: rect(0, 0, 0, 0);
    display: inherit;
    position: absolute
}

[hidden][aria-hidden="false"]:focus {
    clip: auto
}

/* 自定义组件样式 */
.actionCard {
    ul,
    ul > li {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
}

.radiusWrap {
    border-radius: 12px !important;
}

.anniversaryBtn {
    position: fixed;
    top: 120px;
    right: 30px;
    width: 80px;
    height: 80px;

    & img {
        width: 80px;
        height: 80px;
    }
}

.backTop {
    position: fixed;
    right: 0;
    bottom: 60px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 0px 0px 12px 12px;
    box-shadow: 0 4px 12px #bfc7d880;

    & .packUpBackTop {
        bottom: 357px;
    }

    & :hover {
        background-color: rgba(51, 112, 255, 1);
        color: #fff;
    }

    & :hover .backTitle,
    & :hover .backIcon {
        color: #fff;
    }

    .backTitle {
        display: inline-block;
        padding-top: 2px;
        font-size: 12px;
        line-height: 17px;
    }

    .backIcon {
        color: #3370FF;
        font-size: 24px;
    }
}

.actionCard {
    right: 2px;
    /* 避免被其他层遮挡 */
    z-index: 9;
    bottom: 120px;
    right: 0;
    position: fixed;
    min-height: 60px;
    overflow: hidden;
    box-shadow: 0 4px 12px #bfc7d880;
    cursor: pointer;
    z-index: 9999;
    border-radius: 12px 12px 0px 0px;

    & .radius {
        border-radius: 12px;

        li {
            border: none;
        }
    }

    ul {
        background-color: #fff;
    }

    & .packUp {
        height: 60px;
        overflow: hidden;
        transition: height .8s ease-in;
        bottom: 417px;

        ul {
            opacity: .7;
        }

        & :hover ul {
            opacity: 1;
        }
    }

    .unfold {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        width: 24px;
        height: 60px;
        border-radius: 10px 0px 0px 10px;
        background-color: rgba(51, 112, 255, 1);
        color: rgba(255, 255, 255, 1);

        & .radius {
            border-radius: 10px;
        }

        & .unfoldIcon {
        }
    }

    .more {
        border-radius: 12px 12px 0px 0px;

        & .moreIcon {
            color: #3370FF;

        }

        & :hover {
            background-color: rgba(51, 112, 255, 1);
            color: #fff;
        }

        & :hover .moreIcon {
            color: #fff;
        }
    }

    ul {
        width: 100%;
    }

    li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 60px;
        height: 60px;
        border-bottom: 1px solid rgba(241, 241, 241, 1);

        & :hover {
            background-color: rgba(51, 112, 255, 1);
            color: #fff;
        }

        & :hover .menuTitle,
        & :hover .menuIcon {
            color: #fff;
        }

        .menuTitle {
            display: inline-block;
            padding-top: 2px;
            font-size: 12px;
            line-height: 17px;
        }

        .menuIcon {
            color: #3370FF;
            font-size: 24px;
        }
    }
}

#reportList .article-card {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.3s;
}

#reportList .article-card:hover {
    background: #fafafa;
}

#reportList .article-card .figure {
    flex-shrink: 0;
    width: 120px;
    height: 80px;
    margin-right: 15px;
    border-radius: 4px;
    overflow: hidden;
}

#reportList .article-card .figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#reportList .article-card .article-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#reportList .article-card .article-title {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#reportList .article-card .article-title:hover {
    color: #1890ff;
}

#reportList .article-card .desc {
    font-size: 13px;
    color: #999;
    line-height: 1.5;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#reportList .article-card .info {
    font-size: 12px;
    color: #999;
}

#reportList .article-card .info span {
    margin-right: 15px;
}

#reportList .article-nav {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    padding: 15px 20px;
    border-bottom: 2px solid #1890ff;
    margin-bottom: 15px;
}

/* 基础样式补充 */
html {
    font-size: 14px
}

.b2O6Gw6-sM2WZlQFsxN-x {
    width: 100%;
}

.b2O6Gw6-sM2WZlQFsxN-x > p {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    background-color: #e5f1fb;
    height: 36px;
    line-height: 36px;
    text-align: center;
    position: relative;
}

.b2O6Gw6-sM2WZlQFsxN-x > p > span {
    display: inline-flex;
    align-items: center;
}

.b2O6Gw6-sM2WZlQFsxN-x > p a {
    color: #3370ff;
    font-weight: bold;
    display: inline-block;
    margin-left: 2px;
}

.b2O6Gw6-sM2WZlQFsxN-x ._3j900jD3kSJXehSUfYRW_5 {
    position: absolute;
    right: 20px;
    top: 5px;
    cursor: pointer;
    padding: 8px;
}

.b2O6Gw6-sM2WZlQFsxN-x ._3j900jD3kSJXehSUfYRW_5:hover {
    opacity: 0.9;
}

.b2O6Gw6-sM2WZlQFsxN-x ._27cLFBhhEYMkiyJDzMhXx3 {
    background-color: #000;
    color: #fff;
    display: inline-block;
    width: 14px;
    margin: 0 2px;
    height: 20px;
    border-radius: 2px;
    line-height: 20px;
}

/* 头部/导航样式 */
._1MNm0xp4Atfuo9Ba-bFBTW {
    color: #222222;
    font-size: 14px;
}

._1MNm0xp4Atfuo9Ba-bFBTW[class~='ant-layout-header'] {
    height: 40px;
    line-height: 40px;
    background-color: transparent;
}

._1MNm0xp4Atfuo9Ba-bFBTW._3H1rgDjd-ptYai4B-9AAd9 {
    color: #ffffff;
}

._1MNm0xp4Atfuo9Ba-bFBTW._3H1rgDjd-ptYai4B-9AAd9 ._10Ynrnd58l1o8pOyTdFIjX {
    color: #ffffff;
}

._1MNm0xp4Atfuo9Ba-bFBTW._3H1rgDjd-ptYai4B-9AAd9 ._10Ynrnd58l1o8pOyTdFIjX:hover {
    color: #fff;
    font-weight: bold;
}

._1MNm0xp4Atfuo9Ba-bFBTW._3H1rgDjd-ptYai4B-9AAd9 ._2CjVhszgPKSnmmiz_8EGF5:hover,
._1MNm0xp4Atfuo9Ba-bFBTW._3H1rgDjd-ptYai4B-9AAd9 ._2CjVhszgPKSnmmiz_8EGF5._1EVIlZXNM_ZnFCkQtvfT16 {
    color: #fff;
    font-weight: bold;
}

._1MNm0xp4Atfuo9Ba-bFBTW._3H1rgDjd-ptYai4B-9AAd9 ._1Ca17ZyHUWVOqWEyGtp8tO {
    color: #ffffff;
}

._1MNm0xp4Atfuo9Ba-bFBTW._3H1rgDjd-ptYai4B-9AAd9 ._1Ca17ZyHUWVOqWEyGtp8tO:hover {
    color: #fff !important;
    font-weight: bold;
}

._1MNm0xp4Atfuo9Ba-bFBTW a {
    text-decoration: none;
}

._2utNKP1I9go0XA5IZJNeSI {
    display: flex;
    align-items: center;
}

._3aYM8P1V_PuQiI_JrBM3fM {
    margin-left: 10px;
    padding: 0 10px;
    line-height: 25px;
    background-image: linear-gradient(to right, #FF7337, #F24007);
    border-radius: 20px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

._3aYM8P1V_PuQiI_JrBM3fM:hover {
    color: #fff !important;
}

._2qGEY8mwE14z4rB-gPfjrD {
    width: 102px;
    height: 40px;
    font-weight: normal;
    font-size: 14px;
    background-color: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
}

._2qGEY8mwE14z4rB-gPfjrD:hover {
    font-weight: bold;
}

._2qGEY8mwE14z4rB-gPfjrD.R2Wlj0gS2xTPuPHpEHrsj {
    color: #222222;
}

._2qGEY8mwE14z4rB-gPfjrD._3H1rgDjd-ptYai4B-9AAd9 {
    color: #ffffff;
}

@media (max-width: 1366px) {
    ._2qGEY8mwE14z4rB-gPfjrD {
        width: 88px;
    }
}

._2piNr9Ib2NULteRTurc0_Y {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1300px;
    height: 100%;
    min-height: 34px;
    margin: 0 auto;
    padding: 0 12px;
    font-size: 12px;
}

._2piNr9Ib2NULteRTurc0_Y ._10Ynrnd58l1o8pOyTdFIjX {
    color: #1f2329;
    font-size: 14px;
}

._2piNr9Ib2NULteRTurc0_Y ._10Ynrnd58l1o8pOyTdFIjX ._2gJlZRSMbqqyC-MOaWHD68 {
    color: #ffffff;
}

._2piNr9Ib2NULteRTurc0_Y ._10Ynrnd58l1o8pOyTdFIjX:hover {
    color: #3370ff;
    font-weight: bold;
}

._2piNr9Ib2NULteRTurc0_Y ._10Ynrnd58l1o8pOyTdFIjX,
._2piNr9Ib2NULteRTurc0_Y ._256BB1nhS25OuG1U-7jLQr {
    margin-right: 20px;
}

._2piNr9Ib2NULteRTurc0_Y ._10Ynrnd58l1o8pOyTdFIjX > [class~='anticon'],
._2piNr9Ib2NULteRTurc0_Y ._256BB1nhS25OuG1U-7jLQr > [class~='anticon'] {
    padding: 0 !important;
}

._2piNr9Ib2NULteRTurc0_Y ._2CjVhszgPKSnmmiz_8EGF5 {
    width: 130px;
    font-size: 16px;
    text-align: center;
}

._2piNr9Ib2NULteRTurc0_Y ._2CjVhszgPKSnmmiz_8EGF5:hover {
    color: inherit;
    font-weight: bold;
}

._2piNr9Ib2NULteRTurc0_Y ._2CjVhszgPKSnmmiz_8EGF5._1EVIlZXNM_ZnFCkQtvfT16 {
    font-weight: bold;
}

._2piNr9Ib2NULteRTurc0_Y ._2CjVhszgPKSnmmiz_8EGF5._1EVIlZXNM_ZnFCkQtvfT16 span {
    position: relative;
}

._2piNr9Ib2NULteRTurc0_Y ._2CjVhszgPKSnmmiz_8EGF5._1EVIlZXNM_ZnFCkQtvfT16 span::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 100%;
    height: 3px;
    background-color: #3471ff;
    transform: translate(-50%, 0);
    content: '';
}

@media (max-width: 1366px) {
    ._2piNr9Ib2NULteRTurc0_Y ._2CjVhszgPKSnmmiz_8EGF5 {
        width: 88px;
    }
}

._2piNr9Ib2NULteRTurc0_Y ._3jyYmtplT4mrlnekxW2qrm:hover {
    color: #ff303f;
}

._2piNr9Ib2NULteRTurc0_Y ._23i5WPNqrvNDVl2ZlatXF::after {
    top: 50%;
    right: -10px;
    display: inline-block;
    width: 25px;
    height: 12px;
    margin-left: 2px;
    background-image: url(static/images/1660725949374.png);
    background-size: contain;
    content: '';
}

._2piNr9Ib2NULteRTurc0_Y ._7p_JU7CKoCVuUJyTVZj-J::after {
    top: 50%;
    right: -10px;
    display: inline-block;
    width: 25px;
    height: 12px;
    margin-left: 2px;
    background-image: url(static/images/1695783435257.png);
    background-size: contain;
    content: '';
}

._1MNm0xp4Atfuo9Ba-bFBTW._1rcY2eHZYd4SU6uNJoLFHT ._2piNr9Ib2NULteRTurc0_Y > a:hover,
._2piNr9Ib2NULteRTurc0_Y ._2EjYsPXQE0shoKMyeHY3Le ._33sQQA1M_pRBPADdpYE_-v:hover {
    color: #1f2329;
}

._1MNm0xp4Atfuo9Ba-bFBTW[class~='hide'] {
    display: none;
}

._2piNr9Ib2NULteRTurc0_Y [class~='link'] > span {
    display: flex;
    align-items: center;
}

._2piNr9Ib2NULteRTurc0_Y > * {
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (max-width: 1366px) {
    ._2piNr9Ib2NULteRTurc0_Y ._1Ca17ZyHUWVOqWEyGtp8tO {
        width: 88px;
    }
}

._339xuHOkV_WYAMsPPwK_sh {
    padding-right: 12px;
}

.PQwYGM6DfjupVuWCCpYE4 [class~='ant-popover-arrow'],
.PQwYGM6DfjupVuWCCpYE4 [class~='ant-popover-inner'] {
    box-shadow: none;
}

.PQwYGM6DfjupVuWCCpYE4 [class~='ant-popover-inner-content'] {
    padding: 20px 20px 0;
}

._1ymifuwQkHQ08NP37yhI8- div {
    height: 40px;
    color: #666;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}

/* 用户相关样式 */
._1oaDyUx87ZNYHikXvWs9Mh {
    overflow: visible;
}

._1oaDyUx87ZNYHikXvWs9Mh > button {
    font-size: 14px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

._1oaDyUx87ZNYHikXvWs9Mh > button:hover {
    color: #ff303f;
}

._1oaDyUx87ZNYHikXvWs9Mh ._3BUY2dFjKAmUrj3G-LGJ5R {
    height: 20px;
    padding: 0 !important;
    border-radius: 50%;
}

._1oaDyUx87ZNYHikXvWs9Mh ._1dzmhpDFphzk1p4S8JLxH2 {
    max-width: 130px;
}

._1oaDyUx87ZNYHikXvWs9Mh ._3kWkkh0CnAXCqnftopJFFM {
    width: 25px;
    height: 25px;
    padding: 0 !important;
    border-radius: 50%;
}

._1oaDyUx87ZNYHikXvWs9Mh ._2utNKP1I9go0XA5IZJNeSI {
    height: 18px;
    padding: 0 !important;
}

._1oaDyUx87ZNYHikXvWs9Mh ._3jyYmtplT4mrlnekxW2qrm {
    max-width: 280px;
    font-size: 14px;
}

._1MNm0xp4Atfuo9Ba-bFBTW a:hover {
    /* color: #fff !important; */
}

._2TOGh2WZ8Xw5kybPuYU72u {
    width: 80px;
    height: 26px;
    margin: 0 11px 0 20px;
    color: #4f6595;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    background-color: #e4e9f3;
    border-radius: 3px;
}

._130nvwLUlRtgCf1SY3NO4h {
    /*padding: 16px;*/
    width: 330px;
    color: #333;
    font-weight: normal;
}

.Ee9VU_rPBGeZ6-4-jP6YP {
    display: flex;
    align-items: center;
    max-width: 148px;
    font-size: 16px;
    color: #333;
}

.Ee9VU_rPBGeZ6-4-jP6YP img {
    height: 20px;
}

._2Ynq2mMT12cZaOEnBaUavz {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._130nvwLUlRtgCf1SY3NO4h ._1RsYs2kenWg0laqTrVPdDr {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 20px 0 30px;
    width: 100%;
    height: 106px;
    background-color: #edf2ff;
}

._1RsYs2kenWg0laqTrVPdDr ._374WuPxY70WNkIi75zINQ6 {
    display: inline-block;
    width: 75px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    background-color: #2e54ad;
    border: none;
    border-radius: 25px;
    cursor: pointer;
}

._2nf6PUcqUK0vvFO_YrbXp_ {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    padding-top: 14px;
    line-height: 14px;
}

._130nvwLUlRtgCf1SY3NO4h ._3BUY2dFjKAmUrj3G-LGJ5R {
    width: 44px;
    height: 44px;
    overflow: hidden;
    border: 2px solid rgba(46, 84, 173, 0.28);
    border-radius: 50%;
}

._130nvwLUlRtgCf1SY3NO4h ._3BUY2dFjKAmUrj3G-LGJ5R img {
    width: 44px;
    height: 44px;
}

._130nvwLUlRtgCf1SY3NO4h ._3BUY2dFjKAmUrj3G-LGJ5R span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px !important;
    height: 32px !important;
    padding: 3px;
    border: 2px solid #999;
    border-radius: 50%;
    opacity: 0.6;
}

._130nvwLUlRtgCf1SY3NO4h ._3jyYmtplT4mrlnekxW2qrm {
    flex: 1;
    padding-left: 10px;
    color: #15191d;
    /*max-width: 180px;*/
    font-weight: bold;
    font-size: 14px;
}

._1dxfQHQ8SOQRPMg971aDZb {
    width: 325px !important;
}

._1GUZ8_9fKkdTbHfNaF2XFL {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

._1GUZ8_9fKkdTbHfNaF2XFL > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    border: none;
}

._1GUZ8_9fKkdTbHfNaF2XFL > a:hover {
    background-color: #f1f1f1;
}

._1GUZ8_9fKkdTbHfNaF2XFL > a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 40px);
    margin: auto;
    border-bottom: 1px solid #f5f5f5;
    content: '';
}

._1GUZ8_9fKkdTbHfNaF2XFL .j3h9_JKCMwk90YUDhwIUp {
    display: flex;
    align-items: center;
    height: 40px;
    box-sizing: border-box;
}

._1GUZ8_9fKkdTbHfNaF2XFL .j3h9_JKCMwk90YUDhwIUp .x7xDFg321mPhbPpFoSvJa {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 0 !important;
    margin-right: 10px !important;
}

._1GUZ8_9fKkdTbHfNaF2XFL .j3h9_JKCMwk90YUDhwIUp span {
    display: inline-block;
    color: #333;
    font-size: 14px;
}

._1dxfQHQ8SOQRPMg971aDZb {
    width: 330px !important;
}

._33apAWTHd9WLyKxQjNBGZx {
    justify-self: end;
    color: #d0d0d0;
    transform: rotate(-90deg);
}

._3jyYmtplT4mrlnekxW2qrm img {
    height: 20px;
    margin: 0 4px;
}

._1dxfQHQ8SOQRPMg971aDZb > a > img {
    height: 20px;
    margin: 0 4px;
}

._1dxfQHQ8SOQRPMg971aDZb ._2pK5CEnSBnFIod4moYP9br [class~='flex-11'] {
    color: #333;
    opacity: 0.4;
}

._1dxfQHQ8SOQRPMg971aDZb ._3JLM6Bxtk5tbvCuwRsS-be img,
._1dxfQHQ8SOQRPMg971aDZb ._3JLM6Bxtk5tbvCuwRsS-be [class~='flex-11'] {
    color: #333;
    opacity: 0.8;
}

/* 分享得豆样式 */
.voteB_Kpo_W28b21CKyGn [class~='ant-modal-close-x'] > * {
    color: #fff;
}

.voteB_Kpo_W28b21CKyGn [class~='ant-modal-close-x']:hover > * {
    opacity: 0.8;
}

.voteB_Kpo_W28b21CKyGn [class~='ant-modal-body'] {
    position: relative;
    padding: 0;
    text-align: right;
}

.voteB_Kpo_W28b21CKyGn ._26KpJT6lXQEWSn1KLMFrZT p {
    color: #e46343;
    font-size: 14px;
}

._2DSbfmjiKDZEI5DVFusHml {
    width: 100%;
}

.voteB_Kpo_W28b21CKyGn ._26KpJT6lXQEWSn1KLMFrZT {
    padding: 30px;
    color: #2676d3;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
}

.voteB_Kpo_W28b21CKyGn ._2nq6yJCg-5iyR7bxQhkeg- {
    position: relative;
    padding: 0 30px 30px;
}

.voteB_Kpo_W28b21CKyGn ._2nq6yJCg-5iyR7bxQhkeg- textarea {
    padding: 20px 16px;
    color: #333;
    font-size: 14px;
    line-height: 26px;
    background-color: #edf4fd;
    border: none;
}

.voteB_Kpo_W28b21CKyGn .KuI2s4h0h3Ur2AGc3iqA4 {
    position: absolute;
    right: 50px;
    bottom: 50px;
    width: 108px;
    height: 38px;
    font-weight: 600;
    line-height: 36px;
}

._1quUnj3G-AlSTdI756JaFi > span {
    text-align: right !important;
}

._14LmwEYXxcbCuPNXyosFc5 {
    display: block;
    color: #ff4d4f;
    padding: 22px 0 24px 0;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

._1quUnj3G-AlSTdI756JaFi {
    width: 100%;
    padding: 10px 0;
}

._1quUnj3G-AlSTdI756JaFi:hover {
    background-color: #e6f7ff;
    cursor: pointer;
}

._1quUnj3G-AlSTdI756JaFi > span {
    text-align: center !important;
}

._3dkbsN12hQrh_IZxo-WIUv {
    width: 70px;
}

._3qry4meglwJUV4dmxQgvw5 {
    height: 20px;
    margin-left: 6px;
    padding: 0 10px;
    color: #fff;
    font-size: 5px;
    background-color: #e46343;
    border-radius: 10px;
}

._3qry4meglwJUV4dmxQgvw5:hover {
    color: #fff;
}

._2Ti0XFhWovibwB014E18l6 {
    display: flex;
    flex-direction: column;
    padding: 0;
    text-align: center;
}

._2Ti0XFhWovibwB014E18l6 > a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

._2Ti0XFhWovibwB014E18l6 ._1XsLdYEv0iXaHlyIdvKabe {
    transform: rotate(-90deg);
}

._2Ti0XFhWovibwB014E18l6 > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 30px;
}

._3fXksXNe5TmNaTMoMcSck6 ._1XsLdYEv0iXaHlyIdvKabe {
    transform: rotate(-90deg);
}

._1k1ujHqa7fHy-KO0n0VcSS {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: text-bottom;
}

.hXlLKeB5gOqX1An3hOnsJ {
    color: #e64411;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
}

.hXlLKeB5gOqX1An3hOnsJ div:hover {
    color: #f1f1f1;
}

._3DnDPlVUi_djZ3wRnnXxjc {
    color: #9d6200;
    background-color: #ffe5b9;
}

._3qoW-WTOW5VH1FMSfIJ-U2 {
    color: #863900;
    background-color: #f4ddce;
}

/*@media (max-width: 991px) {*/
/*    ._1MNm0xp4Atfuo9Ba-bFBTW {*/
/*        display: none;*/
/*    }*/
/*}*/

.Vs3jXdBeSRNxsGP2hUFL5 ._2CjVhszgPKSnmmiz_8EGF5:hover {
    color: #ffffff !important;
    font-weight: 600;
}

.Vs3jXdBeSRNxsGP2hUFL5 ._1Ca17ZyHUWVOqWEyGtp8tO:hover {
    color: #ffffff !important;
}

._2Iw9w4q6rIyzzXa9_pBaeW {
    display: inline-block;
    padding: 0 5px;
}

.PQwYGM6DfjupVuWCCpYE4 {
    position: absolute;
    bottom: -42px;
    left: 0;
    z-index: 1;
}

.PQwYGM6DfjupVuWCCpYE4 > ._2FSt5IHTsQAeLOqIXMQFfa {
    margin-left: 15px;
    width: 0;
    height: 0;
    border-bottom: 5px solid #ff4d4f;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.PQwYGM6DfjupVuWCCpYE4 > ._2dT4ajCuZprsgeNs8nUX6E {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 8px 16px;
    border-radius: 2px;
    line-height: 20px;
    background-color: #ff4d4f;
}

._2MnSu92VhVYEvFMKO-Z9Mq {
    padding-top: 1px !important;
    z-index: 1;
}

._2MnSu92VhVYEvFMKO-Z9Mq .ant-popover-arrow-content {
    background-color: #ff4d4f;
}

._2MnSu92VhVYEvFMKO-Z9Mq .ant-popover-inner {
    background-color: #ff4d4f;
    box-shadow: none;
}

._2MnSu92VhVYEvFMKO-Z9Mq .ant-popover-inner-content {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    line-height: 20px;
}

._2MnSu92VhVYEvFMKO-Z9Mq .ant-popover-inner-content > a {
    color: #fff;
}

._2MnSu92VhVYEvFMKO-Z9Mq .ant-popover-inner-content > a:hover {
    color: #fff;
    opacity: 0.85;
}

._2MnSu92VhVYEvFMKO-Z9Mq .ant-popover-arrow {
    top: -7.485px;
}

/* 引导遮罩样式 */
.guide-mask {
    position: absolute;
    left: 0;
    top: 0;
    border-color: rgba(0, 0, 0, 0.7);
    border-style: solid;
    z-index: 1001;
    box-sizing: border-box;
}

.guide-mask::after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: transparent;
}

/* 引导弹窗样式 */
.guide-modal {
    position: absolute;
    max-width: 650px;
    z-index: 1100;
    background: #3e72f6;
    border-radius: 8px;
    padding: 29px 29px 30px 30px;
}

.guide-modal .closeIcon {
    position: absolute;
    right: 0;
    top: -38px;
    width: 18px;
    height: 18px;
    color: #fff;
}

.guide-modal * {
    text-align: left;
}

.guide-modal-title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    height: 22px;
    line-height: 22px;
    margin-bottom: 8px;
}

.guide-modal-content {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 30px;
    z-index: 1100;
}

.guide-modal-content.notMb {
    margin: 0;
}

.guide-modal-btn-group {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    bottom: -54px;
    left: 0;
}

.guide-modal-btn-group .btn-next,
.guide-modal-btn-group .btn-prev {
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    padding: 0 16px 0 15px;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 33px;
}

.guide-modal-btn-group .btn-next:hover,
.guide-modal-btn-group .btn-prev:hover {
    background-color: #FFFFFF;
    color: #3E72F6;
}

.guide-modal-btn-group .btn-prev {
    margin-right: 21px;
}

.guide-modal-btn-group .btn-10,
.guide-modal-btn-group .btn-12 {
    color: #3E72F6;
    border-color: #3E72F6;
}

.guide-modal-close-icon {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

.guide-modal-arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #3e72f6;
    transform: rotate(45deg);
}

.guide-modal-arrow .arrow-line {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 1px;
    height: 146px;
    margin: auto;
    background-image: linear-gradient(to bottom, #3e72f6 40%, transparent 50%, transparent 100%);
    content: '';
    transform: rotate(-45deg);
}

.guide-modal-arrow .arrow-line.mini {
    height: 66px;
}

.guide-modal-arrow .point {
    position: absolute;
    top: -10px;
    left: -4px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #6895FD;
}

.guide-modal-arrow .point-shadow {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #3370FF;
}

.guide-modal-hotspot {
    position: absolute;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #4e83fd;
    animation: pulse 1s infinite;
}

.guide-modal-footer {
    width: 100%;
    max-height: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.guide-modal-footer * {
    font-size: 12px;
    font-weight: 400;
}

.guide-modal-footer-text {
    color: #999999;
}

.guide-modal-footer-btn-group {
    display: flex;
    justify-self: flex-end;
}

.guide-modal-footer-btn {
    width: 90px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    color: #3E72F6;
    background: #FFFFFF;
    border: none;
    outline: none;
    cursor: pointer;
    word-break: keep-all;
    font-size: 16px;
}

.guide-modal-footer-prev-btn {
    margin-right: 10px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #FFFFFF;
    line-height: 30px;
}

.guide-modal-title:focus {
    background: yellow;
    box-shadow: 0px 0px 4px #338aff;
    border: dotted 1px #ccc;
}

    ._1dFra_P-TALem9yn3wu5xL {
        position: fixed;
        right: 0;
        bottom: 60px;
        display: block;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 60px;
        height: 60px;
        background-color: #fff;
        border-radius: 0px 0px 12px 12px;
        box-shadow: 0 4px 12px #bfc7d880;
    }

    ._1dFra_P-TALem9yn3wu5xL._2fZPupZgpjeUoKrP-H7FZa {
        bottom: 357px;
    }

    ._1dFra_P-TALem9yn3wu5xL:hover {
        background-color: #3370ff;
        color: #fff;
    }

    ._1dFra_P-TALem9yn3wu5xL:hover ._1Y92iQzs4iDEiL_5TtPxh9,
    ._1dFra_P-TALem9yn3wu5xL:hover ._2j9lCqClq3JmLgOt5dyuY1 {
        color: #fff;
    }

    ._1dFra_P-TALem9yn3wu5xL ._1Y92iQzs4iDEiL_5TtPxh9 {
        display: inline-block;
        padding-top: 2px;
        font-size: 12px;
        line-height: 17px;
    }

    ._1dFra_P-TALem9yn3wu5xL ._2j9lCqClq3JmLgOt5dyuY1 {
        color: #3370FF;
        font-size: 24px;
    }

    ._2i30yUvB-3YxplpGxfiD_4 {
        right: 2px;
        z-index: 9;
        top: 300px;
        right: 0;
        position: fixed;
        overflow: hidden;
        box-shadow: 0 4px 12px #bfc7d880;
        cursor: pointer;
        z-index: 9999;
        border-radius: 12px 12px 0px 0px;
    }

    ._2i30yUvB-3YxplpGxfiD_4.kKsLjAqTF0THg-0hzIiAa {
        border-radius: 12px;
    }

    ._2i30yUvB-3YxplpGxfiD_4.kKsLjAqTF0THg-0hzIiAa li {
        border: none;
    }

    ._2i30yUvB-3YxplpGxfiD_4 ul {
        background-color: #fff;
    }

    ._2i30yUvB-3YxplpGxfiD_4._1guh7vwzQ9tXs_3BfcrV58 {
        height: 60px;
        overflow: hidden;
        transition: height 0.8s ease-in;
        bottom: 417px;
    }

    ._2i30yUvB-3YxplpGxfiD_4._1guh7vwzQ9tXs_3BfcrV58 ul {
        opacity: 0.7;
    }

    ._2i30yUvB-3YxplpGxfiD_4._1guh7vwzQ9tXs_3BfcrV58:hover ul {
        opacity: 1;
    }

    ._2i30yUvB-3YxplpGxfiD_4 ._37WivYz6qO3A8sZiJnk2qA {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        width: 24px;
        height: 60px;
        border-radius: 10px 0px 0px 10px;
        background-color: #3370ff;
        color: #ffffff;
    }

    ._2i30yUvB-3YxplpGxfiD_4 ._37WivYz6qO3A8sZiJnk2qA.kKsLjAqTF0THg-0hzIiAa {
        border-radius: 10px;
    }

    ._2i30yUvB-3YxplpGxfiD_4 ._2n_9OvMuBUkjyzr-8Qad-C {
        border-radius: 12px 12px 0px 0px;
    }

    ._2i30yUvB-3YxplpGxfiD_4 ._2n_9OvMuBUkjyzr-8Qad-C .beerWe7vxM8fYbmgneCtY {
        color: #3370FF;
    }

    ._2i30yUvB-3YxplpGxfiD_4 ._2n_9OvMuBUkjyzr-8Qad-C:hover {
        background-color: #3370ff;
        color: #fff;
    }

    ._2i30yUvB-3YxplpGxfiD_4 ._2n_9OvMuBUkjyzr-8Qad-C:hover .beerWe7vxM8fYbmgneCtY {
        color: #fff;
    }

    ._2i30yUvB-3YxplpGxfiD_4 ul {
        width: 100%;
    }

    ._2i30yUvB-3YxplpGxfiD_4 li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 60px;
        height: 60px;
        border-bottom: 1px solid #f1f1f1;
    }

    ._2i30yUvB-3YxplpGxfiD_4 li:hover {
        background-color: #3370ff;
        color: #fff;
    }

    ._2i30yUvB-3YxplpGxfiD_4 li:hover ._1rR3Ey5O8VZKWaVtlV_LVj,
    ._2i30yUvB-3YxplpGxfiD_4 li:hover .f-5-Y4vJC24XjFsJ2wCm1 {
        color: #fff;
    }

    ._2i30yUvB-3YxplpGxfiD_4 li ._1rR3Ey5O8VZKWaVtlV_LVj {
        display: inline-block;
        padding-top: 2px;
        font-size: 12px;
        line-height: 17px;
    }

    ._2i30yUvB-3YxplpGxfiD_4 li .f-5-Y4vJC24XjFsJ2wCm1 {
        color: #3370FF;
        font-size: 24px;
    }

.fxGuide::after {
    position: absolute;
    top: -98px;
    left: -14px;
    width: 130px;
    height: 98px;
    content: '';
    background-image: url(static/images/rp-step1-banner.png);
    background-size: 100% 100%;
}