.thanks-page-module .module-wrapper {
  position: relative;
  min-height: 101rem;
}
.thanks-page-module .module-wrapper .background-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.thanks-page-module .module-wrapper .module-width {
  position: relative;
}
.thanks-page-module .module-wrapper .module-width .thank-info-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32.3rem 0;
}
.thanks-page-module .module-wrapper .module-width .thank-info-box .title {
  font-size: var(--f-s-70);
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 2.4rem;
  text-align: center;
}
.thanks-page-module .module-wrapper .module-width .thank-info-box .desc {
  font-size: var(--f-s-24);
  color: #FFFFFF;
  margin-bottom: 8.6rem;
  text-align: center;
}
.thanks-page-module .module-wrapper .module-width .thank-info-box .module-transparent-btn {
  background: rgba(255, 255, 255, 0.19);
}
.thanks-page-module .module-wrapper .module-width .thank-info-box .module-transparent-btn:hover {
  background-color: #FFFFFF;
}
@media (max-width: 992px) {
  .thanks-page-module .module-wrapper {
    min-height: unset;
  }
  .thanks-page-module .module-wrapper .module-width {
    position: relative;
  }
  .thanks-page-module .module-wrapper .module-width .thank-info-box {
    padding: 12rem 0 6rem;
  }
  .thanks-page-module .module-wrapper .module-width .thank-info-box .title {
    font-size: var(--f-s-40);
    margin-bottom: 2rem;
  }
  .thanks-page-module .module-wrapper .module-width .thank-info-box .desc {
    font-size: var(--f-s-18);
    margin-bottom: 3rem;
  }
  .thanks-page-module .module-wrapper .module-width .thank-info-box .module-transparent-btn {
    background: rgba(255, 255, 255, 0.19);
  }
  .thanks-page-module .module-wrapper .module-width .thank-info-box .module-transparent-btn:hover {
    background-color: #FFFFFF;
  }
}

.news-switch-list-module {
  padding: 2rem 0 10.7rem;
}
.news-switch-list-module .title {
  text-align: left;
}
.news-switch-list-module .describe {
  text-align: left;
  margin-top: 3rem;
}
.news-switch-list-module .new-list {
  margin-top: 5.3rem;
  grid-gap: 5.4rem;
  display: flex;
}
.news-switch-list-module .new-list .inner-list {
  flex: 1;
}
.news-switch-list-module .new-list .inner-list .item {
  cursor: pointer;
  transition-duration: 300ms;
  border-radius: 2rem;
  display: flex;
  padding: 2.4rem 3.7rem;
  align-items: center;
  grid-gap: 4.2rem;
}
.news-switch-list-module .new-list .inner-list .item .iconfont {
  font-size: var(--f-s-24);
  color: var(--ui-color-secondary);
}
.news-switch-list-module .new-list .inner-list .item .item-inner {
  flex: 1;
}
.news-switch-list-module .new-list .inner-list .item .item-inner .title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  flex: 1;
  font-size: var(--f-s-20);
  font-weight: bold;
  line-height: 1.5;
}
.news-switch-list-module .new-list .inner-list .item .item-inner .view {
  margin-top: 1.3rem;
  font-size: var(--f-s-16);
  color: #9E9E9E;
}
.news-switch-list-module .new-list .inner-list .item .item-inner .describe {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 1.3rem;
  font-size: var(--f-s-18);
  color: #595959;
  line-height: 1.8;
}
.news-switch-list-module .new-list .inner-list .item:hover, .news-switch-list-module .new-list .inner-list .item.active {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.news-switch-list-module .new-list .img {
  width: 55%;
  display: flex;
  align-items: center;
}
.news-switch-list-module .new-list .img .img-inner {
  width: 100%;
}
.news-switch-list-module .new-list .img .img-inner img {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  height: auto;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 992px) {
  .news-switch-list-module .new-list {
    margin-top: 3rem;
  }
  .news-switch-list-module .new-list .inner-list .item {
    padding: 2rem 1.8rem;
  }
  .news-switch-list-module .new-list .inner-list .item .item-inner .title {
    font-size: var(--f-s-18);
  }
  .news-switch-list-module .new-list .inner-list .item .item-inner .view {
    font-size: var(--f-s-14);
  }
  .news-switch-list-module .new-list .inner-list .item .item-inner .describe {
    font-size: var(--f-s-16);
  }
  .news-switch-list-module .new-list .inner-list .item .iconfont {
    display: none;
  }
  .news-switch-list-module .new-list .img {
    display: none;
  }
}

.thank-page-container .news-switch-list-module {
  padding: 7.5rem 0 15.5rem;
}
@media (max-width: 992px) {
  .thank-page-container .news-switch-list-module {
    padding: 4rem 0;
  }
}

/*# sourceMappingURL=thank-page.css.map */
