.vdetail-page {
  padding: 44px 0;
}

.vdetail-page .domainBox {
  margin: 36px 0;
  align-items: flex-start;
}

.vdetail-left {
  width: 75%;
}

.vdetail-left h1 {
  font-size: 24px;
  margin: 24px 0;
}

.vd-box {
  width: 100%;
  aspect-ratio: 1.777;
  unicode-bidi: isolate;
  display: block;
}

.vdetail-right {
  position: absolute;
  right: 0;
  top: 44px;
  width: 23%;
  height: 100%;
  overflow: hidden scroll;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

.vdetail-right__content {
  margin-top: 16px;
}

.vdetail-right__item {
  margin-bottom: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration-line: none;
  cursor: pointer;
}

.item-cover {
  flex: 3;
  border-radius: 5px;
  overflow: hidden;
}
.item-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.vdetail-right__item .item-title {
  flex: 4;
  font-size: 16px;
  color: #BDBDBD;
}

.vd-tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vd-tags .tags {
  color: #7C7C7C;
  font-size: 14px;
}

.vd-tags .tags a {
  color: #FEBD2B;
  padding-right: 15px;
}

.vd-tags .tags a::after {
  content: '/';
  position: absolute;
  right: 6px;
  color: #BDBDBD;
}

.vd-tags .tags a:last-child:after {
  color: transparent;
}

.vd-shares {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 36px;
}

.phone-play,
.share {
  padding-left: 26px;
  background: url("../../static/images/phone-play.png") left center / 24px auto no-repeat;
}

.share {
  background: url("../../static/images/share.png") left center / 24px auto no-repeat;
}

.vd-infos {
  font-size: 14px;
  color: #7C7C7C;
}

.vd-infos p {
  margin-top: 10px;
}

.vdetail-social .nav {
  --bs-nav-link-font-size: 24px;
  --bs-nav-link-font-weight: 400;
  --bs-nav-link-color: #7C7C7C;
  --bs-nav-link-hover-color: #FEBD2B;
  --bs-nav-link-padding-x: 18px;
  gap: 12px;
  background-color: #222;
  border-bottom: 1px solid #fff2;
  position: sticky;
  top: 0;
  z-index: 1;
}

.vdetail-social .nav .active {
  font-weight: 500;
  color: #fff;
}

.vdetail-social .nav .active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 4px;
  border-radius: 3px 3px 0 0;
  display: block;
  background-color: #FEBD2B;
}

.vid-recommends {
  padding: 0;
}

.vdetail-page .section-content {
  padding: 0;
}

.gldetail-intro {
  margin-top: 36px;
}

.vdetail-body .mobile-nav {
  display: none;
}

@media screen and (max-width: 1366px) {
  .vdetail-right__item .item-title {
    font-size: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .vdetail-right__item .item-title {
    -webkit-line-clamp: 2;
  }
  
  .vd-shares {
    font-size: 12px;
    gap: 12px;
  }

  .vd-shares button {
    background-size: 18px auto;
  }
}

@media screen and (max-width: 824px) {
  .vdetail-page .domainBox {
    margin: 18px 0;
    padding: 12px;
  }

  .gldetail-intro {
    margin-top: 18px;
  }

  .vdetail-page {
    padding-top: 0;
    margin: 0;
  }

  .vdetail-left {
    width: 100%;
  }

  .vdetail-left h1 {
    font-size: 16px;
    margin: 18px 0;
  }

  .vdetail-article {
    padding: 0 16px;
  }

  .vd-box {
    width: 100%;
    aspect-ratio: 1.777;
  }

  .vdetail-right {
    display: none;
    position: absolute;
    right: 0;
    top: 44px;
    width: 23%;
    height: 100%;
    overflow: hidden scroll;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  .vd-tags {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 5px;
  }

  .vd-tags .tags {
    color: #7C7C7C;
    font-size: 12px;
  }

  .vd-tags .tags a {
    color: #FEBD2B;
    padding-right: 15px;
  }

  .vd-tags .tags a::after {
    content: '/';
    position: absolute;
    right: 6px;
    color: #BDBDBD;
  }

  .vd-tags .tags a:last-child:after {
    color: transparent;
  }

  .vd-shares {
    width: 100%;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
  }

  .vd-shares button {
    color: #BDBDBD;
  }

  .phone-play {
    display: none;
  }

  .share {
    padding-left: 18px;
    background: url("../../static/images/share.png") left center / 16px auto no-repeat;
  }

  .vd-infos {
    font-size: 12px;
    color: #7C7C7C;
  }

  .vd-infos p {
    margin-top: 4px;
  }

  .vdetail-social .nav {
    --bs-nav-link-font-size: 16px;
    --bs-nav-link-font-weight: 400;
    --bs-nav-link-color: #7C7C7C;
    --bs-nav-link-hover-color: #FEBD2B;
    --bs-nav-link-padding-x: 0;
    gap: 28px;
    background-color: transparent;
    border-bottom: none;
  }

  .vdetail-social .nav .active {
    font-weight: 500;
    color: #fff;
  }

  .vdetail-social .nav .active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 13px;
    height: 3px;
    border-radius: 3px;
    display: block;
    background-color: #FEBD2B;
  }

  .vid-recommends {
    padding: 0;
  }


}