@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 750px) {
    .mobile-show {
        font-size: medium;
    }
	
    .container-box {
        box-sizing: border-box;
        padding: .52rem;
        padding-top: .25rem;
    }

    .container-box .red-title {
        display: block;
        height: 1.07rem;
        background: #BD1A2D;
        display: flex;
        justify-content: space-between;
        margin-top: .27rem;
    }

    .container-box .red-title .title-text {
        display: block;
        font-size: 0.43rem;
        color: #fff;
        line-height: 1.07rem;
        box-sizing: border-box;
        padding-left: .29rem;
    }

    .container-box .red-title .title-btn {
        border-left: 1px solid #fff;
        width: 1.07rem;
        position: relative;
    }

    .container-box .red-title .title-btn::after {
        width: .23rem;
        height: .23rem;
        border-top: 1px solid;
        border-right: 1px solid;
        border-color: #fff;
        content: '';
        position: absolute;
        right: .48rem;
        top: .45rem;
        transform: rotate(45deg);
    }

    .container-box .main-list {
        padding: .13rem;
        border: 1px solid #EAEEF2;
        box-sizing: border-box;
    }

    .container-box .main-list .main-list-n {
        display: block;
        background: #EBF2FA;
        height: 1.07rem;
        font-size: 0.37rem;
        color: #4F4F4F;
        line-height: 1.07rem;
        text-align: center;
    }
    .container-box .zd-list{
        display: flex;
        border: 1px solid #EAEEF2;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 .13rem;
        padding-bottom: .13rem;
    }
    .container-box .zd-list a{
        width: 49%;
        text-align: center;
        height: 1.07rem;
        line-height: 1.33rem;
        box-sizing: border-box;
        background: #EBF2FA;
        font-size: 0.37rem;
        color:#4F4F4F;
        margin-top: .13rem;
    }
}