/* pages/goodcat/good_cat.wxss */

/*搜索头部*/
body{margin: 0;padding: 0}
.groupBooking{font-size: 15px}
.banner{
    width:100vw;
    height:50px;
    position: relative;
}
.item_padding{
  padding: 4px 0px 4px 0px;
  border-radius: 5px;
  display: flex;
}
.timeout{
  width: 100%;
  position: absolute;
  bottom: 0px;
  border-radius: 5px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeout>span{display:block;text-align: center;padding: 2px 10px 2px 0;}
.timeout>div{display: flex;justify-content:space-around}
.timeout>div span{position: relative;top:-3px;left:-1px;font-size:16px;background: #000;height: 40px;padding: 0 3px;text-align: center;line-height: 40px;border-radius: 2px;margin-right: 2px;color:#fff;}
.timeout>div div{font-size:14px;}
.content_title{
    background:#efefef;
    text-align:center;
    padding:10px;
    position:relative;
  }
.content_title>span{font-size: 14px;}
.content_title>img{
  width:115px;
  height:40px; 
}
.pin{font-size: 18px;margin: 0 10px}
.content_title_drc{
  display:block;
  text-align:center;
  position:absolute;
  left:50%;
  transform:translatex(-50%);
  top:35px;
  z-index:2;
  color:#bebdbd;
}
.content_mian{
  padding: 5px 10px; 
  min-height:54vh;
}
.pro_banner{
  width: 30%;
  position: relative;
  height: 105px;
  background: #fff;
  font-size:12px;
  color:#fff;
  border-radius: 5px 0px 0px 5px;
  padding: 10px;
}
.pro_banner_img{
  width: 100%;
  height: 105px;
}
.pro_banner>div{
background:#ff0090;
width:50px;
text-align:center;
height:40px;
line-height:20px;
position:absolute;
left:10px;
}
.pro_banner>div::before{
content:"";
display:block;
width:0;
height:0;
border-left:25px solid transparent;
border-top:14px solid #ff0090;
position:absolute;
top:40px;
left:25px;
}
.pro_banner>div::after{
content:"";
display:block;
width:0;
height:0;
border-right:25px solid transparent;
border-top:14px solid #ff0090;
position:absolute;
top:40px;
left:0;
}
.pro_drc{
  width: 70%;
  padding:10px;
  background: #fff;
  position: relative;
  border-radius: 0px 5px 5px 0px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.pro_txt span:nth-child(1){
  padding:2px 4px;
  font-size: 16px;
  margin-right: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.pro_txt span:nth-child(2){
  padding:2px 4px;
  color: #fff;
  font-size: 14px;
  background: #666666;
  margin-right: 8px;  
}
.pro_txt span:nth-child(3){
  font-weight:600;
  color:#333;
  line-height:25px;
}
.price{
  display: block;
  overflow: hidden;
  margin-top: 5px;
}
.price_l{
  float: left;
  font-weight: 600;
}
.price_l span{
  font-weight: 100;
  color: #ccc
}
.Open_group{
  float: right;
  padding:2px 15px;
  color: #fff;
  background: #f73030;
  border-radius: 15px;
}
.more_introduce{
  padding: 10px 10px 0px 10px;
}
.more_introduce_img{
  width: 100%;
  border-radius: 5px;
}
.more_hot{
  padding: 10px;
}
.more_hot_content{
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}
.hot_title{
  font-size: 16px;
}
.hot_box{
  margin-top: 5px;
}
.hot_list{
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
}
.hot_list::-webkit-scrollbar{
  display: none;
}
.hot_item{
  display:inline-block;
  width: 25%;
}
.hot_item_img{
  width: 100%;
  height: 80px;
}
.hot_item_name{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin: 5px 0px;
}
.hot_item_price{
  color: #e3453a;
}
.promotion_price{
  font-size: 16px;
}
.introduce img{
  width: 100%;
}
