/* pc样式 */
@media screen and (min-width: 1024px){
    .banner {
        height: 5rem;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
    }
    
    .content {
        padding: 0.5rem 0;
        background-color: #f4eded;
        background-image: url(../imgs/two_content_bj.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .content-box {
        display: flex;
    }

    .content-left{
        width: 2.4rem;
    }

    .content-right {
        background-color: #fff;
        min-height: 5rem;
        margin-left: 0.5rem;
        padding:0 0.3rem 0.3rem 0.3rem;
        flex: 1;
    }

    .content-left-title {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 0.9rem;
        font-size: 0.36rem;
        font-weight: 700;
        border-radius: 0 0.5rem 0 0;
        color: #fff;
        background-color: var(--zt_deep_color--);
    }

    .two-nav {
		padding-bottom: 1.5rem;
        background-image: url(../imgs/two_nav_bj.png);
        background-repeat: no-repeat;
        background-size: auto 1.2rem;
        background-position: right bottom;
        background-color: #f5f5f5;
	}

	.two-nav ul {
	}

	.two-nav ul li {
		position: relative;
	}
    .two-nav ul .two-nav-active {
        background-color: #f8e2e2;
    } 
    .two-nav ul .two-nav-active>a {
        background-color: #f8e2e2;
        color: var(--zt_color--);
        font-weight: 700;
    } 
	.two-nav ul li>span.on {
		transform: rotateZ(90deg);
	}

	.two-nav ul li ul {
		display: none;
        background-color: #ffffff;
	}

	.two-nav ul li ul li {
		border: none;
	}

	.two-nav>ul>li>a {
		border-bottom: 0.01rem solid #dddddd;
        padding-left: 0.35rem;
		display: flex;
        align-items: center;
		font-size: 0.22rem;
		height: 0.75rem;
		position: relative;
		color: #333333;
        background-color: #f5f5f5;
	}

	.two-nav>ul>li>ul>li>a {
        display: flex;
        align-items: center;
        padding-left: 0.55rem;
		font-size: 0.18rem;
        height: 0.5rem;
		color: #333333;
	}
    .two-nav>ul>li>ul>li>a>span {
        margin-right: 0.1rem;
    }
    .two-nav>ul>.two-nav-active>ul>.two-nav-active-green>a {
        color: var(--zt_color--);
    }
    .two-nav>ul>.two-nav-active>span {
		background-image: url("../icon/two_nav_right_green.png");
        transform: rotate(90deg);
    }

	.two-nav>ul>li>span {
		position: absolute;
		width: 0.3rem;
		height: 0.75rem;
		background-image: url("../icon/two_nav_right.png");
        background-repeat: no-repeat;
		background-size: 0.1rem auto;
		background-position: center center;
		right: 0.2rem;
		top: 0;
		cursor: pointer;
		display: block;
		color: #fff;
		transition: all 0.3s;
	}

    /* 二级页标题 */
    .two-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 0.8rem;
        border-bottom: 0.01rem solid var(--zt_color--);
    }
    .two-title-text {
        position: relative;
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: 0.32rem;
        font-weight: 700;
        color: var(--zt_color--);
        border-bottom: 0.03rem solid var(--zt_color--);
    }
    .two-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--);
    }
    .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;
    }

    /* 翻页样式 */
    .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) {

    .banner {
        height: 3rem;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
    }
    
    .content {
        padding: 0.2rem 0;
        background-color: #f4eded;
        background-image: url(../imgs/two_content_bj.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .content-left{
        display: none;
    }
    .content-right{
        /* background-color: #fff; */
    }

    /* 二级页标题 */
    .two-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 0.8rem;
        border-bottom: 0.01rem solid var(--zt_color--);
    }
    .two-title-text {
        position: relative;
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: 0.32rem;
        font-weight: 700;
        color: var(--zt_color--);
        border-bottom: 0.03rem solid var(--zt_color--);
    }
    .two-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--);
    }
    .two-title-dqwz {
        font-size: 0.22rem;
        color: #888888;
    }
    .two-title-dqwz>a {
        font-size: 0.22rem;
        color: #888888;
    }
    .two-title-dqwz>img {
        height: 0.22rem;
    }
    .two-title-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: 800px) {
    .banner {
        height: 2.5rem;
    }
    .content-left{
        display: none;
    }
}