html{font-size: 100px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
/* pc样式 */
@media screen and (min-width: 1024px){
    .width1200{
        max-width: 16rem;
        margin: 0 auto;
        width: 94%;
    }
    .move-navigation {
        display: none;
    }
    .top-nav {
        max-width: 17.6rem;
        margin: 0 auto;
        width: 96%;
        height: 1.7rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .top-nav-logo img {
        height: 1rem;
    }

    .content {
        padding-bottom: 0.2rem;
        background-image: url(../imgs/footer_dw.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 100% 0.2rem;
    }

    /* 通用标题样式 */
    .currency-title {
        height: 0.6rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .currency-title-text {}
    .currency-title-text h2 {
        font-size: 0.36rem;
        color: #222222;
    }
    .currency-title-text p {
        font-size: 0.14rem;
        color: var(--zt_deep_color--);
    }

    .currency-title-more {
        font-size: 0.16rem;
        height: 0.3rem;
        line-height: 0.3rem;
        color: #666666;
        padding-right: 0.55rem;
        background-image: url(../icon/more.png);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: auto 0.25rem;
    }
    /* 通用标题样式2 */
    .currency2-title {
        position: relative;
        display: flex;
        justify-content: center;
    }
    .currency2-title-text {
        display: flex;
        align-items: center;
    }
    .currency2-title-text h2{
        margin: 0 0.2rem;
        font-size: 0.36rem;
        color: #222222;
    }
    .currency2-title-text img{
        height: 0.3rem;
    }
    .currency2-title-more {
        position: absolute;
        right: 0;
        bottom: 50%;
        transform: translate(0px, 50%);
        font-size: 0.16rem;
        height: 0.3rem;
        line-height: 0.3rem;
        color: #dbbc56;
        padding-right: 0.55rem;
        background-image: url(../icon/more.png);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: auto 0.25rem;
    }

    /* 底部样式 */
    .footer {
        background-image: url(../imgs/footer_bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .footer-box {
        height: 2.3rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footer-left img{
        height: 1rem;
    }
    .footer-center p{
        font-size: 0.16rem;
        line-height: 0.35rem;
        color: #333333;
    }
    .footer-right {
        width: 4rem;
    }

    .footer-right h2,.footer-center h2{
        font-size: 0.18rem;
        line-height: 0.35rem;
        color: #333333;
    }

    .yqlj-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .yqlj-list li {
        width: 50%;
    }
    .yqlj-list li a{
        font-size: 0.18rem;
        line-height: 0.35rem;
        color: #333333;
    }

}

/* 移动端样式 */
@media screen and (max-width: 1024px) {
    .width1200 {
        box-sizing: border-box;
        padding: 0 10px;
        width: 100%;
    }
    .top-nav {
        display: none;
    }
    .move-navigation {
        display: block;
    }
    .content {
        padding-bottom: 0.25rem;
        background-image: url(../imgs/footer_dw.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: auto 0.25rem;
    }

     /* 通用标题样式 */
     .currency-title {
        height: 0.6rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .currency-title-text {}
    .currency-title-text h2 {
        font-size: 0.36rem;
        color: #222222;
    }
    .currency-title-text p {
        font-size: 0.14rem;
        color: var(--zt_deep_color--);
    }

    .currency-title-more {
        font-size: 0.16rem;
        height: 0.3rem;
        line-height: 0.3rem;
        color: #666666;
        padding-right: 0.55rem;
        background-image: url(../icon/more.png);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: auto 0.25rem;
    }

    /* 通用标题样式2 */
    .currency2-title {
        position: relative;
        display: flex;
        justify-content: center;
    }
    .currency2-title-text {
        display: flex;
        align-items: center;
    }
    .currency2-title-text h2{
        margin: 0 0.2rem;
        font-size: 0.36rem;
        color: #222222;
    }
    .currency2-title-text img{
        height: 0.3rem;
    }
    .currency2-title-more {
        position: absolute;
        right: 0;
        bottom: 50%;
        transform: translate(0px, 50%);
        font-size: 0.16rem;
        height: 0.3rem;
        line-height: 0.3rem;
        color: #dbbc56;
        padding-right: 0.55rem;
        background-image: url(../icon/more.png);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: auto 0.25rem;
    }

    /* 底部样式 */
    .footer {
        background-image: url(../imgs/footer_bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .footer-box {
        height: 2.3rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .footer-left img{
        height: 1rem;
    }
    .footer-center p{
        font-size: 0.16rem;
        line-height: 0.35rem;
        color: #333333;
    }
    .footer-right {
        width: 3.5rem;
    }

    .footer-right h2,.footer-center h2{
        font-size: 0.18rem;
        line-height: 0.35rem;
        color: #333333;
    }

    .yqlj-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .yqlj-list li {
        width: 33%;
    }
    .yqlj-list li a{
        font-size: 0.18rem;
        line-height: 0.35rem;
        color: #333333;
    }
}

@media screen and (max-width: 800px) {
    .footer-box {
        height: 100%;
        flex-direction: column;
        justify-content: center;
    }
    .footer-left,.footer-center,.footer-right {
        display: flex;
        width: 100%;
        padding: 5px 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .yqlj-list li {
        text-align: center;
    }
    .footer-right h2,.footer-center h2,.footer-center p{
        line-height: 0.3rem;
    }
}