.banner-area
{
    padding-top: 46px;
}

.bxslider img
{
    width: 100%;
    height: auto;
}

.nav-links ul.links-icon
{
    display: block;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 0px;
}

ul.links-icon li
{
    display: block;
    width: 25%;
    float: left;
    margin: 10px 0px;
    text-align: center;
}

    ul.links-icon li a
    {
        color: #656565 !important;
        font-size: 12px;
        line-height: 20px;
        text-decoration: none;
    }

    ul.links-icon li img.even
    {
        animation-duration: 0.7s;
        animation-iteration-count: 3;
        animation-name: pulse;
    }

    ul.links-icon li img.odd
    {
        animation-duration: 0.7s;
        animation-iteration-count: 2;
        animation-name: tada;
    }

    ul.links-icon li a:hover
    {
        color: #656565;
    }

    ul.links-icon li p
    {
        margin: 5px 0px;
    }

    ul.links-icon li a
    {
        display: block;
        text-align: center;
        cursor: pointer;
    }

ul.links-icon a img
{
    display: block;
    width: 60%;
    border-radius: 100%;
    height: auto;
    margin: 0 auto;
    box-shadow: 3px 3px 10px 2px #eee;
}

section
{
    visibility: visible;
}

    section.adv-column img
    {
        width: 100%;
        height: auto;
        padding: 5px 10px;
        box-sizing: border-box;
    }

/*.bxslider li img {
    display: none;
}*/

.bxslider li img.first
{
    display: block;
}

/*äº§å“åˆ†ç±»*/
ul.product-list-classify
{
    overflow: hidden;
    clear: both;
    padding-top: 50px;
}

    ul.product-list-classify .pure-u-1-3 a
    {
        display: block;
        width: 90%;
        height: auto;
        padding: 7px 0px;
        margin: 0 auto;
        text-align: center;
        color: #666;
        text-decoration: none;
        line-height: 20px;
    }

@media screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3)
{
    ul.product-list-classify .pure-u-1-3 a
    {
        display: block;
        width: 90%;
        height: auto;
        padding: 18px 0px;
        margin: 0 auto;
        text-align: center;
        color: #666;
        text-decoration: none;
        line-height: 20px;
    }
}

ul.product-list-classify .pure-u-1-3:nth-child(4n)
{
    animation-duration: 0.7s;
    animation-iteration-count: 1;
    animation-name: pulse;
    animation-delay: 0.5s;
}

ul.product-list-classify .pure-u-1-3:nth-child(4n+1)
{
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    animation-name: bounce;
    animation-delay: 0.5s;
}

ul.product-list-classify .pure-u-1-3:nth-child(4n+2)
{
    animation-duration: 0.7s;
    animation-iteration-count: 1;
    animation-name: tada;
    animation-delay: 0.5s;
}

ul.product-list-classify .pure-u-1-3:nth-child(4n+3)
{
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    animation-name: swing;
    animation-delay: 0.5s;
}

ul.product-list-classify .pure-u-1-3 a img
{
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto;
}

/*æ¥¼å±‚åˆ—è¡¨*/

.floor-list
{
    margin-top: 20px;
}

    .floor-list .pure-u-1-2
    {
        position: relative;
        padding: 20px 0px;
    }

.food-introduce
{
    width: 80%;
    margin: 0 auto;
}

    .food-introduce button.addCart {
        position: absolute;
        bottom: 15px;
        right: 15px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        z-index: 1;
        outline: none;
        border: none;
        background: url("/moblieymtIndex/images/icons/shopping-cart.png") center center no-repeat #699a48;
        background-size: contain;
    }

    .food-introduce img
    {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

.introduce-text
{
    text-align: left;
    font-size: 12px;
    text-indent: 1em;
}

    .introduce-text p
    {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .introduce-text .price
    {
        color: #599c3b;
    }

.floor-title
{
    border-bottom: 1px solid #d3d3d3;
    margin: 30px 10px 10px 10px;
    display: block;
    position: relative;
}

    .floor-title span
    {
        background: #fff;
        color: #000;
        width: 40%;
        left: 55%;
        top: 50%;
        font-size: 14px;
        height: 16px;
        line-height: 16px;
        margin-left: -25%;
        top: -8px;
        position: absolute;
        text-align: center;
        font-size: 14px;
    }

/* salad æ²™æ‹‰å®¢start */
.salad-add-line
{
    height: 20px;
    position: fixed;
    top: 46px;
    width: 100%;
    background-color: #599c3b;
    z-index: 1000;
}

.salad-banner
{
    padding-top: 74px;
}

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

.salads-kinds
{
    display: none;
    background-color: #ffffff;
    position: fixed;
    top: 67px;
    width: 100%;
    z-index: 999;
}

.salad
{
    width: 95%;
    margin: 0 auto;
}

    .salad section
    {
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eeeeee;
    }

.salads-kinds .all-kinds
{
    width: 95%;
    margin: 20px auto;
}

.all-kinds .kinds-title
{
    font-size: 14px;
    color: #45a635;
    padding-bottom: 10px;
}

.salads-kinds .all-kinds a
{
    border: 1px solid #45a635;
    margin: 10px;
    padding: 10px 15px;
    border-radius: 5px;
    float: left;
    color: #45a635;
    font-size: 12px;
}

.salad .adv-column .sub-column
{
    width: 94%;
    display: block;
}

.salad .salads-foods-title
{
    margin-bottom: 10px;
    font-size: 16px;
}

.salad .sub-column img
{
    margin-bottom: 10px;
}

.salad .sub-column .salad-price
{
    color: #e85628;
}

.salad-shoppingCart
{
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 35px;
    height: 35px;
    display: block;
    border: 2px solid #45a635;
    background: url("/moblieymtIndex/images/icons/icon-shopping-active.png") center center #ffffff no-repeat;
    background-size: 25px;
}

    .salad-shoppingCart .salad_count
    {
        display: inline-block;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background-color: #c9302c;
        position: absolute;
        z-index: 99999;
        color: #fff;
        vertical-align: middle;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        top: -8px;
        right: -8px;
    }

.user-for-salad
{
    display: inline-block;
    width: 22px;
    height: auto;
    float: right;
    margin-right: 10px;
}

    .user-for-salad img
    {
        width: 100%;
        height: auto;
    }

.salad_head
{
    height: 74px !important;
}

    .salad_head .sub-header
    {
        line-height: 25px;
        font-size: 14px;
    }

.sub-header a
{
    padding: 0px 10px;
}
/* salad æ²™æ‹‰å®¢end */

/*beginning start*/
.beginning-banner
{
    height: 100%;
    overflow: hidden;
}

ul.beginnings
{
    width: 100%;
    height: 100%;
    display: block;
}

    ul.beginnings li img
    {
        height: 100%;
        width: 100%;
        display: block;
    }

.beginning-banner .bx-wrapper .bx-pager, .beginning-banner .bx-wrapper .bx-controls-auto
{
    position: absolute;
    bottom: 15%;
    width: 100%;
}
/*beginning end*/
