.content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 0;
}

.details {
  padding: 1rem 0;
}
.layui-show {
  flex-direction: row !important;
}

.content .details .playBtns {
  background: transparent;
  /* border: 1px solid rgb(204, 204, 204); */
  /* border-radius: 4px; */
  /* color: #333333; */
  color: var(--ligTextColor);
  border: 1px solid var(--ligTextColor);
  font-size: 12px;
  /* line-height: normal; */
  cursor: pointer;
  padding: 7px 7.5px;
  width: 60px;
  text-align: center;
}
.content .details .playBtns:hover {
  /* background: #ff5f00;
  border: 1px solid #ff5f00;
  color: #fff; */
  background-color: var(--theme);
  border-color: transparent;
  color: #fff;
}
.content .details .playBtns.active {
  background: #ff5f00;
  border: 1px solid #ff5f00;
  color: #fff;
}

.details .info {
  display: flex;
  height: 276px;
}
.details h2 {
  display: flex;
  color: white;
}

.details .info img {
  width: 218px !important;
  height: 305px !important;
  border-radius: 4px;
  flex-shrink: 0;
}

.details .info .desc {
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px 0;
}

.details .info .desc .other {
  font-size: 14px;
  color: var(--ligTextColor);
}
.details .info .desc label {
  /* color: var(--ligTextColor); */
  color: #fff;
}

.details .info .desc .other label {
  margin-right: 2rem;
}

.details .info .desc .playbtn {
  cursor: pointer;
  display: block;
  width: 80px;
  padding: 0;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  /* color: var(--ligTextColor); */
  /* background-image: linear-gradient(90deg, #feaf79 0%, #ff6947 100%); */
  /* border-radius: 1.5rem; */
  /* background-color: transparent;
  border: 1px solid var(--ligTextColor); */
  margin-top: 1.5rem;
  background-color: var(--theme);
  border-color: transparent;
  color: #fff;
}
.details .info .desc .playbtn:hover {
  /* color: var(--ligTextColor); */
  /* background-image: linear-gradient(90deg, #feaf79 0%, #ff6947 100%); */
  /* border-radius: 1.5rem; */
  background-color: var(--theme);
  border-color: transparent;
  color: #fff;
}
.details .info .desc .h5_more {
  display: none;
}
.details .info .desc .title {
  font-size: 24px;
  color: white;
  font-weight: 500;
  height: 24px;
  line-height: 24px;
}

.section-box {
  padding: 1rem 0;
  width: 1418px;
  height: auto;
}

/* .section-box .titleH3 {
  font-size: 1.5rem;
  color: #333333;
  font-weight: 500;
  padding: 0em 0 1.5rem;
} */

/* .section-box .list-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
} */
@media (min-width: 980px) {
  .details {
    min-width: 1400px;
  }
  .details .info .avator {
    width: 185px;
    min-width: 185px;
  }
}
@media (max-width: 979px) {
  .details {
    width: 100%;
    padding: 0 14px;
    box-sizing: border-box;
  }
  .details .info .desc-img {
    /* width: 40vw; */
    /* aspect-ratio: 9/16;
    max-height: calc(40vw * 16 / 9); */
  }
  .details .info .desc {
    width: 45vw;
    flex-grow: 1;
    padding: 0 !important;
    margin-left: 0.6rem;
    gap: 0;
  }
  .details .info .desc .h5_more {
    display: block;
    position: relative;
    font-size: 12px;
    margin-bottom: 0;
    text-align: right;
    color: var(--theme);
    padding-right: .5rem;
  }
  .details .info .desc .title {
    margin-bottom: 0.5rem;
    height: 34px;
    line-height: 34px;
  }
  .details .info .desc label {
    display: block;
    margin-right: 0 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.3em;
  }
  .details .info .playbtn {
    margin-top: 1rem !important;
  }
  .details .info .avator {
    width: 40vw;
  }
  .details .info img{
    width: calc((100% - 15px) / 2) !important;
    aspect-ratio:29/40 !important;
    height: auto !important;
    
	}
}
