<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 箴ц捷��垸� */
.sidebar-box {
    position: fixed;
    right: 3%;
    bottom: 3%;
    z-index: 8;
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sidebar-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 60px;
    align-items: center;
    height: 34px;
    background: #ffffff;
    border-radius: 50px;
    box-shadow: 0px 8px 24px 0px hsl(0deg 0% 0% / 20%);
    padding-bottom: 6px;
    position: relative;

}

.sidebar-list-con-true {
    position: absolute;
    width: 60px;
    height: 290px;
    left: 0;
    bottom: 6px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    display: none;
}

.sidebar-box.scroll-toolbar .sidebar-list-con-true {
    display: flex;
}

.sidebar-box.back-toolbar .sidebar-list-con-true {
    /* display: flex; */
    animation: backCon 1.2s linear both !important;
    -webkit-animation: backCon 1.2s linear both !important;
}

@keyframes backCon {
    0% {
        display: flex;
    }

    83.5% {
        display: flex;
    }

    100% {
        display: none;
    }

}

.sidebar-box.scroll-toolbar {
    display: flex;
    opacity: 1;
}

/* .sidebar-box.back-toolbar {
    animation: sidebarFade 1.2s;
} */

/* @keyframes sidebarFade {
    0% {
        opacity: 1;

    }

    83.33% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
} */

.sidebar-box.scroll-toolbar .sidebar-list {
    /* -webkit-animation: aniHeight 1s linear both;
    animation: aniHeight 1s linear both; */
    height: 274px;
    transition: all 1s linear;
}

@keyframes aniHeight {
    0% {
        height: 34px;
    }

    25% {
        height: 98px;
    }

    50% {
        height: 162px;
    }

    75% {
        height: 226px;
    }

    100% {
        height: 290px;
    }
}

.sidebar-box.scroll-toolbar .sidebar-list-item:nth-child(1) {
    -webkit-animation: aniOb5 200ms 800ms linear both;
    animation: aniOb5 200ms 800ms linear both;
}

.sidebar-box.scroll-toolbar .sidebar-list-item:nth-child(2) {
    -webkit-animation: aniOb4 200ms 600s linear both;
    animation: aniOb4 200ms 600ms linear both;
}

.sidebar-box.scroll-toolbar .sidebar-list-item:nth-child(3) {
    -webkit-animation: aniOb3 200ms 400ms linear both;
    animation: aniOb3 200ms 400ms linear both;
}

.sidebar-box.scroll-toolbar .sidebar-list-item:nth-child(4) {
    -webkit-animation: aniOb2 200ms 200ms linear both;
    animation: aniOb2 200ms 200ms linear both;
}

/* .sidebar-box.scroll-toolbar .sidebar-list-item:nth-child(5) {
    -webkit-animation: aniOb1 200ms linear both;
    animation: aniOb1 200ms linear both;
} */

.sidebar-box .sidebar-list-item:nth-child(5) {
    display: none;
    opacity: 1;
}

@keyframes aniOb1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes aniOb2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes aniOb3 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes aniOb4 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes aniOb5 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.sidebar-box.back-toolbar .sidebar-list {
    /* -webkit-animation: backHeight 1s linear both;
    animation: backHeight 1s linear both; */
    height: 34px;
    transition: all 1s linear;
}

@keyframes backHeight {
    0% {
        height: 328px;
    }

    20% {
        height: 290px;
    }

    40% {
        height: 226px;
    }

    60% {
        height: 162px;
    }

    80% {
        height: 98px;
    }

    100% {
        height: 34px;
    }

}

.sidebar-box.back-toolbar .sidebar-list-item:nth-child(1) {
    -webkit-animation: aniBackOb1 200ms linear both;
    animation: aniBackOb1 200ms linear both;

}

.sidebar-box.back-toolbar .sidebar-list-item:nth-child(2) {
    -webkit-animation: aniBackOb2 200ms 200ms linear both;
    animation: aniBackOb2 200ms 200ms linear both;

}

.sidebar-box.back-toolbar .sidebar-list-item:nth-child(3) {
    -webkit-animation: aniBackOb3 200ms 400ms linear both;
    animation: aniBackOb3 200ms 400ms linear both;
}

.sidebar-box.back-toolbar .sidebar-list-item:nth-child(4) {
    -webkit-animation: aniBackOb4 200ms 600ms linear both;
    animation: aniBackOb4 200ms 600ms linear both;
}

/* .sidebar-box.back-toolbar .sidebar-list-item:nth-child(5) {
    -webkit-animation: aniBackOb5 200ms 800ms linear both;
    animation: aniBackOb5 200ms 800ms linear both;
} */

@keyframes aniBackOb1 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes aniBackOb2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes aniBackOb3 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes aniBackOb4 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes aniBackOb5 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.sidebar-box.scroll-footer .sidebar-list {
    height: 324px !important;
    transition: all 1s linear;
}

.sidebar-box.scroll-footer .sidebar-list-item {
    opacity: 1;
}

.sidebar-box.scroll-footer .sidebar-list-item:nth-child(5) {
    display: block;
}

.sidebar-list-item {
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
    position: relative;
    opacity: 0;
    cursor: pointer;
}

.sidebar-list-item:nth-child(5) {
    margin-bottom: 0;

    width: 48px;
    height: 48px;
}

.sidebar-list-con {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    flex-direction: column;
}

/* .sidebar-list-item:nth-child(5) .sidebar-list-con {
    width: 48px;
    height: 48px;
    border-radius: 50px;
} */

.sidebar-list-item .sidebar-icon {
    height: 20px !important;
    width: auto !important;
    border-radius: unset !important;
    position: unset !important;
    right: unset !important;
}

.sidebar-list-item .sidebar-explain {
    font-size: 12px;
    font-family: Inter, Inter-Regular;
    color: #333333;
    line-height: 12px;
    margin-top: 5px;
    white-space: nowrap;
}

/* .sidebar-list-item:hover .sidebar-list-con{
    background-color: #2250C4;
} */
.sidebar-list-item:nth-child(1):hover .sidebar-icon {
    content: url(/web3/img/nh_help_true.svg);
}

.sidebar-list-item:nth-child(2):hover .sidebar-icon {
    content: url(/web3/img/nh_kf_true.svg);
}

.sidebar-list-item:nth-child(3):hover .sidebar-icon {
    content: url(/web3/img/nh_wechat_true.svg);
}

.sidebar-list-item:nth-child(4):hover .sidebar-icon {
    content: url(/web3/img/apply_slide_true.svg);
}

.sidebar-list-item:hover .sidebar-explain {
    color: #2250C4;
}

.sidebar-list-item:nth-child(5) .sidebar-list-con {
    background-color: #2250C4;
    /* transition: all .2s; */
}

.sidebar-list-item:nth-child(5) .sidebar-icon {
    height: 24px;
}

.sidebar-list-text {
    display: none;
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    width: 190px;
    height: 40px;
    background: #2250c4;
    border-radius: 10px;
    box-shadow: 0px 8px 24px 0px rgba(136, 136, 136, 0.20);
    font-size: 22px;
    font-family: 'OPPOSansBold';
    text-align: center;
    color: #ffffff;
    line-height: 40px;
}

/* .sidebar-list-item:last-child.choose-hover .sidebar-list-text,
 */
/* .sidebar-list-item:nth-child(4).choose-hover .sidebar-list-text {
    display: block;
} */

/* .sidebar-list-item:nth-child(3).choose-hover .sidebar-list-con{
    padding: 0 14px 0 26px;
   justify-content: space-between;
   width: 220px;
} */

.sidebar-list-item:nth-child(3).choose-hover .wx-sidebar-box {
    display: flex;
}

.helpCenter-inpBox-1 {
    display: block !important;
}

.wx-sidebar-box {
    position: absolute;
    width: 190px;
    height: auto;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 2px 8px 0px rgba(208, 217, 234, 0.20);
    padding: 10px 0 10px 15px;
    display: flex;
    align-items: flex-start;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    z-index: 10;
}

.wx-sidebar-item:hover .wx-sidebar-box {
    display: flex !important;
}

.wx-sidebar-code {
    width: 80px;
    height: 80px;
    background: #d9d9d9;
}

.wx-sidebar-code img {
    width: 100%;
    height: 100%;
}

.sidebar-public-palteform {
    width: 74px;
    margin-left: 6px;
}

.sidebar-public-palteform-title {
    font-size: 16px;
    font-family: Inter, Inter-Regular;
    color: #2250C4;
    line-height: 20px;
}

.sidebar-public-palteform-text {
    margin-top: 5px;
    font-size: 14px;
    font-family: OPPOSans, OPPOSans-Regular;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
    line-height: 24px;
}

.sidebar-logo-ani {
    position: absolute;
    width: 90px;
    height: 90px;
    /* box-shadow: 0px 8px 24px 0px rgba(208,217,234,0.25);  */
    border-radius: 50%;
    /* overflow: hidden; */
    top: -76px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.sidebar-logo-ani img {
    width: 110%;
    height: 110%;
    /* object-fit: cover; */
    border-radius: 50%;
    transform: translate(-5px, -5px);

}

.sidebar-logo-title {
    text-align: center;
    width: 60px;
    height: 24px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 8px 24px 0px rgba(34, 80, 196, 0.20);
    font-size: 12px;
    color: #2250c4;
    line-height: 24px;
    position: absolute;
    bottom: -20px;
    z-index: 4;
    left: 50%;
    transform: translateX(-50%);
}

.sidebar-list-con .helpCenter-box {
    z-index: 9;
    display: block;
    width: 350px;
    height: auto;
    position: absolute;
    top: 0px;
    right: 78px;
    padding-top: 137px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    overflow-y: hidden !important;
    opacity: 0;
    -webkit-opacity: 0;
    transform: scale(0);
}

.sidebar-list-con .helpCenter-box .helpCenter-title {
    background: #2F61C9;
    padding: 15px;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    border-radius: 8px 8px 0 0;
    cursor: auto;
}

.sidebar-list-con .helpCenter-box .helpCenter-box-content {
    height: 292px;
    /* overflow-y: hidden; */
}

.sidebar-list-con .helpCenter-title .content-title {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

/* 絽���賢綽� */
.sidebar-list-con .helpCenter-title .content-title span {
    font-size: 14px;
}

.sidebar-list-con .helpCenter-inp {
    width: 100%;
    position: relative;
    margin-top: 20px;
    background-color: #FFFFFF;
}

.sidebar-list-con .helpCenter-inp input {
    width: 100%;
    line-height: 35px;
    padding: 0 30px 0 10px;
    box-sizing: border-box;
    border: 0;
}

.sidebar-list-con .helpCenter-inp i {
    color: #333;
    font-size: 24px;
    width: 36px;
    height: 100%;
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    /* background: url("../image/Fullscreen/search.png") no-repeat center; */
    cursor: pointer;
}

.sidebar-list-con .helpCenter-inp .helpCenter-inpBox-1 {
    box-shadow: 4px 2px 6px rgba(0, 0, 0, 0.2);
    display: none;
    position: absolute;
    width: calc(100% - 2px);
    background: #fff;
    top: 38px;
    left: 1px;
    border: 1px solid #E1E1E1;
    padding: 22px 0 0;
    box-sizing: border-box;
    border-bottom: 0;
}

.sidebar-list-con .helpCenter-inpBox-1 .content-title {
    font-size: 14px;
    color: #888888;
    font-weight: bold;
    padding: 0 22px 10px;
}

.sidebar-list-con .helpCenter-inpBox-1 a {
    font-size: 14px;
    color: #000000;
    display: block;
    padding: 0 22px 0;
    border-bottom: 1px solid #E1E1E1;
    line-height: 34px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sidebar-list-con .helpCenter-inpBox-1 a:hover {
    color: #2c5fc8;
}

.sidebar-list-con .helpCenter-inpBox-1 a span {
    color: #2c5fc8;
}

.sidebar-list-con .helpCenter-search {
    margin-top: 10px;
}

.sidebar-list-con .helpCenter-search p a {
    color: #fff;
    margin-left: 10px;
}

.sidebar-list-con .helpCenter-downBox {
    height: 510px;
    /* overflow-y: hidden; */
    display: none;
    background: #fff;
    min-height: 510px;
}

.sidebar-list-con .helpCenter-downBox.ontrue {
    display: block;
}
.helpCenter-downBox-page {
    border-radius: 0 0 8px 8px;
    cursor: auto;
}

.sidebar-list-con .helpCenter-page {
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sidebar-list-con .helpCenter-page a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 14px;
}

.sidebar-list-con .helpCenter-page a img {
    display: none;
}

.sidebar-list-con .helpCenter-page a img.ontrue {
    display: block;
}

.sidebar-list-con .helpCenter-page a p {
    margin-top: 10px;
    color: #888888;
}

.sidebar-list-con .helpCenter-page a:hover p,
.helpCenter-page a.ontrue p {
    color: #2F61C9;
}

.sidebar-list-con .helpCenter-contant {
    padding: 0 15px 15px;
    background: #fff;
}

.sidebar-list-con .helpCenter-hotProblem,
.sidebar-list-con .helpCenter-problem {
    padding: 22px;
    border: 1px solid #E1E1E1;
}

.sidebar-list-con .helpCenter-hotProblem .content-title,
.sidebar-list-con .helpCenter-problem .content-title {
    font-size: 14px;
    color: #888888;
    font-weight: bold;
}

.sidebar-list-con .helpCenter-hotProblem a {
    font-size: 14px;
    color: #000000;
    margin-top: 10px;
    /*display: flex;*/
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.sidebar-list-con .helpCenter-hotProblem a:hover {
    color: #2F61C9;
}

.sidebar-list-con .helpCenter-problem-tit:hover a {
    color: #2F61C9;
}

.sidebar-list-con .helpCenter-hotProblem a:nth-child(2) {
    margin-top: 15px;
}

.sidebar-list-con .helpCenter-hotProblem a i {
    display: inline-block;
    margin-left: 10px;
    background: url("/web/static/image/Fullscreen/hot.png") no-repeat center;
    width: 12px;
    height: 14px;
}

.sidebar-list-con .helpCenter-problem {
    margin-top: 10px;
    padding: 22px 0 0;
}

.sidebar-list-con .helpCenter-problem .content-title {
    padding: 0 22px 12px;
}

/*.sidebar-list-con .helpCenter-problem ul li a:hovar a{color:#2F61C9;}*/
.sidebar-list-con .helpCenter-problem ul li .helpCenter-problem-sj {
    transition: all .4s ease;
    background: url("/web/static/image/Fullscreen/jt.png") no-repeat center;
    display: block;
    float: right;
    width: 30px;
    height: 40px;
    cursor: pointer;
}

.sidebar-list-con .helpCenter-problem ul li.ontrue .helpCenter-problem-sj {
    transform: rotate(180deg);
}

.sidebar-list-con .helpCenter-problem ul li:last-child .helpCenter-problem-tit {
    border-bottom: 0;
}

.sidebar-list-con .helpCenter-problem ul li .helpCenter-problem-tit {
    padding: 0 22px;
    border-bottom: 1px solid #d0d0d0;
}

.sidebar-list-con .helpCenter-problem ul li .helpCenter-problem-tit a {
    display: inline-block;
    line-height: 40px;
}

.sidebar-list-con .helpCenter-problem ul li:hover .helpCenter-problem-tit,
.sidebar-list-con .helpCenter-problem ul li.ontrue .helpCenter-problem-tit {
    background: rgba(242, 242, 242, 1);
}

.sidebar-list-con .helpCenter-problem ul li .helpCenter-problem-menu {
    padding: 10px 22px;
    display: none;
    min-height: 384px;
}

.sidebar-list-con .helpCenter-problem ul li .helpCenter-problem-menu .helpCenter-problem-menu2:last-child .helpCenter-problem-menu2Box {
    border: 0;
}

#helpCenter-close-icon {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 4;
    cursor: pointer;
    width: 30px;
    height: 24px;
    background: url("/web/static/image/Fullscreen/close-white.png") no-repeat center;
}

.sidebar-list-con .helpCenter-problem-menu2 {
    line-height: 40px;
}

.sidebar-list-con .helpCenter-problem-menu2 .helpCenter-problem-menu2jiantou {
    transition: all .4s ease;
    background: url("/web/static/image/Fullscreen/jt.png") no-repeat center;
    display: block;
    float: right;
    width: 30px;
    height: 40px;
    cursor: pointer;
}

.sidebar-list-con .helpCenter-problem-menu2 .helpCenter-problem-menu2jiantou.ontrue {
    transform: rotate(180deg);
}

.sidebar-list-con .helpCenter-problem-menu2Box {
    display: none;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 10px;
}

.sidebar-list-con .helpCenter-problem-menu2Box a {
    display: block;
    line-height: 28px;
    padding: 0 15px;
    color: #2F61C9;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.sidebar-list-con .helpCenter-downBox-search {
    margin: 15px;
    border: 1px solid #E1E1E1;
    padding-top: 22px;
    box-sizing: border-box;
    border-bottom: 0;
}

.sidebar-list-con .helpCenter-downBox-search .content-title {
    font-size: 14px;
    color: #888888;
    font-weight: bold;
    padding: 0 22px 10px;
}

.sidebar-list-con .helpCenter-downBox-search a {
    font-size: 14px;
    color: #000000;
    display: block;
    padding: 0 22px 0;
    border-bottom: 1px solid #E1E1E1;
    line-height: 34px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sidebar-list-con .helpCenter-downBox-search a:hover {
    color: #2c5fc8;
}

.sidebar-list-con .helpCenter-downBox-search a span {
    color: #2c5fc8;
}

.sidebar-list-con .feedback {
    padding: 15px;
    text-align: center;
    display: none;
}

.sidebar-list-con .feedback textarea {
    border: 1px solid #E1E1E1;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    resize: none;
    height: 120px;
}

.sidebar-list-con .feedback button {
    outline: none;
    width: 50%;
    box-sizing: border-box;
    margin: 15px auto 0;
    line-height: 38px;
    display: block;
    border: 0;
    padding: 0;
    background: #2F61C9;
    color: #fff;
}

.sidebar-list-con .feedback button.ontrue {
    background: #888888;
}

.sidebar-list-con .feedback button.ontrue:hover {
    background: #888888;
}

.sidebar-list-con .feedback button:hover {
    background: #3e76ea;
    cursor: pointer;
}

@media (max-width:760px) {
    #pageToolBar {
        display: none;
    }
}</pre></body></html>