.search_re{
  margin: 10px 0 30px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #3E3E3E;
}
.search_re input{
  width: 445px;
  height: 44px;
  border: 1px solid #B0B0B0;
  border-radius: 2px;
  margin-right: 14px;
  padding-left: 13px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  color: #3E3E3E;
}
.search_re .s_btn{
  width: 96px;
  height: 44px;
  background: #FF9C00;
  border-radius: 2px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
}
.re_detail{
  color: #FF9C00;
  cursor: pointer;
}
