@charset "UTF-8";
/**!
 * pagename: 交易场地安排页
 * date: 2022-07-01
 * author: 井宇轩;
 */
/* 页面标题 */
.top {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 23px 15px 51px;
  
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 4px rgba(0, 72, 179, 0.06);
          box-shadow: 0 0 10px 4px rgba(0, 72, 179, 0.06);
}
.top-title {
  position: relative;
  height: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
.top-title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -16px;
  margin: auto;
  width: 4px;
  height: 20px;
  background: url("../css/images/top_title_img.png") no-repeat center;
}
.top-search {
  position: relative;
  margin-top: 15px;
  height: 34px;
  line-height: 34px;
}
.top-search-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px 0 10px;
  width: 300px;
  height: 100%;
  border: 1px solid #c4c4c4;
  border-radius: 6px;
}
.top-search-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 15px;
  height: 15px;
  background: url("../css/images/main_btn_img.png") no-repeat center;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-tabs {
  margin: 2px 0 0 15px;
}
.top-tab {
  margin-right: 20px;
  padding: 0 12px;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  border-radius: 4px;
  cursor: pointer;
}
.top-tab.active {
  color: #fff;
  background-color: #2087ff;
}
.top-text {
  color: #000;
}
.top-date {
	
  height: 100%;
}
.top-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 13px;
  width: 202px;
  height: 34px;
  border: 1px solid #c4c4c4;
  border-radius: 6px;
  background: url("../css/images/date_img.png") no-repeat 175px center;
}