@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: grid;
        grid-gap: 1px;
        grid-template-columns: repeat(2, 1fr);
        background: white;
        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;
        box-sizing: border-box;
        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;
        box-sizing: border-box;
        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;
        box-sizing: border-box;
        font-size: 14px;
        color: white;
        background: darkorange;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .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_jp{
        width: 100%;
        height: auto;
        display: grid;
        background: blue;
        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;
        position: relative;
    }
    .zt_z_zt_z_zt_1_jp_z_img{
        width: 120px;
        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: 28px;
        height: 28px;
        display: inline-block;
        cursor: pointer;
        border-radius: 14px;
        background: red;
        color: white;
        text-align: center;
        line-height: 28px;
        font-size: 18px;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 2;
    }
    .zt_z_zt_z_zt_1_JS{
        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;
    }
}

@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: grid;
        grid-gap: 1px;
        grid-template-columns: repeat(2, 1fr);
        background: white;
        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;
        box-sizing: border-box;
        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;
        box-sizing: border-box;
        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;
        box-sizing: border-box;
        font-size: 14px;
        color: white;
        background: darkorange;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        grid-column-start: 1;
        grid-column-end: 3;
    }
   .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_jp{
        width: 100%;
        height: auto;
        display: grid;
        background: blue;
        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;
        position: relative;
    }
    .zt_z_zt_z_zt_1_jp_z_img{
        width: 120px;
        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: 28px;
        height: 28px;
        display: inline-block;
        cursor: pointer;
        border-radius: 14px;
        background: red;
        color: white;
        text-align: center;
        line-height: 28px;
        font-size: 18px;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 2;
    }
    .zt_z_zt_z_zt_1_JS{
        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;
    }
}



@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: grid;
        grid-gap: 1px;
        grid-template-columns: repeat(2, 1fr);
        background: white;
        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;
        box-sizing: border-box;
        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;
        box-sizing: border-box;
        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;
        box-sizing: border-box;
        font-size: 14px;
        color: white;
        background: darkorange;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .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_jp{
        width: 100%;
        height: auto;
        display: grid;
        background: blue;
        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;
        position: relative;
    }
    .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: 28px;
        height: 28px;
        display: inline-block;
        cursor: pointer;
        border-radius: 14px;
        background: red;
        color: white;
        text-align: center;
        line-height: 28px;
        font-size: 18px;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 2;
    }
    .zt_z_zt_z_zt_1_JS{
        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;
    }
}



@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{
        width: 100%;
        height: 100%;
        font-size: 0px;
        padding-top: 0px;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
    }
    .zt_z_AN{
        width: 96%;
        height: auto;
        display: grid;
        grid-gap: 1px;
        grid-template-columns: repeat(2, 1fr);
        background: white;
        justify-content: center;
        align-items: center;
        font-size: 0px;
        border-radius: 6px;
        overflow: hidden;
        flex-grow: 0;
        flex-shrink: 0;
        margin: 15px 2%;
    }
    .zt_z_AN_1{
        width: auto;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
        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;
        box-sizing: border-box;
        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;
        box-sizing: border-box;
        font-size: 14px;
        color: white;
        background: darkorange;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        grid-column-start: 1;
        grid-column-end: 3;
    }
    
    .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: 0px;
    }
    .zt_z_zt_z_zt_1{
        width: 100%;
        height: auto;
        font-size: 0px;
    }
    .zt_z_zt_z_zt_1_jp{
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(2, 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;
        flex-wrap: wrap;
        font-size: 0px;
        position: relative;
        background: white;
    }
    .zt_z_zt_z_zt_1_jp_z_img{
        width: 100%;
        height: auto;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .zt_z_zt_z_zt_1_jp_z_wz{
        width: 10px;
        height: auto;
        padding: 10px;
        flex-grow: 1;
        flex-shrink: 1;
        font-size: 14px;
        color: darkblue;
        box-sizing: border-box;
    }
    .zt_z_zt_z_zt_1_AnN{
        width: 28px;
        height: 28px;
        display: inline-block;
        cursor: pointer;
        border-radius: 14px;
        background: red;
        color: white;
        text-align: center;
        line-height: 28px;
        font-size: 18px;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 2;
    }
    .zt_z_zt_z_zt_1_JS{
        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;
    }
}