.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;
}

.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 {
  position: relative;
  /* margin-top: 15px; */
}

.area-wrap {
  box-sizing: border-box;
  /* padding: 15px; */
  border-radius: 6px;
  /* background-color: #F7F7F7; */
}

/* .sanjiao {
    position: absolute;
    top: -10px;
    left: 30px;
    width: 0;
    height: 0;
    border-bottom: 15px solid #F7F7F7;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
} */

.title-search {
  max-width: 1200px;
  margin: 30px auto 0 auto;
}

.title-text {
  padding-left: 28px;
  font-size: 24px;
  color: #333;
  font-weight: 700;
  background-image: url(../img/bb-bg.png);
  background-repeat: no-repeat;
  background-position: 0 7px;
}

.search-wrap {
  position: relative;
  width: 177px;
  height: 35px;
  border: 1px solid #f0dbd7;
  border-radius: 17.5px;
}

.search-wrap input {
  box-sizing: border-box;
  padding: 0 12px;
  width: 140px;
  height: 100%;
  border-radius: 17.5px 0 0 17.5px;
}

.icon-wrap {
  position: absolute;
  right: 0;
  text-align: center;
  width: 45px;
  height: 35px;
  border-radius: 17.5px;
  background: linear-gradient(-89deg, #d03c27, #f0944a);
  cursor: pointer;
}

.icon-wrap:hover {
  opacity: 0.8;
}

.icon-wrap img {
  margin-top: 10px;
}

.team-list {
  max-width: 1200px;
  margin: 20px auto;
  min-height: 346px;
}

.team-item {
  width: 255px;
  background: #fff;
  float: left;
  margin: 0 13px 20px 0;
  padding: 16px 16px;
  border: 1px solid #fed6d0;
  border-radius: 6px;
}

.team-item:nth-child(4n) {
  margin-right: 0;
}

.team-top {
  height: 80px;
}

.team-top img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin-right: 16px;
}

.team-title {
  line-height: 21px;
  height: 44px;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.team-label {
  display: inline-block;
  color: #ff4400;
  font-size: 14px;
  background: #fce5d4;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  padding: 0 5px;
  margin-top: 5px;
}

.team-bottom {
  margin-top: 15px;
}

.team-bottom-item {
  width: 85px;
  text-align: center;
  float: left;
  overflow: hidden;
}

.team-bottom-item p {
  font-size: 12px;
  color: #333;
}

.team-bottom-item span {
  font-size: 14px;
  color: #999;
  margin-top: 5px;
}

.img-avatar {
  border: 1px solid #f6f6f6;
}

.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;
}
