.scene-2-wrapper {
    background: #FFFFFF;
    width: 100%;
}

.scene-2-wrapper .scene-2-content {
    margin: 0 auto;
    width: 1200px;
}

.scene-2-wrapper .scene-2-content .scene-2 {
    padding: 50px 10px 70px;
    width: 900px;
}

.scene-2 .title-wrapper {
    margin-bottom: 30px;
}

.scene-2 .title-wrapper .title {
    margin-bottom: 10px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 28px
}

.scene-2 .title-wrapper .sub-title {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}

.scene-2 .role-list {
    margin-bottom: 50px;
    font-size: 0;
}

.scene-2 .role-list .role-list-item {
    position: relative;
    margin-right: 20px;
    box-sizing: border-box;
    border-bottom: 3px solid #0059EB;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 164px;
    height: 300px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000000 100%);
    border-radius: 5px 5px 0 0;
}

.scene-2 .role-list .role-list-item:last-child {
    margin-right: 0px;
}

.scene-2 .role-list .role-list-item .role {
    display: block;
    width: 100%;
}

.scene-2 .role-list .role-list-item:hover .tips {
    bottom: 0;
}

.scene-2 .role-list .role-list-item .tips {
    position: absolute;
    bottom: -125px;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000000 100%);
    padding: 0 8px 10px;
    transition: all linear 250ms;
}

.scene-2 .role-list .role-list-item .tips .text {
    padding-bottom: 9px;
    border-bottom: 1px solid #E0E0E0;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
}

.scene-2 .role-list .role-list-item .tips .t {
    padding-top: 14px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 17px;
    height: 100px;
}

.scene-2 .main-img img {
    display: block;
    width: 100%;
}

.scene-2 .title-wrapper-2 {
    margin-bottom: 50px;
    overflow: hidden;
}

.scene-2 .title-wrapper-2 .title-wrapper-left {
    float: left;
}

.scene-2 .title-wrapper-2 .title-wrapper-right {
    float: right;
}

.scene-2 .title-wrapper-2 .title-wrapper-right .button {
    cursor: pointer;
    width: 181px;
    height: 34px;
    line-height: 34px;
    background: #0059EB;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.scene-2-button {
    display: none;
}

.swiper-box.swiper-box2 {
    display: none;
}

@media screen and (max-width: 750px) {
    .scene-2-wrapper .scene-2-content {
        width: 100%;
        overflow: hidden;
    }

    .scene-2-wrapper .scene-2-content .scene-2 {
        padding: 0.8rem 0 1.33rem;
        width: 100%;
    }

    .scene-2 .title-wrapper {
        padding: 0 0.53rem;
        margin-bottom: 0.8rem;
    }

    .scene-2 .title-wrapper .title {
        margin-bottom: 0.24rem;
        font-size: 0.53rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #333333;
        line-height: 0.75rem;
    }

    .scene-2 .title-wrapper .sub-title {
        font-size: 0.37rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #333333;
        line-height: 0.56rem;
    }

    .scene-2 .title-wrapper-2 .title-wrapper-right {
        display: none;
    }

    .scene-2 .role-list {
        display: none;
    }

    .scene-2 .main-img {
        padding: 0 0.53rem;
    }

    .scene-2 .scene-2-button {
        overflow: hidden;
        margin: 1rem auto 0;
        display: block;
        width: 7.68rem;
        height: 0.91rem;
        line-height: 0.91rem;
        background: #0059EB;
        box-shadow: 0rem 0rem 0.27rem 0rem rgba(0, 0, 0, 0.08);
        border-radius: 0.13rem;
        text-align: center;
        font-size: 0.32rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
    }

    .swiper-box.swiper-box2 {
        display: block;
        width: 100%;
        height: 11.47rem;
    }

    #swiper-container2 {
        width: 100%;
        height: 10.16rem;
    }

    #swiper-container2 .swiper-slide {
        overflow: hidden;
        width: 5.55rem;
        height: 10.16rem;
        border-radius: 0.13rem 0.13rem 0 0;
        border-bottom: 0.21rem solid #0059EB;
        box-sizing: border-box;
    }

    #swiper-container2 .swiper-slide .role-list-item {
        box-sizing: border-box;
        width: 100%;
    }

    #swiper-container2 .swiper-slide .role-list-item .role {
        width: 100%;
    }

    #swiper-container2 .swiper-slide .role-list-item .tips {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000000 100%);
        padding: 0 0.3rem 0.34rem;
    }

    #swiper-container2 .swiper-slide .role-list-item .tips .text {
        padding-bottom: 0.2rem;
        border-bottom: 0.03rem solid #E0E0E0;
        font-size: 0.43rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 0.59rem;
    }

    #swiper-container2 .swiper-slide .role-list-item .tips .t {
        padding-top: 0.3rem;
        font-size: 0.32rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 0.45rem;
    }

}