@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%;
        font-size: 0px;
        padding-top: 50px;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
    }
    .zt_z_AN{
        width: auto;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0px;
        border-radius: 6px;
        overflow: hidden;
        flex-grow: 0;
        flex-shrink: 0;
        margin-bottom: 50px;
    }
    .zt_z_AN_1{
        width: auto;
        height: auto;
        padding: 15px;
        font-size: 14px;
        color: white;
        background: darkcyan;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .zt_z_AN_2{
        width: auto;
        height: auto;
        padding: 15px;
        font-size: 14px;
        color: white;
        background: darkgreen;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .zt_z_AN_3{
        width: auto;
        height: auto;
        padding: 15px;
        font-size: 14px;
        color: white;
        background: darkred;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .zt_z_zt{
        width: 100%;
        height: 10px;
        flex-grow: 1;
        flex-shrink: 1;
        font-size: 0px;
        display: inline-block;
    }
    .zt_z_zt_z{
        width: 100%;
        height: auto;
        max-height: 100%;
        font-size: 0px;
        overflow: auto;
    }
    .zt_z_zt_z_zt{
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(4,1fr);
        grid-gap: 10px;
    }
    .zt_z_zt_z_zt_1{
        width: 100%;
        height: auto;
        background: white;
        font-size: 0px;
    }
    .zt_z_zt_z_zt_1_xxi{
        width: 100%;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
        font-size: 0px;
    }
    .zt_z_zt_z_zt_1_xxi_bh{
        width: 100%;
        height: auto;
        font-size: 14px;
        color: black;
        margin-bottom: 10px; 
    }
    .zt_z_zt_z_zt_1_xxi_cis{
        width: 100%;
        height: auto;
        font-size: 18px;
        color: darkred;
    }
    .zt_z_zt_z_zt_1_xxi_zbf{
        width: 100%;
        height: auto;
        font-size: 14px;
        color: darkcyan;
        margin: 10px 0px;
    }
    .zt_z_zt_z_zt_1_xxi_tim{
        width: 100%;
        height: auto;
        font-size: 14px;
        color: darkred;
    }
    .zt_z_zt_z_zt_1_jp{
        width: 100%;
        height: auto;
        display: grid;
        background: blue;
        border-top: blue 1px solid;
        border-bottom: blue 1px solid;
        grid-template-columns: 1fr;
        grid-gap: 1px;
    }
    .zt_z_zt_z_zt_1_jp_z{
        width: 100%;
        height: auto;
        background: white;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 0px;
    }
    .zt_z_zt_z_zt_1_jp_z_img{
        width: 80px;
        height: auto;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .zt_z_zt_z_zt_1_jp_z_wz{
        width: 10px;
        height: auto;
        padding: 6px;
        flex-grow: 1;
        flex-shrink: 1;
        font-size: 14px;
        color: darkblue;
        box-sizing: border-box;
    }
    .zt_z_zt_z_zt_1_AnN{
        width: 88%;
        height: 40px;
        margin: 15px 6%;
        display: inline-block;
        cursor: pointer;
        border-radius: 20px;
        background: blue;
        color: white;
        text-align: center;
        line-height: 40px;
        font-size: 14px;
    }

    .zt_z_zt_z_zt_2{
        width: 100%;
        height: auto;
        background: white;
        font-size: 0px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .zt_z_zt_z_zt_2_img{
        width: 80px;
        height: auto;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .zt_z_zt_z_zt_2_wz{
        width: 10px;
        height: auto;
        padding: 6px;
        color: darkblue;
        font-size: 0px;
        flex-grow: 1;
        flex-shrink: 1;
        box-sizing: border-box;
    }
    .zt_z_zt_z_zt_2_wz_wz{
        width: 100%;
        height: auto;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .zt_z_zt_z_zt_2_wz_AnN{
        width: 125px;
        height: 30px;
        background: blue;
        border-radius: 15px;
        line-height: 30px;
        text-align: center;
        cursor: pointer;
        display: inline-block;
        color: white;
        margin-right: 10px;
        font-size: 14px;
    }
}

@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%;
        font-size: 0px;
        padding-top: 50px;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
    }
    .zt_z_AN{
        width: auto;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0px;
        border-radius: 6px;
        overflow: hidden;
        flex-grow: 0;
        flex-shrink: 0;
        margin-bottom: 50px;
    }
    .zt_z_AN_1{
        width: auto;
        height: auto;
        padding: 15px;
        font-size: 14px;
        color: white;
        background: darkcyan;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .zt_z_AN_2{
        width: auto;
        height: auto;
        padding: 15px;
        font-size: 14px;
        color: white;
        background: darkgreen;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .zt_z_AN_3{
        width: auto;
        height: auto;
        padding: 15px;
        font-size: 14px;
        color: white;
        background: darkred;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .zt_z_zt{
        width: 100%;
        height: 10px;
        flex-grow: 1;
        flex-shrink: 1;
        font-size: 0px;
        display: inline-block;
    }
    .zt_z_zt_z{
        width: 100%;
        height: auto;
        max-height: 100%;
        font-size: 0px;
        overflow: auto;
    }
    .zt_z_zt_z_zt{
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 10px;
    }
    .zt_z_zt_z_zt_1{
        width: 100%;
        height: auto;
        background: white;
        font-size: 0px;
    }
    .zt_z_zt_z_zt_1_xxi{
        width: 100%;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
        font-size: 0px;
    }
    .zt_z_zt_z_zt_1_xxi_bh{
        width: 100%;
        height: auto;
        font-size: 14px;
        color: black;
        margin-bottom: 10px; 
    }
    .zt_z_zt_z_zt_1_xxi_cis{
        width: 100%;
        height: auto;
        font-size: 18px;
        color: darkred;
    }
    .zt_z_zt_z_zt_1_xxi_zbf{
        width: 100%;
        height: auto;
        font-size: 14px;
        color: darkcyan;
        margin: 10px 0px;
    }
    .zt_z_zt_z_zt_1_xxi_tim{
        width: 100%;
        height: auto;
        font-size: 14px;
        color: darkred;
    }
    .zt_z_zt_z_zt_1_jp{
        width: 100%;
        height: auto;
        display: grid;
        background: blue;
        border-top: blue 1px solid;
        border-bottom: blue 1px solid;
        grid-template-columns: 1fr;
        grid-gap: 1px;
    }
    .zt_z_zt_z_zt_1_jp_z{
        width: 100%;
        height: auto;
        background: white;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 0px;
    }
    .zt_z_zt_z_zt_1_jp_z_img{
        width: 80px;
        height: auto;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .zt_z_zt_z_zt_1_jp_z_wz{
        width: 10px;
        height: auto;
        padding: 6px;
        flex-grow: 1;
        flex-shrink: 1;
        font-size: 14px;
        color: darkblue;
        box-sizing: border-box;
    }
    .zt_z_zt_z_zt_1_AnN{
        width: 88%;
        height: 40px;
        margin: 15px 6%;
        display: inline-block;
        cursor: pointer;
        border-radius: 20px;
        background: blue;
        color: white;
        text-align: center;
        line-height: 40px;
        font-size: 14px;
    }

    .zt_z_zt_z_zt_2{
        width: 100%;
        height: auto;
        background: white;
        font-size: 0px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .zt_z_zt_z_zt_2_img{
        width: 80px;
        height: auto;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .zt_z_zt_z_zt_2_wz{
        width: 10px;
        height: auto;
        padding: 6px;
        color: darkblue;
        font-size: 0px;
        flex-grow: 1;
        flex-shrink: 1;
        box-sizing: border-box;
    }
    .zt_z_zt_z_zt_2_wz_wz{
        width: 100%;
        height: auto;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .zt_z_zt_z_zt_2_wz_AnN{
        width: 125px;
        height: 30px;
        background: blue;
        border-radius: 15px;
        line-height: 30px;
        text-align: center;
        cursor: pointer;
        display: inline-block;
        color: white;
        margin-right: 10px;
        font-size: 14px;
    }
}



@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%;
        font-size: 0px;
        padding-top: 50px;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
    }
    .zt_z_AN{
        width: auto;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0px;
        border-radius: 6px;
        overflow: hidden;
        flex-grow: 0;
        flex-shrink: 0;
        margin-bottom: 50px;
    }
    .zt_z_AN_1{
        width: auto;
        height: auto;
        padding: 15px;
        font-size: 14px;
        color: white;
        background: darkcyan;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .zt_z_AN_2{
        width: auto;
        height: auto;
        padding: 15px;
        font-size: 14px;
        color: white;
        background: darkgreen;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .zt_z_AN_3{
        width: auto;
        height: auto;
        padding: 15px;
        font-size: 14px;
        color: white;
        background: darkred;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .zt_z_zt{
        width: 100%;
        height: 10px;
        flex-grow: 1;
        flex-shrink: 1;
        font-size: 0px;
        display: inline-block;
    }
    .zt_z_zt_z{
        width: 100%;
        height: auto;
        max-height: 100%;
        font-size: 0px;
        overflow: auto;
    }
    .zt_z_zt_z_zt{
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 10px;
    }
    .zt_z_zt_z_zt_1{
        width: 100%;
        height: auto;
        background: white;
        font-size: 0px;
    }
    .zt_z_zt_z_zt_1_xxi{
        width: 100%;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
        font-size: 0px;
    }
    .zt_z_zt_z_zt_1_xxi_bh{
        width: 100%;
        height: auto;
        font-size: 14px;
        color: black;
        margin-bottom: 10px; 
    }
    .zt_z_zt_z_zt_1_xxi_cis{
        width: 100%;
        height: auto;
        font-size: 18px;
        color: darkred;
    }
    .zt_z_zt_z_zt_1_xxi_zbf{
        width: 100%;
        height: auto;
        font-size: 14px;
        color: darkcyan;
        margin: 10px 0px;
    }
    .zt_z_zt_z_zt_1_xxi_tim{
        width: 100%;
        height: auto;
        font-size: 14px;
        color: darkred;
    }
    .zt_z_zt_z_zt_1_jp{
        width: 100%;
        height: auto;
        display: grid;
        background: blue;
        border-top: blue 1px solid;
        border-bottom: blue 1px solid;
        grid-template-columns: 1fr;
        grid-gap: 1px;
    }
    .zt_z_zt_z_zt_1_jp_z{
        width: 100%;
        height: auto;
        background: white;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 0px;
    }
    .zt_z_zt_z_zt_1_jp_z_img{
        width: 80px;
        height: auto;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .zt_z_zt_z_zt_1_jp_z_wz{
        width: 10px;
        height: auto;
        padding: 6px;
        flex-grow: 1;
        flex-shrink: 1;
        font-size: 14px;
        color: darkblue;
        box-sizing: border-box;
    }
    .zt_z_zt_z_zt_1_AnN{
        width: 88%;
        height: 40px;
        margin: 15px 6%;
        display: inline-block;
        cursor: pointer;
        border-radius: 20px;
        background: blue;
        color: white;
        text-align: center;
        line-height: 40px;
        font-size: 14px;
    }

    .zt_z_zt_z_zt_2{
        width: 100%;
        height: auto;
        background: white;
        font-size: 0px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .zt_z_zt_z_zt_2_img{
        width: 80px;
        height: auto;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .zt_z_zt_z_zt_2_wz{
        width: 10px;
        height: auto;
        padding: 6px;
        color: darkblue;
        font-size: 0px;
        flex-grow: 1;
        flex-shrink: 1;
        box-sizing: border-box;
    }
    .zt_z_zt_z_zt_2_wz_wz{
        width: 100%;
        height: auto;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .zt_z_zt_z_zt_2_wz_AnN{
        width: 125px;
        height: 30px;
        background: blue;
        border-radius: 15px;
        line-height: 30px;
        text-align: center;
        cursor: pointer;
        display: inline-block;
        color: white;
        margin-right: 10px;
        font-size: 14px;
    }
}



@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%;
        font-size: 0px;
        padding-top: 0px;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
    }
    .zt_z_AN{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0px;
        border-radius: 0px;
        overflow: hidden;
        flex-grow: 0;
        flex-shrink: 0;
        border-top: white 4px solid;
        margin-bottom: 50px;
    }
    .zt_z_AN_1{
        width: 10px;
        height: auto;
        padding: 15px;
        font-size: 14px;
        color: white;
        background: darkcyan;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-grow: 1;
        flex-shrink: 1;
    }
    .zt_z_AN_2{
        width: 10px;
        height: auto;
        padding: 15px;
        font-size: 14px;
        color: white;
        background: darkgreen;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-grow: 1;
        flex-shrink: 1;
    }
    .zt_z_AN_3{
        width: 10px;
        height: auto;
        padding: 15px;
        font-size: 14px;
        color: white;
        background: darkred;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-grow: 1;
        flex-shrink: 1;
    }
    .zt_z_zt{
        width: 100%;
        height: 10px;
        flex-grow: 1;
        flex-shrink: 1;
        font-size: 0px;
        display: inline-block;
    }
    .zt_z_zt_z{
        width: 100%;
        height: auto;
        max-height: 100%;
        font-size: 0px;
        overflow: auto;
    }
    .zt_z_zt_z_zt{
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
    .zt_z_zt_z_zt_1{
        width: 100%;
        height: auto;
        background: white;
        font-size: 0px;
    }
    .zt_z_zt_z_zt_1_xxi{
        width: 100%;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
        font-size: 0px;
    }
    .zt_z_zt_z_zt_1_xxi_bh{
        width: 100%;
        height: auto;
        font-size: 14px;
        color: black;
        margin-bottom: 10px; 
    }
    .zt_z_zt_z_zt_1_xxi_cis{
        width: 100%;
        height: auto;
        font-size: 18px;
        color: darkred;
    }
    .zt_z_zt_z_zt_1_xxi_zbf{
        width: 100%;
        height: auto;
        font-size: 14px;
        color: darkcyan;
        margin: 10px 0px;
    }
    .zt_z_zt_z_zt_1_xxi_tim{
        width: 100%;
        height: auto;
        font-size: 14px;
        color: darkred;
    }
    .zt_z_zt_z_zt_1_jp{
        width: 100%;
        height: auto;
        display: grid;
        background: blue;
        border-top: blue 1px solid;
        border-bottom: blue 1px solid;
        grid-template-columns: 1fr;
        grid-gap: 1px;
    }
    .zt_z_zt_z_zt_1_jp_z{
        width: 100%;
        height: auto;
        background: white;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 0px;
    }
    .zt_z_zt_z_zt_1_jp_z_img{
        width: 80px;
        height: auto;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .zt_z_zt_z_zt_1_jp_z_wz{
        width: 10px;
        height: auto;
        padding: 6px;
        flex-grow: 1;
        flex-shrink: 1;
        font-size: 14px;
        color: darkblue;
        box-sizing: border-box;
    }
    .zt_z_zt_z_zt_1_AnN{
        width: 88%;
        height: 40px;
        margin: 15px 6%;
        display: inline-block;
        cursor: pointer;
        border-radius: 20px;
        background: blue;
        color: white;
        text-align: center;
        line-height: 40px;
        font-size: 14px;
    }

    .zt_z_zt_z_zt_2{
        width: 100%;
        height: auto;
        background: white;
        font-size: 0px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .zt_z_zt_z_zt_2_img{
        width: 80px;
        height: auto;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .zt_z_zt_z_zt_2_wz{
        width: 10px;
        height: auto;
        padding: 6px;
        color: darkblue;
        font-size: 0px;
        flex-grow: 1;
        flex-shrink: 1;
        box-sizing: border-box;
    }
    .zt_z_zt_z_zt_2_wz_wz{
        width: 100%;
        height: auto;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .zt_z_zt_z_zt_2_wz_AnN{
        width: 125px;
        height: 30px;
        background: blue;
        border-radius: 15px;
        line-height: 30px;
        text-align: center;
        cursor: pointer;
        display: inline-block;
        color: white;
        margin-right: 10px;
        font-size: 14px;
    }
}