@media screen and (min-width:1800px) {
    .zt{
        width: 100%;
        height: calc( 100vh - 71px );
        display: flex;
        font-size: 0px;
        justify-content: center;
        background: rgb(235,235,235);
    }
    .zt_z{
        width: 1500px;
        height: 100%;
        display: flex;
        font-size: 0px;
        padding-top: 50px;
        align-content: flex-start;
        overflow: auto;
        flex-wrap: wrap;
        box-sizing: border-box;
    }
    .ztzt{
        width: 100%;
        height: auto;
        max-height: 100%;
        font-size: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .ztzt_AnN{
        width: auto;
        height: 40px;
        display: flex;
        align-items: center;
        font-size: 0px;
        background: lightcyan;
        border-radius: 20px;
        overflow: hidden;
        margin-bottom: 20px;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .ztzt_AnN_z{
        width: auto;
        height: 100%;
        cursor: pointer;
        line-height: 40px;
        padding: 0px 20px;
        border-right: darkcyan 1px solid;
        font-size: 16px;
        color: darkcyan;
    }
    .ztzt_zt{
        width: 100%;
        height: auto;
        max-height: calc( 100% - 60px );
        overflow: auto;
        font-size: 0px;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .ztzt_zt_1{
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(5,1fr);
        grid-gap: 1px;
    }
    .zt_z_z{
        width: 100%;
        height: auto;
        font-size: 0px;
        background: white;
        display: inline-block;
        text-decoration: none;
    }
    .zt_z_z_img{
        width: 100%;
        height: auto;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .zt_z_z_z{
        width: 100%;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
        font-size: 0px;
    }
    .zt_z_z_z_bt{
        width: 100%;
        height: auto;
        font-size: 16px;
        margin-bottom: 5px;
        color: darkcyan;
    }
    .zt_z_z_z_jg{
        width: 100%;
        height: auto;
        font-size: 20px;
        color: brown;
    }
    .ztzt_zt_2{
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(4,1fr);
        grid-gap: 10px;
    }
    .ztzt_zt_2_z{
        width: 100%;
        height: auto;
        padding: 18px;
        border-radius: 10px;
        background: blue;
        font-size: 14px;
        color: white;
        box-sizing: border-box;
    }
    .ztzt_zt_2_z_AnN{
        width: auto;
        height: 30px;
        background: lightyellow;
        color: blue;
        border-radius: 15px;
        padding: 0px 15px;
        cursor: pointer;
        line-height: 30px;
        margin-top: 10px;
        font-size: 14px;
        display: inline-block;
    }
}

@media screen and (max-width:1800px) and (min-width:1200px) {
    .zt{
        width: 100%;
        height: calc( 100vh - 71px );
        display: flex;
        font-size: 0px;
        justify-content: center;
        background: rgb(235,235,235);
    }
    .zt_z{
        min-width: 1200px;
        width: 96%;
        height: 100%;
        display: flex;
        font-size: 0px;
        padding-top: 50px;
        align-content: flex-start;
        overflow: auto;
        flex-wrap: wrap;
        box-sizing: border-box;
    }
    
    .ztzt{
        width: 100%;
        height: auto;
        max-height: 100%;
        font-size: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .ztzt_AnN{
        width: auto;
        height: 40px;
        display: flex;
        align-items: center;
        font-size: 0px;
        background: lightcyan;
        border-radius: 20px;
        overflow: hidden;
        margin-bottom: 20px;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .ztzt_AnN_z{
        width: auto;
        height: 100%;
        cursor: pointer;
        line-height: 40px;
        padding: 0px 20px;
        border-right: darkcyan 1px solid;
        font-size: 16px;
        color: darkcyan;
    }
    .ztzt_zt{
        width: 100%;
        height: auto;
        max-height: calc( 100% - 60px );
        overflow: auto;
        font-size: 0px;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .ztzt_zt_1{
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(4,1fr);
        grid-gap: 1px;
    }
    .zt_z_z{
        width: 100%;
        height: auto;
        font-size: 0px;
        background: white;
        display: inline-block;
        text-decoration: none;
    }
    .zt_z_z_img{
        width: 100%;
        height: auto;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .zt_z_z_z{
        width: 100%;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
        font-size: 0px;
    }
    .zt_z_z_z_bt{
        width: 100%;
        height: auto;
        font-size: 16px;
        margin-bottom: 5px;
        color: darkcyan;
    }
    .zt_z_z_z_jg{
        width: 100%;
        height: auto;
        font-size: 20px;
        color: brown;
    }
    .ztzt_zt_2{
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 10px;
    }
    .ztzt_zt_2_z{
        width: 100%;
        height: auto;
        padding: 18px;
        border-radius: 10px;
        background: blue;
        font-size: 14px;
        color: white;
        box-sizing: border-box;
    }
    .ztzt_zt_2_z_AnN{
        width: auto;
        height: 30px;
        background: lightyellow;
        color: blue;
        border-radius: 15px;
        padding: 0px 15px;
        cursor: pointer;
        line-height: 30px;
        margin-top: 10px;
        font-size: 14px;
        display: inline-block;
    }
}



@media screen and (max-width:1200px) and (min-width:600px) {
    .zt{
        width: 100%;
        height: calc( 100vh - 71px );
        display: flex;
        font-size: 0px;
        justify-content: center;
        background: rgb(235,235,235);
    }
    .zt_z{
        min-width: 600px;
        width: 96%;
        height: 100%;
        display: flex;
        font-size: 0px;
        padding-top: 50px;
        align-content: flex-start;
        overflow: auto;
        flex-wrap: wrap;
        box-sizing: border-box;
    }
    
    .ztzt{
        width: 100%;
        height: auto;
        max-height: 100%;
        font-size: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .ztzt_AnN{
        width: auto;
        height: 40px;
        display: flex;
        align-items: center;
        font-size: 0px;
        background: lightcyan;
        border-radius: 20px;
        overflow: hidden;
        margin-bottom: 20px;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .ztzt_AnN_z{
        width: auto;
        height: 100%;
        cursor: pointer;
        line-height: 40px;
        padding: 0px 20px;
        border-right: darkcyan 1px solid;
        font-size: 16px;
        color: darkcyan;
    }
    .ztzt_zt{
        width: 100%;
        height: auto;
        max-height: calc( 100% - 60px );
        overflow: auto;
        font-size: 0px;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .ztzt_zt_1{
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 1px;
    }
    .zt_z_z{
        width: 100%;
        height: auto;
        font-size: 0px;
        background: white;
        display: inline-block;
        text-decoration: none;
    }
    .zt_z_z_img{
        width: 100%;
        height: auto;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .zt_z_z_z{
        width: 100%;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
        font-size: 0px;
    }
    .zt_z_z_z_bt{
        width: 100%;
        height: auto;
        font-size: 16px;
        margin-bottom: 5px;
        color: darkcyan;
    }
    .zt_z_z_z_jg{
        width: 100%;
        height: auto;
        font-size: 20px;
        color: brown;
    }
    .ztzt_zt_2{
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 10px;
    }
    .ztzt_zt_2_z{
        width: 100%;
        height: auto;
        padding: 18px;
        border-radius: 10px;
        background: blue;
        font-size: 14px;
        color: white;
        box-sizing: border-box;
    }
    .ztzt_zt_2_z_AnN{
        width: auto;
        height: 30px;
        background: lightyellow;
        color: blue;
        border-radius: 15px;
        padding: 0px 15px;
        cursor: pointer;
        line-height: 30px;
        margin-top: 10px;
        font-size: 14px;
        display: inline-block;
    }
}



@media screen and (max-width:600px) {
    .zt{
        width: 100%;
        height: calc( 100vh - 76px );
        display: flex;
        font-size: 0px;
        justify-content: center;
        background: rgb(235,235,235);
    }
    .zt_z{
        min-width: 310px;
        width: 96%;
        height: 100%;
        display: flex;
        font-size: 0px;
        padding-top: 50px;
        align-content: flex-start;
        overflow: auto;
        flex-wrap: wrap;
        box-sizing: border-box;
    }
    
    .ztzt{
        width: 100%;
        height: auto;
        max-height: 100%;
        font-size: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .ztzt_AnN{
        width: auto;
        height: 40px;
        display: flex;
        align-items: center;
        font-size: 0px;
        background: lightcyan;
        border-radius: 20px;
        overflow: hidden;
        margin-bottom: 20px;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .ztzt_AnN_z{
        width: auto;
        height: 100%;
        cursor: pointer;
        line-height: 40px;
        padding: 0px 20px;
        border-right: darkcyan 1px solid;
        font-size: 16px;
        color: darkcyan;
    }
    .ztzt_zt{
        width: 100%;
        height: auto;
        max-height: calc( 100% - 60px );
        overflow: auto;
        font-size: 0px;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .ztzt_zt_1{
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 1px;
    }
    .zt_z_z{
        width: 100%;
        height: auto;
        font-size: 0px;
        background: white;
        display: inline-block;
        text-decoration: none;
    }
    .zt_z_z_img{
        width: 100%;
        height: auto;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .zt_z_z_z{
        width: 100%;
        height: auto;
        padding: 6px;
        box-sizing: border-box;
        font-size: 0px;
    }
    .zt_z_z_z_bt{
        width: 100%;
        height: auto;
        font-size: 16px;
        margin-bottom: 5px;
        color: darkcyan;
    }
    .zt_z_z_z_jg{
        width: 100%;
        height: auto;
        font-size: 20px;
        color: brown;
    }
    .ztzt_zt_2{
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
    .ztzt_zt_2_z{
        width: 100%;
        height: auto;
        padding: 18px;
        border-radius: 10px;
        background: blue;
        font-size: 14px;
        color: white;
        box-sizing: border-box;
    }
    .ztzt_zt_2_z_AnN{
        width: auto;
        height: 30px;
        background: lightyellow;
        color: blue;
        border-radius: 15px;
        padding: 0px 15px;
        cursor: pointer;
        line-height: 30px;
        margin-top: 10px;
        font-size: 14px;
        display: inline-block;
    }
}