﻿/* pc样式 */
@media screen and (min-width: 1024px){
    .content {
        padding: 0.5rem 0;
        background-color: #f8f3ea;
    }
    .two-banner {
        width: 100%;
    }

    .two-banner img {
        width: 100%;
    }
    .title1-module-left {
        background-position: right calc(100% - 0.1rem);

    }
    .title1-module-right {
        background-position: left calc(100% - 0.1rem);
    }

    .title1-module-dqwz {
        font-size: 0.18rem;
        color: var(--zt_color--);
        position: absolute;
        right: 0;
        top: 0.1rem;
    }
    .title1-module-dqwz a{
        color: var(--zt_color--);

    }
    .title1-module-dqwz span{
        margin: 0 0.05rem;
    }

    

    /* 翻页样式 */
    .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: 1200px){
    .content {
        padding: 0.5rem 0;
        background-color: #f8f3ea;
    }
    .two-banner {
        margin-top: 70px;
        width: 100%;
    }
    .two-banner img {
        width: 100%;
    }
    .title1-module-left {
        background-position: right calc(100% - 0.1rem);

    }
    .title1-module-right {
        background-position: left calc(100% - 0.1rem);
    }

    .title1-module-dqwz {
        font-size: 0.18rem;
        color: var(--zt_color--);
        position: absolute;
        right: 0;
        top: 0.1rem;
    }
    .title1-module-dqwz a{
        color: var(--zt_color--);

    }
    .title1-module-dqwz span{
        margin: 0 0.05rem;
    }

        /* 翻页样式 */
        .content-page {
            width: 100%;
            height: 1rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    
        .content-page-box {
            min-width: 1.5rem;
            height: 0.4rem;
        }
}
/* 移动端样式 */
@media screen and (max-width: 1024px) {



}