.choose{
  width: 100%;
  min-height: 100%;
  background: url(../images/index-bg.jpg) no-repeat;
  background-size: cover;
  padding-top: 0.1rem;
}
.choose .item{
  display: block;
  display: flex;
  align-items: center;
  padding: 0.08rem 0.1rem;
  width: 90%;
  margin: 0 auto;
  margin-top: 0.1rem;
  height: 1rem;
  border-radius: 0.1rem;
  background-color: #fbf9d4;
  align-self: center;
  justify-content: space-between;
}
.choose .item .img-container{
  width: 0.5rem;
  height: 0.8rem;
  background-color: #f00;
}
.choose .item  .time{
  font-size: 0.18rem;
  color: #000;
  line-height: 0.25rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: flex-start;
  flex-direction: column;
  margin-left: 0.1rem;
  text-align: left;
  width: 72%;
}
.choose .item .arrow{
  font-size: 0.3rem;
  color: #000;
}
