@media screen and (min-width: 1180px) {

    .navigate {
        position: relative;
        font-size: 16px;
        margin-top: 27px;
        margin-bottom: 35px;
        width: 1024px;
    }

    .content .box .tags {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        width: 100%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 30px;
    }

    .content .box .tags .item {
        font-size: 22px;
        text-align: center;
        color: #333333;
        margin-right: 50px;
        cursor: pointer;
    }

    .content .box .tags .item-show {
        border-bottom: 3px solid #C72634;
    }

    .box {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 1024px;
        color: #333333;
    }

    .box-1 {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .box-1 h1 {
        color: #007C41;
        font-size: 35px;
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .box-1 p {
        line-height: 25px;
    }


    .box-2 {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 30px;
    }

    .box-2 .text1 {
        width: 500px;
        margin-right: 20px;
    }

    .box-2 .text2 {
        width: 501px;
        height: 234px;
        margin-left: 20px;
    }

    .box-2 .text1 .title,
    .box-2 .text2 .title {
        font-size: 24px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .box-2 .text1 .con,
    .box-2 .text2 .con {
        line-height: 26px;
    }


    .box-2 .img {
        width: 501px;
        height: 234px;
    }

    .box-3 h1 {
        text-align: center;
        color: #007C41;
        margin-top: 80px;
        margin-bottom: 20px;
        font-size: 35px;
    }

    .box-3 h3 {
        margin-bottom: 5px;
        font-size: 24px;
    }

    .box-3 p {
        margin-bottom: 35px;
        line-height: 26px;
    }
}

@media screen and (min-width: 480px) and (max-width: 1180px) {

    html body .pad {
        display: none;
        position: absolute;
    }

    .content {
        width: 96%;
    }

    .navigate {
        margin-top: 2rem;
        font-size: 1.5rem;
        width: 100%;
        margin-left: 10%;
        margin-bottom: 2rem;
    }

    .content .box .tags {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        width: 100%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 30px;
    }

    .content .box .tags .item {
        font-size: 22px;
        text-align: center;
        color: #333333;
        margin-right: 50px;
        cursor: default;
    }

    .content .box .tags .item-show {
        border-bottom: 3px solid #C72634;
    }

    .box {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        font-size: 14px;
    }

    .box-1 {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .box-1 h1 {
        color: #007C41;
        font-size: 35px;
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .box-1 p {
        line-height: 25px;
    }


    .box-2 {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 30px;
    }

    .box-2 .text1 {
        width: 50%;
        margin-right: 2%;
    }

    .box-2 .text2 {
        width: 50%;
        margin-left: 2%;
    }

    .box-2 .text1 .title,
    .box-2 .text2 .title {
        font-size: 24px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .box-2 .text1 .con,
    .box-2 .text2 .con {
        line-height: 21px;
    }

    .box-2 .img {
        width: 40%;
    }

    .box-3 h1 {
        text-align: center;
        color: #007C41;
        margin-top: 80px;
        margin-bottom: 20px;
        font-size: 35px;
    }

    .box-3 h3 {
        margin-bottom: 5px;
        font-size: 24px;
    }

    .box-3 p {
        margin-bottom: 35px;
        line-height: 25px;
    }
}

@media screen and (max-width: 480px) {

    .navigate {
        margin-top: 2rem;
        font-size: 1.5rem;
        width: 90%;
        margin-bottom: 2rem;
    }

    .box {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        color: #333333;
        text-align: justify;
        line-height: 3rem;
        font-size: 1.4rem;
    }

    .content .box .tags {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        width: 94%;
        border-bottom: 1px solid #ccc;
    }

    .content .box .tags .item {
        font-size: 18px;
        text-align: center;
        color: #333333;
        margin-right: 20px;
        cursor: default;
    }

    .content .box .tags .item-show {
        border-bottom: 3px solid #C72634;
    }

    .box-1 {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 90%;
    }

    .box-1 h1 {
        color: #007C41;
        font-size: 23px;
        margin-top: 25px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .box-1 p {
        align-items: center;
    }


    .box-2 {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 30px;
        width: 90%;
    }

    .box-2 .text1 {
        margin-top: 10px;
        width: 100%;
    }

    .box-2 .text2 {
        margin-top: 10px;
        width: 100%;
    }

    .box-2 .text1 .title,
    .box-2 .text2 .title {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .box-2 .text1 .con,
    .box-2 .text2 .con {
    }


    .box-3 {
        width: 90%;
    }

    .box-3 h1 {
        color: #007C41;
        font-size: 23px;
        margin-top: 25px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .box-3 h3 {
        margin-bottom: 5px;
        font-size: 20px;
    }

    .box-3 p {
        margin-bottom: 35px;
    }
}