.sec1 {
    padding: 221px 0 0;
}

.sec1 .wrap .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 102px 0 0;
}

.sec1 .wrap .flex .r {
    width: 595px;
}

.sec1 .wrap .flex .l {
    width: 800px;
}

.sec1 .wrap .flex .l .title_color {
    margin-bottom: 32px;
}

.sec1 .wrap .flex .l .text {
    font-weight: 300;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 34px;
}

.sec2 .fix {
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    display: flex;
    align-items: center;
}

.sec2 .wrap .content {
    width: 1646px;
    display: flex;
    justify-content: space-between;
}

.sec2 .wrap .content .l {
    width: 520px;
    background: rgba(13, 30, 30, 0.5);
    border-radius: 20px;
    padding: 31px 20px 40px;
    display: flex;
    flex-direction: column;
    gap: 8px 0;
}

.sec2 .wrap .content .l .item {
    height: 80px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 12px 0 39px;
    position: relative;
}

.sec2 .wrap .content .l .item:not(:nth-last-child(1)) {
    margin-bottom: 10px;
}

.sec2 .wrap .content .l .item:after {
    content: "";
    width: 100%;
    height: 80px;
    background: linear-gradient(180deg, #00BD56, #3392D7);
    border-radius: 12px;
    position: absolute;
    left: 0;
    opacity: 0;
    transition: 0.6s;
}

.sec2 .wrap .content .l .item:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #00BD56;
    border-radius: 4px;
    position: absolute;
    left: 10px;
}

.sec2 .wrap .content .l .item p {
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    transition: 0.6s;
    position: relative;
    z-index: 3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec2 .wrap .content .l .item:hover, .sec2 .wrap .content .l .item.on {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.sec2 .wrap .content .l .item:hover:after, .sec2 .wrap .content .l .item.on:after {
    opacity: 1;
}

.sec2 .wrap .content .l .item:hover .icon img, .sec2 .wrap .content .l .item.on .icon img {
    opacity: 1;
    transition: 0.6s;
    transition-delay: 0.2s;
}

.sec2 .wrap .content .l .item:hover .icon:after, .sec2 .wrap .content .l .item.on .icon:after {
    background: #FFFFFF;
    transform: scale(5.625);
}

.sec2 .wrap .content .r {
    width: 1100px;
    border-radius: 20px;
    box-shadow: 0px -1px 1px 0px rgba(255, 255, 255, 0.3), 0px 1px 1px 0px rgba(255, 255, 255, 0.3);
}

.sec2 .wrap .content .r .swiper {
    overflow: unset;
    width: 100%;
    height: 100%;
    padding: 10px 14px;
}

.sec2 .wrap .content .r .swiper .swiper-wrapper {
    height: 100%;
}

.sec2 .wrap .content .r .swiper .swiper-slide {
    height: 100%;
}

.sec2 .wrap .content .r .swiper .swiper-slide .slide_box {
    height: 100%;
    display: flex;
    align-items: center;
}

.sec2 .wrap .content .r .swiper .swiper-slide .slide_box .img_box {
    width: 530px;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
    opacity: 0;
}

.sec2 .wrap .content .r .swiper .swiper-slide .slide_box .img_box img {
    display: block;
    max-width: 67%;
    max-height: 60%;
    transition: 3s;
}

.sec2 .wrap .content .r .swiper .swiper-slide .slide_box .img_box:hover img {
    transform: scale(1.1);
}

.sec2 .wrap .content .r .swiper .swiper-slide .slide_box .text_box h5 {
    font-family: Poppins R;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 38px;
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(20px);
}

.sec2 .wrap .content .r .swiper .swiper-slide .slide_box .text_box ul {
    opacity: 0;
    transform: translateY(20px);
}

.sec2 .wrap .content .r .swiper .swiper-slide .slide_box .text_box ul li {
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    opacity: 0.8;
    padding: 0 0 0 18px;
    position: relative;
}

.sec2 .wrap .content .r .swiper .swiper-slide .slide_box .text_box ul li:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #FFFFFF;
    border-radius: 50%;
    top: 12px;
    position: absolute;
    left: 0;
}

.sec2 .wrap .content .r .swiper .swiper-slide.swiper-slide-active .slide_box .img_box {
    opacity: 1;
    transition: 0.6s;
}

.sec2 .wrap .content .r .swiper .swiper-slide.swiper-slide-active .slide_box .text_box h5 {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.6s;
}

.sec2 .wrap .content .r .swiper .swiper-slide.swiper-slide-active .slide_box .text_box ul {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.6s;
    transition-delay: 0.1s;
}

.sec2 .wrap .content .r .swiper .swiper-slide.swiper-slide-active .open {
    opacity: 1;
    pointer-events: auto;
}

/*# sourceMappingURL=biophysical.css.map */
@media screen and (max-width: 1919px) {
    .sec1 {
        padding: 11.5104166667vw 0px 0px;
    }

    .sec1 .wrap .flex {
        padding: 0px 5.3125vw 0px 0px;
    }

    .sec1 .wrap .flex .r {
        width: 30.9895833333vw;
    }

    .sec1 .wrap .flex .l {
        width: 41.6666666667vw;
    }

    .sec1 .wrap .flex .l .title_color {
        margin-bottom: 1.6666666667vw;
    }

    .sec1 .wrap .flex .l .text {
        font-size: 0.9375vw;
        line-height: 1.7708333333vw;
    }

    .sec2 .wrap .content {
        width: 85.7291666667vw;
    }

    .sec2 .wrap .content .l {
        width: 27.0833333333vw;
        border-radius: 1.0416666667vw;
        padding: 1.6145833333vw 1.0416666667vw 2.0833333333vw;
        gap: 0.4166666667vw 0px;
    }

    .sec2 .wrap .content .l .item {
        height: 4.1666666667vw;
        padding: 0px 0.625vw 0px 2.03125vw;
    }

    .sec2 .wrap .content .l .item:not(:nth-last-child(1)) {
        margin-bottom: 0.5208333333vw;
    }

    .sec2 .wrap .content .l .item::after {
        height: 4.1666666667vw;
        border-radius: 0.625vw;
    }

    .sec2 .wrap .content .l .item::before {
        width: 0.4166666667vw;
        height: 0.4166666667vw;
        border-radius: 0.2083333333vw;
        left: 0.5208333333vw;
    }

    .sec2 .wrap .content .l .item p {
        font-size: 0.9375vw;
    }

    .sec2 .wrap .content .r {
        width: 57.2916666667vw;
        border-radius: 1.0416666667vw;
    }

    .sec2 .wrap .content .r .swiper {
        padding: 0.5208333333vw 0.7291666667vw;
    }

    .sec2 .wrap .content .r .swiper .swiper-slide .slide_box .img_box {
        width: 27.6041666667vw;
        border-radius: 0.8333333333vw;
        margin-right: 2.0833333333vw;
    }

    .sec2 .wrap .content .r .swiper .swiper-slide .slide_box .text_box h5 {
        font-size: 1.25vw;
        line-height: 1.9791666667vw;
        margin-bottom: 1.5625vw;
        transform: translateY(1.0416666667vw);
    }

    .sec2 .wrap .content .r .swiper .swiper-slide .slide_box .text_box ul {
        transform: translateY(1.0416666667vw);
    }

    .sec2 .wrap .content .r .swiper .swiper-slide .slide_box .text_box ul li {
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
        padding: 0px 0px 0px 0.9375vw;
    }

    .sec2 .wrap .content .r .swiper .swiper-slide .slide_box .text_box ul li::after {
        width: 0.2604166667vw;
        height: 0.2604166667vw;
        top: 0.625vw;
    }
}

@media screen and (max-width: 768px) {
    .sec1 {
        padding: 100px 0 0;
    }

    .sec1 .wrap .flex {
        display: block;
    }
    .sec1 .wrap .flex .l {
        width: 100%;
    }
    .sec1 .wrap .flex .l .title_color {
        width: fit-content;
        margin-bottom: 30px;
    }
    .sec1 .wrap .flex .l .text {
        font-size: 16px;
        line-height: 1.8;
    }
    .sec1 .wrap .flex .r {
        width: 100%;
        margin: 40px 0 0;
    }
    .sec2 {
        height: unset !important;
        padding: 40px 0 0;
    }
    .sec2 .fix {
        height: unset;
    }
    .sec2 .wrap .content .l {
        display: none;
    }
    .sec2 .wrap .content .r {
        width: 100%;
        border-radius: 6px;
    }
    .sec2 .wrap .content .r .swiper .swiper-slide .slide_box {
        height: unset;
        display: block;
    }
    .sec2 .wrap .content .r .swiper .swiper-slide .slide_box {

    }
    .sec2 .wrap .content .r .swiper {
        padding: 20px;
    }
    .sec2 .wrap .content {
        width: 100%;
    }
    .sec1 .wrap .flex {
        padding: 0;
    }
    .sec2 .wrap .content .r {
        display: none;
    }

    .sec2 .wrap .content .r.ph {
        display: block !important;
        box-shadow: unset;
    }
    .sec2 .wrap .content .r .ph_box {
        padding: 0;
    }
    .sec2 .wrap .content .r .ph_box .slide_box {
        padding: 30px;
        border-radius: 8px;
        margin-bottom: 30px;
    }
    .sec2 .wrap .content .r .ph_box .slide_box .img_box {
        width: 100%;
        height: 60vw;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        margin-bottom: 30px;
        background: rgba(255, 255, 255, 0.05);
        padding: 40px;
    }
    .sec2 .wrap .content .r .ph_box .slide_box .text_box h5 {
        font-family: Poppins R;
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
        margin-bottom: 20px;
    }
    .sec2 .wrap .content .r .ph_box .slide_box .text_box ul li {
        font-weight: 300;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 1.8;
        opacity: 0.8;
        padding: 0 0 0 18px;
        position: relative;
        margin-bottom: 5px;
    }
    .sec2 .wrap .content .r .ph_box .slide_box .text_box ul li::after {
        content: "";
        width: 5px;
        height: 5px;
        background: #FFFFFF;
        border-radius: 50%;
        top: 12px;
        position: absolute;
        left: 0;
    }
}
