html {
  height: 100%;
}
body {
  background-color: #eBe9e9;
  height: 100%;
}
.inner {
  width: 960px;
  margin: 0 auto;
}
.main {
  position: relative;
  min-height: 100%;
}
.main .middle {
  padding-top: 100px;
  padding-bottom: 300px;
}
.main .middle .banner {
  position: relative;
  height: 668px;
  overflow: hidden;
}
.main .middle .banner .banner-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.main .middle .banner .banner-container .swiper-slide {
  width: 100%;
  height: 100%;
  background-color: #fbfbfb;
}
.main .middle .banner .banner-container .swiper-slide a {
  position: relative;
  display: block;
  height: 100%;
}
.main .middle .banner .banner-container .swiper-slide a .inner {
  height: 100%;
}
.main .middle .banner .banner-container .swiper-slide a .inner img {
  display: block;
  width: auto;
  height: 105%;
}
.main .middle .banner .banner-container .swiper-slide a .artists-thumb {
  width: 100%;
  height: 100%;
  background-color: #fbfbfb;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.main .middle .banner .slide-inner {
  position: absolute;
  width: 960px;
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -480px;
  z-index: 99;
}
.main .middle .banner .slide-inner .si-container {
  position: absolute;
  min-width: 40%;
  right: 0;
  bottom: 100px;
}
.main .middle .banner .slide-inner .si-container .artists-name {
  font-size: 48px;
  font-family: MontserratSemiBold,NotoSansTCLight;
  color: #000;
  line-height: 1.5;
  font-weight: bold;
}
.main .middle .banner .slide-inner .si-container .artists-job {
  font-size: 10px;
  font-family: MontserratLightItalic,NotoSansTCLight;
  color: #010101;
}
.main .middle .banner .slide-inner .si-container .artists-lists {
  width: 100%;
  margin-top: 30px;
}
.main .middle .banner .slide-inner .si-container .artists-lists .text {
  font-size: 14px;
  font-family: MontserratSemiBold, NotoSansTCLight;
  color: #000;
}
.main .middle .banner .slide-inner .si-container .artists-lists .name-list {
  height: 95px;
  columns: 100px 2;
  -webkit-columns: 100px 2;
  /* Safari and Chrome */
  -moz-columns: 100px 2;
  /* Firefox */
}
.main .middle .banner .slide-inner .si-container .artists-lists .name-list .name-item {
  font-size: 10px;
  font-family: MontserratLightItalic, NotoSansTCLight;
  color: #7c7c7c;
  margin-left: 40px;
  line-height: 1.5;
  cursor: pointer;
}
.main .middle .banner .slide-inner .si-container .artists-lists .name-list .name-item.selected {
  color: #c2c2c2;
}
.pc_banner {
  display: block;
}
@media screen and (max-width: 960px) {
  .inner {
    width: 100%;
  }
  .main .middle {
    padding-top: 7.5rem;
    padding-bottom: 23.8rem;
  }
  .main .middle .banner {
    height: auto;
  }
  .main .middle .banner .pc_banner {
    display: none;
  }
  .main .middle .banner .banner-container .swiper-slide a .inner {
    height: auto;
    text-align: center;
  }
  .main .middle .banner .banner-container .swiper-slide a .inner img {
    width: 100%;
    height: auto;
  }
  .main .middle .banner .banner-container .swiper-slide a .artists-thumb {
    width: 100%;
    height: 35rem;
    background-position: center center !important;
  }
  .main .middle .banner .slide-inner {
    position: static;
    width: 100%;
    height: auto;
    margin-left: 0;
    background-color: #eBe9e9;
  }
  .main .middle .banner .slide-inner .si-container {
    position: static;
    padding: 1rem 5rem 5rem;
    min-width: auto;
  }
  .main .middle .banner .slide-inner .si-container .artists-name {
    font-size: 2.8rem;
  }
  .main .middle .banner .slide-inner .si-container .artists-job {
    font-size: 1rem;
  }
  .main .middle .banner .slide-inner .si-container .artists-lists {
    display: block;
    margin-top: 1rem;
  }
  .main .middle .banner .slide-inner .si-container .artists-lists .text {
    font-size: 1.8rem;
  }
  .main .middle .banner .slide-inner .si-container .artists-lists .name-list {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .main .middle .banner .slide-inner .si-container .artists-lists .name-list .name-item {
    display: inline-block;
    width: 50%;
    font-size: 1.4rem;
    margin-left: 0;
    line-height: 2;
  }
}
/*# sourceMappingURL=artists-lists.css.map */