.sub-title {
  font-size: 30px;
}

.left-miao {
  width         : 120px;
  display       : inline-block;
  vertical-align: top;
  margin-top    : 40px;
  border-right  : 1px solid #e2e2e2;
}

.right-content {
  margin-left: 30px;
  width      : calc(100% - 160px);
  display    : inline-block;
  position   : relative;
}

.miao-title {
  font-size: 16px;
  padding  : 10px 20px 10px 15px;
  margin   : 10px 0;
  cursor   : pointer;
  color    : #777777;
}

.miao-title_active {
  color           : #3e97df !important;
  background-color: #ebf4fb;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color          : inherit;
}

.list-content {
  margin   : 20px 0;
  font-size: 16px;
}

.line {
  margin-top: 20px;
}

.line div {
  display: inline-block;
  width  : 49%;
}

.line .label {
  display       : inline-block;
  vertical-align: top;
  width         : 150px;
  text-align    : left;
  color         : #777777;
}

.line .value {
  display    : inline-block;
  margin-left: 20px;
  max-width  : calc(100% - 150px);
  color      : #112534;
}

.line .one-line {
  width: 100% !important;
}

.line .one-line .value {
  width: calc(100% - 190px) !important;
}

.license-icon {
  width : 370px;
  height: 260px;
}

.edit-btn {
  margin          : 40px 0 30px 0;
  width           : 160px;
  text-align      : center;
  height          : 45px;
  line-height     : 45px;
  color           : #ebf4fb;
  background-color: #3e97df;
  cursor          : pointer;
}

.edit-btn_showhide {
  margin          : 40px 0 30px 0;
  width           : 160px;
  text-align      : center;
  height          : 45px;
  line-height     : 45px;
  color           : #3e97df;
  background-color: #ebf4fb;
  cursor          : pointer;
}

.search-box {
  margin    : 25px 0;
  text-align: right;
}

.search-content {
  display: inline-block;
}

.date-input {
  width           : 150px;
  height          : 30px;
  padding-left    : 10px;
  background-color: #ffffff;
  border          : solid 1px #c4c4c4;
  background      : url('../png/rslugb.png') no-repeat 95% center;
}

.search-input {
  width           : 300px;
  height          : 30px;
  padding-left    : 10px;
  background-color: #ffffff;
  border          : solid 1px #c4c4c4;
}

.search-btn {
  width           : 100px;
  text-align      : center;
  height          : 30px;
  line-height     : 30px;
  background-color: #3e97df;
  color           : #ffffff;
  cursor          : pointer;
  vertical-align  : middle;
  border          : 2px solid #3e97df;
}

.gray-btn {
  width           : 100px;
  text-align      : center;
  height          : 30px;
  line-height     : 30px;
  background-color: rgba(153, 153, 153, 1);
  color           : #ffffff;
  cursor          : pointer;
  vertical-align  : middle;
  border          : 2px solid rgba(153, 153, 153, 1);
}

.business-type {
  position : absolute;
  top      : 20px;
  left     : 130px;
  font-size: 18px;
  color    : #777777;
}

.business-item {
  display      : inline-block;
  height       : 45px;
  line-height  : 30px;
  border-bottom: 3px solid #ffffff;
  cursor       : pointer;
  margin-left  : 40px;
}

.business-item_active {
  font-weight: bold;
  color      : #4f8dc1;
  position   : relative;
}

.business-item_active::after {
  content   : "";
  display   : block;
  position  : absolute;
  bottom    : -6px;
  left      : 0;
  width     : 100%;
  height    : 3px;
  background: #4f8dc1;
}

.DEALING{
 color: #ff9900;
 }

.REPLYED{
  color: #009900;
}

.REJECTED{
  color: #ff0000;
}