.applications {
    background: #fff;
}

.applications .title{
    padding: 8rem 0 4rem;
}

.applications-tabs {
    display: flex;
    justify-content: space-between;
    width: 140rem;
    margin: 0 auto 4rem;
    border-radius: 1rem;
    overflow: hidden;
}

.applications-tab {
    width: 13.5rem;
    height: 9.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.1rem solid #EBECEF;
    padding: 0 2rem;
}

.applications-tab img {
    width: 4.8rem;
    height: 4.8rem;
    display: block;
}

.applications-tab span {
    font-size: 2.4rem;
    font-weight: 500;
    display: none;
    margin-left: 1.2rem;
    color: #fff;
    width: 18rem;
}

.applications-active {
    width: 32rem;
    background-color: #F16522;
}

.applications-active span {
    display: block;
}

.applications-swiper {
    width: 100%;
    height: 77.4rem;
    position: relative;
}

.swiper-last,
.swiper-next {
    width: 5.6rem;
    height: 5.6rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 26rem;
    z-index: 5;
    border-radius: 50%;
    overflow: hidden;
}

.swiper-next {
    right: 26rem;
    left: auto;
}

.swiper-last img,
.swiper-next img {
    width: 5.6rem;
    height: 5.6rem;
    display: block;
}

.swiper-next img:nth-child(1) {
    transform: rotate(180deg);
}

.swiper-last img:nth-child(2) {
    transform: rotate(180deg);
}

.swiper-last img:nth-child(2),
.swiper-next img:nth-child(2) {
    display: none;
}

.swiper-last:hover img:nth-child(1),
.swiper-next:hover img:nth-child(1) {
    display: none;
}

.swiper-last:hover img:nth-child(2),
.swiper-next:hover img:nth-child(2) {
    display: block;
}

.swiper-last:hover,
.swiper-next:hover {
    cursor: pointer;
}

.applications-swiper .swiper-slide {
    width: 100vw;
    height: 77.4rem;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%)
}

.swiper-slide-content {
    width: 192rem;
    height: 77.4rem;
    padding: 14.5rem 34.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

.swiper-slide-content>img {
    width: 100vw;
    height: 77.4rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.swiper-slide-content>span {
    font-size: 6rem;
    font-weight: 600;
    color: #fff;
    line-height: 7.3rem;
    z-index: 2;
    position: relative;
}

.swiper-slide-content .wenzhang {
    line-height: 2.9rem;
    font-size: 2.4rem;
    color: #fff;
    margin-top: 4rem;
    margin-bottom: 8rem;
    z-index: 2;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper-slide-content a,
.swiper-slide-content a image {
    z-index: 2;
    position: relative;
}

@media screen and (max-width: 768px) {
    .applications {
        background: #fff;
    }
    
    .applications .title{
        padding: 4rem 0 2rem;
    }

    .applications-tabs {
        display: flex;
        justify-content: space-between;
        width: 34.3rem;
        margin: 0 auto 1.6rem;
        border-radius: 1rem;
        overflow: hidden;
        border: 0.1rem solid #EBECEF;
    }

    .applications-tab {
        width: 4.3rem;
        height: 4rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        padding: 0;
    }

    .applications-tab img {
        width: 2.4rem;
        height: 2.4rem;
        display: block;
    }


    .applications-active {
        width: 4.3rem;
        background-color: #F16522;
    }

    .applications-active span {
        display: none;
    }

    .applications-swiper {
        width: 100%;
        height: 60rem;
        overflow: hidden;
        position: relative;
    }

    .swiper-last,
    .swiper-next {
        width: 3.2rem;
        height: 3.2rem;
        position: absolute;
        left: 1.6rem;
        z-index: 5;
        border-radius: 50%;
        overflow: hidden;
    }

    .swiper-next {
        right: 1.6rem;
        left: auto;
    }

    .swiper-last img,
    .swiper-next img {
        width: 3.2rem;
        height: 3.2rem;
        display: block;
    }

    .swiper-next img:nth-child(1) {
        transform: rotate(180deg);
    }

    .swiper-last img:nth-child(2) {
        transform: rotate(180deg);
    }

    .swiper-last img:nth-child(2),
    .swiper-next img:nth-child(2) {
        display: none;
    }

    .swiper-last:hover img:nth-child(1),
    .swiper-next:hover img:nth-child(1) {
        display: none;
    }

    .swiper-last:hover img:nth-child(2),
    .swiper-next:hover img:nth-child(2) {
        display: block;
    }

    .swiper-last:hover,
    .swiper-next:hover {
        cursor: pointer;
    }

    /* 长度总和 */
    /* .applications-swiper .swiper-slide {
        width: 17280rem;
        height: 700rem;
        transition: all 0.3s;
        display: flex;
    } */

    .swiper-slide-content {
        width: 37.5rem;
        height: 60rem;
        position: relative;
        padding: 21rem 6.4rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .swiper-slide-content>img {
        width: 37.5rem;
        height: 60rem;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .swiper-slide-content>span {
        font-size: 2.4rem;
        font-weight: 600;
        color: #fff;
        line-height: 2.9rem;
        z-index: 2;
        position: relative;
    }

    .swiper-slide-content .wenzhang {
        line-height: 1.8rem;
        font-size: 1.4rem;
        color: #fff;
        margin-bottom: 4rem;
        z-index: 2;
        position: relative;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .swiper-slide-content a,
    .swiper-slide-content a image {
        z-index: 2;
        position: relative;
    }
}