@charset "UTF-8";
/**!
 * 交易信息列表页
 * date:2022-05-16
 * author: fxyue;
 */

.tree-tt {
  padding-left: 72px;
}

.tree-item > a {
  padding-left: 65px;
  text-align: left;
}

.column {
  padding-top: 18px;
}

.choose {
  border-bottom: 1px dashed #DBDBDB;
  font-weight: 350;
  font-size: 16px;
  padding: 0 12px 30px;
  margin-bottom: 10px;
}

.choose-wrap {
  line-height: 36px;
  border-radius: 3px;
}

.choose-wrap .choose-box {
  margin-left: 88px;
}

.choose-node {
  float: left;
  padding: 0 12px;
  margin-left: 18px;
  border-radius: 3px;
  cursor: pointer;
}

.choose-node.current {
  background: #DFF0FF;
}

.choose-content {
  line-height: 38px;
  margin-top: 16px;
}

.choose-content .choose-box {
  margin-left: 80px;
}

.choose-input {
  float: left;
  width: 426px;
  height: 38px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  padding: 0 24px;
}

.choose-input > input {
  float: left;
  width: calc(100% - 30px);
  height: 36px;
  background: none;
}

.choose-search {
  float: right;
  width: 20px;
  height: 20px;
  margin-top: 9px;
  background: url("../images/search_icon_blue.png") no-repeat;
  background-size: 20px 20px;
  cursor: pointer;
}

.choose-btn {
  float: left;
  width: 100px;
  height: 38px;
  margin-left: 20px;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
}

.choose-btn.searchs {
  color: #FFFFFF;
  background: #3584F6;
  border: 1px solid #3584F6;
}

.choose-btn.reset {
  color: #0170FD;
  background: #F5FCFF;
  border: 1px solid #319CFF;
}
