/*global*/
.clear {
    clear: both;
}

.space {
    clear: both;
    height: 20px;
}

hr {
    border-top: 1px solid #e6e6e6;
    border-bottom: none;
}

/*head*/
.banner {
    background-image: url(../img/background/content-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    display: table;
    width: 100%;
    text-align: center;
    height: 50vh;
    background-position-y: inherit;
}

.banner-padding {
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
}

.banner-text {
    width: 1024px;
    margin: 0 auto;
    padding: 10px 30px;
}

    .banner-text > h2, .banner-text > h3 {
        display: inline-block;
        font-family: 'Felix Titling', AR StdMingti Extra B5;
    }

    .banner-text > h2 {
        color: #cecc18;
    }

    .banner-text > h3 {
        color: #cecc18;
        padding-right: 5px;
    }

.path {
    /*    background-color: rgba(255, 255, 255, 0.90);*/
    padding: 15px;
    font-size: 18px;
    color: #fff;
    width: 1024px;
    margin: 0 auto;
    text-align: right;
    margin-top: 90px;
}
/* 🎯 新增這段：專門控制 path 裡面超連結的樣式 */
.path a {
    color: #fff !important; /* 強制讓超連結字體變成白色 */
    text-decoration: underline; /* 加上底線 */
    transition: opacity 0.2s; /* 順手加上平滑過渡效果，滑過去時比較有質感 */
}

/* 💡 選擇性加入：當滑鼠移到首頁超連結時的效果（例如微變透明） */
.path a:hover {
    opacity: 0.8;
}

.container {
    background-color: #f0e6f1;
    /*background-image: url(../img/background/lightbox-bg3.jpg);*/
}

/*body*/
.container-wrap {
    margin: 0 auto;
    width: 1024px;
}

.container-content {
    /*border-radius: 5px;*/
    box-sizing: border-box;
    display: inline-block;
    background-color: #fff;
    margin: 20px 0;
    padding: 20px;
    width: 100%;
    /*border: 1px solid #e3e3e3;*/
}

/*button*/
.btn-purple {
    background-color: #0000C6;
    color: #fff !important;
    display: inline-block;
    padding: 10px 40px;
    border-radius: 5px;
    box-sizing: border-box;
    /* 🎯 新增以下屬性設定文字水平置中 */
    text-align: center;
    /* 💡 額外加碼：確保文字在按鈕內不會因為寬度不夠而尷尬的自動斷成兩行 */
    white-space: nowrap;
}

    .btn-purple:hover {
        background-color: #48405e;
        color: rgba(255, 255, 255, 0.90);
        cursor: pointer;
    }

/*about*/
.about > img {
    max-width: 100%;
}

.about > * {
    text-align: center;
}

.about > .item {
    border-radius: 5px;
    /*padding: 15px;*/
    /*min-height: 200px;*/
    background-color: #fff;
    background-position: left top;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

    .about > .item > .right {
        background-color: #f9f9f9;
        float: left;
        width: 50%;
        padding: 10px 30px;
        margin-left: 50%;
        box-sizing: border-box;
        min-height: 227px;
        text-align: justify;
    }

.about-title {
    color: #8e6a8e;
}

/*booking*/
.booking {
    text-align: center;
    /*width: 95%;*/
    margin: 0 auto;
}

.simple-table > .left, .simple-table > .right {
    float: left;
    margin: 10px 0;
}

.simple-table > .left {
    width: 80px;
    vertical-align: top;
    line-height: 40px;
    border-radius: 5px 0 0 5px;
}

.simple-table > .right {
    width: calc(100% - 80px);
    text-align: left;
}

/*contact*/
.contact > .left, .contact > .right {
    float: left;
}

.contact > .left {
    width: 500px;
}

    .contact > .left > iframe {
        width: 100%;
        height: 420px;
    }

.contact > .right {
    width: calc(100% - 500px);
}

    .contact > .right > h3 {
        color: #b38cb3;
        font-family: AR StdMingti Extra B5;
        text-align: center;
        padding: 0 0 12px 0;
    }

    .contact > .right > div {
        display: block;
        border-top: 1px solid #eee;
        padding: 10px;
        margin: 0 20px;
    }

        .contact > .right > div > img {
            height: 30px;
            vertical-align: middle;
            padding-right: 12px;
        }

/*device*/
.device {
    padding: 20px 0;
}

    .device > .item {
        border-radius: 5px;
        background-color: #fff;
        /*background-image: url(../img/background/lightbox-bg2.png);
        background-position:bottom center;*/
        cursor: pointer;
        float: left;
        width: 32%;
        padding: 10px;
        box-sizing: border-box;
        margin-bottom: 2%;
    }

        .device > .item:not(:nth-child(3n)) {
            margin-right: 2%;
        }

        .device > .item > .item-wrap > .img {
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            width: 100%;
            height: 185px;
        }

        .device > .item:hover > .item-wrap > .img {
            opacity: 0.9;
        }

        .device > .item > .item-wrap > h4 {
            font-family: AR StdMingti Extra B5;
            font-weight: normal;
            width: 100%;
            padding: 10px;
            text-align: center;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            box-sizing: border-box;
        }

.m_device {
    padding: 20px 0;
}

.m_device_pic {
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: 260px;
    opacity: 0.8;
    transition: all ease-in-out 0.3s;
}

.m_device > .item:hover .m_device_pic {
    opacity: 1;
}

.m_device > .item {
    border-radius: 5px;
    margin-bottom: 20px;
}

    .m_device > .item > .right {
        background-color: #fff;
        float: left;
        width: 100%;
        padding: 10px 30px;
        box-sizing: border-box;
        text-align: right;
    }

        .m_device > .item > .right > p {
            text-align: left;
        }

        .m_device > .item > .right > .btn-purple {
            margin-top: 15px;
        }

.m_device-title {
    /*font-family:'AR StdMingti Extra B5';*/
    color: #b38cb3;
    padding: 5px 0 0 0;
    text-align: left;
}

ul.m_device-list > li {
    /*background-color: #e6e6e6;*/
    background-image: url(../img/icon/list-icon-01.png) !important;
    background-position: 0 7px;
    background-repeat: no-repeat;
    color: #777;
    padding: 0 15px 8px 34px;
    font-size: 14px;
    line-height: 36px;
    text-align: justify;
    text-justify: distribute;
}

.m_device-box {
    display: none;
    background-color: #fff;
    padding: 20px;
}

/*news*/
.news {
    padding: 20px 0;
}

    .news > .item {
        border-radius: 5px;
        background-color: #fff;
        /*background-image: url(../img/background/lightbox-bg2.png);
        background-position: bottom center;*/
        cursor: pointer;
        float: left;
        width: 32%;
        padding: 10px;
        box-sizing: border-box;
        margin-bottom: 2%;
    }

        .news > .item:not(:nth-child(3n)) {
            margin-right: 2%;
        }

        .news > .item > .item-wrap > .img {
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            width: 100%;
            height: 185px;
        }

.news-info {
    width: 90%;
    margin: 0 auto;
}

    .news-info > h4 {
        font-family: Arial;
        font-weight: lighter;
        font-size: 16px;
        text-align: center;
        color: #999;
        line-height: 46px;
    }

    .news-info > h3, .news-info > p {
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        box-sizing: border-box;
        line-height: 28px;
    }

    .news-info > p {
        line-height: 36px;
    }

    .news-info > .more {
        color: #2c4c38;
        font-size: 20px;
        text-align: right;
        line-height: 30px;
    }

/*.news-tag {
    background-color: rgba(17, 17, 17, 0.7);
    color: #fff;
    font-weight: bold;
    height: 185px;
    padding-top: 75px;
    text-align: center;
    float: left;
    width: 100%;
    box-sizing: border-box;
    -webkit-transition: background-color 0.7s;
    transition: background-color 0.7s;
}

    .news-tag > span {
        color: rgba(255, 255, 255, 0.45);
        font-size: 12px;
        font-weight: lighter;
    }

.news > div:hover > .item-wrap > .news-tag {
    background-color: rgba(255, 255, 255, 0);
}*/

.news-tag {
    position: absolute;
    padding: 10px 13px;
    margin-top: -10px;
    background-color: rgba(78, 191, 212, 0.88);
    color: #fff;
    border-radius: 0 0 5px 5px;
}

/*notice*/
.notice {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

    .notice > h3 {
        color: #b38cb3;
        padding: 20px 0;
    }

ul.notice-list {
    /*width: 90%;*/
    /*margin: 15px auto 0 auto;*/
}

    ul.notice-list > li {
        /*background-color: #e6e6e6;*/
        background-image: url(../img/icon/list-icon-01.png) !important;
        background-position: 15px 12px;
        background-repeat: no-repeat;
        padding: 8px 15px 8px 48px;
        font-size: 14px;
        line-height: 30px;
        border-top: 1px solid #e3e3e3;
        text-align: justify;
        text-justify: distribute;
    }

/*safety*/
.safety {
    padding: 20px 0;
}

    .safety > .item {
        border-radius: 5px;
        /*padding: 15px;*/
        /*min-height: 210px;*/
        background-color: #fff;
        background-position: 0 center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-bottom: 20px;
    }

        .safety > .item > .right {
            background-color: #fff;
            float: left;
            width: 60%;
            padding: 10px 30px;
            margin-left: 40%;
            box-sizing: border-box;
            min-height: 210px;
        }

.safety-title {
    /*font-family:'AR StdMingti Extra B5';*/
    color: #b38cb3;
    padding: 0 0 5px 0;
    text-align: center;
}

ul.safety-list {
    width: 100%;
}

    ul.safety-list > li {
        /*background-color: #e6e6e6;*/
        background-image: url(../img/icon/list-icon-01.png) !important;
        background-position: 0 7px;
        background-repeat: no-repeat;
        padding: 8px 15px 8px 34px;
        font-size: 14px;
        line-height: 22px;
        border-top: 1px solid #e3e3e3;
        text-align: justify;
        text-justify: distribute;
    }

/*service*/
.service {
    padding: 20px 0;
}

    .service > .item {
        border-radius: 5px;
        /*padding: 15px;*/
        /*min-height: 200px;*/
        background-color: #fff;
        background-position: 0 center;
        background-repeat: no-repeat;
        margin-bottom: 20px;
    }

        .service > .item > .right {
            background-color: #fff;
            float: left;
            width: 50%;
            padding: 10px 30px;
            margin-left: 50%;
            box-sizing: border-box;
            min-height: 240px;
        }

.service-title {
    /*font-family:'AR StdMingti Extra B5';*/
    color: #b38cb3;
    padding: 0 0 5px 0;
    text-align: center;
}

/*health*/
.health {
    padding: 20px 0;
}

.health-list > a {
    border-radius: 5px;
    background-color: #fff;
    display: block;
    padding: 10px;
    margin-bottom: 10px;
}

    .health-list > a:hover > .health-date {
        border-left: 5px solid #48405e;
    }

.health-date, .health-title {
    display: inline-block;
    padding: 15px 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

.health-date {
    font-size: 12px;
    text-align: center;
    width: 130px;
    border-right: 1px solid #e3e3e3;
    border-left: 3px solid #b38cb3;
    -webkit-transition: border-left 0.2s;
    transition: border-left 0.2s;
}

.health-title {
    font-weight: bold;
    width: calc(100% - 140px);
}

/*team*/
.team {
    text-align: center;
    padding: 20px 0;
}

    .team > .item {
        float: left;
        width: 25%;
        padding: 20px;
        box-sizing: border-box;
    }

.team-img, .team-search-icon, .team-member-name {
    float: left;
    /*display: inline-block;*/
}

.team-img {
    width: 100%;
    border-radius: 50%;
    border: 10px solid #fff;
    box-sizing: border-box;
}

.team-search-icon {
    margin-top: -30%;
    margin-left: 70%;
    width: 25%;
}

    .team-search-icon > img {
        width: 100%;
    }

.team-member-name {
    font-family: AR StdMingti Extra B5;
    padding: 20px 0;
    clear: both;
    text-align: center;
    width: 100%;
}

ul.team-list {
    width: 100%;
    margin: 15px auto 0 auto;
}

    ul.team-list > li {
        /*background-color: #e6e6e6;*/
        background-image: url(../img/icon/list-icon-01.png) !important;
        background-position: 0 12px;
        background-repeat: no-repeat;
        padding: 8px 15px 8px 35px;
        font-size: 14px;
        line-height: 30px;
        text-align: justify;
        text-justify: distribute;
    }

/*location*/
.googlemap-full {
    width: 100%;
    height: 480px;
}

.location {
    /*padding: 10px;*/
    width: 90%;
    margin: 0 auto;
}

    .location > h3 {
        border-left: 5px solid #48405e;
        padding-left: 15px;
        /*width: 90%;*/
        margin: 0 auto;
        margin-top: 30px;
        /*color: #b38cb3;*/
    }

        .location > h3 > a {
            /*color: #b38cb3;*/
            text-decoration: underline;
        }

ul.location-list {
    /*width: 90%;*/
    margin: 15px auto 0 auto;
}

    ul.location-list > li {
        /*background-image: url(../img/icon/list-icon-01.png) !important;
        background-position: 15px 12px;
        background-repeat: no-repeat;*/
        padding: 4px 15px 4px 22px;
        font-size: 14px;
        line-height: 30px;
        border-top: 1px solid #e3e3e3;
        text-align: justify;
        text-justify: distribute;
    }

.traffic-tips {
    color: #b38cb3;
    text-align: center;
}

/*process*/
.process {
    padding: 20px 0;
}

    .process > .item {
        margin-bottom: 10px;
    }

.process-num {
    position: absolute;
    background-image: url(../img/icon/num-00.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 70px;
    width: 76px;
    text-align: center;
}

    .process-num > span {
        line-height: 70px;
        color: #fff;
        font-size: 36px;
        font-family: 'Century Gothic';
        margin-left: -6px;
    }

.process-content {
    border-radius: 50px;
    background-color: #fff;
    text-align: center;
    width: 96%;
    margin-left: 4%;
    display: inline-block;
    padding: 14px;
    line-height: 40px;
    /*font-family: 'AR StdMingti Extra B5';*/
    font-weight: bold;
    font-size: 18px;
    box-sizing: border-box;
}

.process > .item:first-child > .process-content, .process-first > .process-content {
    background-color: #c9a3c9;
    
}

    .process-first > .process-content > a {
        color: #fff !important;
    }

.process > .item:last-child > .process-content, .process-last > .process-content {
    background-color: #4ebfd4;
    color: #fff;
}

.process > .item:last-child > .process-num, .process-last > .process-num {
    background-image: url(../img/icon/num-99.png);
}

/*servicewho*/
.servicewho {
    text-align: center;
}

    .servicewho img {
        max-width: 100%;
    }

    .servicewho > h3 {
        font-family: AR StdMingti Extra B5;
    }

        .servicewho > h3 > img {
            padding-right: 7px;
            margin-top: -5px;
        }

/*food*/
.food {
}

    .food img {
        max-width: 100%;
    }

.food-table {
    border: solid 1px #b38cb3;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
    line-height: 40px;
}

    .food-table thead th {
        background-color: #48405e;
        border: solid 1px #82789b;
        color: #fff;
        padding: 10px;
    }

    .food-table tbody td {
        border: solid 1px #999;
        padding: 10px;
    }

    .food-table tbody tr:nth-child(odd) {
        background-color: #fff;
    }

    .food-table tbody tr:nth-child(even) {
        background-color: #ebceeb;
    }

.food > h3 {
    font-family: AR StdMingti Extra B5;
    /*border-left: 5px solid #48405e;*/
    text-align: center;
    /*padding-left: 15px;*/
    /*width: 90%;*/
    /*margin: 0 auto;*/
    margin-top: 30px;
    /*color: #b38cb3;*/
}

ul.food-list {
    width: 90%;
    margin: 15px auto 0 auto;
}

    ul.food-list > li {
        /*background-image: url(../img/icon/list-icon-01.png) !important;
        background-position: 15px 12px;
        background-repeat: no-repeat;*/
        padding: 12px 15px;
        font-size: 14px;
        line-height: 30px;
        border-bottom: 1px solid #e3e3e3;
        text-align: justify;
        text-justify: distribute;
    }

/*other*/
@media (max-width: 1280px) {
    /*head*/
    .banner-text {
        width: 95%;
    }

    .path {
        width: 95%;
    }
}

@media (max-width: 1024px) {
    /*head*/
    .path {
        box-sizing: border-box;
        font-size: 14px;
        color: #fff;
        width: 100%;
        background-color: #000;
        display: inline-block;
        margin-top: 60px;
        padding: 8px 20px;
    }

        .path > a:link, .path > a:checked, .path > a:active, .path > a:visited {
            color: #fff !important;
            text-decoration: underline;
        }

    .container-title {
        text-align: center;
        font-family: 'Felix Titling',SimSun, sans-serif;
        padding: 24px;
        color: #000;
    }

        .container-title > h1 {
            color: #000079 !important;
        }

    /*body*/
    .container-wrap {
        width: 95%;
    }

    .container-content {
        margin: 0 0 20px 0;
        /*padding: 16px;*/
    }

    /*button*/
    .btn-purple {
        width: 100%;
    }

    /*about*/
    .about > p {
        text-align: justify;
        text-justify: distribute;
    }

    .about > .item {
        padding-top: 300px;
        background-position: top center;
        background-size: 100% auto;
        /*margin-bottom: 0;*/
    }

        .about > .item > .right {
            width: 100%;
            padding: 15px 15px 0 15px;
            margin-left: 0;
            min-height: unset;
        }

    .about-title {
        text-align: center;
    }

    /*booking*/
    .booking > p {
        text-align: justify;
        text-justify: distribute;
    }

        .booking > p > br {
            display: none;
        }

    .simple-table > .left {
        width: 70px;
    }

    .simple-table > .right {
        width: calc(100% - 70px);
    }

    /*contact*/
    .contact > .left {
        width: 100%;
    }

        .contact > .left > iframe {
            width: 100%;
            height: 320px;
        }

    .contact > .right {
        width: 100%;
    }

        .contact > .right > h3 {
            padding: 20px 0 12px 0;
        }

        .contact > .right > div {
            font-size: 14px;
            padding: 15px 0;
            margin: 0;
            text-align: center;
        }

            .contact > .right > div > img {
                display: block;
                margin: 0 auto;
                height: 20px;
                padding: 0 0 10px 0;
            }

    /*notice*/
    .notice {
        width: 95%;
    }

        .notice > h3 {
            padding: 10px 0;
        }

        .notice > h4 {
            line-height: 30px;
            text-align: justify;
            text-justify: distribute;
            /*width: 90%;*/
            /*margin: 0 auto;*/
            padding-bottom: 10px;
        }

    /*ul.notice-list {
        width: 90%;
        margin: 10px auto 0 auto;
    }*/

    ul.notice-list > li {
        background-position: 0 11px;
        padding: 8px 0 8px 32px;
        line-height: 26px;
    }



    /*location*/
    .googlemap-full {
        margin-bottom: 10px;
        height: 250px;
    }

    .location > h3 {
        margin-top: 15px;
    }

    /*ul.location-list {
        width: 90%;
        margin: 10px auto 0 auto;
    }*/

    ul.location-list > li {
        /*background-position: 0 22px;*/
        padding: 6px 0 6px 0;
        line-height: 24px;
    }

    /*device*/
    .m_device {
        padding: 0 0 20px 0;
    }

    .m_device_pic {
        min-height: 155px;
    }

    .m_device > .item > .right {
        padding: 15px;
        text-align: center;
    }

        .m_device > .item > .right > p {
            margin: 5px;
        }

        .m_device > .item > .right > .btn-purple {
            text-align: center;
            margin-top: 15px;
            width: 40%;
            padding: 5px 15px;
        }

    .m_device-title {
        text-align: center;
    }

    ul.m_device-list {
        margin-top: 5px;
    }

        ul.m_device-list > li {
            padding: 0 10px 8px 34px;
            line-height: 28px;
        }
}

@media (max-width: 768px) {
    /*about*/
    .about > .item {
        padding-top: 200px;
    }
    /*device*/
    .device {
        padding: 0 0 20px 0;
    }

        .device > .item {
            width: 49%;
            padding: 8px;
        }

            .device > .item:not(:nth-child(3n)) {
                margin-right: unset;
            }

            .device > .item:not(:nth-child(2n)) {
                margin-right: 2%;
            }

            .device > .item > .item-wrap > .img {
                width: 100%;
                max-height: 120px;
            }

            .device > .item > .item-wrap > h4 {
                padding: 0 10px;
            }

    /*news*/
    /*.news {
        padding: 0 0 20px 0;
    }

        .news > .item {
            width: 49%;
        }

            .news > .item:not(:nth-child(3n)) {
                margin-right: unset;
            }

            .news > .item:not(:nth-child(2n)) {
                margin-right: 2%;
            }

            .news > .item > .item-wrap > .news-info {
                width: 100%;
                text-align: center;
            }

                .news > .item > .item-wrap > .news-info > h4 {
                    font-size: 14px;
                    text-align: right;
                    line-height: 24px;
                }

                .news > .item > .item-wrap > .news-info > h3, .news > .item > .item-wrap > .news-info > p {
                    margin: 0;
                    line-height: 26px;
                }

                .news > .item > .item-wrap > .news-info > .more {
                    font-size: 12px;
                    line-height: 18px;
                }*/
    /*news*/
    .news {
        padding: 0 0 20px 0;
    }

        .news > .item {
            width: 100%;
            padding: 8px;
        }

            .news > .item:not(:nth-child(3n)) {
                margin-right: unset;
            }

            .news > .item > .item-wrap > .img {
                width: 25%;
                height: 110px;
                float: left;
                margin-right: 3%;
            }

            .news > .item > .item-wrap > .news-info {
                width: calc(100% - 28%);
                float: left;
            }

                .news > .item > .item-wrap > .news-info > h4 {
                    font-size: 14px;
                    text-align: right;
                    line-height: 24px;
                }

                .news > .item > .item-wrap > .news-info > h3, .news > .item > .item-wrap > .news-info > p {
                    margin: 0;
                    line-height: 26px;
                }

                .news > .item > .item-wrap > .news-info > .more {
                    font-size: 12px;
                    line-height: 18px;
                }

    /*safety*/
    .safety {
        padding: 0 0 20px 0;
    }

        .safety > .item {
            padding-top: 200px;
            background-position: top center;
            background-size: contain;
            /*margin-bottom: 0;*/
        }

            .safety > .item > .right {
                width: 100%;
                padding: 10px 15px 0 15px;
                margin-left: 0;
                min-height: unset;
            }

    ul.safety-list > li {
        /*background-color: #e6e6e6;*/
        background-position: 0 12px;
        background-size: 15px;
        padding: 8px 0 8px 24px;
        border-top: 1px solid #e3e3e3;
        text-align: justify;
        text-justify: distribute;
    }

    /*service*/
    .service {
        padding: 0 0 20px 0;
    }

        .service > .item {
            padding-top: 140px;
            background-position: top center;
            background-size: 100% auto;
            /*margin-bottom: 0;*/
        }

            .service > .item > .right {
                width: 100%;
                padding: 15px 15px 0 15px;
                margin-left: 0;
                min-height: unset;
            }

    /*team*/
    .team {
        padding: 0 0 0 0;
    }

        .team > p > br {
            display: none;
        }

        .team > .item {
            width: 50%;
            padding: 10px;
        }

    .team-img {
        border: 7px solid #fff;
    }

    /*process*/
    .process {
        padding: 0 0 10px 0;
    }

    .process-num {
        height: 55px;
        width: 60px;
    }

        .process-num > span {
            line-height: 55px;
            font-size: 28px;
        }

    .process-content {
        border-radius: 30px;
        padding: 10px 30px;
        line-height: 34px;
        font-size: 16px;
    }

        .process-content > p {
            padding-left: 23px;
            text-align: justify;
            text-justify: distribute;
        }

    /*food*/
    ul.food-list {
        width: 95%;
        /*margin: 10px auto 0 auto;*/
    }

        ul.food-list > li {
            /*background-position: 0 22px;
            padding: 16px 0 16px 10px;*/
            line-height: 26px;
        }

    .food-table {
        /*table-layout: auto;*/
        font-size: 12px;
        width: 100%;
        line-height: 22px;
    }

        .food-table thead th {
            padding: 5px 0;
        }

        .food-table tbody td {
            text-align: center;
            padding: 5px 3px;
        }
}

@media (max-width: 500px) {

    /*body*/
    .container-content {
        margin: 0 0 10px 0;
        padding: 10px;
    }

    /*about*/
    .about > .item {
        padding-top: 120px;
    }

    /*news*/
    /*.news > .item {
        padding: 5px;
    }

        .news > .item > .item-wrap > .img {
            width: 35%;
            height: 65px;
            float: left;
            margin-right: 3%;
        }

        .news > .item > .item-wrap > .news-info {
            width: calc(100% - 38%);
            float: left;
        }

            .news > .item > .item-wrap > .news-info > h4 {
                font-size: 10px;
                text-align: right;
                line-height: 14px;
            }

            .news > .item > .item-wrap > .news-info > h3 {
                margin-top: 10px;
                line-height: 18px;
            }

            .news > .item > .item-wrap > .news-info > p {
                line-height: 14px;
                display: none;
            }

            .news > .item > .item-wrap > .news-info > .more {
                font-size: 10px;
                line-height: 10px;
            }

            .news > .item > .item-wrap > .news-info > hr {
                font-size: 10px;
                line-height: 10px;
            }*/

    /*news*/
    .news > .item {
        padding: 0 8px 0 0;
    }

        .news > .item > .item-wrap > .img {
            width: 35%;
            height: 90px;
            margin-right: 3%;
            border-radius: 0 0 5px 0;
        }

        .news > .item > .item-wrap > .news-info {
            width: calc(100% - 38%);
        }

            .news > .item > .item-wrap > .news-info > h4 {
                font-size: 12px;
                line-height: 12px;
                margin-top: 10px;
                border-bottom: 1px solid #e3e3e3;
            }

            .news > .item > .item-wrap > .news-info > h3 {
                font-size: 12px;
                line-height: 14px;
                margin-top: 8px;
            }

            .news > .item > .item-wrap > .news-info > p {
                font-size: 12px;
                line-height: 16px;
                margin-top: 3px;
            }

            .news > .item > .item-wrap > .news-info > .more {
                font-size: 12px !important;
                line-height: 12px;
                margin-top: 8px;
            }

            .news > .item > .item-wrap > .news-info > hr {
                display: none;
            }

    .news-tag {
        font-size: 12px;
        margin: 0;
        border-radius: 0;
        padding: 5px;
        background-color: rgba(78, 191, 212, 0.7);
    }

    /*process*/
    .process-num {
        height: 40px;
        width: 43px;
    }

        .process-num > span {
            line-height: 40px;
            font-size: 16px;
            margin-left: -2px;
        }

    .process-content {
        padding: 3px 30px;
        line-height: 34px;
        font-size: 14px;
    }

        .process-content > p {
            padding-left: 0;
        }
}
