@media (max-width: 575.98px) {
    .ri-video-warp .video-buy-warp {
        -webkit-transform: translate(-50%, -50%) scale(1) !important;
        transform: translate(-50%, -50%) scale(1) !important;
    }

    .ri-video-warp .video-buy-warp .buy-count {
        margin-bottom: -40px;
    }
}

/* Shop post summary */
.dznine-shop-summary {
    --dznine-shop-border-color: #e3e6eb;
}

[data-bs-theme="dark"] .dznine-shop-summary {
    --dznine-shop-border-color: #343840;
}

.row.dznine-shop-layout {
    --ri-gutter-x: 1.25rem;
    display: grid;
    grid-template-columns: 208px minmax(0, 1fr);
    column-gap: 1rem;
    align-items: stretch;
    margin-right: 0;
    margin-left: 0;
}

.row.dznine-shop-layout > * {
    width: auto;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

.dznine-shop-cover {
    grid-column: 1;
}

.dznine-shop-cover .img-box,
.dznine-shop-cover .img-box img {
    width: 100%;
    height: 100%;
}

.dznine-shop-cover .img-box {
    min-height: 208px;
    overflow: hidden;
    border-radius: 0.5rem;
}

.dznine-shop-cover .img-box img {
    display: block;
    object-fit: cover;
}

.dznine-shop-summary .dznine-shop-cover .img-box img {
    max-height: none;
}

.dznine-shop-summary .dznine-shop-info {
    grid-column: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 32%);
    align-content: start;
    overflow: hidden;
    border: 1px solid var(--dznine-shop-border-color);
    border-radius: 0.5rem;
    background: rgba(244, 247, 251, 0.9);
}

.dznine-shop-system-meta {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    align-items: stretch;
    min-width: 0;
}

.dznine-shop-primary-meta,
.dznine-shop-date-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(130px, 1fr));
    align-items: center;
}

.dznine-shop-system-item {
    min-width: 0;
    padding: 1rem 1.25rem;
}

.dznine-shop-system-item + .dznine-shop-system-item {
    border-left: 1px solid var(--dznine-shop-border-color);
}

.dznine-shop-meta-label,
.dznine-shop-meta-value {
    display: block;
    letter-spacing: 0;
}

.dznine-shop-meta-label {
    margin-bottom: 0.25rem;
    color: var(--ri-tertiary-color, #858c9b);
    font-size: 0.75rem;
    line-height: 1.35;
}

.dznine-shop-meta-value {
    min-width: 0;
    color: inherit;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.dznine-shop-system-meta .dznine-shop-meta-value {
    font-weight: 500;
}

.dznine-shop-download {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    margin: 0 !important;
    padding: 0.75rem 1rem;
}

.dznine-shop-download .buy-title:empty {
    display: none;
}

.dznine-shop-download .btn-group,
.dznine-shop-download .buy-btns {
    margin-top: 0 !important;
}

.dznine-shop-download .btn {
    min-height: 44px;
}

.dznine-shop-summary .dznine-shop-download .prices-desc {
    width: 100%;
    max-width: 100%;
}

.dznine-shop-custom-fields {
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--dznine-shop-border-color);
}

.dznine-shop-custom-field {
    min-width: 0;
    padding: 0.85rem 1.25rem;
    border-right: 1px solid var(--dznine-shop-border-color);
    border-bottom: 1px solid var(--dznine-shop-border-color);
}

.dznine-shop-custom-field:nth-child(3n) {
    border-right: 0;
}

.dznine-shop-custom-field.is-wide {
    grid-column: 1 / -1;
    border-right: 0;
}

.dznine-shop-custom-field:last-child {
    border-bottom: 0;
}

@media (min-width: 768px) {
    .dznine-shop-custom-field.is-wide {
        margin-top: -1px;
        border-top: 1px solid var(--dznine-shop-border-color);
    }

    [data-bs-theme="dark"] .dznine-shop-custom-field.is-wide {
        border-top-color: var(--dznine-shop-border-color);
    }
}

[data-bs-theme="dark"] .dznine-shop-info {
    border-color: var(--dznine-shop-border-color);
    background: rgba(255, 255, 255, 0.025);
}

[data-bs-theme="dark"] .dznine-shop-system-item + .dznine-shop-system-item,
[data-bs-theme="dark"] .dznine-shop-custom-fields,
[data-bs-theme="dark"] .dznine-shop-custom-field {
    border-color: var(--dznine-shop-border-color);
}

@media (max-width: 1199px) {
    .dznine-shop-summary .dznine-shop-info {
        grid-template-columns: 1fr;
    }

    .dznine-shop-download {
        grid-column: 1;
        grid-row: 2;
        border-top: 1px solid var(--dznine-shop-border-color);
    }

    [data-bs-theme="dark"] .dznine-shop-download {
        border-top-color: var(--dznine-shop-border-color);
    }

    .dznine-shop-custom-fields {
        grid-row: 3;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dznine-shop-custom-field:nth-child(3n) {
        border-right: 1px solid var(--dznine-shop-border-color);
    }

    .dznine-shop-custom-field:nth-child(2n) {
        border-right: 0;
    }
}

@media (max-width: 767px) {
    .dznine-shop-summary {
        margin-top: 1rem !important;
        margin-bottom: 1.5rem !important;
    }

    .row.dznine-shop-layout {
        grid-template-columns: 112px minmax(0, 1fr);
        column-gap: 0.5rem;
        row-gap: 0;
    }

    .dznine-shop-cover {
        grid-column: 1;
        grid-row: 1;
        padding-right: 0;
    }

    .dznine-shop-cover .img-box {
        min-height: 112px;
        aspect-ratio: 1;
    }

    .dznine-shop-summary .dznine-shop-info {
        display: contents;
    }

    .dznine-shop-system-meta {
        display: contents;
    }

    .dznine-shop-primary-meta {
        grid-column: 2;
        grid-row: 1;
        display: grid;
        grid-template-columns: 1fr;
        align-content: center;
        border: 1px solid var(--dznine-shop-border-color);
        border-radius: 0.5rem;
        background: rgba(244, 247, 251, 0.9);
    }

    .dznine-shop-primary-meta .dznine-shop-system-item {
        padding: 0.65rem 0.8rem;
    }

    .dznine-shop-primary-meta .dznine-shop-system-item + .dznine-shop-system-item {
        border-top: 1px solid var(--dznine-shop-border-color);
        border-left: 0;
    }

    .dznine-shop-date-meta {
        grid-column: 1 / -1;
        grid-row: 2;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 0.75rem;
        border: 1px solid var(--dznine-shop-border-color);
        border-radius: 0.5rem;
        background: rgba(244, 247, 251, 0.9);
    }

    .dznine-shop-date-meta .dznine-shop-system-item {
        padding: 0.75rem 0.8rem;
    }

    .dznine-shop-download {
        grid-column: 1 / -1;
        grid-row: 3;
        padding: 0.75rem 0 0;
        border-top: 0;
    }

    .dznine-shop-download .btn-group,
    .dznine-shop-download .buy-btns,
    .dznine-shop-download .btn-group .btn:first-child,
    .dznine-shop-download .buy-btns .btn {
        width: 100%;
    }

    .dznine-shop-custom-fields {
        grid-column: 1 / -1;
        grid-row: 4;
        grid-template-columns: 1fr;
        margin-top: 0.75rem;
        overflow: hidden;
        border: 1px solid var(--dznine-shop-border-color);
        border-radius: 0.5rem;
        background: rgba(244, 247, 251, 0.9);
    }

    .dznine-shop-custom-field,
    .dznine-shop-custom-field:nth-child(2n),
    .dznine-shop-custom-field:nth-child(3n) {
        grid-column: auto;
        padding: 0.75rem 0.85rem;
        border-right: 0;
        border-bottom: 1px solid var(--dznine-shop-border-color);
    }

    .dznine-shop-custom-field:last-child {
        border-bottom: 0;
    }

    [data-bs-theme="dark"] .dznine-shop-primary-meta,
    [data-bs-theme="dark"] .dznine-shop-date-meta,
    [data-bs-theme="dark"] .dznine-shop-custom-fields {
        border-color: var(--dznine-shop-border-color);
        background: rgba(255, 255, 255, 0.025);
    }
}

/*搜索框优化*/
.search-form {
  width: 90% !important;
}
.navbar .navbar-search{
  top: 55px!important;
}
.navbar .navbar-search .search-form {
  background-color: #f7f7f7;
}
.jarallax-container {
  top: -1px!important;
}

/*二级菜单图标美化*/
.navbar .nav-list .menu-item.menu-item-has-children > a:after {
    content: ''!important;
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3e%3cpath fill="none" stroke="%23adadad" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m2 5 6 6 6-6"/%3e%3c/svg%3e');
    display: inline-block;
    width: .8rem;
    height: .8rem;
  }

/*字号美化*/
  .post-item.item-grid.grid-overlay:hover .entry-title a {
    color: #a7a7a7!important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1!important;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-item .entry-title {
  font-size: .8rem!important;
  font-weight: 600;
}
.post-item.item-list .entry-title {
  font-size: .9rem!important;
}
.sidebar .sidebar-posts-list .post-item.item-list .entry-title {
  line-height: 1.3rem;
  -webkit-line-clamp: 2!important;
}
.entry-navigation .entry-page-info .title {
  font-size: .9rem!important;
}
.article-header .post-title {
  font-size: 1.3rem!important;
}
.small, small {
  font-size: unset!important;
}

.list-group-flush>.list-group-item {
  background-color: #F3F4F7!important;
}
.sidebar .widget ul>li {
  padding: 5px 10px!important;
}
.list-group-item {
  border: unset!important;
}

/*隐藏谷歌翻译标识*/
#\:1\.container{
  z-index: 9724790009779!important;
  top:0;
  left:unset;
  right:-5px;
  display:none!important;
  border-radius:50%;
  border:2px solid gold;
 }
 .goog-logo-link,.gskiptranslate,.goog-te-gadget span,.goog-te-banner-frame,#goog-gt-tt, .goog-te-balloon-frame,div#goog-gt-{
   display: none!important;
 }
 .goog-te-gadget {
   color: transparent!important;
   font-size:0px!important;
 }
 
 .goog-text-highlight {
   background: none !important;
   box-shadow: none !important;
 }
 body {
  position: static !important; top:0px !important;
}
[data-bs-theme=light]
 #google_translate_element select {
  background: rgba(0, 0, 0, .2);
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 3px 4px;
  width: 100%;
}
[data-bs-theme=dark]
#google_translate_element select {
  background: rgba(255, 255, 255, .1);
  color: #a1a1a8;
  border: none;
  border-radius: 3px;
  padding: 3px 4px;
  width: 100%;
}
#google_translate_element select:focus {
outline: none;
}

/*.post-content a{
  text-decoration:underline !important;
}
logo扫光
  .logo-wrapper {
    position: relative;
    display: inline-block;
  }

  .logo-wrapper a::before {
    content: "";
    position: absolute;
    top: 0.4rem;
    left: -100%;
    width: 5rem;
    height: 0.8rem;
    background-color: rgba(255,255,255,.5);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    animation: scan 1s linear infinite;
  }

  @keyframes scan {
    0% {
      left: -100%;
    }
    100% {
      left: 100%;
    }
  }
  */
/*首页列表文章*/
.widgets {
  padding: 0 !important;
}

.topbg {
  padding: 2.5rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff2ec), color-stop(42%, #f0f1f6), to(#e1f0ff));
  background-image: linear-gradient(90deg, #fff2ec 0, #f0f1f6 42%, #e1f0ff 100%);
  position: relative;
}

.entry-cat-dot-log:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #2d89ef;
  border-radius: 50%;
  margin-right: 5px;
}

.entry-cat-dot-reg:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ff3e3e;
  border-radius: 50%;
  margin-right: 5px;
}

.ratio-18x9 {
  max-width: 30% !important;
}

.post-item-hover-hold:hover {
  -webkit-transform: none;
  transform: none;
  -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.13);
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.13);
}

.entry-descs {
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
  -webkit-line-clamp: 3 !important;
  height: 4.5em;
}

.post-item.item-list .entry-title-list {
  font-size: 1rem !important;
}
.section-container {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f5f6f7;
}

.section-title-list {
  padding: 1rem 1rem 1rem;
}

.section-desc-list {
  padding: 0.4rem 0.3rem 0;
}
.row-pad{
  padding: 0.8rem;
}
/*高级搜索*/
.search-warps {
  padding-top: 180px!important;
  padding-bottom: 180px!important;
}
.slider-margin-top{
  margin-top: -5rem!important;
}
.widget-slider-bg{
  background-color: #fff;
  padding: 1rem;
}
.home-owl-slider>.container{
  margin-bottom: 0!important
}
@media (max-width: 767.98px) {
  .search-warps {
  padding-top: 40px!important;
  padding-bottom: 40px!important;
}
  .slider-margin-top{
  margin-top: -2rem!important;
}
#dz_sidebar_author_widget,#dz_sidebar_posts_widget,#dz_sidebar_ranking_widget{
  display: none;
}
[id^="dz_home_slider_widget-"] {
  display: none;
}
.ratio-18x9 {
  max-width: 40% !important;
}
.section-title-list {
  padding: 0.5rem 0.5rem 0.5rem;
}

.section-desc-list {
  padding: 0.2rem 0.1rem 0;
}
.row-pad{
  padding: 0.2rem;
}
.entry-descs {
  font-size: 0.8rem !important;
  line-height: 1.3 !important;
  -webkit-line-clamp: 2 !important;
  height: 2.6em;
}
}

.slider-warp{
  top: 90%!important;
  background-color: rgba(255, 255, 255, 0.4);
  height: 2rem;
}
.leads{
  font-size:0.85rem!important;
  margin-top: 0.2rem;
  color: #363636!important;
  font-weight: 600;
}
/*内容页摘要样式*/
.content-excerpt {
  border: 1px solid #f4f4f4;
  margin-bottom: 1.5rem;
  padding: 1rem;
  position: relative;
  font-family: 思源宋体 CN SemiBold,SimSun,fangsong;
  color: #797C80;
  border-radius: 4px;
}
/*直播首页样式*/
.format-icon-live { top: 50%!important; left: 50%!important; transform: translate(-50%, -50%); }
.ModelListItemBadge { background-color: rgba(0, 0, 0, .7); background-position: center; background-repeat: no-repeat; border-radius: 4px; color: #f8f8f8; height: 20px; margin: 0; width: 20px; display: inline-block; }
.c_ModelListItemBadge__mobile { background-image: url('assets/image/mobile-phone-ds.svg'); }
.c_ModelListItemBadge__toy { background-image: url('assets/image/interactive-toy-ds.svg'); }
.left-85 { left: 84% !important; }
.start-80 { top: 80% !important; }
.model-list-item-country { border-radius: 2px; display: inline-flex; margin-left: auto; }
.country-flag--small { height: 15px; }
.country-flag { aspect-ratio: 32 / 21; background-position: center; background-repeat: no-repeat; background-size: contain; }
section { padding-top: 2rem !important; }
.model-list-item-upper-right { -moz-column-gap: 4px; column-gap: 4px; display: flex; flex-direction: row-reverse; margin-left: auto; white-space: nowrap; }
.ModelListItemBadge__new { background-image: url('assets/image/badge-new-ds.svg'); height: 16px; width: 32px; }
.right-0 { right: 0 !important; }
/*直播列表样式*/
.loading { display: none; text-align: center; margin: 20px 0; }
.no-more-models { display: none; color: red; text-align: center; margin: 20px 0; }
.loading-container { display: flex; justify-content: center; align-items: center; margin: 20px 0; }
/*直播内容页-简介按钮样式*/
#showProfileBtn {
  background-color: rgba(216,216,216,.23);
  color: #b1b1b1;
  border: none;
  border-radius: 50px;
  padding: 0 10px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
  margin-left: 1rem;
}

#showProfileBtn:hover {
  background-color: rgba(216,216,216,.4);
  color: #3c3c3c;
}

#profile {
  margin-top: 1rem;
  display: none;
  transition: opacity 1s;
}

#profile.show {
  display: block;
  opacity: 1;
}

#closeProfileBtn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  padding: 3px 7px;
  transition: color 0.3s, background-color 0.3s;
  z-index: 999;
}

#closeProfileBtn:hover {
  color: #3c3c3c;
  background-color: rgba(216, 216, 216, 0.7);
}

.interest-item--clickable:not(.interest-item--disabled) {
  cursor: pointer;
}

.interest-item--compact {
  height: 26px;
  margin-bottom: 4px;
  margin-top: 4px;
  padding: 0 10px;
}

.interest-item {
  align-items: center;
  background: #333;
  border: 2px solid #333;
  border-radius: 23px;
  box-sizing: border-box;
  color: #f8f8f8!important;
  display: inline-flex;
  font-weight: 500;
  margin-bottom: 6px;
  margin-right: 8px;
  padding: 0 14px;
  transition: .25s;
  font-size: .813rem;
}

/*#interest-item-text {
  text-decoration: none!important;
}*/

.interest-item--clickable:not(.interest-item--disabled):hover {
  background: #464646;
  border: 2px solid #5b5b5b;
  text-decoration: none;
}
/*直播内容页-主播头像区域样式*/
.profile-cover-wrapper{
  margin: -1.5rem;
  margin-bottom: 1.5rem;
}
.profile-cover {
  display: flex;
  flex-direction: column;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.profile-cover .profile-cover__media {
  background-color: #222;
}
.profile-cover .profile-cover__media, .profile-cover .profile-cover__media-container, .profile-cover .profile-cover__video-parent {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 200px;
  position: relative;
  width: 100%;
}
.profile-cover .profile-cover__media-container {
  overflow: hidden;
}
.profile-cover .profile-cover__media-container.has-cover::before {
  cursor: pointer;
}
.profile-cover .profile-cover__media-container::before {
  bottom: 0;
  box-shadow: inset 0 -200px 120px -77px rgba(0, 0, 0, .5);
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.profile-cover .profile-cover__media img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: var(--intro-height-shift);
  object-position: var(--intro-height-shift);
  width: 100%;
}
.profile-cover .profile-cover__info {
  align-items: center;
  background-color: #222;
  display: flex;
  flex: auto;
  justify-content: space-between;
  position: relative;
}
.profile-cover .profile-cover__info .left-wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.profile-cover .profile-cover__avatar-wrapper {
  bottom: 80px;
  flex: 0 0 190px;
  left: 20px;
  margin-bottom: -70px;
  position: relative;
  z-index: 2;
}
.profile-cover .profile-cover__avatar-wrapper .avatar-live {
  display: flex;
  font-size: 6px;
  height: 150px;
  margin: 0 auto;
  width: 150px;
}
.color-league-default, .color-league-default:hover {
  color: #f8f8f8;
}
.avatar-border {
  border: 1em solid currentColor;
  color: #7d7d7e;
}
.avatar-live {
  align-items: center;
  background-color: rgba(244, 244, 244, .05);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  color: rgba(191, 191, 191, .5);
  display: inline-flex;
  font-size: 5px;
  height: 100%;
  justify-content: center;
  line-height: 1;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  vertical-align: middle;
  width: 100%;
}
.image-background--round {
  border-radius: 50%;
}
.image-background {
  background-size: cover;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.avatar-live .live-badge {
  background: #e71a39;
  border: 3px solid #262626;
  border-radius: 8px;
  bottom: -8px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  padding: 3px 16px;
  position: absolute;
}
.username-panel {
  display: flex;
  padding: 16px 8px;
  white-space: nowrap;
}
.username-panel__status-icons {
  align-items: center;
  display: flex;
  height: 36px;
}
.username-panel__content {
  display: flex;
  flex-direction: column;
}
.username-panel__title {
  font-size: 1.75rem;
  font-weight: 600;
  height: 36px;
  line-height: 1.1;
  margin-bottom: 0;
}
@media (max-width: 767px) {
.profile-cover .profile-cover__avatar-wrapper {
  flex: 0 0 100px;
  margin-bottom: -120px;
}
.profile-cover .profile-cover__avatar-wrapper .avatar-live {
  height: 80px;
  width: 80px;
}
.avatar-live .live-badge {
  font-size: 16px;
}
.username-panel__title {
  font-size: 1.5rem;
  margin-left: 20px;
}
}
.username-panel__subtitle, .username-panel__title {
  align-items: center;
  display: flex;
}
.username-userlevels {
  align-items: baseline;
  vertical-align: bottom;
}
.username {
  align-items: center;
  color: #b3b3b3;
  display: inline-flex;
}
.username .username-level-wrapper {
  display: inline-block;
  max-width: 100%;
}
.username .username-level-wrapper .username-level {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.user-levels-username-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.username-icons {
  display: inline-flex;
}
.profile-cover .profile-cover__info .username-role-icon.gender {
  margin: 0;
}
.username .username-role-icon:last-child {
  margin-right: 5px;
}
.username .username-role-icon.gender {
  align-self: center;
}
.username .username-role-icon {
  align-items: center;
  display: inline-flex;
  margin: 0 0 0 5px;
  position: relative;
}
.profile-cover .profile-cover__info .username-role-icon.gender .icon {
  margin: 0 8px;
}
.username-panel__icons {
  display: flex;
}
/*直播内容页-主播视频区域样式*/
.post-content-faq {
  position: relative;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
}
  .post-content-faq>.h3::before, .post-content-faq>h3::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  width: 3px;
  height: calc(100% - 8px);
  border-radius: 3px;
  background-color: #2163e8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .15)), to(transparent));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, .15), transparent);
}
.post-content-faq>.h3, .post-content-faq>h3 {
  position: relative;
  padding-left: 18px;
  line-height: 1.46;
  border: 0;
  font-size: 17px;
  font-weight: 600;
}
.video-modal-live {
  display: none; /* 初始隐藏 */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* 背景颜色为黑色，带透明度 */
  justify-content: center;
  align-items: center;
}

.modal-content {
  position: relative;
  width: 90%;
  max-width: 1000px;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 24px;
  color: #fff; /* 关闭按钮颜色为白色 */
}
/*直播内容页-主播照片区域样式*/
.modal-albums {
  display: none; /* 默认隐藏 */
  position: fixed; /* 固定定位 */
  z-index: 1000; /* 在最上层 */
  left: 0;
  top: 0;
  width: 100%; /* 全宽 */
  height: 100%; /* 全高 */
  background-color: rgba(0, 0, 0, 0.8); /* 半透明背景 */
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  overflow: auto; /* 允许滚动 */
}

.modal-content-albums {
  max-width: 90%; /* 最大宽度 */
  max-height: 90%; /* 最大高度 */
  margin: auto; /* 自动外边距以居中 */
}


.close-albums {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
/*直播内容页-播放器区域样式*/
.bg-cover-live { object-fit: contain; background-size: contain; }
.video-container { position: relative; display: inline-block; width: 100%; height: auto; }
.video-js-live { width: 100%; height: auto; }
.overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); pointer-events: none; }
.video-js.vjs-16-9:not(.vjs-audio-only-mode) { padding-top: 56.25%; }

/*直播聊天室样式*/
[data-bs-theme=dark] #chat-container {
  background-color: #191b1d;
}
#chat-container {
  background-color: white;
  border-radius: .25rem;
  height: 30rem;
  overflow-y: auto;
  padding: 15px;
  margin-bottom: 20px;
}
.message {
  margin-bottom: 15px;
  padding: 12px;
  border-radius: 8px;
  border-left: 4px solid;
  animation: fadeIn 0.3s ease-out;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}
[data-bs-theme="dark"] {
  --text-msg: #22252980;
  --tip-msg: #FF980040;
  --lovense-msg: #9C27B040;
  --threshold-msg: #4CAF5040;
}
[data-bs-theme="light"] {
  --text-msg: #22252920;
  --tip-msg: #FF980020;
  --lovense-msg: #9C27B020;
  --threshold-msg: #4CAF5020;
}
.message.text {
  background-color: var(--text-msg);
  border-color: #b1b1b1;
}
.message.tip {
  background-color: var(--tip-msg);
  border-color: #FF9800;
}
.message.lovense {
  background-color: var(--lovense-msg);
  border-color: #9C27B0;
}
.message.thresholdGoal {
  background-color: var(--threshold-msg);
  border-color: #4CAF50;
}
.message-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.username—chat {
  font-weight: bold;
}
.user-badge {
  display: inline-block;
  font-size: 0.7em;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 6px;
}
.badge-green {
  background-color: #4CAF50;
  color: white;
}
.badge-ultimate {
  background-color: #FF5722;
  color: white;
}
.badge-model {
  background-color: #9C27B0;
  color: white;
}
.time {
  font-size: 0.8em;
  color: #666;
}
.message-content {
  margin-top: 8px;
  line-height: 1.5;
}
.tip-amount {
  color: #FF5722;
  font-weight: bold;
}
.lovense-details {
  margin-top: 5px;
  font-size: 0.9em;
  color: #7B1FA2;
}
.goal-progress {
  margin-top: 5px;
  height: 6px;
  background-color: #e0e0e0;
  border-radius: 3px;
  overflow: hidden;
}
.goal-progress-bar {
  height: 100%;
  background-color: #4CAF50;
}
#controls {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
button {
  padding: 8px 15px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
button:hover {
  background-color: #388E3C;
}
#loading {
  text-align: center;
  padding: 10px;
  color: #666;
}

/*主播目标进度样式*/
.progress-bar {
  height: 100%;
  border-radius: 12.5px;
  background: linear-gradient(to right, #3C5000, #69881A);
  position: relative;
  min-width: 1px;
}
.progress-text-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box;
}
.progress-left {
  color: #fff;
  white-space: nowrap;
  /*overflow: hidden;*/
  text-overflow: ellipsis;
  position: relative;
  z-index: 2;
}
.goaldata{
  margin: 0 8px;
  font-weight: 700;
  color: #b2e345;
}
.progress-percent {
  position: absolute;
  right: 15px;
  color: #fff;
  z-index: 1;
}

/*时长区域*/
.video-title-s {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 15px;
}
.video-title-left {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.video-title-right {
    display: flex;
    align-items: center;
    gap: 15px;
}
.duration-display {
    min-width: 100px;
    text-align: right;
}
.title-span {
    display: inline-block; 
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 767px) {
    .title-span {
        max-width: 30ch; 
    }
    .min-btn{
      line-height: 0.1rem!important;
    }
}

/*直播频道热门视频*/
.h1-center{
		text-align: center;
	}
.feed-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    position: relative;
}
.feed-post {
    margin-bottom: 20px;
    max-width: 100%;
    z-index: 0
}
.tile.video-post-wrapper {
    position: relative;
}
[data-bs-theme=dark] .tile {
    background-color: #191b1d;
}
.tile {
    background-color: #fff;
    border-radius: 8px;
    max-width: 642px;
}
.tile-header {
    align-items: flex-end;
    display: flex;
    padding: 14px 20px 0;
    position: relative;
}
.tile-header .avatar-wrapper {
    position: relative;
    z-index: 1;
}
.tile-header .model-avatar {
    height: 40px;
    width: 40px;
}
.tile-header .avatar-border {
    border: none;
}
.image-background--round {
    border-radius: 50%;
}
.image-background {
    background-size: cover;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.tile-header .content-wrapper {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 2px 10px;
}
.tile-header .content-video {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.tile .feed-model-name {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #f9495a !important;
	text-decoration: none !important;
}
.tile .feed-model-name:hover {
    text-decoration: none;
}
.tile-header .posted-at {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    margin-top: 2px;
    opacity: .6;
}
.tile.video-post-wrapper .media-content {
    height: auto;
}
.tile .media-content {
    cursor: pointer;
    height: 560px;
    margin-top: 14px;
    position: relative;
}
.tile.video-post-wrapper .video-post {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    min-height: 150px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0;
}
.tile.video-post-wrapper .video-post .blurred-background {
    background-image: inherit;
    background-position: center;
    background-size: cover;
    bottom: 0;
    content: " ";
    filter: blur(10px) brightness(.6);
    left: 0;
    opacity: .6;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(1.1);
}
.tile.video-post-wrapper .video-post .thumbnail {
    aspect-ratio: 16 / 9;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    z-index: 2;
}
.tile.video-post-wrapper .video-post .play-icon-wrapper {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: row;
    background-color: rgba(0, 0, 0, .8);
    border-radius: 50%;
    height: 4rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 4rem;
    z-index: 3;
}
.tile.video-post-wrapper .video-post .play-icon {
    color: #f8f8f8;
    fill: currentColor;
    font-size: 2rem;
    margin: 0 0 0 5px;
}
.icon {
    height: 1rem;
    margin-right: 4px;
    pointer-events: none;
    vertical-align: middle;
    width: 1rem;
}
.tile.video-post-wrapper .video-post .duration {
    align-items: center;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    background-color: rgba(0, 0, 0, .4);
    border-radius: 4px;
    bottom: 10px;
    color: rgba(255, 255, 255, .8);
    display: flex;
    height: 34px;
    justify-content: center;
    position: absolute;
    right: 10px;
    width: 62px;
    z-index: 3;
}
.tile-content-info {
    color: rgba(var(--ri-link-color-rgb),var(--ri-link-opacity,1));
    display: flex;
    padding: 20px;
}
.tile-content-info .info-icon {
    fill: currentColor;
    font-size: 32px;
    margin-right: 12px;
}
.tile-content-info .title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 17px;
}
.tile-content-info .description {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    margin-top: 2px;
    opacity: .6;
}
.tile.video-post-wrapper .video-post-live-preview {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 25%;
    z-index: 3;
}
.feed-live-preview-link {
    background-size: cover;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .5);
    display: block;
    overflow: hidden;
    padding-top: 75%;
    position: relative;
    width: 100%;
}
.feed-live-preview-badge {
    background-color: #d53640;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    left: 4px;
    line-height: 12px;
    padding: 1px 4px;
    position: absolute;
    top: 4px;
    z-index: 1;
}
.tile-header .model-avatar.live:before {
    border: 2px solid #e71a39;
    border-radius: 50%;
    bottom: -3px;
    content: " ";
    left: -3px;
    position: absolute;
    right: -3px;
    top: -3px;
    z-index: -1
}
.tile-header .live-badge {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 12px;
    text-transform: uppercase;
    align-items: center;
    background-color: #e71a39;
    border: 2px solid #fff;
    border-radius: 4px;
    bottom: -5px;
    color: #fff;
    display: flex;
    height: 18px;
    justify-content: center;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 32px;
}
[data-bs-theme=dark] .tile-header .live-badge {
	border: 2px solid #262626;
}
.heart{
	align-items: center;
    margin-left: auto;
    display: flex;
}

.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: flex;
    justify-content: center; 
    align-items: center;     
    pointer-events: auto;
}

.video-modal-content {
    position: relative;
    width: 90%;
    max-width: 75%;
    background: #000;
    border-radius: 5px;
    overflow: hidden;
    pointer-events: auto;
}

@media (min-width: 768px) {
    .video-modal-content {
        aspect-ratio: 16/9;
    }
}

@media (max-width: 767px) {
    .video-modal-content {
        width: 95%;
        max-width: 400px;
        aspect-ratio: 9/16;
    }
}

#videoPlayer {
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: auto;
}

.video-modal-close {
    position: absolute;
    top: 10px;
    right: 25px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    z-index: 100;
}

.video-modal-close:hover {
    color: #ccc;
}

.sidebar-sticky[data-sticky] {
    position: sticky;
    top: 50px;
    align-self: flex-start; 
    overflow-y: auto; 
}

.sidebar-s {
    padding-bottom: 20px;
}

@media (max-width: 991px) {
    .sidebar-sticky[data-sticky] {
        position: static;
        height: auto;
    }
}
.video-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.loading-spinner {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
}

.loading-text {
    color: #fff;
    margin-top: 15px;
    font-size: 16px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.photo-count-badge {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: bold;
    z-index: 2;
}
.image-viewer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-viewer-container {
    position: relative;
    max-width: 100%;
    border-radius: 8px;
    padding: 15px;
}

.image-viewer-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.image-viewer-content {
    text-align: center;
    max-height: calc(100vh - 150px);
    overflow: auto;
}

.full-size-image {
    max-width: 100%;
    max-height: calc(100vh - 150px);
    object-fit: contain;
    border-radius: 4px;
}

.image-nav {
    display: flex;
    align-items: center;
    gap: 15px;
}

.image-nav button {
    background: rgba(255,255,255,0.2);
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.image-nav button:hover {
    background: rgba(255,255,255,0.3);
}

.image-counter {
    color: white;
    font-size: 16px;
    font-weight: bold;
    min-width: 60px;
    text-align: center;
}

.image-close-btn {
    background: rgba(255,255,255,0.2);
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.image-close-btn:hover {
    background: rgba(255,0,0,0.5);
}

/* control-bar logo大小控制 */
.jwplayer .jw-controlbar .jw-logo-button .jw-button-image {
  height: 60px !important;     
  width: 7rem !important;      
  min-width: 0 !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  margin-right: 4rem;
}
/* 移动端隐藏 control-bar 里的 logo */
@media (max-width: 768px) {
  .jwplayer .jw-controlbar .jw-logo-button {
    display: none !important;
  }
}

.rollbar .actions li>a>span {
    letter-spacing:normal!important; 
}
.uc-page .uc-menu-warp {
    padding: 1rem 3rem!important; 
}
.uc-page .uc-menu-warp .menu-item {
    text-align: initial!important; 
}
.uc-page .vip-cdk-body form {
    max-width: 400px!important; 
}

/*文章类型&图片数量样式*/
.post-item .entry-media .post-format-icon {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

.post-item:hover .entry-media .post-format-icon {
    -webkit-transform: translate(-50%, -50%) scale(1.1) !important;
    transform: translate(-50%, -50%) scale(1.1) !important;
}
.postlist-imagenum {
    position: absolute!important;
    top: auto!important;
    bottom: 0.7rem;
    right: 0;
    left: auto!important;
    background: rgba(139, 0, 0, 0.4);
    color: #fff;
    border-radius: 1.2rem 0 0 1.2rem;
    padding: 0 0.4rem;
    cursor: pointer;
    height: 1.4rem!important;
    line-height: 1.4rem;
    width: auto!important;
    z-index: 10;
    font-size: 0.75rem;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
}
.postlist-imagenum span {
    font-size: 0.9rem;
    font-weight: 600;
    margin-right: 0.2rem;
    line-height: 1;
    display: inline-block;
}
/* 修改 Spotlight 进度条颜色为深红色 */
.spl-progress {
    background-color: #8b0000 !important;
    height: 5px !important;
}

/* 白色主题下的进度条颜色（如果需要也修改） */
#spotlight.white .spl-progress {
    background-color: #8b0000 !important;
    height: 5px !important;
}

.dznine-turnstile-wrap,
.dznine-turnstile-wrap .cf-turnstile {
    width: 100%;
    max-width: 100%;
}

.dznine-turnstile-wrap iframe {
    max-width: 100%;
}

.ri-popup-body.dznine-turnstile-popup {
    width: 340px !important;
    max-width: calc(100vw - 24px);
}

/* 图集文章总结 */
.dznine-gallery-summary {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 1.5rem;
    padding: 1.75rem 4.5rem 1.9rem;
    position: relative;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-family: inherit;
    text-align: left;
}

.dznine-gallery-summary::before,
.dznine-gallery-summary::after {
    position: absolute;
    color: var(--ri-tertiary-color, rgba(89, 93, 105, 0.5));
    font-family: Georgia, "Times New Roman", serif;
    font-size: 6.5rem;
    font-weight: 700;
    line-height: 1;
    opacity: 0.1;
    pointer-events: none;
    user-select: none;
}

.dznine-gallery-summary::before {
    content: "“";
    top: 0.15rem;
    left: 0.25rem;
}

.dznine-gallery-summary::after {
    content: "”";
    right: 0.25rem;
    bottom: -1.65rem;
}

.dznine-gallery-summary-content {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 1.9;
    max-height: 6.25rem;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.dznine-gallery-summary-content p {
    margin: 0 0 1rem;
    text-indent: 2em;
}

.dznine-gallery-summary-content p:last-child {
    margin-bottom: 0;
}

.dznine-gallery-summary.is-expanded .dznine-gallery-summary-content {
    max-height: 100rem;
}

.dznine-gallery-summary-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    margin: 0.6rem auto 0;
    padding: 0.2rem 0;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0;
    box-shadow: none !important;
    background: transparent !important;
    color: var(--ri-tertiary-color, rgba(89, 93, 105, 0.5));
    font-size: 16px;
    line-height: 1.5;
    appearance: none;
}

.dznine-gallery-summary-toggle:focus,
.dznine-gallery-summary-toggle:active,
.dznine-gallery-summary-toggle:focus-visible {
    border: 0 !important;
    outline: 0;
    box-shadow: none !important;
    background: transparent !important;
    color: var(--ri-tertiary-color, rgba(89, 93, 105, 0.5));
}

@media (hover: hover) and (pointer: fine) {
    .dznine-gallery-summary-toggle:hover {
        color: rgba(var(--ri-link-hover-color-rgb), 1);
    }
}

.dznine-summary-collapse {
    display: none;
}

.dznine-gallery-summary.is-expanded .dznine-summary-expand {
    display: none;
}

.dznine-gallery-summary.is-expanded .dznine-summary-collapse {
    display: inline;
}

.dznine-gallery-summary.is-expanded .dznine-gallery-summary-toggle i {
    transform: rotate(180deg);
}

.dznine-gallery-summary-toggle i {
    transition: transform 0.2s ease;
}

.dznine-gallery-pagination {
    max-width: 100%;
    overflow: hidden;
}

.dznine-gallery-pagination .pagination {
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0;
    white-space: nowrap;
}

.dznine-gallery-pagination .page-item {
    flex: 0 0 auto;
}

.dznine-gallery-pagination .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.25rem;
    min-height: 2.25rem;
    margin-left: 0 !important;
    border-radius: 0.4rem !important;
}

.dznine-gallery-pagination .dznine-gallery-page-mobile-only {
    display: none;
}

.dznine-gallery-pagination .dznine-gallery-page-ellipsis .page-link {
    min-width: 1.2rem;
    padding-right: 0;
    padding-left: 0;
    color: inherit;
    background: transparent;
    border-color: transparent;
    pointer-events: none;
}

@media (max-width: 767px) {
	.dznine-gallery-pagination .dznine-gallery-page-desktop-only {
		display: none;
	}

	.dznine-gallery-pagination .dznine-gallery-page-mobile-only {
		display: list-item;
	}

	.dznine-gallery-pagination .page-link {
		min-width: 2rem;
		min-height: 2rem;
		padding-right: 0.45rem;
		padding-left: 0.45rem;
	}

	.dznine-gallery-pagination .pagination {
		gap: 0.25rem;
	}

    .dznine-gallery-summary {
        margin-bottom: 1.25rem;
        padding: 1.25rem 0.75rem 1.4rem;
    }

    .dznine-gallery-summary::before,
    .dznine-gallery-summary::after {
        font-size: 3.75rem;
        opacity: 0.075;
    }

    .dznine-gallery-summary::before {
        top: -0.1rem;
        left: 0;
    }

    .dznine-gallery-summary::after {
        right: 0;
        bottom: -1rem;
    }

    .dznine-gallery-summary-content {
        font-size: 16px;
        line-height: 1.85;
        max-height: 8.9rem;
        text-align: left;
    }
}
