.vdetail-page {
  padding: 44px 50px;
  width: 100%;
  display: flex;
  gap: 24px;
}
.vdetail-page .advListHorizontal__title{
  display: none;
}
.vdetail-page .advListHorizontal{
  padding: 0;
}
.vdetail-page  .dplayer-controller{
  padding: 0;
}

.vdetail-page .domainBox {
  margin: 36px 0;
  align-items: flex-start;
}
.vdetail-page .section-content__item{
  background-color: transparent;
}


.vdetail-article h1{
  color: #FFF;
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
  margin: 16px 0;
}

.vdetail-recommend h2{
  color: #FFF;
  font-family: "PingFang SC";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 150% */
}

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

.vdetail-left {
  flex: 1;
  min-width: 0;
}

.vdetail-right {
  width: 260px;
  flex: 0 0 260px;
  overflow-y: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

.vdetail-right::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.vdetail-time-info{
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  color: #C6C6C6;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 16px;
}
.vdetail-time-info div{
  display: flex;
  align-items: center;
  gap:6px;
  width: 45%;
}

.vdetail-time-info img{
  width: 20px;
  height: 20px;
  object-fit: contain;
}
h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

.vdetail-right__content {
  margin-top: 16px;
  list-style: none;
  padding: 0;
}

.vdetail-right__content .section-content__item {
  list-style: none;
}

.vdetail-right__content .section-content__item::marker {
  display: none;
  content: '';
}

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

.item-cover {
  flex: 3;
  border-radius: 5px;
  width: 100%;
}

.vdetail-right__item_tagList{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  gap: 8px;
  width: 100%;
  align-self: stretch;
}

.vdetail-right__item_tagList p{
  color: #5f5f5f;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  white-space: nowrap;
  flex-shrink: 0;
  margin: 0;
}

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

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

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

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

.vd-tags .tags a::after {
  content: '/';
  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;
}


.vd-infos {
  color: #C5C5C5;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  border-radius: 4px;
  background: #1C1C1C;
  padding: 12px;
  text-align: left;
}
.keywords_list{
  display: flex;
  flex-direction: row;
  gap: 6px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 16px;
}

.keywords_list p {
  color: #C5C5C5;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  padding: 10px 16px;
  border-radius: 8px;
  background: #0F0F0F;
  white-space: nowrap;
}



.vdetail-social__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 12px;
  margin-bottom: 24px;
}

.vdetail-social .nav {
  display: flex;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
}

.vdetail-social .nav-item {
  margin: 0;
}

.vdetail-social .nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
  border: none;
  background: transparent;
  color: #C6C6C6;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.vdetail-social .nav-link .tab-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.vdetail-social .nav-link.active {
  color: #3E7DFF;
}

.vdetail-social .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #3E7DFF;
}

.vdetail-social .nav-link.active .tab-icon-active {
  display: inline-block !important;
}

.vdetail-social .nav-link.active .tab-icon-inactive {
  display: none !important;
}

.vdetail-social .nav-link:not(.active) .tab-icon-active {
  display: none !important;
}

.vdetail-social .nav-link:not(.active) .tab-icon-inactive {
  display: inline-block !important;
}

.vdetail-social__actions {
  display: inline-flex;
  align-items: center;
  gap: 0;
  background: #1C1C1C;
  padding: 6px;
  border-radius: 999px;
  box-shadow: none;
}

.vdetail-social__actions .phone-play,
.vdetail-social__actions .share {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: none;
  background: transparent;
  color: #C6C6C6;
  font-family: "PingFang SC";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
  position: relative;
}

.vdetail-social__actions .phone-play:hover,
.vdetail-social__actions .share:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.02);
}

.vdetail-social__actions .phone-play img,
.vdetail-social__actions .share img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
}
.phone-qr img{
  width: 114px !important;
  height: 114px !important;
}

.vdetail-social__actions button + button::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 24px;
  background: rgba(255, 255, 255, 0.20);
  border-radius: 1px;
}

.vid-recommends {
  padding: 0;
}

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

.vdetail-author-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

@media screen and (max-width: 824px) {
  .vdetail-social__actions button + button::before {
    display: none;
  }
  .vdetail-social__actions {
    padding: 4px;
    gap: 6px;
  }
}

.author-avatar {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}

.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  font-family: "PingFang SC", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 4px;
  box-sizing: border-box;
}

.author-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.author-name {
  color: #FFF;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  text-align: left;
}

.author-works {
  color: #FFF;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}

.author-works .label {
  color: #FFF;
}

.author-works .count {
  color: #3E7DFF;
  font-weight: 500;
}

.vdetail-recommend {
  margin-top: 36px;
}

.vdetail-recommend h2 {
  font-size: 24px;
  color: #FFF;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}

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



.advList{
  display: none !important;
}


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

  .advList{
    display: flex !important;
  }

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

  .vdetail-page {
    padding: 16px;
  }

  .vdetail-left {
    width: 100%;
  }

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

  .phone-play{
    display: none !important;
  }


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

  .vdetail-right {
    display: none;
    right: 0;
    top: 44px;
    height: 100%;
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
  }

  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: #3E7DFF;
    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 {
    color: #C5C5C5;

    /* Regular */
    font-family: "PingFang SC";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
  }

  .vdetail-social__header {
    flex-direction: row;
    gap: 12px;
    justify-content: space-between;
  }

  .vdetail-social .nav {
    gap: 0;
  }

  .vdetail-social .nav-link {
    font-size: 14px;
    padding: 8px 12px;
  }

  .vdetail-social .nav-link.active::after {
    bottom: -12px;
    height: 2px;
  }

  .vdetail-social__actions {
    justify-content: center;
    /* width: 100%; */
  }

  .vdetail-social__actions .phone-play,
  .vdetail-social__actions .share {
    justify-content: center;
    font-size: 12px;
    padding: 8px 20px;
    border-radius: 999px;
  }

  .vid-recommends {
    padding: 0;
  }

  .vdetail-recommend {
    margin-top: 24px;
    text-align: left;
  }

  .vdetail-recommend h2 {
    margin-bottom: 12px;
    color: var(---, rgba(255, 255, 255, 0.90));

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