/**
██   ██ ██    ██ ██████  ██  ██████ ███    ███ ███████ 
██   ██ ██    ██ ██   ██ ██ ██      ████  ████ ██      
███████ ██    ██ ██   ██ ██ ██      ██ ████ ██ ███████ 
██   ██ ██    ██ ██   ██ ██ ██      ██  ██  ██      ██ 
██   ██  ██████  ██████  ██  ██████ ██      ██ ███████ 
            ===========================================
 * @Sign
================================
        Keep calm and get rich.
                    Is the best huudi.
 */
a {
  text-decoration: none;
}

/* 主演和导演链接样式 */
.ewlm-detail-meta-text a {
  color: rgba(255, 255, 255, 0.95);;
  transition: all 0.3s ease;
}

.ewlm-detail-meta-text a:hover {
  color: rgba(255, 255, 255, 0.95);;
}

.ewlm-header {
  background: #5e7340;
  border-bottom: 1px solid #b63d3e;
  padding: 15px 0;
  box-shadow: 0 2px 5px rgba(182, 61, 62, 0.9);
}

.ewlm-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.ewlm-content {
  padding: 20px 0;
}

.ewlm-header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.ewlm-logo {
  display: flex;
  align-items: center;
}

.ewlm-logo h1 {
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.95);;
  font-family: 'STXingkai', 'STKaiti', serif;
  letter-spacing: 2px;
  text-shadow: 1px 1px 2px rgba(182, 61, 62, 0.9);
}

.ewlm-search {
  position: relative;
  width: 300px;
}

.ewlm-search-form {
  display: flex;
  width: 100%;
}

.ewlm-search-input {
  width: 100%;
  height: 36px;
  border: 1px solid #b63d3e;
  border-radius: 18px;
  padding: 0 40px 0 15px;
  background: #5e7340;
  color: rgba(255, 255, 255, 0.95);;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
}

.ewlm-search-input:focus {
  border-color: rgba(255, 255, 255, 0.95);;
  box-shadow: 0 0 5px rgba(182, 61, 62, 0.9);
}

.ewlm-search-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.95);;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ewlm-search-icon {
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%238b6e4e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>');
  background-repeat: no-repeat;
  background-position: center;
}

.ewlm-nav {
  width: 100%;
  background: #5e7340;
  border-radius: 5px;
  padding: 0 10px;
}

.ewlm-nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ewlm-nav-item {
  position: relative;
  margin: 0;
  padding: 0;
}

.ewlm-nav-link {
  display: block;
  padding: 12px 18px;
  color: rgba(255, 255, 255, 0.95);;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.ewlm-nav-link:hover {
  color: rgba(255, 255, 255, 0.95);;
}

.ewlm-nav-item.active .ewlm-nav-link {
  color: rgba(255, 255, 255, 0.95);;
  font-weight: bold;
}

.ewlm-nav-item.active .ewlm-nav-link:after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 2px;
  background: #5e7340;
  border-radius: 1px;
}

.ewlm-update-info {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.95);;
  margin-left: 15px;
  display: flex;
  align-items: center;
  height: 100%;
}

/* 调整原有面板样式适配复古清新风格 */
.ewlm-pannel {
  margin-bottom: 20px;
  border-radius: 5px;
  background: #5e7340;
  border: 1px solid #b63d3e;
  box-shadow: 0 1px 3px rgba(182, 61, 62, 0.9);
}

.ewlm-pannel__head {
  padding: 15px;
  border-bottom: 1px solid #b63d3e;
}

.ewlm-pannel__head .title {
  color: rgba(255, 255, 255, 0.95);;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  position: relative;
  padding-left: 15px;
}

.ewlm-pannel__head .title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 18px;
  background: #5e7340;
  border-radius: 2px;
}

.ewlm-pannel__head a {
  color: rgba(255, 255, 255, 0.95);;
  transition: all 0.3s ease;
}

.ewlm-pannel__head a:hover {
  color: rgba(255, 255, 255, 0.95);;
}

.ewlm-vodlist {
  padding: 15px;
  margin: 0;
  list-style: none;
}

.ewlm-vodlist li {
  margin-bottom: 15px;
}

.ewlm-vodlist__thumb {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(182, 61, 62, 0.9);
  transition: all 0.3s ease;
}

.ewlm-vodlist__thumb:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(182, 61, 62, 0.9);
}

.ewlm-vodlist__detail {
  padding: 8px 0;
}

.ewlm-vodlist__detail h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  height: 2.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ewlm-vodlist__detail h3 a {
  color: rgba(255, 255, 255, 0.95);;
  text-decoration: none;
  transition: all 0.3s ease;
}

.ewlm-vodlist__detail h3 a:hover {
  color: rgba(255, 255, 255, 0.95);;
}

.ewlm-vodlist__detail p {
  margin: 3px 0 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.95);;
}

/* 视频列表样式 */
.ewlm-videos-list {
  padding: 15px;
  margin: 0;
}

.ewlm-video-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}

.ewlm-video-list li {
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .ewlm-video-list li {
    width: 33.333%;
  }
}

@media (max-width: 992px) {
  .ewlm-video-list li {
    width: 33.333%;
  }
}

@media (max-width: 768px) {
  .ewlm-video-list li {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .ewlm-video-list li {
    width: 50%;
  }
}

.ewlm-video-card {
  background: #5e7340;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(182, 61, 62, 0.9);
  transition: all 0.3s ease;
  position: relative;
  display: block;
}

.ewlm-video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(182, 61, 62, 0.9);
}

.ewlm-video-thumb {
  position: relative;
  width: 100%;
  padding-top: 140%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.95);;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ewlm-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 50px;
  height: 50px;
  background: rgba(182, 61, 62, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.ewlm-video-play:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #fff;
  margin-left: 3px;
}

.ewlm-video-card:hover .ewlm-video-play {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.ewlm-video-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 3px 8px;
  background: rgba(182, 61, 62, 0.9);
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(182, 61, 62, 0.9);
}

.ewlm-video-info {
  padding: 10px;
  background: #5e7340;
  border-top: 1px solid #b63d3e;
}

.ewlm-video-title {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  height: 2.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: normal;
  position: relative;
  background: linear-gradient(to right, #798f80, #72ad41);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0px 0px 1px rgba(182, 61, 62, 0.9);
}

.ewlm-video-card:hover .ewlm-video-title {
  background: linear-gradient(to right, #798f80, #72ad41);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ewlm-video-title:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #5e7340;
  transition: width 0.3s ease;
}

.ewlm-video-card:hover .ewlm-video-title:after {
  width: 100%;
}

.ewlm-video-meta {
  margin-top: 5px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.95);;
  display: flex;
  justify-content: space-between;
}

.ewlm-video-type, .ewlm-video-date {
  color: rgba(255, 255, 255, 0.95);;
  font-size: 12px;
  transition: all 0.3s ease;
}

.ewlm-video-card:hover .ewlm-video-type {
  color: rgba(255, 255, 255, 0.95);;
}

.ewlm-category-tabs {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px 15px;
  margin: 0;
  list-style: none;
}

.ewlm-category-tab {
  margin-right: 10px;
  margin-bottom: 8px;
}

.ewlm-category-link {
  display: block;
  padding: 5px 12px;
  background: #5e7340;
  color: rgba(255, 255, 255, 0.95);;
  border-radius: 15px;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.ewlm-category-link:hover {
  background: #5e7340;
  color: rgba(255, 255, 255, 0.95);;
}

.ewlm-more-link {
  padding: 5px 15px;
  background: #5e7340;
  color: rgba(255, 255, 255, 0.95);;
  border-radius: 15px;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px dashed #b63d3e;
}

.ewlm-more-link:hover {
  background: #5e7340;
  color: rgba(255, 255, 255, 0.95);;
}

.ewlm-section-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.ewlm-section-title h3 {
  color: rgba(255, 255, 255, 0.95);;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  position: relative;
  padding-left: 15px;
}

.ewlm-section-title h3:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 18px;
  background: #5e7340;
  border-radius: 2px;
}

.ewlm-section-more {
  margin-left: auto;
}

/* 分页样式 */
.ewlm-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  flex-wrap: wrap;
}

.ewlm-page-btn {
  display: inline-block;
  min-width: 36px;
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  margin: 0 4px;
  text-align: center;
  background: #5e7340;
  color: rgba(255, 255, 255, 0.95);;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #b63d3e;
  font-size: 14px;
}

.ewlm-page-btn:hover {
  background: #5e7340;
  color: rgba(255, 255, 255, 0.95);;
  border-color: rgba(255, 255, 255, 0.95);;
}

.ewlm-page-current {
  background: #5e7340;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.95);;
}

.ewlm-page-current:hover {
  background: #5e7340;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.95);;
}

.ewlm-page-nums {
  display: flex;
  flex-wrap: wrap;
}

.ewlm-page-info {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  margin: 0 4px;
  color: rgba(255, 255, 255, 0.95);;
  font-size: 14px;
}

.ewlm-page-first, .ewlm-page-last, .ewlm-page-prev, .ewlm-page-next {
  background: #5e7340;
  border: 1px solid #b63d3e;
  font-weight: bold;
}

/* 复古清新风格底部UI样式 */
.ewlm-footer {
  margin-top: 30px;
  background: #5e7340;
  border-top: 1px solid #b63d3e;
  padding: 30px 0 20px;
  position: relative;
}

.ewlm-footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to right, #798f80, #72ad41);
}

.ewlm-footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ewlm-footer-section {
  flex: 1;
  min-width: 250px;
  padding: 0 20px;
  margin-bottom: 20px;
}

.ewlm-footer-title {
  color: rgba(255, 255, 255, 0.95);;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: normal;
  position: relative;
  padding-left: 12px;
}

.ewlm-footer-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 16px;
  background: #5e7340;
  border-radius: 1.5px;
}

.ewlm-footer-links {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ewlm-footer-link-item {
  width: 50%;
  margin-bottom: 8px;
}

.ewlm-footer-link {
  color: rgba(255, 255, 255, 0.95);;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}

.ewlm-footer-link:hover {
  color: rgba(255, 255, 255, 0.95);;
}

.ewlm-footer-link i {
  width: 5px;
  height: 5px;
  background: #5e7340;
  border-radius: 50%;
  margin-right: 6px;
  display: inline-block;
}

.ewlm-footer-info {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.ewlm-footer-bottom {
  border-top: 1px dashed #b63d3e;
  padding-top: 15px;
  text-align: center;
  margin-top: 10px;
}

.ewlm-copyright {
  color: rgba(255, 255, 255, 0.95);;
  font-size: 13px;
  margin: 0;
  line-height: 1.6;
}

.ewlm-copyright a {
  color: rgba(255, 255, 255, 0.95);;
  text-decoration: none;
  transition: all 0.3s ease;
}

.ewlm-copyright a:hover {
  color: rgba(255, 255, 255, 0.95);;
}

.ewlm-back-to-top {
  position: fixed;
  right: 20px;
  bottom: 70px;
  width: 40px;
  height: 40px;
  background: rgba(182, 61, 62, 0.9);
  border: 1px solid #b63d3e;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(182, 61, 62, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 99;
}

.ewlm-back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.ewlm-back-to-top:hover {
  background: #5e7340;
}

.ewlm-back-to-top-icon {
  width: 12px;
  height: 12px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: rgba(255, 255, 255, 0.95);;
  transform: rotate(-135deg);
  display: inline-block;
  margin-top: 4px;
}

.ewlm-mobile-footer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #5e7340;
  border-top: 1px solid #b63d3e;
  z-index: 100;
}

.ewlm-mobile-nav {
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 5px 0;
}

.ewlm-mobile-nav-item {
  flex: 1;
  text-align: center;
}

.ewlm-mobile-nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgba(255, 255, 255, 0.95);;
  text-decoration: none;
  font-size: 12px;
  padding: 5px 0;
}

.ewlm-mobile-nav-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 2px;
  opacity: 0.75;
  transition: all 0.3s ease;
}

.ewlm-mobile-nav-link.active {
  color: rgba(255, 255, 255, 0.95);;
}

.ewlm-mobile-nav-link.active .ewlm-mobile-nav-icon {
  opacity: 1;
}

/* 友情链接样式 */
.ewlm-link__text {
  padding: 15px;
  margin: 0;
  list-style: none;
}

.ewlm-link__text li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.ewlm-link__text a {
  display: block;
  padding: 5px 10px;
  color: rgba(255, 255, 255, 0.95);;
  background: #5e7340;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.ewlm-link__text a:hover {
  color: rgba(255, 255, 255, 0.95);;
  background: #5e7340;
}

@media (max-width: 1200px) {
  .ewlm-video-item {
    width: 33.333%;
  }
  
  .ewlm-footer-section {
    min-width: 200px;
  }
}

@media (max-width: 992px) {
  .ewlm-video-item {
    width: 33.333%;
  }
  
  .ewlm-footer-section {
    flex: 0 0 50%;
  }
  
  .ewlm-mobile-footer {
    display: block;
  }
  
  body {
    padding-bottom: 56px;
  }
}

@media (max-width: 768px) {
  .ewlm-header-top {
    flex-direction: column;
    align-items: center;
  }
  
  .ewlm-logo {
    margin-bottom: 15px;
  }
  
  .ewlm-search {
    width: 100%;
    margin-bottom: 15px;
  }
  
  .ewlm-nav-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .ewlm-nav-link {
    padding: 10px 12px;
    font-size: 14px;
  }
  
  .ewlm-video-item {
    width: 50%;
  }
  
  .ewlm-pagination {
    padding: 15px 0;
  }
  
  .ewlm-page-btn {
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    margin: 0 2px;
    font-size: 13px;
  }
  
  .ewlm-footer-bottom {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .ewlm-video-item {
    width: 100%;
  }
  
  .ewlm-category-tabs {
    display: none;
  }
  
  .ewlm-footer-section {
    flex: 0 0 100%;
  }
  
  .ewlm-footer-link-item {
    width: 100%;
  }
}

/* 视频详情页样式 */
.ewlm-detail-container {
  margin-bottom: 20px;
  background: #5e7340;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(182, 61, 62, 0.9);
  border: 1px solid #b63d3e;
}

.ewlm-detail-header {
  display: flex;
  flex-wrap: wrap;
  padding: 25px;
  position: relative;
}

.ewlm-detail-thumb {
  width: 220px;
  margin-right: 30px;
  position: relative;
}

@media (max-width: 768px) {
  .ewlm-detail-thumb {
    width: 160px;
    margin-right: 20px;
  }
}

@media (max-width: 576px) {
  .ewlm-detail-header {
    flex-direction: column;
    align-items: center;
    padding: 20px 15px;
  }
  
  .ewlm-detail-thumb {
    width: 180px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.ewlm-detail-thumb-inner {
  position: relative;
  width: 100%;
  padding-top: 140%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.95);;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(182, 61, 62, 0.9);
}

.ewlm-detail-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px;
}

.ewlm-detail-status {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 3px 10px;
  background: rgba(182, 61, 62, 0.9);
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(182, 61, 62, 0.9);
  z-index: 2;
}

.ewlm-detail-info {
  flex: 1;
  min-width: 0;
}

.ewlm-detail-title {
  margin: 0 0 15px;
  font-size: 24px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.95);;
  font-weight: normal;
  position: relative;
  display: inline-block;
}

.ewlm-detail-title:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 2px;
  background: #5e7340;
  border-radius: 1px;
  transition: width 0.3s ease;
}

.ewlm-detail-title:hover:after {
  width: 100%;
}

.ewlm-detail-meta {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ewlm-detail-meta-item {
  margin-right: 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.ewlm-detail-meta-label {
  color: rgba(255, 255, 255, 0.95);;
  margin-right: 5px;
}

.ewlm-detail-meta-text {
  color: rgba(255, 255, 255, 0.95);;
}

.ewlm-detail-tag {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 3px 10px;
  background: #5e7340;
  border: 1px solid #b63d3e;
  border-radius: 15px;
  color: rgba(255, 255, 255, 0.95);;
  font-size: 13px;
  transition: all 0.3s ease;
}

.ewlm-detail-tag:hover {
  background: #5e7340;
  color: rgba(255, 255, 255, 0.95);;
  border-color: rgba(255, 255, 255, 0.95);;
}

.ewlm-detail-desc {
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.95);;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
  max-height: 4.8em;
  transition: max-height 0.3s ease;
}

.ewlm-detail-desc.expanded {
  max-height: 1000px;
}

.ewlm-detail-desc-toggle {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.95);;
  cursor: pointer;
  display: inline-block;
  padding: 2px 0;
  position: relative;
  font-size: 14px;
}

.ewlm-detail-desc-toggle:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #5e7340;
  opacity: 0.5;
}

.ewlm-detail-buttons {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.ewlm-detail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  background: #5e7340;
  color: #c96da7;
  border-radius: 4px;
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 15px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(182, 61, 62, 0.9);
}

.ewlm-detail-btn:hover {
  background: #5e7340;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(182, 61, 62, 0.9);
}

.ewlm-detail-btn.primary {
  background: linear-gradient(to right, #798f80, #72ad41);
}

.ewlm-detail-btn.primary:hover {
  background: linear-gradient(to right, #798f80, #72ad41);
}

.ewlm-detail-btn-icon {
  margin-right: 8px;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}

/* 播放列表样式 */
.ewlm-playlist-container {
  background: #5e7340;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(182, 61, 62, 0.9);
  border: 1px solid #b63d3e;
  margin-bottom: 20px;
}

.ewlm-playlist-header {
  padding: 15px 20px;
  border-bottom: 1px solid #b63d3e;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ewlm-playlist-title {
  color: rgba(255, 255, 255, 0.95);;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  position: relative;
  padding-left: 15px;
}

.ewlm-playlist-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 18px;
  background: #5e7340;
  border-radius: 2px;
}

.ewlm-playlist-tabs {
  display: flex;
  border-bottom: 1px solid #b63d3e;
  background: #5e7340;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.95); #b63d3e;
}

.ewlm-playlist-tabs::-webkit-scrollbar {
  height: 5px;
}

.ewlm-playlist-tabs::-webkit-scrollbar-track {
  background: #5e7340;
}

.ewlm-playlist-tabs::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.95);;
  border-radius: 3px;
}

.ewlm-playlist-tab {
  padding: 12px 20px;
  color: rgba(255, 255, 255, 0.95);;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  border-right: 1px solid #b63d3e;
}

.ewlm-playlist-tab:hover {
  color: rgba(255, 255, 255, 0.95);;
  background: #5e7340;
}

.ewlm-playlist-tab.active {
  color: rgba(255, 255, 255, 0.95);;
  background: #5e7340;
}

.ewlm-playlist-tab.active:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #5e7340;
}

.ewlm-playlist-tab-icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  opacity: 0.8;
}

.ewlm-playlist-content {
  padding: 15px;
}

.ewlm-episode-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  list-style: none;
  padding: 0;
}

.ewlm-episode-item {
  padding: 5px;
  box-sizing: border-box;
  width: 16.666%;
}

@media (max-width: 992px) {
  .ewlm-episode-item {
    width: 20%;
  }
}

@media (max-width: 768px) {
  .ewlm-episode-item {
    width: 25%;
  }
}

@media (max-width: 576px) {
  .ewlm-episode-item {
    width: 33.333%;
  }
}

.ewlm-episode-link {
  display: block;
  padding: 8px 5px;
  text-align: center;
  background: #5e7340;
  border: 1px solid #b63d3e;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.95);;
  transition: all 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}

.ewlm-episode-link:hover {
  background: #5e7340;
  color: rgba(255, 255, 255, 0.95);;
  border-color: rgba(255, 255, 255, 0.95);;
}

.ewlm-episode-link.active {
  background: #5e7340;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.95);;
}

.ewlm-episode-link.active:hover {
  background: #5e7340;
}

/* 内容详情区域样式 */
.ewlm-content-container {
  background: #5e7340;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(182, 61, 62, 0.9);
  border: 1px solid #b63d3e;
  margin-bottom: 20px;
}

.ewlm-content-header {
  padding: 15px 20px;
  border-bottom: 1px solid #b63d3e;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ewlm-content-title {
  color: rgba(255, 255, 255, 0.95);;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  position: relative;
  padding-left: 15px;
}

.ewlm-content-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 18px;
  background: #5e7340;
  border-radius: 2px;
}

.ewlm-content-body {
  padding: 20px;
  color: rgba(255, 255, 255, 0.95);;
  line-height: 1.8;
  font-size: 15px;
}

.ewlm-content-body p {
  margin-bottom: 15px;
}

.ewlm-content-body a {
  color: rgba(255, 255, 255, 0.95);;
  transition: all 0.3s ease;
}

.ewlm-content-body a:hover {
  color: rgba(255, 255, 255, 0.95);;
}

/* 相关视频区域样式 */
.ewlm-related-container {
  background: #5e7340;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(182, 61, 62, 0.9);
  border: 1px solid #b63d3e;
  margin-bottom: 20px;
}

.ewlm-related-header {
  padding: 15px 20px;
  border-bottom: 1px solid #b63d3e;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ewlm-related-title {
  color: rgba(255, 255, 255, 0.95);;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  position: relative;
  padding-left: 15px;
}

.ewlm-related-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 18px;
  background: #5e7340;
  border-radius: 2px;
}

.ewlm-related-list {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  margin: 0 -10px;
}

/* 视频播放页样式 */
.ewlm-player-container {
  background: #5e7340;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(182, 61, 62, 0.9);
  border: 1px solid #b63d3e;
  margin-bottom: 20px;
}

.ewlm-player-wrapper {
  position: relative;
  width: 100%;
  background: #000;
}

.ewlm-player-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 宽高比 */
}

.ewlm-player-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.ewlm-player-info {
  padding: 15px 20px;
  border-bottom: 1px solid #b63d3e;
}

.ewlm-player-title {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.95);;
}

.ewlm-player-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.95);;
}

.ewlm-player-meta-item {
  margin-right: 15px;
  display: flex;
  align-items: center;
}

.ewlm-player-meta-label {
  margin-right: 5px;
}

.ewlm-player-meta-text {
  color: rgba(255, 255, 255, 0.95);;
}

.ewlm-player-controls {
  display: flex;
  padding: 10px 20px;
  background: #5e7340;
  border-top: 1px dashed #b63d3e;
}

.ewlm-player-control-btn {
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.95);;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ewlm-player-control-btn:hover {
  color: rgba(255, 255, 255, 0.95);;
}

.ewlm-player-control-icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

/* 分类标签样式 */
.ewlm-category-tabs {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px 15px;
  margin: 0;
  list-style: none;
}

.ewlm-category-tab {
  margin-right: 10px;
  margin-bottom: 8px;
}

.ewlm-category-link {
  display: block;
  padding: 5px 12px;
  background: #5e7340;
  color: rgba(255, 255, 255, 0.95);;
  border-radius: 15px;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.ewlm-category-link:hover {
  background: #5e7340;
  color: rgba(255, 255, 255, 0.95);;
}

.ewlm-more-link {
  padding: 5px 15px;
  background: #5e7340;
  color: rgba(255, 255, 255, 0.95);;
  border-radius: 15px;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px dashed #b63d3e;
}

.ewlm-more-link:hover {
  background: #5e7340;
  color: rgba(255, 255, 255, 0.95);;
}

.ewlm-section-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.ewlm-section-title h3 {
  color: rgba(255, 255, 255, 0.95);;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  position: relative;
  padding-left: 15px;
}

.ewlm-section-title h3:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 18px;
  background: #5e7340;
  border-radius: 2px;
}

.ewlm-section-more {
  margin-left: auto;
}

/* 搜索页样式 */
.ewlm-search-container {
  background: #5e7340;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(182, 61, 62, 0.9);
  border: 1px solid #b63d3e;
  margin-bottom: 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 20px;
}

.ewlm-search-header {
  padding: 20px;
  border-bottom: 1px solid #b63d3e;
  background: #5e7340;
}

.ewlm-search-title {
  color: rgba(255, 255, 255, 0.95);;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  position: relative;
  padding-left: 15px;
  display: flex;
  align-items: center;
}

.ewlm-search-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 18px;
  background: #5e7340;
  border-radius: 2px;
}

.ewlm-search-title em {
  color: rgba(255, 255, 255, 0.95);;
  font-style: normal;
  font-weight: bold;
  margin: 0 5px;
}

.ewlm-search-results {
  padding: 20px;
}

.ewlm-search-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  list-style: none;
  padding: 0;
}

.ewlm-search-item {
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .ewlm-search-item {
    width: 33.333%;
  }
}

@media (max-width: 768px) {
  .ewlm-search-item {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .ewlm-search-item {
    width: 100%;
  }
}

.ewlm-search-card {
  background: #5e7340;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(182, 61, 62, 0.9);
  transition: all 0.3s ease;
  position: relative;
  display: block;
}

.ewlm-search-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(182, 61, 62, 0.9);
}

.ewlm-search-thumb {
  position: relative;
  width: 100%;
  padding-top: 140%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.95);;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ewlm-search-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 50px;
  height: 50px;
  background: rgba(182, 61, 62, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.ewlm-search-play:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #fff;
  margin-left: 3px;
}

.ewlm-search-card:hover .ewlm-search-play {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.ewlm-search-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 3px 8px;
  background: rgba(182, 61, 62, 0.9);
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(182, 61, 62, 0.9);
}

.ewlm-search-info {
  padding: 10px;
  background: #5e7340;
  border-top: 1px solid #b63d3e;
}

.ewlm-search-name {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  height: 2.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: normal;
  position: relative;
  background: linear-gradient(to right, #798f80, #72ad41);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0px 0px 1px rgba(182, 61, 62, 0.9);
}

.ewlm-search-card:hover .ewlm-search-name {
  background: linear-gradient(to right, #798f80, #72ad41);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ewlm-search-meta {
  margin-top: 5px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.95);;
  display: flex;
  justify-content: space-between;
}

.ewlm-search-type, .ewlm-search-date {
  color: rgba(255, 255, 255, 0.95);;
  font-size: 12px;
  transition: all 0.3s ease;
}

.ewlm-search-card:hover .ewlm-search-type {
  color: rgba(255, 255, 255, 0.95);;
}

.ewlm-search-empty {
  padding: 40px 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.95);;
}

.ewlm-search-empty-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  opacity: 0.5;
}

.ewlm-search-empty-text {
  font-size: 16px;
  margin: 0;
}

.ewlm-search-empty-desc {
  margin-top: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.95);;
}

/* 筛选区域样式 */
.ewlm-filter-container {
  background: #5e7340;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(182, 61, 62, 0.9);
  border: 1px solid #b63d3e;
  margin-bottom: 20px;
}

.ewlm-filter-row {
  display: flex;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #b63d3e;
}

.ewlm-filter-row:last-child {
  border-bottom: none;
}

.ewlm-filter-label {
  color: rgba(255, 255, 255, 0.95);;
  font-size: 14px;
  margin-right: 15px;
  min-width: 40px;
}

.ewlm-filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ewlm-filter-option {
  display: inline-block;
  padding: 6px 12px;
  background: #5e7340;
  color: rgba(255, 255, 255, 0.95);;
  border-radius: 15px;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #b63d3e;
}

.ewlm-filter-option:hover {
  background: #5e7340;
  color: rgba(255, 255, 255, 0.95);;
  border-color: rgba(255, 255, 255, 0.95);;
}

.ewlm-filter-option.ewlm-active {
  background: #5e7340;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.95);;
}

.ewlm-filter-option.ewlm-active:hover {
  background: #5e7340;
  border-color: rgba(255, 255, 255, 0.95);;
}

.ewlm-filter-active-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.ewlm-active-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  background: #5e7340;
  color: rgba(255, 255, 255, 0.95);;
  border-radius: 12px;
  font-size: 12px;
}

.ewlm-tag-icon {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.95);;
  font-style: normal;
}

@media (max-width: 768px) {
  .ewlm-filter-row {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .ewlm-filter-label {
    margin-bottom: 10px;
  }
  
  .ewlm-filter-options {
    width: 100%;
  }
  
  .ewlm-filter-option {
    padding: 5px 10px;
    font-size: 12px;
  }
}

