html {
  font-size: 16px;
}

html,
body {
  min-height: 100vh;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #eee;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: 0 0;
}

h1,
h2,
h3,
h4,
em {
  font-weight: normal;
}

ul {
  list-style: none;
}

em {
  font-style: normal;
}

img {
  border: 0;
  vertical-align: middle;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
  opacity: .9;
  transition: transform .3s ease;
  background-color: rgba(255, 255, 255, .8);
  filter: blur(.5px);
}

img:hover {
  transform: scale(1.05);
}

.row {
  margin-top: 5px
}

header {
  flex: 1;
  background: #036;
}

.header-wrap {
  display: flex;
  justify-content: space-between
}

.logo {
  flex: 1;
  text-align: center
}

.mail {
  flex: 1;
  text-align: right
}

.logo {
  display: flex;
  line-height: 2.5rem
}

.logo a {
  display: block
}

.logo h1 a {
  color: #0086CF;
  font-size: 1.5rem
}

.logo ul {
  display: flex;
  gap: 2%
}

.logo ul li a {
  font-size: 1.2rem;
  color: #ffbf00
}

.mail span {
  font-size: 1rem;
  line-height: 3.5rem
}

.mail span:nth-child(1) {
  color: #fff
}

.mail span:nth-child(2) {
  color: #f00
}

.menu {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  box-sizing: border-box;
  background: #0086CF;
}

.menu-ul {
  width: 100%;
  padding: 5px 0;
  box-shadow: 0 1px 1px -1px rgba(0, 0, 0, .5)
}

.menu-ul li {
  flex: 1;
  text-align: center;
  font-size: .95rem;
  color: #fff;
  line-height: 2.0
}

.menu ul li:nth-child(1) {
    flex: 0 0 80px;
  box-shadow: 1px 0 1px -1px rgba(0, 0, 0, .5)
}
.menu ul li:nth-child(1) a{
  
    text-align: center;
}
.menu ul li a {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding: 10px;
  color: white;
  text-decoration: none
}

#new1,
#new2,
#new3{
  text-align: left
}

#new1 a,
#new2 a,
#new3 a{
  color: #ffbf00;
  font-weight: bolder;
  display: inline-flex;
  align-items: baseline;
  gap: 1px;
}

.search {
  display: flex
}

.search-bar {
  display: flex;
  justify-content: space-between;
  height: 24px;
  flex: 0 0 222px;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 5px 0;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
  transition: all .3s ease;
  margin-top: 5px
}

.search-bar input[type="text"] {
  border: 0;
  background: none;
  outline: 0;
  padding: 5px;
  width: 80%
}

.search-bar input[type="text"]::placeholder {
  color: #999
}

.search-bar button {
  background: none;
  border: 0;
  padding: 5px 1px;
  border-radius: 20px;
  cursor: pointer;
  white-space: nowrap
}

.zt {
  display: flex;
  flex-wrap: wrap
}

.icon-zt {
  font-weight: bolder
}

ul.zt li {
  margin: 0 1% 1% 0;
  padding: 0 5px;
  background-color: #eee;
  line-height: 1.5rem;
  font-size: .75rem;
  border-radius: 4px;
  text-decoration: none;
  border: 1px solid #bd9494
}

ul.zt li:nth-child(1) {
  border: 0
}

ul.zt li a {
  display: block;
  color: #2d3e50
}

.hidezt {
  display: none
}

#morezt {
  background-color: #0086CF
}

#morezt a span {
  color: #fff
}

main {
  display: flex;
  flex-direction: column
}

section.index-list {
  display: flex;
  flex-direction: column
}

section.index-list h3,section.index-list h3 a{
  width: 100%;
  height: 40px;
  margin: 10px 0;
  border-bottom: 1px solid #AAA;
  font-size: 20px;
  color: #000;
  line-height: 40px
}

aside ul,
main ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around
}

.placeholder {
  width: 100%;
  padding-bottom: 56.25%
}

.video-muted {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer
}

.video-muted {
  line-height: 20px;
  display: flex;
  justify-content: space-between
}

.video-muted i {
  display: block;
  color: #fff;
  font-size: 0.9rem;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 500;
  line-height: 20px
}
.item-title {
    margin-top: 5px;
}

.item-pre {
  display: block;
  position: relative;
  background: #eee
}

img.nature {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover
}

item-pre div i:nth-child(2) {
  float: right
}
item-title{margin-top: 5px;}
.item-title a {
  display: block;
  width: 100%;
  color: #000
}

.item-title a h4 {
  font-size: 1rem;
    line-height: 1.2rem;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

footer {
  margin-top: 30px;
  padding: 60px 0;
  line-height: 30px;
  background: #333
}

footer a {
  color: red
}

footer p {
  text-align: center
}

.friend {
  display: flex;
  margin-top: 20px;
  line-height: 32px
}

#friendlink {
  display: flex;
  justify-content: row
}

#friendlink li {
  margin: 0 5px;
  padding: 0 5px
}
#friendlink li a{
  color: #343a40;
}

.guide {
  position: fixed;
  left: unset;
  right: 0;
  margin: 0 1.5% 0;
  bottom: 240px
}
 .guide a {
    width: 32px;
    height: 32px;
  }

.guide a {
  display: inline-block;
  background-color: #0086CF;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  padding: 15px;
  text-decoration: none;
  border-radius: 100px;
  box-shadow: rgba(5, 24, 74, .37)0 2px 6px 0
}

.guide a:nth-child(1) {
  background-image: url(../images/homepage.svg);
  background-size: contain
}

.guide a:nth-child(2) {
  display: none;
  background-image: url(../images/top.svg);
  background-size: contain
}

.title {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  border-bottom: 1px solid #aaa;
  align-items: center
}

.title h3 {
  font-size: 1.2rem;
  color: #000
}

.title .total {
  color: #333;
  font-size: 1rem
}

.title .total em {
  padding: 0 5px;
  color: #000;
  font-weight: bold
}

.pagination {
  text-align: center;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column
}

.pagination ul li a {
  padding: 5px 12px;
  line-height: 2rem;
  background-color: #f5f5f5;
  color: #353030;
  margin: 3px
}

.article-items {
  display: flex;
  flex-direction: column;
  counter-reset: number;
}

.article-items li {
  width: 100%;
  padding: 13px 5px 13px 5px;
  border-bottom: dashed 1px #aaa
}

.article-items li a {
  flex: 1;
  display: flex;
  justify-content: space-between
}

.article-items li a span {
  font-size: 1rem;
  font-weight: normal;
  color: #333
}

.location {
  display: flex;
  margin-top: 10px;
  padding: 10px;
  color: #000;
  font-size: .9rem;
  justify-content: left
}

.location a {
  color: #000
}

.copy {
  cursor: pointer;
  margin: 5px;
  width: 100%;
  border-radius: 5px;
  padding: 0 10px;
  font-size: .85rem;
  line-height: 2.5rem;
  background: #222;
  color: hsla(0, 0, 100%, .8);
  text-transform: lowercase;
  overflow: hidden;
  word-wrap: break-word
}

.copy em {
  color: #ffbf00;
  font-size: 12px
}
  .player-box{width:100%;max-width:960px;aspect-ratio:16/9;margin:0 auto;background:#000;position:relative}
.player-box .video-js{background:#000!important;width:100%;height:100%}
.player-box .vjs-poster{object-fit:cover;width:100%!important;height:100%!important}
.player-box .vjs-tech{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important}
.vjs-poster img{border:0!important;border-radius:0!important;box-shadow:none!important;opacity:1!important;transition:none!important;background:none!important;filter:none!important;transform:none!important}
.vjs-default-skin .vjs-control-bar{font-size:14px}
#url {
  color: white;
}

.playgroud li.selected {
  background-color: #4CAF50;
  color: #fff
}

.tip {
  font-size: 1rem;
  color: #0086cf;
  margin-left: 10px
}

.playgroud {
  display: flex;
  justify-content: flex-start;
  padding: 10px 0;
  border-bottom: 2px solid #ccc;
  overflow: hidden
}

.playgroud li {
  line-height: 1rem;
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  color: #fff;
  background: #0086cf;
  margin: 5px;
  max-width: 25%
}

.intro {
  margin-top: 20px;
  background: #fff;
  padding: 15px;
  line-height: 2rem;
  border-radius: 5px;
  color: #333;
  font-size: .95rem
}

.tag a {
  color: #f56c08;
  border: #0086cf solid 1px;
  margin: 5px;
  padding: 5px;
  font-size: 1rem;
  border-radius: 5px
}

.intro h1 {
  padding-bottom: 5px;
  color: #111;
  font-size: 1.5rem;
  text-align: center;
  overflow: hidden
}

main h1 {
  padding: 20px 0;
  color: #111;
  font-size: 1.5rem;
  text-align: center;
  overflow: hidden
}

main h2 {
  color: #444;
font-size: .96rem;
text-align: center;
overflow: hidden;
border-bottom: 1px solid #aaa;
display: flex;
justify-content: center;
line-height: 0.96rem;
align-items: end;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
  display: flex;
  justify-content: center
}

.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  margin: 5px;
  color: #337ab7;
  white-space: nowrap;
  text-overflow: ellipsis
}

select {
  width: 3rem;
  padding: 3px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f7f7f7;
  color: #333;
  appearance: none;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="%23333" d="M7 10l5 5 5-5z"/></svg>');
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 12px
}

.pages,
.jump-page {
  font-size: .9rem
}

.morepic img {
  display: block;
  max-width: 80%;
  margin: 10px auto;
  display: block;
  padding: 1px;
  border: 1px solid #ddd
}

.book {
  background: #fff;
  color: #333;
  padding: 0 10px;
  font-size: 1rem;
  line-height: 2rem;
  text-indent: 20px
}

.icon-number {
  display: flex
}

.icon-number::before {
  counter-increment: number;
  content: counter(number)".";
  display: inline-block;
  width: 20px;
  vertical-align: top;
  margin: 3px 3px 0 0;
  text-align: right;
  color: #4b4c4f;
  font-size: 1rem;
  font-weight: 300;
  line-height: 18px
}

@media(max-width:767px) {
  .wrap {
    width: 100%;
    margin-inline: auto;
    color: #aaa
  }
  img.banner {
    width: 100%;
    height: 60px;
}

  .header-wrap {
    flex-direction: column
  }

  .logo {
    justify-content: center
  }

  .mail {
    text-align: center
  }

  .menu-ul {
    display: grid;
    grid-template-columns: 10% 22.5% 22.5% 22.5% 22.5%;
    grid-template-rows: repeat(2, 36px);
    padding: 1px 0
  }

  .menu-ul li:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    align-self: center;
    color: white;
    text-align: center;
    font-size: 13px
  }

  .menu-ul li:nth-child(n+2) {
    flex-basis: calc(25% - 10px);
  }

  #new1,
  #new2,
  #new3{
    text-align: center
  }

  li.video-item {
    padding-right: 6px;
    padding-left: 6px;
    width: 50%
  }

  li.video-item:nth-child(8) {
    display: none
  }

  li.video-item:nth-child(7) {
    display: none
  }

  .yousheng_wrap {
    margin-inline: auto;
    width: 100%;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    color: #aaa;
    padding: 0 5%
  }

  .youshengbox {
    width: 100%
  }

  .youshenglist {
    width: 100%
  }
  footer p {
    text-align: left;
}
}

@media(min-width:768px) {
  .menu-ul {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between
  }
  img.banner {
    width: 100%;
    height: 80px;
}

  .logo {
    margin-top: 10px;
    overflow: hidden;
    margin-bottom: 5px
  }

  .menu-ul li {
    margin: 0 5px
  }

  .menu-ul li a {
    text-align: left
  }

  .youshengbox {
    width: 33.33333333%
  }

  .youshenglist {
    width: 56.6666666%
  }

  .yousheng_wrap {
    margin-inline: auto;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    color: #aaa;
    padding: 0 5%
  }
}

@media(min-width:768px) and (max-width:1200px) {
  li.video-item {
    padding-right: 6px;
    padding-left: 6px;
    width: 31.83%
  }

  li.video-item:nth-child(8) {
    display: none
  }

  li.video-item:nth-child(7) {
    display: none
  }
}

@media(max-width:1200px) {
  .wrap {
    margin-inline: auto;
    width: 100%;
    color: #aaa
  }

  .search-bar {
    width: 100%;
    flex: 0 0 28px
  }

  .search {
    flex-direction: column
  }

  .search-input[type='text'] {
    width: 85%;
    height: 28px
  }

  .header-wrap,
  .search,
  .index-list,
  .friend {
    padding: 0 10px
  }
}

@media(min-width:1200px) {
  .wrap {
    margin-inline: auto;
    width: 1200px;
    overflow: hidden;
    color: #aaa
  }

  .video_wrap {
    margin-inline: auto;
    width: 960px;
    overflow: hidden;
    color: #aaa
  }

  .flexw {
    flex: 0 0 222px
  }

  li.video-item {
    padding-right: 6px;
    padding-left: 6px;
    width: 25%
  }
}

.icon {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
h3.icon-article,h3.icon-photo,h3.icon-video {
  display: flex;
  align-items: center;
}

.icon::before {
  content: "";
  display: inline-flex;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: translateY(2px);
  margin-right: 3px;
  background-repeat: no-repeat;
  background-size: cover
}
.icon-add::before {
  background-image: url(../images/add.svg)
}

.icon-article::before {
  background-image: url(../images/article.svg);
  vertical-align: top
}

.icon-audio::before {
  width:2rem;
  height:2rem;
  background-image: url(../images/audio.svg);
  vertical-align: top;
}

.icon-close-arrow::before {
  background-image: url(../images/close-arrow.svg)
}

.icon-domain::before {
  background-image: url(../images/domain.svg)
}

.icon-friend::before {
  background-image: url(../images/friend.svg)
}

.icon-zt::before {
  background-image: url(../images/zt.svg)
}

.icon-issue::before {
  background-image: url(../images/issue.svg)
}

.icon-mail::before {
  background-image: url(../images/mail.svg)
}

.icon-open-arrow::before {
  background-image: url(../images/open-arrow.svg)
}

.icon-photo::before {
  background-image: url(../images/photo.svg);
  vertical-align: top;

}
h3.icon-photo::before{
  width:2rem;
  height:2rem;
}
h3.icon-article::before{
  width:2rem;
  height:2rem;
}
.icon-home::before {
  background-image: url(../images/location.svg)
}

.icon-play::before {
  background-image: url(../images/currentplay.svg)
}

.icon-right-arrow::before {
  background-image: url(../images/right-arrow.svg)
}

.icon-search::before {
  background-image: url(../images/search.svg)
}

.icon-share::before {
  background-image: url(../images/share.svg)
}

.icon-tag::before {
  background-image: url(../images/tag.svg)
}

.icon-telegram::before {
  background-image: url(../images/telegram.svg)
}

.icon-time::before {
  background-image: url(../images/time.svg)
}

.icon-tip::before {
  background-image: url(../images/tip.svg)
}

.icon-video::before {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/video.svg);
  vertical-align: top
}
.dplayer-logo {
    max-width: 100px !important;
    max-height: 50px !important;
}
.list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 5px;
}

.list li {
  padding: 10px 20px;
  background-color: #ecf0f1;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  color: #333;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 0 5px 5px 5px;
}
#video-error-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#video-error-overlay .overlay-box {
  background: #fff;
  padding: 20px 30px;
  border-radius: 8px;
  color: #333;
  position: relative;
  text-align: center;
  font-size: 16px;
}

#video-error-overlay .close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #ff4d4f;
  color: white;
  padding: 4px 8px;
  border-radius: 50%;
  cursor: pointer;
}

.age-overlay{
  position:fixed;
  top:0; left:0;
  width:100%; height:100%;
  background:rgba(0,0,0,.8);
  display:none;                
  align-items:center;
  justify-content:center;
  z-index:9999;
}

.age-box{
  background:#fff;
  border-radius:8px;
  max-width:90%;
  width:360px;
  padding:24px;
  text-align:center;
  box-shadow:0 4px 20px rgba(0,0,0,.4);
}

.age-title{
  margin:0 0 12px;
}

.age-text{
  line-height:1.6;
  font-size:15px;
}

.age-btn{
  margin-top:16px;
  padding:8px 24px;
  font-size:15px;
  border:none;
  border-radius:4px;
  background:#28a745;
  color:#fff;
  cursor:pointer;
}
@media (max-width: 400px) {
    .logo {
        flex-direction:column;
    }
  .logo ul{
    justify-content:center;
  }
}
.pager-bar{display:flex;align-items:center;justify-content:center;gap:12px;margin:16px 0;}
.pager-bar .btn{display:inline-block;padding:6px 12px;border:1px solid #aaa;border-radius:6px;text-decoration:none;line-height:1;color: #353030;}
.pager-bar .btn.disabled{opacity:.5;pointer-events:none;}
.pager-bar .center{display:flex;align-items:center;gap:10px}
.pager-bar .center .ratio{min-width:72px;text-align:center;}
.pager-bar #jump-input{width:64px;padding:6px 8px;border:1px solid #aaa;border-radius:6px;background:transparent;color:inherit}
.pager-bar .btn.jump{padding:6px 10px}
