html{font-size: 100px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
/* pc样式 */
@media screen and (min-width: 1024px) {
    .width1200 {
        max-width: 17rem;
        margin: 0 auto;
        width: 94%;
    }

    .move-navigation {
        display: none;
    }

    .top-fixed {
        height: 2.8rem;
        background-image: url(../imgs/top_fixed_bj.png);
        background-size: auto 2.8rem;
        width: 100%;
        z-index: 99;
        position: fixed;
        top: 0;
        left: 0;
        transition: .6s;
    }

    .top-xinxi {
        height: 1.4rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transform: scaleY(1);
        transform-origin: top center;
        transition: .3s;
    }
    .top-fixed-active {
        transition: .6s;
        height: 0.6rem;
        background-size: auto 1rem;
    }

    .top-xinxi-active {
        height: 0;
        transform: scaleY(0);
        transform-origin: top center;
        transition: .6s;
    }

    .top-logo img {
        height:0.8rem;
    }

    .top-link {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        flex: 1;
        padding-top: 0.1rem;
    }

    .top-link>a {
        font-size: 0.18rem;
        color: #ffffff;
    }

    .top-link>span {
        font-size: 0.18rem;
        color: #ffffff;
        margin: 0 0.1rem;
    }

    /* 搜索 */
    .search-box {
        margin: 0 0.1rem;
        position: relative;
        height: 0.3rem;
        display: flex;
        align-items: center;
        cursor: pointer;
        border: 0.01rem solid rgba(255, 255, 255,0.6);
        border-radius: 0.3rem;
        width: 2.2rem;
        background-color: rgba(255, 255, 255,0.3);
    }

    .search-text {
        padding: 0 0.1rem 0 0.2rem;
        border: 0.01rem solid #000;
        /* text-indent: 0.36rem; */
        font-size: 0.16rem;
        width: 1.65rem;
        height: 0.36rem;
        border: none;
        outline: none;
        background: none;
        color: #fff;
    }

    .search-ss {
        cursor: pointer;
        border: none;
        width: 0.36rem;
        height: 0.36rem;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        background-color: rgba(000, 000, 000, 0);
        background-image: url(../imgs/search.png);
        background-size: 0.16rem auto;
        background-repeat: no-repeat;
        background-position: center;
    }

    ::-webkit-input-placeholder {
        font-size: 0.16rem;
        color: #fff;
    }

    /* 导航栏 */
    #menulistt {
        padding: 0 0px;
        display: flex;
        justify-content: space-around;
    }

    .hengtiao {
        display: none;
    }

    .top-nav {
        width: 98%;
        height: 0.6rem;
    }

    #menulistt>li {
        width: 1.7rem;
        height: 0.6rem;
        font-weight: normal;
        font-size: 0.18rem;
        color: #ffffff;
    }

    #menulistt>li>ul>li {
        width: 100%;
        height: 0.5rem;
        font-weight: normal;
        font-size: 0.18rem;
        color: #ffffff;
    }

    #menulistt>li>a>p {
        font-weight: 700;
        font-size: 0.24rem;
        color: #ffffff;
    }

    .top-nav li a {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #ffffff;
    }

    /* 通用标题 */
    .currency-title {
        height: 0.8rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .currency-title-text {
        display: flex;
        align-items: center;
    }
    .currency-title-text>img {
        height: 0.5rem;
    }
    .currency-title-text>h2 {
        margin-left: 0.15rem;
        font-weight: 700;
        color: #333;
        font-size: 0.34rem;
    }
    .currency-title-text>h2>span {
        color: var(--zt_color--);
    }
    .currency-title-text>p {
        padding-top: 0.15rem;
        font-style: italic;
        margin-left: 0.1rem;
        font-size: 0.22rem;
        color: #888888;
    }

    .currency-title-more {

    }
    .currency-title-more>a {
        font-size: 0.2rem;
        color: var(--zt_color--);
        padding-right: 0.5rem;
        background-image: url(../icon/title_more_icon.png);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 0.45rem auto;
    }


    /* 底部 */
    .bottom {
    }
    .bottom-bj {
        height: 3rem;
        background-color: var(--zt_color--);
        background-image: url(../imgs/bottom_text_bj.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 97% auto;
    }

    .bottom-top{
        height: 1.9rem;
        display: flex;
        justify-content: space-between;
        border-bottom: 0.01rem solid rgba(255, 255, 255,.4);
    }
    .bottom-top>img {
        margin-top: 0.5rem;
        height: 0.9rem;
    }

    .bottom-top-text {
        margin-top: 0.5rem;
        width: 18 %;
    }
    .bottom-top-text>h2 {
        font-size: 0.24rem;
        line-height: 0.48rem;
        color: #ffffff;
    }
    .bottom-top-text>p {
        font-size: 0.18rem;
        line-height: 0.36rem;
        color: #ffffff;
    }

    .bottom-bottom{
        margin-top: 0.2rem;
        display: flex;
    }
    .bottom-bottom>h2{
        font-size: 0.18rem;
        line-height: 0.36rem;
        color: rgba(255, 255, 255,.6);
    }
    .bottom-bottom>ul{
        flex: 1;
        display: flex;
        flex-wrap: wrap;
    }
    .bottom-bottom>ul>li>a{
        margin-right: 0.3rem;
        font-size: 0.18rem;
        color: rgba(255, 255, 255,.6);
        line-height: 0.36rem;
    }

    .bottom-bq {
        height: 0.6rem;
        background-color: var(--zt_deep_color--);
    }
    .bottom-bq>p {
        text-align: center;
        line-height: 0.6rem;
        font-size: 0.16rem;
        color: #ffffff;
    }

}

@media screen and (max-width: 1400px) {
    
}

/* 移动端样式 */
@media screen and (max-width: 1024px) {

    .width1200 {
        margin-left: .2rem;
        margin-right: .2rem;
        width: auto;
    }


    .top-fixed {
        display: none;
    }

    .top-nav {
        display: none;
    }

    .move-navigation {
        display: block;
    }

    /* 通用标题 */
    .currency-title {
        height: 0.8rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .currency-title-text {
        display: flex;
        align-items: center;
    }
    .currency-title-text>img {
        height: 0.5rem;
    }
    .currency-title-text>h2 {
        margin-left: 0.15rem;
        font-weight: 700;
        color: #333;
        font-size: 0.34rem;
    }
    .currency-title-text>h2>span {
        color: var(--zt_color--);
    }
    .currency-title-text>p {
        padding-top: 0.15rem;
        font-style: italic;
        margin-left: 0.1rem;
        font-size: 0.22rem;
        color: #888888;
    }

    .currency-title-more {

    }
    .currency-title-more>a {
        font-size: 0.2rem;
        color: var(--zt_color--);
        padding-right: 0.5rem;
        background-image: url(../icon/title_more_icon.png);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 0.45rem auto;
    }

    /* 底部 */
    .bottom {
    }

    .bottom-bj {
        height: 3rem;
        background-color: var(--zt_color--);
        background-image: url(../imgs/bottom_text_bj.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 97% auto;
    }

    .bottom-top{
        height: 1.9rem;
        display: flex;
        justify-content: space-between;
        border-bottom: 0.01rem solid rgba(255, 255, 255,.4);
    }
    .bottom-top>img {
        margin-top: 0.5rem;
        height: 0.9rem;
    }

    .bottom-top-text {
        margin-top: 0.5rem;
        width: 18%;
    }
    .bottom-top-text>h2 {
        font-size: 0.24rem;
        line-height: 0.48rem;
        color: #ffffff;
    }
    .bottom-top-text>p {
        font-size: 0.18rem;
        line-height: 0.36rem;
        color: #ffffff;
    }

    .bottom-bottom{
        margin-top: 0.2rem;
        display: flex;
    }
    .bottom-bottom>h2{
        font-size: 0.18rem;
        line-height: 0.36rem;
        color: rgba(255, 255, 255,.6);
    }
    .bottom-bottom>ul{
        flex: 1;
        display: flex;
        flex-wrap: wrap;
    }
    .bottom-bottom>ul>li>a{
        margin-right: 0.3rem;
        font-size: 0.18rem;
        color: rgba(255, 255, 255,.6);
        line-height: 0.36rem;
    }

    .bottom-bq {
        height: 0.6rem;
        background-color: var(--zt_deep_color--);
    }
    .bottom-bq>p {
        text-align: center;
        line-height: 0.6rem;
        font-size: 0.16rem;
        color: #ffffff;
    }
}

@media screen and (max-width: 800px) {
    .bottom-bj {
        height: 100%;
    }
    .bottom-top{
        height: 100%;
        flex-direction: column;
        align-items: center;
    }
    .bottom-top>img {
        max-width:100%;
        height: auto;
        margin-top: 0.3rem;
    }
    .bottom-top-text {
        margin-top: 0.2rem;
        margin-bottom: 0.1rem;
        width: auto;
    }
    .bottom-bottom{
        padding-bottom: 0.2rem;
    }
}

@media screen and (max-width: 700px) {

}

@media screen and (max-width: 600px) {
    
}

@media screen and (max-width: 500px) {
    
}

@media screen and (max-width: 400px) {}