.footer-bar {
    background: #0f1d37;
    padding: 50px 50px 48px;
    font-family: inherit;
    font-size: 16px;
    color: #fff;
    position: relative
}

@media (max-width: 767px) {
    .footer-bar {
        padding: 50px 16px 27px
    }
}

.footer-bar .footer-main {
    max-width: 1440px;
    margin: 0 auto;
    margin-bottom: 58px
}

@media (max-width: 767px) {
    .footer-bar .footer-main {
        margin-bottom: 30px
    }
}

.footer-bar .footer-main .contact {
    display: flex;
    position: relative;
    margin-bottom: 120px;
    gap: 10%;
    justify-content: space-between
}

@media (max-width: 767px) {
    .footer-bar .footer-main .contact {
        margin-bottom: 50px
    }
}

.footer-bar .footer-main .contact .contact-left {
    display: flex;
    margin-top: 40px
}

@media (max-width: 1023px) {
    .footer-bar .footer-main .contact .contact-left {
        flex-direction: column
    }
}

.footer-bar .footer-main .contact .contact-left .contact-way {
    margin-right: 80px
}

@media (max-width: 767px) {
    .footer-bar .footer-main .contact .contact-left .contact-way {
        margin-bottom: 29px
    }
}

.footer-bar .footer-main .contact .contact-left .contact-label {
    opacity: .5
}

.footer-bar .footer-main .contact .contact-left .contact-value {
    font-family: HarmonyOS_Sans_SC;
    font-weight: 400;
    font-size: 28px;
    color: #2e7ae6
}

@media (max-width: 767px) {
    .footer-bar .footer-main .contact .contact-left .contact-value {
        font-size: 24px
    }
}

.footer-bar .footer-main .contact .contact-left .contact-address .contact-value {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    padding-top: 6px
}

.footer-bar .footer-main .contact .contact-right {
    display: flex;
    gap: 20px
}

@media (max-width: 1023px) {
    .footer-bar .footer-main .contact .contact-right {
        display: none
    }
}

.footer-bar .footer-main .contact .contact-right .qrcode {
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 16px;
    color: #8d9199;
    width: 88px;
    text-align: center
}

.footer-bar .footer-main .contact .contact-right .qrcode img {
    border-radius: 9px;
    width: 88px;
    height: 88px
}

.footer-bar .footer-main .contact .contact-right .contact-icon {
    width: 40px;
    height: 40px;
    background: hsla(0, 0%, 100%, .5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px
}

.footer-bar .footer-main .contact .contact-right .contact-icon .icon-img {
    width: 21px;
    height: 18px
}

.footer-bar .footer-main .contact .contact-right .contact-icon .code-img {
    display: none;
    position: absolute;
    border-radius: 9px;
    width: 88px;
    height: 88px;
    top: 50px
}

.footer-bar .footer-main .contact .contact-right .contact-icon:hover .code-img {
    display: block
}

.footer-bar .footer-main .contact :after {
    content: "";
    position: absolute;
    left: 0;
    top: 180px;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: .4
}

@media (max-width: 1023px) {
    .footer-bar .footer-main .contact :after {
        display: none
    }
}

.footer-bar .footer-main .intro-menu {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 10px
}

@media (max-width: 767px) {
    .footer-bar .footer-main .intro-menu {
        display: none
    }
}

.footer-bar .footer-main .intro-menu .intro-part {
    flex: 1
}

.footer-bar .footer-main .intro-menu .intro-part .menu-name {
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 18px
}

.footer-bar .footer-main .intro-menu .intro-part .menu-list {
    font-family: HarmonyOS_Sans_SC_Light;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    opacity: .5;
    cursor: pointer
}

.footer-bar .footer-main .intro-menu .intro-part .menu-list :hover {
    color: #f3f0f0;
    opacity: 1
}

@media (min-width: 768px) {
    .footer-bar .footer-main .mobile-menu {
        display: none
    }
}

.footer-bar .footer-main .mobile-menu .van-collapse .van-collapse-item {
    padding: 10px 0
}

.footer-bar .footer-main .mobile-menu .van-collapse .van-collapse-item .van-collapse-item__title {
    background: transparent
}

.footer-bar .footer-main .mobile-menu .van-collapse .van-collapse-item .van-collapse-item__title .van-cell__title {
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    text-transform: none
}

.footer-bar .footer-main .mobile-menu .van-collapse .van-collapse-item .van-collapse-item__title .van-cell__right-icon:before {
    transform: rotate(0)
}

.footer-bar .footer-main .mobile-menu .van-collapse .van-collapse-item .van-collapse-item__title--expanded .van-cell__right-icon:before {
    transform: rotate(90deg)
}

.footer-bar .footer-main .mobile-menu .van-collapse .van-collapse-item .van-collapse-item__wrapper .van-collapse-item__content {
    background: transparent
}

.footer-bar .footer-main .mobile-menu .van-collapse .van-collapse-item .van-collapse-item__wrapper .van-collapse-item__content .van-cell {
    background: transparent;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer
}

.footer-bar .footer-main .mobile-menu .van-collapse .van-collapse-item .van-collapse-item__wrapper .van-collapse-item__content .van-cell .van-cell__title {
    color: #fff;
    opacity: .5
}

.footer-bar .footer-main .mobile-menu .van-cell:after, .footer-bar .footer-main .mobile-menu .van-collapse-item--border:after, .footer-bar .footer-main .mobile-menu .van-hairline--top-bottom:after {
    border-color: hsla(0, 0%, 100%, .1)
}

.footer-bar .footer-main .friend-links {
    display: flex;
    gap: 24px;
    position: relative;
    z-index: 2;
    margin-top: 120px
}

@media (max-width: 1279px) {
    .footer-bar .footer-main .friend-links {
        display: none
    }
}

.footer-bar .footer-main .friend-links .friend-label {
    opacity: .5;
    margin-right: 20px
}

.footer-bar .footer-main .friend-links .friend-link {
    cursor: pointer;
    margin-right: 10px
}

.footer-bar .footer-main .friend-links .friend-link-separator {
    margin: auto 0;
    width: 1px;
    height: 8px;
    background: #fff;
    opacity: .5
}

.footer-bar .footer-main .friend-links :after {
    content: "";
    position: absolute;
    left: 0;
    top: 44px;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: .4
}

.footer-bar .footer-main .mobile-links {
    margin-top: 25px
}

@media (min-width: 1280px) {
    .footer-bar .footer-main .mobile-links {
        display: none
    }

    .footer-bar .footer-main .accordion {
        display: none;
    }

    .footer-bar .footer-main .accordionnav {
        display: none;
    }

}

.footer-bar .footer-main .mobile-links .van-collapse-item__title {
    background: rgba(88, 102, 126, .2)
}

.footer-bar .footer-main .mobile-links .van-collapse-item__title .van-cell__title {
    color: #bcc1cc
}

.footer-bar .footer-main .mobile-links .van-collapse-item__content {
    background: rgba(88, 102, 126, .2)
}

.footer-bar .footer-main .mobile-links .van-collapse-item__content .van-cell--clickable {
    background: transparent;
    color: #bcc1cc
}

.footer-bar .footer-bottom {
    margin-top: 58px;
    max-width: 1440px;
    margin: 0 auto;
    opacity: .5;
    display: flex;
    justify-content: space-between
}

@media (max-width: 767px) {
    .footer-bar .footer-bottom {
        flex-direction: column-reverse
    }

    .footer-bar .footer-bottom .footer-copyright {
        display: flex;
        flex-direction: row;
        gap: 3px
    }

    .footer-bar .footer-bottom .footer-copyright .footer-text {
        margin: 0 5px 0
    }

    .footer-bar .footer-bottom .footer-copyright .record {
        display: flex;
        align-items: center
    }

    .footer-bar .footer-bottom .footer-copyright .record img {
        width: 16px;
        height: 16px;
        vertical-align: middle
    }

    .footer-bar .footer-bottom .footer-copyright .record .text {
        line-height: 16px
    }
}

.footer-bar .footer-bottom .footer-copyright .record img {
    display: inline-block !important;
}




@media (max-width: 767px) {
    .footer-bar .footer-bottom .footer-copyright {
        flex-direction: column;
        align-items: center;
        font-size: 10px;
        line-height: 20px;
        margin-top: 22px
    }
}

.footer-bar .footer-bottom .footer-bottom-right {
    display: flex;
    flex-direction: row;

}

@media (max-width: 767px) {
    .footer-bar .footer-bottom .footer-bottom-right {
        justify-content: center;
        height: 45px;
        border-bottom: 1px solid #fff
    }


}

.footer-bar .footer-bottom .footer-bottom-right .right-item {
    opacity: .5
}

.footer-bar .footer-bottom .footer-bottom-right .right-item-separator {
    background: #fff;
    width: 1px;
    margin: auto 15px;
    height: 8px;
    opacity: .5
}

.accordion2 {
    width: 100%;
    height: auto;
    background-color: rgba(88, 102, 126, .2);
    border-bottom: 1px solid #6b7485;
    border-top: 1px solid #6b7485;
    color: #bcc1cc;
    padding: 0 16px 0;
}

.accordion2 .accordion-header {
    width: 100%;

    color: #bcc1cc;
}

.accordion2 .accordion-header .accordion-button {
    width: 100%;
    color: #bcc1cc;
}

.accordion2 .show {
    border-top: 1px solid #6b7485;
}


.accordion2 .accordion-button::after {
    color: #bcc1cc;

}

.accordion2 .accordion-body {
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.5;


}

.accordion2 .accordion-body div {
    background: transparent;
    color: #bcc1cc;
    display: flex;
    justify-content: space-between;

    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #6b7485;
}


.accordion2 .accordion-body div:last-child {
    border-bottom: 0;
}

.accordion2 .accordion-body div a {
    color: #bcc1cc;
}

.accordion2 .accordion-button:not(.collapsed)::after {
    background-image: url(../images/icon-arrowtop.png);
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: center;
    width: 20px;
    height: 20px;
}

.accordion2 .accordion-button::after {
    background-image: url(../images/icon-arrowtop.png);
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: center;
    width: 20px;
    height: 20px;
}

.accordionnav {
    width: 100%;
    color: #fff;
    margin-bottom: 30px;
}

.accordionnav .accordion-button {

    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    border-bottom: 1px solid #1b2941;
}

.accordionnav .accordion-body {
    color: #fff;
    opacity: .5;
    background: transparent;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    padding: 12px 16px;
}

.accordionnav .accordion-body a {
    color: #fff;

    background: transparent;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    display: block;
    width: 100%;
    padding: 10px 16px;
    overflow: hidden;
    border-bottom: 1px solid #1b2941;
    background-image: url(../images/icon-arrowright.png);
    background-repeat: no-repeat;
    background-size: auto 12px;
    background-position: 95% center;
}

.accordionnav .accordion-button:not(.collapsed)::after {
    background-image: url(../images/icon-arrowtop.png);
    background-repeat: no-repeat;
    background-size: auto 8px;
    background-position: center;
    width: 20px;
    height: 20px;
}

.accordionnav .accordion-button::after {
    background-image: url(../images/icon-arrowright.png);
    background-repeat: no-repeat;
    background-size: 8px auto;
    background-posmition: center;
    width: 20px;
    height: 20px;
}

.accordionnav .accordion-item {
    border: 0;
    padding: 10px 0;
}