﻿:root {
  --swiper-theme-color: #fff;
}

@media (max-width: 1024px) {
  body {
    background-color: #f0f4f6;
  }
}

.features-panel {
  margin-bottom: 10px;
}

.features-panel i {
  color: #00b38a;
}

.features-box {
  height: 20px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .features-panel {
    padding: 5px 10px 0;
    margin: 0;
    background-color: #fff;
  }
}

.feat-list {
  margin-left: 20px;
  padding: 0;
  transform: translateY(-20px);
  transition: all 0.3s;
}

.feat-list li {
  height: 20px;
  line-height: 17px;
  list-style: none;
}

@media (max-width: 1024px) {
  .feat-list li {
    line-height: 15px;
    font-size: 12px;
  }
}

.feat-list a {
  color: #14bb94;
}

#arts-banner,
.topic-right {
  float: left;
}

#arts-banner {
  width: 65%;
  height: 360px;
  border-radius: 4px;
}

@media (max-width: 1024px) {
  #arts-banner {
    width: 100%;
    height: 320px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 414px) {
  #arts-banner {
    height: 130px;
  }
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  background-color: #e8e8e8;
}

.swiper-slide a {
  position: absolute;
  width: 100%;
  height: 100%;
}

.arts-panel {
  margin-bottom: 14px;
  overflow: hidden;
  position: relative;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.4;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

@media (max-width: 1024px) {
  .arts-panel {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 414px) {
  .arts-panel {
    margin-bottom: 10px;
  }
}

.arts-p-title {
  font-size: 24px;
  margin-bottom: 15px;
  position: relative;
}

/* .arts-p-title::before {
    content: "";
    width: 50px;
    height: 12px;
    border-radius: 15px;
    background-color: #03b6f469;
    position: absolute;
    bottom: 6px;
    left: 5px;
} */

@media (max-width: 768px) {
  .arts-p-title {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .arts-p-title {
    position: relative;
    padding-left: 10px;
  }

  .arts-p-title::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 17px;
    background-color: #21b385;
    left: 0;
    top: 3px;
  }
}

@media screen and (max-width: 414px) {
  .arts-p-title {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .newest-info {
    font-size: 12px;
  }
}

.topic-right {
  margin-left: 10px;
  width: calc(100% - 65% - 10px);
}

.topic-right .swiper-slide {
  background-position: left;
}

.topic-top,
.topic-bot {
  height: 175px;
  width: 100%;
  background-color: #e8e8e8;
  border-radius: 4px;
  position: relative;
  background-size: cover;
}

.topic-top>div {
  background-size: cover;
}

.topic-top:hover,
.topic-bot:hover {}

.topic-top a,
.topic-bot a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

@media (max-width: 1024px) {
  .topic-right {
    width: 100%;
    margin: 0;
  }

  .topic-top,
  .topic-bot {
    float: left;
    width: calc(50% - 5px);
  }

  .topic-top {
    margin-right: 10px;
  }
}

@media screen and (max-width: 414px) {

  .topic-top,
  .topic-bot {
    height: 80px;
  }
}

.topic-top {
  margin-bottom: 10px;
}

.newest-i {
  float: left;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  position: relative;
  width: calc(16.666% - 15px);
  margin: 5px 15px 5px 0;
  box-sizing: border-box;
}

.newest-i:nth-child(6n) {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .newest-i:nth-child(6n) {
    margin-right: 15px;
  }
}

.newest-i>a {
  display: block;
}

@media (max-width: 768px) {
  .newest-i {
    width: calc(25% - 15px);
  }
}

@media screen and (max-width: 414px) {
  .newest-i {
    width: calc(33.3% - 5px);
    margin: 5px 5px 5px 0;
    box-sizing: border-box;
  }

  .newest-i:nth-child(6n) {
    margin-right: 0;
  }
}

.newest-tag {
  position: absolute;
  color: white;
  font-size: 14px;
  top: 0;
  right: 0;
  padding: 2px 3px;
  border-radius: 0 0 0 5px;
  z-index: 2;
}

@media screen and (max-width: 414px) {
  .newest-tag {
    font-size: 12px;
  }
}

.ne-cl {
  background-color: #e39a3b;
}

.ne-hd {
  background-color: #21b385;
}

.newest-img {
  width: 100%;
  height: calc(100% - 25px);
  display: block;
}

.newest-MT {
  position: absolute;
  bottom: 5px;
  right: 0px;
  border-radius: 5px 0 5px 0;
  z-index: 2;
  background-color: #03a9f4;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('/static/arts/img/lolm_logo.jpg');
}

.newest-mt {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  bottom: 25px;
  left: 0;
  border-radius: 0 6px 0 0;
  background-image: url('/static/arts/img/mt_logo.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}

.newest-updated {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  top: 2px;
  left: 8px;
}

.newest-updated .iconfont {
  color: #fff;
  font-size: 20px;
}

.fact-pic .newest-mt {
  bottom: 0;
}

.mod-img .newest-mt {
  bottom: 0;
  border-radius: 0 6px 0 3px;
}

.newest-info {
  text-align: center;
  width: 100%;
  height: 25px;
  line-height: 25px;
}

.herofor_class {
  font-size: 16px;
}

.heroclassBox {
  height: auto;
  line-height: 25px;
  margin-bottom: 10px;
}

.heroclassBox span {
  color: #777777;
  overflow: hidden;
  float: left;
}

@media (max-width: 1024px) {
  .herofor_class {
    font-size: 14px;
  }

  .heroclassBox span {
    padding: 0;
  }
}

.heroclassBox ul {
  padding-left: 40px;
}

.heroclassBox li {
  display: inline-block;
  color: #afafaf;
  text-align: center;
  cursor: pointer;
  padding: 0px 10px;
  list-style: none;
  border-radius: 2px;
}

.heroclassBox li:hover {
  color: #14bb94;
}

@media (max-width: 1024px) {
  .heroclassBox ul {
    padding-left: 50px;
  }

  .heroclassBox li {
    padding: 0 10px;
  }
}

.picked {
  color: white !important;
  background-color: #14bb94;
}

.herosList li {
  width: 80px;
  height: 80px;
  margin: 2px;
  float: left;
  display: none;
  overflow: hidden;
  border: 2px solid #f1f1f1;
  cursor: pointer;
  position: relative;
}

.herosList li:hover {
  border-color: #14bb94;
}

.herosList li a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.herosList li>div {
  width: 100%;
  height: 100%;
  background-size: 120% 120%;
  background-position: -5px -5px;
}

@media (max-width: 768px) {
  .herosList li {
    width: 60px;
    height: 60px;
  }
}

.arts-item {
  padding: 1% 2% 1% 0;
  float: left;
  width: 18%;
}

@media (max-width: 768px) {
  .arts-item {
    width: 31%;
    padding: 1% 1% 1% 1%;
  }

  .arts-music-list .arts-item:nth-child(n + 10) {
    display: none;
  }
}

.arts-img {
  width: 100%;
  display: block;
}

.music_title {
  color: #7d7d7d;
  margin-top: 5px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .music_title {
    font-weight: 400;
  }
}

.maker_name {
  color: #9c9c9c;
}

.arts-tool-b {
  margin-top: 10px;
  text-align: center;
}

.arts-b-btn {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 50px;
}

.arts-b-btn .iconfont {
  display: inline-block;
}

.arts-b-btn:hover {
  color: #1da1f2;
  background-color: #e8f5fe;
}

.arts-b-btn.loading .iconfont {
  -webkit-animation: rotate-loop 1s infinite linear !important;
}

.flex-arts-panel,
.new-pic-panel {
  display: flex;
  flex-wrap: wrap;
}

.flex-arts-panel {
  padding: 10px 0;
}

.img-wrapper {
  flex-grow: 1;
  height: 200px;
  position: relative;
  margin: 2px;
  box-sizing: border-box;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .img-wrapper {
    max-width: calc(33% - 6px);
  }
}

.img-wrapper img {
  height: 200px;
  object-fit: cover;
  min-width: 100%;
  max-width: 100%;
  vertical-align: bottom;
  border-radius: 4px;
}

.img-wrapper a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.p-the-end {
  text-align: center;
  padding: 20px 0 120px;
  color: #939393;
  display: none;
}

.cosmos-item {
  width: 210px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.cosmos-item img {
  width: 100%;
  max-height: 100%;
}

.cosmos-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

.cosmos-info {
  position: absolute;
  bottom: -10px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0, #000 100%);
  width: 100%;
  height: 100px;
  transition: all 0.3s;
  z-index: 2;
}

.cosmos-info p {
  color: #fff;
  text-align: center;
  padding-top: 40px;
  font-size: 17px;
  transition: all 0.3s;
}

.cosmos-item:hover .cosmos-info {
  bottom: 0;
}

.more-arts {
  font-weight: 100;
  font-size: 14px;
  float: right;
}

@media (max-width: 1024px) {
  .more-arts {
    font-size: 12px;
  }
}

.arts-tab {
  overflow: hidden;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .arts-tab {
    text-align: center;
  }
}

.arts-tab .tab-i {
  float: left;
  margin-right: 25px;
  cursor: pointer;
  padding: 2px 10px;
  border-radius: 24px;
}

@media (max-width: 1024px) {
  .arts-tab .tab-i {
    display: inline-block;
    float: none;
  }
}

.arts-tab .tab-i:hover {
  color: #14bb94;
}

.arts-tab .tab-i.active {
  color: white;
  background-color: #14bb94;
}

.arts-more {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  float: left;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 2px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  opacity: 0.2;
  transition: opacity 0.3s;
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  opacity: 0.9;
}

.video-item-art {
  margin: 0% 2% 1% 0;
  float: left;
  width: 18%;
  position: relative;
}

@media (max-width: 1024px) {
  .video-item-art {
    width: 48%;
  }
}

.video-cover {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.video-title {
  height: 45px;
  font-size: 14px;
  margin-top: 5px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.video-item-duration {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 3px 4px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px 0 0 0;
  color: #fff;
  transition: top 0.2s ease;
}

.birthday-list {
  position: absolute;
  right: 0;
  top: 55px;
  /* max-width: 70%;
    max-height: 30px;
    overflow-y: auto; */
}

.birthday-item {
  float: left;
  margin-left: 15px;
  font-size: 12px;
  margin-bottom: 27px;
}

.anniversary-num {
  color: #fff;
  background-color: #ff6baf;
  padding: 0 2px;
  display: inline-block;
  text-align: center;
  height: 18px;
  line-height: 18px;
  border-radius: 4px;
  margin-right: 5px;
  position: relative;
}

.anniversary-num::before {
  content: '';
  position: absolute;
  background-image: url(/static/arts/img/candle.png);
  width: 8px;
  height: 14px;
  bottom: 19px;
  left: 50%;
  transform: translateX(-50%);
  background-size: cover;
}

@media (max-width: 1024px) {
  .birthday-list {
    display: none;
  }
}

.post-board {
  background-color: #ffeb3b;
  padding: 7px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
  position: relative;
  width: max-content;
  box-sizing: border-box;
}

.post-title {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  position: relative;
}

.post-des {
  font-size: 14px;
  color: #121212;
}

.post-board a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

@media (max-width: 1024px) {
  .post-board {
    width: 100%;
    margin: 0 10px 10px;
  }
}

.trends-icon {
  position: relative;
  width: 25px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
}

.trends-icon span,
.trends-icon span::before,
.trends-icon span::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 5px;
  height: 0;
  animation: trends 2.4s infinite;
}

.trends-icon span::before {
  right: 8px;
  animation-delay: 0.4s;
  background-color: #aaff0b;
}

.trends-icon span {
  left: 10px;
  animation-delay: 0.8s;
  background-color: #5b1fff;
}

.trends-icon span::after {
  left: 8px;
  animation-delay: 1.2s;
  background-color: #ff1884;
}

@keyframes trends {
  0% {
    height: 0%;
  }

  25% {
    height: 100%;
  }

  50% {
    height: 0%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}

.sponsor-bar {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #fa7b93;
  padding: 14px 30px;
  margin-bottom: 20px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  height: 130px;
  transition: height 0.3s;
  background-image: url(/static/arts/img/sponsor_texture.png);
  background-position: center;
  position: relative;
}

.sponsor-bar:hover {
  height: 240px;
}

@media (max-width: 1024px) {
  .sponsor-bar {
    display: none;
  }
}

.sponsor-ranking {
  display: block;
  background-color: #fff;
  width: 300px;
  height: 130px;
  border-radius: 10px;
  overflow: hidden;
  transition: height 0.3s;
  z-index: 2;
}

.sponsor-bar:hover .sponsor-ranking {
  height: 245px;
}

.ranking-tab {
  display: flex;
}

.ranking-tab .rb-item {
  color: #fff;
  background-color: #f93257;
  /* background-color: #8a8a8a; */
  height: 30px;
  line-height: 30px;
  width: 33.33%;
  text-align: center;
  font-size: 14px;
  cursor: default;
  user-select: none;
}

.ranking-tab .rb-item.active {
  background-color: #fff;
  color: #000;
  font-weight: 600;
}

.ranking-tab .rb-item:not(.active):hover {
  cursor: pointer;
}

.ranking-tab.tab-now-0 .rb-item:nth-child(2) {
  border-radius: 0 0 0 12px;
}

.ranking-tab.tab-now-1 .rb-item:nth-child(1) {
  border-radius: 0 0 12px 0;
}

.ranking-tab.tab-now-1 .rb-item:nth-child(3) {
  border-radius: 0 0 0 12px;
}

.ranking-tab.tab-now-2 .rb-item:nth-child(2) {
  border-radius: 0 0 12px 0;
}

.ranking-list {
  height: calc(100% - 30px);
  overflow-y: auto;
  display: none;
}

.ranking-list.active {
  display: block;
}

.des-info {
  height: 0;
  line-height: 24px;
  padding: 0 10px;
  color: #c2c2c2;
  font-size: 12px;
  overflow: hidden;
  transition: height 0.3s;
  text-align: right;
}

.sponsor-bar:hover .des-info {
  height: 24px;
}

.des-info span {
  float: left;
}

.sponsor-item {
  height: 32px;
  line-height: 32px;
  user-select: none;
}

.sponsor-item:hover {
  background-color: #f8f7ee;
}

.sponsor-item>div {
  float: left;
  box-sizing: border-box;
  cursor: default;
}

.sponsor-sort {
  width: 24px;
  height: 24px;
  margin: 4px 10px 0 10px;
}

.sponsor-sort span {
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 30px;
  background-color: #fff1c7;
  display: block;
}

.sponsor-avatar {
  margin-top: 5px;
  width: 22px;
  height: 22px;
  border-radius: 40px;
  overflow: hidden;
}

.sponsor-avatar img {
  width: 100%;
  height: 100%;
  display: block;
}

.sponsor-name {
  width: calc(100% - 40px - 22px - 85px - 5px);
  padding-left: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sponsor-value {
  width: 85px;
  padding-right: 5px;
  text-align: right;
}

.sponsor-item:nth-child(2) .sponsor-sort,
.sponsor-item:nth-child(3) .sponsor-sort,
.sponsor-item:nth-child(4) .sponsor-sort {
  background-image: url(/static/arts/img/sort_icon.png);
  width: 24px;
  height: 16px;
  margin-top: 8px;
}

.sponsor-item:nth-child(5) .sponsor-sort {
  background-position: 0 0;
}

.sponsor-item:nth-child(3) .sponsor-sort {
  background-position: 0 -16px;
}

.sponsor-item:nth-child(4) .sponsor-sort {
  background-position: 0 -32px;
}

.sponsor-item:nth-child(2) .sponsor-sort span,
.sponsor-item:nth-child(3) .sponsor-sort span,
.sponsor-item:nth-child(4) .sponsor-sort span {
  display: none;
}

.ours-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.sponsor-emotes {
  width: 110px;
  height: 105px;
  background-size: cover;
  position: relative;
  top: 8px;
}

.sponsor-title {
  background-image: url(/static/arts/img/ours.png);
  background-size: cover;
  width: 225px;
  height: 25px;
}

.sponsor-now {
  color: #85172c;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
}

.sponsor-roster {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.sponsors-name {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  cursor: default;
  animation: fadeInSponsors 5s;
  animation-fill-mode: forwards;
  position: absolute;
}

.sponsors-name .sponsor-avatar {
  margin: 0 2px 0 0;
}

.sponsors-name.n-1 {
  top: 22%;
  left: 3%;
}

.sponsors-name.n-2 {
  top: 16%;
  left: 18%;
}

.sponsors-name.n-3 {
  top: 38%;
  left: 31%;
}

.sponsors-name.n-4 {
  top: 32%;
  left: 44%;
}

.sponsors-name.n-5 {
  top: 43%;
  left: 10%;
}

.sponsors-name.n-6 {
  top: 55%;
  left: 47%;
}

.sponsors-name.n-7 {
  top: 4%;
  left: 41%;
}

.sponsors-name.n-8 {
  top: 18%;
  left: 35%;
}

.sponsors-name.n-9 {
  top: 82%;
  left: 43%;
}

.sponsors-name.n-10 {
  top: 81%;
  left: 6%;
}

.sponsors-name.n-11 {
  top: 65%;
  left: 1%;
}

.sponsors-name.n-12 {
  top: 64%;
  left: 36%;
}

.sponsors-name.n-13 {
  top: 3%;
  left: 9%;
}

@keyframes fadeInSponsors {
  0% {
    opacity: 0.3;
    transform: scale(0.7);
  }

  40% {
    opacity: 1;
    transform: scale(1.3);
  }

  95% {
    opacity: 1;
    transform: scale(1.3);
  }

  100% {
    opacity: 0;
    transform: scale(1.3);
  }
}

.sponsor-empty {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sponsor-empty .iconfont {
  font-size: 20px;
  color: #c3c3c3;
}

.sponsor-empty p {
  color: #c3c3c3;
  font-size: 14px;
  margin-top: 10px;
}

.to-support {
  border: 1px solid red;
  color: #F44336;
  padding: 1px 6px;
  border-radius: 23px;
  font-size: 13px;
  margin-top: 7px;
  display: none;
}

.to-support:hover{
  color: #F44336;
  background-color: #faf1f1;
}

.sponsor-bar:hover .to-support{
  display: block;
}