@media screen and (min-width:1800px) {
    html,body{
        width: 100%;
        height: 100%;
        margin: 0px;
        font-size: 0px;
    }
    .Fu{
        width: 100%;
        height: 100%;
        font-size: 0px;
        margin: 0px;
        padding: 0px;
    }
    .zt{
        width: 100%;
        height: 100%;
        font-size: 0px;
        display: grid;
        grid-template-columns: 200px 1fr;
    }
    .zt_Z{
        width: 100%;
        height: 100vh;
        padding: 15px;
        box-sizing: border-box;
        background: rgb(0, 40, 55);
        overflow: auto;
    }
    .zt_Y{
        width: 100%;
        height: 100vh;
        padding: 15px;
        box-sizing: border-box;
        overflow: auto;
    }

    .bf1_bt{
        width: 100%;
        height: auto;
        text-align: center;
        font-size: 20px;
        color: darkblue;
        margin-bottom: 15px;
    }
    .bf1_zt{
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
        font-size: 0px;
        border: darkblue 1px solid;
        background: darkblue;
        grid-gap: 1px;
        box-sizing: border-box;
    }
    .bf1_zt_z{
        width: 100%;
        height: auto;
        background: white;
        padding: 10px;
        box-sizing: border-box;
        color: darkblue;
        font-size: 0px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }
    .bf1_zt_z_txbt{
        width: 100%;
        height: auto;
        font-size: 16px;
        color: darkblue;
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .bf1_zt_z_txzt{
        width: 100%;
        height: auto;
        font-size: 0px;
        grid-column-start: 1;
        grid-column-end: 3;
        display: flex;
        align-items: center;
    }
    .bf1_zt_z_txzt_btn{
        width: 330px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        display: inline-block;
        color: white;
        background: blue;
        font-size: 14px;
        border-radius: 5px;
        cursor: pointer;
        box-sizing: border-box;
    }
    .bf1_zt_z_bdbt{
        width: 100%;
        height: auto;
        font-size: 16px;
        color: darkblue;
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .bf1_zt_z_bdinp{
        width: 100%;
        height: 40px;
        background: wheat;
        color: darkblue;
        font-size: 14px;
        padding: 0px 8px;
        box-sizing: border-box;
        line-height: 40px;
        text-align: center;
        margin: 0px;
        border: none;
        outline: none;
        list-style-type: none;
        border-radius: 5px;
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .bf1_zt_z_btn{
        width: 130px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: white;
        background: limegreen;
        font-size: 14px;
        border-radius: 5px;
        cursor: pointer;
        box-sizing: border-box;
    }
    

    .bf2{
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-rows: 35px 60px 1fr 35px;
        grid-gap: 15px;
    }
    .bf2_bt{
        width: 100%;
        height: 100%;
        text-align: center;
        font-size: 20px;
        color: darkblue;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgb(235, 235, 235);
    }
    .bf2_cz{
        width: 100%;
        height: 100%;
        padding: 10px;
        box-sizing: border-box;
        background: rgb(235, 235, 235);
        display: grid;
        grid-gap: 15px;
        font-size: 0px;
        grid-template-columns: 1fr 270px 120px;
    }
    .bf3_cz{
        width: 100%;
        height: 100%;
        padding: 10px;
        box-sizing: border-box;
        background: rgb(235, 235, 235);
        display: grid;
        grid-gap: 15px;
        font-size: 0px;
    }

    .bf2_cz_1{
        width: 100%;
        height: 100%;
        border: blue 1px solid;
        font-size: 0px;
        display: grid;
        grid-template-columns: 1fr 80px 80px;
        border-radius: 6px;
        overflow: hidden;
        box-sizing: border-box;
    }
    .bf2_cz_1_inp{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: wheat;
        outline: none;
        list-style-type: none;
        border: none;
        margin: 0px;
        padding: 0px;
        color: darkblue;
        font-size: 14px;
    }
    .bf2_cz_1_btn1{
        width: 100%;
        height: 100%;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        background: blue;
        color: white;
        font-size: 14px;
    }
    .bf2_cz_1_btn2{
        width: 100%;
        height: 100%;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        background: limegreen;
        color: white;
        font-size: 14px;
    }
    .bf2_cz_2{
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        border-radius: 6px;
        border: blue 1px solid;
        box-sizing: border-box;
        font-size: 0px;
        overflow: hidden;
    }
    .bf2_cz_2_disabe{
        width: 100%;
        height: 100%;
        font-size: 14px;
        color: darkblue;
        background: lightgray;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bf2_cz_2_enabe{
        width: 100%;
        height: 100%;
        font-size: 14px;
        color: white;
        background: blue;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bf2_cz_3{
        width: 100%;
        height: 100%;
        border-radius: 6px;
        background: darkcyan;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        cursor: pointer;
    }
    .bf2_zt{
        width: 100%;
        height: 100%;
        background: rgb(235, 235, 235);
        font-size: 0px;
        overflow: auto;
    }
    .bf2_zt_zt{
        width: auto;
        height: auto;
        background: darkblue;
        border: darkblue 1px solid;
        display: inline-grid;
        grid-template-columns: repeat(10,minmax(max-content, 1fr));
        font-size: 0px;
        grid-gap: 1px;
        min-width: 100%;
        box-sizing: border-box;
    }
    .bf3_zt_zt{
        width: auto;
        height: auto;
        background: darkblue;
        border: darkblue 1px solid;
        display: inline-grid;
        grid-template-columns: repeat(9,minmax(max-content, 1fr));
        font-size: 0px;
        grid-gap: 1px;
        min-width: 100%;
        box-sizing: border-box;
    }
    .bf4_zt_zt{
        width: auto;
        height: auto;
        background: darkblue;
        border: darkblue 1px solid;
        display: inline-grid;
        grid-template-columns: repeat(8,minmax(max-content,1fr));
        font-size: 0px;
        grid-gap: 1px;
        min-width: 100%;
        box-sizing: border-box;
    }
    .bf2_zt_zt_header1{
        width: auto;
        height: auto;
        white-space: nowrap;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        background: white;
        color: darkblue;
        position: sticky;
        top: 0px;
        z-index: 2;
    }
    .bf2_zt_zt_header2{
        width: 180px;
        height: auto;
        padding: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        background: white;
        color: darkblue;
        position: sticky;
        top: 0px;
        right: 0px;
        z-index: 3;
    }
    .bf2_zt_zt_body1{
        width: auto;
        height: auto;
        white-space: nowrap;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        background: white;
        color: darkblue;
        position: relative;
        z-index: 1;
    }
    .bf2_zt_zt_body2{
        width: 180px;
        height: auto;
        padding: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        font-size: 16px;
        background: white;
        color: darkblue;
        position: sticky;
        right: 0px;
        z-index: 2;
    }
    .bf2_zt_zt_span{
        color: darkred;
        display: none;
    }
    .bf2_fy{
        width: 100%;
        height: 100%;
        background: rgb(235, 235, 235);
        font-size: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .gai_mima{
        width: 100%;
        height: auto;
        max-width: 500px;
        display: grid;
        grid-template-columns: 1fr 80px;
        grid-gap: 15px;
        font-size: 0px;
    }
    .gai_mima_bt{
        width: 100%;
        height: auto;
        grid-column-start: 1;
        grid-column-end: 3;
        color: darkred;
        font-size: 26px;
        text-align: center;
        font-weight: 800;
    }
    .gai_mima_inp1{
        width: 100%;
        height: 40px;
        background: white;
        outline: none;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        border: darkred 1px solid;
        box-sizing: border-box;
        font-size: 14px;
        color: darkred;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
    }
    .gai_mima_btn1{
        width: 100%;
        height: 40px;
        background: darkred;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        cursor: pointer;
        border-radius: 5px;
    }
    .gai_mima_inp2{
        width: 100%;
        height: 40px;
        background: white;
        outline: none;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        border: darkred 1px solid;
        box-sizing: border-box;
        font-size: 14px;
        color: darkred;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .gai_mima_btn2{
        width: 100%;
        height: auto;
        grid-column-start: 1;
        grid-column-end: 3;
        font-size: 0px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
    }
    .gai_mima_btn2_1{
        width: 100%;
        height: 40px;
        background: mediumseagreen;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        cursor: pointer;
        border-radius: 5px;
    }
    .gai_mima_btn2_2{
        width: 100%;
        height: 40px;
        background: mediumvioletred;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        cursor: pointer;
        border-radius: 5px;
    }
}


@media screen and (min-width:1200px) and (max-width:1800px) {
    html,body{
        width: 100%;
        height: 100%;
        margin: 0px;
        font-size: 0px;
    }
    .Fu{
        width: 100%;
        height: 100%;
        font-size: 0px;
        margin: 0px;
        padding: 0px;
    }
    .zt{
        width: 100%;
        height: 100%;
        font-size: 0px;
        display: grid;
        grid-template-columns: 200px 1fr;
    }
    .zt_Z{
        width: 100%;
        height: 100vh;
        padding: 15px;
        box-sizing: border-box;
        background: rgb(0, 40, 55);
        overflow: auto;
    }
    .zt_Y{
        width: 100%;
        height: 100vh;
        padding: 15px;
        box-sizing: border-box;
        overflow: auto;
    }

    .bf1_bt{
        width: 100%;
        height: auto;
        text-align: center;
        font-size: 20px;
        color: darkblue;
        margin-bottom: 15px;
    }
    .bf1_zt{
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
        font-size: 0px;
        border: darkblue 1px solid;
        background: darkblue;
        grid-gap: 1px;
        box-sizing: border-box;
    }
    .bf1_zt_z{
        width: 100%;
        height: auto;
        background: white;
        padding: 10px;
        box-sizing: border-box;
        color: darkblue;
        font-size: 0px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }
    .bf1_zt_z_txbt{
        width: 100%;
        height: auto;
        font-size: 16px;
        color: darkblue;
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .bf1_zt_z_txzt{
        width: 100%;
        height: auto;
        font-size: 0px;
        grid-column-start: 1;
        grid-column-end: 3;
        display: flex;
        align-items: center;
    }
    .bf1_zt_z_txzt_btn{
        width: 330px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: white;
        background: blue;
        display: inline-block;
        font-size: 14px;
        border-radius: 5px;
        cursor: pointer;
        box-sizing: border-box;
    }
    .bf1_zt_z_bdbt{
        width: 100%;
        height: auto;
        font-size: 16px;
        color: darkblue;
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .bf1_zt_z_bdinp{
        width: 100%;
        height: 40px;
        background: wheat;
        color: darkblue;
        font-size: 14px;
        padding: 0px 8px;
        box-sizing: border-box;
        line-height: 40px;
        text-align: center;
        margin: 0px;
        border: none;
        outline: none;
        list-style-type: none;
        border-radius: 5px;
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .bf1_zt_z_btn{
        width: 130px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: white;
        background: limegreen;
        font-size: 14px;
        border-radius: 5px;
        cursor: pointer;
        box-sizing: border-box;
    }
    

    .bf2{
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-rows: 35px 60px 1fr 35px;
        grid-gap: 15px;
    }
    .bf2_bt{
        width: 100%;
        height: 100%;
        text-align: center;
        font-size: 20px;
        color: darkblue;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgb(235, 235, 235);
    }
    .bf2_cz{
        width: 100%;
        height: 100%;
        padding: 10px;
        box-sizing: border-box;
        background: rgb(235, 235, 235);
        display: grid;
        grid-gap: 15px;
        font-size: 0px;
        grid-template-columns: 1fr 270px 120px;
    }
    .bf3_cz{
        width: 100%;
        height: 100%;
        padding: 10px;
        box-sizing: border-box;
        background: rgb(235, 235, 235);
        display: grid;
        grid-gap: 15px;
        font-size: 0px;
    }

    .bf2_cz_1{
        width: 100%;
        height: 100%;
        border: blue 1px solid;
        font-size: 0px;
        display: grid;
        grid-template-columns: 1fr 80px 80px;
        border-radius: 6px;
        overflow: hidden;
        box-sizing: border-box;
    }
    .bf2_cz_1_inp{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: wheat;
        outline: none;
        list-style-type: none;
        border: none;
        margin: 0px;
        padding: 0px;
        color: darkblue;
        font-size: 14px;
    }
    .bf2_cz_1_btn1{
        width: 100%;
        height: 100%;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        background: blue;
        color: white;
        font-size: 14px;
    }
    .bf2_cz_1_btn2{
        width: 100%;
        height: 100%;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        background: limegreen;
        color: white;
        font-size: 14px;
    }
    .bf2_cz_2{
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        border-radius: 6px;
        border: blue 1px solid;
        box-sizing: border-box;
        font-size: 0px;
        overflow: hidden;
    }
    .bf2_cz_2_disabe{
        width: 100%;
        height: 100%;
        font-size: 14px;
        color: darkblue;
        background: lightgray;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bf2_cz_2_enabe{
        width: 100%;
        height: 100%;
        font-size: 14px;
        color: white;
        background: blue;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bf2_cz_3{
        width: 100%;
        height: 100%;
        border-radius: 6px;
        background: darkcyan;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        cursor: pointer;
    }
    .bf2_zt{
        width: 100%;
        height: 100%;
        background: rgb(235, 235, 235);
        font-size: 0px;
        overflow: auto;
    }
    .bf2_zt_zt{
        width: auto;
        height: auto;
        background: darkblue;
        border: darkblue 1px solid;
        display: inline-grid;
        grid-template-columns: repeat(10,minmax(max-content, 1fr));
        font-size: 0px;
        grid-gap: 1px;
        min-width: 100%;
        box-sizing: border-box;
    }
    .bf3_zt_zt{
        width: auto;
        height: auto;
        background: darkblue;
        border: darkblue 1px solid;
        display: inline-grid;
        grid-template-columns: repeat(9,minmax(max-content, 1fr));
        font-size: 0px;
        grid-gap: 1px;
        min-width: 100%;
        box-sizing: border-box;
    }
    .bf4_zt_zt{
        width: auto;
        height: auto;
        background: darkblue;
        border: darkblue 1px solid;
        display: inline-grid;
        grid-template-columns: repeat(8,minmax(max-content,1fr));
        font-size: 0px;
        grid-gap: 1px;
        min-width: 100%;
        box-sizing: border-box;
    }
    .bf2_zt_zt_header1{
        width: auto;
        height: auto;
        white-space: nowrap;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        background: white;
        color: darkblue;
        position: sticky;
        top: 0px;
        z-index: 2;
    }
    .bf2_zt_zt_header2{
        width: 180px;
        height: auto;
        padding: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        background: white;
        color: darkblue;
        position: sticky;
        top: 0px;
        right: 0px;
        z-index: 3;
    }
    .bf2_zt_zt_body1{
        width: auto;
        height: auto;
        white-space: nowrap;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        background: white;
        color: darkblue;
        position: relative;
        z-index: 1;
    }
    .bf2_zt_zt_body2{
        width: 180px;
        height: auto;
        padding: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        font-size: 16px;
        background: white;
        color: darkblue;
        position: sticky;
        right: 0px;
        z-index: 2;
    }
    .bf2_zt_zt_span{
        color: darkred;
        display: none;
    }
    .bf2_fy{
        width: 100%;
        height: 100%;
        background: rgb(235, 235, 235);
        font-size: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .gai_mima{
        width: 100%;
        height: auto;
        max-width: 500px;
        display: grid;
        grid-template-columns: 1fr 80px;
        grid-gap: 15px;
        font-size: 0px;
    }
    .gai_mima_bt{
        width: 100%;
        height: auto;
        grid-column-start: 1;
        grid-column-end: 3;
        color: darkred;
        font-size: 26px;
        text-align: center;
        font-weight: 800;
    }
    .gai_mima_inp1{
        width: 100%;
        height: 40px;
        background: white;
        outline: none;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        border: darkred 1px solid;
        box-sizing: border-box;
        font-size: 14px;
        color: darkred;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
    }
    .gai_mima_btn1{
        width: 100%;
        height: 40px;
        background: darkred;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        cursor: pointer;
        border-radius: 5px;
    }
    .gai_mima_inp2{
        width: 100%;
        height: 40px;
        background: white;
        outline: none;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        border: darkred 1px solid;
        box-sizing: border-box;
        font-size: 14px;
        color: darkred;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .gai_mima_btn2{
        width: 100%;
        height: auto;
        grid-column-start: 1;
        grid-column-end: 3;
        font-size: 0px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
    }
    .gai_mima_btn2_1{
        width: 100%;
        height: 40px;
        background: mediumseagreen;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        cursor: pointer;
        border-radius: 5px;
    }
    .gai_mima_btn2_2{
        width: 100%;
        height: 40px;
        background: mediumvioletred;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        cursor: pointer;
        border-radius: 5px;
    }
}


@media screen and (min-width:600px) and (max-width:1200px) {
    html,body{
        width: 100%;
        height: 100%;
        margin: 0px;
        font-size: 0px;
    }
    .Fu{
        width: 100%;
        height: 100%;
        font-size: 0px;
        margin: 0px;
        padding: 0px;
    }
    .zt{
        width: 100%;
        height: 100%;
        font-size: 0px;
        display: grid;
        grid-template-columns: 200px 1fr;
    }
    .zt_Z{
        width: 100%;
        height: 100vh;
        padding: 15px;
        box-sizing: border-box;
        background: rgb(0, 40, 55);
        overflow: auto;
    }
    .zt_Y{
        width: 100%;
        height: 100vh;
        padding: 15px;
        box-sizing: border-box;
        overflow: auto;
    }

    .bf1_bt{
        width: 100%;
        height: auto;
        text-align: center;
        font-size: 20px;
        color: darkblue;
        margin-bottom: 15px;
    }
    .bf1_zt{
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
        font-size: 0px;
        border: darkblue 1px solid;
        background: darkblue;
        grid-gap: 1px;
        box-sizing: border-box;
    }
    .bf1_zt_z{
        width: 100%;
        height: auto;
        background: white;
        padding: 10px;
        box-sizing: border-box;
        color: darkblue;
        font-size: 0px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }
    .bf1_zt_z_txbt{
        width: 100%;
        height: auto;
        font-size: 16px;
        color: darkblue;
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .bf1_zt_z_txzt{
        width: 100%;
        height: auto;
        font-size: 0px;
        grid-column-start: 1;
        grid-column-end: 3;
        display: flex;
        align-items: center;
    }
    .bf1_zt_z_txzt_btn{
        width: 330px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: white;
        background: blue;
        display: inline-block;
        font-size: 14px;
        border-radius: 5px;
        cursor: pointer;
        box-sizing: border-box;
    }
    .bf1_zt_z_bdbt{
        width: 100%;
        height: auto;
        font-size: 16px;
        color: darkblue;
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .bf1_zt_z_bdinp{
        width: 100%;
        height: 40px;
        background: wheat;
        color: darkblue;
        font-size: 14px;
        padding: 0px 8px;
        box-sizing: border-box;
        line-height: 40px;
        text-align: center;
        margin: 0px;
        border: none;
        outline: none;
        list-style-type: none;
        border-radius: 5px;
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .bf1_zt_z_btn{
        width: 130px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: white;
        background: limegreen;
        font-size: 14px;
        border-radius: 5px;
        cursor: pointer;
        box-sizing: border-box;
    }
    

    .bf2{
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-rows: 35px auto 1fr 35px;
        grid-gap: 15px;
    }
    .bf2_bt{
        width: 100%;
        height: 100%;
        text-align: center;
        font-size: 20px;
        color: darkblue;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgb(235, 235, 235);
    }
    .bf2_cz{
        width: 100%;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
        background: rgb(235, 235, 235);
        display: grid;
        grid-gap: 15px;
        font-size: 0px;
        grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    }
    .bf3_cz{
        width: 100%;
        height: 100%;
        padding: 10px;
        box-sizing: border-box;
        background: rgb(235, 235, 235);
        display: grid;
        grid-gap: 15px;
        font-size: 0px;
        grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    }

    .bf2_cz_1{
        width: 360px;
        height: 40px;
        border: blue 1px solid;
        font-size: 0px;
        display: grid;
        grid-template-columns: 1fr 80px 80px;
        border-radius: 6px;
        overflow: hidden;
        box-sizing: border-box;
    }
    .bf2_cz_1_inp{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: wheat;
        outline: none;
        list-style-type: none;
        border: none;
        margin: 0px;
        padding: 0px;
        color: darkblue;
        font-size: 14px;
    }
    .bf2_cz_1_btn1{
        width: 100%;
        height: 100%;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        background: blue;
        color: white;
        font-size: 14px;
    }
    .bf2_cz_1_btn2{
        width: 100%;
        height: 100%;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        background: limegreen;
        color: white;
        font-size: 14px;
    }
    .bf2_cz_2{
        width: 270px;
        height: 40px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        border-radius: 6px;
        border: blue 1px solid;
        box-sizing: border-box;
        font-size: 0px;
        overflow: hidden;
    }
    .bf2_cz_2_disabe{
        width: 100%;
        height: 100%;
        font-size: 14px;
        color: darkblue;
        background: lightgray;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bf2_cz_2_enabe{
        width: 100%;
        height: 100%;
        font-size: 14px;
        color: white;
        background: blue;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bf2_cz_3{
        width: 130px;
        height: 40px;
        border-radius: 6px;
        background: darkcyan;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        cursor: pointer;
    }
    .bf2_zt{
        width: 100%;
        height: 100%;
        background: rgb(235, 235, 235);
        font-size: 0px;
        overflow: auto;
    }
    .bf2_zt_zt{
        width: auto;
        height: auto;
        background: darkblue;
        border: darkblue 1px solid;
        display: inline-grid;
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        font-size: 0px;
        grid-gap: 1px;
        min-width: 100%;
        box-sizing: border-box;
    }
    .bf3_zt_zt{
        width: auto;
        height: auto;
        background: darkblue;
        border: darkblue 1px solid;
        display: inline-grid;
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        font-size: 0px;
        grid-gap: 1px;
        min-width: 100%;
        box-sizing: border-box;
    }
    .bf4_zt_zt{
        width: auto;
        height: auto;
        background: darkblue;
        border: darkblue 1px solid;
        display: inline-grid;
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        font-size: 0px;
        grid-gap: 1px;
        min-width: 100%;
        box-sizing: border-box;
    }
    .bf2_zt_zt_header1{
        width: auto;
        height: auto;
        word-break: break-all;
        padding: 10px;
        display: none;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        background: white;
        color: darkblue;
        position: sticky;
        top: 0px;
        z-index: 2;
    }
    .bf2_zt_zt_header2{
        width: 180px;
        height: auto;
        padding: 5px;
        display: none;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        background: white;
        color: darkblue;
        position: sticky;
        top: 0px;
        right: 0px;
        z-index: 3;
    }
    .bf2_zt_zt_body1{
        width: auto;
        height: auto;
        word-break: break-all;
        padding: 10px;
        font-size: 14px;
        background: white;
        color: darkblue;
        position: relative;
        z-index: 1;
    }
    .bf2_zt_zt_body2{
        width: auto;
        height: auto;
        padding: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        font-size: 16px;
        background: white;
        color: darkblue;
    }
    .bf2_zt_zt_span{
        color: darkred;
        display: inline-block;
    }
    .bf2_fy{
        width: 100%;
        height: 100%;
        background: rgb(235, 235, 235);
        font-size: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .gai_mima{
        width: 100%;
        height: auto;
        max-width: 360px;
        display: grid;
        grid-template-columns: 1fr 80px;
        grid-gap: 15px;
        font-size: 0px;
    }
    .gai_mima_bt{
        width: 100%;
        height: auto;
        grid-column-start: 1;
        grid-column-end: 3;
        color: darkred;
        font-size: 26px;
        text-align: center;
        font-weight: 800;
    }
    .gai_mima_inp1{
        width: 100%;
        height: 40px;
        background: white;
        outline: none;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        border: darkred 1px solid;
        box-sizing: border-box;
        font-size: 14px;
        color: darkred;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
    }
    .gai_mima_btn1{
        width: 100%;
        height: 40px;
        background: darkred;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        cursor: pointer;
        border-radius: 5px;
    }
    .gai_mima_inp2{
        width: 100%;
        height: 40px;
        background: white;
        outline: none;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        border: darkred 1px solid;
        box-sizing: border-box;
        font-size: 14px;
        color: darkred;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .gai_mima_btn2{
        width: 100%;
        height: auto;
        grid-column-start: 1;
        grid-column-end: 3;
        font-size: 0px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
    }
    .gai_mima_btn2_1{
        width: 100%;
        height: 40px;
        background: mediumseagreen;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        cursor: pointer;
        border-radius: 5px;
    }
    .gai_mima_btn2_2{
        width: 100%;
        height: 40px;
        background: mediumvioletred;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        cursor: pointer;
        border-radius: 5px;
    }
}


@media screen and (max-width:600px) {
    html,body{
        width: 100%;
        height: 100%;
        margin: 0px;
        font-size: 0px;
    }
    .Fu{
        width: 100%;
        height: 100%;
        font-size: 0px;
        margin: 0px;
        padding: 0px;
    }
    .zt{
        width: 100%;
        height: 100%;
        font-size: 0px;
        display: grid;
        grid-template-rows: 80px 1fr;
    }
    .zt_Z{
        width: 100%;
        height: 100%;
        padding: 15px;
        box-sizing: border-box;
        background: rgb(0, 40, 55);
        overflow: auto;
    }
    .zt_Y{
        width: 100%;
        height: 100%;
        padding: 15px;
        box-sizing: border-box;
        overflow: auto;
    }

    .bf1_bt{
        width: 100%;
        height: auto;
        text-align: center;
        font-size: 20px;
        color: darkblue;
        margin-bottom: 15px;
    }
    .bf1_zt{
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
        font-size: 0px;
        border: darkblue 1px solid;
        background: darkblue;
        grid-gap: 1px;
        box-sizing: border-box;
    }
    .bf1_zt_z{
        width: 100%;
        height: auto;
        background: white;
        padding: 10px;
        box-sizing: border-box;
        color: darkblue;
        font-size: 0px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }
    .bf1_zt_z_txbt{
        width: 100%;
        height: auto;
        font-size: 16px;
        color: darkblue;
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .bf1_zt_z_txzt{
        width: 100%;
        height: auto;
        font-size: 0px;
        grid-column-start: 1;
        grid-column-end: 3;
        display: flex;
        align-items: center;
    }
    .bf1_zt_z_txzt_btn{
        width: 250px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        display: inline-block;
        color: white;
        background: blue;
        font-size: 14px;
        border-radius: 5px;
        cursor: pointer;
        box-sizing: border-box;
    }
    .bf1_zt_z_bdbt{
        width: 100%;
        height: auto;
        font-size: 16px;
        color: darkblue;
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .bf1_zt_z_bdinp{
        width: 100%;
        height: 40px;
        background: wheat;
        color: darkblue;
        font-size: 14px;
        padding: 0px 8px;
        box-sizing: border-box;
        line-height: 40px;
        text-align: center;
        margin: 0px;
        border: none;
        outline: none;
        list-style-type: none;
        border-radius: 5px;
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .bf1_zt_z_btn{
        width: 130px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: white;
        background: limegreen;
        font-size: 14px;
        border-radius: 5px;
        cursor: pointer;
        box-sizing: border-box;
    }
    

    .bf2{
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-rows: 35px auto 1fr 35px;
        grid-gap: 15px;
    }
    .bf2_bt{
        width: 100%;
        height: 100%;
        text-align: center;
        font-size: 20px;
        color: darkblue;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgb(235, 235, 235);
    }
    .bf2_cz{
        width: 100%;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
        background: rgb(235, 235, 235);
        display: grid;
        grid-gap: 5px;
        font-size: 0px;
        grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    }
    .bf3_cz{
        width: 100%;
        height: 100%;
        padding: 10px;
        box-sizing: border-box;
        background: rgb(235, 235, 235);
        display: grid;
        grid-gap: 5px;
        font-size: 0px;
        grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    }

    .bf2_cz_1{
        width: 310px;
        height: 40px;
        border: blue 1px solid;
        font-size: 0px;
        display: grid;
        grid-template-columns: 1fr 80px 80px;
        border-radius: 6px;
        overflow: hidden;
        box-sizing: border-box;
    }
    .bf2_cz_1_inp{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: wheat;
        outline: none;
        list-style-type: none;
        border: none;
        margin: 0px;
        padding: 0px;
        color: darkblue;
        font-size: 14px;
    }
    .bf2_cz_1_btn1{
        width: 100%;
        height: 100%;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        background: blue;
        color: white;
        font-size: 14px;
    }
    .bf2_cz_1_btn2{
        width: 100%;
        height: 100%;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        background: limegreen;
        color: white;
        font-size: 14px;
    }
    .bf2_cz_2{
        width: 270px;
        height: 40px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        border-radius: 6px;
        border: blue 1px solid;
        box-sizing: border-box;
        font-size: 0px;
        overflow: hidden;
    }
    .bf2_cz_2_disabe{
        width: 100%;
        height: 100%;
        font-size: 14px;
        color: darkblue;
        background: lightgray;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bf2_cz_2_enabe{
        width: 100%;
        height: 100%;
        font-size: 14px;
        color: white;
        background: blue;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bf2_cz_3{
        width: 130px;
        height: 40px;
        border-radius: 6px;
        background: darkcyan;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        cursor: pointer;
    }
    .bf2_zt{
        width: 100%;
        height: 100%;
        background: rgb(235, 235, 235);
        font-size: 0px;
        overflow: auto;
    }
    .bf2_zt_zt{
        width: auto;
        height: auto;
        background: darkblue;
        border: darkblue 1px solid;
        display: inline-grid;
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        font-size: 0px;
        grid-gap: 1px;
        min-width: 100%;
        box-sizing: border-box;
    }
    .bf3_zt_zt{
        width: auto;
        height: auto;
        background: darkblue;
        border: darkblue 1px solid;
        display: inline-grid;
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        font-size: 0px;
        grid-gap: 1px;
        min-width: 100%;
        box-sizing: border-box;
    }
    .bf4_zt_zt{
        width: auto;
        height: auto;
        background: darkblue;
        border: darkblue 1px solid;
        display: inline-grid;
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        font-size: 0px;
        grid-gap: 1px;
        min-width: 100%;
        box-sizing: border-box;
    }
    .bf2_zt_zt_header1{
        width: auto;
        height: auto;
        word-break: break-all;
        padding: 10px;
        display: none;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        background: white;
        color: darkblue;
        position: sticky;
        top: 0px;
        z-index: 2;
    }
    .bf2_zt_zt_header2{
        width: 180px;
        height: auto;
        padding: 5px;
        display: none;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        background: white;
        color: darkblue;
        position: sticky;
        top: 0px;
        right: 0px;
        z-index: 3;
    }
    .bf2_zt_zt_body1{
        width: auto;
        height: auto;
        word-break: break-all;
        padding: 10px;
        font-size: 14px;
        background: white;
        color: darkblue;
        position: relative;
        z-index: 1;
    }
    .bf2_zt_zt_body2{
        width: auto;
        height: auto;
        padding: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        font-size: 16px;
        background: white;
        color: darkblue;
    }
    .bf2_zt_zt_span{
        color: darkred;
        display: inline-block;
    }
    .bf2_fy{
        width: 100%;
        height: 100%;
        background: rgb(235, 235, 235);
        font-size: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .gai_mima{
        width: 100%;
        height: auto;
        max-width: 360px;
        display: grid;
        grid-template-columns: 1fr 80px;
        grid-gap: 15px;
        font-size: 0px;
    }
    .gai_mima_bt{
        width: 100%;
        height: auto;
        grid-column-start: 1;
        grid-column-end: 3;
        color: darkred;
        font-size: 26px;
        text-align: center;
        font-weight: 800;
    }
    .gai_mima_inp1{
        width: 100%;
        height: 40px;
        background: white;
        outline: none;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        border: darkred 1px solid;
        box-sizing: border-box;
        font-size: 14px;
        color: darkred;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
    }
    .gai_mima_btn1{
        width: 100%;
        height: 40px;
        background: darkred;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        cursor: pointer;
        border-radius: 5px;
    }
    .gai_mima_inp2{
        width: 100%;
        height: 40px;
        background: white;
        outline: none;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        border: darkred 1px solid;
        box-sizing: border-box;
        font-size: 14px;
        color: darkred;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .gai_mima_btn2{
        width: 100%;
        height: auto;
        grid-column-start: 1;
        grid-column-end: 3;
        font-size: 0px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
    }
    .gai_mima_btn2_1{
        width: 100%;
        height: 40px;
        background: mediumseagreen;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        cursor: pointer;
        border-radius: 5px;
    }
    .gai_mima_btn2_2{
        width: 100%;
        height: 40px;
        background: mediumvioletred;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        cursor: pointer;
        border-radius: 5px;
    }
}