.propTitle{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 800;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-left:-20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -5px;

}
.propTitle i{
  cursor: pointer;
}

.propTitle span{
  font-size: 14px;
  font-weight: normal;
}

.propTitle span::before{
  content: "";
  display: inline-block;
  width: 3px;
  height: 12px;
  background: #409EFF;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.search_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 15px 15px 15px 15px;
  }
  .mode {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    left: 0;
  }
  .mode > div {
    margin: 0 auto;
    width: 500px;
    height: auto;
    background: white;
    margin-top: 100px;
    padding: 20px;
  }
  .linkText{
    color:#667fa0
  }
  .linkText:hover{
    color:red
  }
  
.demo-form-inline{
  background: #fff;
  padding: 15px 15px 0px 15px;
} 
  
/* .act{
    color:red
}
.changeKh{
  width:1000px
}
a{
  color: #667fa0 !important;
} */
a:hover{
  color:red !important
}

