@keyframes showScaleVisible {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes showModuleVisible {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(-60%);
  }
}
@keyframes marksVisible {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: 0.16rem;
}

html,
body {
  height: unset;
  font-family: "Avenir";
}

body {
  overflow-x: hidden;
}

.S9-ARTIST-pc {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: relative;
}
.S9-ARTIST-pc .line-2 {
  height: 2px;
  background: rgb(187, 187, 187);
  width: 100%;
  margin: 10px 0px;
}
.S9-ARTIST-pc .listting_base-title {
  font-size: 0.48rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.1;
}
.S9-ARTIST-pc .listting_base-title span {
  font-weight: 500;
  background: linear-gradient(90deg, #cfdded 0%, #bfdef6 14%, #aedeff 35%, #70a2d0 73%, #3265a0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.S9-ARTIST-pc .listting_base-subtitle {
  font-size: 0.24rem;
  color: #ffffff;
  line-height: 1.1;
  margin-top: 0.3rem;
}
.S9-ARTIST-pc .listting_base-subtitle.type2 {
  margin-top: 0.1rem;
  font-size: 0.3rem;
  font-weight: 500;
}
.S9-ARTIST-pc .listting_base-desc {
  font-size: 0.24rem;
  color: #ffffff;
  line-height: 1.1;
  margin-top: 0.3rem;
}
.S9-ARTIST-pc .module-header {
  width: 100%;
}
.S9-ARTIST-pc .module-header_title {
  font-size: 0.7rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  background: linear-gradient(90deg, #ebd498 0%, #f4da96 0%, #fcdf93 0%, #ffe9c1 55%, #fcf6eb 71%, #ffe9c1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.S9-ARTIST-pc .module-header_subtitle {
  font-size: 0.48rem;
  color: #ffffff;
  margin-bottom: 2rem;
  text-align: center;
}
.S9-ARTIST-pc .fz_40 {
  font-size: 0.4rem;
}
.S9-ARTIST-pc .banner-wrapper {
  position: relative;
  width: 100%;
  min-height: 7.5rem;
  margin-bottom: 1.4rem;
}
.S9-ARTIST-pc .banner-wrapper_bg {
  width: 100%;
  height: auto;
}
.S9-ARTIST-pc .banner-wrapper_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  padding-bottom: 0.2rem;
  text-align: center;
  line-height: 1.2;
  color: #ffffff;
}
.S9-ARTIST-pc .banner-wrapper_content_title {
  font-size: 0.45rem;
}
.S9-ARTIST-pc .banner-wrapper_content_subtitle {
  font-size: 0.3rem;
  padding: 0.26rem 0 0.31rem;
}
.S9-ARTIST-pc .banner-wrapper_content_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.16rem 0.24rem;
  min-width: 2.24rem;
  font-size: 0.24rem;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
  border-radius: 0.4rem;
  font-weight: 500;
  transition: opacity 0.2s ease-in-out;
}
.S9-ARTIST-pc .banner-wrapper_content_btn img {
  width: 0.24rem;
  height: 0.24rem;
  margin-left: 0.12rem;
}
.S9-ARTIST-pc .banner-wrapper_content_btn:hover {
  opacity: 0.7;
}
.S9-ARTIST-pc .banner-wrapper .awards-icon {
  position: absolute;
  right: 0.24rem;
  bottom: 0.65rem;
  width: 3.98rem;
  height: 2.39rem;
  border-radius: 0.1rem;
}
.S9-ARTIST-pc .banner-wrapper .awards-icon img {
  width: 100%;
  height: 100%;
}
.S9-ARTIST-pc .overall-wrapper {
  width: 12.98rem;
  margin: 0 auto;
  min-height: 7.05rem;
  margin-bottom: 1.9rem;
}
.S9-ARTIST-pc .overall-wrapper .overall-wrapper_top {
  margin-bottom: 0.1rem;
  width: 100%;
  display: flex;
}
.S9-ARTIST-pc .overall-wrapper .overall-wrapper_top .overall-wrapper_top_right {
  margin-left: 0.1rem;
}
.S9-ARTIST-pc .overall-wrapper .overall-wrapper_top .overall-wrapper_top_right .overall-wrapper_top_right_top {
  margin-bottom: 0.1rem;
  display: flex;
}
.S9-ARTIST-pc .overall-wrapper .overall-wrapper_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.S9-ARTIST-pc .overall-wrapper .overall-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.2rem;
}
.S9-ARTIST-pc .overall-wrapper .overall-item_bg {
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease-in-out;
  transform-origin: center;
}
.S9-ARTIST-pc .overall-wrapper .overall-item_content {
  position: absolute;
  left: 0.26rem;
  top: 0.29rem;
}
.S9-ARTIST-pc .overall-wrapper .overall-item_content_title {
  font-size: 0.24rem;
  font-weight: 600;
  background: linear-gradient(90deg, #3265a0 0%, #70a2d0 27%, #aedeff 65%, #bfdef6 86%, #cfdded 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}
.S9-ARTIST-pc .overall-wrapper .overall-item_content_desc {
  color: #ffffff;
  font-size: 0.16rem;
}
.S9-ARTIST-pc .overall-wrapper .overall-item_icon {
  width: 0.26rem;
  height: 0.26rem;
  opacity: 0.6;
  position: absolute;
  left: 0.26rem;
  bottom: 0.13rem;
  background: url("https://static-ussite.tineco.com/icon-%E5%B8%B8%E8%A7%84.png_602caa57-c.png") no-repeat;
  background-size: 100% 100%;
  transition: background 0.2s ease-in-out;
}
.S9-ARTIST-pc .overall-wrapper .overall-item:hover .overall-item_bg {
  transform: scale(1.05);
}
.S9-ARTIST-pc .overall-wrapper .overall-item:hover .overall-item_icon {
  background: url("https://static-ussite.tineco.com/icon-%E4%BA%A4%E4%BA%92.png_dd61282e-e.png") no-repeat;
  background-size: 100% 100%;
}
.S9-ARTIST-pc .overall-wrapper .type1 {
  width: 3.17rem;
  height: 5.64rem;
}
.S9-ARTIST-pc .overall-wrapper .type2 {
  width: 3.17rem;
  height: 1.81rem;
}
.S9-ARTIST-pc .overall-wrapper .type2:first-child {
  margin-bottom: 0.1rem;
}
.S9-ARTIST-pc .overall-wrapper .type3 {
  width: 3.17rem;
  height: 3.73rem;
  margin-left: 0.1rem;
}
.S9-ARTIST-pc .overall-wrapper .type4 {
  width: 9.7rem;
  height: 1.81rem;
}
.S9-ARTIST-pc .overall-wrapper .type4 .overall-item_content {
  top: 0.3rem;
}
.S9-ARTIST-pc .overall-wrapper .type5 {
  width: 4.23rem;
  height: 1.37rem;
}
.S9-ARTIST-pc .overall-wrapper .type5 .overall-item_content {
  top: 50%;
  transform: translateY(-50%);
}
.S9-ARTIST-pc .overall-wrapper .type5 .overall-item_icon {
  left: unset;
  right: 0.26rem;
}
.S9-ARTIST-pc .overall-wrapper .type5:nth-of-type(1) .overall-item_content {
  left: 1.19rem;
}
.S9-ARTIST-pc .overall-wrapper .type5:nth-of-type(2) .overall-item_content {
  left: 0.93rem;
}
.S9-ARTIST-pc .media-wrapper {
  width: 12.98rem;
  margin: 0 auto;
  min-height: 2.66rem;
  margin-bottom: 1.7rem;
}
.S9-ARTIST-pc .media-wrapper_title {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0.62rem;
}
.S9-ARTIST-pc .media-wrapper_content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.S9-ARTIST-pc .media-wrapper_content .media-item {
  width: 1.8rem;
  height: 0.93rem;
  background-color: #ffffff;
  border-radius: 0.1rem;
  margin-right: 0.07rem;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.8);
}
.S9-ARTIST-pc .media-wrapper_content .media-item img {
  width: 100%;
  height: 100%;
}
.S9-ARTIST-pc .media-wrapper_content .media-item:last-child {
  margin-right: 0;
}
.S9-ARTIST-pc .media-wrapper_content .media-item.visible {
  opacity: 1;
  transform: scale(1);
  animation: showScaleVisible 0.5s ease-in-out;
}
.S9-ARTIST-pc .gif-wrapper {
  width: 100%;
  min-height: 9.5rem;
  position: relative;
}
.S9-ARTIST-pc .gif-wrapper_bg {
  width: 100%;
  height: auto;
}
.S9-ARTIST-pc .gif-wrapper_content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.2;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
.S9-ARTIST-pc .gif-wrapper_content_subtitle {
  margin-bottom: 0;
}
.S9-ARTIST-pc .gif-wrapper_content.in-view {
  opacity: 1;
  transform: translateY(-50%);
}
.S9-ARTIST-pc .gif-wrapper_content.out-of-view {
  opacity: 0.3;
  transform: translateY(100%);
}
.S9-ARTIST-pc .aesthetics-wrapper {
  width: 12.98rem;
  margin: 0 auto;
  min-height: 3.9rem;
  display: flex;
  justify-content: space-between;
}
.S9-ARTIST-pc .aesthetics-wrapper .aesthetics-item {
  width: 3.16rem;
  cursor: pointer;
}
.S9-ARTIST-pc .aesthetics-wrapper .aesthetics-item_img {
  width: 3.16rem;
  height: 3.16rem;
  margin-bottom: 0.2rem;
  border-radius: 0.2rem;
}
.S9-ARTIST-pc .listting-wrapper {
  width: 100%;
  margin-bottom: 1.4rem;
}
.S9-ARTIST-pc .listting-wrapper .listting-content {
  position: relative;
}
.S9-ARTIST-pc .listting-wrapper .listting-content_img {
  width: 100%;
  height: auto;
}
.S9-ARTIST-pc .listting-wrapper .listting-content_content {
  position: absolute;
  left: 3.13rem;
}
.S9-ARTIST-pc .listting-wrapper .listting-content_content_subtitle {
  font-size: 0.3rem;
  color: #ffffff;
  font-weight: 500;
}
.S9-ARTIST-pc .listting-wrapper .listting-content_content_desc {
  font-size: 0.24rem;
  color: #ffffff;
  line-height: 1.1;
  margin-top: 0.3rem;
}
.S9-ARTIST-pc .listting-wrapper .listting-content.type2 {
  min-height: 13rem;
}
.S9-ARTIST-pc .listting-wrapper .listting-content.type2 .listting-content_content {
  top: 1.69rem;
}
.S9-ARTIST-pc .listting-wrapper .listting-content.type2 .listting-content_content_step {
  margin-top: 1.86rem;
}
.S9-ARTIST-pc .listting-wrapper .listting-content.type2 .listting-content_content_step_text {
  line-height: 1.1;
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateY(20px);
}
.S9-ARTIST-pc .listting-wrapper .listting-content.type2 .listting-content_content_step_text span {
  font-size: 0.3rem;
  font-weight: 500;
  background: linear-gradient(90deg, #d0dceb 0%, #c3dcf5 14%, #b6dcff 35%, #88b1e2 73%, #5985c5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 0.1rem;
  display: inline-block;
}
.S9-ARTIST-pc .listting-wrapper .listting-content.type2 .listting-content_content_step_text span b {
  font-size: 0.46rem;
  font-style: italic;
  display: inline-block;
  width: 0.6rem;
}
.S9-ARTIST-pc .listting-wrapper .listting-content.type2 .listting-content_content_step_text span:last-child {
  font-size: 0.2rem;
  color: #ffffff;
  border-bottom: 1px dashed #ffffff;
  background: unset;
  font-weight: normal;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  padding-bottom: 0.04rem;
}
.S9-ARTIST-pc .listting-wrapper .listting-content.type2 .listting-content_content_step_text:last-of-type {
  margin-left: 0.77rem;
}
.S9-ARTIST-pc .listting-wrapper .listting-content.type2 .listting-content_content_step_text.visible {
  opacity: 1;
  transform: translateY(0);
  animation: marksVisible 0.6s ease-in-out forwards;
}
.S9-ARTIST-pc .listting-wrapper .listting-content.type2 .tips-content {
  width: 13rem;
  min-height: 3.21rem;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(20px);
}
.S9-ARTIST-pc .listting-wrapper .listting-content.type2 .tips-content_bg {
  width: 100%;
  height: auto;
}
.S9-ARTIST-pc .listting-wrapper .listting-content.type2 .tips-content_content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.112rem;
}
.S9-ARTIST-pc .listting-wrapper .listting-content.type2 .tips-content_item {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.S9-ARTIST-pc .listting-wrapper .listting-content.type2 .tips-content_item_icon {
  width: 0.37rem;
  height: 0.35rem;
  margin-right: 0.1rem;
}
.S9-ARTIST-pc .listting-wrapper .listting-content.type2 .tips-content_item_text {
  font-size: 0.17rem;
  color: #ffffff;
  line-height: 1.1;
}
.S9-ARTIST-pc .listting-wrapper .listting-content.type2 .tips-content_item_text div:first-of-type {
  color: #ffffff;
  font-size: 0.29rem;
  font-weight: 500;
}
.S9-ARTIST-pc .listting-wrapper .listting-content.type2 .tips-content_item:first-of-type .tips-content_item_text div:first-of-type {
  font-weight: 500;
  background: linear-gradient(90deg, #cfdded 0%, #bfdef6 14%, #aedeff 35%, #70a2d0 73%, #3265a0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.S9-ARTIST-pc .listting-wrapper .listting-content.type2 .tips-content.visible {
  opacity: 1;
  transform: translateY(0);
  animation: marksVisible 0.6s ease-in-out forwards;
}
.S9-ARTIST-pc .listting-wrapper .listting-content.type3 {
  width: 12.98rem;
  margin: 0 auto;
  padding-bottom: 2.1rem;
  min-height: 8rem;
}
.S9-ARTIST-pc .listting-wrapper .listting-content.type3 .listting-content_content {
  position: unset;
}
.S9-ARTIST-pc .listting-wrapper .listting-content.type3 .listting-content_gif,
.S9-ARTIST-pc .listting-wrapper .listting-content.type3 .listting-content_img {
  width: 100%;
  height: 4.5rem;
  border-radius: 0.2rem;
  margin-top: 0.34rem;
  position: relative;
}
.S9-ARTIST-pc .listting-wrapper .listting-content.type3 .listting-content_gif_bg,
.S9-ARTIST-pc .listting-wrapper .listting-content.type3 .listting-content_img_bg {
  width: 100%;
  height: auto;
}
.S9-ARTIST-pc .listting-wrapper .listting-content.type3 .listting-content_gif_content,
.S9-ARTIST-pc .listting-wrapper .listting-content.type3 .listting-content_img_content {
  position: absolute;
  left: 0.73rem;
  top: 1.55rem;
  display: flex;
  opacity: 0;
  transform: translateY(20px);
}
.S9-ARTIST-pc .listting-wrapper .listting-content.type3 .listting-content_gif_content.visible,
.S9-ARTIST-pc .listting-wrapper .listting-content.type3 .listting-content_img_content.visible {
  opacity: 1;
  transform: translateY(0);
  animation: marksVisible 0.6s ease-in-out forwards;
}
.S9-ARTIST-pc .listting-wrapper .listting-content.type3 .listting-content_gif_item,
.S9-ARTIST-pc .listting-wrapper .listting-content.type3 .listting-content_img_item {
  width: 1.64rem;
  height: 2.3rem;
  margin-right: 0.19rem;
  position: relative;
}
.S9-ARTIST-pc .listting-wrapper .listting-content.type3 .listting-content_gif_item_bg,
.S9-ARTIST-pc .listting-wrapper .listting-content.type3 .listting-content_img_item_bg {
  width: 100%;
  height: 100%;
}
.S9-ARTIST-pc .listting-wrapper .listting-content.type3 .listting-content_gif_item_content,
.S9-ARTIST-pc .listting-wrapper .listting-content.type3 .listting-content_img_item_content {
  position: absolute;
  bottom: 0.12rem;
  left: 0.1rem;
  right: 0;
}
.S9-ARTIST-pc .listting-wrapper .listting-content.type3 .listting-content_gif_item_content div,
.S9-ARTIST-pc .listting-wrapper .listting-content.type3 .listting-content_img_item_content div {
  color: #ffffff;
  font-size: 0.12rem;
}
.S9-ARTIST-pc .listting-wrapper .listting-content.type3 .listting-content_tips {
  text-align: right;
  color: #ffffff;
  opacity: 0.7;
  font-size: 0.13rem;
  line-height: 1.1;
  margin-top: 0.1rem;
}
.S9-ARTIST-pc .listting-wrapper .listting-content.type4 {
  width: 12.98rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  min-height: 9rem;
}
.S9-ARTIST-pc .listting-wrapper .listting-content.type4 .listting-content_item {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.S9-ARTIST-pc .listting-wrapper .listting-content.type4 .listting-content_item_img {
  width: 100%;
}
.S9-ARTIST-pc .listting-wrapper .listting-content.type4 .listting-content_item_icon {
  margin-top: 0.2rem;
  width: 1.63rem;
  height: 1.38rem;
}
.S9-ARTIST-pc .listting-wrapper .listting-content.type4 .listting-content_item.right {
  padding-left: 0.42rem;
  justify-content: end;
}
.S9-ARTIST-pc .listting-module-wrapper {
  position: relative;
  width: 100%;
  height: 400vh;
  margin-bottom: 0;
}
.S9-ARTIST-pc .listting-module-wrapper .listting-module_sticky {
  height: 100vh;
  overflow: hidden;
  position: sticky;
  top: 0;
  width: 100%;
  background: #000;
}
.S9-ARTIST-pc .listting-module-wrapper .listting-module_sticky .module-header {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  clip-path: inset(0 0 0 0);
}
.S9-ARTIST-pc .listting-module-wrapper .listting-module_sticky .module-header .module-header_title {
  margin: 0;
  transform-origin: center center;
  max-width: 100%;
  overflow: hidden;
  transition: transform 0.5s ease-in-out, opacity 0.8s ease-in-out;
}
.S9-ARTIST-pc .listting-module-wrapper .listting-module_sticky .listting-module_content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.S9-ARTIST-pc .listting-module-wrapper .listting-module_sticky .listting-module_content .listting-content_content {
  opacity: 0;
  transform: translateY(-10%);
}
.S9-ARTIST-pc .listting-module-wrapper .listting-module_sticky .listting-module_content .listting-content_content.visible {
  transform: translateY(-60%);
  opacity: 1;
  animation: showModuleVisible 1s ease-in-out;
}
.S9-ARTIST-pc .listting-module-wrapper .listting-module_sticky .listting-module_content .listting-content_marks {
  position: absolute;
  right: 16%;
  bottom: 60%;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateY(20px);
}
.S9-ARTIST-pc .listting-module-wrapper .listting-module_sticky .listting-module_content .listting-content_marks_line {
  width: 1.56rem;
  height: 1px;
  background: #ffffff;
  margin: 0 2px;
  opacity: 0.5;
}
.S9-ARTIST-pc .listting-module-wrapper .listting-module_sticky .listting-module_content .listting-content_marks_title {
  font-weight: 500;
  background: linear-gradient(90deg, #cfdded 0%, #bfdef6 14%, #aedeff 35%, #70a2d0 73%, #3265a0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.2rem;
  text-align: center;
  font-weight: normal;
}
.S9-ARTIST-pc .listting-module-wrapper .listting-module_sticky .listting-module_content .listting-content_marks.visible {
  opacity: 1;
  transform: translateY(0);
  animation: marksVisible 0.7s ease-in-out forwards;
}
.S9-ARTIST-pc .mainpro-wrapper {
  width: 100%;
  height: 350vh;
  background: #000000;
  position: relative;
  margin-bottom: 1.5rem;
}
.S9-ARTIST-pc .mainpro-wrapper .mainpro_sticky-content {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}
.S9-ARTIST-pc .mainpro-wrapper_sofa {
  height: auto;
  width: 11rem;
  position: absolute;
  left: -1.3rem;
  bottom: 0;
  z-index: 10;
}
.S9-ARTIST-pc .mainpro-wrapper_imgs {
  margin-left: 7.9rem;
  position: relative;
  bottom: -26.8vh;
  z-index: 1;
}
.S9-ARTIST-pc .mainpro-wrapper_imgs .product-item_img {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  height: 72vh;
  opacity: 0;
}
.S9-ARTIST-pc .mainpro-wrapper_imgs .product-item_img.show {
  opacity: 1;
  animation: showOpacity 1s ease-in-out forwards;
}
.S9-ARTIST-pc .mainpro-wrapper_title {
  position: absolute;
  left: 0;
  top: 13%;
  width: 100%;
  text-align: center;
}
.S9-ARTIST-pc .features-wrapper {
  width: 12.98rem;
  margin: 0 auto;
  min-height: 12.8rem;
  padding-top: 0.5rem;
}
.S9-ARTIST-pc .features-wrapper .features-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.S9-ARTIST-pc .features-wrapper .features-item_left {
  width: 4.6rem;
  line-height: 1.1;
}
.S9-ARTIST-pc .features-wrapper .features-item_left .features-item_desc {
  color: #ffffff;
  font-size: 0.2rem;
  margin-top: 0.3rem;
}
.S9-ARTIST-pc .features-wrapper .features-item_left .features-item_img {
  width: 4rem;
  height: 2.5rem;
  margin-top: 0.14rem;
  opacity: 0;
  transform: translateY(20px);
}
.S9-ARTIST-pc .features-wrapper .features-item_left .features-item_img.visible {
  opacity: 1;
  transform: translateY(0);
  animation: marksVisible 0.6s ease-in-out forwards;
}
.S9-ARTIST-pc .features-wrapper .features-item_right {
  width: 8rem;
}
.S9-ARTIST-pc .features-wrapper .features-item_right video {
  width: 100%;
  height: 4.5rem;
  background-color: #b0b0b0;
  border-radius: 0.2rem;
}
.S9-ARTIST-pc .features-wrapper .features-item.reverse {
  flex-direction: row-reverse;
}
.S9-ARTIST-pc .iloop-wrapper {
  position: relative;
  width: 100%;
  min-height: 7.6rem;
}
.S9-ARTIST-pc .iloop-wrapper_bg {
  width: 100%;
  height: auto;
}
.S9-ARTIST-pc .iloop-wrapper_content {
  position: absolute;
  left: 3.09rem;
  top: 0.69rem;
  line-height: 1.2;
  color: #ffffff;
}
.S9-ARTIST-pc .iloop-wrapper_data {
  position: absolute;
  left: 22.2%;
  top: 65%;
  display: flex;
}
.S9-ARTIST-pc .iloop-wrapper_data_item {
  color: #ffffff;
  font-size: 0.17rem;
  line-height: 1.1;
}
.S9-ARTIST-pc .iloop-wrapper_data_item span {
  font-weight: 500;
  background: linear-gradient(90deg, #cfdded 0%, #bfdef6 14%, #aedeff 35%, #70a2d0 73%, #3265a0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.S9-ARTIST-pc .iloop-wrapper_data_item:first-of-type {
  margin-right: 0.7rem;
}
.S9-ARTIST-pc .iloop-wrapper_data_item:nth-of-type(2) {
  margin-right: 1.54rem;
}
.S9-ARTIST-pc .giflist-wrapper {
  width: 12.98rem;
  margin: 0 auto;
  min-height: 7.6rem;
  margin-bottom: 1.4rem;
  padding-top: 1rem;
}
.S9-ARTIST-pc .giflist-wrapper .listting_base-title {
  text-align: center;
  margin-bottom: 0.32rem;
}
.S9-ARTIST-pc .giflist-wrapper_content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.S9-ARTIST-pc .giflist-wrapper_content .giflist-wrapper_gif-item {
  width: 6.38rem;
  height: 5.32rem;
  padding-bottom: 0.18rem;
  margin-right: 0.14rem;
  border-radius: 0.2rem;
  overflow: hidden;
  background: url("https://static-ussite.tineco.com/step-1.png_b934f55f-b.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  transform: translateY(20px);
}
.S9-ARTIST-pc .giflist-wrapper_content .giflist-wrapper_gif-item_video {
  width: 6.38rem;
  height: 3.59rem;
  border-radius: 0.2rem;
}
.S9-ARTIST-pc .giflist-wrapper_content .giflist-wrapper_gif-item_title {
  display: flex;
  align-items: center;
  font-size: 0.3rem;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  padding: 0.2rem 0;
}
.S9-ARTIST-pc .giflist-wrapper_content .giflist-wrapper_gif-item_title .step,
.S9-ARTIST-pc .giflist-wrapper_content .giflist-wrapper_gif-item_title span {
  font-weight: bold;
  background: linear-gradient(90deg, #d0dceb 0%, #c3dcf5 14%, #b6dcff 35%, #7ba1cd 73%, #3f659a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.S9-ARTIST-pc .giflist-wrapper_content .giflist-wrapper_gif-item_title .step.step,
.S9-ARTIST-pc .giflist-wrapper_content .giflist-wrapper_gif-item_title span.step {
  font-weight: normal;
}
.S9-ARTIST-pc .giflist-wrapper_content .giflist-wrapper_gif-item_desc {
  color: #fffefe;
  font-size: 0.16rem;
  line-height: 1.4;
  text-align: center;
  padding: 0 0.12rem;
}
.S9-ARTIST-pc .giflist-wrapper_content .giflist-wrapper_gif-item:last-of-type {
  margin-right: 0;
  background: url("https://static-ussite.tineco.com/step-2.png_17e65a59-9.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.S9-ARTIST-pc .giflist-wrapper_content .giflist-wrapper_gif-item:last-of-type .giflist-wrapper_gif-item_title .step,
.S9-ARTIST-pc .giflist-wrapper_content .giflist-wrapper_gif-item:last-of-type .giflist-wrapper_gif-item_title span {
  font-weight: bold;
  background: linear-gradient(90deg, #fd644f 0%, rgb(242, 142, 38) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.S9-ARTIST-pc .giflist-wrapper_content .giflist-wrapper_gif-item:last-of-type .giflist-wrapper_gif-item_title .step.step,
.S9-ARTIST-pc .giflist-wrapper_content .giflist-wrapper_gif-item:last-of-type .giflist-wrapper_gif-item_title span.step {
  font-weight: normal;
}
.S9-ARTIST-pc .giflist-wrapper_content .giflist-wrapper_gif-item.visible {
  opacity: 1;
  transform: translateY(0);
  animation: marksVisible 0.6s ease-in-out forwards;
}
.S9-ARTIST-pc .rotating-wrapper {
  width: 12.98rem;
  margin: 0 auto;
  min-height: 7rem;
}
.S9-ARTIST-pc .rotating-wrapper_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}
.S9-ARTIST-pc .rotating-wrapper_top_img {
  width: 4.46rem;
  height: 1.87rem;
  opacity: 0;
  transform: translateY(20px);
}
.S9-ARTIST-pc .rotating-wrapper_top_img.visible {
  opacity: 1;
  transform: translateY(0);
  animation: marksVisible 0.6s ease-in-out forwards;
}
.S9-ARTIST-pc .rotating-wrapper_img {
  width: 100%;
  height: auto;
}
.S9-ARTIST-pc .runtime-wrapper {
  width: 100%;
  min-height: 7rem;
  position: relative;
}
.S9-ARTIST-pc .runtime-wrapper_bg {
  width: 100%;
  height: auto;
}
.S9-ARTIST-pc .runtime-wrapper_content {
  position: absolute;
  left: 3.11rem;
  bottom: 0.7rem;
}
.S9-ARTIST-pc .runtime-wrapper_content_time {
  margin-top: 0.8rem;
  opacity: 0;
  transform: translateY(20px);
}
.S9-ARTIST-pc .runtime-wrapper_content_time .runtime-wrapper_time-item {
  width: 3.21rem;
  height: 0.9rem;
  margin-bottom: 0.32rem;
  background-color: #ffffff;
  border-radius: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.S9-ARTIST-pc .runtime-wrapper_content_time .runtime-wrapper_time-item_icon {
  width: 0.4rem;
  height: auto;
  margin-right: 0.24rem;
}
.S9-ARTIST-pc .runtime-wrapper_content_time .runtime-wrapper_time-item_right {
  font-size: 0.15rem;
  line-height: 1.1;
  color: #000;
}
.S9-ARTIST-pc .runtime-wrapper_content_time .runtime-wrapper_time-item_right_title {
  font-size: 0.4rem;
  font-weight: bold;
}
.S9-ARTIST-pc .runtime-wrapper_content_time.visible {
  opacity: 1;
  transform: translateY(0);
  animation: marksVisible 0.6s ease-in-out forwards;
}
.S9-ARTIST-pc .runtime-wrapper_tips {
  position: absolute;
  bottom: 0.59rem;
  right: 3.09rem;
  font-size: 0.13rem;
  color: #fff;
  opacity: 0.7;
  font-weight: 100;
}
.S9-ARTIST-pc .volume-wrapper {
  width: 100%;
  height: 6rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.S9-ARTIST-pc .volume-wrapper_title {
  font-size: 0.67rem;
  font-weight: bold;
  text-align: center;
  font-style: italic;
  color: #ffffff;
}
.S9-ARTIST-pc .volume-wrapper_title span {
  font-size: 1.4rem;
  position: relative;
  top: -0.5rem;
  left: 0.85rem;
  margin-right: 1.6rem;
}
.S9-ARTIST-pc .volume-wrapper_bg {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}
.S9-ARTIST-pc .volume-wrapper_tips {
  position: absolute;
  bottom: -2.3rem;
  right: 3.21rem;
  color: #000000;
  opacity: 0.7;
  font-size: 0.13rem;
  text-align: right;
  font-weight: 100;
}
.S9-ARTIST-pc .volume-wrapper_content {
  position: absolute;
  left: 21%;
  right: 18.5%;
  bottom: -1.8rem;
  display: flex;
  justify-content: space-between;
}
.S9-ARTIST-pc .volume-wrapper_content_item {
  text-align: center;
}
.S9-ARTIST-pc .volume-wrapper_content_item_title {
  color: #000000;
  font-size: 0.6rem;
  font-weight: bold;
  opacity: 0;
  transform: translateY(20px);
}
.S9-ARTIST-pc .volume-wrapper_content_item_title.visible {
  opacity: 1;
  transform: translateY(0);
  animation: marksVisible 0.6s ease-in-out forwards;
}
.S9-ARTIST-pc .volume-wrapper_content_item_subtitle {
  color: #333333;
  font-size: 0.24rem;
  opacity: 0;
  transform: translateY(20px);
}
.S9-ARTIST-pc .volume-wrapper_content_item_subtitle.visible {
  transform: translateY(0);
  animation: marksVisible 0.6s ease-in-out forwards;
  opacity: 0.7;
}
.S9-ARTIST-pc .selling-wrapper {
  background: #f5f5f5;
  min-height: 8.4rem;
  padding: 3.6rem 0 1.8rem;
}
.S9-ARTIST-pc .selling-wrapper_content {
  position: relative;
  padding-bottom: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
  margin: 0px auto;
  max-width: 1440px;
  min-width: 1200px;
}
.S9-ARTIST-pc .selling-wrapper_content .selling-item {
  width: 23%;
  position: relative;
  margin-right: 2%;
  background-color: #ffffff;
  border-radius: 0.1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.S9-ARTIST-pc .selling-wrapper_content .selling-item_img {
  width: 100%;
  height: auto;
}
.S9-ARTIST-pc .selling-wrapper_content .selling-item_content {
  width: 100%;
  height: 3rem;
  color: #000000;
  line-height: 1.2;
  padding: 0.4rem 0.3rem 0.1rem;
}
.S9-ARTIST-pc .selling-wrapper_content .selling-item_content_title {
  font-size: 0.24rem;
  font-weight: bold;
  min-height: 0.58rem;
  margin-bottom: 0.2rem;
}
.S9-ARTIST-pc .selling-wrapper_content .selling-item_content_subtitle {
  font-size: 0.18rem;
}
.S9-ARTIST-pc .selling-wrapper_content .selling-item:last-of-type {
  margin-right: 0;
}
.S9-ARTIST-pc .selling-wrapper_content.visible {
  opacity: 1;
  transform: translateY(0);
  animation: marksVisible 0.6s ease-in-out forwards;
}
.S9-ARTIST-pc .modal-content .modal-header {
  padding: 0.16rem 0.3rem;
  align-items: center;
}
.S9-ARTIST-pc .modal-content .modal-header .modal-title {
  font-size: 0.2rem;
  font-weight: 500;
}
.S9-ARTIST-pc .modal-content .modal-header .close {
  padding: 0.16rem;
  margin: -0.16rem -0.16rem -0.16rem auto;
  font-size: 0.36rem;
}