._m {
    display: none;
}

._d {
    display: block;
}

section {
    background-color: #fad8b7;
}

.wrap {
    width: 1200px;
    background-color: #fff;
    text-align: center;
    margin: auto;
}

/*** Section Start ***/
.section-1 {
    position: relative;
    z-index: 1;
}

.section-1 .wrap {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8ebe0), to(#ffffff));
    background-image: linear-gradient(to bottom, #f8ebe0, #ffffff);
    padding: 128px 0 52px;
}

.section-1 h1 {
    font-size: 36px;
    color: #999997;
    margin: 52px 0 56px;
}

.text-green {
    color: #5db60c;
}

.section-2 .wrap {
    background-color: #ecc299;
    padding: 18px 124px 0;
}

.items {
    font-size: 0;
}

.items:after {
    content: '';
    display: block;
    clear: both;
}

.items li {
    width: calc(100% / 3 - 18px);
    margin-right: calc(18px * 3 / 2);
}

.section-3 .wrap {
    padding: 40px 0 120px;
}

.section-3 h1 {
    font-size: 40px;
    line-height: 58px;
    color: #444;
    margin-bottom: 60px;
}

/*** Reset Footer ***/
.ev_footer {
    font-size: 18px;
    color: #444;
    background-color: #fad8b7;
    padding: 0;
}

.ev_footer .wrap {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 36px;
}

.ev_footer_link {
    color: #444;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

.column {
    float: left;
    text-align: left;
}
.column:first-child {
    width: 60%;
    padding-left: 50px;
}
.column:last-child {
    width: 40%;
}
.column p {
    font-size: 36px;
}

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

    .ev_header,
    .ev_wrapper,
    .ev_footer {
        min-width: 1200px;
    }

    .m-slogn,
    .m-nav {
        display: none;
    }

    .items li {
        float: left;
    }

    .items li:nth-child(3n+3) {
        margin-right: 0;
    }

    .items li:nth-child(-n + 3) {
        margin-bottom: 22px;
    }

    .ev_footer .wrap {
        background-color: #fff;
    }
}

@media screen and (max-width: 800px) {
    ._d {
        display: none;
    }

    ._m {
        display: block;
    }

    .ev_header,
    .ev_footer {
        display: none;
    }

    .wrap {
        width: 100% !important;
    }

    .w-slogn {
        display: none;
    }

    body,
    .ev_wrapper {
        min-width: 100%;
    }

    img {
        width: 100%;
    }

    .section-1 .wrap {
        padding: 18px 20px 8px;
    }

    .logo {
        max-width: 40%;
    }

    .section-1 h1 {
        font-size: 13px;
        margin: 16px 0 44px;
    }

    .section-1 .btn {
        max-width: 100%;
        display: inline-block;
    }

    .section-2 .wrap {
        padding: 0 4px;
        padding: 0;
    }

    .items {
        white-space: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .items li {
        width: calc(100% / 2 - 12px);
        display: inline-block;
        margin-right: 12px;
    }

    .items li:last-child {
        margin-right: 0;
    }

    .section-3 {
        padding-bottom: 70px;
    }

    .section-3 .wrap {
        text-align: left;
        padding: 12px 16px;
    }

    .section-3 h1 {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 0;
    }

    .m-nav {
        width: 100%;
        height: 70px;
        line-height: 18px;
        font-size: 15px;
        color: #fff;
        background-color: #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 8px 4px 8px 16px;
        position: fixed;
        bottom: 0;
        left: 0;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .m-nav>*:not(.right) {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }

    .m-nav .right {
        -webkit-box-flex: 0.6;
            -ms-flex: 0.6;
                flex: 0.6;
        text-align: right;
    }

    .m-nav .left>* {
        display: inline-block;
        vertical-align: middle;
    }

    .m-nav .logo {
        max-width: 28%;
    }

    .m-nav h3 {
        font-size: 13px;
        display: inline-block;
        margin-left: 6px;
    }

    .m-nav .btn {
        max-width: 170px;
        display: inline-block;
    }

    .m-nav .btn img {
        margin-top: 10px;
    }

    .ev_footer {
        padding-bottom: 80px;
    }

    .column:first-child {
        width: 60%;
        padding-left: 0;
        text-align: left;
    }
    .column:last-child {
        width: 40%;
        text-align: left;
    }
    .column p {
        font-size: 12px;
    }
}