
.vdetail-page{
  position: relative;
}

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

.vdetail-left {
  width: 72.5%;
}

.vdetail-left h1, .vdetail-title {
  font-size: 24px;
  margin: 24px 0;
}
.vBox {
  position: relative;
  aspect-ratio: 1.777
}

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

.is-pip.xgplayer-mini, .is-mini-hidden.xgplayer-mini {
  display: none;
}

.is-pip.vd-box .xgplayer-poster {
  display: none;
}

.videoPauseBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.70);
  display: none;
  align-items: center;
  justify-content: center;
}
.vPauseImg {
  width: 200px;
  aspect-ratio: 200 / 114;
  object-fit: cover;
  margin-right: 8px;
  margin-top: 7.5px;
}
.pauseContent {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.vpauseClose {
  width: 16px;
  height: 16px;
  background: url('/static/images/floatClose.png');
  background-size: 100% 100%;
  cursor: pointer;
}

.vdetail-right {
  position: absolute;
  right: 5vw;
  top: 36px;
  /* top: -80px; */
  width: 22.5%;
  height: 100%;
  overflow: hidden scroll;
}

.vdetail-right h3{
  color: var(----4, var(----4, #FFF));

  /* 18 */
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
}

h2 {
  color: #FFF;

  /* 24 */
  font-family: "PingFang SC";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
}

h3 {
  font-size: 18px;
}

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

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

.item-cover {
  flex: 220;
  border-radius: 5px;
  overflow: hidden;
}

.vdetail-right__item .item-cover-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 6px 8px;
  height: 32px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  pointer-events: none;
}

.vdetail-right__item .cover-duration{
  bottom: 4px;
}
.item-cover img:not([lazy]) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.vdetail-right__item .item-title {
  flex: 168;
  overflow: hidden;
  color: var(--11, var(---60, #BDBDBD));
  text-overflow: ellipsis;
  
  /* Medium */
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 137.5% */
  align-self: flex-start;
}

.vdetail-right__item .cover-duration {
  padding: 0 2px;
  right: 6px;
  bottom: 6px;
  line-height: 18px;
}

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

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

.vd-tags .tags a {
  color: rgba(235, 115, 50, 1);
  padding-right: 15px;
  position: relative;
}

.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;
}

.vd-infos .topic-name {
  color: rgba(235, 115, 50, 1);
}

.vdetail-social .nav {
  --bs-nav-link-font-size: 22px;
  --bs-nav-link-font-weight: 400;
  --bs-nav-link-color: #7C7C7C;
  --bs-nav-link-hover-color: rgba(235, 115, 50, 1);
  --bs-nav-link-padding-x: 18px;
  gap: 12px;
  /* background-color: #222; */
  /* border-bottom: 1px solid #fff2; */
  /* position: sticky; */
  top: 0;
  z-index: 1;
  /* border-radius: 8px 8px 0 0; */
  background: rgba(255, 255, 255, 0.10);
}

.vdetail-social .nav .active {
  font-weight: 400;
  color: rgba(235, 115, 50, 1);
}

/* .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: rgba(235, 115, 50, 1);
} */

.vid-recommends {
  padding: 0;
}

.vdetail-page .section-content {
  padding: 0;
}
.gldetail-intro {
  margin-top: 36px;
}

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

.vdetail-article .textAdvList {
  margin-top: 16px;
}

.pcGridSwiper {
  display: none;
}
.textAdvList {
  margin-top: 12px;
}

@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) {
  /* 与 glInfo_new 保持一致：小屏隐藏顶部面包屑 */
  .gldetail-new-header {
    display: none !important;
  }
  .section-content-wrap{
    padding: 0  !important;
  }
  .vdetail-social{
    padding:0px 16px;
  }
  .vdetail-page .domainBox {
    margin: 18px 0;
    padding: 12px;
  }

  .gldetail-intro {
    margin-top: 18px;
    line-height: 28px;
  }
  
  .vdetail-page {
    padding: 0 !important;
    margin: 0;
  }

  .vdetail-left {
    width: 100%;
  }

  .vdetail-left h1, .vdetail-title {
    font-size: 16px;
    margin: 18px 0 12px;
    line-height: 22px;
  }

  .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: rgba(235, 115, 50, 1);
    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: 12px;
    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;
  }

  .vd-infos .vd-infos__desc {
    margin-top: 18px;
    color: #BDBDBD;
  }

  .vd-infos .topic-name {
    color: rgba(235, 115, 50, 1);
  }

  .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: rgba(235, 115, 50, 1);
    --bs-nav-link-padding-x: 0;
    gap: 28px;
    background-color: transparent;
    border-bottom: none;
    padding-top: 8px;
  }

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

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

  /* .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: rgba(235, 115, 50, 1);
  } */

  .vid-recommends {
    padding: 0;
  }



}
@media screen and (min-width: 768px) {
  .vPauseImg {
    width: 360px;
    margin-top: 22px;
  }
  .vpauseClose {
    width: 36px;
    height: 36px;
  }
  .pcGridSwiper {
    display: block;
    padding-bottom: 24px;
  }
  
}

