.select .el-input {
  width: 120px;
}
.page-detail-history .el-form {
  width: 435px;
  padding-left: 80px;
}
.page-detail-history .el-form .el-col-8 {
  width: auto;
}
.page-detail-history .el-form .el-date-editor input {
  border: 1px solid #dcdfe6 !important;
}
.page-detail-history .historyPriceTag {
  text-align: center;
  margin-top: 30px;
  padding-left: 90px;
}
.page-detail-history .historyPriceTag .tag-group__title {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  margin-right: 30px;
}
.page-detail-history .historyPriceTag .el-tag {
  margin: 0 10px;
}
.page-detail-history .historyPriceTag .el-tag span {
  color: #e02020;
}
.page-detail-history .historyPriceTag .el-tag--plain.el-tag--info {
  border: none;
}
.page-detail-history #chartLineBox {
  width: 90%;
  height: 70vh;
}
.page-detail-history .tipInfo {
  line-height: 30px;
  margin-top: 30px;
  text-align: center;
  font-size: 1vw;
}
.new-page-info {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-around;
}
.new-page-info .info-column {
  display: flex;
}
.new-page-info .info-column .info-column-label {
  color: #fff;
  line-height: 78px;
  padding: 0 30px;
  font-size: 18px;
  border-right: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: bold;
}
.new-page-info .info-column .blue {
  background-color: #3a76d4;
  border: 1px solid #3b68ab;
}
.new-page-info .info-column .red {
  background-color: #f38836;
  border: 1px solid #cea88e;
}
.new-page-info .info-column .info-column-value {
  display: flex;
  height: 80px;
  border-left: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.new-page-info .info-column .info-column-value .el-icon-top {
  font-size: 14px;
  color: #f3847d;
  vertical-align: bottom;
}
.new-page-info .info-column .info-column-value .el-icon-bottom {
  font-size: 14px;
  color: #70bab0;
  vertical-align: bottom;
}
.new-page-info .info-column .info-column-value .el-icon-money {
  font-size: 14px;
  vertical-align: bottom;
}
.new-page-info .info-column .info-column-value .column-item {
  padding: 20px 40px;
}
.new-page-info .info-column .info-column-value .column-item .title {
  color: #a1a1a1;
  margin-bottom: 10px;
}
.new-page-info .info-column .info-column-value .column-item .number {
  font-size: 16px;
  font-weight: bold;
}
.new-page-info .info-column .value-blue {
  background-color: #f5f8fd;
  border: 1px solid #3b68ab;
  border-left: none;
}
.new-page-info .info-column .value-red {
  background-color: #fef9f5;
  border: 1px solid #cea88e;
  border-left: none;
}

