img {
    width: 100%;
}

body {
    background-color: #fff;
}

.page-group {
    /* background: #FFFFFF linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(0, 209, 41, 0.08) 15%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 55%, rgba(0, 209, 41, 0.08) 85%, rgba(255, 255, 255, 1) 100%); */
    background: url(/static/img/bg_5.png) right top repeat-y;
    background-size: 100% auto;
}

.page2 {
    padding-top: 4.5rem;
}

.page2 .content-title {
    padding-bottom: 4.75rem;
}

.page2 .page-content {}

.page2 .page-content .content-list {
    width: 33%;
}

.page2 .page-content .content-list .l-p {
    height: 47%;
    padding: 1.375rem;
    width: 100%;
    background: #FFFFFF linear-gradient(180deg, rgb(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);
}

.page2 .page-content .content-list .l-p h2 {
    display: none;
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 1rem;
    line-height: 1.8rem;
    width: 100%;
    text-align: center;
}

.page2 .page-content .content-list .l-p p {
    font-size: 1.125rem;
    line-height: 1.56rem;
    font-weight: 400;
    color: #333;
}

.page2 .page-content .content-list .l-p:nth-of-type(2) {
    margin-top: 2%;
}

.page2 .page-content .content-l {
    width: 32%;
}

.page2 .page-content .content-c {}

.page2 .page-content .content-r {
    width: 32%;
}

.page3 {
    padding-top: 6.25rem;
}

.page3 .content-title {
    padding-bottom: 4.75rem;
}

.page .page-wrap .content-title .more {
    font-size: 14px;
    line-height: 1.5rem;
    font-weight: 400;
}

.page .page-wrap .content-title .more .icon {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #439345;
    margin-right: 0.625rem;
}

.page3 .page-content {}

.page3 .page-content .content-l {
    width: 55%;
    height: 22.5rem;
    overflow-y: auto;
    padding-right: 1rem;
    scrollbar-color: #DDF0DD transparent;
    scrollbar-width: thin;
}

.page3 .page-content .content-l::-webkit-scrollbar {
    width: 4px;
    margin-right: 4px;
}

.page3 .page-content .content-l::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    -webkit-box-shadow: none;
    border-radius: 4px;
    background-color: transparent;
}

.page3 .page-content .content-l::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: none;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); */
    background-color: #DDF0DD;
}

.page3 .page-content .content-l .l-list {}

.page3 .page-content .content-l .l-list .list-item {
    position: relative;
    padding: 1.125rem 4rem 1.125rem 1.125rem;
    transition: all 0.3s ease-in-out;
    /* background: #fff; */
    border-radius: 0.6rem;
    cursor: pointer;
    overflow: hidden;
}

.page3 .page-content .content-l .l-list .list-item:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .1);
    transition: all 0.3s ease-in-out;
}

.page3 .page-content .content-l .l-list .list-item p {
    transition: all 0.3s ease-in-out;
    font-size: 1.125rem;
    line-height: 1.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
}

.page3 .page-content .content-l .l-list .list-item i {
    position: absolute;
    font-size: 2rem;
    right: 1.5rem;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    color: #fff;
}

.page3 .page-content .content-l .l-list .list-item.active {
    background-color: #439345;
}

.page3 .page-content .content-l .l-list .list-item.active::before {
    background-color: #439345;
}

.page3 .page-content .content-l .l-list .list-item.active p {
    color: #fff;
}

.page3 .page-content .content-l .l-list .list-item.active i {
    opacity: 1;
}

.page3 .page-content .content-r {
    width: 43%;
}

.page3 .page-content .content-r .swiper-container {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 2rem;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal {
    top: auto;
    bottom: 0;
}

.swiper-pagination-progressbar {
    background: rgba(79, 160, 89, 0.16);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #1CD278;
}

.page3 .page-content .content-r .swiper-slide {
    box-shadow: 0 3px 10px 0px rgba(0, 0, 0, .1);
    background: #fff;
    opacity: 0;
}

.page3 .page-content .content-r .swiper-slide.swiper-slide-prev,
.page3 .page-content .content-r .swiper-slide.swiper-slide-next {
    opacity: 0.5;
}

.page3 .page-content .content-r .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.page4 {
    padding-top: 7.5rem;
    padding-bottom: 8.7rem;
}

.page4 .accrodion {
    padding-top: 3.75rem;
}

.page4 .accrodion .accrodion-list {
    overflow: hidden;
    border-radius: 0.6rem;
}

.page4 .accrodion .accrodion-list .list-item {
    position: relative;
    width: 9%;
    overflow: hidden;
    max-height: 446px;
    height: 23vw;
    transition: width 0.5s ease-in-out;
}

.page4 .accrodion .accrodion-list .list-item.active {
    width: 69%;
}

.page4 .accrodion .accrodion-list .list-item .item-img {
    position: relative;
    height: 100%;
}

.page4 .accrodion .accrodion-list .list-item .item-img img {
    height: 100%;
    width: auto;
}

.page4 .accrodion .accrodion-list .list-item.active .item-img img {
    height: 100%;
}

.page4 .accrodion .accrodion-list .list-item .item-img .img_bg {
    width: 100%;
    height: 100%;
    background: linear-gradient(50deg, rgba(14, 171, 97, 0) 0%, #0EAB61 100%);
    opacity: 0.7;
    filter: blur(10px);
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.page4 .accrodion .accrodion-list .list-item .item-message {
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: top 0.5s ease-in-out;
    width: 100%;
}

.page4 .accrodion .accrodion-list .list-item.active .item-message {
    top: 50%;
    transition-delay: 0.5s;
}

.page4 .accrodion .accrodion-list .list-item .item-message h2 {
    font-size: 2.375rem;
    line-height: 3.125rem;
    text-align: center;
    color: #fff;
    transition: font 0.3s ease-in-out;
    transition-delay: 0.5s;
    width: 2.5rem;
    margin: 0 auto;
}

.page4 .accrodion .accrodion-list .list-item.active .item-message h2 {
    width: 100%;
}

.page4 .accrodion .accrodion-list .list-item .item-message p {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    text-align: center;
    color: #fff;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.page4 .accrodion .accrodion-list .list-item.active .item-message p {
    transition-delay: 0.5s;
}

.page4 .accrodion .accrodion-list .list-item.active .item-img .img_bg {
    /* background: rgba(0, 0, 0, .3); */
    background: linear-gradient(50deg, rgba(14, 171, 97, 0) 0%, rgba(14, 171, 97, 0) 100%);
    opacity: 1;
    filter: blur(0px);
}

.page4 .accrodion .accrodion-list .list-item.active .item-message p {
    opacity: 1;
}

.page4 .accrodion .accrodion-list .list-item .icon {
    width: 4.125rem;
    height: 4.875rem;
    background: url(/static/img/responsibility/list-item-01.png) center bottom no-repeat;
    background-size: 100% auto;
    display: block;
    position: absolute;
    bottom: 1rem;
    left: 0;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.page4 .accrodion .accrodion-list .list-item:nth-of-type(2) .icon {
    background-image: url(/static/img/responsibility/list-item-02.png);
    background-size: 80% auto;
}

.page4 .accrodion .accrodion-list .list-item:nth-of-type(3) .icon {
    background-image: url(/static/img/responsibility/list-item-03.png);
}

.page4 .accrodion .accrodion-list .list-item:nth-of-type(4) .icon {
    background-image: url(/static/img/responsibility/list-item-04.png);
}

.page4 .accrodion .accrodion-list .list-item.active .icon {
    opacity: 0;
}

.page4 .content-title {
    padding-bottom: 4.75rem;
}

@media (max-width: 768px) {
    .page3 .page-content .content-r {
        width: 58%;
    }
    .page3 .page-content .content-l {
        width: 40%;
    }
    .page4 .accrodion .accrodion-list .list-item {
        width: 10%;
        height: 38vw;
    }
    .page4 .accrodion .accrodion-list .list-item.active {
        width: 60%;
    }
    .page3 .page-content .content-l {
        height: 26.25rem;
    }
}

@media (max-width: 576px) {
    .page2 .page-content .content-list .l-p h2 {
        display: block;
    }
    .page2 .page-content .content-c {
        display: none;
    }
    .page2 .page-content .content-l,
    .page2 .page-content .content-r {
        width: 100%;
    }
    .page2 .page-content .content-list .l-p {
        height: auto;
    }
    .page2 .page-content .content-r,
    .page2 .page-content .content-list .l-p:nth-of-type(2) {
        margin-top: 1rem;
    }
    .page3 .page-content .content-l {
        display: none;
    }
    .page3 .page-content .content-r {
        width: 100%;
    }
    .page4 .accrodion .accrodion-list .list-item .item-message h2 {
        font-size: 1.8rem;
    }
}