/* pc样式 */
@media screen and (min-width: 1024px){
    .content {
        padding: 0.4rem 0;
    }
    .content-box {
        display: flex;
    }

    .content-left{
        width: 3.8rem;
    }

    .content-right {
        min-height: 5rem;
        padding-left: 0.5rem;
        flex: 1;
    }

    .content-left-title {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 0.9rem;
        font-size: 0.3rem;
        color: #fff;
        background-image: url(../imgs/two_titlebg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-color: #fff;
    }

    .two-nav {
        background-color: #fff;
        padding-bottom: 1rem;
	}

	.two-nav ul {
        padding: 0 0.3rem;
	}

	

	.two-nav>ul>li>a {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 0.6rem;
        border-bottom: 1px solid #d0d9ed;
	}

    .two-nav>ul>li>a p {
        font-size: 0.22rem;
        color: #333333;
        text-align: center;
    }
    .two-nav>ul>.two-nav-active>a p {
        color: var(--zt_color--);
        border-bottom: 3px solid var(--zt_color--);
    }

	

    /* 二级页标题 */
    .two-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 0.9rem;
    }
    .two-title-text {
padding-right: 0.3rem;
        min-width: 3.3rem;
        height: 0.9rem;
        display: flex;
        align-items: center;
        background-image: url(../imgs/currency_title_bg.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: auto 0.32rem;
    }

    .two-title-text h2 {
        font-size: 0.3rem;
        color: var(--zt_color--);
    }

    .two-title-dqwz {
        font-size: 0.16rem;
        color: #888888;
    }
    .two-title-dqwz>a {
        font-size: 0.16rem;
        color: #888888;
    }
    .two-title-dqwz>img {
        height: 0.18rem;
    }
    .two-title-dqwz>span {
        margin: 0 0.05rem;
    }
    .two-title-dqwz>a:last-child {
        color: var(--zt_color--);
    }

    /* 内容 */
    .content-right-content {
        margin: 0.3rem 0;
        background-color: #fff;
    }

    /* 翻页样式 */
    .content-page {
        width: 100%;
        height: 1.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .content-page-box {
        min-width: 1.5rem;
        height: 0.4rem;
    }
}

/* 移动端样式 */
@media screen and (max-width: 1024px) {
    .content-left {
        display: none;
    }
	

    /* 二级页标题 */
    .two-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
height: 100%;
        flex-wrap: wrap;
    }
    .two-title-text {
   width: 100%;
        min-width: 3.6rem;
        height: 0.9rem;
        display: flex;
        align-items: center;
        background-image: url(../imgs/currency_title_bg.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: auto 0.32rem;
    }

    .two-title-text h2 {
        font-size:22px;
        color: var(--zt_color--);
    }

    .two-title-dqwz {
        padding: 0.2rem 0;
   width: 100%;
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #888888;
    }
    .two-title-dqwz>a {
        font-size: 14px;
        color: #888888;
    }
    .two-title-dqwz>img {
        height: 18px;
    }
    .two-title-dqwz>span {
        margin: 0 0.05rem;
    }
    .two-title-dqwz>a:last-child {
        color: var(--zt_color--);
    }

    /* 内容 */
    .content-right-content {
        margin: 0.3rem 0;
        background-color: #fff;
    }
    /* 翻页样式 */
    .content-page {
        width: 100%;
        height: 1.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .content-page-box {
        min-width: 1.5rem; 
        height: 0.4rem;
    }
}