
.zjf-footer-title {
    color: #555555;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px
}

.zjf-footer-list {
    margin: 16px 0 0;
    padding: 0
}

.zjf-footer-item {
    color: #222222;
    cursor: pointer;
    font-size: 14px;
    line-height: 30px;
    list-style: none;
    margin: 0;
    padding: 0
}

.zjf-footer-item:hover {
    text-decoration: underline
}

.zjf-footer-itemLink {
    display: block;
    width: 100%
}

.zjf-footer-arrow-down {
    display: none
}

.zjf-footer-arrow-active {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media screen and (max-width: 893px) and (min-width:500px) {
    .zjf-footer-section {
        border-bottom:1px solid hsla(0,0%,100%,.06);
        cursor: pointer;
        width: 100%
    }

    .zjf-footer-title {
        align-items: center;
        color: #222222;
        display: flex;
        font-size: 16px;
        font-weight: 400;
        justify-content: space-between;
        line-height: 20px;
        padding: 14px 0
    }

    .zjf-footer-list {
        margin-top: 0
    }

    .zjf-footer-item {
        font-size: 14px;
        margin-top: 0;
        padding: 6px 0 6px 20px
    }

    .zjf-footer-arrow-down {
        display: block;
        transition: -webkit-transform .2s ease;
        transition: transform .2s ease;
        transition: transform .2s ease,-webkit-transform .2s ease
    }

    .zjf-footer-arrow-down.hci-right {
        font-size: 20px;
        line-height: 20px
    }
}

@media screen and (max-width: 499px) {
    .zjf-footer-section {
        border-bottom:1px solid hsla(0,0%,100%,.06);
        width: 100%
    }

    .zjf-footer-title {
        align-items: center;
        display: flex;
        font-size: 4.26666667vw;
        justify-content: space-between;
        line-height: 5.06666667vw;
        padding-bottom: 4.26666667vw;
        padding-top: 4.26666667vw
    }


    .zjf-footer-list {
        margin-top: 0
    }

    .zjf-footer-item {
        font-size: 3.73333333vw;
        margin-top: 0;
        padding-bottom: 3.2vw;
        padding-left: 5.33333333vw;
        padding-top: 3.2vw
    }



    .zjf-footer-arrow-down {
        display: block;
        transition: -webkit-transform .2s ease;
        transition: transform .2s ease;
        transition: transform .2s ease,-webkit-transform .2s ease
    }

    .zjf-footer-arrow-down.hci-right {
        font-size: 2.66666667vw;
        line-height: 5.33333333vw
    }

}

.zjf-footer-share-box {
    margin: 0 auto;
    max-width: 1296px;
    padding: 0 48px
}

.footer-share-box-content-wap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 40px 0;
    text-align: right
}

.footer-share-box_content {
    cursor: pointer;
    display: inline-block;
    height: 18px
}

.footer-share-box_content.is-active .footer-share-box_arrow.hci-right {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.footer-share-box_block {
    width: 100%
}

.footer-share-box_icon.hci-locale-info {
    color: #666666;
    font-size: 18px;
    line-height: 18px;
    margin-right: 14px;
    vertical-align: middle
}

.footer-share-box_text {
    margin-right: 12px
}

.footer-share-box_arrow.hci-right,.footer-share-box_text {
    color: #666666;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle
}

.footer-share-box_arrow.hci-right {
    display: inline-block;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease
}

.footer-icon-list {
    align-items: center;
    display: flex
}

.footer-icon-item {
    height: 18px;
    position: relative;
    margin-left:10px;
}

.footer-icon-item-qrcode {
    display: none;
    height: 100px;
    position: absolute;
    top: -110px;
    width: 100px
}

.footer-icon-item-qrcode img {
    width: 100%
}

.footer-icon-item:hover .footer-icon-item-qrcode {
    display: block
}

.footer-share-box_listWrap {
    overflow: hidden;
    width: 100%
}

.footer-share-box_list {
    height: 79px;
    transition: height .3s cubic-bezier(.35,0,.25,1);
    width: calc(100% + 48px)
}

.footer-share-box_list.is-hidden {
    height: 0;
    margin-top: 0
}

.footer-share-box_item {
    color: #666666;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 16px;
    line-height: 16px;
    margin-bottom: 22px;
    opacity: .8
}

.footer-share-box_item.is-active {
    opacity: 1;
    text-decoration: underline
}

.footer-share-box_item:hover {
    opacity: 1
}

.footer-share-box_item:after {
    color: #666666;
    content: "·";
    display: inline-block;
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    margin-left: 20px;
    margin-right: 20px;
    opacity: .8;
    text-align: center;
    width: 8px
}

.footer-share-box_item:last-child:after {
    content: ""
}

.footer-share-box_item-flatten {
    color: #666666;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 24px
}

.footer-share-box_item-flatten.is-active {
    color: #222222
}

.footer-share-box_item-flatten:hover {
    color: #2d3efe;
    text-decoration: underline
}

.footer-share-box_item-flatten:after {
    color: #bbbfc4;
    content: "|";
    display: inline-block;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    margin-left: 16px;
    margin-right: 16px;
    text-align: center;
    width: 1px
}

.footer-share-box_item-flatten:last-child:after {
    content: "";
    display: none
}

@media screen and (max-width: 893px) and (min-width:500px) {
    .zjf-footer-share-box {
        border-top:1px solid hsla(216,8%,88%,.5);
        margin: 0 auto;
        padding: 0;
        width: calc(100vw - 96px)
    }

    .footer-share-box-content-wap {
        border-bottom: 1px solid transparent;
        flex-direction: column-reverse;
        padding: 0;
        text-align: unset
    }

    .footer-share-box-content-wap.is-active {
        border-bottom: 1px solid hsla(0,0%,59%,.5);
        padding-bottom: 36px
    }

    .footer-share-box-content-wap.is-active .footer-share-box_arrow.hci-right {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .footer-share-box_content {
        align-items: center;
        cursor: pointer;
        display: flex;
        height: 40px;
        margin-top: 32px
    }

    .footer-icon-list {
        margin-top: 32px
    }

    .footer-icon-item {
        height: 48px
    }

    .footer-icon-itemIcon {
        font-size: 48px;
        height: 48px;
        margin-right: 16px;
        width: 48px
    }

    .footer-icon-item-qrcode {
        height: 31.46666667vw;
        top: -34.13333333vw;
        width: 31.46666667vw
    }

    .footer-icon-item:hover .footer-icon-item-qrcode {
        display: block
    }

    .footer-share-box_icon.hci-locale-info {
        color: #222222;
        flex: 0 0 auto;
        font-size: 36px;
        margin-right: 36px
    }

    .footer-share-box_text {
        color: #222222;
        flex: 1 1;
        font-size: 24px;
        line-height: 28px;
        margin-right: 36px
    }

    .footer-share-box_arrow.hci-right {
        flex: 0 0 auto;
        font-size: 20px;
        line-height: 40px;
        transition: -webkit-transform .2s ease;
        transition: transform .2s ease;
        transition: transform .2s ease,-webkit-transform .2s ease
    }

    .footer-share-box_list {
        height: 364px;
        margin-top: 36px;
        width: calc(100% + 34px)
    }

    .footer-share-box_item {
        font-size: 28px;
        height: 32px;
        line-height: 32px;
        margin-bottom: 20px
    }

    .footer-share-box_item:after {
        font-size: 28px;
        height: 32px;
        line-height: 32px;
        margin-left: 12px;
        margin-right: 12px;
        width: 10px
    }

    .footer-share-box_item:last-child:after {
        content: ""
    }

    .footer-share-box_item-flatten {
        font-size: 16px;
        line-height: 20px
    }

    .footer-share-box_item-flatten:hover {
        color: inherit;
        text-decoration: none
    }

    .footer-share-box_item-flatten:after {
        color: #dee0e3;
        font-size: 20px;
        height: 20px;
        line-height: 20px;
        margin-left: 20px;
        margin-right: 20px;
        width: 10px
    }
}

@media screen and (max-width: 499px) {
    .zjf-footer-share-box {
        border-top:2px solid hsla(216,8%,88%,.5);
        margin: 0 auto;
        padding: 0;
        width: 87.2vw
    }


    .footer-share-box-content-wap {
        border-bottom: 1px solid transparent;
        flex-direction: column-reverse;
        padding: 0;
        text-align: unset
    }

    .footer-share-box-content-wap.is-active {
        border-bottom: 1px solid hsla(0,0%,59%,.5);
        padding-bottom: 4.8vw
    }

    .footer-share-box-content-wap.is-active .footer-share-box_arrow.hci-right {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .footer-share-box_content {
        align-items: center;
        cursor: pointer;
        display: flex;
        height: 5.33333333vw;
        margin-top: 10.66666667vw
    }


    .footer-icon-list {
        margin-top: 10.66666667vw
    }

    .footer-icon-item {
        height: 4.8vw
    }

    .footer-icon-item-qrcode {
        height: 31.46666667vw;
        top: -34.13333333vw;
        width: 31.46666667vw
    }



    .footer-icon-item:hover .footer-icon-item-qrcode {
        display: block
    }

    .footer-share-box_icon.hci-locale-info {
        color: #222222;
        flex: 0 0 auto;
        font-size: 4.8vw;
        margin-right: 4.8vw
    }



    .footer-share-box_text {
        color: #222222;
        flex: 1 1;
        font-size: 3.2vw;
        line-height: 3.73333333vw;
        margin-right: 4.8vw
    }



    .footer-share-box_arrow.hci-right {
        flex: 0 0 auto;
        font-size: 2.66666667vw;
        line-height: 5.33333333vw;
        transition: -webkit-transform .2s ease;
        transition: transform .2s ease;
        transition: transform .2s ease,-webkit-transform .2s ease
    }


    .footer-share-box_list {
        height: 48.53333333vw;
        margin-top: 4.8vw;
        width: calc(100% + 4.53333vw)
    }


    .footer-share-box_item {
        font-size: 3.73333333vw;
        height: 4.26666667vw;
        line-height: 4.26666667vw;
        margin-bottom: 2.66666667vw
    }

    .footer-share-box_item:after {
        font-size: 3.73333333vw;
        height: 4.26666667vw;
        line-height: 4.26666667vw;
        margin-left: 1.6vw;
        margin-right: 1.6vw;
        width: 1.33333333vw
    }


    .footer-share-box_item:last-child:after {
        content: ""
    }

    .footer-share-box_item-flatten {
        font-size: 3.2vw;
        line-height: 4.53333333vw
    }


    .footer-share-box_item-flatten:hover {
        color: inherit;
        text-decoration: none
    }

    .footer-share-box_item-flatten:after {
        color: #dee0e3;
        font-size: 3.2vw;
        height: 3.2vw;
        line-height: 4.26666667vw;
        margin-left: 3.2vw;
        margin-right: 3.2vw;
        width: 1.33333333vw
    }

}

.zjf-footer {
    background-color: #fff;
    position: relative;
    width: 100%
}

.zjf-footer-box {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1296px;
    padding: 80px 48px
}

.zjf-footer-copyright {
    background-color: #f5f6f7
}

.zjf-footer-copyright-box {
    color: #666666;
    font-size: 12px;
    line-height: 36px;
    margin: 0 auto;
    max-width: 1296px;
    padding: 8px 48px;
    text-align: center
}

.zjf-footer-copyright-item {
    margin-right: 16px
}

.zjf-footer-copyright-item:last-child {
    margin-right: 0
}

.zjf-footer-locale {
    background-color: #f8f9fa
}

.zjf-footer-logo {
    cursor: pointer;
    display: block;
    width: 89px
}

.zjf-footer-logo img {
    width: 100%
}

.zjf-footer-slogan {
    font-size: 16px;
    line-height: 26px;
    margin-top: 6px
}

@media screen and (max-width: 893px) and (min-width:500px) {
    .zjf-footer {
        background-color:#fff;
        padding-bottom: 80px
    }

    .zjf-footer-box {
        flex-direction: column;
        padding: 30px 48px 18px;
        width: 100%
    }

    .zjf-footer-box .zjf-footer-section {
        border: none;
        margin-top: 0
    }

    .zjf-footer-copyright,.zjf-footer-locale {
        background-color: #fff
    }

    .zjf-footer-copyright-box {
        color: #888888;
        font-size: 14px;
        line-height: 24px;
        margin-top: 24px;
        width: 100%
    }

    .zjf-footer-copyright-item {
        display: block;
        margin-right: 0
    }

    .zjf-footer-logo {
        display: none
    }
}

@media screen and (max-width: 499px) {
    .zjf-footer {
        background-color:#fff;
        padding-bottom: 10.66666667vw
    }

    .zjf-footer-box {
        flex-direction: column;
        padding: 13.33333333vw 0 6.4vw;
        width: 87.2vw
    }


    .zjf-footer-box .zjf-footer-section {
        border: none;
        margin-top: 0
    }

    .zjf-footer-copyright,.zjf-footer-locale {
        background-color: #fff
    }

    .zjf-footer-copyright-box {
        font-size: 3.2vw;
        line-height: 4.8vw;
        margin-top: 10.66666667vw;
        padding-left: 0;
        padding-right: 0;
        width: 87.2vw
    }


    .zjf-footer-copyright-item {
        display: block;
        margin-right: 0
    }

    .zjf-footer-logo {
        display: none
    }
}

.zjf-footer.theme-docs {
    background-color: #f5f6f7;
    padding-bottom: 0
}

.zjf-footer.theme-docs .zjf-footer-box {
    padding: 60px 0 120px;
    width: 980px
}

.zjf-footer.theme-docs .zjf-footer-copyright {
    background-color: #666666
}

.zjf-footer.theme-docs .zjf-footer-copyright-box {
    color: #f8f9fa;
    margin: 0;
    width: auto
}

.zjf-footer.theme-docs .zjf-footer-copyright-wrap {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 980px
}

.zjf-footer.theme-docs .zjf-footer-logo {
    cursor: pointer;
    height: 30px;
    width: auto
}

.zjf-footer.theme-docs .zjf-footer-logo img {
    height: 30px;
    width: auto
}

.zjf-footer.theme-docs .zjf-footer-socialList {
    align-items: center;
    display: flex;
    justify-content: center
}

.zjf-footer.theme-docs .zjf-footer-socialList-item {
    height: 18px;
    position: relative
}

.zjf-footer.theme-docs .zjf-footer-socialList-item:last-child .zjf-footer-socialList-itemIcon {
    margin-right: 0
}

.zjf-footer.theme-docs .zjf-footer-socialList-itemIcon {
    color: #222222;
    font-size: 18px;
    height: 18px;
    margin-right: 16px;
    width: 18px
}

.zjf-footer.theme-docs .zjf-footer-socialList-itemQrcode {
    display: none;
    height: 100px;
    position: absolute;
    top: -118px;
    width: 100px
}

.zjf-footer.theme-docs .zjf-footer-socialList-itemQrcode img {
    width: 100%
}

.zjf-footer.theme-docs .zjf-footer-socialList-item:hover .zjf-footer-socialList-itemQrcode {
    display: block
}

@media screen and (max-width: 499px) {
    .zjf-footer.theme-docs .zjf-footer-box {
        padding-bottom:13.33333333vw;
        padding-top: 13.33333333vw;
        width: 87.2vw
    }


    .zjf-footer.theme-docs .zjf-footer-copyright-wrap {
        display: flex;
        flex-direction: column-reverse;
        width: 100%
    }

    .zjf-footer.theme-docs .zjf-footer-copyright-box {
        margin-top: 0;
        padding: 5.33333333vw 0
    }

    .zjf-footer.theme-docs .zjf-footer-logo {
        display: none
    }

    .zjf-footer.theme-docs .zjf-footer-locale {
        background-color: inherit
    }

    .zjf-footer.theme-docs .footer-share-box-content-wap {
        margin-bottom: 10.66666667vw
    }

    .zjf-footer.theme-docs .zjf-footer-socialList {
        margin-bottom: 5.33333333vw;
        margin-top: 10.66666667vw
    }

    .zjf-footer.theme-docs .zjf-footer-socialList-item {
        height: 4.8vw
    }

    .zjf-footer.theme-docs .zjf-footer-socialList-itemIcon {
        font-size: 4.8vw;
        height: 4.8vw;
        margin-right: 4.53333333vw;
        width: 4.8vw
    }


    .zjf-footer.theme-docs .zjf-footer-socialList-itemQrcode {
        height: 31.46666667vw;
        top: -34.13333333vw;
        width: 31.46666667vw
    }

    .zjf-footer.theme-docs .zjf-footer-socialList-item:hover .zjf-footer-socialList-itemQrcode {
        display: block
    }
}

.zjf-footer.theme-ade {
    background-color: #36373e
}

.zjf-footer.theme-ade .zjf-footer-box {
    justify-content: flex-start;
    padding-bottom: 36px;
    padding-top: 24px
}

.zjf-footer.theme-ade .zjf-footer-locale {
    display: none
}

.zjf-footer.theme-ade .zjf-footer-copyright {
    background-color: #151622
}

.zjf-footer.theme-ade .zjf-footer-copyright-item {
    color: hsla(0,0%,100%,.4)
}

.zjf-footer.theme-ade .zjf-footer-logo {
    display: block;
    width: unset
}

.zjf-footer.theme-ade .zjf-footer-logo img {
    height: 20px;
    width: auto
}

.zjf-footer.theme-ade .zjf-footer-slogan {
    color: hsla(0,0%,100%,.8)
}

.zjf-footer.theme-ade .zjf-footer-section {
    margin-left: 16px
}

.zjf-footer.theme-ade .zjf-footer-section:first-of-type {
    margin-left: auto
}

.zjf-footer.theme-ade .zjf-footer-section:last-of-type {
    margin-right: 40px
}

.zjf-footer.theme-ade .zjf-footer-section.zjf-footer-section--noMargin {
    margin: 0
}

.zjf-footer.theme-ade .zjf-footer-title {
    color: hsla(0,0%,100%,.8);
    font-size: 16px;
    line-height: 26px;
    min-height: 26px
}

.zjf-footer.theme-ade .zjf-footer-item {
    color: hsla(0,0%,100%,.4);
    min-width: 112px
}

@media screen and (max-width: 499px) {

    .zjf-footer.theme-ade .zjf-footer-box {
        padding-bottom: 11.2vw;
        padding-top: 11.2vw
    }

    .zjf-footer.theme-ade .zjf-footer-logo {
        display: block;
        width: unset
    }

    .zjf-footer.theme-ade .zjf-footer-logo img {
        height: 6.4vw;
        width: auto
    }

    .zjf-footer.theme-ade .zjf-footer-locale {
        display: none
    }

    .zjf-footer.theme-ade .zjf-footer-copyright-item {
        font-size: 3.2vw;
        line-height: 4.8vw
    }


    .zjf-footer.theme-ade .zjf-footer-slogan {
        font-size: 4.26666667vw;
        line-height: 6.4vw;
        margin-bottom: 7.2vw;
        margin-top: 1.06666667vw
    }

    .zjf-footer.theme-ade .zjf-footer-copyright-box {
        margin-top: 0;
        padding-bottom: 10.66666667vw;
        padding-top: 10.66666667vw
    }


    .zjf-footer.theme-ade .zjf-footer-section {
        margin: 0
    }

    .zjf-footer.theme-ade .zjf-footer-title {
        font-size: 4.26666667vw;
        line-height: 5.06666667vw;
        min-height: inherit
    }


    .zjf-footer.theme-ade .zjf-footer-item {
        font-size: 3.73333333vw;
        line-height: 4vw;
        min-width: inherit
    }

}
