.dark-body .page-content {
  color: inherit;
}
.dark-body .chose-area ul li {
  color: inherit;
}
.layout > main {
  background: #fff;
}
.page-content {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333;
  margin: 0 auto;
  min-width: 1250px;
}
.page-content > * {
  width: 100%;
}
.trade_rules h1 {
  height: auto;
  margin: 50px 0 20px;
  height: 35px;
  line-height: 35px;
  font-weight: 500;
  text-align: center;
}
.chose-area {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.chose-area > i {
  display: block;
  height: 1px;
  width: 120px;
  background-color: #e64e62;
  position: absolute;
  top: 49px;
  left: 20px;
  transition: all 0.3s ease;
}
.chose-area > i::before {
  content: '';
  position: absolute;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent #e64e62 transparent;
  top: -14px;
  left: calc(50% - 7px);
}
.chose-area ul {
  display: flex;
  height: 100%;
  align-items: center;
}
#transType b{font-weight:normal}
.chose-area ul li {
  width: 120px;
  height: 30px;
  line-height: 30px;
  margin: 0 20px;
  text-align: center;
  cursor: pointer;
  color: #3f6564;
  font-size: 18px;
}
.chose-area ul li:hover {
  color: #e64e62;
}
.chose-area ul li.active{
    color: #e64e62;
}
.chose-area input {
  height: 30px;
  width: 200px;
  text-indent: 30px;
  position: relative;
  background: url(/images/marketsearch-icon.svg?v=0517) no-repeat center;
  background-position: 6px 6px;
}
.chose-area input:focus{background: url(/images/marketsearch-icon.svg?v=0517) no-repeat center;
  background-position: 6px 6px;}
.mian-content{height: 677px;position: relative;overflow: hidden;padding-bottom: 50px;box-sizing: content-box;}
.mian-content #table-list{position: absolute;display: flex;/* transition: left 1s linear; */left: 0;width: 7650px;}
.mian-content table{height: 640px;}
.mian-content table th,
.mian-content table td {
  width: 18%;
  height: 40px;
  text-align: center;
}
.mian-content table th{position: relative;font-weight: 500;}
.mian-content table th:hover{cursor: pointer;}
.mian-content table th:first-child,
.mian-content table td:first-child {
  width: 10%;
}
.mian-content .srocll-table tbody {
  display: block;
}
.mian-content .srocll-table tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.mian-content .srocll-table tbody i{font-style:normal;color:#888;font-size: 14px;}
.dataTables_filter{display: none;}
.dataTables_wrapper .dataTables_info{bottom: 0px;}
.dark-body .dataTables_wrapper .dataTables_info{color: inherit;}
.dataTable .sortable:after, .dataTable .sorting_asc:after, .dataTable .sorting_desc:after{
  float: none;
  margin-left: 20px;
  position: absolute;
  background-color: none !important;
}
.QR-scan-box{
  padding-bottom: 5px;
}