main {
  background: #fff;
  margin: 20px auto;
  padding: 20px;
}

.search-div input[type=text] {
  font-size: .16rem;
  width: 8.2rem;
  height: .48rem;
  min-height: 40px;
  padding-left: 28px;
  background: #FFFFFF;
  float: left;
  border: 1px solid #EFEFEF;
  outline: none;
}

.search-div .date {
  width: 1.56rem;
  /* height: .48rem; */
  margin-left: .24rem;
  display: inline-block;
  /* border: 1px solid #EFEFEF; */
  position: relative;
}

.search-div select {
  font-size: .16rem;
  width: 100%;
  height: 100%;
  padding-left: .2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  appearance: none;
  border: none;
  position: relative;
}

.search-div .date .select-icon {
  width: 14px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 41%;
  color: #B0B4C2;
  pointer-events: none;
  position: absolute;
}


.search-div input[type=text]:focus {
  outline: none;
  background: rgba(250, 250, 250, 1);
  border: 1px solid #BE081A;
  border-radius: 4px;
}

.search-btn {
  background: #BE0719;
  border-radius: 10px;
  float: right;
  width: 1.28rem;
  height: .48rem;
  min-height: 40px;
  color: #fff;
  font-size: .16rem;
  outline: none;
  border: none;
  cursor: pointer;

}

.project-list {
  margin-top: 24px;
  color: #2A2A2A;

}

.list-header {
  height: 40px;
  background: #FAFAFA;
  border: 1px solid #EFEFEF;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
  font-size: .14rem;
}

.list-header label {
  line-height: 40px;
}

.list-header label:nth-child(2) {
  width: .98rem;
  min-width: 80px;
  float: right;
  text-align: center;

}

.multi-state-view .content .item>div:nth-child(1):hover {
  color: #BE0719;
}

.multi-state-view .content .item>div {
  width: 80%;
  line-height: 1.4;
}

.multi-state-view .content .clicked>div {
  color: #B0B4C2 !important;
}

.search-div input[type=text]::-webkit-input-placeholder {
  font-size: .16rem;
  font-family: Microsoft YaHei;
  font-weight: 400 ;
  color: #B0B5C2 ;
  background-color: #FFFFFF;
}

.newSelectTitle,
.newSelectTitle>span {
  height: .48rem !important;
  line-height: .48rem;
}

.fa {
  margin: .16rem .1rem 0 0 !important;
}