/* .lrp25 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.lrp50 {
    padding-left: 1rem;
    padding-right: 1rem;
} */

.full-screen {
    width: 100%;
    height: 100vh;
    position: relative;
}

.one_tag_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tabs-minimal-titles .swiper_tag_box {
    height: 6em;
}

.one_tag_box .all_one_tag_title {
    order: 1;
}

.one_tag_box .all_one_tag {
    order: 2;
    color: #fff;
}

.swiper_tab .list div{
    padding: 0.2rem 0.4rem;
}

.template-p2u3-box {
    /* padding-top: 0.8rem;
    padding-bottom: 0.8rem; */
    position: relative;
}

.template-p2u3-box.twoPage {
    width: 100%;
}

.template-p2u3-box .two_tag_box {
    position: absolute;
    top: 0.8rem;
    left: 0;
    z-index: 999;
    width: 100%;
}

.p2u3-list {
    display: flex;
    gap: 0.3rem;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0.5rem;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.p2u3-item {
    width: calc(89% / 4 - 0.9rem / 3);
    /* height: 2.5rem; */
}

.p2u3-t1 {
    font-size: 0.24rem;
    color: #fff;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #aaaaaa;
}

.p2u3-t2 {
    font-size: 0.16rem;
    color: #aaaaaa;
    margin-top: 0.25rem;
    font-weight: 300;
    line-height: 0.26rem;
}

.last-notes-box {
    font-size: 0.12rem;
    color: #ddd;
    padding: 0 10% 1rem;
    line-height: 0.22rem;
}

@media (max-width: 768px) {
    .template-p2u3-box {
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
    }

    .template-p2u3-box .two_tag_box {
        position: static;
    }

    .sw_no_title .swiper_tag_box {
        /* height: auto; */
    }

    .sw-title-center .sw_one_tag_box {
        width: calc(100% - 1rem);
        left: 0.5rem;
    }

    .p2u3-list {
        display: flex;
        gap: 0.5rem;
        width: 100%;
        position: unset;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 0.5rem;
    }

    .p2u3-item {
        width: 100%;
        height: auto;
    }

    .p2u3-t1 {
        font-size: 0.35rem;
        border-bottom: unset;
        padding-bottom: 0;
    }

    .p2u3-t2 {
        font-size: 0.26rem;
        line-height: 0.4rem;
        margin-top: 0.1rem;
    }

    .imglist-notes {
        font-size: 0.18rem;
        text-align: right;
        padding-right: 0.5rem;
    }

    .last-notes-box {
        padding: 0 0.5rem 1rem;
        font-size: 0.14rem;
        line-height: 0.25rem;
    }
}
