@media screen and (min-width:1800px) {
    .bf{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        font-size: 0px;
    }
    .bf_z{
        width: 1500px;
        height: auto;
        font-size: 0px;
        text-align: center;
    }

    .ss{
        width: 100%;
        height: auto;
        padding: 100px;
        display: flex;
        font-size: 0px;
        background: rgb(230, 230, 230);
        border: 10px;
        margin: 50px 0px;
        box-sizing: border-box;
    }
    .ssInp{
        width: auto;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        color: darkblue;
        background: white;
        flex-grow: 1;
        flex-shrink: 1;
        padding: 10px;
        margin: 0px;
        box-sizing: border-box;
        outline: none;
        list-style-type: none;
        border: none;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }
    .ssBtn{
        width: auto;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        cursor: pointer;
        flex-grow: 0;
        flex-shrink: 0;
        padding: 10px;
        margin: 0px;
        box-sizing: border-box;
        outline: none;
        list-style-type: none;
        border: none;
        background: lightseagreen;
        color: white;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }


    .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: rgb(235, 235, 235);
        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) {
    .bf{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        font-size: 0px;
    }
    .bf_z{
        width: 96%;
        min-width: 1200px;
        height: auto;
        font-size: 0px;
        text-align: center;
    }

    .ss{
        width: 100%;
        height: auto;
        padding: 100px;
        display: flex;
        font-size: 0px;
        background: rgb(230, 230, 230);
        border: 10px;
        margin: 50px 0px;
        box-sizing: border-box;
    }
    .ssInp{
        width: auto;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        color: darkblue;
        background: white;
        flex-grow: 1;
        flex-shrink: 1;
        padding: 10px;
        margin: 0px;
        box-sizing: border-box;
        outline: none;
        list-style-type: none;
        border: none;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }
    .ssBtn{
        width: auto;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        cursor: pointer;
        flex-grow: 0;
        flex-shrink: 0;
        padding: 10px;
        margin: 0px;
        box-sizing: border-box;
        outline: none;
        list-style-type: none;
        border: none;
        background: lightseagreen;
        color: white;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }


    .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: rgb(235, 235, 235);
        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) {
    .bf{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        font-size: 0px;
    }
    .bf_z{
        width: 96%;
        min-width: 600px;
        height: auto;
        font-size: 0px;
        text-align: center;
    }

    .ss{
        width: 100%;
        height: auto;
        padding: 50px;
        display: flex;
        font-size: 0px;
        background: rgb(230, 230, 230);
        border: 10px;
        margin: 30px 0px;
        box-sizing: border-box;
    }
    .ssInp{
        width: auto;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        color: darkblue;
        background: white;
        flex-grow: 1;
        flex-shrink: 1;
        padding: 10px;
        margin: 0px;
        box-sizing: border-box;
        outline: none;
        list-style-type: none;
        border: none;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }
    .ssBtn{
        width: auto;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        cursor: pointer;
        flex-grow: 0;
        flex-shrink: 0;
        padding: 10px;
        margin: 0px;
        box-sizing: border-box;
        outline: none;
        list-style-type: none;
        border: none;
        background: lightseagreen;
        color: white;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }


    .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: rgb(235, 235, 235);
        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) {
    .bf{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        font-size: 0px;
    }
    .bf_z{
        width: 96%;
        min-width: 310px;
        height: auto;
        font-size: 0px;
        text-align: center;
    }
    
    .ss{
        width: 100%;
        height: auto;
        padding: 15px;
        display: flex;
        font-size: 0px;
        background: rgb(230, 230, 230);
        border: 10px;
        margin: 30px 0px;
        box-sizing: border-box;
    }
    .ssInp{
        width: auto;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        color: darkblue;
        background: white;
        flex-grow: 1;
        flex-shrink: 1;
        padding: 10px;
        margin: 0px;
        box-sizing: border-box;
        outline: none;
        list-style-type: none;
        border: none;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }
    .ssBtn{
        width: auto;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        cursor: pointer;
        flex-grow: 0;
        flex-shrink: 0;
        padding: 10px;
        margin: 0px;
        box-sizing: border-box;
        outline: none;
        list-style-type: none;
        border: none;
        background: lightseagreen;
        color: white;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .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: rgb(235, 235, 235);
        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;
}