html{font-family:"Helvetica Neue",Helvetica,STHeiTi,Arial,sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-size:62.5%;background: #fff;background-size: 100% auto;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,label,blockquote,th,td,button,span{padding:0;margin:0;}
body{color:#333;overflow-x:hidden;-webkit-overflow-scrolling:touch;}
p{line-height: 14px}
img{width:auto\9;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}
a{background:transparent;text-decoration:none;-webkit-tap-highlight-color:transparent;color:#333}
a:active{outline:0}
a i{display: none;}
body{
    background-color: #fff;
     font-family:"微软雅黑";
}
img{ display:block;outline:none;border:none; max-width: 100%}
ul,li{list-style: none;}
.f1 img{
    width: 100%;
}
.main{
    width: 100%;
}

.main>div{
    width:100%;
    overflow: hidden; 
}
.swiper-pagination-bullet{
    opacity:1;
    width: .1rem;
    height: .1rem;
   border:1px solid #ddd;
    background: #fff;
    border-radius: .12rem;
}
.swiper-pagination-bullet-active{
    width: .2rem;
    background: #4F71B6;
    border:1px solid #4F71B6;
}
.f2 {
    width: 100%;
    position: relative;
}
.f3{
    width: 100%;
    background: url(../img/img_03.jpg) no-repeat;
    background-size: 100% 100%;
    padding-top: 2.6rem;
    /* height: 14rem; */
    box-sizing: border-box;
    text-align:center;
}
.f3>a img{
    width:2.2rem;
	display:inline-block
}
.f3>a span{
     font-family:"微软雅黑";
    width:3rem;
    text-align:center;
    height: 1rem;
    line-height: .8rem;
	display:inline-block;
    background: url(../img/anniu01.png) no-repeat;
    background-size: 100% 100%;
     color: #fff;
    font-size: .26rem;
}
.btns1 {
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.btns1 div{
     font-family:"微软雅黑";
    color: #fff;
    font-size: .28rem;
    margin-bottom: .2rem;
    text-align: center;
    width: 3.5rem;
    height: 1rem;
    line-height: .8rem;
    background: url(../img/anniu02.png) no-repeat;
    background-size: 100% 100%;
}
.btns1 div.active{
    background: url(../img/anniu01.png) no-repeat;
    background-size: 100% 100%;
}
.imgbox{
    width: 80%;
    margin: 0 auto;
    display: none;
}
.imgbox.active{
    display: block;
}
.imgbox div{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.imgbox div a{
    width: 24%;
    /* height: 2.56rem; */
    position: relative;
    margin-bottom: .3rem;
}
.f4 {
    width: 100%;
    background: url(../img/img_04.jpg) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.fff{
    width: 100%;
    position: relative;
    height: 11rem;
}
.fff .swiper-container{
    height: 11rem;
}
.fff .swiper-pagination{
    bottom: 1.2rem !important;
}
.f5{
       background: url(../img/img_05.jpg) no-repeat;
    background-size: 100% 100%;
    padding-top: 3.2rem;
    height:11rem;
    box-sizing: border-box;
    position: relative;
}
.btns2 {
    width: 40%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: .3rem;
}
.btns2 div{
     font-family:"微软雅黑";
    text-align: center;
    color: #fff;
    font-size: .28rem;
    margin-bottom: .2rem;
    width: 3.5rem;
    height: 1rem;
    line-height: .8rem;
    background: url(../img/anniu04.png) no-repeat;
    background-size: 100% 100%;
}
.btns2 div.active{
    background: url(../img/anniu03.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.foods{
    width: 80%;
    margin:  0  auto;
    display: none;
}
.foods div{
    display: flex;
    justify-content: space-between;
}
.foods div .b{
    display: none;
}
.foods.active{
    display: block;
}
.xcpopup { display: none; position: fixed; z-index:1000;left: 0; top: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.3); }
.xcpopup .main { position: absolute; width: 250px; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.xcpopup .main .close { display: block; width: 30px; height: 30px; position: absolute; right: -20px; top: 0; cursor: pointer; }
.f6{
    background: url(../img/img_06.jpg) no-repeat;
    background-size: 100% 100%;
    padding-top: 3.8rem ;
    height:13rem;
    box-sizing: border-box;
    position: relative;
}
.f {
    width: 65%;
    margin: 0 auto;
}
.f .swiper-container{
    overflow: visible;
}
.spanprice {
    position: absolute;
       left: .2rem;
    bottom: .4rem;
    color: red;
    font-size: .22rem;
}
.spanprice .lblprice{
    font-size: .24rem;
    font-weight: bold;
}
.modal{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,.5);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
    transition: all .3s;
    z-index:500;
}
.modal.active{
    transform: scale(1);
}
.modal .content{
    width: 700px;
    height: 400px;
    background: #fff;
    border-radius: 10px;
    position:relative;
}
.modal .content iframe{
    width: 100%;
    height: 100%;
}
.modal .close{
    position: absolute;
    border: 2px solid #fff;
    color: #fff;
    width:40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 32px;
       right: -96px;
    top: -32px;
}
