.container {
  max-width: 1200px;
  margin: 0 auto;
}
.search .header_search {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 3%;
  position: relative;
}
.search .header_search .search_input {
  width: 380px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  z-index: 1;
  background-color: #28282d;
  border-radius: 8px;
  padding: 0 60px 0 20px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #fff;
}
.search .header_search button {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  right: 20px;
  width: 20px;
  height: 20px;
  opacity: 0.5;
  transition: opacity 0.5s ease;
}
.search .header_search button:before {
  content: "\e70a";
  font-family: "iconfont";
  font-size: 18px;
  color: #fff;
}
.search .header_search button:hover {
  opacity: 1;
}
.header {
  background-color: #2b2b31;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
}
.header .header_content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}
.header .header_content .logo {
  margin: 2%;
}
.header .header_content .topright {
  padding: 2%;
  width: 150px;
}
.header .header_content .topright .login {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  padding: 8%;
  border-radius: 3px;
  background: linear-gradient(90deg, #e1497d 0%, #57445a 100%);
  box-shadow: 0 0 16px 0 rgba(255, 88, 96, 0.3);
  position: relative;
}
.header .header_content .topright .login:before {
  content: "\e656";
  font-family: "iconfont";
  font-size: 18px;
  color: #fff;
  margin-right: 8px;
}
.header .header_content .topright .login span {
  color: #fff;
}
.header .header_content .topright .login:hover {
  background: linear-gradient(90deg, #57445a 0%, #e1497d 100%);
}
.active {
  background: #853640;
}
.highlight {
  color: #d44e5f;
}
.menu {
  position: relative;
  background: #95414c;
}
.menu ul {
  display: flex;
}
.menu ul li a {
  display: block;
  padding: 10px 25px;
  position: relative;
  font-size: 18px;
}
.menu ul :hover {
  background: #853640;
}
nav {
  background: #3e2326;
}
nav ul {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 1px;
  list-style: none;
  text-align: center;
  border-radius: 8px;
  padding: 0;
  margin: 0;
}
nav ul li a {
  display: block;
  padding: 10px 25px;
  position: relative;
  font-size: 16px;
}
nav ul .hd {
  background: #684444;
}
nav ul :hover {
  background: #684444;
}
.line {
  height: 2px;
  display: block;
  margin: 0.5% 0;
  background: linear-gradient(90deg, #95414c 0%, #953f67 100%);
  box-shadow: 0 0 20px 0 rgba(255, 88, 96, 0.5);
}
.bobao {
  border-radius: 20px;
  background-color: #feeeef;
}
.bobao .bobao_content {
  color: #fc5667;
  padding: 0.8%;
  font-weight: 700;
}
.bobao .bobao_content:before {
  content: "\e62a";
  font-family: "iconfont";
  font-size: 18px;
  font-weight: 100;
  color: #fc5667;
  margin: 0 1%;
}
.myheng ul {
  display: flex;
  flex-wrap: wrap;
}
.myheng ul li {
  width: 50%;
}
.myheng ul li a img {
  width: 100%;
  height: 60px;
}
.myico ul {
  padding: 1%;
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  grid-gap: 10px;
}
.myico ul li {
  width: 100%;
  overflow: hidden;
  text-align: center;
  overflow: visible;
}
.myico ul li a img {
  width: 100%;
  border-radius: 16px;
  height: 80px;
  position: relative;
  overflow: hidden;
}
.myico ul li :hover {
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
.myico ul li :hover span {
  color: #ff5860;
  text-shadow: 0 1px 1px rgba(150, 32, 32, 0.5);
}
.myfont ul {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 6px;
  list-style: none;
  text-align: center;
  border-radius: 8px;
  padding: 0;
  margin: 0;
  align-items: center;
}
.myfont ul li {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.02);
  background: linear-gradient(90deg, rgba(255, 85, 165, 0.5) 0%, rgba(255, 88, 96, 0.5) 100%);
  padding: 5%;
}
.myfont ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.myfont ul li:hover {
  background: linear-gradient(90deg, #d44e5f 0%, #ff5860 100%);
}
.catname {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.catname h3 {
  margin: 0;
  position: relative;
  padding-left: 10px;
}
.catname h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 8px;
  width: 5px;
  background: linear-gradient(90deg, #95414c 0%, #953f67 100%);
}
.catname .more {
  font-size: 1em;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #b94655;
}
.catname .more:before {
  content: "\e60d";
  font-family: "iconfont";
  font-size: 1em;
  margin-right: 5px;
}
.catname .more:hover {
  color: #d44e5f;
}
.catname .hot {
  font-size: 1em;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #b94655;
}
.catname .hot:before {
  content: "\e646";
  font-family: "iconfont";
  font-size: 1em;
  margin-right: 5px;
}
.catname .hot:hover {
  color: #d44e5f;
}
.catname .new {
  font-size: 1em;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.catname .new:before {
  content: "\e838";
  font-family: "iconfont";
  font-size: 1.6em;
  margin-right: 3px;
}
.catname .new:hover {
  color: #d44e5f;
}
.content {
  /* 粉色透明蒙版颜色 */
  /* 初始播放图标颜色 */
  /* 悬停播放图标颜色 */
  /* 初始文字颜色 */
  /* 悬停文字颜色 */
  /* 固定图片高度 */
}
.content .content_list {
  margin-top: 10px;
}
.content .content_list .vodlist {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.content .content_list .vodlist .vodbox {
  position: relative;
  overflow: hidden;
}
.content .content_list .vodlist .vodbox .cover {
  position: relative;
  height: 132px;
  overflow: hidden;
  border-radius: 8px;
}
.content .content_list .vodlist .vodbox .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 保持图片比例 */
  display: block;
}
.content .content_list .vodlist .vodbox .cover::before {
  content: '\e600';
  font-family: "iconfont";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3em;
  color: rgba(255, 255, 255, 0);
  transition: color 0.3s ease;
}
.content .content_list .vodlist .vodbox .cover::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 105, 180, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.content .content_list .vodlist .vodbox .cover .th-hd {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 2px 5px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 0.5em;
  border-radius: 5px;
  z-index: 1;
}
.content .content_list .vodlist .vodbox .cover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 105, 180, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.content .content_list .vodlist .vodbox .cover .pic_time {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 2px 5px;
  font-size: 0.5em;
  z-index: 1;
}
.content .content_list .vodlist .vodbox .cover .pic_time::before {
  content: '\e671';
  font-family: "iconfont";
  margin-right: 3px;
}
.content .content_list .vodlist .vodbox .cover .pic_time.text-left {
  right: auto;
  left: 5px;
}
.content .content_list .vodlist .vodbox .cover .pic_click {
  position: absolute;
  bottom: 5px;
  left: 5px;
  padding: 2px 5px;
  font-size: 0.5em;
  z-index: 1;
}
.content .content_list .vodlist .vodbox .cover .pic_click::before {
  content: '\e629';
  font-family: "iconfont";
  margin-right: 3px;
}
.content .content_list .vodlist .vodbox:hover .cover::before {
  color: #ffffff;
}
.content .content_list .vodlist .vodbox:hover .cover::after {
  opacity: 1;
}
.content .content_list .vodlist .vodbox:hover .title {
  color: #d44e5f;
}
.content .content_list .vodlist .vodbox .title {
  color: #d1d1d1;
  transition: color 0.3s ease;
  margin: 5px 0 0 0;
  padding: 0;
  font-weight: 200;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .content_list .readlist {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.content .content_list .readlist .readbox {
  position: relative;
  overflow: hidden;
}
.content .content_list .readlist .readbox .cover {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 230px;
  width: 100%;
}
.content .content_list .readlist .readbox .cover img {
  width: 100%;
  height: 100%;
  display: block;
}
.content .content_list .readlist .readbox .cover .th-hd {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 2px 5px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 0.5em;
  border-radius: 5px;
  z-index: 1;
}
.content .content_list .readlist .readbox .cover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 105, 180, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.content .content_list .readlist .readbox .cover .latest {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px 5px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 0.5em;
  z-index: 1;
}
.content .content_list .readlist .readbox .cover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 105, 180, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.content .content_list .readlist .readbox .cover .pic_click {
  position: absolute;
  bottom: 5px;
  left: 5px;
  padding: 2px 5px;
  font-size: 0.5em;
  z-index: 1;
}
.content .content_list .readlist .readbox .cover .pic_click::before {
  content: '\e629';
  font-family: "iconfont";
  margin-right: 3px;
}
.content .content_list .readlist .readbox .cover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 105, 180, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.content .content_list .readlist .readbox:hover .cover::after {
  opacity: 1;
}
.content .content_list .readlist .readbox:hover .title {
  color: #d44e5f;
}
.content .content_list .readlist .readbox .title {
  color: #d1d1d1;
  transition: color 0.3s ease;
  margin: 3px 0 0 0;
  padding: 0;
  font-weight: 200;
}
.tags {
  margin-top: 10px;
}
.tags .tagsall a {
  padding: 0.5%;
  line-height: 30px;
  color: #c1a5a5;
}
.tags .tagsall a:hover {
  color: #d44e5f;
}
.footer.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3%;
}
.footer.container .footerlogo {
  width: 17%;
}
.footer.container .footerlogo .footer_logo img {
  max-width: 100%;
  height: auto;
}
.footer.container .waring {
  flex: 1;
  text-align: center;
}
.footer.container .waring p {
  margin: 0 0 10px 0;
  line-height: 1.5;
  color: #d5d5d5;
}
.footer.container .waring a {
  color: #845858;
  text-decoration: none;
  margin: 1%;
}
.footer.container .waring a:hover {
  text-decoration: underline;
}
.content .dh-nav {
  padding: 1%;
  display: flex;
  align-items: center;
}
.content .dh-nav::before {
  content: '\e62b';
  font-family: "iconfont";
  margin-right: 3px;
  font-size: 18px;
}
.content .dh-nav a {
  color: #d5d5d5;
}
.content .dh-nav .distroct {
  margin: 0 1%;
}
.content .play {
  width: 100%;
}
.content .play .vod_info {
  color: #d5d5d5;
  margin-top: 1%;
}
.content .play .vod_info h1 {
  font-size: 22px;
  font-weight: 500;
}
.content .play .vod_info .text {
  display: flex;
  align-items: center;
  padding: 1%;
}
.content .play .vod_info .text .click::before {
  content: '\e629';
  font-family: "iconfont";
  margin-right: 3px;
}
.content .play .vod_info .text .time {
  margin-left: 2%;
}
.content .play .vod_info .text .time::before {
  content: '\e671';
  font-family: "iconfont";
  margin-right: 3px;
}
.content .play .vod_info .text .share {
  margin-left: 2%;
}
.content .play .vod_info .text .share::before {
  content: '\e656';
  font-family: "iconfont";
  margin-right: 3px;
}
.content .play .vod_box {
  width: 100%;
  margin: 0 auto;
  border: 1px dashed #4b4b4b;
  border-spacing: 1px;
  padding: 0.5%;
}
.content .play .vod_box .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  text-align: center;
  border-radius: 2px;
  padding: 0;
  margin: 0;
}
.content .play .vod_box .tags li {
  padding: 0.5% 2%;
  border-radius: 6px;
  background: linear-gradient(90deg, #953f67 0%, #95414c 100%);
  box-shadow: 0 0 16px 0 rgba(255, 88, 96, 0.3);
}
.content .play .vod_box .tags li:hover {
  background: linear-gradient(90deg, #95414c 0%, #953f67 100%);
}
.content .play .vod_box .tags li a {
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.content .play .vod_box .tags li a:hover {
  color: #ff5860;
}
.page {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 20px;
}
.page .firstpage {
  margin: 0;
}
.page p {
  background: linear-gradient(90deg, rgba(255, 85, 165, 0.5) 0%, rgba(255, 88, 96, 0.5) 100%);
  padding: 6px 8.5px;
}
.page li {
  display: inline-block;
  margin: 1%;
}
.page li a {
  background: linear-gradient(90deg, #953f67 0%, #95414c 100%);
  color: #fff !important;
  padding: 6px 8.5px;
  border-radius: 3px;
}
.page li :hover {
  background: linear-gradient(90deg, #95414c 0%, #953f67 100%);
}
.page li button {
  background: linear-gradient(90deg, #953f67 0%, #95414c 100%);
  color: #fff !important;
  padding: 6px 8.5px;
  border-radius: 3px;
}
.page li :hover {
  background: linear-gradient(90deg, #95414c 0%, #953f67 100%);
}
.prepage {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  /* 确保输入框不显示滚动条 */
  /* 禁用上下箭头 */
  /* 适当调整表单布局 */
}
.prepage input[type="number"] {
  width: 40px;
  height: 26px;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
  appearance: textfield;
  -moz-appearance: textfield;
}
.prepage input[type="number"]::-webkit-inner-spin-button,
.prepage input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.prepage label {
  margin-right: 10px;
  color: #ff5868;
}
.prepage form {
  display: flex;
  align-items: center;
}
.prepage button {
  background: linear-gradient(90deg, #953f67 0%, #95414c 100%);
  color: #fff !important;
  padding: 4.5px 8.5px;
  border-radius: 3px;
  margin-left: 10px;
}
.vodhot {
  display: flex;
  /* 使用 flex 布局 */
  flex-wrap: wrap;
  /* 允许内容换行 */
  gap: 10px;
  /* 设置每块之间的间距 */
  padding: 0;
  margin: 0;
}
.vodhot .voddist {
  flex: 1 1 30%;
  /* 每个 .voddist 占据父容器的 30% 宽度 */
  max-width: 32.7%;
  box-sizing: border-box;
  /* 包含内边距和边框 */
  margin-bottom: 10px;
  /* 下方间距 */
  text-align: left;
  box-shadow: 0 0 20px 0 rgba(255, 88, 96, 0.5);
  padding: 1%;
}
.vodhot .voddist ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* 去除默认的列表样式 */
  margin-top: 3%;
}
.vodhot .voddist ul li {
  margin-bottom: 8px;
}
.vodhot .voddist ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  /* 确保 a 的最大宽度不超过父容器 */
  box-sizing: border-box;
  color: #ffe3e3;
}
.vodhot .voddist ul li a:hover {
  color: #d44e5f;
}
.vodhot .voddist ul li a em {
  margin-right: 3%;
}
.wap {
  display: none;
}
.computer {
  display: block;
}
.back-to-top {
  display: none;
  position: fixed;
  bottom: 280px;
  right: 5%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #95414cab;
  color: #ffffff9c;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9999;
}
.back-to-top::before {
  content: '\e633';
  font-family: "iconfont";
  font-size: 30px;
}
.back-to-top:hover {
  background-color: #95414c;
  color: #ffffff;
}
.error {
  text-align: center;
  color: #bc8d01;
  padding: 10%;
  box-shadow: 0 0 16px 0 rgba(255, 88, 96, 0.3);
}
.error .erbtn {
  cursor: pointer;
  font-size: 14px;
  padding: 8%;
}
/* 移动端自适应样式 */
@media only screen and (max-width: 768px) {
  :root {
    font-size: 14px;
  }
  .topright {
    width: 120px!important;
  }
  .container {
    width: 100%;
  }
  .logo {
    margin: 1%;
  }
  .logo img {
    width: 80%;
  }
  .menu li {
    flex-grow: 1;
  }
  .menu li a {
    padding: 10px 0!important;
    text-align: center;
    font-size: 16px!important;
  }
  nav ul {
    grid-template-columns: repeat(5, 1fr);
  }
  nav ul li a {
    padding: 8px 0!important;
    font-size: 15px!important;
  }
  .myheng ul {
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .myheng ul li {
    width: 100%;
  }
  .myico {
    font-size: 14px;
  }
  .myico ul {
    grid-template-columns: repeat(5, 1fr);
  }
  .myico ul li a img {
    border-radius: 6px!important;
  }
  .myfont {
    font-size: 13px;
  }
  .myfont ul {
    grid-template-columns: repeat(5, 1fr);
    padding: 1%;
  }
  .myfont ul li {
    padding: 8% 2% 8% 2%;
  }
  .bobao {
    border-radius: 0;
  }
  .bobao .bobao_content {
    font-weight: 100;
    font-size: 14px;
  }
  .bobao .bobao_content:before {
    font-size: 14px!important;
  }
  .vodlist {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0!important;
  }
  .vodlist .vodbox {
    padding: 2%;
  }
  .vodlist .vodbox .cover {
    height: 120px!important;
  }
  .vodlist .vodbox .cover span {
    font-size: 0.8em !important;
  }
  .readlist {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0!important;
  }
  .readlist .readbox {
    padding: 3%;
  }
  .readlist .readbox .cover {
    height: 160px!important;
  }
  .readlist .readbox .cover span {
    font-size: 0.8em !important;
  }
  .tags .tagsall {
    margin-top: 0;
    padding: 1%;
  }
  .waring {
    padding: 1%;
  }
  .vod_info h1 {
    font-size: 16px!important;
  }
  .play .vod_box {
    padding: 2%!important;
  }
  .play .vod_box .tags li {
    border-radius: 3px!important;
    padding: 1% 3%!important;
  }
  .wap {
    display: block;
  }
  .computer {
    display: none;
  }
  .vodhot {
    gap: 5px!important;
  }
  .vodhot .voddist {
    max-width: 49%!important;
  }
  .catname {
    padding: 1%;
  }
}
