.pickup-time-item {
  line-height: 36px;
  vertical-align: middle;
  margin-top: 20px;
}
.pickup-time-item i {
  color: #FF5858;
  margin-right: 8px;
}
.pickup-time-item .yuyue{
  width: 107px;
  float: left;
}
.pickup-time-item .box {
  display: inline-block;
  align-items: center;
  width:239px;
  height:36px;
  background:#fff;
  border:1px solid #E0E0E0;
  margin-left: 12px;
  padding-left: 11px;
  position: relative;
}
.pickup-time-item .boxTwo {
  display: inline-block;
  align-items: center;
  width:239px;
  height:36px;
  background:#fff;
  border:1px solid #E0E0E0;
  margin-left: 12px;
  padding-left: 11px;
  position: relative;
}
.pickup-time-item .box .triangle{
  width: 0;
  height: 0;
  border-top: 5px solid black;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top-color: black;
  position: absolute;
  right: 15px;
  top: 15px;
}
.pickup-time-popup {
  margin-top: 2px;
  margin-left: 119px;
  width:406px;
  background:#fff;
  border:1px solid #E0E0E0;
  display: none;
}
.pickup-time-popup-head {
  width: 100%;
  border-bottom:1px solid rgba(224,224,224,1);
  clear: both;
  height: 56px;
}
.pickup-time-popup-head .cell {
  float: left;
  height:36px;
  background:#FFFFFFFF;
  border:1px solid #E0E0E0FF;
  text-align: center;
  line-height: 36px;
  color: #000;
  margin: 10px;
  width: 178px;
}
.pickup-time-popup-head .focus {
  background:#0293ED1F;
  border:1px solid #0293ED;
  color: #0293ED;
}
.pickup-time-popup-content {
  max-height: 196px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.pickup-time-popup-content .row{
  margin: 20px 30px;
  width: 100%;
  clear: both;
  height:24px;
}
.pickup-time-popup-content .row .cell{
  float: left;
  width:100px;
  height:24px;
  background:#F5F5F5FF;
  border-radius:4px;
  margin-right: 23px;
  text-align: center;
  font-size:14px;
  font-family:PingFangSC;
  font-weight:400;
  color:#333333FF;
  line-height: 24px;
}
.pickup-time-popup-content .row .focus {
  background:#0293EDFF;
  color: #FFF;
}
