﻿body {
    padding-top: 50px;
}

header {
    z-index: 100;
    position: fixed;
    top: 0px;
    left: 0px;
}

.thisLB {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 81.33%;
    background: #eee;
    position: relative;
}

.lbUl {
    list-style: none;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -23px;
}

    .lbUl li {
        float: left;
        width: 10px;
        height: 10px;
        background: #ccc;
        margin-left: 10px;
        border-radius: 10px;
    }

        .lbUl li:nth-child(1) {
            margin-left: 0px;
        }

        .lbUl li.lbLi {
            background: rgba(25, 147, 255, 0.39)
        }

.midBg {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.theOneMidImg {
    display: block !important;
}

.logo {
    width: 225px;
    height: 103px;
    margin: 2px auto 0 auto;
    display: block;
}

.online {
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fc80ac;
    border-radius: 30px;
    color: #fff;
    font-family: LatoBold;
    font-size: 18px;
    margin: 13px auto 0 auto;
}

/* 饭店开门时间 */
.phone-desc {
    width: 100%;
    margin-top: 20px;
}
    .phone-desc .phone-desc-table {
        margin: auto;
        color: #000;
        font-size: 16px;
    }
    .phone-desc .phone-desc-table th, .phone-desc .phone-desc-table td {
        padding: 5px 0;
    }
    .phone-desc .phone-desc-table th {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }
    .phone-desc .phone-desc-table td {
        font-weight: bold;
    }
    .phone-desc .phone-desc-table tbody td:nth-child(1) {
        text-align: right;
    }
    .phone-desc .phone-desc-table tbody td:nth-child(2) {
        padding-left: 8px;
    }

/* 公告的css */
.notice-box {
    z-index: 100;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
}

.showFood-bar {
    width: 300px;
    position: relative;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #fc80ac;
    border-bottom: 2px solid #b2b2b2;
    padding: 10px 0;
    margin: 0 auto 30px auto;
}
.showFood-decoration {
    width: 50px;
    height: 30px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -25px;
    background: #fff;
}
.showFood-circular {
    width: 20px;
    height: 20px;
    background-color: #fc80ac;
    border-radius: 20px;
    position: absolute;
    top: 5px;
    left: 15px;
}


.showFood-big-box {
    padding: 8px;
    /*background-color: #fc80ac;*/
    border-radius: 10px;
}
.showFood-big {
    width: 100%;
}
.showFood-small-box {
    padding: 0px;
}
.showFood-small-box div {
    padding: 3px;
}
.showFood-small {
    width: 100%;
}


.about-box {
    position: relative;
    background: url('/images/home/about_bg1.jpg') no-repeat;
    background-position: center;
}
.about-leftImg-box {
    width: 50%;
    padding: 10px;
    background-color: #ffc519;
}
.about-leftImg-box img {
    width: 100%;
}
.about-tips-box {
    margin-top: 50px;
    /* margin-bottom: 80px;
    overflow: hidden; */
}
    .about-tips-box h3 {
        color: #fc80ac;
        font-weight: bold;
    }
.about-tips-box p {
    color: #fff;
    font-family: Microsoft Yahei;
    font-size: 16px;
}

.about-img-circular img {
    width: 100%;
    border-radius: 100%;
}
.about-desc {
    color: #fff;
}

.contact-box {
    width: 100%;
    background-color: #191919;
    color: #8a8a8a;
    padding-bottom: 80px;
}
.flex-stretch {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.contact-box label {
    width: 100%;
}
.contact-box label input {
    background: none;
    color: #ccc;
}
.contact-box textarea{
    width: 100%;
    height: 80px;
    resize: none;
    border-radius: 4px;
    background: none;
    color: #ccc;
    padding-left: 5px;
    padding-right: 5px;
}
.map {
    width: 100%;
    height: 100%;
    background-color: #ddd;
}
.contact-box button {
    width: 100%;
    margin-top: 30px;
}
.contact-way {
    font-size: 16px;
}
.contact-way i {
    color: #fc80ac;
}


/* PC端 */
@media (min-width: 768px) {
    .flex-center {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .padding-50 {
        padding: 50px 0;
    }


    .about-desc-box {
        height: 470px;
        border-left: 4px solid #ffc519;
        padding: 80px 0 0 60px;
        margin-bottom: 50px;
        position: relative;
    }
    .about-circular-box {
        width: 100px;
        position: absolute;
        top: -20px;
        left: -52px;
    }
    .yellow-circular {
        width: 40px;
        height: 40px;
        background: #ffc519;
        border-radius: 100%;
        margin: auto;
    }
    .about-img-circular {
        width: 100%;
        height: 100%;
        padding: 5px;
        background-color: #ffc519;
        border-radius: 100%;
        margin-top: 50px;
    }
}

/* 移动端 */
@media (max-width: 768px) {
    .padding-50 {
        padding: 20px 0 30px 0;
    }

    .showFood-small-box {
        margin-top: 20px;
    }

    .about-tips-box {
        text-align: center;
    }
    .about-desc-box {
        margin-bottom: 50px;
        padding: 0px;
    }
    .about-circular-box {
        width: 100%;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .about-img-circular {
        width: 30%;
        height: 20%;
        padding: 5px;
        background-color: #fc80ac;
        border-radius: 100%;
        margin-left: 5%;
        float: left;
    }
    .about-img-circular:nth-child(2) {
        margin-left: 0px;
    }
    .about-desc {
        margin-top: 50px;
    }

    .contact-box {
        padding-bottom: 20px;
    }
    .map {
        width: 100%;
        height: 200px;
    }
    .contact-box button {
        margin-top: 10px;
        margin-bottom: 30px;
    }
}