.mt-header-space {
  margin-top: var(--header-height);
}
.common-title-area .en {
  font-family: "BeautiqueDisplay", sans-serif;
  font-weight: 300;
  font-size: var(--font36);
  color: #333333;
  line-height: 1;
  margin-bottom: max(0.13rem, 10px);
}
.common-title-area .zh {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 300;
  font-size: var(--font18);
  color: #333333;
  line-height: 1;
  display: flex;
  align-items: center;
}
.common-title-area .zh::before {
  content: "";
  margin-right: 5px;
  display: block;
  width: 8px;
  height: 8px;
  background: #d11577;
  flex-shrink: 0;
}
.contact-info {
  padding-top: max(1.02rem, var(--space));
  padding-bottom: max(0.71rem, 25px);
  overflow: hidden;
}
.contact-info .info-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.contact-info .info-wrap .left {
  width: 18.88020833%;
  flex-shrink: 0;
}
.contact-info .info-wrap .left .icon-list {
  display: flex;
  align-items: center;
  column-gap: max(0.3rem, 20px);
  margin-top: 2.63rem;
}
.contact-info .info-wrap .left .icon-list .item {
  position: relative;
}
.contact-info .info-wrap .left .icon-list .item:hover .icon {
  background-color: var(--theme);
}
.contact-info .info-wrap .left .icon-list .item:hover .qrcode {
  transform: translateX(-50%) scale(1, 1);
}
.contact-info .info-wrap .left .icon-list .item .icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  background-color: #999;
  border-radius: 50%;
}
.contact-info .info-wrap .left .icon-list .item .icon img {
  display: block;
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}
.contact-info .info-wrap .left .icon-list .item .qrcode {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(0, 1);
  pointer-events: none;
  top: calc(100% + 6px);
  width: 108px;
  height: 108px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--duration);
  padding: 6px;
}
.contact-info .info-wrap .left .icon-list .item .qrcode img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.contact-info .info-wrap .right {
  width: 59.24479167%;
  flex-shrink: 0;
}
.contact-info .info-wrap .right .list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: max(0.4rem, 20px);
}
.contact-info .info-wrap .right .list .item {
  width: calc((100% - 20px) / 2);
  flex-shrink: 0;
  min-width: 0;
}
.contact-info .info-wrap .right .list .item .title-en {
  font-family: "BeautiqueDisplay", sans-serif;
  font-weight: 300;
  font-size: var(--font16);
  color: #999999;
  line-height: 1.5;
}
.contact-info .info-wrap .right .list .item .title-zh {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 300;
  font-size: var(--font16);
  color: #999999;
  line-height: 1.5;
}
.contact-info .info-wrap .right .list .item .desc {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 400;
  font-size: var(--font22);
  color: #333333;
  line-height: 1.27272727;
  overflow-wrap: break-word;
  margin-top: 20px;
}
.contact-info .info-wrap .right .pic {
  margin-top: max(0.53rem, 30px);
  border-radius: 10px;
  overflow: hidden;
}
.contact-info .info-wrap .right .pic:hover img {
  transform: scale(1.05);
}
.contact-info .info-wrap .right .pic img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: var(--duration);
}
.contact-message {
  padding-top: max(0.71rem, 25px);
  padding-bottom: max(0.6rem, 35px);
  overflow: hidden;
}
.contact-message .common-title-area {
  margin-bottom: max(0.75rem, 30px);
}
.contact-message .main {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.contact-message .main .left {
  width: 38.8671875%;
  flex-shrink: 0;
}

.contact-message .main .left .list {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-message .main .left .list .item {
  background: #f8f8f8;
  border-radius: 10px;
  padding-top: max(0.41rem, 20px);
  padding-bottom: max(0.47rem, 20px);
  /* padding-left: max(0.4rem, 15px); */
  /* padding-right: max(0.4rem, 15px); */

  padding-left: max(0.3rem, 15px);
  padding-right: max(0.3rem, 15px);
}
.contact-message .main .left .list .item:not(:last-child) {
  margin-bottom: 13px;
}
.contact-message .main .left .list .item .title-area {
  position: relative;
  padding-left: 23px;
  margin-bottom: max(0.4rem, 20px);
}
.contact-message .main .left .list .item .title-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 92%;
  background: #d11577;
}
.contact-message .main .left .list .item .title-area .en {
  font-family: "BeautiqueDisplay", sans-serif;
  font-weight: 300;
  font-size: var(--font24);
  color: #333333;
  line-height: 1.16666667;
}
.contact-message .main .left .list .item .title-area .zh {
  font-weight: 300;
  font-size: var(--font18);
  color: #d11577;
}
.contact-message .main .left .list .item .line-group .info-line:not(:last-child) {
  margin-bottom: max(0.4rem, 10px);
}
.contact-message .main .left .list .item .line-group .info-line .name {
  font-weight: 400;
  /* font-size: var(--font26); */
  font-size: var(--font22);
  color: #333333;
  /* margin-right: max(0.27rem, 10px); */
  margin-right: max(0.2rem, 10px);
}
.contact-message .main .left .list .item .line-group .info-line .job {
  font-weight: 400;
  /* font-size: var(--font20); */
  font-size: var(--font18);
  color: #666666;
  /* margin-right: max(0.24rem, 10px); */
  margin-right: max(0.2rem, 10px);
}
.contact-message .main .left .list .item .line-group .info-line .phone {
  font-weight: 400;
  /* font-size: var(--font22); */
  font-size: var(--font20);
  color: #333333;
}
.contact-message .main .right {
  width: 59.24479167%;
  flex-shrink: 0;
  background: #f8f8f8;
  border-radius: 10px;
  padding-top: max(0.41rem, 20px);
  padding-bottom: max(0.42rem, 20px);
  /* padding-left: max(0.41rem, 15px); */
  /* padding-right: max(0.55rem, 15px); */

  padding-left: max(0.3rem, 15px);
  padding-right: max(0.3rem, 15px);
}
.contact-message .main .right .title-area {
  position: relative;
  padding-left: 23px;
  margin-bottom: max(0.63rem, 20px);
}
.contact-message .main .right .title-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 92%;
  background: #d11577;
}
.contact-message .main .right .title-area .en {
  font-family: "BeautiqueDisplay", sans-serif;
  font-weight: 300;
  font-size: var(--font24);
  color: #333333;
  line-height: 1.16666667;
}
.contact-message .main .right .title-area .zh {
  font-weight: 300;
  font-size: var(--font18);
  color: #d11577;
}
.contact-message .main .right .info-list {
  padding-left: 26px;
}
.contact-message .main .right .info-list .section:not(:last-child) {
  margin-bottom: max(0.72rem, 30px);
}
.contact-message .main .right .info-list .section .site {
  background: #f0f0f0;
  border-radius: 29px;
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: max(0.24rem, 15px);
  padding-right: max(0.24rem, 15px);
  margin-bottom: max(0.4rem, 20px);
}
.contact-message .main .right .info-list .section .site .icon {
  flex-shrink: 0;
  width: 17px;
  margin-right: max(0.21rem, 10px);
}
.contact-message .main .right .info-list .section .site .icon img {
  display: block;
  max-width: 100%;
  height: auto;
}
.contact-message .main .right .info-list .section .site .text {
  font-weight: 300;
  font-size: var(--font18);
  color: #333333;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
  line-height: 1.5;
}
.contact-message .main .right .info-list .section .site .text span {
  display: flex;
  align-items: center;
}
.contact-message .main .right .info-list .section .site .text span:not(:last-child)::after {
  content: ".";
  display: block;
  color: #d11577;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: -0.5em;
}
.contact-message .main .right .info-list .section .group .item-line {
  /*display: flex;*/
  align-items: flex-end;
}
.contact-message .main .right .info-list .section .group .item-line:not(:last-child) {
  /* margin-bottom: max(0.3rem, 20px); */
  margin-bottom: max(0.25rem, 20px);
}
.contact-message .main .right .info-list .section .group .item-line .name {
  /* font-size: var(--font26); */
  color: #333333;
  /* margin-right: max(0.33rem, 10px); */
  font-size: var(--font22);
  margin-right: max(0.2rem, 10px);
}
.contact-message .main .right .info-list .section .group .item-line .name.text-justify {
  text-align: justify;
  text-align-last: justify;
}
.contact-message .main .right .info-list .section .group .item-line .job {
  color: #666666;
  /* font-size: var(--font20); */
  /* margin-right: max(0.34rem, 10px); */

  font-size: var(--font18);
  margin-right: max(0.2rem, 10px);
}
.contact-message .main .right .info-list .section .group .item-line .phone {
  /* font-size: var(--font22); */

  font-size: var(--font20);

  color: #333333;
}
.contact-message .main .right .info-list .section .group.line-group {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  row-gap: 20px;
  /* column-gap: 1.61rem; */
  column-gap: max(0.4rem, 15px);
}

.contact-message .main .right .info-list .section .group.line-group .item-line {
  flex: 1;
}
.contact-message .main .right .info-list .section .group.line-group .site {
  margin-bottom: max(0.6rem, 20px);
}
.contact-message .main .right .info-list .section .group.line-group .item-line {
  display: block;
  width: fit-content;
  margin-bottom: 0;
}
.contact-message .main .right .info-list .section .group.line-group .item-line span {
  display: block;
}
.contact-message .main .right .info-list .section .group.line-group .item-line .name,
.contact-message .main .right .info-list .section .group.line-group .item-line .job {
  margin-right: 0;
}
.contact-message .main .right .info-list .section .group.line-group .item-line .job {
  margin-bottom: max(0.2rem, 10px);
}
.news-page {
  padding-top: max(0.98rem, var(--space));
  padding-bottom: max(1.18rem, var(--space));
  background-color: #f8f8f8;
  overflow: hidden;
}
.news-page .news-panel {
  display: flex;
  align-items: flex-start;
  margin-bottom: max(0.73rem, 30px);
}
.news-page .news-panel:hover .left img {
  transform: scale(1.05);
}
.news-page .news-panel:hover .right .title {
  color: var(--theme);
}
.news-page .news-panel .left {
  width: 49.0234375%;
  flex-shrink: 0;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.news-page .news-panel .left::after {
  content: "";
  display: block;
  padding-bottom: 59.8937583%;
}
.news-page .news-panel .left img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.news-page .news-panel .right {
  flex: 1;
  min-width: 0;
  padding-left: 1.21rem;
  padding-top: max(0.5rem, 20px);
  padding-bottom: max(0.5rem, 20px);
}
.news-page .news-panel .right .title {
  font-family: "宋体", sans-serif;
  font-weight: 500;
  font-size: var(--font36);
  color: #333333;
  line-height: 1.33333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  margin-bottom: max(0.24rem, 20px);
  transition: var(--duration);
}
.news-page .news-panel .right .time {
  font-weight: 300;
  font-size: var(--font16);
  color: #666666;
  margin-bottom: max(0.6rem, 20px);
}
.news-page .news-panel .right .desc {
  font-weight: 300;
  font-size: var(--font22);
  color: #666666;
  line-height: 1.63636364;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  margin-bottom: 20px;
}
.news-page .news-panel .right .more {
  display: flex;
  align-items: center;
  line-height: 1;
  width: fit-content;
}
.news-page .news-panel .right .more span {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 300;
  font-size: var(--font16);
  color: #d11577;
  margin-right: 10px;
}
.news-page .news-panel .right .more img {
  display: block;
  width: 6px;
  margin-top: 0.1em;
}
.news-page .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: max(0.3rem, 20px);
  row-gap: max(0.33rem, 30px);
  margin-bottom: max(0.8rem, 30px);
}
.news-page .news-list .item {
  min-width: 0;
}
.news-page .news-list .item:hover .pic img {
  transform: scale(1.05);
}
.news-page .news-list .item:hover .text .text-title {
  color: var(--theme);
}
.news-page .news-list .item:hover .text .more {
  opacity: 1;
}
.news-page .news-list .item .pic {
  display: block;
  width: 100%;
  padding-bottom: 59.87780041%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: max(0.32rem, 20px);
}
.news-page .news-list .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.news-page .news-list .item .text {
  width: 88.59470468%;
}
.news-page .news-list .item .text .text-time {
  font-weight: 300;
  font-size: 14px;
  color: #666666;
  line-height: 1;
  margin-bottom: 20px;
}
.news-page .news-list .item .text .text-title {
  font-weight: 300;
  font-size: var(--font24);
  color: #333333;
  line-height: 1.33333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  height: calc(var(--font24) * (32 / 24) * 2);
  transition: var(--duration);
  margin-bottom: max(0.3rem, 20px);
}
.news-page .news-list .item .text .more {
  display: flex;
  align-items: center;
  width: fit-content;
  opacity: 0;
  transition: var(--duration);
}
.news-page .news-list .item .text .more span {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 300;
  font-size: var(--font16);
  color: #d11577;
  margin-right: 10px;
}
.news-page .news-list .item .text .more img {
  display: block;
  width: 6px;
  margin-top: 0.1em;
}
.common-pagination {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
.common-pagination .btn-list {
  display: flex;
  align-items: center;
  column-gap: 6px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.common-pagination .btn-list .toggle-btn {
  width: 97px;
  height: 40px;
  background: rgba(255, 255, 255, 0.55);
  font-weight: 400;
  font-size: var(--font14);
  color: #666666;
  column-gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  transition: var(--duration);
}
.common-pagination .btn-list .toggle-btn img {
  display: block;
  transition: var(--duration);
}
.common-pagination .btn-list .toggle-btn:hover {
  background-color: #d11577;
  color: #ffffff;
}
.common-pagination .btn-list .toggle-btn:hover img {
  filter: brightness(0) invert(1);
}
.common-pagination .btn-list .toggle-btn img {
  height: 9px;
}
.common-pagination .btn-list .item {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  font-weight: 400;
  font-size: var(--font14);
  color: #666666;
  transition: var(--duration);
}
.common-pagination .btn-list .item.active,
.common-pagination .btn-list .item:hover {
  background-color: #d11577;
  color: #ffffff;
}
.common-pagination .btn-list .split {
  font-weight: 400;
  font-size: var(--font14);
  color: #666666;
  margin-left: 6px;
  margin-right: 6px;
}
.common-pagination .info {
  margin-left: max(0.25rem, 20px);
  display: flex;
  align-items: center;
}
.common-pagination .info .total {
  margin-right: max(0.25rem, 20px);
  font-weight: 400;
  font-size: var(--font14);
  color: #666666;
}
.common-pagination .info .jumper {
  position: relative;
  z-index: 10;
}
.common-pagination .info .jumper .current {
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  font-weight: 400;
  font-size: var(--font16);
  color: #666666;
  transition: var(--duration);
  padding-left: 18px;
  padding-right: 11px;
}
.common-pagination .info .jumper .current img {
  margin-left: max(0.16rem, 10px);
  width: 9px;
  vertical-align: middle;
}
.common-pagination .info .jumper .current:hover {
  background-color: var(--theme);
  color: #ffffff;
}
.common-pagination .info .jumper .current:hover img {
  filter: brightness(0) invert(1);
}
.common-pagination .info .jumper .page-list {
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  transform: translateX(-50%);
  background-color: #ffffff;
  min-width: 100%;
  padding-top: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-height: 260px;
  overflow-y: auto;
  display: none;
}
.common-pagination .info .jumper .page-list .select {
  font-size: var(--font14);
  color: #666666;
  padding: 6px;
  white-space: nowrap;
  text-align: center;
  user-select: none;
  cursor: pointer;
}
.common-pagination .info .jumper .page-list .select:hover {
  color: #ffffff;
  background-color: var(--theme);
}
.common-pagination .info .go-page {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  font-weight: 400;
  font-size: var(--font14);
  color: #666666;
  transition: var(--duration);
  margin-left: 7px;
}
.common-pagination .info .go-page:hover {
  color: #ffffff;
  background-color: var(--theme);
}
.news-detail-page {
  background-color: #fff;
  padding-bottom: max(1.1rem, var(--space));
}
.common-breadcrumb {
  display: flex;
  align-items: center;
  padding-top: max(0.41rem, 20px);
  padding-bottom: max(0.27rem, 20px);
  border-bottom: var(--border);
}
.common-breadcrumb .icon {
  margin-right: 10px;
}
.common-breadcrumb .icon img {
  display: block;
  width: 12px;
}
.common-breadcrumb .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
.common-breadcrumb .list .item {
  font-weight: 300;
  font-size: var(--font16);
  color: #666666;
  display: flex;
  align-items: center;
}
.common-breadcrumb .list .item:not(:last-child)::after {
  display: block;
  content: "";
  width: 5px;
  height: 9px;
  background-image: url(../images/breadcrumb-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-left: max(0.21rem, 10px);
  margin-right: max(0.21rem, 10px);
}
.common-breadcrumb .list .item:first-child {
  color: #050505;
}
.common-breadcrumb .list .item:last-child {
  color: #d11577;
}
/* 新闻详情页面 */
.news-detail-area {
  padding-top: max(0.86rem, var(--space));
  display: flex;
  align-items: flex-start;
  overflow: clip;
}
.news-detail-area .left {
  width: 11.71875%;
  flex-shrink: 0;
  position: sticky;
  top: calc(var(--header-height) + 30px);
}
.news-detail-area .left .list .item {
  display: block;
  width: fit-content;
  max-width: 100%;
  font-weight: 300;
  font-size: var(--font20);
  color: #050505;
  transition: var(--duration);
  position: relative;
}
.news-detail-area .left .list .item::before {
  content: "";
  position: absolute;
  left: -17px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 12px;
  background-image: url(../images/news-list-cate.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  opacity: 0;
  pointer-events: none;
  transition: var(--duration);
}
.news-detail-area .left .list .item:not(:last-child) {
  margin-bottom: max(0.15rem, 10px);
}
.news-detail-area .left .list .item.active {
  color: #d11577;
}
.news-detail-area .left .list .item.active::before {
  opacity: 1;
  pointer-events: initial;
}
.news-detail-area .left .list .item:hover {
  color: #d11577;
}
.news-detail-area .right {
  width: 74.34895833%;
  flex-shrink: 0;
  margin-left: auto;
}
.news-detail-area .right .article-title {
  overflow-wrap: break-word;
  font-family: "宋体", sans-serif;
  font-weight: 500;
  font-size: var(--font36);
  color: #333333;
  margin-bottom: max(0.57rem, 30px);
}
.news-detail-area .right .article-main {
  font-weight: 300;
  font-size: var(--font22);
  color: #666666;
  line-height: 1.5;
  overflow-wrap: break-word;
  padding-bottom: max(0.6rem, 30px);
  border-bottom: 1px solid rgba(5, 5, 5, 0.1);
  margin-bottom: max(0.6rem, 30px);
}

.news-detail-area .right .article-main p {
  margin-bottom: max(0.3rem, 10px);
}

.news-detail-area .right .article-main img,
.news-detail-area .right .article-main video {
  max-width: 100% !important;
  height: auto !important;
  vertical-align: top;
}
.news-detail-area .right .article-main .table-wrap {
  max-width: 100%;
  overflow-x: auto;
}
.news-detail-area .right .recommend-article {
  margin-bottom: max(0.6rem, 30px);
}
.news-detail-area .right .recommend-article .item {
  font-weight: 300;
  font-size: var(--font18);
  color: #666666;
  line-height: 1.77777778;
  display: block;
  width: fit-content;
  max-width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: var(--duration);
}
.news-detail-area .right .recommend-article .item:hover {
  color: var(--theme);
}
.news-detail-area .right .other-article {
  padding-top: max(0.56rem, 20px);
  padding-left: max(0.61rem, 15px);
  padding-right: max(0.61rem, 15px);
  padding-bottom: max(0.7rem, 20px);
  background-color: #f8f8f8;
}
.news-detail-area .right .other-article .other-title {
  font-weight: 400;
  font-size: var(--font24);
  color: #333333;
  line-height: 1.33333333;
  margin-bottom: max(0.54rem, 20px);
}
.news-detail-area .right .other-article .list .item {
  display: block;
  width: fit-content;
  max-width: 100%;
  font-weight: 300;
  font-size: var(--font18);
  color: #050505;
  line-height: 1.77777778;
  display: flex;
  align-items: center;
}
.news-detail-area .right .other-article .list .item:hover .text {
  color: var(--theme);
  border-color: var(--theme);
}
.news-detail-area .right .other-article .list .item:hover .text img {
  filter: none;
}
.news-detail-area .right .other-article .list .item:not(:last-child) {
  margin-bottom: max(0.2rem, 10px);
}
.news-detail-area .right .other-article .list .item .icon {
  display: block;
  width: 7px;
  height: 7px;
  background-color: #d11577;
  margin-right: 10px;
  flex-shrink: 0;
}
.news-detail-area .right .other-article .list .item .text {
  border-bottom: 1px solid rgba(5, 5, 5, 0.3);
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}
.news-detail-area .right .other-article .list .item .text span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: var(--duration);
}
.news-detail-area .right .other-article .list .item .text img {
  display: block;
  width: 7px;
  height: auto;
  margin-left: max(0.2rem, 10px);
  filter: brightness(0) grayscale(0.7);
  transition: var(--duration);
  flex-shrink: 0;
}
.common-banner {
  position: relative;
}
.common-banner .pic img {
  display: block;
  width: 100%;
  height: auto;
}
.common-banner .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.common-banner .text .en {
  font-family: "BeautiqueDisplay", sans-serif;
  font-weight: 300;
  font-size: var(--font36);
  color: #ffffff;
  line-height: 1;
  margin-bottom: 20px;
}
.common-banner .text .zh {
  font-weight: 300;
  font-size: var(--font18);
  color: #ffffff;
  display: flex;
  align-items: center;
  line-height: 1;
}
.common-banner .text .zh::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #d11577;
  flex-shrink: 0;
  margin-right: 10px;
}
.common-banner .text .pro-name {
  margin-top: 2.42rem;
  font-weight: 300;
  font-size: var(--font48);
  color: #ffffff;
}
/* 产品 */
.pro-series {
  padding-top: max(1.2rem, var(--space));
  padding-bottom: max(0.6rem, 20px);
  overflow: hidden;
}
.pro-series .series-main {
  display: flex;
  align-items: center;
  margin-top: max(0.6rem, 30px);
  padding-top: max(0.6rem, 20px);
  padding-bottom: max(0.6rem, 20px);
  border-top: var(--border);
  border-bottom: var(--border);
}
.pro-series .series-main .left {
  width: 38.4765625%;
  font-weight: 300;
  font-size: var(--font20);
  color: #333333;
  line-height: 1.5;
  overflow-wrap: break-word;
  text-align: center;
}
.pro-series .series-main .left p:not(:last-child) {
  margin-bottom: 5px;
}
.pro-series .series-main .left .color-theme {
  color: #d11577;
}
.pro-series .series-main .right {
  width: 49.08854167%;
  flex-shrink: 0;
  margin-left: auto;
}
.pro-series .series-main .right .poster {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  user-select: none;
  cursor: pointer;
}

.pro-series .series-main .right .poster:hover img {
  transform: scale(1.05);
}

.pro-series .series-main .right .poster::after {
  content: "";
  display: block;
  padding-bottom: 73.60742706%;
}

.pro-series .series-main .right .poster img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}

.pro-series .series-main .right .video .video-poster {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  user-select: none;
  cursor: pointer;
}

.pro-series .series-main .right .video .video-poster::before {
  content: "";
  display: block;
  padding-bottom: 73.60742706%;
}

.pro-series .series-main .right .video .video-poster::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.pro-series .series-main .right .video .video-poster img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}

.pro-series .series-main .right .video .video-play {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  user-select: none;
  cursor: pointer;
}

.pro-series .series-main .right .video .video-play img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.pro-master-intro {
  padding-top: max(0.61rem, var(--space));
  padding-bottom: max(1.2rem, var(--space));
  overflow: hidden;
}

.pro-master-intro .intro-wrap .master-main {
  display: flex;
  margin-top: max(0.62rem, 30px);
  align-items: stretch;
}
.pro-master-intro .intro-wrap .left {
  width: 41.796875%;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.pro-master-intro .intro-wrap .left:hover img {
  transform: scale(1.05);
}
.pro-master-intro .intro-wrap .left::after {
  content: "";
  display: block;
  padding-bottom: 126.79127726%;
}
.pro-master-intro .intro-wrap .left img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.pro-master-intro .intro-wrap .right {
  margin-left: auto;
  width: 56.18489583%;
  flex-shrink: 0;
  background: #f8f8f8;
  border-radius: 10px;
  /* padding-left: max(1.33rem, 15px); */
  /* padding-right: max(0.95rem, 15px); */

  padding-left: max(0.6rem, 15px);
  padding-right: max(0.6rem, 15px);
  padding-top: max(0.65rem, 20px);
  padding-bottom: max(0.65rem, 20px);
}
.pro-master-intro .intro-wrap .right .intro-list .item {
  font-weight: 300;
  /* font-size: var(--font20); */
  font-size: var(--font18);
  color: #333333;
  display: block;
  border-bottom: var(--border);
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  position: relative;
  transition: var(--duration);

}
.pro-master-intro .intro-wrap .right .intro-list .item:hover {
  color: var(--theme);
}
.pro-master-intro .intro-wrap .right .intro-list .item:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.pro-master-intro .intro-wrap .right .intro-list .item::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  background: #d11577;
  border-radius: 50%;
  margin-right: max(0.2rem, 10px);
}
.pro-master-intro .intro-wrap .right .intro-list .item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: var(--theme);
  transition: var(--duration);
}
.product-conference {
  padding-top: max(1.2rem, var(--space));
  padding-bottom: max(1.37rem, var(--space));
  background-color: #f8f8f8;
  overflow: hidden;
}
.product-conference .common-title-area {
  margin-top: max(0.43rem, 30px);
}
.product-conference .conference-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: max(0.43rem, 30px);
  padding-bottom: max(1.21rem, 35px);
}
.product-conference .conference-main .left {
  width: 49.47916667%;
  flex-shrink: 0;
}
.product-conference .conference-main .left .title {
  font-weight: 500;
  font-size: var(--font36);
  color: #333333;
  margin-bottom: max(0.71rem, 20px);
}
.product-conference .conference-main .left .title span {
  color: #d11577;
}
.product-conference .conference-main .left .desc {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 300;
  font-size: var(--font22);
  color: #333333;
  line-height: 1.72727273;
  overflow-wrap: break-word;
  letter-spacing: 0.09em;
}
.product-conference .conference-main .right {
  width: 44.27083333%;
  flex-shrink: 0;
}
.product-conference .conference-main .right .poster {
  display: block;
  width: 100%;
  padding-bottom: 56.17647059%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  user-select: none;
  cursor: pointer;
}
.product-conference .conference-main .right .poster .poster-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.product-conference .conference-main .right .poster::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.product-conference .conference-main .right .poster .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: 40px;
  height: auto;
  object-fit: contain;
  z-index: 2;
}
.product-conference .pic-area {
  margin-top: max(1.21rem, var(--space));
  position: relative;
}
.product-conference .pic-area .pic-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
}
.product-conference .pic-area .pic-list .item {
  flex-shrink: 0;
  transition: var(--duration) linear;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.product-conference .pic-area .pic-list .item::after {
  content: "";
  display: block;
}
.product-conference .pic-area .pic-list .item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-conference .pic-area .pic-list .item:nth-child(1),
.product-conference .pic-area .pic-list .item:nth-child(5),
.product-conference .pic-area .pic-list .item:nth-child(n + 6) {
  width: 16.53645833%;
}
.product-conference .pic-area .pic-list .item:nth-child(1)::after,
.product-conference .pic-area .pic-list .item:nth-child(5)::after,
.product-conference .pic-area .pic-list .item:nth-child(n + 6)::after {
  padding-bottom: 109.84251969%;
}
.product-conference .pic-area .pic-list .item:nth-child(2),
.product-conference .pic-area .pic-list .item:nth-child(4) {
  width: 16.53645833%;
}
.product-conference .pic-area .pic-list .item:nth-child(2)::after,
.product-conference .pic-area .pic-list .item:nth-child(4)::after {
  padding-bottom: 155.51181102%;
}
.product-conference .pic-area .pic-list .item:nth-child(3) {
  width: 31.90104167%;
}
.product-conference .pic-area .pic-list .item:nth-child(3)::after {
  padding-bottom: 122.44897959%;
}
.product-conference .pic-area .pic-list .item:nth-child(n + 6) {
  height: 0;
  opacity: 0;
  position: absolute;
  left: calc(100% + 10px);
  bottom: 0;
}
.product-conference .pic-area .arrow {
  position: absolute;
  top: max(0.85rem, 20px);
  user-select: none;
  cursor: pointer;
  z-index: 7;
}
.product-conference .pic-area .arrow.prev {
  left: 27.1484375%;
}
.product-conference .pic-area .arrow.next {
  right: 27.1484375%;
}
.product-conference .pic-area .arrow:hover img {
  filter: none;
}
.product-conference .pic-area .arrow img {
  display: block;
  width: 13px;
  filter: brightness(0) grayscale(0.9);
  transition: var(--duration);
}
.product-conference .progress {
  margin-top: max(0.37rem, 20px);
  height: 8px;
  background: rgba(204, 204, 204, 0.3);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.product-conference .progress .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background-color: #d11577;
  border-radius: 4px;
  transition: var(--duration) ease;
}
.product-conference .conference-swiper {
  display: none;
}
.product-article {
  font-size: var(--font20);
  overflow-wrap: break-word;
  color: #333333;
  line-height: 1.65;
  padding-top: max(0.9rem, var(--space));
  padding-bottom: max(0.9rem, var(--space));
}
.product-article img,
.product-article video {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.pro-show {
  padding-top: max(0.81rem, var(--space));
  padding-bottom: max(1.68rem, var(--space));
  overflow: hidden;
}
.pro-show .show-wrap .show-main {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 17px;
}
.pro-show .show-wrap .show-main .left {
  width: 43.9453125%;
  flex-shrink: 0;
}
.pro-show .show-wrap .show-main .left .title {
  font-weight: 500;
  font-size: var(--font36);
  color: #333333;
}
.pro-show .show-wrap .show-main .left .title span {
  color: #d11577;
}
.pro-show .show-wrap .show-main .left .desc {
  font-weight: 300;
  font-size: var(--font22);
  color: #333333;
  line-height: 1.72727273;
  overflow-wrap: break-word;
  width: 90%;
  text-align: justify;
  margin-top: max(0.62rem, 20px);
}
.pro-show .show-wrap .show-main .left .show-min-swiper {
  margin-top: 2.72rem;
}
.pro-show .show-wrap .show-main .left .show-min-swiper .swiper-slide {
  padding: max(0.1rem, 5px);
  user-select: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: var(--duration);
}
.pro-show .show-wrap .show-main .left .show-min-swiper .swiper-slide.active {
  border-color: var(--theme);
}
.pro-show .show-wrap .show-main .left .show-min-swiper .swiper-slide .pic {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.pro-show .show-wrap .show-main .left .show-min-swiper .swiper-slide .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.pro-show .show-wrap .show-main .right {
  width: 42.05729167%;
  flex-shrink: 0;
}
.pro-show .show-wrap .show-main .right .show-max-swiper {
  width: 100%;
  overflow: hidden;
}
.pro-show .show-wrap .show-main .right .show-max-swiper .swiper-slide {
  overflow: hidden;
}
.pro-show .show-wrap .show-main .right .show-max-swiper .swiper-slide .slide-inner {
  position: relative;
  padding-bottom: 119.01081917%;
}
.pro-show .show-wrap .show-main .right .show-max-swiper .swiper-slide .slide-inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-appreciation {
  padding-top: max(0.94rem, var(--space));
}
.product-appreciation .pro-section {
  overflow: hidden;
}
.product-appreciation .pro-section .section-title .title {
  font-weight: 400;
  font-size: var(--font36);
  color: #d11577;
  line-height: 1;
  margin-bottom: 10px;
}
.product-appreciation .pro-section .section-title .sub-title {
  font-weight: 300;
  font-size: var(--font24);
  color: #333333;
  line-height: 1;
}
.product-appreciation .pro-section .section-main {
  margin-top: max(0.6rem, 30px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.product-appreciation .pro-section .section-main .left {
  width: 49.0234375%;
  flex-shrink: 0;
}
.product-appreciation .pro-section .section-main .left .section-left-swiper {
  display: block;
  width: 100%;
  overflow: hidden;
}
.product-appreciation .pro-section .section-main .left .section-left-swiper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.product-appreciation .pro-section .section-main .left .section-left-swiper .swiper-slide .slide-inner {
  display: block;
  width: 100%;
  padding-bottom: 129.48207171%;
  position: relative;
}
.product-appreciation .pro-section .section-main .left .section-left-swiper .swiper-slide .slide-inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.product-appreciation .pro-section .section-main .right {
  width: 40.75520833%;
  flex-shrink: 0;
  margin-left: max(0.94rem, 30px);
  padding-top: max(0.96rem, 20px);
}
.product-appreciation .pro-section .section-main .right .text {
  font-weight: 300;
  font-size: var(--font22);
  color: #333333;
  line-height: 1.72727273;
  overflow-wrap: break-word;
  text-align: center;
  letter-spacing: 0.09em;
}
.product-appreciation .pro-section .section-main .right .line {
  width: 76.67731629%;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  margin-top: max(0.6rem, 30px);
}
.product-appreciation .pro-section .section-main .right .line .section-right-swiper {
  width: 91.66666667%;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.product-appreciation .pro-section .section-main .right .line .section-right-swiper .swiper-slide {
  position: relative;
}
.product-appreciation .pro-section .section-main .right .line .section-right-swiper .swiper-slide::after {
  content: "";
  display: block;
  padding-bottom: 143.58974359%;
}
.product-appreciation .pro-section .section-main .right .line .section-right-swiper .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
.product-appreciation .pro-section .section-main .right .line .arrow {
  user-select: none;
  cursor: pointer;
  outline: none;
}
.product-appreciation .pro-section .section-main .right .line .arrow:hover img {
  filter: none;
}
.product-appreciation .pro-section .section-main .right .line .arrow img {
  display: block;
  width: 9px;
  height: auto;
  filter: brightness(0) grayscale(0.9);
  transition: var(--duration);
}
.product-appreciation .pro-section .line-list {
  margin-top: max(0.6rem, 30px);
}
.product-appreciation .pro-section .swiper-product-line {
  display: flex;
  align-items: center;
  max-width: 1618px;
  width: calc(86% + 40px);
  margin-left: auto;
  margin-right: auto;
  column-gap: max(0.32rem, 20px);
}
.product-appreciation .pro-section .swiper-product-line:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .product-appreciation .pro-section .swiper-product-line {
    width: 92%;
  }
}
.product-appreciation .pro-section .swiper-product-line .product-swiper {
  flex: 1;
  min-width: 0;
}
.product-appreciation .pro-section .swiper-product-line .product-swiper .swiper-slide {
  background: #f9f9f9;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.product-appreciation .pro-section .swiper-product-line .product-swiper .swiper-slide:hover::before {
  opacity: 1;
}
.product-appreciation .pro-section .swiper-product-line .product-swiper .swiper-slide:hover .text {
  opacity: 1;
}
.product-appreciation .pro-section .swiper-product-line .product-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 45%;
  background-image: linear-gradient(to top, rgba(227, 161, 41, 0.9), transparent);
  transition: var(--duration);
  opacity: 0;
  pointer-events: none;
}
.product-appreciation .pro-section .swiper-product-line .product-swiper .swiper-slide .pic {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 138.12154696%;
}
.product-appreciation .pro-section .swiper-product-line .product-swiper .swiper-slide .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
.product-appreciation .pro-section .swiper-product-line .product-swiper .swiper-slide .text {
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  bottom: max(0.24rem, 20px);
  width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  font-weight: 400;
  font-size: var(--font24);
  color: #ffffff;
  line-height: 1.33333333;
  text-align: center;
  transition: var(--duration);
  pointer-events: none;
  opacity: 0;
}
.product-appreciation .pro-section .swiper-product-line .product-swiper .product-pagination {
  display: none;
}
.product-appreciation .pro-section .swiper-product-line .arrow {
  user-select: none;
  cursor: pointer;
  outline: none;
}
.product-appreciation .pro-section .swiper-product-line .arrow:hover img {
  filter: none;
}
.product-appreciation .pro-section .swiper-product-line .arrow img {
  display: block;
  width: 9px;
  height: auto;
  filter: brightness(0) grayscale(0.9);
  transition: var(--duration);
}
.product-appreciation .pro-section {
  padding-top: max(0.6rem, 35px);
  padding-bottom: max(0.6rem, 35px);
}
.product-appreciation .pro-section:first-child {
  padding-top: max(1.01rem, 35px);
}
.product-appreciation .pro-section:last-child {
  padding-bottom: 20px;
}
.product-empowerment {
  overflow: hidden;
}
.product-empowerment .empowerment-section1 {
  padding-top: max(1.32rem, var(--space));
  padding-bottom: max(2.28rem, var(--space));
}
.product-empowerment .empowerment-section1 .main {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: max(1.76rem, 30px);
}
.product-empowerment .empowerment-section1 .main .left {
  width: 49.8046875%;
  flex-shrink: 0;
}
.product-empowerment .empowerment-section1 .main .left .title {
  font-weight: 500;
  font-size: var(--font36);
  color: #d11577;
  margin-bottom: max(0.7rem, 20px);
}
.product-empowerment .empowerment-section1 .main .left .desc {
  font-weight: 300;
  font-size: var(--font22);
  color: #333333;
  line-height: 1.72727273;
  overflow-wrap: break-word;
}
.product-empowerment .empowerment-section1 .main .right {
  width: 45.37760417%;
  flex-shrink: 0;
}
.product-empowerment .empowerment-section1 .main .right .pic {
  overflow: hidden;
  border-radius: 7px;
}
.product-empowerment .empowerment-section1 .main .right .pic:hover img {
  transform: scale(1.05);
}
.product-empowerment .empowerment-section1 .main .right .pic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  transition: var(--duration);
}
.product-empowerment .empowerment-section1 .main .right .text {
  margin-top: max(0.24rem, 10px);
  font-weight: 300;
  font-size: var(--font20);
  color: #333333;
  text-align: center;
}
.product-empowerment .empowerment-section2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: max(1.46rem, var(--space));
  padding-bottom: max(1.13rem, var(--space));
  overflow: hidden;
}
.product-empowerment .empowerment-section2 .section2-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.product-empowerment .empowerment-section2 .section2-wrap .text-site {
  width: 56.25%;
  flex-shrink: 0;
  font-weight: 300;
  font-size: var(--font22);
  color: #fefefe;
  line-height: 1.72727273;
  overflow-wrap: break-word;
  padding-left: max(15px, 0.65rem);
  padding-right: max(0.75rem, 15px);
  padding-top: max(0.4rem, 20px);
  padding-bottom: max(0.4rem, 20px);
  position: relative;
  --unit: 0;
}
.product-empowerment .empowerment-section2 .section2-wrap .text-site::before {
  content: "";
  position: absolute;
  left: calc(-1 * var(--unit));
  top: 0;
  width: calc(100% + var(--unit));
  height: 100%;
  background: linear-gradient(90deg, rgba(149, 78, 214, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  border-radius: 10px;
  opacity: 0.3;
}
.product-empowerment .empowerment-section2 .section2-wrap .pic {
  width: 24.73958333%;
  flex-shrink: 0;
  box-shadow: 0px max(0.17rem, 10px) max(0.29rem, 10px) 0px rgba(30, 29, 32, 0.42);
  overflow: hidden;
}
.product-empowerment .empowerment-section2 .section2-wrap .pic:hover img {
  transform: scale(1.05);
}
.product-empowerment .empowerment-section2 .section2-wrap .pic img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: var(--duration);
}
.product-empowerment .empower-section3 {
  padding-top: max(2.36rem, var(--space));
  padding-bottom: max(0.634rem, var(--space));
}
.product-empowerment .empower-section3 .full-pic {
  overflow: hidden;
  border-radius: 10px;
  display: block;
  margin-bottom: 6px;
}
.product-empowerment .empower-section3 .full-pic:hover img {
  transform: scale(1.05);
}
.product-empowerment .empower-section3 .full-pic img {
  display: block;
  width: 100%;
  height: auto;
  transition: var(--duration);
}
.product-empowerment .empower-section3 .pic-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.product-empowerment .empower-section3 .pic-list .item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.product-empowerment .empower-section3 .pic-list .item::before {
  content: "";
  display: block;
  padding-bottom: 114.81481481%;
}
.product-empowerment .empower-section3 .pic-list .item:hover img {
  transform: scale(1.05);
}
.product-empowerment .empower-section3 .pic-list .item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.product-empowerment .empower-section4 {
  padding-top: max(0.634rem, var(--space));
}
.product-empowerment .empower-section4 .title-area {
  margin-bottom: max(1.4rem, 30px);
}
.product-empowerment .empower-section4 .title-area .title-text {
  font-weight: 500;
  font-size: var(--font36);
  color: #d11577;
  text-align: center;
  margin-bottom: max(0.5rem, 20px);
}
.product-empowerment .empower-section4 .title-area .desc-text {
  font-weight: 300;
  font-size: var(--font22);
  color: #333333;
  line-height: 1.72727273;
  overflow-wrap: break-word;
  text-align: center;
}
.product-empowerment .empower-section4 .pic-area {
  padding-top: max(1.5rem, var(--space));
  padding-bottom: max(1.56rem, var(--space));
  background-color: #f8f8f8;
}
.product-empowerment .empower-section4 .pic-area .pic-line1 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 13px;
  row-gap: 10px;
  margin-bottom: max(0.24rem, 20px);
}
.product-empowerment .empower-section4 .pic-area .pic-line1 .item {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.product-empowerment .empower-section4 .pic-area .pic-line1 .item::before {
  content: "";
  display: block;
  padding-bottom: 162.96296296%;
}
.product-empowerment .empower-section4 .pic-area .pic-line1 .item:hover img {
  transform: scale(1.05);
}
.product-empowerment .empower-section4 .pic-area .pic-line1 .item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.product-empowerment .empower-section4 .pic-area .pic-line2 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  column-gap: 5px;
  row-gap: 10px;
}
.product-empowerment .empower-section4 .pic-area .pic-line2 .item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.product-empowerment .empower-section4 .pic-area .pic-line2 .item::before {
  content: "";
  display: block;
  padding-bottom: 153.96825397%;
}
.product-empowerment .empower-section4 .pic-area .pic-line2 .item:hover img {
  transform: scale(1.05);
}
.product-empowerment .empower-section4 .pic-area .pic-line2 .item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.product-empowerment .empower-section4 .pic-area .description {
  margin-top: max(0.82rem, 30px);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  font-size: var(--font22);
  color: #333333;
  line-height: 1.72727273;
  overflow-wrap: break-word;
  text-align: center;
}
.product-empowerment .empower-section4 .pic-area .description p:not(:last-child) {
  margin-bottom: max(0.35rem, 10px);
}
.culture-card {
  padding-top: max(0.81rem, var(--space));
  padding-bottom: max(0.62rem, var(--space));
}
.culture-card .card-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.culture-card .card-wrap .item {
  width: 49.0234375%;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.culture-card .card-wrap .item:hover .pic img {
  transform: scale(1.05);
}
.culture-card .card-wrap .item .pic {
  display: block;
  width: 100%;
  padding-bottom: 82.3373174%;
  position: relative;
}
.culture-card .card-wrap .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.culture-card .card-wrap .item .text {
  position: absolute;
  left: max(0.6rem, 15px);
  right: max(0.6rem, 15px);
  top: max(0.61rem, 20px);
}
.culture-card .card-wrap .item .text .en {
  font-family: "BeautiqueDisplay", sans-serif;
  font-weight: 300;
  font-size: var(--font36);
  color: #ffffff;
  line-height: 1;
  margin-bottom: max(0.21rem, 10px);
}
.culture-card .card-wrap .item .text .zh {
  font-weight: 300;
  font-size: var(--font18);
  color: #ffffff;
  display: flex;
  align-items: center;
}
.culture-card .card-wrap .item .text .zh::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #d11577;
  flex-shrink: 0;
  margin-right: 10px;
}
.culture-card .card-wrap .item .card-title {
  position: absolute;
  left: max(0.6rem, 15px);
  right: max(0.6rem, 15px);
  bottom: max(0.55rem, 20px);
  font-weight: 400;
  /* font-size: var(--font36); */
  font-size: var(--font32);
  color: #ffffff;
}
.culture-value {
  padding-bottom: max(0.615rem, 35px);
}
.culture-value .list {
  margin-top: max(0.32rem, 20px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: max(0.3rem, 20px);
}
.culture-value .list .item {
  min-width: 0;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.culture-value .list .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.culture-value .list .item:hover .pic img {
  transform: scale(1.05);
}
.culture-value .list .item .pic {
  display: block;
  width: 100%;
  padding-bottom: 120.52845528%;
  position: relative;
}
.culture-value .list .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.culture-value .list .item .text {
  position: absolute;
  z-index: 2;
  /* left: max(0.57rem, 15px); */
  /* right: 15px; */
  left: max(0.2rem, 15px);
  right: max(0.2rem, 15px);
  bottom: max(0.53rem, 20px);
  display: flex;
  align-items: center;
}
.culture-value .list .item .text .icon {
  width: max(0.6rem, 45px);
  margin-right: max(0.3rem, 15px);
  flex-shrink: 0;
}
.culture-value .list .item .text .icon img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.culture-value .list .item .text .other .title {
  font-weight: 400;
  font-size: var(--font35);
  line-height: 1.5;
  color: #fff;
}
.culture-value .list .item .text .other .desc {
  font-weight: 400;
  font-size: var(--font20);
  line-height: 1.5;
  color: #fff;
}
.culture-store {
  padding-top: max(0.615rem, 35px);
  padding-bottom: max(1.21rem, var(--space));
  position: relative;
}
.culture-store::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  max-width: 1536px;
  width: 86%;
  border: var(--border);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .culture-store::after {
    width: 92%;
  }
}
.culture-store .common-title-area {
  margin-bottom: max(0.6rem, 20px);
}
.culture-store .operate-line {
  display: flex;
  align-items: center;
  margin-bottom: max(0.6rem, 30px);
  column-gap: 20px;
}
.culture-store .operate-line .text {
  width: 46.2890625%;
  font-weight: 300;
  font-size: var(--font20);
  color: #333333;
  line-height: 1.6;
  overflow: hidden;
  flex-shrink: 0;
  overflow-wrap: break-word;
}
.culture-store .operate-line .btn-list {
  display: flex;
  align-items: center;
  column-gap: max(0.2rem, 10px);
  margin-left: auto;
}
.culture-store .operate-line .btn-list .btn {
  width: max(1.8rem, 150px);
  height: 42px;
  background: rgba(209, 21, 119, 0);
  border-radius: 6px;
  border: 1px solid rgba(204, 204, 204, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  font-weight: 300;
  font-size: var(--font20);
  color: #333333;
  position: relative;
  z-index: 2;
  transition: var(--duration);
  flex-shrink: 0;
}
.culture-store .operate-line .btn-list .btn::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #d11577;
  z-index: -1;
  transition: var(--duration);
}
.culture-store .operate-line .btn-list .btn.active,
.culture-store .operate-line .btn-list .btn:hover {
  color: #fff;
}
.culture-store .operate-line .btn-list .btn.active::before,
.culture-store .operate-line .btn-list .btn:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.culture-store .swiper-list .swiper-item {
  display: none;
  max-width: 1618px;
  width: calc(86% + 40px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.culture-store .swiper-list .swiper-item .arrow {
  position: absolute;
  z-index: 2;
  top: calc(50% - max(0.41rem, 31px));
  transform: translateY(50%);
  user-select: none;
  cursor: pointer;
}
.culture-store .swiper-list .swiper-item .arrow.store-left {
  left: 0;
}
.culture-store .swiper-list .swiper-item .arrow.store-right {
  right: 0;
}
.culture-store .swiper-list .swiper-item .arrow:hover img {
  filter: none;
}
.culture-store .swiper-list .swiper-item .arrow img {
  display: block;
  width: 9px;
  height: auto;
  filter: brightness(0) grayscale(0.9);
}
@media (max-width: 768px) {
  .culture-store .swiper-list .swiper-item {
    width: 92%;
  }
}
.culture-store .swiper-list .swiper-item.show {
  display: block;
}
.culture-store .swiper-list .swiper-item .store-swiper {
  width: 94.93201483%;
  margin-left: auto;
  margin-right: auto;
}
.culture-store .swiper-list .swiper-item .store-swiper .swiper-slide .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: max(0.3rem, 20px);
  row-gap: 30px;
}
.culture-store .swiper-list .swiper-item .store-swiper .swiper-slide .list .pic {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.culture-store .swiper-list .swiper-item .store-swiper .swiper-slide .list .pic:hover img {
  transform: scale(1.05);
}
.culture-store .swiper-list .swiper-item .store-swiper .swiper-slide .list .pic::after {
  content: "";
  display: block;
  padding-bottom: 56.04249668%;
}
.culture-store .swiper-list .swiper-item .store-swiper .swiper-slide .list .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.culture-store .swiper-list .swiper-item .swiper-pagination {
  position: initial;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: max(0.3rem, 20px);
}
.culture-store .swiper-list .swiper-item .swiper-pagination .swiper-pagination-bullet {
  flex-shrink: 0;
  opacity: 1;
  margin-left: 0;
  width: 11px;
  height: 11px;
  background: #cccccc;
  border-radius: 50%;
  transition: var(--duration);
}
.culture-store .swiper-list .swiper-item .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.culture-store .swiper-list .swiper-item .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d11577;
}
.culture-holiday {
  padding-top: max(1.22rem, var(--space));
  padding-bottom: max(1.2rem, var(--space));
  background-color: #fff;
}
.culture-holiday .main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.culture-holiday .main .left {
  width: 43.48958333%;
  flex-shrink: 0;
}
.culture-holiday .main .left .video-item {
  display: block;
  margin-top: max(0.61rem, 30px);
}
.culture-holiday .main .left .video-item:hover .pic img {
  transform: scale(1.05);
}
.culture-holiday .main .left .video-item:hover .text .text-title {
  color: var(--theme);
}
.culture-holiday .main .left .video-item .pic {
  display: block;
  width: 100%;
  padding-bottom: 55.98802395%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: max(0.33rem, 20px);
}
.culture-holiday .main .left .video-item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.culture-holiday .main .left .video-item .text {
  width: 100%;
  margin-top: max(0.3rem, 20px);
  position: relative;
  padding-left: 15px;
}
.culture-holiday .main .left .video-item .text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 100%;
  background: #d11577;
  border-radius: 2px;
}
.culture-holiday .main .left .video-item .text .text-title {
  font-weight: 400;
  font-size: var(--font24);
  color: #333333;
  line-height: 1.33333333;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: var(--duration);
}
.culture-holiday .main .left .video-item .text .text-desc {
  width: 90%;
  overflow: hidden;
  display: flex;
  align-items: center;
  line-height: 1.77777778;
  font-weight: 300;
  font-size: var(--font18);
  color: #333333;
}
.culture-holiday .main .left .video-item .text .text-desc div:first-child {
  min-width: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.culture-holiday .main .left .video-item .text .text-desc .time {
  white-space: nowrap;
  flex-shrink: 0;
}
.culture-holiday .main .left .video-item .text .text-desc .time .split {
  flex-shrink: 0;
  margin-left: max(0.3rem, 10px);
  margin-right: max(0.3rem, 10px);
}
.culture-holiday .main .right {
  width: 50.9765625%;
  flex-shrink: 0;
}
.culture-holiday .main .right .right-desc {
  font-weight: 300;
  font-size: var(--font20);
  color: #333333;
  line-height: 1.6;
  overflow-wrap: break-word;
  margin-bottom: max(0.87rem, 30px);
}
.culture-holiday .main .right .right-desc p:not(:last-child) {
  margin-bottom: max(0.3rem, 20px);
}
.culture-holiday .main .right .swiper-area {
  position: relative;
}
.culture-holiday .main .right .swiper-area .arrow {
  position: absolute;
  top: 10%;
  user-select: none;
  cursor: pointer;
  z-index: 2;
}
.culture-holiday .main .right .swiper-area .arrow:hover img {
  filter: none;
}
.culture-holiday .main .right .swiper-area .arrow img {
  display: block;
  width: 9px;
  height: auto;
  transition: var(--duration);
  filter: grayscale(1) opacity(0.7);
}
.culture-holiday .main .right .swiper-area .arrow.holiday-left {
  left: min(-0.32rem, -20px);
}
.culture-holiday .main .right .swiper-area .arrow.holiday-right {
  right: min(-0.32rem, -20px);
}
.culture-holiday .main .right .swiper-area .holiday-swiper .swiper-slide {
  display: block;
  user-select: none;
  cursor: pointer;
}
.culture-holiday .main .right .swiper-area .holiday-swiper .swiper-slide:hover .pic img {
  transform: scale(1.05);
}
.culture-holiday .main .right .swiper-area .holiday-swiper .swiper-slide:hover .text .text-title {
  color: var(--theme);
}
.culture-holiday .main .right .swiper-area .holiday-swiper .swiper-slide .pic {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 56.11702128%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: max(0.3rem, 20px);
}
.culture-holiday .main .right .swiper-area .holiday-swiper .swiper-slide .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.culture-holiday .main .right .swiper-area .holiday-swiper .swiper-slide .text .text-title {
  font-weight: 400;
  font-size: var(--font24);
  color: #333333;
  line-height: 1.33333333;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: var(--duration);
  margin-bottom: 7px;
}
.culture-holiday .main .right .swiper-area .holiday-swiper .swiper-slide .text .text-desc {
  font-weight: 300;
  font-size: var(--font18);
  color: #333333;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  line-height: 1.5;
  margin-bottom: max(0.27rem, 10px);
}
.culture-holiday .main .right .swiper-area .holiday-swiper .swiper-slide .text .text-time {
  font-weight: 300;
  font-size: var(--font16);
  color: #333333;
}
.culture-holiday .main .right .swiper-area .swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: max(0.78rem, 30px);
  column-gap: 10px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.culture-holiday .main .right .swiper-area .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin-left: 0;
  margin-right: 0;
  width: 11px;
  height: 11px;
  background: #cccccc;
  border-radius: 50%;
  flex-shrink: 0;
}
.culture-holiday .main .right .swiper-area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d11577;
}
.culture-pic {
  padding-top: max(1.19rem, var(--space));
  padding-bottom: max(1.2rem, var(--space));
  background-color: #f8f8f8;
  position: relative;
  z-index: 7;
}
.culture-pic .common-title-area {
  margin-bottom: max(0.73rem, 30px);
}
.culture-pic .operate-line {
  display: flex;
  align-items: center;
  column-gap: 20px;
  padding-bottom: max(0.31rem, 20px);
  border-bottom: 1px solid var(--theme);
  margin-bottom: max(0.61rem, 30px);
}
.culture-pic .operate-line .text {
  width: 39.0625%;
  font-weight: 300;
  font-size: var(--font20);
  color: #333333;
}
.culture-pic .operate-line .btn-list {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.culture-pic .operate-line .btn-list .btn {
  font-weight: 300;
  font-size: var(--font20);
  display: flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
}
.culture-pic .operate-line .btn-list .btn:hover,
.culture-pic .operate-line .btn-list .btn.active {
  color: var(--theme);
}
.culture-pic .operate-line .btn-list .btn:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background-color: #333333;
  margin-left: max(0.385rem, 15px);
  margin-right: max(0.385rem, 15px);
}
.culture-pic .operate-line .btn-list .btn.active {
  color: #d11577;
}
.culture-pic .pic-area {
  position: relative;
}

.culture-pic .pic-area .pic-list.initial .grid-item:nth-child(n + 17) {
  display: none;
}

.culture-pic .pic-area .pic-list .gutter-size {
  width: 0.65104167%;
}
.culture-pic .pic-area .pic-list .grid-item {
  width: 23.50260417%;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  overflow: hidden;
}
.culture-pic .pic-area .pic-list .grid-item:hover .pic {
  background-color: #d11577;
}
.culture-pic .pic-area .pic-list .grid-item:hover .text {
  opacity: 1;
}
.culture-pic .pic-area .pic-list .grid-item .pic {
  display: block;
  width: 100%;
  padding: max(0.1rem, 5px);
  border-radius: 10px;
  overflow: hidden;
  transition: var(--duration);
}
.culture-pic .pic-area .pic-list .grid-item .pic img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.culture-pic .pic-area .pic-list .grid-item .text {
  width: 90%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: max(0.3rem, 15px);
  opacity: 0;
  transition: var(--duration);
}
.culture-pic .pic-area .pic-list .grid-item .text .title {
  font-weight: 400;
  font-size: var(--font24);
  color: #ffffff;
  line-height: 1.33333333;
  text-align: center;
}
.culture-pic .pic-area .pic-list .grid-item .text .time {
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
.culture-pic .mask {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to top, #fff, transparent);
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.culture-pic .mask .mask-btn {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  margin-bottom: 1rem;
}
.culture-pic .mask .mask-btn:hover span {
  color: var(--theme);
}
.culture-pic .mask .mask-btn img {
  display: block;
  width: 15px;
  flex-shrink: 0;
  margin-right: 8px;
}
.culture-pic .mask .mask-btn span {
  font-weight: 300;
  font-size: var(--font18);
  color: #333333;
  line-height: 1;
  transition: var(--duration);
}
/* 关于我们页面 */
.about-intro {
  padding-top: max(1.21rem, var(--space));
  padding-bottom: max(1.22rem, var(--space));
  overflow: hidden;
}
.about-intro .title-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: max(1.21rem, 30px);
}
.about-intro .title-line .left {
  width: 29.296875%;
  flex-shrink: 0;
}
.about-intro .title-line .right {
  width: 48.828125%;
  text-align: right;
}
.about-intro .title-line .right .en {
  font-family: "BeautiqueDisplay", sans-serif;
  font-weight: 300;
  font-size: var(--font18);
  color: #333333;
  margin-bottom: 10px;
}
.about-intro .title-line .right .zh {
  font-weight: 500;
  font-size: var(--font32);
  color: #d11577;
  font-family: "宋体", sans-serif;
}
.about-intro .intro-main {
  background: #f8f8f8;
  border-radius: 10px;
  overflow: hidden;
  padding-top: max(0.61rem, 20px);
  padding-bottom: max(0.61rem, 20px);
  padding-left: max(0.6rem, 15px);
  padding-right: max(0.8rem, 15px);
  display: flex;
  align-items: flex-start;
}
.about-intro .intro-main .left {
  width: 45.48710602%;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
.about-intro .intro-main .left:hover img {
  transform: scale(1.05);
}
.about-intro .intro-main .left img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: var(--duration);
}
.about-intro .intro-main .right {
  flex: 1;
  min-width: 0;
  margin-left: max(1.4rem, 20px);
}
.about-intro .intro-main .right .title-text {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: var(--font32);
  color: #333333;
  line-height: 1.5;
  overflow-wrap: break-word;
  /* margin-bottom: max(2.15rem, 20px); */
  margin-bottom: max(0.6rem, 30px);
}
.about-intro .intro-main .right .desc-text {
  font-weight: 300;
  font-size: var(--font18);
  color: #666666;
  line-height: 1.77777778;
  overflow-wrap: break-word;
}
.about-intro .intro-main .right .desc-text p:not(:last-child) {
  margin-bottom: 20px;
}
.about-intro .intro-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 15px;
  row-gap: 20px;
  margin-top: max(1.19rem, 30px);
}
.about-intro .intro-list .item {
  min-width: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.about-intro .intro-list .item:not(:first-child),
.about-intro .intro-list .item:not(:last-child) {
  text-align: center;
}
.about-intro .intro-list .item:not(:first-child) .item-top,
.about-intro .intro-list .item:not(:last-child) .item-top {
  justify-content: center;
  text-align: center;
}
.about-intro .intro-list .item:first-child {
  text-align: left;
}
.about-intro .intro-list .item:first-child .item-top {
  justify-content: flex-start;
}
.about-intro .intro-list .item:last-child .item-main {
  width: fit-content;
  margin-left: auto;
  max-width: 100%;
}
.about-intro .intro-list .item:last-child .item-bottom {
  text-align: left;
}
.about-intro .intro-list .item .item-top {
  display: flex;
  align-items: center;
  font-family: "宋体", sans-serif;
  font-weight: bold;
  font-size: var(--font36);
  color: #333333;
  line-height: 1;
  margin-bottom: 10px;
}
.about-intro .intro-list .item .item-bottom {
  font-weight: 300;
  font-size: var(--font16);
  color: #666666;
  line-height: 2;
}
.about-info {
  padding-top: max(1.06rem, var(--space));
  padding-bottom: max(1.2rem, var(--space));
  position: relative;
  z-index: 6;
  overflow: hidden;
}
.about-info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60%;
  z-index: -1;
  background-image: linear-gradient(to bottom, #f8f8f8, transparent);
  pointer-events: none;
}
.about-info .section1 {
  padding-bottom: max(0.6rem, 30px);
}
.about-info .section1 .title-line {
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
  justify-content: space-between;
}
.about-info .section1 .title-line .left {
  width: 20.83333333%;
  flex-shrink: 0;
}
.about-info .section1 .title-line .right {
  width: 48.828125%;
  font-weight: 300;
  font-size: var(--font24);
  color: #333333;
  line-height: 1.58333333;
  overflow-wrap: break-word;
}
.about-info .section1 .pic {
  margin-top: max(0.61rem, 30px);
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.about-info .section1 .pic:hover img {
  transform: scale(1.05);
}
.about-info .section1 .pic img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: var(--duration);
}
.about-info .section2 {
  padding-top: max(0.6rem, 30px);
}
.about-info .section2 .section2-list {
  margin-top: max(0.6rem, 30px);
}
.about-info .section2 .line .item {
  position: relative;
}
.about-info .section2 .line .item:hover .pic img {
  transform: scale(1.05);
}
.about-info .section2 .line .item .text {
  position: absolute;
  z-index: 2;
  left: max(0.65rem, 15px);
  right: max(0.65rem, 15px);
  bottom: max(0.6rem, 20px);
}
.about-info .section2 .line .item .text .en {
  font-family: "BeautiqueDisplay", sans-serif;
  font-weight: 400;
  font-size: var(--font32);
  color: #ffffff;
  line-height: 1;
}
.about-info .section2 .line .item .text .zh {
  font-family: "宋体", sans-serif;
  font-weight: 400;
  font-size: var(--font24);
  color: #ffffff;
  line-height: 1.33333333;
}
.about-info .section2 .line .item .text .desc {
  margin-top: max(0.3rem, 20px);
  font-weight: 300;
  font-size: var(--font18);
  color: #ffffff;
}
.about-info .section2 .line.line1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: max(0.3rem, 20px);
}
.about-info .section2 .line.line1 .item {
  width: 49.0234375%;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 10px;
}
.about-info .section2 .line.line1 .item .pic {
  display: block;
  width: 100%;
  padding-bottom: 80.87649402%;
}
.about-info .section2 .line.line1 .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.about-info .section2 .line.line2 .item {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.about-info .section2 .line.line2 .item .pic {
  display: block;
  width: 100%;
  padding-bottom: 39.6484375%;
}
.about-info .section2 .line.line2 .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.about-service {
  padding-top: max(1.2rem, var(--space));
  padding-bottom: max(1.21rem, var(--space));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.about-service .panel-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about-service .panel-top .left {
  width: 19.53125%;
  flex-shrink: 0;
  padding-top: max(0.9rem, 20px);
}
.about-service .panel-top .right {
  width: 49.0234375%;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.about-service .panel-top .right:hover .pic img {
  transform: scale(1.05);
}
.about-service .panel-top .right::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  z-index: 1;
  pointer-events: none;
}
.about-service .panel-top .right .pic {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 80.87649402%;
}
.about-service .panel-top .right .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.about-service .panel-top .right .text {
  position: absolute;
  left: max(0.6rem, 15px);
  right: max(0.8rem, 15px);
  bottom: max(0.6rem, 20px);
  z-index: 2;
}
.about-service .panel-top .right .text .en {
  font-family: "BeautiqueDisplay", sans-serif;
  font-weight: 400;
  font-size: var(--font32);
  color: #ffffff;
  line-height: 1;
  margin-bottom: 10px;
}
.about-service .panel-top .right .text .zh {
  font-family: "宋体", sans-serif;
  font-weight: 400;
  font-size: var(--font24);
  color: #ffffff;
  line-height: 1.33333333;
}
.about-service .panel-top .right .text .desc {
  font-weight: 300;
  font-size: var(--font18);
  color: #ffffff;
  line-height: 1.55555556;
  margin-top: 20px;
}
.about-service .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: max(0.3rem, 20px);
  margin-top: 30px;
}
.about-service .list .item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.about-service .list .item:hover .pic img {
  transform: scale(1.05);
}
.about-service .list .item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  pointer-events: none;
}
.about-service .list .item .pic {
  display: block;
  width: 100%;
  padding-bottom: 123.7804878%;
}
.about-service .list .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.about-service .list .item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding-left: max(0.53rem, 15px);
  padding-right: max(0.53rem, 15px);
  padding-bottom: max(0.63rem, 20px);
}
.about-service .list .item .text .en {
  font-family: "BeautiqueDisplay", sans-serif;
  font-weight: 400;
  font-size: var(--font32);
  color: #ffffff;
  line-height: 1;
  margin-bottom: 10px;
}
.about-service .list .item .text .zh {
  font-family: "宋体", sans-serif;
  font-weight: 400;
  font-size: var(--font24);
  color: #ffffff;
  line-height: 1.33333333;
}
.about-service .list .item .text .desc {
  font-weight: 300;
  font-size: var(--font18);
  color: #ffffff;
  line-height: 1.55555556;
  margin-top: 20px;
}
.about-future {
  padding-top: max(1.2rem, var(--space));
  padding-bottom: max(1.21rem, var(--space));
}
.about-future .list {
  display: flex;
  column-gap: max(0.3rem, 20px);
  margin-top: max(0.61rem, 30px);
}
.about-future .list .item {
  flex: 1;
  height: 6.3rem;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  user-select: none;
  cursor: pointer;
  transition: var(--duration) linear;
}
.about-future .list .item.active {
  flex: 3.245;
}
.about-future .list .item.active .text-area .mark {
  font-size: var(--font48);
  font-weight: bold;
}
.about-future .list .item.active .text-area .text {
  display: block;
}
.about-future .list .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.35), transparent);
}
.about-future .list .item .pic {
  display: block;
  width: 100%;
  height: 100%;
}
.about-future .list .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-future .list .item .text-area {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding-left: max(0.4rem, 15px);
  padding-right: max(0.4rem, 15px);
  padding-bottom: max(0.4rem, 20px);
  overflow-wrap: break-word;
  transition: var(--duration) linear;
}
.about-future .list .item .text-area .mark {
  font-family: "宋体", sans-serif;
  font-weight: 500;
  font-size: var(--font36);
  color: #ffffff;
  transition: var(--duration);
}
.about-future .list .item .text-area .text {
  margin-top: max(0.3rem, 20px);
  display: none;
}
.about-future .list .item .text-area .text .mark {
  font-family: "宋体", sans-serif;
  font-weight: 500;
  font-size: var(--font36);
  color: #ffffff;
}
.about-future .list .item .text-area .text .zh {
  font-weight: 300;
  font-size: var(--font32);
  color: #ffffff;
  line-height: 1;
  margin-bottom: 10px;
}
.about-future .list .item .text-area .text .en {
  font-family: "BeautiqueDisplay", sans-serif;
  font-weight: 300;
  font-size: var(--font18);
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.77777778;
}
.about-history {
  padding-top: max(1.21rem, var(--space));
  padding-bottom: max(3.1rem, var(--space));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.about-history .common-title-area {
  margin-bottom: max(0.8rem, 30px);
}
.about-history .common-title-area .en,
.about-history .common-title-area .zh {
  color: #fff;
}
.about-history .tab-list {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  row-gap: 20px;
  margin-bottom: max(1.67rem, 60px);
}
.about-history .tab-list .tab-item {
  width: 22.91666667%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding-bottom: max(0.24rem, 20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  user-select: none;
  cursor: pointer;
  overflow: hidden;
  transition: var(--duration);
}
.about-history .tab-list .tab-item:hover,
.about-history .tab-list .tab-item.active {
  border-color: #ffffff;
}
.about-history .tab-list .tab-item:hover .icon,
.about-history .tab-list .tab-item.active .icon {
  transform: translate(0);
  margin-right: max(0.21rem, 15px);
}
.about-history .tab-list .tab-item:hover .text,
.about-history .tab-list .tab-item.active .text {
  color: #fff;
}
.about-history .tab-list .tab-item:hover .year,
.about-history .tab-list .tab-item.active .year {
  color: #fff;
}
.about-history .tab-list .tab-item .icon {
  width: 18px;
  transform: translateX(-18px);
  transition: var(--duration);
}
.about-history .tab-list .tab-item .icon img {
  display: block;
  max-width: 100%;
  height: auto;
}
.about-history .tab-list .tab-item .text {
  font-family: "宋体", sans-serif;
  font-weight: bold;
  font-size: var(--font24);
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.33333333;
  margin-right: max(0.27rem, 15px);
}
.about-history .tab-list .tab-item .year {
  font-family: "宋体", sans-serif;
  font-weight: bold;
  font-size: var(--font18);
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.33333333;
}
.about-history .history-swiper-container {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.about-history .history-swiper-container .icon {
  user-select: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: block;
}
.about-history .history-swiper-container .icon.history-prev {
  left: -20px;
}
.about-history .history-swiper-container .icon.history-next {
  right: -20px;
}
.about-history .history-swiper-container .icon img {
  display: block;
  width: 10px;
  filter: brightness(0) invert(1);
  opacity: 0.5;
  transition: var(--duration);
}
.about-history .history-swiper-container .icon:hover img {
  opacity: 1;
}
.about-history .history-swiper-container .history-swiper {
  position: relative;
}
.about-history .history-swiper-container .history-swiper .swiper-slide {
  user-select: none;
}
.about-history .history-swiper-container .history-swiper .swiper-slide .text-main {
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.about-history .history-swiper-container .history-swiper .swiper-slide .text-main .main {
  min-height: 162px;
}
.about-history .history-swiper-container .history-swiper .main {
  position: relative;
  z-index: 6;
  margin-bottom: max(0.56rem, 20px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-history .history-swiper-container .history-swiper .year {
  font-family: "宋体", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.about-history .history-swiper-container .history-swiper .text {
  font-family: "宋体", sans-serif;
  font-weight: bold;
  font-size: var(--font48);
  color: #ffffff;
  text-align: center;
}
.about-history .history-swiper-container .history-swiper .desc {
  font-weight: 300;
  font-size: var(--font22);
  color: #ffffff;
  text-align: center;
}
.about-history .line-swiper-container {
  margin-top: max(0.85rem, 45px);
  position: relative;
  display: flex;
}
.about-history .line-swiper-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  border-bottom: 1px dashed #fff;
}
.about-history .line-swiper-container .swiper-content {
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 6;
}
.about-history .line-swiper-container .swiper-content .tick {
  position: absolute;
  left: 0;
  top: -18px;
  transition: var(--duration);
}
.about-history .line-swiper-container .swiper-content .tick img {
  display: block;
  height: 49px;
  width: auto;
}
.about-history .line-swiper-container .history-swiper2 .swiper-slide {
  user-select: none;
  cursor: pointer;
}
.about-history .line-swiper-container .history-swiper2 .swiper-slide.swiper-slide-thumb-active .year {
  color: #fff;
  font-size: max(0.22rem, 18px);
}
.about-history .line-swiper-container .history-swiper2 .swiper-slide .line {
  display: block;
  width: 100%;
  height: 10px;
  position: relative;
  margin-bottom: max(0.52rem, 30px);
}
.about-history .line-swiper-container .history-swiper2 .swiper-slide .line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #fff;
}
.about-history .line-swiper-container .history-swiper2 .swiper-slide .year {
  font-weight: 300;
  font-size: max(0.16rem, 14px);
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 1;
  transition: var(--duration);
}
.about-honor {
  padding-top: max(1.26rem, var(--space));
  padding-bottom: max(1.27rem, var(--space));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 6;
  overflow: hidden;
}
.about-honor .honor-main {
  margin-top: max(0.3rem, 20px);
  display: flex;
  align-items: flex-start;
}
.about-honor .honor-main .left {
  width: 50.13020833%;
  flex-shrink: 0;
}
.about-honor .honor-main .left .left-title {
  font-family: "宋体", sans-serif;
  font-weight: 500;
  font-size: var(--font36);
  color: #333333;
  margin-bottom: max(0.61rem, 30px);
}
.about-honor .honor-main .left .title-list {
  display: flex;
  column-gap: 6px;
  margin-bottom: max(0.74rem, 30px);
}
.about-honor .honor-main .left .title-list .item {
  width: fit-content;
  display: flex;
  align-items: center;
}
.about-honor .honor-main .left .title-list .item .modify {
  display: block;
  width: max(0.36rem, 20px);
  height: auto;
}
.about-honor .honor-main .left .title-list .item .title-text {
  font-weight: 300;
  font-size: var(--font14);
  color: #333333;
  line-height: 1.28571429;
  text-align: center;
}
.about-honor .honor-main .left .intro-list .item {
  font-weight: 300;
  font-size: var(--font14);
  color: #666666;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
}
.about-honor .honor-main .left .intro-list .item:not(:last-child) {
  margin-bottom: max(0.2rem, 10px);
}
.about-honor .honor-main .left .intro-list .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  background: #d11577;
  border-radius: 2px;
}
.about-honor .right {
  position: absolute;
  right: 0;
  bottom: -1%;
  width: 74.5%;
  height: auto;
  z-index: -1;
  max-width: 1460px;
}
@media (min-width: 1921px) {
  .about-honor .right {
    right: 10%;
  }
}
.about-honor .right img {
  display: block;
  max-width: 100%;
  height: auto;
}
.about-copyright {
  padding-top: max(1.22rem, var(--space));
  padding-bottom: max(0.67rem, var(--space));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.about-copyright .common-title-area .en,
.about-copyright .common-title-area .zh {
  color: #fff;
}
.about-copyright .copyright-title {
  font-family: "宋体", sans-serif;
  font-weight: 500;
  font-size: var(--font36);
  color: #ffffff;
  line-height: 1;
  margin-top: max(0.3rem, 20px);
  margin-bottom: max(0.6rem, 30px);
}
.about-copyright .main .text {
  display: flex;
  align-items: center;
  width: fit-content;
  justify-content: center;
  text-align: center;
}
.about-copyright .main .text img {
  display: block;
  width: max(0.42rem, 20px);
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}
.about-copyright .main .text span {
  font-weight: 300;
  font-size: var(--font18);
  color: #ffffff;
  line-height: 1.44444444;
  overflow-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
}
.about-copyright .main .pic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.about-cell {
  padding-top: max(1.2rem, var(--space));
  padding-bottom: max(1.06rem, var(--space));
  background-color: #f8f8f8;
  overflow: hidden;
}
.about-cell .cell-wrap {
  display: flex;
  justify-content: space-between;
}
.about-cell .cell-wrap .left {
  width: 36.5%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.about-cell .cell-wrap .left .left-title {
  margin-top: max(0.6rem, 30px);
  /* font-size: var(--font36); */
  font-size: var(--font32);
  font-family: "宋体", sans-serif;
  color: #333333;
  margin-bottom: 20px;
}
.about-cell .cell-wrap .left .cell-swiper {
  display: block;
  width: 100%;
  margin-top: auto;
  padding: 2px;
}
.about-cell .cell-wrap .left .cell-swiper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  padding: 5px;
  transition: var(--duration);
  border: 1px solid transparent;
  user-select: none;
  cursor: pointer;
}
.about-cell .cell-wrap .left .cell-swiper .swiper-slide.swiper-slide-thumb-active {
  border-color: var(--theme);
}
.about-cell .cell-wrap .left .cell-swiper .swiper-slide .pic {
  display: block;
  width: 100%;
  padding-bottom: 56.66666667%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.about-cell .cell-wrap .left .cell-swiper .swiper-slide .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-cell .cell-wrap .right {
  width: 55.98958333%;
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
}
.about-cell .cell-wrap .right .cell-icon {
  outline: none;
}
.about-cell .cell-wrap .right .cell-icon img {
  display: block;
  width: 10px;
  filter: grayscale(0.9) opacity(0.6);
  transition: var(--duration);
}
.about-cell .cell-wrap .right .cell-icon:not(.swiper-button-disabled):hover {
  user-select: none;
  cursor: pointer;
}
.about-cell .cell-wrap .right .cell-icon:not(.swiper-button-disabled):hover img {
  filter: none;
}
.about-cell .cell-wrap .right .cell-swiper-max {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  flex: 1;
}
.about-cell .cell-wrap .right .cell-swiper-max .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.about-cell .cell-wrap .right .cell-swiper-max .swiper-slide .slide-inner {
  display: block;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.about-cell .cell-wrap .right .cell-swiper-max .swiper-slide .slide-inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-cell .cell-wrap .right .mark {
  position: absolute;
  z-index: 7;
  left: max(0.3rem, 20px);
  bottom: max(0.3rem, 20px);
  padding-left: 20px;
}
.about-cell .cell-wrap .right .mark .line {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  width: 1px;
  height: 100%;
}
.about-cell .cell-wrap .right .mark .line .current {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% / 3);
  background-color: #fff;
  opacity: 1;
  transition: var(--duration);
}
.about-cell .cell-wrap .right .mark .list .item {
  font-size: var(--font16);
  color: #ffffff;
  line-height: 2;
  cursor: pointer;
  user-select: none;
}
.about-cell .cell-wrap .right .mark .list .item:not(:last-child) {
  margin-bottom: 10px;
}
.about-trademark {
  padding-top: max(1.22rem, var(--space));
  padding-bottom: max(1.5rem, var(--space));
  background-color: #f2f2f2;
  overflow: hidden;
}
.about-trademark .trademark-wrap {
  display: flex;
  align-items: flex-start;
}
.about-trademark .left {
  width: 48.828125%;
  flex-shrink: 0;
  padding-right: max(0.76rem, 20px);
  background-image: linear-gradient(to left, #fff, transparent);
  border-radius: 10px;
  margin-top: 6.5vw;
  padding-top: max(1.15rem, 20px);
  padding-bottom: max(1.15rem, 20px);
  position: relative;
  z-index: 2;
}
@media (min-width: 1921px) {
  .about-trademark .left {
    margin-top: 5.2vw;
  }
}
.about-trademark .left .text-area {
  margin-top: max(0.6rem, 30px);
}
.about-trademark .left .text-area .text-title {
  font-size: var(--font36);
  font-family: "宋体", sans-serif;
  color: #d11577;
  margin-bottom: max(0.4rem, 20px);
}
.about-trademark .left .text-area .text-desc {
  font-size: var(--font18);
  color: #333333;
  line-height: 1.778;
}
.about-trademark .right {
  width: 71.882813%;
  flex-shrink: 0;
}
.about-trademark .right img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  left: -18%;
}
.craft-page {
  /* type2 单独设置 */
}
.craft-page .craft-section {
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: max(1.21rem, var(--space));
  padding-bottom: max(0.68rem, var(--space));
}
.craft-page .craft-section .text-wrap {
  margin-bottom: max(0.61rem, 30px);
}
.craft-page .craft-section .text-wrap .text-title {
  font-weight: 300;
  font-size: var(--font36);
  color: #333333;
  text-align: center;
  margin-bottom: max(0.3rem, 20px);
}
.craft-page .craft-section .text-wrap .text-desc {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 300;
  font-size: var(--font22);
  color: #666666;
  line-height: 1.72727273;
  text-align: center;
}

/* 切换文案的 */
.craft-page .craft-section .text-wrap .text-desc-list .text-desc {
  display: none;
}

.craft-page .craft-section .text-wrap .text-desc-list .text-desc.show {
  display: block;
}

.craft-page .craft-section .craft-container {
  position: relative;
  overflow: hidden;
}
.craft-page .craft-section .craft-container .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  user-select: none;
  cursor: pointer;
}
.craft-page .craft-section .craft-container .icon:hover img {
  filter: none;
}
.craft-page .craft-section .craft-container .icon.craft-left {
  left: max(0.3rem, 20px);
}
.craft-page .craft-section .craft-container .icon.craft-right {
  right: max(0.3rem, 20px);
}
.craft-page .craft-section .craft-container .icon img {
  display: block;
  width: 10px;
  height: auto;
  filter: grayscale(1);
}
.craft-page .craft-section .craft-container::before,
.craft-page .craft-section .craft-container::after {
  content: "";
  position: absolute;
  display: block;
  width: 22.08333333%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.craft-page .craft-section .craft-container::before {
  left: 0;
  top: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.6), transparent);
}
.craft-page .craft-section .craft-container::after {
  right: 0;
  top: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.6), transparent);
}
.craft-page .craft-section .craft-swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: initial;
}
.craft-page .craft-section .craft-swiper .swiper-slide {
  border-radius: 10px;
  background: #f9f9f9;
  overflow: hidden;
  user-select: none;
}
.craft-page .craft-section .craft-swiper .swiper-slide .pic {
  display: block;
  width: 100%;
  padding-bottom: 126.82926829%;
  position: relative;
}
.craft-page .craft-section .craft-swiper .swiper-slide .pic:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}
.craft-page .craft-section .craft-swiper .swiper-slide .pic img {
  position: absolute;
  max-width: 82%;
  max-height: 82%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: var(--duration);
}
.craft-page .craft-section .craft-swiper .swiper-pagination {
  display: none;
}
.craft-page .section7 {
  padding-bottom: max(1.48rem, var(--space));
}
.craft-page .section-type2 .text-wrap .text-title {
  margin-bottom: max(0.93rem, 30px);
}
.craft-page .section-type2 .tab-list {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: max(0.42rem, 30px);
}
.craft-page .section-type2 .tab-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(204, 204, 204, 0.2);
}
.craft-page .section-type2 .tab-list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(204, 204, 204, 0.2);
}
.craft-page .section-type2 .tab-list .tab-item {
  font-weight: 300;
  font-size: var(--font32);
  line-height: 1;
  color: #333333;
  user-select: none;
  cursor: pointer;
  white-space: nowrap;
  padding-top: max(0.3rem, 20px);
  padding-bottom: max(0.3rem, 20px);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.craft-page .section-type2 .tab-list .tab-item:not(:last-child) .text {
  border-right: 1px solid rgba(204, 204, 204, 0.5);
}
.craft-page .section-type2 .tab-list .tab-item.active,
.craft-page .section-type2 .tab-list .tab-item:hover {
  color: #d11577;
}
.craft-page .section-type2 .tab-list .tab-item.active::after,
.craft-page .section-type2 .tab-list .tab-item:hover::after {
  width: 100%;
}
.craft-page .section-type2 .tab-list .tab-item .text {
  padding-left: max(0.58rem, 15px);
  padding-right: max(0.58rem, 15px);
}
.craft-page .section-type2 .tab-list .tab-item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #d11577;
  transition: var(--duration);
}
.craft-page .section-type2 .swiper-list .craft-container {
  display: none;
}
.craft-page .section-type2 .swiper-list .craft-container.show {
  display: block;
}
.craft-page .page-tab {
  position: sticky;
  bottom: 0;
  width: 100%;
  background: #f7ebcc;
  z-index: 76;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: 0.6s linear;
}
.craft-page .page-tab.hide {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}
.craft-page .page-tab .tab-list {
  display: flex;
  align-items: center;
  justify-content: center;
  /* column-gap: max(15px, 0.9rem); */
  column-gap: max(0.3rem, 15px);
}
.craft-page .page-tab .tab-list .tab-item {
  font-weight: 300;
  /* font-size: var(--font24); */
  font-size: max(0.16rem, 14px);
  color: #333333;
  line-height: 1.33333333;
  user-select: none;
  cursor: pointer;
  transition: var(--duration);
}
.craft-page .page-tab .tab-list .tab-item.active,
.craft-page .page-tab .tab-list .tab-item:hover {
  color: #d11577;
}
.search-result {
  font-size: var(--font26);
  color: #333333;
  line-height: 1.5;
  overflow-wrap: break-word;
  margin-bottom: 30px;
}
.search-result span {
  color: var(--theme);
}
/* 关于我们 */
@media (max-width: 1400px) {
  .about-honor .right {
    width: 65%;
  }
  .about-honor .honor-main .left {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .about-page {
    margin-top: var(--header-height);
  }
  .about-intro .intro-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .about-intro .intro-list .item:first-child {
    text-align: center;
  }
  .about-intro .intro-list .item:first-child .item-top {
    justify-content: center;
  }
  .about-intro .intro-list .item:last-child .item-main {
    width: auto;
    margin-left: 0;
  }
  .about-intro .intro-list .item:last-child .item-bottom {
    text-align: center;
  }
  .about-history .tab-list .tab-item .text {
    font-size: 14px;
  }
  .about-history .tab-list .tab-item .year {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .about-intro .title-line {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .about-intro .title-line .left {
    width: 100%;
  }
  .about-intro .title-line .right {
    width: 100%;
    text-align: left;
  }
  .about-intro .intro-main {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .about-intro .intro-main .left {
    width: 100%;
  }
  .about-intro .intro-main .right {
    flex: none;
    width: 100%;
    margin-left: 0;
  }
  .about-intro .intro-main .right .title-text {
    margin-bottom: 30px;
  }
  .about-intro .intro-main .right .desc-text p:not(:last-child) {
    margin-bottom: 10px;
  }
  .about-info .section1 .title-line {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .about-info .section1 .title-line .left {
    width: 100%;
  }
  .about-info .section1 .title-line .right {
    width: 100%;
  }
  .about-info .section2 .line.line1 {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .about-info .section2 .line.line1 .item {
    width: 100%;
  }
  .about-info .section2 .line.line1 .item .pic {
    padding-bottom: 39.6484375%;
  }
  .about-service .panel-top {
    flex-wrap: wrap;
  }
  .about-service .panel-top .left {
    width: 100%;
  }
  .about-service .panel-top .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-service .list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
  .about-service .panel-top .right .pic,
  .about-service .list .item .pic {
    padding-bottom: 65%;
  }
  .about-future .list {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
  }
  .about-future .list .item.active,
  .about-future .list .item {
    flex: none;
    width: 65%;
    flex-shrink: 0;
    scroll-snap-align: start;
  }
  .about-history .tab-list {
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: space-between;
  }
  .about-history .tab-list .tab-item {
    width: 47.5%;
  }
  .about-history .history-swiper-container .icon {
    bottom: 45%;
  }
  .about-honor .honor-main .left {
    width: 100%;
  }
  .about-honor .right {
    position: static;
    width: 100%;
    display: block;
    margin-top: 30px;
  }
  .about-honor .right img {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .about-cell .cell-wrap {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .about-cell .cell-wrap .left {
    width: 100%;
  }
  .about-cell .cell-wrap .right {
    width: 100%;
    order: -1;
  }
  .about-trademark .trademark-wrap {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .about-trademark .left {
    width: 100%;
    padding: max(0.9rem, 20px) max(0.45rem, 15px);
    background-color: #fff;
  }
  .about-trademark .right {
    width: 100%;
  }
  .about-trademark .right img {
    left: 0;
    position: static;
  }
}
@media (max-width: 576px) {
  .about-intro .intro-main .right .title-text {
    font-size: 18px;
  }
  .about-intro .intro-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-intro .intro-list .item .item-bottom {
    line-height: 1.5;
  }
  .about-info .section1 .title-line .right {
    font-size: 16px;
  }
  .about-info .section2 .line .item .text .desc {
    font-size: 14px;
  }
  .about-service .panel-top .right .text .desc,
  .about-service .list .item .text .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
  }
  .about-service .panel-top .right .text .en,
  .about-service .list .item .text .en {
    margin-bottom: 0;
  }
  .about-future .list .item.active,
  .about-future .list .item {
    width: 86%;
  }
  .about-future .list .item .text-area .text .en {
    display: none;
  }
  .about-future .list .item .text-area .text {
    margin-top: 15px;
  }
  .about-future .list .item.active .text-area .mark {
    font-size: 22px;
  }
  .about-future .list .item .text-area .text .zh {
    font-size: 16px;
  }
  .about-history .tab-list {
    display: none;
  }
  .about-history .history-swiper-container .history-swiper .year {
    font-size: 3rem;
  }
  .about-history .history-swiper-container .history-swiper .swiper-slide .text-main .main {
    min-height: 100px;
  }
  .about-honor .honor-main .left .title-list {
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 0;
    justify-content: space-between;
  }
  .about-honor .honor-main .left .title-list .item {
    width: 47.5%;
    flex-shrink: 0;
    justify-content: center;
  }
  .about-copyright .copyright-title {
    font-size: 20px;
  }
  .about-cell .cell-wrap .right .mark .list .item {
    font-size: 14px;
    line-height: 1.5;
  }
  .about-cell .cell-wrap .right .mark {
    padding-left: 10px;
    left: 15px;
  }
  .about-cell .cell-wrap .left .left-title {
    font-size: 18px;
  }
  .about-trademark .left .text-area .text-title {
    font-size: 18px;
  }
  .about-trademark .left .text-area .text-desc {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1150px) {
  .contact-message .main .left .list {
    display: block;
  }
}
@media (max-width: 768px) {
  .contact-info .info-wrap {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .contact-info .info-wrap .left {
    width: 100%;
  }
  .contact-info .info-wrap .right {
    width: 100%;
  }
  .contact-message .main {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .contact-message .main .left {
    width: 100%;
  }
  .contact-message .main .right {
    width: 100%;
  }
  .contact-info .info-wrap .left .icon-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .contact-info .info-wrap .right .list {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .contact-info .info-wrap .right .list .item {
    width: 100%;
  }
  .contact-info .info-wrap .right .list .item .desc {
    margin-top: 10px;
  }
  .contact-message .main .left .list .item .title-area .en {
    font-size: 16px;
  }
  .contact-message .main .left .list .item .title-area .zh {
    font-size: 16px;
  }
  .contact-message .main .right .info-list {
    padding-left: 0;
  }
  .contact-message .main .right .info-list .section .group.line-group {
    column-gap: 0;
  }
  .contact-message .main .right .info-list .section .group.line-group .item-line {
    width: 47.5%;
  }
}
@media (max-width: 992px) {
  .craft-page {
    margin-top: var(--header-height);
  }
}
@media (max-width: 768px) {
  .craft-page .page-tab {
    display: none;
  }
  .craft-page .craft-section .craft-swiper .swiper-pagination {
    position: static;
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
    justify-content: center;
    margin-top: 20px;
  }
  .craft-page .craft-section .craft-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme);
  }
  .craft-page .section-type2 .tab-list {
    overflow-x: auto;
    justify-content: flex-start;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .craft-page .section-type2 .tab-list::before {
    position: static;
    margin-left: auto;
    display: block;
    background-color: transparent;
  }
  .craft-page .section-type2 .tab-list::after {
    position: static;
    margin-right: auto;
    display: block;
    background-color: transparent;
  }
  .craft-page .craft-section .text-wrap .text-desc {
    font-size: 14px;
    text-align: left;
  }
  .craft-page .craft-section .craft-container::before,
  .craft-page .craft-section .craft-container::after {
    content: none;
  }
  .craft-page .section-type2 .tab-list .tab-item {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .culture-page {
    margin-top: var(--header-height);
  }
  .culture-store .operate-line {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .culture-store .operate-line .text {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .culture-value .list {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
    display: flex;
  }
  .culture-value .list .item {
    width: 65%;
    flex-shrink: 0;
    scroll-snap-align: start;
  }
  .culture-store .swiper-list .swiper-item .store-swiper .swiper-slide .list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
  }
  .culture-store .swiper-list .swiper-item .store-swiper {
    width: 100%;
  }
  .culture-store .swiper-list .swiper-item .arrow {
    display: none;
  }
  .culture-holiday .main {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .culture-holiday .main .left {
    width: 100%;
  }
  .culture-holiday .main .right {
    width: 97%;
  }
  .culture-holiday .main .right .swiper-area .swiper-pagination {
    justify-content: center;
  }
  .culture-pic .pic-area .pic-list .grid-item {
    width: 48%;
  }
  .culture-pic .pic-area .pic-list .gutter-size {
    width: 4%;
  }
  .culture-store .operate-line .btn-list {
    overflow-x: auto;
  }
}
@media (max-width: 576px) {
  .culture-card .card-wrap {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .culture-card .card-wrap .item {
    width: 100%;
  }
  .culture-card .card-wrap .item .text .en {
    font-size: 20px;
  }
  .culture-value .list .item {
    width: 86%;
  }
  .culture-value .list .item .text .icon {
    width: 35%;
  }
  .culture-holiday .main .left .video-item .text .text-desc {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .culture-holiday .main .left .video-item .text .text-desc div:first-child {
    width: 100%;
  }
  .culture-holiday .main .left .video-item .text .text-desc .time {
    width: 100%;
  }
  .culture-holiday .main .left .video-item .text .text-desc .time .split {
    display: none;
  }
  .culture-holiday .main .right .right-desc p:not(:last-child) {
    margin-bottom: 10px;
  }
  .culture-holiday .main .right .right-desc {
    font-size: 16px;
  }
  .culture-holiday .main .right .right-desc br {
    display: none;
  }
  .culture-holiday .main .right .swiper-area .arrow {
    display: none;
  }
  .culture-holiday .main .right .swiper-area .holiday-swiper .swiper-slide .text .text-desc {
    font-size: 14px;
  }
  .culture-holiday .main .right .swiper-area .holiday-swiper .swiper-slide .text .text-time {
    font-size: 14px;
  }
  .culture-pic .operate-line .text {
    font-size: 16px;
  }
  .culture-pic .operate-line {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .culture-pic .operate-line .text {
    width: 100%;
  }
  .culture-pic .operate-line {
    padding-bottom: 10px;
  }
  .culture-pic .pic-area .pic-list .grid-item .text .title {
    font-size: 14px;
  }
  .culture-pic .pic-area .pic-list .grid-item .text .time {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .news-page .news-panel .right {
    padding-top: 0;
  }
  .news-page .news-panel .right .time {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .news-page .news-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .news-page .news-panel {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .news-page .news-panel .left {
    width: 100%;
  }
  .news-page .news-panel .right {
    padding-left: 0;
    flex: none;
    width: 100%;
  }
  .news-page .news-panel .right .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .news-page .news-panel .right .time {
    margin-bottom: 10px;
  }
  .news-page .news-panel .right .more {
    display: none;
  }
  .news-page .news-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .news-page .news-list .item .text {
    width: 100%;
  }
  .news-page .news-list .item .text .text-time {
    margin-bottom: 10px;
  }
  .news-page .news-list .item .text .text-title {
    margin-bottom: 0;
  }
  .news-page .news-list .item .text .more {
    display: none;
  }
}
@media (max-width: 576px) {
  .common-pagination .btn-list {
    justify-content: center;
  }
  .common-pagination .btn-list .toggle-btn {
    width: 80px;
  }
  .common-pagination .btn-list .split {
    display: none;
  }
}
@media (max-width: 768px) {
  .news-detail-area {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .news-detail-area .left {
    width: 100%;
    position: static;
  }
  .news-detail-area .left .list {
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
    column-gap: max(0.6rem, 30px);
    padding-bottom: 10px;
  }
  .news-detail-area .left .list .item {
    width: fit-content;
    flex-shrink: 0;
  }
  .news-detail-area .left .list .item:not(:last-child) {
    margin-bottom: 0;
  }
  .news-detail-area .left .list .item::before {
    left: -10px;
  }
  .news-detail-area .right {
    width: 100%;
    margin-left: 0;
  }
  .common-breadcrumb .list .item {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .common-breadcrumb {
    display: none;
  }
  .news-detail-area .right .article-title {
    font-size: 20px;
  }
}
@media (max-width: 1350px) {
  .product-appreciation .pro-section .section-main .right {
    padding-top: max(0.5rem, 20px);
  }
  .pro-master-intro .intro-wrap .master-main {
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .product-page {
    margin-top: var(--header-height);
  }
  .pro-series .series-main .left {
    width: 45%;
  }
  .product-appreciation .pro-section .section-main .right {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .common-banner .text .pro-name {
    margin-top: max(0.6rem, 20px);
  }
  .pro-series .series-main {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .pro-series .series-main .left {
    width: 100%;
  }
  .pro-series .series-main .right {
    width: 100%;
    order: -1;
  }
  .pro-master-intro .intro-wrap .master-main {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .pro-master-intro .intro-wrap .master-main .left {
    width: 100%;
  }
  .pro-master-intro .intro-wrap .master-main .right {
    width: 100%;
    margin-left: 0;
  }
  .product-conference .conference-main {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .product-conference .conference-main .left {
    width: 100%;
  }
  .product-conference .conference-main .right {
    width: 100%;
  }
  .product-conference .pic-area,
  .product-conference .progress {
    display: none;
  }
  .product-conference .conference-swiper {
    display: block;
    overflow: hidden;
  }
  .product-conference .conference-swiper .swiper-slide {
    overflow: hidden;
  }
  .product-conference .conference-swiper .swiper-slide .slide-inner {
    overflow: hidden;
    display: block;
    width: 100%;
    padding-bottom: 120.96774194%;
    position: relative;
  }
  .product-conference .conference-swiper .swiper-slide .slide-inner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .product-conference .conference-swiper .conference-pagination {
    position: static;
    margin-top: 20px;
  }
  .product-conference .conference-swiper .conference-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: var(--theme);
  }
  .pro-show .show-wrap .show-main {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .pro-show .show-wrap .show-main .left {
    width: 100%;
  }
  .pro-show .show-wrap .show-main .left .desc {
    width: 100%;
  }
  .pro-show .show-wrap .show-main .right {
    width: 100%;
  }
  .product-appreciation .pro-section .swiper-product-line .arrow {
    margin-top: -18%;
  }
  .product-appreciation .pro-section .swiper-product-line .product-swiper .product-pagination {
    display: block;
    position: static;
    margin-top: 20px;
  }
  .product-appreciation .pro-section .swiper-product-line .product-swiper .product-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: var(--theme);
  }
}
@media (max-width: 576px) {
  .product-banner .text .en {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .common-banner .text .pro-name {
    font-size: 18px;
  }
  .pro-master-intro .intro-wrap .right {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pro-master-intro .intro-wrap .right .intro-list .item {
    font-size: 14px;
  }
  .product-conference .common-title-area {
    margin-top: 0;
  }
  .product-conference .conference-main .left .title {
    font-size: 18px;
  }
  .pro-show .show-wrap .show-main .left .title {
    font-size: 18px;
  }
  .product-appreciation .pro-section .section-main {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .product-appreciation .pro-section .section-main .left {
    width: 100%;
  }
  .product-appreciation .pro-section .section-main .right {
    margin-left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .product-appreciation .pro-section .section-main .right .line {
    order: -1;
    width: 98%;
  }
  .product-appreciation .pro-section .section-main .left .section-left-swiper .swiper-slide .slide-inner {
    padding-bottom: 86%;
  }
  .product-appreciation .pro-section .section-main .right .line .section-right-swiper .swiper-slide::after {
    padding-bottom: 75%;
  }
  .product-appreciation .pro-section .swiper-product-line .product-swiper .swiper-slide .pic {
    padding-bottom: 75%;
  }
}
@media (max-width: 768px) {
  .product-empowerment .empowerment-section1 .main .left {
    margin-top: 0.6rem;
  }
}
@media (max-width: 576px) {
  .product-empowerment .empowerment-section1 .main {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .product-empowerment .empowerment-section1 .main .left .title {
    font-size: 20px;
  }
  .product-empowerment .empowerment-section1 .main .left {
    width: 100%;
  }
  .product-empowerment .empowerment-section1 .main .right {
    width: 100%;
  }
  .product-empowerment .empowerment-section2 .section2-wrap {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .product-empowerment .empowerment-section2 .section2-wrap .text-site {
    width: 100%;
  }
  .product-empowerment .empowerment-section2 .section2-wrap .pic {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .product-empowerment .empower-section3 .pic-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-empowerment .empower-section4 .title-area .title-text {
    font-size: 20px;
  }
  .product-empowerment .empower-section4 .title-area .desc-text {
    text-align: justify;
  }
  .product-empowerment .empower-section4 .title-area .desc-text br {
    display: none;
  }
  .product-empowerment .empower-section4 .pic-area .pic-line1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-empowerment .empower-section4 .pic-area .pic-line2 {
    grid-template-columns: repeat(4, 1fr);
  }
  .product-empowerment .empower-section4 .pic-area .description {
    font-size: 16px;
    text-align: justify;
  }
}

#contact1,
#contact2 {
  scroll-margin-top: var(--header-height);
}

@media (max-width: 768px) {
  .contact-message .main .right .info-list .section .group.line-group {
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 0;
    justify-content: space-between;
  }

  .contact-message .main .right .info-list .section .group.line-group .item-line {
    width: 47.5%;
    flex-shrink: 0;
    flex: none;
  }
}
