$blue: #517ebb;
.timeSelet {
  width: 640px;
}
.timerWrap {
  box-sizing: content-box;
  .table {
    width: 640px;
    height: 240px;
    display: flex;
  }
  .rightSide {
    width: 600px;
  }
}
.openWrap {
  display: flex;
  margin-top: 12px;
  margin-bottom: 16px;
  align-items: center;
  .error {
    color: #ff4d4f;
    margin-left: 24px;
    font-size: 12px;
  }
  .priceRatioTips {
    font-size: 12px;
    color: $blue;
    margin-left: 15px;
  }
}
