@media screen and (min-width:1800px) {
    .bt{
        width: 100%;
        height: 36px;
        margin: 50px 0px 28px 0px;
        padding: 0px 100px;
        box-sizing: border-box;
        font-size: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .bt_hr{
        width: 100%;
        height: 4px;
        border: none;
        background: darkcyan;
        position: relative;
        z-index: 1;
    }
    .bt_bt{
        width: auto;
        height: 36px;
        padding: 0px 36px;
        text-align: center;
        line-height: 36px;
        color: darkcyan;
        font-size: 28px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0px;
        background: rgb(230,230,230);
        z-index: 2;
    }

    .bf{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        font-size: 0px;
    }
    .bfTC{
        width: 100%;
        min-height: 100vh;
        height: auto;
        display: flex;
        justify-content: center;
        font-size: 0px;
        position: fixed;
        left: 0px;
        top: 0px;
        background: rgb(230, 230, 230);
        z-index: 150;
    }
    .bf_tou{
        width: 1500px;
        height: auto;
        padding: 80px;
        box-sizing: border-box;
        background: lightseagreen;
        text-align: center;
        font-size: 0px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 36px;
    }
    .bf_tou_z{
        width: auto;
        height: auto;
        font-size: 20px;
        color: white;
        display: inline-block;
    }
    .bf_tou_sz{
        width: auto;
        height: auto;
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 0px;
        display: flex;
        align-items: center;
    }
    .bf_tou_sz_z{
        width: auto;
        height: auto;
        font-size: 14px;
        padding: 10px;
        background: white;
        border-radius: 5px;
        cursor: pointer;
        color: lightseagreen;
        margin-left: 15px;
    }
    .form{
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.68);
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        font-size: 0px;
        z-index: 150;
        overflow: auto;
        padding: 80px 0px;
        box-sizing: border-box;
    }
    .form_z{
        width: 1470px;
        height: auto;
        padding: 50px;
        box-sizing: border-box;
        background: white;
        font-size: 0px;
        border-radius: 12px;
        position: relative;
        left: 0px;
        top: 0px;
    }
    .form_z_gb{
        width: 28px;
        height: 28px;
        font-size: 20px;
        color: white;
        background: red;
        border-radius: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 6px;
        top: 6px;
        cursor: pointer;
    }
    .form_z_sz{
        width: 100%;
        height: auto;
        display: grid;
        grid-gap: 15px;
        font-size: 0px;
        margin-bottom: 20px;
    }
    .form_z_sz_z{
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        font-size: 0px;
    }
    .form_z_sz_z_bt{
        width: auto;
        height: auto;
        font-size: 16px;
        color: darkblue;
        white-space: nowrap;
        flex-grow: 0;
        flex-shrink: 0;
        margin-right: 6px;
    }
    .form_z_sz_z_zt{
        width: auto;
        height: auto;
        font-size: 0px;
        flex-grow: 1;
        flex-shrink: 1;
        margin: 0px 6px;
    }

    .form_z_th{
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 1px;
        border-radius: 10px;
        overflow: hidden;
        font-size: 0px;
        margin-bottom: 20px;
        background: lightblue;
        border: lightblue 1px solid;
        box-sizing: border-box;
    }
    .form_z_th_sp{
        width: 100%;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
        font-size: 20px;
        background: white;
        color: darkblue;
        grid-column-start: 1;
        grid-column-end: 4;
    }
    .form_z_th_gg{
        width: 100%;
        height: auto;
        padding: 15px;
        background: white;
        box-sizing: border-box;
        font-size: 0px;
    }
    .form_z_th_gg_z{
        width: 100%;
        height: auto;
        font-size: 0px;
        display: flex;
        align-items: center;
        background: wheat;
    }
    .form_z_th_gg_z_img{
        width: 100px;
        height: auto;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .form_z_th_gg_z_zt{
        width: 100%;
        height: auto;
        padding: 5px;
        flex-grow: 1;
        flex-shrink: 1;
        font-size: 0px;
        box-sizing: border-box;
    }
    .form_z_th_gg_z_zt_zt{
        width: 100%;
        height: auto;
        font-size: 15px;
        color: darkblue;
        margin-bottom: 5px;
    }
    .form_z_th_gg_z_zt_sl{
        width: 100%;
        height: auto;
        font-size: 15px;
        color: darkred;
        display: flex;
        align-items: center;
    }

    .bf_dd{
        width: 1500px;
        height: auto;
        display: grid;
        grid-gap: 20px;
        font-size: 0px;
        margin-top: 20px;
    }

    .bf_dd_btn{
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(10,1fr);
        font-size: 0px;
        background: darkcyan;
        border: darkcyan 1px solid;
        box-sizing: border-box;
        grid-gap: 1px;
    }
    .bf_dd_btn_1{
        width: 100%;
        height: auto;
        padding: 8px;
        font-size: 14px;
        color: darkcyan;
        background: white;
        cursor: pointer;
        box-sizing: border-box;
    }
    .bf_dd_btn_2{
        width: 100%;
        height: auto;
        padding: 8px;
        font-size: 14px;
        color: darkcyan;
        background: white;
        cursor: pointer;
        box-sizing: border-box;
    }

    .bf_dd_zt{
        width: 100%;
        height: auto;
        background: white;
        border-radius: 10px;
        overflow: hidden;
        border: white 1px solid;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 1px;
    }
    .bf_dd_zt_sp{
        width: 100%;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
        grid-column: 1 / 4;
        font-size: 20px;
        color: darkblue;
        text-align: left;
        background: wheat;
    }
    .bf_dd_zt_gg{
        width: 100%;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
        font-size: 0px;
        text-align: left;
        background: wheat;
    }
    .bf_dd_zt_gg_z{
        width: 100%;
        height: auto;
        font-size: 0px;
        display: flex;
        align-items: center;
        background: white;
    }
    .bf_dd_zt_gg_z_img{
        width: 100px;
        height: auto;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .bf_dd_zt_gg_z_zt{
        width: 100%;
        height: auto;
        padding: 5px;
        font-size: 15px;
        color: darkblue;
        text-align: left;
        word-break: break-all;
    }
    .bf_dd_zt_btn{
        width: 100%;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
        grid-column: 1 / 4;
        font-size: 0px;
        background: wheat;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .bf_dd_zt_btn_btn{
        width: 150px;
        height: 36px;
        font-size: 14px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        background: lightseagreen;
        color: white;
        margin: 5px;
        border-radius: 18px;
    }
    .bf_dd_zt_wlxx{
        width: 100%;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
        grid-column: 1 / 4;
        font-size: 14px;
        background: wheat;
        text-align: left;
        word-break: break-all;
    }



    .bf_z{
        width: 1500px;
        height: auto;
        font-size: 0px;
        text-align: center;
    }
    .btn{
        width: 150px;
        height: 36px;
        display: inline-block;
        background: darkcyan;
        border-radius: 18px;
        text-align: center;
        line-height: 36px;
        text-decoration: none;
        color: white;
        font-size: 14px;
        margin-top: 20px;
    }


    .bf1{
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(6,1fr);
        grid-gap: 10px;
        font-size: 0px;
    }
    .bf1_z{
        width: 100%;
        height: auto;
        font-size: 0px;
        background: white;
        box-sizing: border-box;
        display: inline-block;
        text-decoration: none;
    }
    .bf1_z_img{
        width: 100%;
        height: auto;
    }
    .bf1_z_z{
        width: 100%;
        height: auto;
        font-size: 0px;
        padding: 10px;
        box-sizing: border-box;
        display: grid;
        grid-template-rows: repeat(2,auto);
        grid-gap: 6px;
    }
    .bf1_z_z_bt{
        width: 100%;
        height: auto;
        font-size: 14px;
        color: darkcyan;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
    }
    .bf1_z_z_jg{
        width: 100%;
        height: auto;
        font-size: 20px;
        color: mediumvioletred;
        text-align: left;
    }
    .bf1_z_z_span{
        font-size: 14px;
        color: black;
        text-align: left;
    }
}

@media screen and (max-width:1800px) and (min-width:1200px) {
    .bt{
        width: 100%;
        height: 36px;
        margin: 50px 0px 28px 0px;
        padding: 0px 100px;
        box-sizing: border-box;
        font-size: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .bt_hr{
        width: 100%;
        height: 4px;
        border: none;
        background: darkcyan;
        position: relative;
        z-index: 1;
    }
    .bt_bt{
        width: auto;
        height: 36px;
        padding: 0px 36px;
        text-align: center;
        line-height: 36px;
        color: darkcyan;
        font-size: 28px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0px;
        background: rgb(230,230,230);
        z-index: 2;
    }


    .bf{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        font-size: 0px;
    }
    .bfTC{
        width: 100%;
        min-height: 100vh;
        height: auto;
        display: flex;
        justify-content: center;
        font-size: 0px;
        position: fixed;
        left: 0px;
        top: 0px;
        background: rgb(230, 230, 230);
        z-index: 150;
    }
    .bf_tou{
        width: 96%;
        min-width: 1200px;
        height: auto;
        padding: 80px;
        box-sizing: border-box;
        background: lightseagreen;
        text-align: center;
        font-size: 0px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 36px;
    }
    .bf_tou_z{
        width: auto;
        height: auto;
        font-size: 20px;
        color: white;
        display: inline-block;
    }
    .bf_tou_sz{
        width: auto;
        height: auto;
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 0px;
        display: flex;
        align-items: center;
    }
    .bf_tou_sz_z{
        width: auto;
        height: auto;
        font-size: 14px;
        padding: 10px;
        background: white;
        border-radius: 5px;
        cursor: pointer;
        color: lightseagreen;
        margin-left: 15px;
    }
    .form{
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.68);
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        font-size: 0px;
        z-index: 150;
        overflow: auto;
        padding: 50px 0px;
        box-sizing: border-box;
    }
    .form_z{
        width: 1170px;
        height: auto;
        padding: 36px;
        box-sizing: border-box;
        background: white;
        font-size: 0px;
        border-radius: 12px;
        position: relative;
        left: 0px;
        top: 0px;
    }
    .form_z_gb{
        width: 28px;
        height: 28px;
        font-size: 20px;
        color: white;
        background: red;
        border-radius: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 6px;
        top: 6px;
        cursor: pointer;
    }
    .form_z_sz{
        width: 100%;
        height: auto;
        display: grid;
        grid-gap: 15px;
        font-size: 0px;
        margin-bottom: 20px;
    }
    .form_z_sz_z{
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        font-size: 0px;
    }
    .form_z_sz_z_bt{
        width: auto;
        height: auto;
        font-size: 16px;
        color: darkblue;
        white-space: nowrap;
        flex-grow: 0;
        flex-shrink: 0;
        margin-right: 6px;
    }
    .form_z_sz_z_zt{
        width: auto;
        height: auto;
        font-size: 0px;
        flex-grow: 1;
        flex-shrink: 1;
        margin: 0px 6px;
    }

    .form_z_th{
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 1px;
        border-radius: 10px;
        overflow: hidden;
        font-size: 0px;
        margin-bottom: 20px;
        background: lightblue;
        border: lightblue 1px solid;
        box-sizing: border-box;
    }
    .form_z_th_sp{
        width: 100%;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
        font-size: 20px;
        background: white;
        color: darkblue;
        grid-column: 1 / 4;
    }
    .form_z_th_gg{
        width: 100%;
        height: auto;
        padding: 15px;
        background: white;
        box-sizing: border-box;
        font-size: 0px;
    }
    .form_z_th_gg_z{
        width: 100%;
        height: auto;
        font-size: 0px;
        display: flex;
        align-items: center;
        background: wheat;
    }
    .form_z_th_gg_z_img{
        width: 100px;
        height: auto;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .form_z_th_gg_z_zt{
        width: 100%;
        height: auto;
        padding: 5px;
        flex-grow: 1;
        flex-shrink: 1;
        font-size: 0px;
        box-sizing: border-box;
    }
    .form_z_th_gg_z_zt_zt{
        width: 100%;
        height: auto;
        font-size: 15px;
        color: darkblue;
        margin-bottom: 5px;
    }
    .form_z_th_gg_z_zt_sl{
        width: 100%;
        height: auto;
        font-size: 15px;
        color: darkred;
        display: flex;
        align-items: center;
    }

    .bf_dd{
        width: 96%;
        min-width: 1200px;
        height: auto;
        display: grid;
        grid-gap: 20px;
        font-size: 0px;
        margin-top: 20px;
    }

    .bf_dd_btn{
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(16,1fr);
        font-size: 0px;
        background: darkcyan;
        border: darkcyan 1px solid;
        box-sizing: border-box;
        grid-gap: 1px;
    }
    .bf_dd_btn_1{
        width: 100%;
        height: auto;
        padding: 8px;
        font-size: 14px;
        color: darkcyan;
        background: white;
        cursor: pointer;
        box-sizing: border-box;
    }
    .bf_dd_btn_2{
        width: 100%;
        height: auto;
        padding: 8px;
        font-size: 14px;
        color: darkcyan;
        background: white;
        grid-column:auto / span 2;
        cursor: pointer;
        box-sizing: border-box;
    }

    .bf_dd_zt{
        width: 100%;
        height: auto;
        background: white;
        border-radius: 10px;
        overflow: hidden;
        border: white 1px solid;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 1px;
    }
    .bf_dd_zt_sp{
        width: 100%;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
        grid-column-start: 1;
        grid-column-end: 4;
        font-size: 20px;
        color: darkblue;
        text-align: left;
        background: wheat;
    }
    .bf_dd_zt_gg{
        width: 100%;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
        font-size: 0px;
        text-align: left;
        background: wheat;
    }
    .bf_dd_zt_gg_z{
        width: 100%;
        height: auto;
        font-size: 0px;
        display: flex;
        align-items: center;
        background: white;
    }
    .bf_dd_zt_gg_z_img{
        width: 100px;
        height: auto;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .bf_dd_zt_gg_z_zt{
        width: 100%;
        height: auto;
        padding: 5px;
        font-size: 15px;
        color: darkblue;
        text-align: left;
        word-break: break-all;
    }
    .bf_dd_zt_btn{
        width: 100%;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
        grid-column: 1 / 4;
        font-size: 0px;
        background: wheat;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .bf_dd_zt_btn_btn{
        width: 150px;
        height: 36px;
        font-size: 14px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        background: lightseagreen;
        color: white;
        margin: 5px;
        border-radius: 18px;
    }
    .bf_dd_zt_wlxx{
        width: 100%;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
        grid-column-start: 1;
        grid-column-end: 4;
        font-size: 14px;
        background: wheat;
        text-align: left;
        word-break: break-all;
    }


    .bf_z{
        width: 96%;
        min-width: 1200px;
        height: auto;
        font-size: 0px;
        text-align: center;
    }
    .btn{
        width: 150px;
        height: 36px;
        display: inline-block;
        background: darkcyan;
        border-radius: 18px;
        text-align: center;
        line-height: 36px;
        text-decoration: none;
        color: white;
        font-size: 14px;
        margin-top: 20px;
    }


    .bf1{
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(5,1fr);
        grid-gap: 10px;
        font-size: 0px;
    }
    .bf1_z{
        width: 100%;
        height: auto;
        font-size: 0px;
        background: white;
        box-sizing: border-box;
        display: inline-block;
        text-decoration: none;
    }
    .bf1_z_img{
        width: 100%;
        height: auto;
    }
    .bf1_z_z{
        width: 100%;
        height: auto;
        font-size: 0px;
        padding: 10px;
        box-sizing: border-box;
        display: grid;
        grid-template-rows: repeat(2,auto);
        grid-gap: 6px;
    }
    .bf1_z_z_bt{
        width: 100%;
        height: auto;
        font-size: 14px;
        color: darkcyan;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
    }
    .bf1_z_z_jg{
        width: 100%;
        height: auto;
        font-size: 20px;
        color: mediumvioletred;
        text-align: left;
    }
    .bf1_z_z_span{
        font-size: 14px;
        color: black;
        text-align: left;
    }
}



@media screen and (max-width:1200px) and (min-width:600px) {
    .bt{
        width: 100%;
        height: 36px;
        margin: 50px 0px 28px 0px;
        padding: 0px 50px;
        box-sizing: border-box;
        font-size: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .bt_hr{
        width: 100%;
        height: 3px;
        border: none;
        background: darkcyan;
        position: relative;
        z-index: 1;
    }
    .bt_bt{
        width: auto;
        height: 36px;
        padding: 0px 20px;
        text-align: center;
        line-height: 36px;
        color: darkcyan;
        font-size: 20px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0px;
        background: rgb(230,230,230);
        z-index: 2;
    }


    .bf{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        font-size: 0px;
    }
    .bfTC{
        width: 100%;
        min-height: 100vh;
        height: auto;
        display: flex;
        justify-content: center;
        font-size: 0px;
        position: fixed;
        left: 0px;
        top: 0px;
        background: rgb(230, 230, 230);
        z-index: 150;
    }

    .bf_tou{
        width: 100%;
        height: auto;
        padding: 40px;
        box-sizing: border-box;
        background: lightseagreen;
        text-align: center;
        font-size: 0px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .bf_tou_z{
        width: auto;
        height: auto;
        font-size: 18px;
        color: white;
        display: inline-block;
    }
    .bf_tou_sz{
        width: auto;
        height: auto;
        position: absolute;
        top: 6px;
        right: 6px;
        font-size: 0px;
        display: flex;
        align-items: center;
    }
    .bf_tou_sz_z{
        width: auto;
        height: auto;
        font-size: 14px;
        padding: 6px 8px;
        background: white;
        border-radius: 5px;
        cursor: pointer;
        color: lightseagreen;
        margin-left: 15px;
    }
    .form{
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.68);
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        font-size: 0px;
        z-index: 150;
        overflow: auto;
        padding: 50px 0px;
        box-sizing: border-box;
    }
    .form_z{
        width: 590px;
        height: auto;
        padding: 30px;
        box-sizing: border-box;
        background: white;
        font-size: 0px;
        border-radius: 12px;
        position: relative;
        left: 0px;
        top: 0px;
    }
    .form_z_gb{
        width: 28px;
        height: 28px;
        font-size: 20px;
        color: white;
        background: red;
        border-radius: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 6px;
        top: 6px;
        cursor: pointer;
    }
    .form_z_sz{
        width: 100%;
        height: auto;
        display: grid;
        grid-gap: 15px;
        font-size: 0px;
        margin-bottom: 20px;
    }
    .form_z_sz_z{
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        font-size: 0px;
        flex-wrap: wrap;
    }
    .form_z_sz_z_bt{
        width: 100%;
        height: auto;
        font-size: 16px;
        color: darkblue;
        white-space: nowrap;
        flex-grow: 0;
        flex-shrink: 0;
        margin-bottom: 6px;
    }
    .form_z_sz_z_zt{
        width: 100%;
        height: auto;
        font-size: 0px;
        flex-grow: 1;
        flex-shrink: 1;
        margin: 6px 0px;
    }

    .form_z_th{
        width: 100%;
        height: auto;
        display: grid;
        grid-gap: 1px;
        border-radius: 10px;
        overflow: hidden;
        font-size: 0px;
        margin-bottom: 20px;
        background: lightblue;
        border: lightblue 1px solid;
        box-sizing: border-box;
    }
    .form_z_th_sp{
        width: 100%;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
        font-size: 20px;
        background: white;
        color: darkblue;
    }
    .form_z_th_gg{
        width: 100%;
        height: auto;
        padding: 15px;
        background: white;
        box-sizing: border-box;
        font-size: 0px;
    }
    .form_z_th_gg_z{
        width: 100%;
        height: auto;
        font-size: 0px;
        display: flex;
        align-items: center;
        background: wheat;
    }
    .form_z_th_gg_z_img{
        width: 100px;
        height: auto;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .form_z_th_gg_z_zt{
        width: 100%;
        height: auto;
        padding: 5px;
        flex-grow: 1;
        flex-shrink: 1;
        font-size: 0px;
        box-sizing: border-box;
    }
    .form_z_th_gg_z_zt_zt{
        width: 100%;
        height: auto;
        font-size: 15px;
        color: darkblue;
        margin-bottom: 5px;
    }
    .form_z_th_gg_z_zt_sl{
        width: 100%;
        height: auto;
        font-size: 15px;
        color: darkred;
        display: flex;
        align-items: center;
        white-space: nowrap;
    }

    .bf_dd{
        width: 96%;
        min-width: 600px;
        height: auto;
        display: grid;
        grid-gap: 20px;
        font-size: 0px;
        margin-top: 20px;
    }

    .bf_dd_btn{
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(5,1fr);
        font-size: 0px;
        background: darkcyan;
        border: darkcyan 1px solid;
        box-sizing: border-box;
        grid-gap: 1px;
    }
    .bf_dd_btn_1{
        width: 100%;
        height: auto;
        padding: 8px;
        font-size: 14px;
        color: darkcyan;
        background: white;
        cursor: pointer;
        box-sizing: border-box;
    }
    .bf_dd_btn_2{
        width: 100%;
        height: auto;
        padding: 8px;
        font-size: 14px;
        color: darkcyan;
        background: white;
        cursor: pointer;
        box-sizing: border-box;
    }

    .bf_dd_zt{
        width: 100%;
        height: auto;
        background: white;
        border-radius: 10px;
        overflow: hidden;
        border: white 1px solid;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 1px;
    }
    .bf_dd_zt_sp{
        width: 100%;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
        grid-column-start: 1;
        grid-column-end: 3;
        font-size: 20px;
        color: darkblue;
        text-align: left;
        background: wheat;
    }
    .bf_dd_zt_gg{
        width: 100%;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
        font-size: 0px;
        text-align: left;
        background: wheat;
    }
    .bf_dd_zt_gg_z{
        width: 100%;
        height: auto;
        font-size: 0px;
        display: flex;
        align-items: center;
        background: white;
    }
    .bf_dd_zt_gg_z_img{
        width: 100px;
        height: auto;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .bf_dd_zt_gg_z_zt{
        width: 100%;
        height: auto;
        padding: 5px;
        font-size: 15px;
        color: darkblue;
        text-align: left;
        word-break: break-all;
    }
    .bf_dd_zt_btn{
        width: 100%;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
        font-size: 0px;
        background: wheat;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        grid-column: 1 / 3;
    }
    .bf_dd_zt_btn_btn{
        width: 150px;
        height: 36px;
        font-size: 14px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        background: lightseagreen;
        color: white;
        margin: 5px;
        border-radius: 18px;
    }
    .bf_dd_zt_wlxx{
        width: 100%;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
        grid-column-start: 1;
        grid-column-end: 3;
        font-size: 14px;
        background: wheat;
        text-align: left;
        word-break: break-all;
    }

    .bf_z{
        width: 96%;
        min-width: 600px;
        height: auto;
        font-size: 0px;
        text-align: center;
    }
    .btn{
        width: 150px;
        height: 36px;
        display: inline-block;
        background: darkcyan;
        border-radius: 18px;
        text-align: center;
        line-height: 36px;
        text-decoration: none;
        color: white;
        font-size: 14px;
        margin-top: 20px;
    }


    .bf1{
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(4,1fr);
        grid-gap: 10px;
        font-size: 0px;
    }
    .bf1_z{
        width: 100%;
        height: auto;
        font-size: 0px;
        background: white;
        box-sizing: border-box;
        display: inline-block;
        text-decoration: none;
    }
    .bf1_z_img{
        width: 100%;
        height: auto;
    }
    .bf1_z_z{
        width: 100%;
        height: auto;
        font-size: 0px;
        padding: 10px;
        box-sizing: border-box;
        display: grid;
        grid-template-rows: repeat(2,auto);
        grid-gap: 6px;
    }
    .bf1_z_z_bt{
        width: 100%;
        height: auto;
        font-size: 14px;
        color: darkcyan;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
    }
    .bf1_z_z_jg{
        width: 100%;
        height: auto;
        font-size: 18px;
        color: mediumvioletred;
        text-align: left;
    }
    .bf1_z_z_span{
        font-size: 14px;
        color: black;
        text-align: left;
    }
}



@media screen and (max-width:600px) {
    .bt{
        width: 100%;
        height: 36px;
        margin: 50px 0px 28px 0px;
        padding: 0px 50px;
        box-sizing: border-box;
        font-size: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .bt_hr{
        width: 100%;
        height: 3px;
        border: none;
        background: darkcyan;
        position: relative;
        z-index: 1;
    }
    .bt_bt{
        width: auto;
        height: 36px;
        padding: 0px 15px;
        text-align: center;
        line-height: 36px;
        color: darkcyan;
        font-size: 20px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0px;
        background: rgb(230,230,230);
        z-index: 2;
    }


    .bf{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        font-size: 0px;
    }
    .bfTC{
        width: 100%;
        min-height: 100vh;
        height: auto;
        display: flex;
        justify-content: center;
        font-size: 0px;
        position: fixed;
        left: 0px;
        top: 0px;
        background: rgb(230, 230, 230);
        z-index: 150;
    }
    .bf_tou{
        width: 100%;
        height: auto;
        padding: 40px 15px 15px 15px;
        box-sizing: border-box;
        background: lightseagreen;
        text-align: center;
        font-size: 0px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        align-content: center;
    }
    .bf_tou_z{
        width: 100%;
        height: auto;
        font-size: 18px;
        color: white;
        text-align: center;
        display: inline-block;
    }
    .bf_tou_sz{
        width: auto;
        height: auto;
        position: absolute;
        top: 0px;
        right: 0px;
        font-size: 0px;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 1px;
    }
    .bf_tou_sz_z{
        width: auto;
        height: auto;
        font-size: 14px;
        padding: 6px;
        background: white;
        cursor: pointer;
        color: lightseagreen;
    }
    .form{
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.68);
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        font-size: 0px;
        z-index: 150;
        overflow: auto;
        padding: 50px 0px;
        box-sizing: border-box;
    }
    .form_z{
        width: 310px;
        height: auto;
        padding: 38px 10px 10px 10px;
        box-sizing: border-box;
        background: white;
        font-size: 0px;
        border-radius: 12px;
        position: relative;
        left: 0px;
        top: 0px;
    }
    .form_z_gb{
        width: 28px;
        height: 28px;
        font-size: 20px;
        color: white;
        background: red;
        border-radius: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 6px;
        top: 6px;
        cursor: pointer;
    }
    .form_z_sz{
        width: 100%;
        height: auto;
        display: grid;
        grid-gap: 15px;
        font-size: 0px;
        margin-bottom: 20px;
    }
    .form_z_sz_z{
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        font-size: 0px;
        flex-wrap: wrap;
    }
    .form_z_sz_z_bt{
        width: 100%;
        height: auto;
        font-size: 16px;
        color: darkblue;
        white-space: nowrap;
        flex-grow: 0;
        flex-shrink: 0;
        margin-bottom: 6px;
    }
    .form_z_sz_z_zt{
        width: 100%;
        height: auto;
        font-size: 0px;
        flex-grow: 1;
        flex-shrink: 1;
        margin: 6px 0px;
    }

    .form_z_th{
        width: 100%;
        height: auto;
        display: grid;
        grid-gap: 1px;
        border-radius: 10px;
        overflow: hidden;
        font-size: 0px;
        margin-bottom: 20px;
        background: lightblue;
        border: lightblue 1px solid;
        box-sizing: border-box;
    }
    .form_z_th_sp{
        width: 100%;
        height: auto;
        padding: 5px;
        box-sizing: border-box;
        font-size: 20px;
        background: white;
        color: darkblue;
    }
    .form_z_th_gg{
        width: 100%;
        height: auto;
        padding: 5px;
        background: white;
        box-sizing: border-box;
        font-size: 0px;
    }
    .form_z_th_gg_z{
        width: 100%;
        height: auto;
        font-size: 0px;
        display: flex;
        align-items: center;
        background: wheat;
    }
    .form_z_th_gg_z_img{
        width: 100px;
        height: auto;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .form_z_th_gg_z_zt{
        width: 100%;
        height: auto;
        padding: 5px;
        flex-grow: 1;
        flex-shrink: 1;
        font-size: 0px;
        box-sizing: border-box;
    }
    .form_z_th_gg_z_zt_zt{
        width: 100%;
        height: auto;
        font-size: 12px;
        color: darkblue;
        margin-bottom: 5px;
    }
    .form_z_th_gg_z_zt_sl{
        width: 100%;
        height: auto;
        font-size: 12px;
        color: darkred;
        display: flex;
        align-items: center;
    }

    .bf_dd{
        width: 96%;
        min-width: 310px;
        height: auto;
        display: grid;
        grid-gap: 20px;
        font-size: 0px;
        margin-top: 20px;
    }

    .bf_dd_btn{
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(4,1fr);
        font-size: 0px;
        background: darkcyan;
        border: darkcyan 1px solid;
        box-sizing: border-box;
        grid-gap: 1px;
    }
    .bf_dd_btn_1{
        width: 100%;
        height: auto;
        padding: 8px;
        font-size: 14px;
        color: darkcyan;
        background: white;
        cursor: pointer;
        box-sizing: border-box;
    }
    .bf_dd_btn_2{
        width: 100%;
        height: auto;
        padding: 8px;
        font-size: 14px;
        color: darkcyan;
        background: white;
        grid-column: auto / span 2;
        cursor: pointer;
        box-sizing: border-box;
    }
    .bf_dd_zt{
        width: 100%;
        height: auto;
        background: white;
        border-radius: 10px;
        overflow: hidden;
        border: white 1px solid;
        display: grid;
        grid-gap: 1px;
    }
    .bf_dd_zt_sp{
        width: 100%;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
        font-size: 20px;
        color: darkblue;
        text-align: left;
        background: wheat;
    }
    .bf_dd_zt_gg{
        width: 100%;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
        font-size: 0px;
        text-align: left;
        background: wheat;
    }
    .bf_dd_zt_gg_z{
        width: 100%;
        height: auto;
        font-size: 0px;
        display: flex;
        align-items: center;
        background: white;
    }
    .bf_dd_zt_gg_z_img{
        width: 100px;
        height: auto;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .bf_dd_zt_gg_z_zt{
        width: 100%;
        height: auto;
        padding: 5px;
        font-size: 15px;
        color: darkblue;
        text-align: left;
        word-break: break-all;
    }
    .bf_dd_zt_btn{
        width: 100%;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
        font-size: 0px;
        background: wheat;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .bf_dd_zt_btn_btn{
        width: 32%;
        height: 36px;
        font-size: 14px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        background: lightseagreen;
        color: white;
        border-radius: 18px;
        margin: 5px 0px;
    }
    .bf_dd_zt_wlxx{
        width: 100%;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
        font-size: 14px;
        background: wheat;
        text-align: left;
        word-break: break-all;
    }

    .bf_z{
        width: 96%;
        min-width: 310px;
        height: auto;
        font-size: 0px;
        text-align: center;
    }
    .btn{
        width: 150px;
        height: 36px;
        display: inline-block;
        background: darkcyan;
        border-radius: 18px;
        text-align: center;
        line-height: 36px;
        text-decoration: none;
        color: white;
        font-size: 14px;
        margin-top: 20px;
    }


    .bf1{
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 10px;
        font-size: 0px;
        text-align: center;
    }
    .bf1_z{
        width: 100%;
        height: auto;
        font-size: 0px;
        background: white;
        box-sizing: border-box;
        display: inline-block;
        text-decoration: none;
    }
    .bf1_z_img{
        width: 100%;
        height: auto;
    }
    .bf1_z_z{
        width: 100%;
        height: auto;
        font-size: 0px;
        padding: 10px;
        box-sizing: border-box;
        display: grid;
        grid-template-rows: repeat(2,auto);
        grid-gap: 6px;
    }
    .bf1_z_z_bt{
        width: 100%;
        height: auto;
        font-size: 14px;
        color: darkcyan;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
    }
    .bf1_z_z_jg{
        width: 100%;
        height: auto;
        font-size: 18px;
        color: mediumvioletred;
        text-align: left;
    }
    .bf1_z_z_span{
        font-size: 14px;
        color: black;
        text-align: left;
    }
}
.YM{
    width: 100%;
    height: auto;
    margin: 25px 0px 45px 0px;
    font-size: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.YM_1{
    width: auto;
    height: 30px;
    display: grid;
    grid-template-columns: auto 110px auto;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 10px;
}
.YM_1_S{
    width: auto;
    height: 100%;
    padding: 0px 10px 0px 12px;
    box-sizing: border-box;
    background: blue;
    color: white;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
.YM_1_SM{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: darkblue;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}
.YM_1_X{
    width: auto;
    height: 100%;
    padding: 0px 12px 0px 10px;
    box-sizing: border-box;
    background: darkcyan;
    color: white;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
.YM_2{
    width: auto;
    height: 30px;
    display: grid;
    grid-template-columns: 60px auto;
    border-radius: 15px;
    overflow: hidden;
}
.YM_2_inp{
    width: 100%;
    height: 100%;
    outline: none;
    list-style-type: none;
    margin: 0px;
    line-height: 30px;
    text-align: center;
    border: none;
    padding: 0px;
    background: wheat;
    color: darkblue;
    font-size: 14px;
}
.YM_2_AN{
    width: auto;
    height: 100%;
    padding: 0px 12px 0px 10px;
    box-sizing: border-box;
    background: darkcyan;
    color: white;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}