.section-btn-5{
    display: block;
    width: 87%;
    height: 0.8rem;
    font-size: 0.36rem;
    text-align: center;
    line-height: 0.8rem;
    background-color: #d1ab57;
    margin: 0 auto;
    color: #fff;
    border-radius: 0.4rem;
}
.row1{
    background-color: #f2f2f2;
    font-size: 0.26rem;
    padding: 0.3rem;
    display: flex;
    justify-content: center;
}
.f0{
    font-size: 0;
}
.row1 p{
    line-height: 0.4rem;
}
.row1 span{
    color: #e40000;
}
.row2,.row3,.row4,.row7{
    padding: 0.37rem 0.3rem 0.29rem;
    text-align: center;
}
h2.title{
    display: inline-block;
    font-size: 0.36rem;
    position: relative;
}
p.y-title{
    font-size: 0.36rem;
    color: #d1ab58;
    margin-top: 0.12rem;
    text-transform: uppercase;
}
h2.title:before{
    position: absolute;
    top: 0.05rem;
    left: -0.7rem;
    content: " ";
    width: 0.51rem;
    height: 0.28rem;
    background: url("./images/title-left.png") no-repeat;
    background-size: 100%;
}
h2.title:after{
    position: absolute;
    top: 0.05rem;
    right: -0.7rem;
    content: " ";
    width: 0.51rem;
    height: 0.28rem;
    background: url("./images/title-right.png") no-repeat;
    background-size: 100%;
}
.row2-con{
    display: flex;
    justify-content: space-between;
    margin-top: 0.26rem;
}
.row2-con li{
    width: 2.2rem;
    background-color: #f0f0f0;
    border-radius: 0.1rem;
}
.row2-con li div{
    padding: 0.14rem 0.1rem 0.17rem;
}
.row2-con h3{
    font-size: 0.2rem;

}
.row2-con p{
    margin-top: 0.13rem;
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.3rem;
}
.row2-con li:last-child{
    background: #f1dddd
}
.row2-con li:last-child h3{
    color: #e40000;
}
.row2-con li:last-child p{
    color:#333333;
}
.row3{
    background-color: #fff8f8;
}
.row3 .row3-con{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.3rem;
}
.row3 .row3-con li{
    color: #fff;
    width: 49%;
    height: 2.26rem;
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0.24rem;
    padding: 0.4rem 0.2rem 0;
    text-align: left;
}
.row3 .row3-con li:nth-child(n+3){
    margin-top: 0.2rem;
}
.row3 .row3-con h4{
    font-size: 0.32rem;
    height: 0.67rem;
    font-weight: 400;
}
.row3 .row3-con li p{
    line-height: 0.3rem;
}
.row4 .row4-con{
    margin-top: 0.31rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.row4 .row4-con li{
    width: 49%;
    /*border: 1px solid #000;*/
    padding: 0.2rem 0.15rem;
    box-shadow: 0 0 0.1rem #ccc;
    border-radius: 0.2rem;
}
.row4 .row4-con li:nth-child(n+3){
    margin-top: 0.3rem;
}
.row4-con .items-top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.11rem;
}
.items-top h4{
    font-size: 0.3rem;
}
.items-top span{
    width: 0.3rem;
    height: 0.3rem;
    background: #ffba00;
    color: #fff;
    font-size: 0.1rem;
    border-radius: 100%;
    text-align: center;
    line-height: 0.3rem;
}
.row4-btnBox{
    display: flex;
    justify-content: space-between;
    margin-top: 0.15rem;
}
.row4-btnBox a{
    font-size: 0.26rem;
    width: 48%;
    height: 0.45rem;
    line-height: 0.45rem;
    box-sizing: border-box;
    border-radius: 0.5rem;
}
.row4-btnBox a:first-child{
    color: #c5956d;
    border: 1px solid #c5956d;
}
.row4-btnBox a:last-child{
    color: #fff;
    background: #c5956d;
}
.quotas{
    background: url("./images/quotas-bg.jpg") no-repeat;
    background-size: 100%;
    text-align: center;
    padding-top: 0.42rem;
    padding-bottom: 0.3rem;
}
.quotas-title{
    font-size: 0.46rem;
}
.quotas-title span{
    display: inline-block;
    width: 0.9rem;
    height: 0.6rem;
    background-color: #ff5858;
    color: #fff;
    text-align: center;
    line-height: 0.6rem;
    margin: 0 0.15rem;
}
.quotas-tel{
    width: 80%;
    margin: 0.3rem auto 0.2rem;
    height: 0.78rem;
    line-height: 0.78rem;
    border: 1px solid #c5956e;
    border-radius: 0.4rem;
    font-size: 0;
}
.quotas-tel input{
    width: 100%;
    height: 100%;
    border-radius: 0.3rem;
    background: none;
    outline: none;
    border: 0px;
    padding-left: 0.5rem;
}
.quotas-btn{
    width: 80%;
    margin: 0 auto 0.2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    color: #fff;
    font-size: 0.36rem;
    border-radius: 0.4rem;
    background-color: #ff5858;
}
.quotas-info{
    width: 80%;
    height: 0.4rem;
    line-height: 0.4rem;
    margin: 0.19rem auto;
    background-color: #fff;
    color: #666666;
    font-size: 0.22rem;
    overflow: hidden;
}

.quotas-info li p{
    position: relative;
    padding-left: 0.2rem;
    display: inline-block;
}
.quotas-info li p:before{
    position: absolute;
    top: 50%;
    left: -0.15rem;
    transform: translateY( -50%);
    content: " ";
    display: block;
    width: 0.26rem;
    height: 0.26rem;
    background: url(http://one.omick.cn/xhomick/ckxf/images/icon_anon.png) no-repeat;
    background-size: 100%;
}
.row6 {
    padding: 0.37rem 0 0.29rem;
    text-align: center;
}
.row6-con{
    position: relative;
    margin-top: 0.32rem;
    height: 5.3rem;
}
.row6-con ul:first-child li{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: none;
}
.row6-con ul:last-child{
    position: absolute;
    top: 0.2rem;
    right: 0;
    width: 3rem;
    text-align: center;
    color: #fff;
}
.row6-con ul:last-child li{
    height: 0.8rem;
    line-height: 0.8rem;
    background: rgba(255,88,88,0.5);
    font-size: 0.3rem;
}
.row6-con ul:last-child li.active{
    color: #d1ab58;
    background-color: #fff;
}
.row7{
    background-color: #fff8f8;
    padding-bottom: 0;
}
.swiper-container{
    margin-top: 0.33rem;
}
.row7 .swiper-bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 0.1rem;

}
.row7 .swiper-bottom li{
    width: 32%;
}
.row7 .foods-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.55rem;
   font-size: 0;
}
.row7 .swiper-pagination-bullet {
    width: 0.15rem;
    height: 0.15rem;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    margin-left: 0.11rem;
}
.row7 .swiper-pagination-bullet:first-child{
    margin-left: 0;
}
.row7 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #f08c00;
}
.n-address-form{
    background: url("./images/bg_xq.jpg") no-repeat;
    background-size: 100%;
    padding-top: 0.47rem;
    padding-bottom: 0.4rem;
}
.n-address-form .l-t{
    font-size: 0.46rem;
    text-align: center;
}
.n-address-form .s-t{
    text-align: center;
    font-size: 0.26rem;
    margin-top: 0.16rem;
}
.n-address-form .s-t span{
    color: #ff5858;
}
.common-form2{
    margin-top: 0.35rem;
}
.common-form2 li {
    font-size: 0;
    position: relative;
    padding-left: 0.5rem;
    border: 0.02rem solid #d1ab57;
    height: 0.8rem;
    line-height: 0.8rem;
    width: 100%;
    border-radius: 0.4rem;
    box-sizing: border-box;
    background-color: #fff;
}
.common-form2 li span.icon {
    vertical-align: top;
    margin-right: 0.2rem;
    font-size: 0.4rem;
    color: #d1ab57;
}
.common-form2 li input, .common-form2 li select {
    width: 80%;
    height: 100%;
    background: none;
    outline: none;
    border: 0px;
    font-size: 0.3rem;
}
.common-form2 .common-form2-btn {
    font-size: 0.36rem;
    text-align: center;
    height: 0.8rem;
    line-height: 0.8rem;
    color: #fff;
    margin-top: 0.3rem;
    background-color: #ff5858;
    border-radius: 0.4rem;
}
.form2-bottom-text{
    font-size: 0.22rem;
    color: #666666;
    margin-top: 0.2rem;
    text-align: center;
}


