@media only screen and (min-width: 501px) {
    .forgotPassword-box {
        width: 750px;
        margin: auto;
        text-align: center;
    }

    .forgotPassword-box .tip {
        font-size: 20px;
    }

    .website-tip-box {
        width: 100%;
        height: 80px;
        background: #279767;
    }

    .website-tip-box .website-tip-main {
        width: 700px;
        margin: auto;
        color: white;
        padding-top: 15px;
    }

    .website-tip-box .website-tip-main .btn-box {
        text-align: center;
        margin-top: 10px;
    }

    .website-tip-box .website-tip-main .btn-box .btn {
        color: white;
        padding: 5px 10px;
        border: none;
        border-radius: 5px;
        background-color: #89B330;
    }

    .index-box {
        padding-bottom: 100px;
    }

    .tab {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }

    .tab .tab-item {
        flex: 1;
        /* height: 100px; */
        background: #279767;
        margin: 0 1px;

        display: flex;
        align-items: center;
        cursor: pointer
    }

    .tab .tab-item .tab-item-img {
        width: 100px;
        height: 100px;
        /* margin-left: 20px; */
    }

    .tab .tab-item .tab-item-title {
        flex: 1;
        font-size: 24px;
        font-weight: 700;
        color: white;
        text-align: left;
        margin-left: -7px;
    }

    .tab .tab-item.active {
        background: #6BB695;
    }

    .content {
        padding: 0 20px;
    }

    .content .content-two .content-two-title {
        display: block;
        font-size: 30px;
        line-height: 60px;
        color: #515151;
    }

    .content .content-three {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #777;
        padding: 15px 0;
        border-bottom: 1px solid #eee;
        cursor: pointer;
    }

    .content .content-three:hover {
        border-bottom: 1px solid #1c7430;
    }

    .content .content-three:hover .content-three-title,
    .content .content-three:hover .next-icon {
        color: #1c7430;
    }

    .content .content-three .content-three-title {
        padding-right: 10px;
    }

    .content .content-three .content-three-title,
    .next-icon {
        font-size: 24px;
    }
}


@media only screen and (max-width: 500px) {
    .forgotPassword-box {
        width: 350px;
        margin: auto;
        text-align: center;
    }

    .center {
        width: 100%;
    }

    .website-tip-box {
        width: 100%;
        height: 100px;
        background: #279767;
    }

    .website-tip-box .website-tip-main {
        width: 90%;
        margin: auto;
        color: white;
        padding-top: 15px;
    }

    .website-tip-box .website-tip-main .btn-box {
        text-align: center;
        margin-top: 10px;
    }

    .website-tip-box .website-tip-main .btn-box .btn {
        color: white;
        padding: 5px 10px;
        border: none;
        border-radius: 5px;
        background-color: #89B330;
    }

    .index-box {
        padding-bottom: 100px;
    }

    .tab {
        display: flex;
        justify-content: space-between;
    }

    .tab .tab-item {
        height: auto;
        background: #279767;
        margin: 0 1px;
        padding: 5px;

        display: flex;
        align-items: center;
        cursor: pointer
    }

    .tab .tab-item .tab-item-img {
        width: 65px;
        height: 65px;
        margin-left: 0px;
    }

    .tab .tab-item .tab-item-title {
        display: none;
        flex: 1;
        height: 20px;
        font-size: 20px;
        font-weight: 700;
        color: white;
        text-align: left;
        margin: 0;
    }

    @media only screen and (max-width: 430px) {
        .tab .tab-item .tab-item-title {
            display: none;
            flex: 1;
            height: 20px;
            font-size: 18px;
            font-weight: 700;
            color: white;
            text-align: left;
            margin: 0;
        }
    }

    .tab .tab-item.active {
        flex: 1;
        /* flex-direction: column; */
        background: #6BB695;
        width: 185px;
    }

    .tab .tab-item.active .tab-item-img {
        width: 30px;
        height: 30px;
    }

    .tab .tab-item.active .tab-item-title {
        display: block;
    }

    .content {
        padding: 0 20px;
    }

    .content .content-two .content-two-title {
        font-size: 24px;
        line-height: 48px;
        color: #515151;
    }

    .content .content-three {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #777;
        padding: 15px 0;
        border-bottom: 1px solid #eee;
        cursor: pointer;
    }

    .content .content-three .content-three-title {
        padding-right: 10px;
    }

    .content .content-three .content-three-title,
    .next-icon {
        font-size: 20px;
    }
}

@media only screen and (max-width: 400px) {
    .tab {
        margin-top: 10px;
    }

    .tab .tab-item {
        padding: 0;
    }

    .tab .tab-item .tab-item-img {
        width: 50px;
        height: 50px;
    }

    .tab .tab-item .tab-item-title {
        font-size: 16px;
        font-weight: bold;
    }

    .header .header-main .search-box {
        width: 100%;
    }

    .header .header-main .search-box .search-tip {
        width:100%;
        font-size: 20px;
        font-weight: bold;
    }

}