.layui-input-block,
.layui-form-item {
  margin: 0;
}
.dealer_left {
  padding-left: 20px;
}
.entry_card {
  height: 34px;
  padding: 0 10px;
  border-radius: 0;
}
.dealer_section {
  min-width: 100px;
}
.dealer_guide {
  padding-left: 100px;
}
.dealer_button {
  width: 115px;
  height: 34px;
}
.dealer_title::after {
  left: -8px;
  right: 0;
}
.goods_box {
  display: flex;
  align-items: center;
  border: 1px solid #eeeeee;
  padding: 8px;
  box-sizing: border-box;
}
.goods_img {
  width: 110px;
  height: 110px;
}
.goods_infor {
  padding-left: 20px;
}
.goods_name {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.parameter {
  margin-top: 20px;
}
.parameter_text {
  margin-top: 6px;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.takeout_head {
  width: 100%;
  height: 43px;
  background: #f5f5f5;
  border-bottom: none;
  display: flex;
  align-items: center;
  padding: 0 0 0 20px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
