img {
    width: 100%;
}

body {
    background-color: #fff;
}

.page2 .list-top {
    padding: 3.5rem 0 2rem;
}

.page2 .list-top .list-top-item {
    max-width: 191px;
    width: 32%;
    margin-right: 2%;
    padding: 1.5rem 1rem 1.7rem;
    background: #FFFFFF linear-gradient(180deg, rgba(0, 209, 41, 0.05) 0%, rgba(0, 94, 209, 0) 100%);
    box-shadow: 0px 8px 13px 0px rgba(0, 94, 209, 0.08);
    border: 2px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)) 2 2;
    backdrop-filter: blur(5px);
    position: relative;
    cursor: pointer;
}

.page2 .list-top .list-top-item:last-child {
    margin-right: 0;
}

.page2 .list-top .list-top-item::before {
    content: '';
    width: 100%;
    height: 0.5rem;
    display: block;
    bottom: -2px;
    left: 0;
    background: none;
    position: absolute;
}

.page2 .list-top .list-top-item h2 {
    font-size: 1.5rem;
    text-align: center;
    line-height: 2rem;
    color: #666;
    font-weight: 400;
}

.page2 .list-top .list-top-item.active::before {
    background: linear-gradient(90deg, #1CD278 0%, #139F47 100%);
}

.page2 .list-top .list-top-item.active h2 {
    color: #139F47;
}

.page2 .list-bottom {
    padding-bottom: 8.75rem;
    position: relative;
}

.page2 .list-bottom .swiper-button-prev,.page2 .list-bottom .swiper-button-next {
    top: 84%;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    margin: 0 20rem;
    bottom: 0rem;
    /* background-color: rgba(235, 244, 235, .25); */
    border:  .125rem solid var(--swiper-navigation-color,var(--green));
    transition: all 0.3s ease-in;
    line-height: 47px;
    color: var(--swiper-navigation-color,var(--green));
}

.page2 .list-bottom .swiper-button-prev::after,.page2 .list-bottom .swiper-button-next::after{
    font-size: 1.5rem;
}

/* .page2 .list-content {
    display: none;
}

.page2 .list-content.active {
    display: -ms-flexbox;
    display: flex;
} */

.page2 .list-content .list-content-item {
    width: 32%;
    margin-right: 2%;
    border-radius: 0.4rem;
    overflow: hidden;
    margin-bottom: 1.5vw;
}

.page2 .list-content .list-content-item:nth-of-type(3n) {
    margin-right: 0;
}

.page2 .page-content .swiper .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
    min-width: 8px;
    min-height: 8px;
    background-color: #139F47;
    margin: 0 0.75rem;
}

.page2 .page-content .swiper .swiper-pagination {
    position: static;
    margin-top: 1.25rem;
}

.page2 .list-content .list-patent-item {
    width: 23.5%;
    margin-right: 2%;
    overflow: hidden;
    margin-bottom: 1.5vw;
}

.page2 .list-content .list-patent-item:nth-of-type(4n) {
    margin-right: 0;
}

.page2 .list-content .well-inner {
    width: 100%;
}

.page2 .list-content .well-inner-img {
    height: 0;
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}

.page2 .list-content .well-inner-img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    border-radius: 0.4rem;
}

.page2 .list-content .well-inner-title {
    text-align: center;
    font-size: 1.1rem;
    padding: 1.2em 0;
}

.page2 .list-content .popup {
    -webkit-overflow-scrolling: touch;
    align-items: center;
    height: 100%;
    left: 0;
    overflow: auto;
    padding: 3%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    display: none;
}
.page2 .list-content .popup.open{
    display: flex;
}

.page2 .list-content .popup-overlay {
    backface-visibility: hidden;
    background: rgba(55, 58, 71, .5);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .3s;
    z-index: 1;
    opacity: 0;
}

.page2 .list-content .popup-content {
    display: inline-block;
    margin: auto;
    max-width: 1028px;
    min-width: 290px;
    padding: 3em;
    position: relative;
    text-align: center;
    width: 75%;
    z-index: 5;
    min-height: 200px;
    background: #fff;
    opacity: 0;
}

.page2 .list-content .popup-content::before {
    content: '\20';
    left: 0;
    right: 0;
    bottom: 100%;
    height: 50px;
    position: absolute;
    background: url(../img/popup-after.png) no-repeat;
    background-size: 100% 100%;  
}
.page2 .list-content .popup.open .popup-overlay,
.page2 .list-content .popup.open .popup-content{
    opacity: 1;
}
.page2 .list-content .popup-content-inner {
    max-height: 75vh;
    overflow-y: auto;
    padding-right: 5px;
}

.page2 .list-content .popup-content-inner::-webkit-scrollbar {
    width: 10px;
}

.page2 .list-content .popup-content-inner::-webkit-scrollbar {
    width: 10px;
    height: 8px;
    background-color: rgba(67, 147, 69, 0.2);
    border-radius: 5px;
}

.page2 .list-content .popup-content-inner::-webkit-scrollbar-thumb {
    background: #439345;
    border-radius: 5px;
}

.page2 .list-content .popup-close {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 5em;
    top: 0em;
    cursor: pointer;
}

.page2 .list-content .popup-close svg {
    fill: #707070;
    width: 100%;
    height: 100%;
}

.page2 .list-content .popup-media {
    padding-bottom: 56.25%;
    position: relative;
}

.page2 .list-content .popup-media-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
    border-radius: .4em;
}

.page2 .list-content .popup-media img,
.page2 .list-content .popup-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page2 .list-content .popup-infos {
    margin-top: 2.5em;
    font-weight: normal;
}

.page2 .list-content .popup-infos h2 {
    font-size: 1.45rem;
}

.page2 .list-content .popup-infos .intro {
    text-align: center;
    color: #333333;
    margin-top: 1.5em;
}

@media (max-width: 768px) {
    .page2 .list-content .popup-content{
        width: 95%;
    }
    .page2 .list-content .popup-close {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .page2 .list-content .popup-close svg {
        width: 75%;
        height: 75%;
    }
}

@media screen and (max-width:576px) {
    .page2 .list-content .list-content-item {
        width: 49%;
    }

    .page2 .list-content .list-content-item:nth-of-type(3n) {
        margin-right: 2%;
    }

    .page2 .list-content .list-content-item:nth-of-type(2n) {
        margin-right: 0%;
    }

    .page2 .list-content .list-patent-item {
        width: 49%;
    }

    .page2 .list-content .list-patent-item:nth-of-type(2n) {
        margin-right: 0;
    }
}