.title-border h4 {
  background: url(../img/bb-bg.png) no-repeat;
  padding-left: 24px;
  background-position: 0px 2px;
}

.title-border h4:after {
  position: initial;
}

.menu-practice-item {
  position: relative;
  width: 595px;
  height: auto;
  background-color: #fff;
  box-sizing: border-box;
  padding: 22px 0 25px 0;
  border: 1px solid #f4dad6;
  border-radius: 10px;
  margin-right: 9px;
}

.project-top {
  padding-left: 16px;
}

.project-top > div {
  width: 370px;
}

.project-top > img {
  width: 186px;
  height: 122px;
  border-radius: 8px;
  margin-right: 16px;
  object-fit: contain;
}

.menu-practice-item:nth-child(2n) {
  margin-right: 0;
}

.project-type-contain {
  margin-top: 10px;
}

.project-bottom-single {
  padding-left: 15px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.project-bottom-single > img {
  vertical-align: middle;
}

.project-driver {
  width: 100%;
  height: 1px;
  border-top: 1px dashed #e7e8e8;
  margin: 15px 0 15px 0;
}

.project-type-contain > div {
  padding: 0 16px;
  height: 32px;
  background: #fdf6f4;
  border-radius: 16px;
  text-align: center;
  line-height: 32px;
  color: #e64f26;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 2px;
}

.project-type-contain > div:last-child {
  margin-right: 0;
}

.menu-practice-item__title {
  font-size: 18px;
  font-weight: 600;
  height: 54px;
  color: #333333;
  line-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.menu-practice-item__body {
  height: 37px;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  color: #666666;
  line-height: 20px;
  margin-top: 20px;
}

.menu-practice-item__nickname {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  font-size: 14px;
  font-weight: 600;
  color: #666666;

  margin-top: 20px;
}

.menu-practice-item__nickname::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 12px;
  background: #fc6000;
  border-radius: 2px;
  margin-right: 2px;
}

.menu-practice-item__image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 131px;
  height: 136px;
}

.screen-wrap {
  overflow: hidden;
}

.screen {
  box-sizing: border-box;
  padding: 20px 30px;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 6px;
  border: 1px solid #f0dbd7;
  background-color: #fff;
}

.screen-label {
  margin-right: 10px;
  font-size: 16px;
  color: #333;
}

.screen-right {
  width: 1000px;
  margin-bottom: 30px;
}

.tab-item a {
  display: inline-block;
  height: 25px;
  padding: 0 18px;
  font-size: 14px;
  line-height: 25px;
  color: #999;
  border-radius: 12.5px;
  cursor: pointer;
}

.tab-item-active a {
  background: linear-gradient(-89deg, #d03c27, #f0944a);
  color: #fff;
}

.area-wrap-p {
  /* display: none; */
  position: relative;
  /* margin-top: 15px; */
}

.area-wrap {
  box-sizing: border-box;
  /* padding: 15px; */
  border-radius: 6px;
  /* background-color: #F7F7F7; */
}

/* .sanjiao {
  position: absolute;
  top: -10px;f
  left: 30px;
  width: 0;
  height: 0;
  border-bottom: 15px solid #F7F7F7;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
} */

.time-picker-limit {
  padding-left: 12px;
  text-align: left;
  color: #666;
  width: 185px;
  height: 34px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
}

.btn-date-clear {
  width: 20px;
  height: 100%;
  background: url(../img/date-limit.png) center center no-repeat;
  position: absolute;
  top: 0;
  right: 12px;
  /* cursor: pointer; */
}

.screen-label:nth-last-child(2) {
  margin-top: 6px;
}
