.fully1 {
    padding: 139px 0 100px
}

.fully1 .wrap {
    margin: auto;
    width: 90%
}

.fully1 .wrap .cut {
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: auto;
    gap: 72px
}

.fully1 .wrap .cut .list {
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
    color: #111111;
    transition: .6s ease;
    text-transform: uppercase;
    padding: 10px 0
}

.fully1 .wrap .cut .list.on {
    color: var(--color)
}

.fully1 .wrap .content {
    margin: 35px 0 0 0;
    position: relative;
    height: 722px;
}
.fully1 .wrap .content .matter{
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: opacity .3s,transform .6s .3s;
    width: 100%;
}

.fully1 .wrap .content .matter:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
}

.fully1 .wrap .content .matter.on{
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s;
}
.fully1 .wrap .content .matter.on .bioSwiper .swiper-slide{
    pointer-events: auto!important;
}

.fully1 .wrap .content .bioSwiper {
    width: 3680px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 0
}
.fully1 .wrap .content .bioSwiper .swiper-slide{
    pointer-events: none!important;
}
.fully1 .wrap .content .bioSwiper .swiper-slide .item:hover .img .pic {
    transform: scale(1.05)
}

.fully1 .wrap .content .bioSwiper .swiper-slide .item:hover .img .more:after {
    background: var(--color)
}

.fully1 .wrap .content .bioSwiper .swiper-slide .item:hover .img .more .iconfont {
    color: #fff
}

.fully1 .wrap .content .bioSwiper .swiper-slide .item .img {
    width: 100%;
    height: 660px;
    overflow: hidden;
    position: relative
}

.fully1 .wrap .content .bioSwiper .swiper-slide .item .img .pic {
    width: 100%;
    height: 100%;
    transition: 2s ease
}

.fully1 .wrap .content .bioSwiper .swiper-slide .item .img .more {
    position: absolute;
    right: 48px;
    bottom: 48px;
    z-index: 5;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease
}

.fully1 .wrap .content .bioSwiper .swiper-slide .item .img .more:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #FFFFFF;
    border-radius: 50%;
    transition: .6s ease
}

.fully1 .wrap .content .bioSwiper .swiper-slide .item .img .more .iconfont {
    font-size: 30px;
    color: #111;
    transform: rotate(-45deg);
    transition: .6s ease
}

.fully1 .wrap .content .bioSwiper .swiper-slide .item .text {
    margin: 30px 0 0 0;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    color: #111111;
    text-transform: uppercase
}

@media screen and (max-width: 1919px) {
    .fully1{
        padding: 7.2395833333vw 0px 5.2083333333vw;
    }
    .fully1 .wrap .cut{
        gap: 3.75vw;
    }
    .fully1 .wrap .cut .list{
        font-size: 1.0416666667vw;
        padding: 0.5208333333vw 0px;
    }
    .fully1 .wrap .content{
        margin: 1.8229166667vw 0px 0px;
        height: 37.6041666667vw;
    }
    .fully1 .wrap .content .matter{
        transform: translateY(1.0416666667vw);
    }
    .fully1 .wrap .content .bioSwiper{
        width: 191.6666666667vw;
    }
    .fully1 .wrap .content .bioSwiper .swiper-slide .item .img{
        height: 34.375vw;
    }
    .fully1 .wrap .content .bioSwiper .swiper-slide .item .img .more{
        right: 2.5vw;
        bottom: 2.5vw;
        width: 4.6875vw;
        height: 4.6875vw;
    }
    .fully1 .wrap .content .bioSwiper .swiper-slide .item .img .more .iconfont{
        font-size: 1.5625vw;
    }
    .fully1 .wrap .content .bioSwiper .swiper-slide .item .text{
        margin: 1.5625vw 0px 0px;
        font-size: 1.5625vw;
    }
}

@media screen and (max-width: 1024px) {
    .fully1 .wrap .cut{
        flex-wrap: wrap;
        gap: 15px 10px;
    }
    .fully1 .wrap .cut .list{
        font-size: 13px;
        padding: 4px 0;
    }
    .fully1 .wrap .content{
        margin: 30px 0 0 0;
        height: auto;
    }
    .fully1 .wrap .content .bioSwiper .swiper-slide .item .img{
        height: auto;
    }
    .fully1 .wrap .content .bioSwiper .swiper-slide .item .img .more {
        right: 15px;
        bottom: 15px;
        width: 40px;
        height: 40px;
    }
    .fully1 .wrap .content .bioSwiper .swiper-slide .item .img .more .iconfont{
        font-size: 13px;
    }
    .fully1 .wrap .content .bioSwiper {
        width: 100%;
    }
    .fully1 .wrap .content .bioSwiper .swiper-slide .item .text{
        margin: 22px 0 0 0;
        font-size: 13px;
    }
    .fully1{
        padding: 30px 0 45px;
    }
}
