.total_chose_box {
  position: absolute;
  top: 72px;
  left: 0;
}
.chose_tltle {
  margin-left: 22px;
  margin-top: 4px;
  float: left;
  color: white;
}
.year_chose {
  background-color: transparent;
  color: #72e3ff;
  border: #00c0ef 2px solid;
  width: 120px;
  text-indent: 0.6em;
  border-radius: 5px;
  float: left;
}

.chose_enter {
  background-color: transparent;
  color: white;
  border: #00cdff 2px solid;
  width: 50px;
  border-radius: 5px;
  float: left;
  margin-left: 20px;
}
.clear {
  clear: both;
}
