html {
    font-size: 13.333333vw;
}

.header-wrap {
    position: fixed;
}

.main {
    padding-top: 0 !important;
    background: #f3f4f7;
}

.swiper-pagination span.swiper-pagination-bullet-active::before {
    border-radius: 10px;
    height: 4px;
    top: 10px;
    background: #0e652b;
}

.swiper-pagination span::before {
    border-radius: 10px;
    height: 4px;
    background: #4b515baa;
}

.modular1 ul.icons {
    overflow: hidden;
    font-size: 0;
    margin: 0rem -0.04rem;
    margin-top: 0.2rem;
}

.modular1 .icons li {
    width: calc(33.33% - 0.08rem);
    margin: 0.04rem;
    background: #fff;
    overflow: hidden;
    text-align: center;
    padding: 0.12rem;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
}

.modular1 .icons li img {
    max-height: 3vw;
    transition: 0.5s;
    display: none;
}

.modular1 .icons li .active {
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.modular1 .icons li .text {
    transition: 0.5s;
    font-size: 0.24rem;
}

.modular1 .icons li.on img,
.modular1 .icons li:hover img {
    opacity: 0;
}

.modular1 .icons li.on img.active,
.modular1 .icons li:hover img.active {
    opacity: 1;
}

.modular1 .icons li.on .text,
.modular1 .icons li:hover .text {
    color: #128b34;
}

.modular1 .icons li.on {
    background: #f8f8f8;
}

.modular1 .swiper-slide {
    background: #ffffff;
    text-align: center;
    padding: 1em;
}

.modular1 .swiper-container {
    padding: 0 39px;
    padding-bottom: 14px;
    margin-bottom: 10px;
}

.modular1 .swiper-container .swiper-button-prev,
.modular1 .swiper-container .swiper-button-next {
    height: calc(100% - 14px);
    background: #fff no-repeat center center;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23424242'%2F%3E%3C%2Fsvg%3E");
    background-size: 50% 50%;
    top: 0;
    transform: translate(0, 0);
    margin-top: 0;
    width: 34px;
    right: 0;
}

.modular1 .swiper-container .swiper-button-prev {
    left: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23424242'%2F%3E%3C%2Fsvg%3E");
}

.modular1 .swiper-container .swiper-button-prev.swiper-button-disabled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23b8b8b8'%2F%3E%3C%2Fsvg%3E");
}

.modular1 .swiper-container .swiper-button-next.swiper-button-disabled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23b8b8b8'%2F%3E%3C%2Fsvg%3E");
}

.modular1 .swiper-container .swiper-slide {
    cursor: pointer;
    transition: .5s;
}

.modular1 .swiper-container .swiper-slide:hover,
.modular1 .swiper-container .swiper-slide.on {
    background: #128b34;
    color: #fff;
}

.modular1 .swiper-container .swiper-slide.on::after {
    content: '';
    bottom: 0;
    border: 14px solid transparent;
    border-top: 14px solid #128b34;
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -14px;
}

.modular1 .tab-content {
    margin-bottom: 3%;
    font-size: 0;
}

.modular1 .tab-content li {
    background: #fff;
    display: inline-block;
}

.modular1 .tab-content ul {
    margin: -0.04rem;
    margin-top: 0.3rem;
}

.modular1 .tab-content .right {
    position: relative;
    padding: 40%;
    width: 100%;
    box-sizing: border-box;
}

.modular1 .tab-content .right img {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
}

.modular1 .tab-content ul li {
    width: calc(33.33% - 0.08rem);
    margin: 0.04rem;
}


.modular1 .tab-content .left {
    padding: 4%;
}

.modular1 .tab-content .left a {
    color: #333333;
    border: 1px solid #cccccc;
    padding: 1em 2em;
    border-radius: 9em;
    box-sizing: border-box;
    margin-top: 2em;
}

.modular1 .tab-content .left h2 {
    font-weight: bold;
    margin-bottom: 0.5em;
    font-size: 0.22rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modular1 .tab-content .left h3 {
    line-height: 1.6;
}

.page {
    margin: 0.4rem 0;
}


@media (max-width: 1024px) {
    .new_test.banner img {
        height: 180px;
        object-fit: cover;
    }

    .colorgol {
        margin-left: 130px !important;
        line-height: 68px !important;
    }
}