html{font-size: 100px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
/* pc样式 */
@media screen and (min-width: 1024px){
    #totop{
        z-index: 9999;
        width: 1rem;
        height: 0.5rem;
        background-color: var(--zt_color--);
        display: none;
        cursor: pointer;
        position: fixed;
        bottom: 1rem;
        right: 1rem;
    }
    #totop a {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 0.18rem;
    }
    .cur {

    }
     .width1200{
        max-width: 17rem;
        margin: 0 auto;
        width: 94%;
    }
    .move-navigation {
        display: none;
    }

    .top-top {
        height: 0.4rem;
        background-color: var(--zt_deep_color--);
    }
    .top-top-box {
        height: 0.4rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .top-top-box-left {
        display: flex;
        align-items: center;
        font-size: 0.14rem;
        color: #c8b3b3;
    }
    .top-top-box-right {
        display: flex;
    }
    .top-top-link {
        display: flex;
    }
    .top-top-link>a {
        padding: 0 0.1rem;
        font-size: 0.14rem;
        display: flex;
        justify-content: center;
        width: 0.9rem;
        color: #c8b3b3;
        border-left: 0.02rem solid #c8b3b3;
    }
    .top-top-link a:first-child {
        border-right: 0.02rem solid #c8b3b3;
    }

    /* 搜索 */
    .top-top-search { 
        position: relative;
        width: 0.16rem;
        height: 0.16rem;
        background-image: url(../imgs/search.png);
        background-size: 0.16rem auto;
        background-repeat: no-repeat;
        background-position: center;
        margin-left: 0.2rem;
        cursor: pointer;
    }
    .top-top-search:hover>.ss-text-box {
        /* display: flex; */
    }

    .ss-text-box {
        position: absolute;
        left: -1.8rem;
        top: -0.04rem;
        height: 0.3rem;
        display: none;
        align-items: center;
        border: 0.01rem solid #000000;
        background-color: #ffffff;
        border-radius: 0.3rem;
    }
    .ss-text {
        padding: 0 0.1rem 0 0.35rem;
        border: 0.01rem solid #000;
        font-size: 0.16rem;
        width: 1.3rem;
        height: 0.3rem;
        border: none;
        outline: none;
        background: none;
        color: #333;
    }
    ::-webkit-input-placeholder {
        font-size: 0.16rem;
        color: #fff;
    }
    
    .ss-sbit {
        display: none;
        cursor: pointer;
        border: none;
        background-color: rgba(000, 000, 000, 0);
        width: 0.3rem;
        height: 0.3rem;
        background-image: url(../imgs/pc_ss_hui.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 0.2rem auto;
        position: absolute;
        left: -1.75rem;
        top: -0.04rem;
    }

    /* 头部logo块 */
    .top-logo-bj {
        height: 1.5rem; 
        background-image: url(../imgs/top_bj.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size:100% auto;
    }
    .top-logo-box {
        height: 1.5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .top-logo-box-left img {
        height: 1rem;
    }
    .top-logo-box-right img {
        height: 0.45rem;
    }

     /* 通用标题 */
     .currency-title {
        height: 0.6rem;
        display: flex;
        justify-content: space-between;
        border-bottom: 0.01rem solid #d5d2d2;
    }
    .currency-title-text {
        position: relative;
        padding: 0 0 0.2rem 0;
        display: flex;
        align-items: center;
        font-size: 0.32rem;
        color: var(--zt_deep_color--);
        border-bottom: 0.03rem solid var(--zt_deep_color--);
    }
    .currency-title-text>span {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%,0);
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid var(--zt_deep_color--);
    }

    .currency-title-more {
        width: 0.8rem;
        height: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.18rem;
    }

    /* 通用列表样式1 */
    .list-style1>li {
        height: 0.63rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px dashed #9f9f9f;
    }
    .list-style1>li>a{
        flex: 1;
        padding-left: 0.2rem;
        box-sizing: border-box;
        background-image: url(../imgs/list_left_icon.png);
        background-size: 0.1rem auto;
        background-repeat: no-repeat;
        background-position: left center;
        font-size: 0.18rem;
        font-weight: 700;
        color: #333;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .list-style1>li>a:hover {
        color: var(--zt_color--);
    }
    .list-style1>li>p{
        padding-left: 0.1rem;
        font-size: 0.16rem;
        color: #5b5b5b;
    }

    /* 通用列表样式2 */
    .list-style2 {}
   

    .list-style2>li>a {
        height: 0.8rem;
        display: flex;
        align-items: center;
        border-bottom: 1px dashed #9f9f9f;
    }

    .list-style2-date {
        width: 1rem;
        height: 0.45rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-right: 0.01rem solid #b6acac;
    }

    .list-style2-date>h2{
        font-size: 0.24rem;
        color: var(--zt_color--);
        font-weight: 700;
    }
    .list-style2-date>p{
        font-size: 0.16rem;
        color: #333333;
    }

    .list-style2-text {
        flex: 1;
        padding-left: 0.2rem;
        font-weight: 700;
        font-size: 0.18rem;
        color: #333333;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .list-style2>li:hover>a>.list-style2-text {
        color: var(--zt_color--);
    }

    /* 通用列表样式3 */
    .list-style3 {
        height: 4.5rem;
}
   

    .list-style3>li>a {
        height: 0.9rem;
        display: flex;
        align-items: center;

    }

    .list-style3-date {
        margin-right: 0.3rem;
        width: 1rem;
        height: 0.6rem;
    }

    .list-style3-date-top{
        width: 1rem;
        height: 0.3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--zt_color--);
        font-size: 0.24rem;
        color: #fff;
        font-weight: 700;
    }
    .list-style3-date-bottom{
        box-sizing: border-box;
        width: 1rem;
        height: 0.3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.14rem;
        color: var(--zt_color--);
        border: 0.01rem solid var(--zt_color--);
    }

    .list-style3-text {
        flex: 1;
        height: 0.6rem;
        font-weight: 700;
        font-size: 0.18rem;
        line-height: 0.28rem;
        color: #333333;
        border-bottom: 1px dashed #9f9f9f;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .list-style3>li:hover>a>.list-style3-text {
        color: var(--zt_color--);
    }


    
    /* 版权 */
    .bottom-xian {
        height: 0.08rem;
        background-color: var(--zt_deep_color--);
    }

    .bottom {
        height: 1.75rem;
        background-image: url(../imgs/banquan_bj.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size:100% auto;
    }
    .bottom-box {
        height: 1.75rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .bottom-box> div {
        height: 1.15rem;
        border-left: 0.01rem solid #c8b3b3;
    }
    .bottom-box> div:first-child {
        border-left: none;
    }

    .bottom-ewm {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-right: 0.75rem;
    }
    .bottom-ewm>img {
        width: 0.9rem;
    }
    .bottom-ewm>p {
        margin-top: 0.05rem;
        font-size: 0.16rem;
        color: #ffffff;
    }
    .bottom-text {
        padding: 0 0.75rem;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        height: 1.1rem;
    }

    .bottom-text>p {
    font-size: 0.16rem;
	color: #ffffff;
    }

    .bottom-link {
        width: 3rem;
        padding-left: 0.6rem;
    }
    .bottom-link>ul {
        display: flex;
        flex-wrap: wrap;
    }
    .bottom-link>ul>li {
        margin-bottom: 0.25rem;
    }
    .bottom-link>ul>li>a {
        margin-right: 0.3rem;
        font-size: 0.16rem;
        color: #ffffff;
    }
    .bottom-link>p {
        font-size: 0.16rem;
        color: #ffffff;
    }

}

/* 移动端样式 */
@media screen and (max-width: 1024px) {
    #totop{
        z-index: 9999;
        width: 1rem;
        height: 0.5rem;
        background-color: var(--zt_color--);
        display: none;
        cursor: pointer;
        position: fixed;
        bottom: 1rem;
        right: 1rem;
    }
    #totop a {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 0.18rem;
    }
    .width1200{
        margin: 0 .2rem;;
        width: auto;
    }
    .top-nav,.top-top,.top-logo-bj {
        display: none;
    }
    .move-navigation {
        display: block;
    }

    /* 通用标题 */
    .currency-title {
        height: 0.6rem;
        display: flex;
        justify-content: space-between;
        border-bottom: 0.01rem solid #d5d2d2;
    }
    .currency-title-text {
        position: relative;
        padding: 0 0 0.2rem 0;
        display: flex;
        align-items: center;
        font-size: 0.4rem;
        color: var(--zt_deep_color--);
        border-bottom: 0.03rem solid var(--zt_deep_color--);
    }
    .currency-title-text>span {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%,0);
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid var(--zt_deep_color--);
    }

    .currency-title-more {
        width: 1rem;
        height: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.24rem;
    }

    /* 通用列表样式1 */
    .list-style1>li {
        height: 0.63rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px dashed #9f9f9f;
    }
    .list-style1>li>a{
        flex: 1;
        padding-left: 0.2rem;
        box-sizing: border-box;
        background-image: url(../imgs/list_left_icon.png);
        background-size: 0.1rem auto;
        background-repeat: no-repeat;
        background-position: left center;
        font-size: 0.22rem;
        font-weight: 700;
        color: #333;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .list-style1>li>a:hover {
        color: var(--zt_color--);
    }
    .list-style1>li>p{
        padding-left: 0.1rem;
        font-size: 0.2rem;
        color: #5b5b5b;
    }

    /* 通用列表样式2 */
    .list-style2 {}
   

    .list-style2>li>a {
        height: 0.8rem;
        display: flex;
        align-items: center;
        border-bottom: 1px dashed #9f9f9f;
    }

    .list-style2-date {
        width: 1rem;
        height: 0.45rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-right: 0.01rem solid #b6acac;
    }

    .list-style2-date>h2{
        font-size: 0.28rem;
        color: var(--zt_color--);
        font-weight: 700;
    }
    .list-style2-date>p{
        font-size: 0.2rem;
        color: #333333;
    }

    .list-style2-text {
        flex: 1;
        padding-left: 0.2rem;
        font-weight: 700;
        font-size: 0.22rem;
        color: #333333;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .list-style2>li:hover>a>.list-style2-text {
        color: var(--zt_color--);
    }

    /* 通用列表样式3 */
    .list-style3 {
        height: 4.5rem;
}
   

    .list-style3>li>a {
        height: 0.9rem;
        display: flex;
        align-items: center;

    }

    .list-style3-date {
        margin-right: 0.2rem;
        width: 1rem;
        height: 0.6rem;
    }

    .list-style3-date-top{
        width:1rem;
        height: 0.3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--zt_color--);
        font-size: 0.28rem;
        color: #fff;
        font-weight: 700;
    }
    .list-style3-date-bottom{
        box-sizing: border-box;
        width: 1rem;
        height: 0.3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.18rem;
        color: var(--zt_color--);
        border: 0.01rem solid var(--zt_color--);
    }

    .list-style3-text {
        flex: 1;
        height: 0.6rem;
        font-weight: 700;
        font-size: 0.22rem;
        line-height: 0.28rem;
        color: #333333;
        border-bottom: 1px dashed #9f9f9f;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .list-style3>li:hover>a>.list-style3-text {
        color: var(--zt_color--);
    }



     /* 版权 */
     .bottom-xian {
        height: 0.08rem;
        background-color: var(--zt_deep_color--);
    }

    .bottom {
        height: 1.75rem;
        background-image: url(../imgs/banquan_bj.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size:100% auto;
    }
    .bottom-box {
        height: 1.75rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .bottom-box> div {
        height: 1.15rem;
        border-left: 0.01rem solid #c8b3b3;
    }
    .bottom-box> div:first-child {
        border-left: none;
    }

    .bottom-ewm {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-right: 0.75rem;
    }
    .bottom-ewm>img {
        width: 0.9rem;
    }
    .bottom-ewm>p {
        margin-top: 0.05rem;
        font-size: 0.16rem;
        color: #ffffff;
    }
    .bottom-text {
        padding: 0 0.75rem;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        height: 1.1rem;
    }

    .bottom-text>p {
    font-size: 0.16rem;
	color: #ffffff;
    }

    .bottom-link {
        width: 3rem;
        padding-left: 0.6rem;
    }
    .bottom-link>ul {
        display: flex;
        flex-wrap: wrap;
    }
    .bottom-link>ul>li {
        margin-bottom: 0.1rem;
    }
    .bottom-link>ul>li>a {
        margin-right: 0.3rem;
        font-size: 0.16rem;
        color: #ffffff;
    }
    .bottom-link>p {
        font-size: 0.16rem;
        color: #ffffff;
    }
}

@media screen and (max-width: 800px) {
    .bottom {
        height: 100%;
        background-size:auto 100%;
        padding: 0.2rem 0;
    }
    .bottom-box {
        height: 100%;
        flex-wrap: wrap;
    }
    .bottom-box> div {
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        border-left: none;
        line-height: 25px;
    }
    .bottom-box> div:first-child {
        border-left: none;
    }

    .bottom-ewm {
        padding-right: 0;
    }
    .bottom-ewm>img {
        width: 90px;
    }
    .bottom-ewm>p {
        margin-top: 0.05rem;
        font-size: 14px;
    }

    .bottom-text {
        padding: 0 0.6rem;
    }
    .bottom-text>p {
        font-size: 14px;
    }

    .bottom-link {
        padding-left: 0;
    }
    .bottom-link>ul {
        padding-left: 0.6rem;
    }
    .bottom-link>ul>li {
        margin-bottom: 0;
    }
    .bottom-link>ul>li>a {
        margin-right: 0.3rem;
        font-size: 14px;
    }
    .bottom-link>p {
        text-align: center;
        font-size: 14px;
    }
}
@media screen and (max-width: 500px) {

}