.twoPage {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.two_tag_box {
    text-align: center;
    font-weight: 300;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 0.86rem;
}

/* 轮播图 */
.sw_tag {
    font-size: 0.18rem;
    font-weight: 500;
}

.sw_tag_title {
    font-size: 0.16rem;
    font-weight: 300;
}

.sw_one_tag_box {
    position: absolute;
    left: 1.5rem;
    top: 0.96rem;
    color: #fff;
    z-index: 10;
}

.sw_one_tag {
    font-size: 0.21rem;
    line-height: 0.3rem;
}

.sw_two_title {
    font-size: 0.57rem;
    line-height: 0.6rem;
    margin-top: 0.2rem;
}

.swiper_tag_box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.5rem;
    z-index: 5;
    width: 90%;
    color: #fff;
}

.swiper_tab {
    display: flex;
    justify-content: center;
}

.oneTageSwiper .swiper_tab {
    justify-content: flex-start;
}

.swiper_tab .list {
    display: flex;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.swiper_tab .list div {
    padding: 0.2rem 0.8rem;
    position: relative;
    cursor: pointer;
    color: #a4a4a4;
}

.swiper_tab .list div::after {
    position: absolute;
    content: '';
    background: #E3BEA4;
    width: 0;
    height: 0.02rem;
    left: -1px;
    bottom: 0;
    transition: all 0.5s;
}

.swiper_tab .list div.into {
    color: #fff;
}

.swiper_tab .list div.active::after {
    width: calc(100% + 2px);
}

.swiper_tab_text {
    height: 0.5rem;
    position: relative;
}

.swiper_tab_text div {
    position: absolute;
    top: 0.3rem;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.5s;
    text-align: center;
    width: 80%;
}

.swiper_tab_text div.active {
    opacity: 1;
}

/* 这里做轮播图模糊处理 */
.sw_transparent .swiper-container {
    overflow: inherit;
}

.sw_transparent .swiper-container .swiper-slide {
    opacity: 0.2;
    transition: all 0.5s;
}

.sw_transparent .swiper-container .swiper-slide.swiper-slide-active {
    opacity: 1;
}

/* 这里做轮播图只有标题的处理 */
.sw_no_title {
    margin: 0;
    width: 100%;
}

.cls_pagination {
    display: none;
}

/* 小于三个标题的时候 */
.moreFiveTag .swiper_tab .list div {
    padding: 0.2rem 0.15rem;
}

.moreFiveTag .swiper_tag_box {
    width: 95%;
}

/* 处理只有一个标题的时候 */
.oneTageSwiper .swiper_tag_box {
    left: 0.5rem;
    transform: translateY(0);
    width: auto;
}

.oneTageSwiper .swiper_tab .list {
    text-align: left;
    border-bottom: unset;
}

.oneTageSwiper .swiper_tab .list div {
    padding: 0;
    font-weight: bold;

}

.oneTageSwiper .swiper_tab_text {
    height: auto;
    margin-top: 0.1rem;
}

.oneTageSwiper .swiper_tab_text div {
    position: unset;
    transform: translateX(0);
    text-align: left;
    opacity: 0.7;

}

.oneTageSwiper .swiper_tab .list div::after {
    display: none;
}

/* 全屏标题居中的情况 */
.sw-title-center .sw_one_tag_box{
    display: flex;
    align-items: center;
    flex-direction: column;
    left: 1.5rem;
    width: calc(100% - 3rem);
    top: 0.5rem;
}



.swiper-beizhi {
    font-size: 0.12rem;
    color: #999;
    position: absolute;
    right: 0.5rem;
    bottom: 0.3rem;
}

@media(max-width: 768px) {

    .twoPage {
        width: calc(100% - 1rem);
    }


    .two_tag_box {
        width: 100%;
    }

    /* tag轮播 */
    .sw_tag {
        font-size: 0.35rem;
        line-height: 0.42rem;
    }

    .sw_tag_title {
        font-size: 0.26rem;
        line-height: 0.4rem;
        color: #8f8f8f;
    }

    .sw_one_tag_box {
        left: 0.48rem;
        top: 0.82rem;
    }

    .sw_one_tag {
        font-size: 0.24rem;
        line-height: 0.34rem;
    }

    .sw_two_title {
        font-size: 0.49rem;
        line-height: 0.69rem;
    }

    .swiper_tag_box {
        width: 100%;
        position: unset;
        transform: translateX(0);
        height: 3rem;
        margin-top: 0.2rem;
    }

    .swiper_tab {
        display: none;
    }

    .swiper_tab_text {
        height: 100%;
        width: 100%;
    }

    .swiper_tab_text div {
        left: 0;
        top: 0.2rem;
        transform: translateX(0);
        text-align: left;
        width: 100%;
    }

    .swiper_tab_text div span {
        margin-bottom: 0.2rem;
        color: #fff;
    }

    .cls_pagination {
        display: flex;
        position: absolute;
        left: 0;
        bottom: -3rem;
        width: 100%;
        justify-content: space-between;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .cls_pagination span {
        flex: 1;
        height: 0.01rem;
        border-radius: unset;
        background: transparent;
    }

    .cls_pagination span.swiper-pagination-bullet-active {
        background: #fbc980;
        height: 0.03rem;
    }

    .sw_no_title {
        width: 100%;
    }

    .sw_no_title .cls_pagination {
        position: absolute;
        bottom: 1.1rem;
        z-index: 5;
        width: auto;
        border-bottom: unset;
        display: flex;
        gap: 0.2rem;
        justify-content: center;
        align-items: center;
        left: 50%;
        transform: translateX(-50%);
    }
    .sw_no_title .cls_pagination span{
        width: 0.69rem;
        background: #999;
        opacity: 1;
    }
    .sw_no_title .cls_pagination span.swiper-pagination-bullet-active{
        background: #fbc980;
    }
    .sw_no_title .swiper_tag_box{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 1.59rem;
        height: 2rem;
    }
    .sw_no_title .swiper_tab_text div{
        text-align: center;
    }


    .sw_transparent .swiper-container {
        overflow: hidden;
    }

    .moreFiveTag .swiper_tab .list div {
        padding: 0.2rem;
    }

    .oneTageSwiper .cls_pagination {
        display: none;
    }

    .oneTageSwiper .swiper_tag_box {
        height: 2rem;
        margin-top: 0.5rem;
    }

    .oneTageSwiper .swiper_tab_text div {
        opacity: 1;
    }

    .swiper_tab .list div.active::after {
        width: 100%;
        left: 0;
    }

    .swiper-beizhi {
        bottom: 0.4rem;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        width: 90%;
        font-size: 0.18rem;
    }
}