.layui-laypage-prev {
    flex-direction: column;
    flex-basis: 2.5rem;
    margin: 0;
    vertical-align: top;
    min-width: 7px;
    width: 7px;
    min-height: 0px;
    height: min-content;
    margin-left: 15px;
    margin-right: 3px;
    margin-top: 0.75rem;
}

.layui-df > a,.layui-laypage-curr{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    letter-spacing: 0px;
    line-height: 1.18;
    font-weight: 500;
    font-size: 16px;
    font-family: Roboto, Helvetica, Arial, serif, "Noto Sans TC";
    text-align: center;
    flex-basis: 2.5rem;
    min-width: 40px;
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.5rem;
    margin-top: 0.75rem;
}
.layui-laypage-curr{
    margin-left:0;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    border-radius: 20px;
    flex-direction: column;
    flex-basis: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-top:0;
}
.layui-laypage-curr em:nth-child(2){
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    letter-spacing: 0px;
    font-weight: 600;
}
.layui-df a {
    text-decoration:none;
}

.flex-center {
    align-items: center;
}

.menu_item:hover + .menu-item-hover {
    display: block;
}

.menu_item + .menu-item-hover {
    display: none;
}

.search-box, .mobile-search-box {
    display: flex;
    justify-content: center;
    align-items: center;
    --tw-text-opacity: 0.47;
    border: 1px solid rgb(30 30 30/ var(--tw-text-opacity));
    border-radius: 20px;
    letter-spacing: 0.42px;
    padding: 0 8px;
    height: 32px;
    margin: 0 1rem;
}

.search-box input, .mobile-search-box input {
    border: none;
    height: 24px;
    outline: none;
}

.menu-box {
    display: none;
}

.mobile-search-btn, .search-btn {
    display: block;
}

.search-box {
    display: none;
}

.search-box.active {
    display: flex;
}

.search-box.active + .search-btn {
    display: none;
}

@media (max-width: 767px) {
    .web-info {
        display: none;
    }

    .mobile-info {
        display: block;
    }

    .menu-box {
        display: none;
        position: absolute;
        top: 100%;
        background: #FFFFFF;
        box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
        padding: 24px 24px;
        width: 100%;
    }

    .menu-box.active {
        display: block;
    }

    .menu-item {
        display: block;
    }

    .menu-item, .two-menu-item {
        font-weight: 700;
        font-size: 18px;
        line-height: 26px;
        color: rgba(30, 30, 30, 0.92);
    }

    .menu-item.active, .menu-item + .two-menu-item {
        display: none;
    }

    .menu-item.active + .two-menu-item {
        display: block;
    }

    .menu-item-li {
        padding: 11px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .menu-item-li > span, .handle > span {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .two-menu-item .handle {
        font-weight: 700;
        font-size: 18px;
        line-height: 26px;
        color: rgba(30, 30, 30, 0.92);
    }

    .menu-item-box {
        margin-top: 23px;
    }

    .two-menu-item-title {
        margin-bottom: 20px;
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
        /* identical to box height, or 156% */
        text-transform: uppercase;
        /* Brand */
        color: #AB1D16;
    }

    .two-menu-item-ui {
        list-style: circle;
    }

    .two-menu-item-li {
        padding-left: 28px;
        font-weight: 500;
        font-size: 17px;
        line-height: 40px;
        color: #000000;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        position: relative;
    }

    .two-menu-item-li::before {
        position: absolute;
        content: '';
        left: 15px;
        top: 18px;
        width: 8px;
        height: 8px;
        background-color: #000000;
        border-radius: 50%;
    }

    .mobile-search-box input {
        width: 100px;
    }

    .mobile-search-box {
        display: none;
    }

    .mobile-search-box.active {
        display: flex;
    }

    .mobile-search-box.active + .mobile-search-btn {
        display: none;
    }

    .turn-pages-btn {
        top: 0 !important;
    }
}

@media (min-width: 767px) {
    .web-info {
        display: block;
    }

    .mobile-info {
        display: none;
    }
}