.navbar {
    background-color: #7eba17;
}

.mobile-menu {
    background-color: #7eba17;
}

.nav-item a {
    border-color: #7eba17;
}

.banner .banner-text h3:nth-child(2) {
    color: #fff;
}

.banner .banner-text h3:nth-child(2) span {
    color: #a6f126;
}

.banner .banner-text p span {
    border-color: #a6f126;
    color: #a6f126;
    border-width: 1px;
}

.content {
    margin-top: 20px;
}

.content h3 {
    /* text-align: center; */
}

.content .row {
    align-items: center;
}

.content .col-md-6 {
    padding: 30px;
}

.content p {
    font-size: 20px;
    line-height: 40px;
    text-indent: 2rem;
}

.text-center {
    text-align: center;
}

.text-green {
    color: #7eba17;
}

.content img {
    width: 100%;
}


.page4 h3 {
    margin-top: 30px;
    color: #7db916;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

.page4 img {
    width: 100%;
}


.list {
    padding: 30px 30px;
}

.list ul {
    align-items: center;
}

.list ul li p {
    font-size: 18px;
    text-indent: 2rem;
}

.list ul li img {
    width: 100%;
}

.list ul:nth-child(1) .title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #7bb917;
    font-size: 20px;
    text-align: left;
}

.list ul li:nth-child(1) {
    position: relative;
}

.list ul li:nth-child(2) {
    position: relative;
}

.list2 {
    background-color: #7bb917;
    color: #fff;
}

.list2 ul .title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #fff !important;
    font-size: 20px;
    text-align: left;
}


.list ul li .btn-play {
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}


.page2 {
    margin-top: 40px;
}

.page2 .title {
    text-align: center;
}

.page2 .title h3 {
    color: #7bb917;
}

.page2 .title p {
    font-size: 20px;
    line-height: 30px;
}

.page2 ul {
    padding-left: 75px;
    margin-top: 60px;
}

.page2 ul li {
    margin-top: 20px;
    position: relative;
    padding-left: 35px;
}

.page2 ul {
    counter-reset: step-counter;
}

.page2 ul li::before {
    content: counter(step-counter);
    counter-increment: step-counter;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    border-radius: 50%;
    background-color: #7eba17;
    margin-right: 5px;
    position: absolute;
    left: -28px;
    top: -23px;
}

.page2 ul li:last-child {
    border: none;
}

.page2 ul li {
    border-left: 1px solid #7eba17;
}

.page2 ul li p {
    position: relative;
    top: -29px;
    font-size: 20px;
}

.page2 ul li p:nth-child(1) {
    color: #7eba17;
}

.page2 ul li p:nth-child(2) {
    color: #7eba17;
}

.page2 ul li p:nth-child(3) {
    margin-top: 10px;
}

/* 手机设备 (小于 576px) */
@media (max-width: 575.98px) {
    .banner .banner-text {
        width: 100%;
    }

    .banner .banner-text h3 {
        font-size: 24px;
        line-height: 40px;
    }

    /* list调整 */
    .list {
        padding: 10px 10px;
    }

    .list .title h3 {
        font-size: 18px;
    }

    .list .title p {
        font-size: 14px;
    }

    .list ul li p {
        font-size: 14px;
    }

    .list ul li .btn-play {
        width: 40px;
    }

    .page2 ul {
        padding-left: 20px;
    }

    .page2 ul li p {
        position: relative;
        top: -21px;
        font-size: 16px;
    }
    .content h3{
        font-size: 22px;
    }
    .page4 h3{
        margin-top: 10px;
        font-size: 24px;
    }
    .content p {
        font-size: 16px;
        line-height: 30px;
    }
    .content .col-md-6{
        padding: 20px 10px;
    }


}