@media (min-width: 992px) {
  .font16 {
    font-size: 0.833vw;
    line-height: 1.5;
  }
  .font18 {
    font-size: 0.9375vw;
    line-height: 1.5;
  }
  .font22 {
    font-size: 1.14583333vw;
    line-height: 1.5;
  }
  .font24 {
    font-size: 1.25vw;
    line-height: 1.5;
  }
  .font32 {
    font-size: 1.66666667vw;
    line-height: 1.5;
  }
  .font48 {
    font-size: 2.08333333vw;
    line-height: 1.5;
  }
  .font56 {
    font-size: 2.91666667vw;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  .font16 {
    font-size: 14px;
    line-height: 1.5;
  }
  .font18 {
    font-size: 16px;
    line-height: 1.5;
  }
  .font22,
  .font24 {
    font-size: 18px;
    line-height: 1.5;
  }
  .font32 {
    font-size: 20px;
    line-height: 1.5;
  }
  .font48 {
    font-size: 24px;
    line-height: 1.5;
  }
  .font56 {
    font-size: 30px;
    line-height: 1.5;
  }
}
svg path {
  fill: currentColor;
}
.public-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.2rem;
  min-width: 1.7rem;
  height: 0.54rem;
  border-radius: 4px;
  color: #fff;
  background: #fff;
  background: linear-gradient( 90deg, #E7ACE0 0%, #C286BE 100%);
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .public-btn {
    min-width: 140px;
    height: 40px;
  }
}
.public-btn img,
.public-btn svg {
  margin-left: 0.1rem;
  width: 0.2rem;
  height: 0.2rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .public-btn img,
  .public-btn svg {
    width: 14px;
    height: 14px;
  }
}
.public-btn:hover img,
.public-btn:hover svg {
  margin-left: 0.2rem;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.public-title {
  text-align: center;
  margin-bottom: 0.6rem;
}
@media (max-width: 991px) {
  .public-title {
    margin-bottom: 30px;
  }
}
.public-title .c-title {
  font-weight: bold;
}
.public-title .c-text {
  margin-top: 0.2rem;
  color: #666;
}
.c-home1 .c-pc,
.c-home1 .c-mb {
  width: 100%;
  height: 7.54rem;
  object-fit: cover;
}
@media (max-width: 767px) {
  .c-home1 .c-pc,
  .c-home1 .c-mb {
    height: 130vw;
  }
}
@media (max-width: 991px) {
  .c-home1 .c-pc {
    display: none;
  }
}
.c-home1 .c-mb {
  display: none;
}
@media (max-width: 991px) {
  .c-home1 .c-mb {
    display: block;
  }
}
.c-home1 .c-text-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.c-home1 .c-wrap {
  width: 50%;
}
@media (max-width: 767px) {
  .c-home1 .c-wrap {
    width: 100%;
  }
}
.c-home1 .c-wrap .c-title {
  display: inline-block;
  font-weight: bold;
  background: -webkit-linear-gradient(-5deg, #9E7398, #752B55, #9E7398);
  background: linear-gradient(-5deg, #9E7398, #752B55, #9E7398);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.c-home1 .c-wrap .c-text {
  margin: 0.2rem 0 0.7rem;
  color: #7F3D65;
}
@media (max-width: 991px) {
  .c-home1 .c-wrap .c-text {
    margin: 10px 0 40px;
  }
}
.c-home1 .swiper-pagination {
  bottom: 0.6rem;
}
.c-home1 .swiper-pagination-bullet {
  opacity: 1;
  width: 1.4rem;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.c-home1 .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: #C286BE;
  transition: all 0s 0s linear;
}
.c-home1 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 100%;
  transition: all 5.8s 0s linear;
}
.c-home1 .swiper-pagination-bullet.on::before {
  width: 100%;
  transition: all 5s 0s linear;
}
.c-home2 {
  position: relative;
  padding: 1.2rem 0;
}
@media (max-width: 991px) {
  .c-home2 {
    padding: 60px 0;
  }
}
.c-home2 .c-xs {
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  width: 2rem;
}
@media (max-width: 991px) {
  .c-home2 .c-xs {
    display: none;
  }
}
.c-home2 .public-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 78.57142857%;
}
@media (max-width: 767px) {
  .c-home2 .public-title {
    max-width: 100%;
  }
}
.c-home2 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.2rem -0.4rem;
}
@media (max-width: 991px) {
  .c-home2 .c-list {
    margin: 0 -10px -20px;
  }
}
.c-home2 .c-list li {
  width: 33.33333%;
  padding: 0 0.2rem 0.4rem;
}
@media (max-width: 991px) {
  .c-home2 .c-list li {
    padding: 0 10px 20px;
  }
}
@media (max-width: 767px) {
  .c-home2 .c-list li {
    width: 50%;
  }
}
.c-home2 .c-list li .c-wrap {
  display: block;
  position: relative;
  color: #fff;
}
.c-home2 .c-list li .c-wrap .public-img {
  border-radius: 8px;
  transition: all 0.4s;
}
.c-home2 .c-list li .c-wrap .public-img::before {
  padding-top: 127.27272727%;
}
.c-home2 .c-list li .c-wrap .public-img img {
  mix-blend-mode: hard-light;
}
.c-home2 .c-list li .c-wrap .c-box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  padding: 0.6rem 0.4rem;
  border-radius: 8px;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .c-home2 .c-list li .c-wrap .c-box {
    padding: 20px;
  }
}
.c-home2 .c-list li .c-wrap .c-box .c-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all 0.4s;
}
.c-home2 .c-list li .c-wrap .c-box .c-ico {
  width: 0.48rem;
  height: 0.48rem;
  color: #C286BE;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-home2 .c-list li .c-wrap .c-box .c-ico {
    width: 30px;
    height: 30px;
  }
}
.c-home2 .c-list li .c-wrap .c-box .c-title {
  margin-top: 0.2rem;
  color: #000;
  transition: all 0.4s;
}
.c-home2 .c-list li .c-wrap .c-box .c-text {
  height: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  transition: all 0.4s;
}
.c-home2 .c-list li .c-wrap .c-box .c-more {
  display: inline-flex;
  align-items: center;
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
}
.c-home2 .c-list li .c-wrap .c-box .c-more:hover {
  text-decoration: underline;
}
.c-home2 .c-list li .c-wrap .c-box .c-more img {
  margin-left: 0.1rem;
  width: 0.2rem;
  height: 0.2rem;
}
@media (max-width: 767px) {
  .c-home2 .c-list li .c-wrap .c-box .c-more img {
    width: 14px;
    height: 14px;
  }
}
.c-home2 .c-list li .c-wrap:hover .public-img {
  background: #960385;
}
.c-home2 .c-list li .c-wrap:hover .c-box {
  background: #C286BE;
  transform: translateX(0.2rem);
}
.c-home2 .c-list li .c-wrap:hover .c-box .c-bg {
  opacity: 1;
}
.c-home2 .c-list li .c-wrap:hover .c-box .c-ico {
  color: #fff;
}
.c-home2 .c-list li .c-wrap:hover .c-box .c-title {
  margin-bottom: 0;
  color: #fff;
}
.c-home2 .c-list li .c-wrap:hover .c-box .c-text {
  margin: 0.1rem 0 0.3rem;
  height: 1.12rem;
}
@media (max-width: 991px) {
  .c-home2 .c-list li .c-wrap:hover .c-box .c-text {
    height: 96px;
  }
}
.c-home2 .c-list li .c-wrap:hover .c-box .c-more {
  height: 0.26rem;
}
.c-home3 {
  padding-bottom: 1.2rem;
}
@media (max-width: 991px) {
  .c-home3 {
    padding-bottom: 60px;
  }
}
.c-home3 .public-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 82.14285714%;
}
@media (max-width: 767px) {
  .c-home3 .public-title {
    max-width: 100%;
  }
}
.c-home3 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.2rem -0.4rem;
}
@media (max-width: 991px) {
  .c-home3 .c-list {
    margin: 0 -10px -20px;
  }
}
.c-home3 .c-list > li {
  padding: 0 0.2rem 0.4rem;
  width: 33.33333%;
}
@media (max-width: 991px) {
  .c-home3 .c-list > li {
    padding: 0 10px 20px;
    width: 50%;
  }
  .c-home3 .c-list > li:last-child {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-home3 .c-list > li {
    width: 100%;
  }
}
.c-home3 .c-list > li > .c-wrap {
  display: block;
  position: relative;
  border-radius: 8px;
  padding-bottom: 2.6rem;
  box-shadow: 0 0 40px 3px #C286BE0F;
  transition: all 0.4s;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-home3 .c-list > li > .c-wrap {
    padding-bottom: 4rem;
  }
}
.c-home3 .c-list > li > .c-wrap .public-img {
  height: 2.6rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-home3 .c-list > li > .c-wrap .public-img {
    height: 4rem;
  }
}
.c-home3 .c-list > li > .c-wrap .c-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  transition: all 0.4s;
}
.c-home3 .c-list > li > .c-wrap .c-text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 50%;
  padding: 0.3rem;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  color: #666;
  transition: all 0.4s;
}
.c-home3 .c-list > li > .c-wrap .c-text-box .c-box1 {
  width: 100%;
}
.c-home3 .c-list > li > .c-wrap .c-text-box .c-box1 .c-title {
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-home3 .c-list > li > .c-wrap .c-text-box .c-box1 .c-text {
  margin-top: 0.1rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}
.c-home3 .c-list > li > .c-wrap .c-text-box .c-box2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-home3 .c-list > li > .c-wrap .c-text-box .c-box2 .c-more {
  display: flex;
  align-items: center;
}
.c-home3 .c-list > li > .c-wrap .c-text-box .c-box2 .c-more:hover {
  text-decoration: underline;
}
.c-home3 .c-list > li > .c-wrap .c-text-box .c-box2 .c-more img,
.c-home3 .c-list > li > .c-wrap .c-text-box .c-box2 .c-more svg {
  margin-left: 0.1rem;
  width: 0.2rem;
  height: 0.2rem;
}
@media (max-width: 767px) {
  .c-home3 .c-list > li > .c-wrap .c-text-box .c-box2 .c-more img,
  .c-home3 .c-list > li > .c-wrap .c-text-box .c-box2 .c-more svg {
    width: 14px;
    height: 14px;
  }
}
.c-home3 .c-list > li > .c-wrap:hover {
  background: #C286BE;
}
.c-home3 .c-list > li > .c-wrap:hover .public-img {
  opacity: 0;
}
.c-home3 .c-list > li > .c-wrap:hover .c-bg {
  opacity: 1;
}
.c-home3 .c-list > li > .c-wrap:hover .c-text-box {
  height: 100%;
  color: #fff;
}
.c-home3 .c-list > li > .c-wrap:hover .c-text-box .c-box1 .c-title,
.c-home3 .c-list > li > .c-wrap:hover .c-text-box .c-box1 .c-text {
  color: #fff;
}
.c-home3 .c-list > li .c-item {
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.c-home3 .c-list > li .c-item:last-child {
  padding: 0;
  margin: 0;
  border: 0;
}
.c-home3 .c-list > li .c-item .c-wrap {
  display: flex;
  align-items: center;
}
.c-home3 .c-list > li .c-item .c-wrap .public-img {
  width: 50%;
  height: 1.3rem;
  border-radius: 8px;
  background: #C286BE;
}
@media (max-width: 991px) {
  .c-home3 .c-list > li .c-item .c-wrap .public-img {
    height: 2.5rem;
  }
}
.c-home3 .c-list > li .c-item .c-wrap .c-box {
  width: 50%;
  color: #666;
  padding: 0 0.2rem;
}
.c-home3 .c-list > li .c-item .c-wrap .c-box .c-title {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  transition: all 0.4s;
}
.c-home3 .c-list > li .c-item .c-wrap .c-box .c-text {
  margin: 0.1rem 0 0.15rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.2;
}
.c-home3 .c-list > li .c-item .c-wrap .c-box .c-more {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.c-home3 .c-list > li .c-item .c-wrap .c-box .c-more span {
  opacity: 0;
  transition: all 0.4s;
}
.c-home3 .c-list > li .c-item .c-wrap .c-box .c-more img,
.c-home3 .c-list > li .c-item .c-wrap .c-box .c-more svg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.2rem;
  height: 0.2rem;
  transform: translateY(-50%);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-home3 .c-list > li .c-item .c-wrap .c-box .c-more img,
  .c-home3 .c-list > li .c-item .c-wrap .c-box .c-more svg {
    height: 14px;
    width: 14px;
  }
}
.c-home3 .c-list > li .c-item .c-wrap:hover .public-img img {
  opacity: 0.8;
  transform: scale(1.1);
}
.c-home3 .c-list > li .c-item .c-wrap:hover .c-box .c-title {
  color: #C286BE;
}
.c-home3 .c-list > li .c-item .c-wrap:hover .c-box .c-more {
  color: #C286BE;
}
.c-home3 .c-list > li .c-item .c-wrap:hover .c-box .c-more span {
  opacity: 1;
}
.c-home3 .c-list > li .c-item .c-wrap:hover .c-box .c-more img,
.c-home3 .c-list > li .c-item .c-wrap:hover .c-box .c-more svg {
  left: 100%;
  margin-left: 0.1rem;
}
.c-home3 .c-list > li .c-item .c-wrap:hover .c-box .c-more:hover {
  text-decoration: underline;
}
.c-home4 {
  background: linear-gradient(180deg, rgba(255, 247, 251, 0.7) 0%, rgba(255, 247, 251, 0) 100%);
}
.c-home4 .c-list {
  padding-top: 1.2rem;
}
@media (max-width: 991px) {
  .c-home4 .c-list {
    padding-top: 60px;
  }
}
.c-home4 .c-list > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 1.2rem;
}
@media (max-width: 991px) {
  .c-home4 .c-list > li {
    padding-bottom: 60px;
  }
}
.c-home4 .c-list > li:nth-child(2n) {
  flex-direction: row-reverse;
}
.c-home4 .c-list > li .c-text-box {
  width: 44.28571429%;
}
@media (max-width: 767px) {
  .c-home4 .c-list > li .c-text-box {
    width: 100%;
  }
}
.c-home4 .c-list > li .c-text-box .c-title {
  font-weight: bold;
}
.c-home4 .c-list > li .c-text-box .c-text {
  margin-top: 0.2rem;
  color: #666;
}
.c-home4 .c-list > li .c-text-box .public-btn {
  margin-top: 0.55rem;
}
@media (max-width: 991px) {
  .c-home4 .c-list > li .c-text-box .public-btn {
    margin-top: 30px;
  }
}
.c-home4 .c-list > li .c-text-box .c-list2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0.25rem -0.1rem -0.2rem;
}
.c-home4 .c-list > li .c-text-box .c-list2 li {
  width: 50%;
  padding: 0 0.1rem 0.2rem;
}
.c-home4 .c-list > li .c-text-box .c-list2 li .c-wrap {
  position: relative;
  border-radius: 8px;
  background: #C286BE;
  overflow: hidden;
}
.c-home4 .c-list > li .c-text-box .c-list2 li .c-wrap .c-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all 0.4s;
}
.c-home4 .c-list > li .c-text-box .c-list2 li .c-wrap .c-box {
  position: relative;
  z-index: 2;
  padding: 0.2rem;
  color: #fff;
}
.c-home4 .c-list > li .c-text-box .c-list2 li .c-wrap .c-box .c-ico {
  width: 0.36rem;
  height: 0.36rem;
}
.c-home4 .c-list > li .c-text-box .c-list2 li .c-wrap .c-box .c-num {
  text-align: right;
}
.c-home4 .c-list > li .c-text-box .c-list2 li .c-wrap .c-box .c-text2 {
  opacity: 0.6;
  text-align: right;
}
.c-home4 .c-list > li .c-text-box .c-list2 li .c-wrap:hover .c-bg {
  opacity: 0.2;
}
.c-home4 .c-list > li .public-img {
  width: 48.28571429%;
}
@media (max-width: 767px) {
  .c-home4 .c-list > li .public-img {
    width: 100%;
  }
}
.c-home4 .c-list > li .public-img::before {
  padding-top: 111.94029851%;
}
.c-home5 {
  padding-top: 1.85rem;
  position: relative;
}
@media (max-width: 991px) {
  .c-home5 {
    padding-top: 0;
  }
}
.c-home5 > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .c-home5 > img {
    display: none;
  }
}
.c-home5 .wp1400 {
  position: relative;
  z-index: 2;
}
.c-home5 .wp1400 .c-list {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.25rem -0.5rem;
}
@media (max-width: 991px) {
  .c-home5 .wp1400 .c-list {
    margin: 0 -10px -20px;
  }
}
.c-home5 .wp1400 .c-list li {
  display: flex;
  width: 33.333333%;
  padding: 0 0.25rem 0.5rem;
}
@media (max-width: 991px) {
  .c-home5 .wp1400 .c-list li {
    padding: 0 10px 20px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-home5 .wp1400 .c-list li {
    width: 100%;
  }
}
.c-home5 .wp1400 .c-list li .c-wrap {
  width: 100%;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 40px 3px rgba(116, 42, 83, 0.06);
}
.c-home5 .wp1400 .c-list li .c-wrap .public-img::before {
  padding-top: 59.09090909%;
}
.c-home5 .wp1400 .c-list li .c-wrap .c-box {
  padding: 0.3rem;
}
.c-home5 .wp1400 .c-list li .c-wrap .c-box .c-title {
  font-weight: bold;
}
.c-home5 .wp1400 .c-list li .c-wrap .c-box .c-text {
  margin-top: 0.1rem;
  color: #666;
}
.c-home6 {
  padding: 1.2rem 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .c-home6 {
    padding: 60px 0;
  }
}
.c-home6 .c-list-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.c-home6 .c-list-box .c-list {
  position: relative;
  flex-shrink: 0;
  z-index: 1;
  display: flex;
  align-items: flex-start;
}
.c-home6 .c-list-box .c-list li {
  flex-shrink: 0;
  width: 12vw;
  padding: 10px;
}
@media (max-width: 991px) {
  .c-home6 .c-list-box .c-list li {
    width: 20vw;
  }
}
@media (max-width: 767px) {
  .c-home6 .c-list-box .c-list li {
    width: 33vw;
  }
}
.c-home6 .c-list-box .c-list li .c-wrap {
  padding: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.20833333vw;
  box-shadow: 0 0 40px 3px rgba(116, 42, 83, 0.06);
}
@media (max-width: 991px) {
  .c-home6 .c-list-box .c-list li .c-wrap {
    height: 7vw;
  }
}
@media (max-width: 767px) {
  .c-home6 .c-list-box .c-list li .c-wrap {
    height: 13vw;
  }
}
.c-home6 .c-list-box .c-list li .c-wrap img {
  max-width: 100%;
  max-height: 100%;
}
.c-home6 .c-list-box::before,
.c-home6 .c-list-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 25vw;
  height: 100%;
  background: -webkit-linear-gradient(left, #fff, #fff 25%, rgba(255, 255, 255, 0));
  background: linear-gradient(to right, #fff, #fff 25%, rgba(255, 255, 255, 0));
}
.c-home6 .c-list-box::after {
  left: auto;
  right: 0;
  background: -webkit-linear-gradient(right, #fff, #fff 25%, rgba(255, 255, 255, 0));
  background: linear-gradient(to left, #fff, #fff 25%, rgba(255, 255, 255, 0));
}
