.fenl{
    width: 100%;
    height: auto;
    font-size: 0px;
    margin: 35px 0px;
    display: flex;
    justify-content: center;
}
@media screen and (min-width:1800px) {
    .fenl_z{
        width: 90%;
        max-width: 1500px;
        display: grid;
        grid-template-columns: repeat(8,1fr);
        grid-gap: 10px;
        font-size: 0px;
    }
    .fenl_z_z{
        width: 100%;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
        font-size: 15px;
        background: limegreen;
        color: white;
        border-radius: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .gg{
        width: 100%;
        height: auto;
        font-size: 0px;
        display: flex;
        justify-content: center;
        margin: 36px 0px 0px 0px;
    }
    .gg_z{
        width: 90%;
        max-width: 1500px;
        font-size: 0px;
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: repeat(2,1fr);
    }
    .gg_z_a1{
        width: 100%;
        height: 500px;
        background: lightseagreen;
        grid-row-start: 1;
        grid-row-end: 3;
        display: inline-block;
    }
    .gg_z_a2{
        width: 100%;
        height: 245px;
        background: lightseagreen;
        display: inline-block;
    }
    .gg_z_img{
        width: 100%;
        height: 100%;
        object-fit: contain;
        
    }
    .bf3{
        width: 100%;
        height: auto;
        font-size: 0px;
        display: flex;
        justify-content: center;
    }
    .bf3_z{
        width: 90%;
        max-width: 1500px;
        font-size: 0px;
        display: grid;
        grid-gap: 1px;
        grid-template-columns: repeat(5,1fr);
        background: lightseagreen;
        border:lightseagreen 1px solid;
    }
    .bf3_z_1{
        width: 100%;
        height: auto;
        padding: 16px;
        box-sizing: border-box;
        display: grid;
        grid-gap: 8px;
        background: wheat;
        cursor: pointer;
    }
    .bf3_z_2{
        width: 100%;
        height: auto;
        padding: 16px;
        box-sizing: border-box;
        display: grid;
        grid-gap: 8px;
        background: white;
        cursor: pointer;
    }
    .bf3_z_z_z{
        width: 100%;
        height: auto;
        font-size: 16px;
        color: darkblue;
    }
    .bf3_z_z_jg{
        width: 100%;
        height: auto;
        font-size: 20px;
        color: darkred;
    }
    .bf3_z_z_AN{
        width: 100%;
        height: 40px;
        background: lightseagreen;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        font-size: 14px;
        color: white;
    }
}


@media screen and (min-width:1200px) and (max-width:1800px) {
    .fenl_z{
        width: 90%;
        min-width: 1200px;
        display: grid;
        grid-template-columns: repeat(6,1fr);
        grid-gap: 10px;
        font-size: 0px;
    }
    .fenl_z_z{
        width: 100%;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
        font-size: 15px;
        background: limegreen;
        color: white;
        border-radius: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .gg{
        width: 100%;
        height: auto;
        font-size: 0px;
        display: flex;
        justify-content: center;
        margin: 36px 0px;
    }
    .gg_z{
        width: 90%;
        min-width: 1200px;
        font-size: 0px;
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: repeat(2,1fr);
    }
    .gg_z_a1{
        width: 100%;
        height: 400px;
        background: lightseagreen;
        grid-row-start: 1;
        grid-row-end: 3;
        display: inline-block;
    }
    .gg_z_a2{
        width: 100%;
        height: 195px;
        background: lightseagreen;
        display: inline-block;
    }
    .gg_z_img{
        width: 100%;
        height: 100%;
        object-fit: contain;
        
    }
    .bf3{
        width: 100%;
        height: auto;
        font-size: 0px;
        display: flex;
        justify-content: center;
    }
    .bf3_z{
        width: 90%;
        min-width: 1200px;
        font-size: 0px;
        display: grid;
        grid-gap: 1px;
        grid-template-columns: repeat(5,1fr);
        background: lightseagreen;
        border:lightseagreen 1px solid;
    }
    .bf3_z_1{
        width: 100%;
        height: auto;
        padding: 16px;
        box-sizing: border-box;
        display: grid;
        grid-gap: 8px;
        background: wheat;
        cursor: pointer;
    }
    .bf3_z_2{
        width: 100%;
        height: auto;
        padding: 16px;
        box-sizing: border-box;
        display: grid;
        grid-gap: 8px;
        background: white;
        cursor: pointer;
    }
    .bf3_z_z_z{
        width: 100%;
        height: auto;
        font-size: 16px;
        color: darkblue;
    }
    .bf3_z_z_jg{
        width: 100%;
        height: auto;
        font-size: 20px;
        color: darkred;
    }
    .bf3_z_z_AN{
        width: 100%;
        height: 40px;
        background: lightseagreen;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        font-size: 14px;
        color: white;
    }
}


@media screen and (min-width:600px) and (max-width:1200px) {
    .fenl_z{
        width: 90%;
        min-width: 600px;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 10px;
        font-size: 0px;
    }
    .fenl_z_z{
        width: 100%;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
        font-size: 15px;
        background: limegreen;
        color: white;
        border-radius: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .gg{
        width: 100%;
        height: auto;
        font-size: 0px;
        display: flex;
        justify-content: center;
        margin: 36px 0px;
    }
    .gg_z{
        width: 90%;
        min-width: 600px;
        font-size: 0px;
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: repeat(2,1fr);
    }
    .gg_z_a1{
        width: 100%;
        height: 250px;
        background: lightseagreen;
        grid-row-start: 1;
        grid-row-end: 3;
        display: inline-block;
    }
    .gg_z_a2{
        width: 100%;
        height: 120px;
        background: lightseagreen;
        display: inline-block;
    }
    .gg_z_img{
        width: 100%;
        height: 100%;
        object-fit: contain;
        
    }
    .bf3{
        width: 100%;
        height: auto;
        font-size: 0px;
        display: flex;
        justify-content: center;
    }
    .bf3_z{
        width: 90%;
        min-width: 600px;
        font-size: 0px;
        display: grid;
        grid-gap: 1px;
        grid-template-columns: repeat(3,1fr);
        background: lightseagreen;
        border:lightseagreen 1px solid;
    }
    .bf3_z_1{
        width: 100%;
        height: auto;
        padding: 16px;
        box-sizing: border-box;
        display: grid;
        grid-gap: 8px;
        background: wheat;
        cursor: pointer;
    }
    .bf3_z_2{
        width: 100%;
        height: auto;
        padding: 16px;
        box-sizing: border-box;
        display: grid;
        grid-gap: 8px;
        background: white;
        cursor: pointer;
    }
    .bf3_z_z_z{
        width: 100%;
        height: auto;
        font-size: 16px;
        color: darkblue;
    }
    .bf3_z_z_jg{
        width: 100%;
        height: auto;
        font-size: 20px;
        color: darkred;
    }
    .bf3_z_z_AN{
        width: 100%;
        height: 40px;
        background: lightseagreen;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        font-size: 14px;
        color: white;
    }
}


@media screen and (max-width:600px) {
    .fenl_z{
        width: 96%;
        min-width: 310px;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 10px;
        font-size: 0px;
    }
    .fenl_z_z{
        width: 100%;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
        font-size: 15px;
        background: limegreen;
        color: white;
        border-radius: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .gg{
        width: 100%;
        height: auto;
        font-size: 0px;
        display: flex;
        justify-content: center;
        margin: 36px 0px;
    }
    .gg_z{
        width: 96%;
        min-width: 310px;
        height: auto;
        font-size: 0px;
        display: grid;
        grid-gap: 10px;
    }
    .gg_z_a1{
        width: 100%;
        height: 100px;
        background: lightseagreen;
        display: inline-block;
    }
    .gg_z_a2{
        width: 100%;
        height: 100px;
        background: lightseagreen;
        display: inline-block;
    }
    .gg_z_img{
        width: 100%;
        height: 100%;
        object-fit: contain;
        
    }
    .bf3{
        width: 100%;
        height: auto;
        font-size: 0px;
        display: flex;
        justify-content: center;
    }
    .bf3_z{
        width: 90%;
        min-width: 310px;
        font-size: 0px;
        display: grid;
        grid-gap: 1px;
        /* grid-template-columns: repeat(5,1fr); */
        background: lightseagreen;
        border:lightseagreen 1px solid;
    }
    .bf3_z_1{
        width: 100%;
        height: auto;
        padding: 16px;
        box-sizing: border-box;
        display: grid;
        grid-gap: 8px;
        background: wheat;
        cursor: pointer;
    }
    .bf3_z_2{
        width: 100%;
        height: auto;
        padding: 16px;
        box-sizing: border-box;
        display: grid;
        grid-gap: 8px;
        background: white;
        cursor: pointer;
    }
    .bf3_z_z_z{
        width: 100%;
        height: auto;
        font-size: 16px;
        color: darkblue;
    }
    .bf3_z_z_jg{
        width: 100%;
        height: auto;
        font-size: 20px;
        color: darkred;
    }
    .bf3_z_z_AN{
        width: 100%;
        height: 40px;
        background: lightseagreen;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        font-size: 14px;
        color: white;
    }
}