body{
    background-color: #ffffff;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
    background:#f3001e;
}
a:active, a:hover{
    color:#f3001e;
}

/*顶部栏*/
.location{ display:inline-block;}
.cart{display: inline-block; float: right;}
.cart ul li{float: left;}
.cart a{margin: 0 8px;}
/*顶部栏结束*/

/*导航栏*/
.serinput{ border: 2px #140700 solid;}
.serinput:active,.serinput:focus{border-color:#f3001e; }
.guide .btn{ background: #140700;}
.guide .btn:hover{background:#f3001e;}
.guide{margin-top: 15px;}
.guides{ height: 100px; padding-top: 0; margin-top: 30px;}
.leads{ background: #140700; border: none; height: 36px; padding-top: 0; margin-top: 15px;}
#type .btn{ background-color: #8e8e90;}
a.menu{ height: 36px; line-height: 36px;font-size: 14px;}
#type:hover a.menu{background:#f3001e;}
.lead{ color: #ffffff; line-height: 36px; font-size: 14px;}
.lead a{margin: 0 25px;}

/*热销单品*/
.Hotitem_cont{display: flex;align-items: center;justify-content: space-between;}
.itemright ul li{float: left;text-align: center;position: relative; padding-top: 20px;}
.itemproduct a{display: block; font-size: 16px; color: #130700;}
.price{margin-top: 20px; font-weight: bold;}
.price span{color:#f3001e;}
.item_eworld{position: absolute;display: none; top: 0; left: 0; right: 0; margin: 0 auto; text-align: center;width: 273px; height: 210px; background: rgba(255,255,255,0.8);}
.item_eworld p{width: 160px; border: 5px #616161 solid; margin: 60px auto; padding: 10px;}
.item_eworld p:hover{color:#f3001e;}
.itemright ul li:hover .item_eworld{display: block;}

/*热销套餐*/
.hot_title{display: flex; align-items: center;justify-content: space-between; border-bottom: 2px #666666 solid; padding-bottom: 5px; margin: 70px 0 50px; }
.hot_title span{display: inline-block; color: #130700; font-weight: bold; font-size: 20px;}
.hot_title a{display: inline-block;color:#f3001e; font-size: 14px;}
.hotProducts{display: block;background-size: 100%; background-image: url("../img201917/line1_03.jpg"); background-repeat: no-repeat;}
.hotProducts ul{display: block;}
.hotProducts ul li{ width: 30%; float: left; margin-left: 35px;}
.hotProducts_cont{position: relative;}
.tmeals_world{width: 170px; height: 170px; margin: 45px auto; display: none; position: absolute; top: 0; left: 0; right: 0; text-align: center; background: rgba(225,225,225,0.8); border-radius: 100%;}
.tmeals_world p{font-weight: bold; font-size: 20px;color: #130700; margin-top: 60px;}
.tmeals_world span{font-size: 18px; color: #616161;}
.tmeals_world:hover span{color:#f3001e;}
.hotProducts_cont:hover .tmeals_world{ display: block;}


/*体验馆*/
.experience_title{width:100%; margin:80px auto; text-align: center;}
.experience_title span{display: inline-block; width: 42%; height: 1px; background: #666666; vertical-align: middle;}
.experience_title p{ display: inline-block; font-size: 20px; font-weight: bold; width: 15%; color: #130700;}
.experience_photo{display: flex; align-items: center; justify-content: center;}
.experience_left{position: relative;}
.experience_right{ margin-left: 30px;}
.right_top{position: relative;}
.right_bot{position: relative; margin-top: 30px;}
.information{position: absolute; display: none; bottom: 0; width: 100%;background: rgba(225,225,225,0.8); color: #616161; padding: 10px 0;}
.information p{ margin-left: 20%;}

/*底部*/
.operation{ background: #f3f3f3; padding: 25px 0;}
.foot_operation{display: flex; justify-content: center; width: 100%;}
.foot_operation ul{ width: 18%;}
.foot_operation ul p{ line-height: 42px; font-weight: bold;}
.foot_operation ul li{ margin-left: 62px; line-height: 32px; font-size: 14px; color: #555555;}
.operation_icon{display: inline-block; width: 42px; height: 42px; margin-right: 20px;}
.operation_icon img{width: 100%;}
.foot_operation ul li a:hover{color:#f3001e;}

.foot{ background: #555555; border: none; padding: 20px 0 20px}
.copy{ color: #ffffff;}
.copy p{ margin:10px 0;}