@import "global.css";
@import "swiper.min.css";
.unscramble-tabs {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.unscramble-tabs li {
  width: 176px;
  height: 53px;
}
.unscramble-tabs li:last-child {
  width: 269px;
}
.unscramble-tabs li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.unscramble-tabs li.active {
  background: url("../images/news-tabs-item-active.png") no-repeat center center;
}
.unscramble-tabs li.active a {
  color: #CB2026;
}
.unscramble-tabs li.active:last-child {
  background-image: url("../images/news-tabs-item-active1.png");
}

.unscramble-list {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.unscramble-list:after {
  content: "";
  width: calc((100% - 60px) / 3);
  height: 1px;
  display: inline-block;
}
.unscramble-list.active {
  display: flex;
}
.unscramble-list li {
  width: calc((100% - 60px) / 3);
  height: 119px;
  padding: 0 8px 10px;
  position: relative;
  z-index: 1;
  margin-top: 28px;
  transition: all 0.3s ease-in-out 0s;
}
.unscramble-list li:after {
  content: "";
  width: 100%;
  height: calc(100% - 10px);
  background: #FFF9F6;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.unscramble-list li:hover {
  box-shadow: 0 4px 10px 0 rgba(203, 32, 38, 0.1);
}
.unscramble-list li:hover h4 {
  color: #CB2026;
}
.unscramble-list a {
  position: relative;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px -10px 10px -9px rgba(135, 49, 0, 0.15);
  padding: 20px 13px 18px 19px;
  display: flex;
}
.unscramble-list i {
  color: #CB2026;
  font-size: 21px;
  display: inline-block;
}
.unscramble-list h4 {
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
  transition: all 0.3s ease-in-out 0s;
}
.unscramble-list span {
  font-size: 14px;
  color: #999999;
  margin-top: 15px;
  display: inline-block;
}
.unscramble-list .unscramble-item-info {
  margin-left: 7px;
}

.picture-interpretation {
  margin: 73px 0;
  position: relative;
}
.picture-interpretation .picture-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #CB2026;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}
.picture-interpretation .picture-button i {
  color: #FFFFFF;
  font-size: 22px;
}
.picture-interpretation .picture-prev {
  left: -50px;
}
.picture-interpretation .picture-next {
  right: -50px;
}

.picture-card {
  margin-top: 28px;
}

.picture-swiper a {
  display: inline-block;
  width: 380px !important;
  height: 529px;
}
.picture-swiper img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.picture-swiper p {
  position: absolute;
  left: 0;
  height: 64px;
  background: rgba(0, 0, 0, 0.6196);
  bottom: 0;
  font-size: 16px;
  color: #FFFFFF;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 22px;
  line-height: 24px;
}

.h5-card {
  margin-top: 23px;
  position: relative;
  padding-bottom: 16px;
}
.h5-card .h5-pagination {
  bottom: 0;
  height: 2px;
  position: relative;
}
.h5-card .h5-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 2px;
  border-radius: 0;
  opacity: 1;
  background: #FFE1D2;
  margin: 0 3px;
}
.h5-card .h5-pagination .swiper-pagination-bullet-active {
  background: #CB2026;
}

.h5-swiper a {
  display: inline-block;
  padding: 8px 8px 0;
  border: 1px solid #FFE1D2;
}
.h5-swiper a:hover span {
  color: #CB2026;
}
.h5-swiper img {
  width: 100%;
  position: absolute;
  min-height: 100%;
  left: 0;
  top: 0;
}
.h5-swiper p {
  height: 80px;
  display: flex;
  align-items: center;
  padding: 0 17px;
}
.h5-swiper p span {
  font-size: 16px;
  color: #333333;
  height: 40px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.3s ease-in-out 0s;
}
.h5-swiper .h5-col {
  width: 100%;
  height: 246px;
  position: relative;
  overflow: hidden;
}

.anime-interpretation {
  margin: 73px 0 102px;
}
.anime-interpretation .section-title2 {
  text-align: left;
}

.anime-layout {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.anime-left {
  width: 730px;
  height: 512px;
  border: 1px solid #FFE1D2;
  display: inline-block;
}
.anime-left img {
  width: 100%;
  height: 426px;
  display: block;
  object-fit: cover;
}
.anime-left:hover .anime-left-col h4 {
  color: #CB2026;
}

.anime-left-info {
  display: flex;
  padding: 16px 29px 20px;
}
.anime-left-info i {
  font-size: 27px;
  color: #CB2026;
  display: inline-block;
  margin-right: 8px;
}
.anime-left-info .anime-left-col h4 {
  font-size: 16px;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s ease-in-out 0s;
}
.anime-left-info .anime-left-col p {
  font-size: 16px;
  color: #999999;
  margin-top: 4px;
}

.anime-right {
  width: 450px;
  height: auto;
}
.anime-right li {
  width: 100%;
  height: 113px;
  border: 1px solid #FFE1D2;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out 0s;
}
.anime-right li:last-child {
  margin-bottom: 0;
}
.anime-right li:hover {
  box-shadow: 0 4px 10px 0 rgba(203, 32, 38, 0.1);
}
.anime-right li:hover h4 {
  color: #CB2026;
}
.anime-right a {
  display: flex;
  padding: 20px;
}
.anime-right i {
  font-size: 27px;
  color: #CB2026;
  display: inline-block;
  margin-right: 8px;
}
.anime-right .anime-left-col h4 {
  font-size: 16px;
  color: #333333;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.3s ease-in-out 0s;
}
.anime-right .anime-left-col p {
  font-size: 16px;
  color: #999999;
  margin-top: 4px;
}

@media screen and (max-width: 1280px) {
  .anime-left {
    width: 620px;
  }
  .anime-right {
    width: 325px;
  }
}
@media screen and (max-width: 1024px) {
  .unscramble-list li {
    width: calc(50% - 10px);
  }
  .anime-layout {
    flex-direction: column;
  }
  .anime-left {
    width: 100%;
  }
  .anime-right {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .picture-interpretation .picture-next {
    right: 10px;
  }
  .picture-interpretation .picture-prev {
    left: 10px;
  }
  .unscramble-tabs li {
    width: 140px;
  }
  .unscramble-tabs li:last-child {
    width: 200px;
  }
  .unscramble-tabs li.active {
    width: 176px;
  }
  .unscramble-tabs li.active:last-child {
    width: 269px;
  }
}
@media screen and (max-width: 616px) {
  .unscramble-list li {
    width: 100%;
  }
  .anime-left {
    height: auto;
  }
  .anime-left img {
    height: 320px;
  }
  .unscramble-tabs {
    flex-wrap: wrap;
  }
  .unscramble-tabs li:last-child {
    width: 190px;
  }
  .unscramble-tabs li.active {
    width: 176px;
  }
  .unscramble-tabs li.active:last-child {
    width: 269px;
  }
}
