.select_btn{
  width: 4rem;
  height: 32px;
  line-height: 32px;
  background: linear-gradient(#D51F35, #AC2641);
  -webkit-transform: translateX(-2px);
  -moz-transform: translateX(-2px);
  -ms-transform: translateX(-2px);
  -o-transform: translateX(-2px);
  transform: translateX(-2px);
}

input[type=date]{
  outline-color: invert ;
  outline-style: none ;
  outline-width: 0px ;
  border: 2px solid #DCDCDC;
  border-radius: 3px;
  text-shadow: none ;
  -webkit-appearance: none ;
  -webkit-user-select: text ;
  outline-color: transparent ;
  box-shadow: none;
}

.echarts_line{
  width: 100%;
  height: 500px;
}

/*优选盈 逆选盈*/
.table_box{
  min-height: 370px;
}

.dateInput{
  min-height: 30px;
  min-width: 30px;
}

/*日期选择框*/
.date_input{
  height: 30px;
  width: 50% ;
}