:root {
    --zt_color--: rgb(157, 8, 12);
    --zt_deep_color--: rgb(107, 4, 7);
    --text_color--: #333;
    --transparent_text_color--: rgba(255,255,255,.6);
}
@media screen and (min-width: 1700px){
    .width1200{
        width: 1700px !important; 
        margin: 0 auto;
    }
}

/* pc样式 */
@media screen and (min-width: 1024px){
        .width1200{
            box-sizing: border-box;
            width: 100%;
            padding: 0 20px;
        }
        .move-navigation {
        display: none;
    }
   

    .content {
        min-height: 800px;
    }


    /* 通用标题样式 */
    .currency-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 70px;
        border-bottom: 1px solid var(--zt_color--);
    }

    .currency-title-left {
        display: flex;
    }
    .currency-title-text {
        display: flex;
        align-items: center;
        height: 70px;
        padding-left: 45px;
        color: var(--zt_color--);
        font-size: 26px;
        font-weight: 700;
        background-repeat: no-repeat;
        background-size: 35px auto;
        background-position: left center;
        border-bottom: 3px solid var(--zt_color--);
    }
    .currency-title-en {
        margin-left: 10px;
        font-size: 24px;
        font-weight: 700;
        color: var(--zt_color--);
        display: none;
        align-items: center;
    }

    .currency-title-right>a {
        padding-right: 45px;
        font-size: 18px;
	    color: #333333;
        background-image: url(../icon/more_icon.png);
        background-position:right center;
        background-repeat: no-repeat;
        background-size: auto;
    }

    /* 通用列表样式 */
    .currency-list{

    }

    .currency-list>li{
        border-radius: 10px;
        transition: all 0.5s ease;

    }
    .currency-list>li:hover {
        background-color: var(--zt_color--);
        transition: all .5s ease;

    }
    .currency-list>li>a{
        height: 65px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #e2e2e2;
        transition: all 1s ease;
    }
    .currency-list>li:hover >a {
        border-bottom: 1px solid #ffffff;
        transition: all 1s ease;

    }
    .currency-list>li:hover >a>p {
        color: #ffffff;
        font-weight: 700;
    }
    .currency-list>li:hover >a>h2 {
        color: #ffffff;
        font-weight: 700;
    }
    .currency-list>li>a>p{
        flex: 1;
        padding-left: 20px;
        background-image: url(../icon/list_icon1.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 12px auto;
        color: var(--text_color--);
        font-size: 18px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .currency-list>li>a>h2{
        text-align: right;
        width: 150px;
        font-weight: 500;
        color: var(--text_color--);
        font-size: 18px;
    }


    /* 底部样式 */
    .bottom {
        background-color: var(--zt_color--);
        background-image: url(../imgs/bottom_bj.png);
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: auto 380px;
    }

    .bottom-box{
        height: 320px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .bottom-box-left{
        width: 750px;
    }
    .bottom-box-left>img{
        height: 80px;
        margin-bottom: 30px;
    }
    .bottom-box-left>ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .bottom-box-left>ul>li{
        margin-bottom: 10px;
        width: 350px;
        font-size: 18px;
        color: var(--transparent_text_color--);
    }

    .bottom-box-center{
        width: 400px;
        padding-top: 50px;
    }
    .bottom-box-center>h2{
        font-size: 20px;
        color: #ffffff;
        margin-bottom: 20px;
    }
    .bottom-box-center>ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .bottom-box-center>ul>li>a{
        display: flex;
        margin-bottom: 10px;
        width: 150px;
        font-size: 18px;
        color: var(--transparent_text_color--);
    }

    .bottom-box-right{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .bottom-box-right>h2{
        font-size: 20px;
        color: #ffffff;
    }
    .bottom-box-right>img{
        width: 120px;
        margin: 15px 0;
    }
    .bottom-box-right>p{
        font-size: 20px;
        color: #ffffff;
    }


    .banquan {
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        background-color: var(--zt_deep_color--);
        color: var(--transparent_text_color--);
    }

}

/* 移动端样式 */
@media screen and (max-width: 1024px) {
    .width1200{
        box-sizing: border-box;
        width: 100%;
        padding: 0 20px;
    }
    .top-nav {
        display: none;
    }
    .move-navigation {
        display: block;
    }



    .content {
        min-height: 400px;
    }

    /* 通用标题样式 */
    .currency-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 70px;
        border-bottom: 1px solid var(--zt_color--);
    }

    .currency-title-left {
        display: flex;
    }
    .currency-title-text {
        display: flex;
        align-items: center;
        height: 70px;
        padding-left: 50px;
        color: var(--zt_color--);
        font-size: 32px;
        font-weight: 700;
        background-repeat: no-repeat;
        background-size: 40px auto;
        background-position: left center;
        border-bottom: 3px solid var(--zt_color--);
    }
    .currency-title-en {
        margin-left: 10px;
        font-size: 24px;
        font-weight: 700;
        color: var(--zt_color--);
        display: none;
        align-items: center;
    }

    .currency-title-right>a {
        padding-right: 45px;
        font-size: 18px;
	    color: #333333;
        background-image: url(../icon/more_icon.png);
        background-position:right center;
        background-repeat: no-repeat;
        background-size: auto;
    }

    /* 通用列表样式 */
    .currency-list{

    }

    .currency-list>li{

    }

    .currency-list>li>a{
        height: 65px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #e2e2e2;
    }

    .currency-list>li:hover >a {
        border-bottom: 1px solid var(--zt_color--);
    }

    .currency-list>li:hover >a>p {
        color: var(--zt_color--);
        font-weight: 700;
    }
    .currency-list>li:hover >a>h2 {
        color: var(--zt_color--);
        font-weight: 700;
    }
    .currency-list>li>a>p{
        flex: 1;
        padding-left: 20px;
        background-image: url(../icon/list_icon1.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 12px auto;
        color: var(--text_color--);
        font-size: 20px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .currency-list>li>a>h2{
        text-align: right;
        width: 150px;
        font-weight: 500;
        color: var(--text_color--);
        font-size: 20px;
    }


    /* 底部样式 */
    .bottom {
        background-color: var(--zt_color--);
        background-image: url(../imgs/bottom_bj.png);
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }

    .bottom-box{
        min-height: 320px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    } 

    .bottom-box-left{
        width: 100%;
    }
    .bottom-box-left>img{
        display: block;
        margin: 15px auto;
        width: 90%;
    }
    .bottom-box-left>ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .bottom-box-left>ul>li{
        box-sizing: border-box;
        padding-right: 10px;
        margin-bottom: 10px;
        width: 50%;
        font-size: 16px;
        color: var(--transparent_text_color--);
    }

    .bottom-box-center{
        width: 100%;
        margin-top: 10px;
    }
    .bottom-box-center>h2{
        font-size: 18px;
        color: #ffffff;
        margin-bottom: 10px;
    }
    .bottom-box-center>ul{
        display: flex;
        flex-wrap: wrap;
    }
    .bottom-box-center>ul>li>a{
        display: flex;
        margin-bottom: 5px;
        font-size: 16px;
        color: var(--transparent_text_color--);
        padding-right: 10px;
    }

    .bottom-box-right{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }
    .bottom-box-right>h2{
        font-size: 18px;
        color: #ffffff;
    }
    .bottom-box-right>img{
        width: 120px;
        margin: 5px 0;
    }
    .bottom-box-right>p{
        font-size: 16px;
        color: #ffffff;
    }


    .banquan {
        padding: 15px 20px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        background-color: var(--zt_deep_color--);
        color: var(--transparent_text_color--);
    }
    .banquan>p {
        text-align: center;
    }
}

@media screen and (max-width: 800px) {
    .width1200 {
        padding: 0 15px;
    }
    .currency-title {
        height: 50px;
    }
    .currency-title-text {
        height: 50px;
        font-size: 24px;
        padding-left: 40px;
        background-size: 28px auto;
    }
    .currency-title-en {
        font-size: 18px;
    }
    .currency-title-right>a {
        padding-right: 34px;
        font-size: 16px;
        background-size: 28px auto;
    }


    .currency-list>li>a {
        height: 40px;
    }
    .currency-list>li>a>p {
        padding-left: 15px;
        background-size: 10px auto;
        font-size: 16px;
    }
    .currency-list>li>a>h2 {
        width: 120px;
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {

}