
html,body{
  width:100%;
  height:100%;
}
#container{
  width:100%;
  height:50%;
}
*{
  margin:0px;
  padding:0px;
}

.hide {
  display: none;
}

#mescroll {
  position: fixed;
  top: 0px;
  bottom: 10px;
  height: auto;
  margin-top: 50px;
}

.reserve-products {
  width: 96%;
  margin: 5px auto;
}

/* 搜索 */
.search-content {
  width: 100%;
  margin-top: 5px;
  padding: 0 12px;
  padding-bottom: 5px;
  display: flex;
  position: fixed;
  align-items: center;
  border-bottom: 1px solid #d6d6d6;
}
.search-container {
  flex: 1;
  position: relative;
}

.search-container input {
  border: 0;
  height: 34px;
  padding: 10px 10px;
  background: #EBEBEB;
  font-size: 14px;
  text-align: center;
}

.clear-btn {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 20px;
  height: 20px;
}

.search-btn, .cancel-btn {
  width: 70px;
  text-align: center;
  color: #208b4c;
  font-size: 15px;
}

/* 商品列表 */
.product-item {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 10px;
  background: #fff;
  padding-bottom: 5px;
}

.product-item-top {
  width: 100%;
  padding: 16px 14px;
  display: flex;
  align-items: center;
}

.product-img {
  width: 90px;
  height: 90px;
  border-radius: 5px;
  margin-right: 10px;
}

.product-info {
  flex: 1;
  height: 100%;
  font-size: 14px;
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-name {
  font-size: 15px;
  color: #333;
  font-weight: bold;
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
  margin-bottom: 2px;
}

.product-description {
  font-size: 12px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 6px;
}

.product-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 5px;
}

.product-info .price {
  font-size: 20px;
  color: #ff5344;
}

.product-info .small-font {
  font-size: 12px;
}

.yudingBtn {
  padding: 4px 18px;
  background: #208b4c;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
}

/* 我的预订悬浮按钮 */

.myReserve_icon_xf {
    position: fixed;
    right: 12px;
    bottom: 40px;
    width: 45px;
    height: 45px;
    background: #fff;
    text-align: center;
    border-radius: 22px;
    box-shadow: 0 6px 17px 0 rgba(0,0,0,0.15);
	font-size:0px;
	z-index:10;
}
.xf_index{
    bottom: 100px;
}
.myReserve_icon_xf img {
    width: 18px;
    height: 18px;
    display: block;
    margin: 4px auto 0;
}
.myReserve_icon_xf span {
    display: inline-block;
    color: rgb(51, 51, 51);
    font-size: 11px;
    font-weight: 800;
}