@charset "utf-8";
/* CSS Document */
.wzlb_x {
    cursor: pointer;
    margin: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background-color: #ffffff;
    border-radius: 10px;
}

@media only screen and (max-width: 719px) {
    .wzlb_x {
        width: calc(100% - 20px);
    }
}

@media only screen and (min-width: 720px) {
    .wzlb_x {
        width: calc(50% - 20px);
    }
}

@media only screen and (min-width: 1080px) {
    .wzlb_x {
        width: calc((100% / 3) - 20px);
    }
}

@media only screen and (min-width: 1440px) {
    .wzlb_x {
        width: calc(25% - 20px);
    }
}