.container {
  position: relative;
  min-height: 100vh;
  background: #5ea6fa;
  padding-bottom: 20px;
}

.top-box {
  width: 100%;
  height: 245px;
  background: url("/themes/simpleboot3/mobile/mgspsourcenew/image2/merchant_top_bg.png") no-repeat;
  background-size: 100% 100%;
}

.content-box {
  width: 100%;
  margin-top: -45px;
}

.video-box {
  width: 345px;
  /* height: 1040px; */
  background: #eaecfb;
  border-radius: 12px;
  border: 6px solid #ffffff;
  margin: 0 auto;
  padding: 23px 20px;
}

.video-title {
  width: 110px;
  font-weight: 500;
  font-size: 18px;
  color: #6e7cf9;
  position: relative;
  margin: 0 auto;
}

.video-title::after {
  content: "";
  position: absolute;
  width: 37px;
  height: 1px;
  background: linear-gradient(
    to left,
    rgba(132, 158, 255, 1),
    rgba(255, 255, 255, 0)
  );
  border-radius: 8px;

  top: 50%;
  left: -45px;
  transform: translateY(-50%) scale(0.9);
}

.video-title::before {
  content: "";
  position: absolute;
  width: 37px;
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(132, 158, 255, 1),
    rgba(255, 255, 255, 0)
  );
  border-radius: 8px;

  top: 50%;
  right: -45px;
  transform: translateY(-50%) scale(0.9);
}

.video-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  margin-top: 27px;
}

.video-item {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
}

.video-item-box {
  width: 100%;
  height: 256px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.video-item-box img {
  width: 100%;
  height: 100%;
}
.video-item-box video {
  /* 适应大小 */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-play {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("/themes/simpleboot3/mobile/mgspsourcenew/image2/play.png") no-repeat;
  background-size: 100% 100%;
}

.video-tip {
  width: 100%;
  height: 27px;
  background: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  line-height: 27px;
  position: absolute;
  bottom: 0;
}

.set-btn {
  width: 118px;
  height: 31px;
  background: #6e7cf9;
  border-radius: 16px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 31px;
  margin: 20px auto 0 auto;
}
