img {
    width: 100%;
}

body {
    background-color: #ecfef2;
}

.home-page {
}

.home-page .home-page-swiper {
    position: relative;
    background: none;
}

.home-page .home-page-swiper .swiper-slide {
    position: relative;
}

.home-page .home-page-swiper .carousel-caption {
    width: 55%;
    bottom: 70%;
    left: 42%;
    transform: translate(-50%, 50%);
    position: absolute;
}

.home-page .home-page-swiper .carousel-caption span {
    display: block;
    color: #0a6053;
    font-weight: 500;
    margin-bottom: 0;
}

.home-page .home-page-swiper .carousel-caption h5 {
    color: #0a6053;
    font-weight: 700;
    font-size: 3.75rem;
    margin-bottom: 2rem;
}

.home-page .home-page-swiper .carousel-caption p {
    width: 36rem;
}

@media screen and (max-width: 1000px) {
    .home-page .home-page-swiper .carousel-caption h5 {
        font-size: 3.5rem;
        margin-bottom: 1.25rem;
    }

    /* .home-page .home-page-swiper .carousel-caption p {
        font-size: 1.125rem;
    } */
}

@media screen and (max-width: 900px) {
    .home-page .home-page-swiper .carousel-caption h5 {
        font-size: 3.125rem;
        margin-bottom: 1.25rem;
    }

    .home-page .home-page-swiper .carousel-caption p {
        font-size: 1.375rem;
    }
}

@media screen and (max-width: 1258px) {
    .home-page .home-page-swiper .carousel-caption h5 {
        font-size: 3.5rem;

    }
}

@media screen and (max-width: 1010px) {
    .home-page .home-page-swiper .carousel-caption h5 {
        font-size: 3.25rem;

    }
}

@media screen and (max-width: 938px) {
    .home-page .home-page-swiper .carousel-caption h5 {
        font-size: 3rem;

    }
}

@media screen and (max-width: 870px) {
    .home-page .home-page-swiper .carousel-caption h5 {
        font-size: 2.25rem;

    }
}

/* @media screen and (max-width:769px){
    .home-page .home-page-swiper .carousel-caption {  
        left: 42%;
    }
} */

.home-page .home-page-swiper .carousel-caption p {
    color: #0a6053;
    font-weight: 400;
    letter-spacing: 0.625rem;
}

.home-page .home-page-swiper .carousel-caption.white h5,
.home-page .home-page-swiper .carousel-caption.white p,
.home-page .home-page-swiper .carousel-caption.white span {
    color: #fff;
}

.home-page .home-page-swiper .carousel-indicators {
    left: 12%;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 16px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    bottom: 70%;
    transform: translate(0%, 50%);
}

.home-page .home-page-swiper .carousel-indicators .swiper-pagination-bullet {
    height: 20px;
    width: 16px;
    opacity: .4;
    margin-left: 0;
    margin-right: 0;
    color: #439345;
    text-indent: 0;
    background: none;
    font-size: 1rem;
    font-family: "iconfont" !important;
    font-size: inherit;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.home-page .home-page-swiper .carousel-indicators .swiper-pagination-bullet::before {
    content: '\e60d';
}

.home-page .home-page-swiper .carousel-indicators .swiper-pagination-bullet-active {
    opacity: 1;
}

.page2 {
    background: none;
    /* 标准的语法 */
    margin-top: -20%;
    position: relative;
    z-index: 2;
}

.page2-content {
    padding-bottom: 3.75rem;
}

.page2-content .page2-content-l h2 {
    color: rgba(67, 147, 69, 1);
    font-size: 2rem;
    font-weight: 700;
    line-height: 3rem;
    position: relative;
    padding: 1.06rem 0.625rem;
    margin-bottom: 3.125rem;
}

.page2-content .page2-content-l ol li {
    padding-left: 1.25rem;
    margin-bottom: 1.875rem;
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #333;
    font-weight: 500;
    position: relative;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

.page2-content .page2-content-l ol li i {
    opacity: 0;
    width: 2.875rem;
    height: 1px;
    background: #0a6053;
    margin-left: 5px;
}

.page2-content .page2-content-l ol li.active {
    padding-left: 3.3125rem;
    background: url(/static/img/contant-2_toggle.svg) 1.25rem center no-repeat;
    background-size: 1.4375rem 1.625rem;
    color: #439345;
}

.page2-content .page2-content-l ol li.active i {
    opacity: 1;
}

.page2-content-r ul {
    margin-bottom: 0;
    display: none;
}

.page2-content-r ul.active {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page2-content-r ul li {
    margin-bottom: 1.25rem;
    margin-right: 1.25rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    width: calc(49% - 0.625rem);
    padding: 2rem 2rem 2rem 3.125rem;
}

.page2-content-r ul li:nth-of-type(2n) {
    margin-right: 0px;
}

.r-item {
}

.page2-content-l {
    position: relative;
}

.page2-content-r ul li .li-l h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #439345;
    line-height: 2.375rem;
    font-family: Oswald;
    margin-bottom: 0px;
}

.page2-content-r ul li .li-l p {
    font-size: 10px;
    color: #B3CCD8;
    line-height: 12px;
    letter-spacing: 1px;
}

.page2-content .page2-content-l a {
    padding-left: 1.25rem;
    position: absolute;
    bottom: 14%;
    left: 0;
    font-size: 0.84 .5rem;
    line-height: 1.5rem;
    color: #000;
}

.page2-content .page2-content-l a i {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #439345;
    margin-right: 0.625rem;
}

.page2-content-r ul li .li-l i {
    display: block;
    width: 3rem;
    height: 2px;
    background: #B3CCD8;
    border-radius: 2px;
    margin-top: 2rem;
}

.page2-content-r ul li .li-l {
    width: 3.75rem;
    margin-top: 0.625rem;
}

.page2-content-r ul li .li-r {
    width: calc(90% - 3.75rem);
}

.page2-content-r ul li .li-r h2 {
    font-size: 1.125rem;
    font-weight: 500;
    color: #333333;
    line-height: 1.75rem;
    margin-bottom: 1.75rem;
    max-height: 3.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page2-content-r ul li .li-r p {
    font-size: 12px;
    font-weight: 400;
    color: #B3CCD8;
    line-height: 1.125rem;
    max-height: 2.25rem;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.page3 {
    position: relative;
    overflow: hidden;
}

.page3 .content-animate {
    height: 5.375rem;
    background-color: transparent;
    background: url(/static/img/page3_top_bg.png) repeat-x;
    background-position-y: 0;
    background-size: 25% auto;
    width: 400%;
    position: absolute;
    left: 0;
    z-index: 11;
}

.page3 .content-top-bg {
    animation: wave1 8s linear infinite;
    top: -1px;
    background-position-x: 0;
}

.page3 .content-bottom-bg {
    animation: wave2 8s linear infinite;
    background: url(/static/img/page3_bottom_bg.png) repeat-x;
    background-position-y: bottom;
    background-size: 25% auto;
    bottom: -1px;
}

@keyframes wave1 {
    0% {
        background-position-x: 100%;
        transform: scaleX(100%);
    }
    50% {
        transform: scaleX(135%);
    }
    to {
        background-position-x: 0%;
        transform: scaleX(100%);
    }
}

@keyframes wave2 {
    0% {
        background-position-x: 120%;
        transform: scaleX(100%)
    }
    50% {
        transform: scaleX(133%)
    }
    to {
        background-position-x: 20%;
        transform: scaleX(100%)
    }
}

.page3-content {
    position: relative;
}

.page3-content .img-bg {
}

.page3-content .img-bg img {
    width: 100%;
}

.page3-content-wrap-bg-filter {
    background-color: rgba(14, 107, 17, .43);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.page3-content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.page3 .content-l {
    width: 300px;
}

.page3 .content-l h2 {
    margin-bottom: 0;
}

.page3 .content-l ol {
    margin-top: 4.5rem;
}

.page3 .content-l ol li {
    line-height: 5.5rem;
    font-size: 1.25rem;
    color: #ffffff;
    opacity: 0.87;
    cursor: pointer;
    position: relative;
}

.page3 .content-l ol li h2 {
    line-height: 5.5rem;
    font-size: 1.25rem;
    color: #ffffff;
    opacity: 0.87;
    font-weight: 500;
    position: relative;
    z-index: inherit;
    margin-bottom: 0;
    transition: all 0.3s ease-out;
}

.page3 .content-l ol li span {
    width: 1920px;
    background: none;
    border: 1px solid #ffffff;
    position: absolute;
    z-index: -1;
    right: 33%;
    top: 0;
    height: 100%;
    border-radius: 0 45px 45px 0;
    transition: all 0.3s ease-out;
}

.page3 .content-l ol li:last-child span {
    border-bottom-width: 1px;
}

.page3 .content-l ol li i {
    width: 3.5rem;
    height: 2px;
    background: #fff;
    opacity: 0;
    transition: all 0.3s 0.1s ease-in;
    display: block;
    margin-left: 5px;
    position: relative;
    z-index: inherit;
}

.page3 .content-l ol li.active {
    padding-left: 2rem;
    opacity: 1;
    background: url(/static/img/page3_li_active.svg) left center no-repeat;
}

.page3 .content-l ol li.active h2 {
    opacity: 1;
}

.page3 .content-l ol li.active span {
    background: rgba(255, 255, 255, 0.39);
    right: 25%;
}

.page3 .content-l ol li.active i {
    opacity: 1;
}

.page3 .content-r {
    width: calc(95% - 300px);
}

.page3 .content-r ul {
    margin-bottom: 0;
    padding-top: 3rem;
}

.page3 .content-r ul li.r-item {
    display: none;
}

.page3 .content-r ul li.r-item.active {
    display: block;
}

.page3 .content-r ul li.r-item h2 {
    font-weight: 500;
    color: #FFFFFF;
    line-height: 3.375rem;
    font-size: 2.25rem;
    margin-bottom: 6px;
}

.page3 .content-r ul li.r-item p {
    font-weight: 400;
    color: #FFFFFF;
    line-height: 2.25rem;
    margin-bottom: 5px;
}

.page3 .content-r ul li.r-item a {
    padding-left: 0;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #fff;
}

.page3 .content-r ul li.r-item a.mt {
    margin-top: 2em;
}

.page3 .content-r ul li.r-item a i {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #fff;
    margin-right: 0.625rem;
}

.page3 .content-r ul li.r-item .list {
    margin-top: 4.5rem;
}

.page3 .content-r ul li.r-item .list .list-item {
    margin: auto;
}

.page3 .content-r ul li.r-item .list .list-item span {
    color: #fff;
    display: block;
    text-align: center;
}

.page3 .content-r ul li.r-item .list .list-item .item-num {
    font-size: 2.75rem;
    line-height: 3.25rem;
    font-family: 'Oswald';
}

.page3 .content-r ul li.r-item .list .list-item .item-num i {
    font-size: 1rem;
    line-height: 1.375rem;
    color: #ffffff;
    font-weight: 200;
}

.page3 .content-r ul li.r-item .list .list-item .item-mes {
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 400;
    margin-top: 0.625rem;
}

.page3 .content-r ul li.r-item .list .list-item .item-mes i {
    visibility: hidden;
}

.page3 .content-r ul li.r-item .stocks {
    color: #fff;
}

.page3 .content-r ul li.r-item .stocks .item {
    display: flex;
    align-items: center;
}

.page3 .content-r ul li.r-item .stocks .item + .item {
    margin-top: 2em;
}

.page3 .content-r ul li.r-item .stocks .item-icon {
    width: 11.9rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 9px 18px 0px rgba(8, 73, 132, 0.1);
    border-radius: 50%;
    backdrop-filter: blur(0.6rem);
    overflow: hidden;
}

.page3 .content-r ul li.r-item .stocks .item-message {
    width: calc(100% - 11.9rem);
    padding-left: 2.5em;
}

.page3 .content-r ul li.r-item .stocks .item-message h3 {
    font-size: 1.275rem;
}

.page3 .content-r ul li.r-item .stocks .item-message p {
    margin-top: 1em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    height: auto;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page4 {
    padding-top: 11.25rem;
    padding-bottom: 5.625rem;
    overflow: hidden;
}

.page4 .content-l {
    width: 30%;
    position: relative;
    margin-top: 6.25rem;
}

.page4 .content-l p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-top: 2.69rem;
    margin-bottom: 3.5rem;
}

.page4 .content-l h4 {
    font-size: 1.375rem;
    line-height: 29px;
    color: #439345;
}

.page4 .content-l a {
    padding-left: 1.25rem;
    position: absolute;
    bottom: 14%;
    left: 0;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #000;
}

.page4 .content-l a i {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #439345;
    margin-right: 0.625rem;
}

.page4 .content-r {
    width: 66%;
    position: relative;
}

.page4-mascot {
    position: absolute;
    bottom: 5%;
    left: -1.625rem;
    z-index: 10;
    width: 30%;
    max-width: 227px;
}

.page4 .content-r .r-image {
    width: 80%;
    padding: 10%;
    background: linear-gradient(86deg, rgba(255, 255, 255, 0.13) 0%, #FFFFFF 100%);
    border-radius: 50%;
}

.page4 .content-r .r-image img {
    width: 100%;
    display: none;
    border-radius: 50%;
}

.page4 .content-r .r-image img.active {
    display: block;
}

.page4 .content-r .r-list {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.page4 .content-r .r-list .r-item {
    position: absolute;
    width: 300px;
    margin-top: -40px;
    z-index: 4;
}

.page4 .content-r .r-list .r-item span.icon {
    height: 80px;
    width: 80px;
    display: block;
    margin-right: 1.25rem;
    background: #fff;
    position: relative;
    transition: background-color 0.3s ease-in-out;
    border: 1px solid;
    border-color: rgba(0, 202, 111, 0.31);
    border-radius: 50%;
    /* background: #fff url(/static/img/page4_icon_01.svg) center center no-repeat; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.page4 .content-r .r-list .r-item span.icon img {
    width: 100%;
    height: 100%;
    display: block;
}


.page4 .content-r .r-list .r-item span i {
    position: absolute;
    display: block;
    width: 1.375rem;
    height: 1.375rem;
    background: #33A795;
    filter: blur(8px);
    right: 20%;
    bottom: 20%;
}

/*
.page4 .content-r .r-list .r-item:nth-of-type(2) span.icon {
    background-image: url(/static/img/page4_icon_02.svg);
}

.page4 .content-r .r-list .r-item:nth-of-type(3) span.icon {
    background-image: url(/static/img/page4_icon_03.svg);
}

.page4 .content-r .r-list .r-item:nth-of-type(4) span.icon {
    background-image: url(/static/img/page4_icon_04.svg);
}

.page4 .content-r .r-list .r-item:nth-of-type(5) span.icon {
    background-image: url(/static/img/page4_icon_05.svg);
}

.page4 .content-r .r-list .r-item:nth-of-type(6) span.icon {
    background-image: url(/static/img/page4_icon_06.svg);
} */

.page4 .content-r .r-list .r-item span.icon::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    border: 1px solid rgba(10, 96, 83, 0.4);
    z-index: -1;
    transition: all 0.3s ease-in;
}

.page4 .content-r .r-list .r-item span.icon::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    border: 1px solid rgba(10, 96, 83, 0.11);
    z-index: -1;
    transition: all 0.3s ease-in;
}

.page4 .content-r .r-list .r-item span.message {
    height: 80px;
    line-height: 80px;
    font-size: 1.125rem;
    color: #26343A;
    transition: all 0.3s ease-in-out 0.1s;
}

.page4 .content-r .r-list .r-item:nth-of-type(1) {
    left: 35%;
    top: 0%;
}

.page4 .content-r .r-list .r-item:nth-of-type(2) {
    left: 60%;
    top: 12.5%;
}

.page4 .content-r .r-list .r-item:nth-of-type(3) {
    left: 72%;
    top: 30%;
}

.page4 .content-r .r-list .r-item:nth-of-type(4) {
    left: 75%;
    top: 50%;
}

.page4 .content-r .r-list .r-item:nth-of-type(5) {
    left: 72%;
    bottom: 30%;
    margin-bottom: -40px;
    margin-top: 0;
}

.page4 .content-r .r-list .r-item:nth-of-type(6) {
    left: 60%;
    bottom: 12.5%;
    margin-bottom: -40px;
    margin-top: 0;
}

.page4 .content-r .r-list .r-item:nth-of-type(7) {
    left: 35%;
    bottom: 0%;
    margin-top: 0;
    margin-bottom: -40px;
}


.page4 .content-r .r-list .r-item.active {
    width: 400px;
    z-index: 5;
}

.page4 .content-r .r-list .r-item.active span.icon {
    background-color: #439345;
    /* background-image: url(/static/img/page4_white_icon_01.svg); */
}

.page4 .content-r .r-list .r-item.active span.icon i {
    display: none;
}

.page4 .content-r .r-list .r-item.active span.icon img {
    filter: grayscale(100%) brightness(400%);
}

/* 
.page4 .content-r .r-list .r-item:nth-of-type(2).active span.icon {
    background-image: url(/static/img/page4_white_icon_02.svg);
}

.page4 .content-r .r-list .r-item:nth-of-type(3).active span.icon {
    background-image: url(/static/img/page4_white_icon_03.svg);
}

.page4 .content-r .r-list .r-item:nth-of-type(4).active span.icon {
    background-image: url(/static/img/page4_white_icon_04.svg);
}

.page4 .content-r .r-list .r-item:nth-of-type(5).active span.icon {
    background-image: url(/static/img/page4_white_icon_05.svg);
}

.page4 .content-r .r-list .r-item:nth-of-type(6).active span.icon {
    background-image: url(/static/img/page4_white_icon_06.svg);
} */

.page4 .content-r .r-list .r-item.active span.message {
    font-size: 1.375rem;
    color: #439345;
    transform: translate(0.625rem, 0);
}

.page4 .content-r .r-list .r-item.active span.icon::before {
    width: 102px;
    height: 102px;
}

.page4 .content-r .r-list .r-item.active span.icon::after {
    width: 120px;
    height: 120px;
}

.page5 {
    padding-bottom: 8.25rem;
}

.page5 .mySwiper1 {
    background: none;
}

.page5 .page5-content {
}

.content-title {
    margin-bottom: 2.18rem;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    color: #ffffff;
    font-size: 3rem;
}

.swiper-button-prev {
    left: 10%;
}

.swiper-button-next {
    right: 10%;
}

.content-title p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #333;
}

.page6 {
    padding-bottom: 6.68rem;
}

.page-group-5-7 {
    background: url(/static/img/page6_bg.png) center top no-repeat;
    background-size: auto 100%;
}

.page6 .content-title {
    margin-bottom: 2.875rem;
}

.page6 .content-l {
    width: 42%;
}

.page6 .content-l .content-l-wrap {
    position: relative;
    border-radius: 0.625rem;
    overflow: hidden;
    display: block;
}

.page6 .content-l .content-l-wrap h2 {
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 0.625rem;
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #fff;
}

.page6 .content-r {
    width: 56%;
}

.page6 .content-r .content-r-wrap {
}

.page6 .content-r .content-r-wrap .li-item {
    /* height: 49%; */
}

.page6 .content-r .content-r-wrap .r-img {
    flex: 0 0 35.3333%;
    max-width: 35.3333%;
}

.page6 .content-r .content-r-wrap .r-mes {
    flex: 0 0 64.333%;
    max-width: 64.333%;
    padding-left: 40px;
    height: 100%;
}

.page6 .content-r .content-r-wrap h2 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #333;
    max-height: 3.75rem;
    margin-top: 1.25rem;
}

.page6 .content-r .content-r-wrap p {
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.375rem;
    font-size: 0.875rem;
}

.page6 .content-r .content-r-wrap a {
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #000;
}

.page6 .content-r .content-r-wrap img {
    border-radius: 0.625rem;
    overflow: hidden;
}

.page6 .content-r .content-r-wrap a i {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #439345;
    margin-right: 0.625rem;
}

.page7 {
    padding-bottom: 6.25rem;
}

.page7-content-bottom {
    margin-top: 3rem;
}

.page7-content-bottom .page7-list {
    justify-content: center !important;
}

.page7-content-bottom .list-item {
    width: 32%;
    height: 5rem;
    box-shadow: 0px 9px 1.125rem 0px rgba(8, 73, 132, 0.06);
    border-radius: 6px;
    position: relative;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    background-color: #fff;
    color: #333;
    font-size: 0.8rem;
    margin: 0 1.5rem;
}

.page7-content-bottom .list-item::before {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translate(0, -50%);
}

.page7-content-bottom .list-item.active::before {
    content: "\e61d"
}

.page7-content-bottom .list-item.active {
    background-color: #439345;
    color: #fff;
}

.page7 .list-item .item-content {
    font-size: 1.25rem;
}

.page7 .item-content-check-wrap {
    position: absolute;
    left: 0;
    top: 6.25rem;
    z-index: 10;
    background: #439345;
    width: 100%;
    border-radius: 6px;
    padding: 1.5rem 6px;
    box-shadow: 0px 0px 13px 0px rgba(255, 255, 255, 0.24);
    display: none;
}

.page7 .item-content-check {
    max-height: 12.5rem;
    width: 100%;
    overflow-y: auto;
    padding: 0 1.375rem;
    scrollbar-color: #DDF0DD transparent;
    scrollbar-width: thin;
}

.page7 .item-content-check ul li a {
    font-size: 1.25rem;
    line-height: 1.5rem;
    display: block;
    padding: 8px 0;
    color: #fff;
}

.page7 .item-content-check ul li {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    margin-bottom: 1.375rem;
}

.page7 .item-content-check ul li:last-child {
    margin-bottom: 0;
}

.page7 .item-content-check::-webkit-scrollbar {
    width: 6px;
    height: 12.5rem;
    margin-right: 6px;
}

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

.page7 .item-content-check::-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;
}


/*  */

.mySwiper1 {
    overflow: hidden;
}

.mySwiper1 img {
    width: 100%;
}

.mySwiper1 .swiper-slide {
    width: 55%;
    max-width: 780px;
}

@media screen and (max-width: 1560px) {
    .home-page .home-page-swiper .carousel-indicators {
        left: 8%;
    }
}

@media screen and (max-width: 1440px) {
    .home-page .home-page-swiper .carousel-indicators {
        left: 7%;
    }
}

@media screen and (max-width: 1366px) {
    .home-page .home-page-swiper .carousel-indicators {
        left: 3%;
    }
}

@media screen and (max-width: 1200px) {
    .home-page .home-page-swiper .carousel-indicators {
        left: 3%;
    }

    .page4 .content-r .r-list .r-item {
        margin-top: -30px;
    }

    .page4 .content-r .r-list .r-item:nth-of-type(4),
    .page4 .content-r .r-list .r-item:nth-of-type(5),
    .page4 .content-r .r-list .r-item:nth-of-type(6),
    .page4 .content-r .r-list .r-item:nth-of-type(7) {
        margin-top: -30px;
        margin-bottom: -30px;
    }

    .page4 .content-r .r-list .r-item span.message {
        height: 60px;
        line-height: 60px;
    }

    .page4 .content-r .r-list .r-item.active {
        width: 300px;
    }

    .page4 .content-r .r-list .r-item span.icon {
        width: 60px;
        height: 60px;
    }

    .page4 .content-r .r-list .r-item span.icon::after {
        width: 58px;
        height: 58px;
    }

    .page4 .content-r .r-list .r-item span.icon::before {
        width: 58px;
        height: 58px;
    }

    .page4 .content-r .r-list .r-item:nth-of-type(1) span.icon {
        background-size: 35px auto;
    }

    .page4 .content-r .r-list .r-item:nth-of-type(2) span.icon {
        background-size: 33px auto;
    }

    .page4 .content-r .r-list .r-item:nth-of-type(3) span.icon {
        background-size: 26px auto;
    }

    .page4 .content-r .r-list .r-item:nth-of-type(4) span.icon {
        background-size: 23px auto;
    }

    .page4 .content-r .r-list .r-item:nth-of-type(5) span.icon {
        background-size: 39px auto;
    }

    .page4 .content-r .r-list .r-item:nth-of-type(6) span.icon {
        background-size: 49px auto;
    }

    .page4 .content-r .r-list .r-item:nth-of-type(7) span.icon {
        background-size: 36px auto;
    }

    .page4 .content-r .r-list .r-item:nth-of-type(1).active span.icon {
        background-size: 35px auto;
    }

    .page4 .content-r .r-list .r-item:nth-of-type(2).active span.icon {
        background-size: 33px auto;
    }

    .page4 .content-r .r-list .r-item:nth-of-type(3).active span.icon {
        background-size: 26px auto;
    }

    .page4 .content-r .r-list .r-item:nth-of-type(4).active span.icon {
        background-size: 23px auto;
    }

    .page4 .content-r .r-list .r-item:nth-of-type(5).active span.icon {
        background-size: 39px auto;
    }

    .page4 .content-r .r-list .r-item:nth-of-type(6).active span.icon {
        background-size: 49px auto;
    }

    .page4 .content-r .r-list .r-item:nth-of-type(7).active span.icon {
        background-size: 36px auto;
    }

    .page4 .content-r .r-list .r-item.active span.icon::before {
        width: 75px;
        height: 75px;
    }

    .page4 .content-r .r-list .r-item.active span.icon::after {
        width: 90px;
        height: 90px;
    }
}

@media screen and (max-width: 1000px) {
    .home-page .home-page-swiper .carousel-indicators {
        left: 3%;
    }
}

@media (min-width: 1441px) and (max-width: 1920px) {
    .mySwiper1 .swiper-slide {
        width: 37%;
    }
}

@media screen and (max-width: 768px) {
    .shortcut-bar-content {
        display: none;
    }

    .carousel-fade .carousel-item {
        height: 536px;
        overflow: hidden;
    }

    .carousel-fade .carousel-item img {
        width: auto !important;
        height: 100%;
    }

    .home-page .home-page-swiper .carousel-indicators {
        width: 8px;
    }

    .home-page .home-page-swiper .carousel-indicators li {
        width: 8px;
        height: 12px;
        background-size: 8px auto;
    }

    .home-page .home-page-swiper .carousel-caption span {
        font-size: 12px;
    }

    .home-page .home-page-swiper .carousel-caption h5 {
        font-size: 1.75rem;
        margin-bottom: 14px;
    }

    .home-page .home-page-swiper .carousel-caption .p1 {
        font-size: .875rem;
        width: 15rem;
        letter-spacing: .25rem;
    }

    .home-page .home-page-swiper .carousel-caption p {
        font-size: .875rem;
        width: 13rem;
        letter-spacing: .25rem;
    }

    .home-page .home-page-swiper .carousel-caption {
        width: 61%;
    }

    .page2-content .page2-content-l ol li.active i,
    .page2-content .page2-content-l ol li i {
        display: none;
        margin-bottom: 20px;
    }

    .page2-content .page2-content-l a {
        top: 20px;
        bottom: auto;
        left: auto;
        right: 0;
    }

    .page2-content-l .list-style-no {
        margin-left: 15px;
        justify-content: center;
    }

    .page2-content .page2-content-l h2 {
        margin-bottom: 20px;
    }

    .page3 .content-r ul li.r-item .list .list-item .item-num {
        font-size: 24px;
    }

    .page3 .content-r ul li.r-item .list .list-item .item-num i {
        font-size: 10px;
    }

    .page3 .content-r ul li.r-item .list .list-item {
        margin-right: 10px;
    }

    .page2-content-r ul li .li-r h2,
    .page6 .content-r .content-r-wrap h2 {
        font-size: 14px;
        line-height: 20px;
        max-height: 40px;
    }

    .page2-content-r ul li .li-r p,
    .page6 .content-r .content-r-wrap p {
        font-size: 12px;
        line-height: 18px;
        max-height: 36px;
    }

    .page6 .content-l .content-l-wrap h2 {
        font-size: 14px;
        line-height: 20px;
    }

    .page3 .content-r ul li.r-item p,
    .page4 .content-l p,
    .content-title p {
        font-size: 12px;
        line-height: 18px;
    }

    .page6 .content-r .content-r-wrap a,
    .page4 .content-l a,
    .page2-content .page2-content-l a,
    .page3 .content-r ul li.r-item a {
        font-size: 10px;
    }

    .page4 .content-l a {
        bottom: -6%;
    }

    .page3 .content-l ol li.active {
        background-size: 1.6rem auto;
    }
}

@media screen and (max-width: 576px) {
    .page2-content .page2-content-l h2.titleh2 {
        width: 100%;
        margin-bottom: 0;
    }

    .page2-content .page2-content-l ol li {
        font-size: 14px;
        line-height: 24px;
        padding-left: 3.3125rem;
        transition: none;
    }

    .page2-content-r ul li {
        width: 100%;
        margin-right: 0;
        padding: 10px 20px 20px;
        margin-bottom: 15px;
    }

    .page2-content-l .list-style-no {
        width: 100%;
        justify-content: start;
        margin-top: 20px;
        margin-left: 0;
    }

    .page2-content-r ul li .li-l i {
        margin-top: 18px;
    }

    .page2-content-r ul li .li-r h2 {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 20px;
        max-height: 40px;
    }

    .page2-content-r ul li .li-r p {
        line-height: 16px;
        max-height: 30px;
    }

    .page3-content .img-bg {
        min-height: 400px;
        height: 500px;
    }

    .page3-content .img-bg img {
        width: auto !important;
        height: 100%;
    }

    .page3 .content-l {
        width: 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .page3 .content-l ol {
        width: 100%;
        margin-top: 20px;
        justify-content: flex-start;
    }

    .page3 .content-l ol li span,
    .page3 .content-l ol li i,
    .page3 .content-animate {
        display: none;
    }

    .page3 .content-l ol li {
        padding-left: 28px;
        margin-right: 0;
        padding-right: 10px;
        opacity: 1;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .page3 .content-l ol li,
    .page3 .content-l ol li h2 {
        font-size: 14px;
        line-height: 24px;
    }

    .page3-content-wrap {
        transform: translate(0, 0);
        left: 2.5%;
        top: 15%;
    }

    .page3 .content-r ul li.r-item p {
        font-size: 12px;
        line-height: 16px;
    }

    .page3 .content-l ol li.active {
        background-size: 16px auto;
        padding-left: 28px;
        background-color: rgba(255, 255, 255, .8);
        border-radius: 15px;
        background-position-x: 8px;
    }

    .page3 .content-l ol li.active h2 {
        color: rgba(67, 147, 69, 1);
    }

    .page3 .content-r {
        width: 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .page3 .content-r ul li.r-item .list {
        margin-top: 24px;
    }

    .page .titleh2 {
        padding: 1.06rem 0.625rem 0;
    }

    .content-title p {
        line-height: 16px;
        font-size: 12px;
        margin-top: 10px;
    }

    .page3 .content-r ul {
        padding-top: 20px;
    }

    .page4 {
        padding-top: 30px;
    }

    .page4 .content-l,
    .page4 .content-r {
        width: 100%;
    }

    .page4 .content-l {
        margin-top: 30px;
        padding-bottom: 50px;
    }

    .page4 .content-l p {
        font-size: 12px;
        line-height: 18px;
        margin: 15px 0;
    }

    .page4-mascot {
        left: 0;
    }

    .page4 .content-r .r-list .r-item {
        margin-top: -20px;
    }

    .page4 .content-r .r-list .r-item span.message {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }

    .page4 .content-r .r-list .r-item.active {
    }

    .page4 .content-r .r-list .r-item span.icon {
        width: 40px;
        height: 40px;
    }

    .page4 .content-r .r-list .r-item span.icon::after {
        width: 38px;
        height: 38px;
    }

    .page4 .content-r .r-list .r-item span.icon::before {
        width: 38px;
        height: 38px;
    }

    .page4 .content-r .r-list .r-item.active span.message {
        font-size: 14px;
    }

    .page4 .content-r .r-list .r-item:nth-of-type(1) span.icon {
        background-size: 18px auto;
    }

    .page4 .content-r .r-list .r-item:nth-of-type(2) span.icon {
        background-size: 16px auto;
    }

    .page4 .content-r .r-list .r-item:nth-of-type(3) span.icon {
        background-size: 13px auto;
    }

    .page4 .content-r .r-list .r-item:nth-of-type(4) span.icon {
        background-size: 12px auto;
    }

    .page4 .content-r .r-list .r-item:nth-of-type(5) span.icon {
        background-size: 20px auto;
    }

    .page4 .content-r .r-list .r-item:nth-of-type(6) span.icon {
        background-size: 24px auto;
    }

    .page4 .content-r .r-list .r-item:nth-of-type(7) span.icon {
        background-size: 18px auto;
    }

    .page4 .content-r .r-list .r-item:nth-of-type(1).active span.icon {
        background-size: 18px auto;
    }

    .page4 .content-r .r-list .r-item:nth-of-type(2).active span.icon {
        background-size: 16px auto;
    }

    .page4 .content-r .r-list .r-item:nth-of-type(3).active span.icon {
        background-size: 13px auto;
    }

    .page4 .content-r .r-list .r-item:nth-of-type(4).active span.icon {
        background-size: 12px auto;
    }

    .page4 .content-r .r-list .r-item:nth-of-type(5).active span.icon {
        background-size: 20px auto;
    }

    .page4 .content-r .r-list .r-item:nth-of-type(6).active span.icon {
        background-size: 24px auto;
    }

    .page4 .content-r .r-list .r-item:nth-of-type(7).active span.icon {
        background-size: 18px auto;
    }

    .page4 .content-r .r-list .r-item:nth-of-type(4),
    .page4 .content-r .r-list .r-item:nth-of-type(5),
    .page4 .content-r .r-list .r-item:nth-of-type(6),
    .page4 .content-r .r-list .r-item:nth-of-type(7) {
        margin-bottom: -20px;
        margin-top: -20px;
    }

    .page4 .content-r .r-list .r-item span i {
        width: 15px;
        height: 15px;
    }

    .page4 .content-r .r-list .r-item.active span.icon::before {
        width: 50px;
        height: 50px;
    }

    .page4 .content-r .r-list .r-item.active span.icon::after {
        width: 60px;
        height: 60px;
    }

    .page5 {
        padding-bottom: 30px;
    }

    .mySwiper1 .swiper-slide {
        width: 80%;
    }

    .page6 .content-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .page6 .content-r-wrap,
    .page6 .content-r {
        width: 100%;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .page6 .content-r .content-r-wrap .li-item {
        margin-bottom: 20px;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .page6 .content-r .content-r-wrap .r-mes {
        flex: 0 0 64.333%;
        max-width: 64.333%;
        padding-left: 15px;
        height: 100%;
    }

    .page6 .content-r .content-r-wrap p {
        font-size: 12px;
        line-height: 18px;
        max-height: 36px;
    }

    .page6 .content-r .content-r-wrap h2,
    .page6 .content-l .content-l-wrap h2 {
        margin-top: 0;
        font-size: 1.35rem;
        line-height: 1.9rem;
        max-height: 3.8rem;
    }

    .page6 .content-l .content-l-wrap h2 {
        bottom: 1.2rem;
    }

    .page6 {
        margin-bottom: 0;
    }

    .page7-content-bottom .list-item {
        width: 100%;
        margin-bottom: 15px;
        background-size: 12px auto;
    }

    .page3 .content-r ul li.r-item a,
    .page2-content .page2-content-l a,
    .page4 .content-l a,
    .page6 .content-r .content-r-wrap a {
        font-size: 1rem;
    }

    .page4 .content-l a {
        padding-left: 0;
    }

    .page4 .content-r .r-image {
        width: 70%;
    }

    .page4 .content-r .r-list {
        right: auto;
        left: 6%;
        width: 80%;
    }

    .page4 .content-r .r-list .r-item:nth-of-type(4) {
        margin-bottom: 0;
        margin-top: -20px;
    }
}
