/* 交易细则页面样式 */
.main-container .title h1 {
  line-height: 40px;
  font-size: 20px;
  font-weight: 700;
  color: #926e20;
}
.trade-table .top-tit {
  line-height: 30px;
  font-size: 18px;
  position: relative;
  padding: 0 0 60px 20px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.trade-table .height-120 {
  height: 120px;
}

.trade-table .top-tit.show-mid {
  display: block
}

.trade-table .top-tit.show-xs {
  display: none
}

.trade-table .top-tit:before {
  content: "";
  width: 6px;
  height: 60px;
  background: #ae0a1b;
  position: absolute;
  left: 0;
  top: 0
}

.trade-table table {
  width: 100%
}

.trade-table table .bg_gold {
  background: #B09837;
}

.trade-table table .bg_gary {
  background: #F9F9F9;
}

.trade-table table .font-weight {
  font-weight: 700;
  color: #000000;
}

.trade-table table thead tr {
  background: #F2F2F2;
}

.trade-table table th {
  text-align: center;
  font-size: 14px;
  color:#000000;
  height: 60px;
  border: 1px solid #dbdcdd;
  line-height: 20px;
  padding: 0 4px;
}

.trade-table table th:first-child {
  border-top-left-radius: 4px;
}

.trade-table table th:last-of-type {
  border-top-right-radius: 4px;
}

.trade-table table th .table-thead {
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
  justify-content: center;
}

.trade-table table th.active .table-thead::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 11px;
  background: url(/images/table-icon2.png) center center/cover no-repeat;;
}

.trade-table table th span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.trade-table table th .question {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(../images/table-icon1.png) center center/cover no-repeat;
  cursor: pointer;
  margin-left: 2px;
}

.trade-table table tr {
  text-align: center;
  height: 40px;
  font-size: 14px;
  color: #333;
}

.trade-table table tr.question-panel {
  display: none;
}

.trade-table table tr.question-panel td {
  text-align: left;
  padding: 12px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.trade-table table tr td {
  padding: 7px 10px;
  min-height: 40px;
  line-height: 24px;
  border: 1px solid #dbdcdd;
}

.trade-table table tr td i {
  color: #ed4454;
  font-style: normal;
  font-weight: 700;
}

.tradeing_rules-tips {
  color: #808080;
  padding: 30px 0 15px;
  font-size: 14px;
  line-height: 24px;
}

table:not(:last-of-type) {
  margin-bottom: 60px;
}

