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;
    }

    .width1200 {
        max-width: 17rem;
        margin: 0 auto;
        width: 16.2rem;
    }

    .move-navigation {
        display: none;
    }

    .header {
        height: 10.2rem;
        width: 100%;
        background-image: url(../imgs/header_bj.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .header-top {
        height: 1.6rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


    .top-nav {
        display: flex;
        justify-content: space-between;
    }

    .menu {
        padding: 0 0.2rem;
        flex: 1;
    }

    .top-wxwb {
        width: 2.2rem;
    }

    .top-wxwb>ul {
        display: flex;
        justify-content: center;
    }

    .top-wxwb>ul>li {}

    .top-wxwb>ul>li>a {
        margin-right: 0.1rem;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 0.6rem;
        height: 0.8rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 0.3rem;
    }

    .top-wxwb-ewm {
        /* display: none; */
        z-index: 9;
        position: absolute;
        padding: 0.1rem;
        background-color: #fff;
        right: 0;
        top: 0.5rem;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        border-radius: 0.05rem;
    }

    .top-wxwb-ewm img {
        height: 1rem;
    }

    .top-wxwb-ewm::after {
        content: "";
        position: absolute;
        left: auto;
        top: auto;
        bottom: 100%;
        right: 0.2rem;
        border: 0.08rem solid transparent;
        border-top-color: transparent;
        border-bottom-color: #fff;
    }

    .top-wxwb>ul>li:hover .top-wxwb-ewm {
        /* display:block; */
        top: 0.8rem;
        opacity: 1;
        visibility: visible;
        transition: .5s;
    }


    .header-fixed {
        background-color: transparent;
        transition: background-color 1s ease;
    }

    .header-fixed-active {
        width: 100%;
        z-index: 9999;
        position: fixed;
        background-color: var(--zt_color--);
        transition: background-color 1s ease;

    }

    .header-fixed-active>.top-nav>.menu>ul>li>a {
        color: #ffffff;
    }

    .header-top-logo img {
        height: 0.9rem;
    }

    .header-top-text {
        padding-right: 2rem;
    }

    .header-top-text img {
        height: 0.65rem;
    }



    /* 右边浮动图片列表 */
    .right-side {
        z-index: 9999;
        position: fixed;
        right: 0.25rem;
        top: 50%;
        transform: translate(0, -50%);
    }

    .right-side>ul {}

    .right-side>ul>li {
        margin-bottom: 0.2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 0.6rem;
        width: 0.6rem;
        position: relative;
        background-image: url(../imgs/side_itembj.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 0.6rem;
    }

    .right-side>ul>li>img {
        z-index: 9;
        width: 0.3rem;
    }

    .right-side-text {
        z-index: 8;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 0.6rem;
        width: 1.8rem;
        position: absolute;
        right: 0.55rem;
        top: 0;
        background-image: url(../imgs/side_textbj.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        font-size: 0.24rem;
        color: #ffffff;
        transform: scaleX(0);
        transform-origin: right center;
        transition: .3s;
    }

    .right-side>ul>li:hover .right-side-text {
        transform: scaleX(1);
        transform-origin: right center;
        transition: .3s;
    }

    /* 通用标题 */
    .currency-title {
        height: 0.6rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .currency-title-text {
        padding: 0 0.75rem 0.2rem 0;
        display: flex;
        align-items: center;
        font-size: 0.36rem;
        color: var(--zt_color--);
        background-image: url(../imgs/title_text_bj2.png);
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: auto 0.32rem;
    }

    .currency-title-more {
        width: 0.8rem;
        height: 0.3rem;
        background-image: url(../imgs/more_bj.png);
        background-size: auto 0.3rem;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .currency-title-more p {
        padding-left: 0.2rem;
        font-size: 0.14rem;
        color: var(--zt_color--);
    }


    /* 底部 */
    .bottom {
        background-color: var(--zt_color--);
    }

    .bottom-top {
        height: 1.9rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .bottom-top-left img {
        height: 0.9rem;
    }

    .bottom-top-center p {
        font-size: 0.16rem;
        color: #ffffff;
        line-height: 0.4rem;
    }

    .bottom-top-right {
        display: flex;
    }

    .bottom-top-right img {
        height: 1rem;
    }

    .bottom-top-right-text {
        padding-left: 0.2rem;
    }

    .bottom-top-right-text p {
        line-height: 0.33rem;
        font-size: 0.16rem;
        color: #ffffff;
    }


    .bottom-banquan {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 0.5rem;
        border-top: 1px solid #9fa071;
    }

    .bottom-banquan p {
        font-size: 0.16rem;
        color: #ffffff;
    }
    /* 三维虚拟展馆样式 */
    .sdxn-box{
        display: flex;
        justify-content: space-between;
        margin-top: 0.4rem;
    }
    .sdxn-box>li{
        position: relative;
        width: 5rem;
        height: 4rem;
        background-color: var(--zt_color--);
    }
    .sdxn-bjkuai {
        z-index: 1;
        position: absolute;
        background-color: #ddd2b8;
    }
    .sdxn-box>li:nth-child(1)>.sdxn-bjkuai {
        left: 0;
        top: 0;
        width: 1rem;
        height: 1.5rem;
    }
    .sdxn-box>li:nth-child(3)>.sdxn-bjkuai {
        right: 0;
        top: 0;
        width: 4.2rem;
	    height: 2.9rem;
    }
    .sdxn-box>li>a{
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .sdxn-box>li:nth-child(1)>a {
        background-image: url(../imgs/sdxn_item_bj1.png);
        background-position: 0.1rem 100%;
        background-size: 2rem auto;
        background-repeat: no-repeat;
    }
    .sdxn-box>li:nth-child(3)>a {
        background-image: url(../imgs/sdxn_item_bj3.png);
        background-position: -0.1rem  105%;
        background-size: auto 1.2rem;
        background-repeat: no-repeat;
    }
    .sdxn-box>li>a>img {
        z-index: 2;
        height: 2.6rem;
        margin-top: 0.3rem;
    }
    .sdxn-box>li:hover>a>.sdxn-text {
        background-image: url(../imgs/sdxn_bottom_bj.png);
        background-position: center;
        background-size: cover;
    }
    .sdxn-text {
        width: 100%;
        height: 1.1rem;
        font-size: 0.24rem;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .zhuanquan {
        margin-left: 0.2rem;

        width: 0.3rem;
        height: 0.3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .zhuanquan>img {
        height: 0.12rem;
    }
    .zhuanquan:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url(../svg/yuan2.svg);
        background-position: center;
        background-size: cover;
        z-index: 1;
        animation: zhuanquan 5s linear infinite;
    }


}

/* 移动端样式 */
@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-left: .2rem;
        margin-right: .2rem;
        width: auto;
    }

    .header-fixed {
        display: none;
    }

    .top-nav {
        display: none;
    }

    .move-navigation {
        display: block;
    }


    /* 右边浮动图片列表 */
    .right-side {
        z-index: 9999;
        position: fixed;
        right: 0.25rem;
        top: 50%;
        transform: translate(0, -50%);
    }

    .right-side>ul {}

    .right-side>ul>li {
        margin-bottom: 0.2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 0.6rem;
        width: 0.6rem;
        position: relative;
        background-image: url(../imgs/side_itembj.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 0.6rem;
    }

    .right-side>ul>li>img {
        z-index: 9;
        width: 0.3rem;
    }

    .right-side-text {
        z-index: 8;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 0.6rem;
        width: 1.8rem;
        position: absolute;
        right: 0.55rem;
        top: 0;
        background-image: url(../imgs/side_textbj.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        font-size: 0.24rem;
        color: #ffffff;
        transform: scaleX(0);
        transform-origin: right center;
        transition: .3s;
    }

    .right-side>ul>li:hover .right-side-text {
        transform: scaleX(1);
        transform-origin: right center;
        transition: .3s;
    }

    /* 通用标题 */
    .currency-title {
        height: 1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .currency-title-text {
        padding: 0 1rem 0.3rem 0;
        display: flex;
        align-items: center;
        font-size: 0.42rem;
        color: var(--zt_color--);
        background-image: url(../imgs/title_text_bj2.png);
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: auto 0.38rem;
    }

    .currency-title-more {
        width: 1rem;
        height: 0.4rem;
        background-image: url(../imgs/more_bj.png);
        background-size: 1rem auto;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .currency-title-more p {
        padding-left: 0.2rem;
        font-size: 0.18rem;
        color: var(--zt_color--);
    }


    /* 底部 */
    .bottom {
        background-color: var(--zt_color--);
    }

    .bottom-top {
        height: 1.9rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .bottom-top-left img {
        height: 0.9rem;
    }

    .bottom-top-center p {
        font-size: 0.22rem;
        color: #ffffff;
        line-height: 0.4rem;
    }

    .bottom-top-right {
        display: flex;
    }

    .bottom-top-right img {
        height: 1rem;
    }

    .bottom-top-right-text {
        padding-left: 0.2rem;
    }

    .bottom-top-right-text p {
        line-height: 0.33rem;
        font-size: 0.22rem;
        color: #ffffff;
    }


    .bottom-banquan {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        padding: 0.2rem 0.1rem;
        border-top: 1px solid #9fa071;
    }

    .bottom-banquan p {
        text-align: center;
        font-size: 0.22rem;
        color: #ffffff;
    }

    /* 三维虚拟展馆样式 */

    .sdxn-box{
        display: flex;
        justify-content: space-between;
        margin-top: 0.4rem;
    }
    .sdxn-box>li{
        position: relative;
        width: 5rem;
        height: 4rem;
        background-color: var(--zt_color--);
    }
    .sdxn-bjkuai {
        z-index: 1;
        position: absolute;
        background-color: #ddd2b8;
    }
    .sdxn-box>li:nth-child(1)>.sdxn-bjkuai {
        left: 0;
        top: 0;
        width: 1rem;
        height: 1.5rem;
    }
    .sdxn-box>li:nth-child(3)>.sdxn-bjkuai {
        right: 0;
        top: 0;
        width: 4.2rem;
        height: 2.9rem;
    }
    .sdxn-box>li>a{
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .sdxn-box>li:nth-child(1)>a {
        background-image: url(../imgs/sdxn_item_bj1.png);
        background-position: 0.1rem 100%;
        background-size: 2rem auto;
        background-repeat: no-repeat;
    }
    .sdxn-box>li:nth-child(3)>a {
        background-image: url(../imgs/sdxn_item_bj3.png);
        background-position: -0.1rem  105%;
        background-size: auto 1.2rem;
        background-repeat: no-repeat;
    }
    .sdxn-box>li>a>img {
        z-index: 2;
        height: 2.6rem;
        margin-top: 0.3rem;
    }
    .sdxn-box>li:hover>a>.sdxn-text {
        background-image: url(../imgs/sdxn_bottom_bj.png);
        background-position: center;
        background-size: cover;
    }
    .sdxn-text {
        width: 100%;
        height: 1.1rem;
        font-size: 0.24rem;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .zhuanquan {
        margin-left: 0.2rem;
    
        width: 0.4rem;
        height: 0.4rem;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .zhuanquan>img {
        height: 0.16rem;
    }
    .zhuanquan:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url(../svg/yuan2.svg);
        background-position: center;
        background-size: cover;
        z-index: 1;
        animation: zhuanquan 5s linear infinite;
    }
}


@media screen and (max-width: 800px) {
    .bottom-top {
        padding: 0.2rem 0;
        height: auto;
        flex-direction: column;
    }

    .bottom-top-left {
        width: 90%;
    }

    .bottom-top-left img {
        width: 100%;
        height: auto;
    }

    .bottom-top-center {
        margin: 0.2rem 0;
    }
    /* 三维虚拟展馆 */
    .sdxn-box>li {
        width: 31%;
        height: auto;
    }
    .sdxn-box>li>a>img {
        width: 90%;
        height: auto;
    }
    .sdxn-box>li:nth-child(1)>.sdxn-bjkuai {
        width: 25%;
        height: 50%;
    }
    .sdxn-box>li:nth-child(3)>.sdxn-bjkuai {
        width: 45%;
        height: 65%;
    }
}

@media screen and (max-width: 700px) {
    .sdxn-box {
        flex-direction: column;
    }
    .sdxn-box>li {
        margin: 0.2rem auto;
        width: 80%;
        height: auto;
    }
    .sdxn-box>li>a>img {
        width: 80%;
        height: auto;
    }
}