﻿body {
    padding-top: 50px;
    overflow-x: hidden;
    background-color: rgba(255, 152, 0, 0.07);
   /*  background-image: url(/phone/img/body-bg.jpg); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

header {
    z-index: 100;
    position: fixed;
    top: 0px;
    left: 0px;
}

.thisLB {
    overflow: hidden;
    width: 100%;
    /* height: 0; */
    /* padding-bottom: 81.33%; */
    /* background: #eee; */
    /* background-color: rgba(247, 205, 232, 0.33); */

    /* 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: rgb(243, 97, 97);
    border-radius: 30px;
    color: #fff;
    font-family: LatoBold;
    font-size: 18px;
    margin: 20px 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: rgb(243, 97, 97);
    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: rgb(243, 97, 97);
    border-radius: 20px;
    position: absolute;
    top: 5px;
    left: 15px;
}


.showFood-big-box {
    padding: 8px;
    /*background-color: rgb(243, 97, 97);*/
    border-radius: 10px;
}
.showFood-big {
    width: 100%;
}
.showFood-small-box {
    padding: 0px;
}
.showFood-small-box div {
    padding: 3px;
}
.showFood-small {
    width: 100%;
}


.about-box {
margin:40px 15px;
position: relative;
    background: url('/images/home/about_bg1.jpg') no-repeat;
    background-position: center;
}
.about-main{
    /* padding-top: 15px;  */
}
.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: rgb(243, 97, 97);
        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%;
    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;
    margin-top: 10px;
}
.contact-way i {
    color: rgb(243, 97, 97);
}


/* 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: rgb(243, 97, 97);
        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;
    }
    .logo{
       /* width: 18rem !important;*/}
}

/* add */


.top-banner {
    margin: 0 15px;
    text-align: center;

}

.top-banner h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 10px;
}

.top-banner hr {
    width: 77px;
    height: 1px;
    background-color: #666666;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.top-banner p {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    line-height: 24px;
}

.top-banner .online-btn {
    position: relative;
    border: none;
    width: 252px;
    height: 64px;
    border-radius: 10px;
    border: solid 2px #f19ec2;
    font-size: 24px;
    line-height: 64px;
    color: #e05780;
    text-align: center;
    margin-top: 7%;
    margin-bottom: 12.6%;
    cursor: pointer;
}

.top-banner .online-btn:after,.top-banner .online-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background:none;
    z-index:-2;
    border-radius: 4px;
    color: #fff;
    
}

.top-banner .online-btn:hover{
    z-index:1;
    background:transparent;
    color: #fff;
}            

.top-banner .online-btn:before {
    transition: .5s;
    background: #e05780;
    z-index:-1;
    color: #fff;
}          

.top-banner .online-btn:hover:after,.top-banner .online-btn:hover:before {
    width: 100%;
}

.top-banner ul {
    list-style: none;
}

.login_parent {
    height: 138px !important;
}

/* addthis */
.at-icon {
  
    height: 24px !important;
    width: 24px !important;
}

.at-icon-wrapper {

    height: 24px !important;
    width: 24px !important;
}

.addthis_default_style .at300b,
.addthis_default_style .at300bo,
.addthis_default_style .at300m {
    padding: 0 13px !important;
}
.about-img{
    display: none;
}
.about-img img{
    width: 100%;
    height: auto;
}

.about-text {
    border-right: 1px solid #e05780;
    margin-top: 20px;
}

.about-text::before {
    content: url('/images/home/about-bg2.png');
    position: absolute;
    top: 0;
    right: -38px;
    z-index: 2;
    -webkit-animation: Rotate 5s linear infinite;
    animation: Rotate 5s linear infinite;
}

/* .about-text::after {
    content: url('/images/home/about-bg1.png');
    position: absolute;
    right: -50px;
    -webkit-animation: slide-top 2s both;
    animation: slide-top 2s both;
}
 */
.about-move {
    position: absolute;
    right: -82px;
    bottom: -18px;
}
.about-move img{
    width: 35%;
    height: auto;
}

.about-text hr {
    width: 79px;
    height: 2px;
    background-color: #000000;
}

.about-text h3 {
    font-size: 24px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #19181a;
}

.about-text p {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    margin: 0;
}

.li-top {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e05780;
    top: 40px;
    right: 0;
    list-style: none;
}

.li-top::before {
    content: '';
    border-radius: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: -4px;
    left: -1px;
    background: #e05780;
    color: white;
    width: 8px;
    height: 8px;
    text-align: center;
}

.li-bottom {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e05780;
    bottom: 0;
    right: 0;
    list-style: none;
    display: none;
}

.li-bottom::before {
    content: '';
    border-radius: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: -4px;
    left: -1px;
    background: #e05780;
    color: white;
    width: 8px;
    height: 8px;
    text-align: center;

}

.box h1 {
    /* margin: auto;

    font-size: 36px;
    letter-spacing: 1px;
    text-align: center;
    color: #333333;
    text-shadow: 0; */
    margin:20px auto;
    width: max-content;
    font-size: 36px;
    letter-spacing: 1px;
    text-align: center;
    color: #2a2064;
    text-shadow: 0;
    border-bottom: 6px solid #ff8c8c;
    height: 34px;
    font-style: initial;

}

.box h2 {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    margin: 10px auto 25px;
    display: none;
}

.gallery-box .swiper-button-next {
    background-image: url('/images/home/gallery-right.png');
    background-size: 80px 80px;
    right: -10px;
    width: 80px;
    height: 80px;
}

.gallery-box .swiper-button-prev {
    background-image: url('/images/home/gallery-left.png');
    background-size: 80px 80px;
    left: -10px;
    width: 80px;
    height: 80px;
}
.midAll .swiper-slide img{
width: 100%
}
.contact-right{
    margin-top: 20px;
}

.contact-right input {
    height: 36px;
    width: 100%;
    outline: none;
    border: 1px solid #999999;
    padding-left: 10px;
    border-radius: 4px;
}

.contact-right input:hover {
    border: 1px solid #e05780;
}

.contact-right textarea {
    width: 100%;
    height: 116px;
    padding-left: 10px;
}
.contact-right textarea:hover {
    border: 1px solid #e05780;
    outline: none;
}
.contact-right .submit {
    width: 88px;
    height: 36px;
    background-color: #e05780;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
    margin: 14px 0 0;
    cursor: pointer;
}
.addthis_toolbox{
    width:251px;
margin:auto;
}
.thisLB .swiper-pagination{
    bottom: 20px;
    left: 0;
    width: 100%;
}
.thisLB .swiper-pagination .swiper-pagination-bullet{
    margin: 0 4px;
}
.swiper-pagination-bullet-active{
    background: #232323 !important;
}
.mengban{
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.12);
}
.midAll{
    position: relative;
}
.mengban-box{
    top: calc(50% - 82px);
    position: absolute;
    width: 100%;
}
.logo{
    width: 100%;
    height: auto;
    margin: 2px auto 0 auto;
    display: block;
}
.online{
    
    width: 20rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    background: rgb(243, 97, 97);
    border-radius: 30px;
    color: #fff;
    font-family: LatoBold;
    font-size: 2rem;
    margin: 20px auto 0 auto;
}

/* 动画 */

@-webkit-keyframes Rotate {

    0% {
        -webkit-transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(270deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }

}

@keyframes Rotate {

    0% {
        -webkit-transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(270deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }

}
.wobble-hor-bottom{
    -webkit-animation: wobble-hor-bottom 0.8s both;
            animation: wobble-hor-bottom 0.8s both;
}

@-webkit-keyframes wobble-hor-bottom {

        0%,
        100% {
          -webkit-transform: translateY(0) rotate(0);
                  transform: translateY(0) rotate(0);
          -webkit-transform-origin: 50% 50%;
                  transform-origin: 50% 50%;
        }
        15% {
          -webkit-transform: translateY(-15px) rotate(-6deg);
                  transform: translateY(-15px) rotate(-6deg);
        }
        30% {
          -webkit-transform: translateY(3px) rotate(6deg);
                  transform: translateY(3px) rotate(6deg);
        }
        45% {
          -webkit-transform: translateY(-4px) rotate(-3deg);
                  transform: translateY(-4px) rotate(-3deg);
        }
        60% {
          -webkit-transform: translateY(3px) rotate(2.4deg);
                  transform: translateY(3px) rotate(2.4deg);
        }
        75% {
          -webkit-transform: translateY(-4px) rotate(-1.2deg);
                  transform: translateY(-4px) rotate(-1.2deg);
        }
      }
      @keyframes  wobble-hor-bottom{
        0%,
        100% {
          -webkit-transform: translateY(0) rotate(0);
                  transform: translateY(0) rotate(0);
          -webkit-transform-origin: 50% 50%;
                  transform-origin: 50% 50%;
        }
        15% {
          -webkit-transform: translateY(-15px) rotate(-6deg);
                  transform: translateY(-15px) rotate(-6deg);
        }
        30% {
          -webkit-transform: translateY(3px) rotate(6deg);
                  transform: translateY(3px) rotate(6deg);
        }
        45% {
          -webkit-transform: translateY(-4px) rotate(-3deg);
                  transform: translateY(-4px) rotate(-3deg);
        }
        60% {
          -webkit-transform: translateY(3px) rotate(2.4deg);
                  transform: translateY(3px) rotate(2.4deg);
        }
        75% {
          -webkit-transform: translateY(-4px) rotate(-1.2deg);
                  transform: translateY(-4px) rotate(-1.2deg);
        }
      }
      
      .gallery-main{
        position: relative;
        margin-top: calc(50% - 100px);
		margin-bottom: calc(50% - 100px);
      }
	 .gallery-box{
		  min-height:430px;
		  }
		  footer{
			  position:inherit !important;}
