.page-detail-history .el-form {
  width: 435px;
  padding-left: 80px;
}
.page-detail-history .el-form .el-input input {
  border: none;
}
.page-detail-history .el-form .el-date-editor input {
  border: 1px solid #dcdfe6 !important;
}
.page-detail-history .historyPriceTag {
  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 #chartLineBox {
  width: 90%;
  height: 70vh;
}
.page-detail-history .tipInfo {
  line-height: 30px;
  margin-top: 30px;
  text-align: center;
  font-size: 1vw;
}

