.color-infov177 {
  color: #606266;
}
.row-title {
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tips_block {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: #f4f4f4;
  border-radius: 50%;
  font-size: 13px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.tips_block:hover {
  -webkit-box-shadow: 0 0 4px 1px #888888;
          box-shadow: 0 0 4px 1px #888888;
}
.color-infov177 {
  color: #606266;
}

.displayleft{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.amountcolor1{
    color: #DD5F4B;
    font-size: 18px;
    font-weight: bold;
}
.amountcolor2{
    color: #2EABE4;
    font-size: 18px;
    font-weight: bold;
}

