#date-row {
  position: relative;
  width: 75%;
  margin: auto;
}
#date-row .btn {
  display: block;
  position: relative;
  padding: 25px 0;
  color: #666;
  border: 1px solid #e8e8e8;
  border-radius: 0;
}
#date-row .btn:hover {
  background-color: #eee;
}
#date-row .btn.active {
  color: #FFF;
  background-color: #1890ff;
}
#date-row .btn-date {
  position: relative;
  margin-right: -1px;
  padding: 15px;
  width: 45px;
  font-size: 20px;
  color: #666;
  border: 1px solid #e8e8e8;
  border-radius: 0;
}
#date-row .btn-date i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#app-list {
  color: #666;
  font-size: 16px;
}
#app-list .head {
  padding-top: 26px;
  padding-bottom: 26px;
  background-color: #f3f3f3;
}
#app-list .head a {
  color: inherit;
}
#app-list .item .title {
  margin: 0;
  font-size: 16px;
}
#app-list .item .title,
#app-list .item .times {
  color: #333;
}
#app-list .item .times {
  margin: 0;
  font-size: 24px;
}
#app-list .item .wharf {
  margin: 0;
  font-size: 14px;
}
#app-list .item .tack_time {
  position: relative;
  font-size: 14px;
  color: #f80;
}
#app-list .item .tack_time::before,
#app-list .item .tack_time::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: #d8d8d8;
}
#app-list .item .tack_time::before {
  width: 100%;
  left: 0;
  right: 0;
}
#app-list .item .tack_time::after {
  width: 10px;
  right: 1px;
  transform: rotateZ(45deg) translateY(-5px);
}
#app-list .item:hover > .row {
  background-color: #f4f4f4;
}
#app-list .item.active > .row {
  background-color: #f4f4f4;
}
#app-list .item .menu .menu-head {
  color: #333;
  background-color: #f3f9ff;
}
#app-list .item .menu .list {
  color: #666;
  border-bottom: 1px dashed #d8d8d8;
}
#app-list .item .menu .list .price {
  font-size: 1.7rem;
  font-weight: bold;
  color: #f80;
}
#app-list .item .menu .list del {
  color: #666;
}
#cart .date {
  margin: 0;
  font-size: .87rem;
  color: #666;
}
#cart .time {
  margin: 0;
  font-size: 2.25rem;
  font-weight: bold;
  color: #f80;
}
#cart .wharf {
  margin: 0;
  font-size: 1rem;
  color: #333;
}
#cart .cruises {
  font-size: 1rem;
  color: #333;
}
#cart .take-time {
  font-size: .87rem;
  color: #093;
}
#cart .next {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
#cart .next::before {
  content: "";
  display: block;
  position: absolute;
  right: -2px;
  bottom: 0;
  width: 14px;
  height: 1px;
  transform: translateY(-5px) rotateZ(45deg);
  background-color: #ccc;
}
#cart .price {
  font-weight: bold;
  color: #f80;
}
#cart .price.h2 {
  color: #f60;
}
#cart .alert-total {
  align-items: center;
  font-size: 1rem;
  color: #666;
  background-color: #fff7ec;
  border: 1px solid #fed7a7;
}
#cart .alert-total p {
  margin: 0;
}
.no-drop {
  cursor: no-drop;
}
.date-list .date-list-item {
  cursor: pointer;
}
.date-list .date-list-item:hover {
  background-color: #eee;
}
