.video-box {
  padding: 20px 0;
}

.play-title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  font-size: 14px;
  color: #333;
}

.play-title .fa {
  font-size: 18px;
  margin-right: 5px;
}

.menu-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.menu-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
}

.menu-list .menu-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  color: #333;
  margin-right: 40px;
}

.menu-list .menu-item .fa {
  font-size: 30px;
  color: #61666d;
  margin-right: 10px;
}

.menu-list .menu-item:hover {
  cursor: pointer;
  color: #007bff;
}

.menu-list .menu-item:hover .fa {
  color: #007bff;
}

.menu-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.menu-right .store-name {
  font-size: 14px;
  color: #666;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.menu-right .video-date {
  font-size: 14px;
  color: #666;
}

.video-info {
  border-top: 1px solid #e5e5e5;
  padding: 15px 0;
}

.video-user {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
}

.video-user .user-name {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.video-user .fa {
  font-size: 14px;
  position: relative;
  top: 2px;
}

.swiper {
  width: 200px;
  height: 700px;
  overflow: hidden;
  margin-top: 20px;
  margin-left: 10px;
}

.swiper-container-vertical>.swiper-pagination-bullets {
  left: 200px;
  right: auto;
}

.swiper .card .card-body {
  padding-top: 10px;
  padding-bottom: 10px;
}

.video-item,
.video-item:hover {
  color: #333333;
  text-decoration: none;
}

.video-item .store-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}