.auction-hall-header {
  font-size: 14px;
  padding: 20px;
  background-color: #fff;
}

.auction-hall-sidebar {
  padding: 20px;
  font-size: 14px;
  background-color: #fff;
}
.auction-hall-sidebar .auction-hs-status {
  padding: 15px 0;
  text-align: center;
  background-color: #cccccc;
  color: #fff;
}
.auction-hall-sidebar .auction-hs-end-timer {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
}
.auction-hall-sidebar .auction-hs-end-timer .auction-hs-time > p {
  margin-top: 10px;
  text-align: center;
}
.auction-hall-sidebar .auction-hs-end-timer .auction-hs-symbol {
  margin-top: 12px;
  font-size: 24px;
  font-weight: bolder;
}
.auction-hall-sidebar .auction-hs-end-timer .auction-hs-et-sports {
  width: 50px;
  padding: 15px 0;
  text-align: center;
  font-size: 24px;
  border: 1px #ff8049 solid;
  border-radius: 5px;
  color: #ff8049;
}
.auction-hall-sidebar .auction-hs-hint {
  margin-top: 20px;
  padding: 8px;
  border: 1px #fddeb6 solid;
  background-color: #fcf3dc;
  overflow: hidden;
}
.auction-hall-sidebar .auction-hs-hint > div {
  overflow: hidden;
  white-space: nowrap;
}
.auction-hall-sidebar .auction-hs-line {
  margin-top: 20px;
  border-top: 2px #d5d5d5 dashed;
}
.auction-hall-sidebar .auction-hs-detail {
  padding: 20px 0;
  white-space: nowrap;
}
.auction-hall-sidebar .auction-hs-detail > h3 {
  text-align: center;
  font-weight: bold;
}
.auction-hall-sidebar .auction-hs-detail > p {
  margin-top: 15px;
}

.auction-hall-buyer {
  background-color: #fff;
  overflow: hidden;
}
.auction-hall-buyer .auction-hb-title {
  margin: 15px 25px;
  padding: 6px;
  border-left: 5px cyan solid;
  font-weight: bold;
}
.auction-hall-buyer .auction-hb-content {
  margin: 10px 25px;
}

.auction-hall-layout {
  min-width: 1250px;
  max-width: 1960px;
  margin: 0 auto;
}
.auction-hall-layout .auction-hall-layout-title {
  height: 90px;
  line-height: 90px;
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
.auction-hall-layout .auction-hall-layout-container {
  display: flex;
  margin: 15px 0;
}
.auction-hall-layout .auction-hall-layout-container .auction-hall-layout-center {
  margin: 0 15px;
  width: 70%;
  overflow: hidden;
  background-color: #fff;
}
.auction-hall-layout .auction-hall-layout-container .auction-hall-layout-left {
  width: 300px;
  overflow: hidden;
  background-color: #fff;
}
.auction-hall-layout .auction-hall-layout-container .auction-hall-layout-right {
  width: 300px;
  overflow: hidden;
  background-color: #fff;
}

.auction-hall-class {
  background-color: #fff;
  overflow: hidden;
  max-height: 925px;
  overflow-y: auto;
}
.auction-hall-class .auction-hc-title {
  margin: 15px;
  padding: 6px;
  border-left: 5px cyan solid;
  font-weight: bold;
}
.auction-hall-class .auction-hc-class-list {
  display: flex;
  margin: 15px;
  padding-bottom: 15px;
  border-bottom: 2px #d5d5d5 dashed;
}
.auction-hall-class .auction-hc-class-list .auction-hc-cl-left > p {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  text-align: center;
}
.auction-hall-class .auction-hc-class-list .auction-hc-cl-left .auction-hc-cl-l-ranking-1 {
  background-color: #ff0000;
  color: #fff;
}
.auction-hall-class .auction-hc-class-list .auction-hc-cl-left .auction-hc-cl-l-ranking-2 {
  background-color: #ff6c00;
  color: #fff;
}
.auction-hall-class .auction-hc-class-list .auction-hc-cl-left .auction-hc-cl-l-ranking-default {
  border: 1px solid #ff6c00;
  color: #ff6c00;
}
.auction-hall-class .auction-hc-class-list .auction-hc-cl-right {
  padding-left: 15px;
  width: 100%;
}
.auction-hall-class .auction-hc-class-list .auction-hc-cl-right > p {
  line-height: 25px;
}
.auction-hall-class .auction-hc-class-list .auction-hc-cl-right .auction-hc-cl-r-off-line {
  border-radius: 2px;
  padding: 0 3px;
  float: right;
  background-color: #b7b7b7;
  color: #fff;
}
.auction-hall-class .auction-hc-class-list .auction-hc-cl-right .auction-hc-cl-r-on-line {
  border-radius: 2px;
  padding: 0 3px;
  float: right;
  background-color: #3cb461;
  color: #fff;
}

.auction-hall-buyer-template {
  font-size: 14px;
}

.but-time .el-picker-panel__footer .el-button--text {
  color: #ccc;
}

