@charset "UTF-8";
/**
 * 咨询回复
 * date:2023-2-21
 * author: trh
 */
.sub-options {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
}

.sub-options-box + .sub-options-box {
  margin-left: 30px;
}

.sub-options-box.date .sub-options-input {
  width: 221px;
  padding-right: 37px;
  background: url(../images/index/date_ico.png) no-repeat center right 11px;
}

.sub-options-label {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  line-height: 40px;
  padding-right: 5px;
}

.sub-options-control {
  display: inline-block;
  vertical-align: top;
}

.sub-options-input {
  display: block;
  width: 208px;
  height: 40px;
  line-height: 38px;
  background: #fff;
  border: 1px solid #cbd0dd;
  border-radius: 2px;
  padding: 0 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #b3b3b3;
}

/*2023-08-11 modify*/
.sub-options-input {
  width: 176px;
}

.sub-search-btn {
  display: block;
  height: 40px;
  background: url(../images/search_ico.png) no-repeat center, -webkit-gradient(linear, left bottom, left top, from(#cbe2ff), to(#fff));
  -webkit-box-shadow: 2px 2px 4px rgba(6, 68, 138, 0.12);
          box-shadow: 2px 2px 4px rgba(6, 68, 138, 0.12);
  border-radius: 50%;
}
