@charset "UTF-8";
@import url(./base.css);

@font-face {
  font-family: "jiangxizhuokai";
  src: url("../iconfont/jiangxizhuokai.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "思源宋体Regular";
  font-weight: 400;
  src: url("//at.alicdn.com/wf/webfont/qUmGVeXsdZfD/C3SUVNirQMBz.woff2")
      format("woff2"),
    url("//at.alicdn.com/wf/webfont/qUmGVeXsdZfD/nRl9hSWor2ZJ.woff")
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: "DingTalk";
  src: url("../iconfont/DingTalk.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SourceHanSansK_Normal";
  src: url("../iconfont/SourceHanSansK-Normal.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SourceHanSerifSC_Medium";
  src: url("../iconfont/SourceHanSerifSC-Medium.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SourcehtCN_Medium";
  src: url("../iconfont/SourcehtCN-Medium.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BebasNeueRegular";
  src: url("../iconfont/Bebas Neue Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

video::-webkit-media-controls-fullscreen-button {
  display: none;
}

video::-webkit-media-controls-play-button {
  display: none;
}

video::-webkit-media-controls-timeline {
  display: none;
}

video::-webkit-media-controls-current-time-display {
  display: none;
}

video::-webkit-media-controls-time-remaining-display {
  display: none;
}

video::-webkit-media-controls-mute-button {
  display: none;
}

video::-webkit-media-controls-toggle-closed-captions-button {
  display: none;
}

video::-webkit-media-controls-volume-slider {
  display: none;
}

video::-webkit-media-controls-enclosure {
  display: none;
}

.head_black .public-header {
  background-color: #000000;
}

.public-header .head_nav .list {
  background-color: #000000;
}

.main {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: transform 0.3s ease;
  /* 可选的平滑过渡效果 */
}

.main .public-header {
  width: 100%;
  height: 1rem;
  padding: 0 0.74rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 88;
  transition: all ease 1s;
  border-bottom: 1px solid rgba(150, 150, 150, 0.28);
}

.main .public-header .head_logo {
  width: 1.13rem;
  height: 0.8rem;
}

/* .main .public-header .logo {
  width: 111px;
  height: 0.79rem;
  background: url("../images/logo.png") no-repeat;
  background-size: 100% 100%;
} */

.main .public-header .head_nav {
  display: flex;
  align-items: center;
}

.main .public-header .head_nav .li {
  font-size: 0.16rem;
  color: #fff;
  padding: 0 0.3rem;
  height: 0.9rem;
  line-height: 0.9rem;
  position: relative;
}

.main .public-header .head_nav .li.active {
  color: #f5d6a2;
}

.main .public-header .head_nav .li.active span {
  padding-bottom: 0.48rem;
  border-bottom: 1px solid #f5d6a2;
}

.main .public-header .head_nav .li img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.main .public-header .head_nav .li:hover {
  color: #f5d6a2;
}

.main .public-header .head_nav .li:hover span {
  padding-bottom: 0.38rem;
  border-bottom: 1px solid #f5d6a2;
}

.main .public-header .head_nav .li:hover img {
  display: block;
}

.main .public-header .head_nav .list {
  position: fixed;
  left: 0;
  top: 0.9rem;
  right: 0;
  z-index: 88;
  transition: all ease 1s;
  width: 100%;
  padding: 0.08rem 0 0.2rem;
  display: none;
}

.main .public-header .head_nav .list .lis {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1.3rem;
}

.main .public-header .head_nav .list:hover {
  display: block;
}

.main .public-header .head_nav .limd:hover ~ .list {
  display: block;
}

.main .public-header .head_nav .search {
  width: 0.18rem;
  height: 0.18rem;
  margin-left: 0.3rem;
}

.main .public-header .head_shop {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.main .public-header .head_shop .link {
  font-size: 0.16rem;
  color: #fff;
  margin-right: 0.2rem;
  display: flex;
  align-items: center;
  position: relative;
  font-family: SourceHanSansK_Normal, SourceHanSansK_Normal;
}

.main .public-header .head_shop .link img {
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.07rem;
  object-fit: scale-down;
}

.main .public-header .head_shop .link .hover {
  display: none;
}

.main .public-header .head_shop .link .code {
  width: 1.4rem;
  height: 1.4rem;
  background: #ffffff;
  border-radius: 4px;
  padding: 0.05rem;
  position: absolute;
  bottom: -1.5rem;
  left: -0.4rem;
  display: none;
}

.main .public-header .head_shop .link .code img {
  width: 1.35rem;
  height: 1.35rem;
  object-fit: scale-down;
}

.main .public-header .head_shop .link:hover {
  color: #f5d6a2;
}

.main .public-header .head_shop .link:hover img {
  display: none;
}

.main .public-header .head_shop .link:hover .hover {
  display: block;
}

.main .public-header .head_shop .link:hover .code {
  display: block;
}

.main .public-header .head_shop .link:hover .code img {
  display: block;
}

.main .black {
  background: #000;
}

.main .black .head_nav .list {
  background: #000;
}

.main .white {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.main .white .head_nav .li {
  color: #000;
}

.main .white .head_nav .list {
  background: #000;
}

.main .white .head_shop .link {
  color: #000;
}

.main .backdrop {
  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(5px);
}

.main .backdrop .head_nav .list {
  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(5px);
}

.main .page1 {
  width: 100%;
  height: 10.8rem;
  position: relative;
}

.main .page1 .pageimg {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: -1;
}

.main .page1 .pageimg img {
  width: 100%;
  height: 10.8rem;
  position: absolute;
  z-index: -1;
}

.main .page1 .page1_info {
  width: 100%;
  padding-top: 6.95rem;
  padding-right: 2.94rem;
  display: flex;
  justify-content: space-between;
  padding-left: 0.74rem;
}

.main .page1 .page1_info .roll {
  width: 3rem;
  height: 0.9rem;
  overflow: hidden;
}

.main .page1 .page1_info .roll .swiper-slide {
  width: 3rem;
  height: 0.3rem;
  opacity: 0.5;
  font-size: 0.14rem;
  color: #f8d18e;
  cursor: pointer;
  padding-left: 0.4rem;
}

.main .page1 .page1_info .roll .swiper-slide span {
  display: none;
  width: 0.05rem;
  height: 0.17rem;
  background: #fff;
  margin-left: -0.2rem;
  margin-right: 0.15rem;
}

.main .page1 .page1_info .roll .swiper-slide-next {
  font-size: 0.16rem;
  opacity: 1;
  color: #f8d18e;
  display: flex;
  align-items: center;
}

.main .page1 .page1_info .roll .swiper-slide-next span {
  display: block;
}

.main .page1 .page1_info .link {
  width: 1.04rem;
  height: 0.52rem;
  background: #d1ad71;
  border-radius: 0.26rem;
  font-size: 0.16rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .page2 {
  width: 100%;
  height: 10.8rem;
  background: #000 url("../images/page2bj.png") no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.main .page2 .page2_tb {
  position: absolute;
  right: 0px;
  bottom: 1rem;
  width: 6.5rem;
  height: 6.5rem;
}

.main .page2 .page_info {
  margin-left: 3.2rem;
  display: flex;
  flex-direction: column;
  font-size: 0.2rem;
  color: #fff;
}

.main .page2 .page_info .titleimg {
  width: 1.3rem;
  height: 1.4rem;
  margin-bottom: 0.86rem;
}

.main .page2 .page_info .title {
  font-family: SourceHanSansSC, SourceHanSansSC;
  color: #f5d6a2;
  font-size: 0.4rem;
  font-weight: 500;
  letter-spacing: 0.02rem;
  font-style: normal;
  text-transform: none;
}

.main .page2 .page_info .text {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 0.28rem;
  color: #f5d6a2;
  margin-bottom: 0.6rem;
}

.main .page2 .page_info .desc {
  font-weight: 400;
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 0.36rem;
  text-align: justifyLeft;
  margin-bottom: 0.8rem;
  width: 7.5rem;
}

.main .page2 .page_info .rightimg {
  width: 0.6rem;
  height: 0.6rem;
}

.main .page2_1 {
  width: 100%;
  height: 10.8rem;
  background: #000 url("https://xie-web-img.oss-cn-shanghai.aliyuncs.com/xie-home/pc/page2_1bj.png") no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
}

.main .page2_1 .page_info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 12rem;
  margin: 0 auto;
}

.main .page2_1 .page_info .titleimg {
  width: 1.3rem;
  height: 1.4rem;
  margin-bottom: 0.8rem;
}

.main .page2_1 .page_info .title {
  color: #f5dcb1;
  font-size: 0.4rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
  letter-spacing: 6px;
}

.main .page2_1 .page_info .page2_1tb {
  width: 4.08rem;
  height: 2.2rem;
}

.main .page3 {
  width: 100%;
  height: 10.8rem;
  overflow: hidden;
  background: #000;
  background-size: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.main .page3 .list {
  width: 100%;
  height: 10.8rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #000 url("https://xie-web-img.oss-cn-shanghai.aliyuncs.com/xie-home/pc/page3bj.png") no-repeat;
  background-size: 100%;
}

.main .page3 .list .title {
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 0.96rem;
}

.main .page3 .list .text {
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(
    315deg,
    #f5d6a2 0%,
    #f5e0be 54%,
    #e2bc7a 100%
  );
  font-size: 0.4rem;
  font-weight: 500;
  margin: 0.2rem 0;
}

.main .page3 .list .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 5rem;
}

.main .page3 .list .btn .link {
  width: 2.4rem;
  height: 0.52rem;
  border-radius: 0.26rem;
  border: 1px solid #ffffff;
  backdrop-filter: blur(4px);
  font-size: 0.16rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .page3 .list .btn .link a {
  padding: 0.12rem 0.9rem;
}

.main .page3 .list .dot {
  width: 0.18rem;
  height: 0.18rem;
  position: relative;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
  cursor: pointer;
  margin-left: 7.78rem;
  margin-top: 0.88rem;
}

.main .page3 .list .dot .xian {
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  left: -1.8rem;
  top: -0.7rem;
}

.main .page3 .list .dot span {
  width: 0.8rem;
  display: block;
  color: #fff;
  font-size: 0.16rem;
  position: absolute;
  left: -0.25rem;
  top: -0.06rem;
}

.main .page3 .list .dot::after {
  width: 150%;
  height: 150%;
  content: "";
  border-radius: 50%;
  position: absolute;
  top: -25%;
  left: -25%;
  z-index: -2;
  background-color: rgba(255, 255, 255, 0.7);
  animation: dot-play 4s linear 400ms infinite;
}

.main .page3 .list .dot::before {
  width: 150%;
  height: 150%;
  content: "";
  border-radius: 50%;
  position: absolute;
  top: -25%;
  left: -25%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.7);
  animation: dot-play 4s linear 200ms infinite;
  animation-delay: 2s;
  /* 延迟 2s */
}

@keyframes dot-play {
  from {
    transform: scale(1);
    opacity: 0.4;
  }

  to {
    transform: scale(4);
    opacity: 0;
  }
}

.main .page3 .list .page3_img {
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6rem;
  height: 4rem;
}

.main .page3 .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.2rem;
  border: 2px solid #fff;
  opacity: 0.5;
  background: none;
}

.main .page3 .my-bullet-active {
  width: 0.2rem;
  height: 0.2rem;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .page3 .my-bullet-active::before {
  content: "";
  /* 必须设置content属性 */
  display: block;
  /* 设置display属性为block或inline-block等非none值 */
  background-color: #fff;
  width: 60%;
  height: 60%;
  border-radius: 50%;
  margin-left: 20%;
  margin-top: 20%;
}

.main .page4 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.main .page4 .pk1 {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #000 url("../img/page4a.webp") no-repeat;
  background-size: 100%;
}

.main .page4 .pk2 {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #000 url("../img/page4b.webp") no-repeat;
  background-size: 100%;
}

.main .page4 .pk2 .title {
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 0.96rem;
}

.main .page4 .pk2 .text {
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(
    315deg,
    #f5d6a2 0%,
    #f5e0be 54%,
    #e2bc7a 100%
  );
  font-size: 0.4rem;
  font-weight: 500;
  margin: 0.2rem 0;
}

.main .page4 .pk2 .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
}

.main .page4 .pk2 .btn .link {
  width: 2.4rem;
  height: 0.52rem;
  border-radius: 0.26rem;
  border: 1px solid #ffffff;
  backdrop-filter: blur(4px);
  font-size: 0.16rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .page4 .pk3 {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #000 url("../img/page4c.webp") no-repeat;
  background-size: 100%;
}

.main .page4 .pk4 {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #000 url("../img/page4d.webp") no-repeat;
  background-size: 100%;
}

.main .page4 .listnav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 9;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
}

.main .page4 .listnav div {
  margin: 0 0.4rem;
  font-size: 0.2rem;
  color: #ffffff;
  width: 0.95rem;
  height: 0.95rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.main .page4 .listnav div img {
  width: 0.95rem;
  height: 0.95rem;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  display: none;
}

.main .page4 .listnav .active {
  color: #f8d18e;
}

.main .page4 .listnav .active img {
  display: block;
}

/*page4*/

.standard-height {
  width: 100%;
  position: relative;
  background: #111;
}

.standard {
  position: sticky;
  top: 0;
  height: 10.8rem;
  font-size: 0.12rem;
}

.standard-height .standard .titleimg {
  position: absolute;
  top: 1.5rem;
  left: 3rem;
  z-index: 999;
  width: 1.3rem;
  height: 1.4rem;
}

.standard .item {
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 20;
  opacity: 0;
  transition: 0.3s;
}

.standard .item .title {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%) !important;
  width: 9rem;
  height: auto;
  font-size: 0.4rem;
  font-weight: 500;
  color: #f5dcb1;
  text-align: center;
  z-index: 21;
}

.standard .item .desc {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%) !important;
  width: 9rem;
  height: auto;
  font-weight: 400;
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 0.36rem;
  text-align: center;
  z-index: 21;
}

.standard .item .desc {
  z-index: 21;
}

.standard .item.item-show {
  opacity: 1;
  z-index: 21;
}

.standard .item.item-show .img1 {
  visibility: visible;
  transform: scale(1.01);
  opacity: 1;
}

.standard .item .img1 {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0%;
  top: 0%;
  transform: scale(1.1);
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}

.standard-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 30;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
}

.standard-nav .li {
  margin: 0 0.4rem;
  font-size: 0.2rem;
  color: #ffffff;
  width: 0.95rem;
  height: 0.95rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.standard-nav .li img {
  width: 0.95rem;
  height: 0.95rem;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  display: none;
}

.standard-nav .active {
  color: #f8d18e;
}

.standard-nav .active img {
  display: block;
}

/*page4end*/
.main .page5 {
  width: 100%;
  height: 9.98rem;
  overflow: hidden;
  background: #000 url("https://xie-web-img.oss-cn-shanghai.aliyuncs.com/xie-home/pc/page5bj.png") no-repeat;
  position: relative;
  background-size: 100%;
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.page5_info {
  margin-left: 2.5rem;
  width: 5.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 0.2rem;
  color: #fff;
}

.page5_info .timeinfo {
  width: 100%;
  height: auto;
}

.page5_info .timeinfo .info {
}

.main .page5 .page5_info .titleimg {
  width: 1.3rem;
  height: 1.4rem;
  margin-bottom: 0.86rem;
}

.main .page5 .page5_info .title {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-size: 0.4rem;
  color: #f5dcb1;
  font-weight: 500;
  letter-spacing: 2px;
  font-style: normal;
  text-align: right;
  text-transform: none;
  width: 100%;
  margin-bottom: 0.4rem;
  height: 0.72rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .page5 .page5_info .title a {
  color: #f5dcb1;
}

.main .page5 .page5_info .desc {
  width: 100%;
  font-weight: 400;
  font-size: 0.18rem;
  color: #999999;
  line-height: 0.32rem;
  text-align: right;
  margin-bottom: 0.5rem;
  height: 0.96rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.main .page5 .page5_info .rightimg {
  width: 0.6rem;
  height: 0.6rem;
  position: relative;
}

.main .page5 .page5_info .rightimg .right {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.main .page5 .page5_info .rightimg .left {
  position: absolute;
  right: 0.7rem;
  top: 0.2rem;
  cursor: pointer;
}

.main .page5 .page5_tb {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-left: 0.5rem;
  margin-top: 4.6rem;
}

.main .page5 .mySwiper {
  width: 100%;
  height: 100%;
}

.main .page5 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  /*opacity: 0;*/
}

.main .page5 .container {
  height: 100%;
  display: flex;
}

.main .page5 .slider {
  width: 40%;
  height: 100%;
  /*background: url("../img/icon/slder_bg.png") no-repeat;*/
  background-size: auto 100%;
}

.main .page5 .prize img {
  /*width: 100%;
      height: 100%;
      */
  width: 3.75rem;
  height: 2.58rem;
  object-fit: scale-down;
}

.main .page5 .page5_col {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.1rem 0.3rem;
}

.main .page5 .swiper-slide {
  /*opacity: 0.7;*/
  /*transform: scale(0.5) !important;*/
}
.main .page5 .swiper-slide a {
  width: 100%;
  height: 4.5rem;
}
.main .page5 .swiper-slide a img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.main .page5 .swiper-slide .prize {
  transform: scale(1) translate(calc(-100%), 40%);
}

.main .page5 .swiper-slide-prev {
  opacity: 0.7;
  transform: scale(0.5) !important;
}

.main .page5 .page5_dpx {
  position: absolute;
  width: 5.05rem;
  right: 0.4rem;

  bottom: 0;
}

.main .page5 .page5_xz {
  position: absolute;
  width: 2.45rem;
  left: 0.74rem;

  top: calc(50% - 2.45rem / 2);
}

.main .page5 .swiper-slide-prev .prize {
  transform: scale(1) translate(calc(0% + 0.65rem), -35%);
}

.main .page5 .swiper-slide-next {
  opacity: 0.7;
  transform: scale(0.5) !important;
}

.main .page5 .swiper-slide-next .prize {
  transform: scale(1) translate(calc(0% + 0.65rem), 35%);
}

.main .page5 .swiper-slide-next + .swiper-slide .prize {
  transform: scale(1) translate(calc(-100%), -40%);
}

.main .page5 .swiper-slide-active {
  opacity: 1;
  transform: scale(1) !important;
}

.main .page5 .swiper-slide-active .prize {
  transform: translateX(2.6rem);
}

.main .page5 .content {
  width: 60%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .page5 .content .desc {
  display: flex;
  flex-direction: column;
}

.main .page5 .content .desc .title {
  width: 7.4rem;
  display: flex;
  align-items: center;
  margin: 0.4rem 0;
}

.main .page5 .content .desc .title img {
  width: 0.27rem;
  height: 0.52rem;
  object-fit: scale-down;
}

.main .page5 .content .desc .title span {
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(
    315deg,
    #f5d6a2 0%,
    #f5e0be 54%,
    #e2bc7a 100%
  );
  font-size: 0.3rem;
  font-weight: 500;
}

.main .page5 .content .desc .text {
  font-weight: 400;
  font-size: 0.2rem;
  color: #ffffff;
  line-height: 0.3rem;
  width: 7.4rem;
}

.main .page5 .content .desc .text p {
  font-weight: 400;
  font-size: 0.2rem;
  color: #ffffff;
  line-height: 0.3rem;
}

.main .page6 {
  width: 100%;
  height: 10.23rem;
  display: flex;
  align-items: center;
  background: #000 url("../images/page6bj.jpg") no-repeat;
  background-size: 100%;
}

.page6_info {
  margin-left: 3.2rem;
  width: 4.8rem;
  display: flex;
  flex-direction: column;
  font-size: 0.2rem;
  color: #fff;
}

.main .page6 .page6_info .titleimg {
  width: 1.3rem;
  height: 1.4rem;
  margin-bottom: 0.86rem;
}

.main .page6 .page6_info .title {
  font-family: SourceHanSansSC, SourceHanSansSC;
  color: #ffffff;
  font-size: 0.24rem;
  font-weight: 500;
  letter-spacing: 2px;
  font-style: normal;
  text-transform: none;
  width: 4.8rem;
  margin-bottom: 0.4rem;
}

.main .page6 .page6_info .title a {
  color: #ffffff;
}

.main .page6 .page6_info .desc {
  width: 4.8rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.32rem;
  text-align: justifyLeft;
  margin-bottom: 0.5rem;
}

.main .page6 .page6_info .rightimg {
  width: 0.6rem;
  height: 0.6rem;
}

.main .page6 .page6_tb {
  width: 7rem;
  height: 5.2rem;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-left: 0.5rem;
  margin-top: 0.8rem;
}

.main .page7 {
  width: 100%;
  height: 10.8rem;
  overflow: hidden;
  background: #000;
  background-size: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  /*margin-top: 1.24rem;*/
  position: relative;
}

.main .page7 .list {
  width: 100%;
  height: 10.8rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #000 url("https://xie-web-img.oss-cn-shanghai.aliyuncs.com/xie-goods/pc/page3bj.png") no-repeat;
  background-size: 100%;
  position: relative;
}

.main .page7 .list .title {
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 0.96rem;
}

.main .page7 .list .text {
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(
    315deg,
    #f5d6a2 0%,
    #f5e0be 54%,
    #e2bc7a 100%
  );
  font-size: 0.4rem;
  font-weight: 500;
  margin: 0.2rem 0;
}

.main .page7 .list .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 5rem;
}

.main .page7 .list .btn .link {
  width: 2.4rem;
  height: 0.52rem;
  border-radius: 0.26rem;
  border: 1px solid #ffffff;
  backdrop-filter: blur(4px);
  font-size: 0.16rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .page7 .list .btn .link a {
  padding: 0.12rem 0.9rem;
}

.main .page7 .list .bg1 {
  width: 4.12rem;
  height: 6.99rem;
  object-fit: scale-down;
  position: absolute;
  left: 0;
  bottom: 0.75rem;
}

.main .page7 .list .lh1 {
  width: 6rem;
  height: 4rem;
  object-fit: scale-down;
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main .page7 .list .dk1 {
  width: 3.26rem;
  height: 2.07rem;
  background: url("../img/animation/lh2.png") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 11.61rem;
  bottom: 5.76rem;
}

.main .page7 .list .dk1 .dot {
  margin-top: 0.85rem;
  margin-left: 1.93rem;
  cursor: pointer;
}

.main .page7 .list .dk1 .dot span {
  width: 0.8rem;
  display: block;
  color: #fff;
  font-size: 0.16rem;
  position: absolute;
  left: -0.23rem;
  top: -0.06rem;
}

.main .page7 .list .lhtop {
  transform: translateY(-2.3rem);
}

.main .page7 .list .lhbootom {
  transform: translateY(2.5rem);
}

.main .page7 .list .dklh1 {
  width: 6.48rem;
  height: 4.6rem;
  position: absolute;
  left: 6.37rem;
  bottom: 1.53rem;
  display: none;
}

.main .page7 .list .dklh1 .hsbz1 {
  width: 6.48rem;
  height: 4.6rem;
  position: absolute;
  transition: all 0.9s;
  left: 0;
  bottom: 0;
  z-index: 0;
  background: url("../img/animation/hsbz1.png") no-repeat;
  background-size: 100%;
}

.main .page7 .list .dklh1 .dklh1Dot {
  margin-top: 0.56rem;
  margin-left: 3.2rem;
}

.main .page7 .list .dklh1 .dklh1Dot span {
  width: 0.4rem;
  display: block;
  color: #fff;
  font-size: 0.16rem;
  position: absolute;
  left: -0.09rem;
  top: -0.06rem;
}

.main .page7 .list .dklh1 .boxlh {
  width: 6.48rem;
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.9s;
  position: absolute;
  z-index: 1;
}

.main .page7 .list .dklh1 .boxlh .xsj1 {
  width: 1.94rem;
  height: 2.51rem;
  background: url("../img/animation/xsj1.png") no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.35rem;
}

.main .page7 .list .dklh1 .boxlh .xc1 {
  width: 0.77rem;
  height: 2.17rem;
  background: url("../img/animation/xc1.png") no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .page7 .list .dklh1 .boxlh .dzc1 {
  width: 1.93rem;
  height: 2.51rem;
  background: url("../img/animation/dzc1.png") no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.4rem;
}

.main .page7 .list .dklh1 .wzsmb1 {
  width: 12.47rem;
  height: 2.95rem;
  background: url("../img/animation/zsan1.png") no-repeat;
  background-size: 100%;
  display: none;
  position: absolute;
  left: -3.35rem;
  bottom: 0;
}

.main .page7 .list .dklh1 .wzsmb1 .wzsmb1Dot {
  margin-left: 6.48rem;
  margin-top: 1.58rem;
}

.main .page7 .list .dklh1 .wzsmb1 .wzsmb1Dot span {
  width: 0.4rem;
  display: block;
  color: #fff;
  font-size: 0.16rem;
  position: absolute;
  left: -0.09rem;
  top: -0.06rem;
}

.main .page7 .list .dklh1 .wzsma1 {
  width: 12.47rem;
  height: 2.95rem;
  background: url("../img/animation/zana1.png") no-repeat;
  background-size: 100%;
  display: none;
  position: absolute;
  left: -3.35rem;
  bottom: 0;
}

.main .page7 .list .dklh1 .wzsma1 .wzsmb1Dot {
  margin-left: 6.57rem;
  margin-top: 1.58rem;
}

.main .page7 .list .dklh1 .wzsma1 .wzsmb1Dot span {
  width: 0.4rem;
  display: block;
  color: #fff;
  font-size: 0.16rem;
  position: absolute;
  left: -0.09rem;
  top: -0.06rem;
}

.main .page7 .list .dklh1 .xcxq1 {
  width: 4.89rem;
  height: 2.59rem;
  background: url("../img/animation/xcxq1.png") no-repeat;
  background-size: 100%;
  display: none;
  position: absolute;
  left: 0.69rem;
  bottom: -0.64rem;
  z-index: 9;
}

.main .page7 .list .dklh1 .dklhed1Dot {
  margin-top: 1.18rem;
  margin-left: 3.2rem;
  display: none;
}

.main .page7 .list .dklh1 .dklhed1Dot span {
  width: 0.4rem;
  display: block;
  color: #fff;
  font-size: 0.16rem;
  position: absolute;
  left: -0.09rem;
  top: -0.06rem;
}

.main .page7 .list .zzlh1 {
  width: 6.74rem;
  height: 5.11rem;
  position: absolute;
  left: 6.37rem;
  bottom: 1.53rem;
  background: url("../img/animation/zzlh1.png") no-repeat;
  background-size: 100%;
  display: none;
}

.main .page7 .list .wzts1 {
  width: 12.18rem;
  height: 3rem;
  display: none;
  position: relative;
}

.main .page7 .list .wzts1 .zmxzqs {
  width: 6.24rem;
  height: 0.79rem;
  position: absolute;
  right: -0.78rem;
  bottom: 1.29rem;
  background: url("../img/animation/zmzxqs.png") no-repeat;
  background-size: 100%;
}

.main .page7 .list .dot {
  width: 0.18rem;
  height: 0.18rem;
  position: relative;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
  cursor: pointer;
}

.main .page7 .list .dot::after {
  width: 150%;
  height: 150%;
  content: "";
  border-radius: 50%;
  position: absolute;
  top: -25%;
  left: -25%;
  z-index: -2;
  background-color: rgba(255, 255, 255, 0.7);
  animation: dot-play 4s linear 400ms infinite;
}

.main .page7 .list .dot::before {
  width: 150%;
  height: 150%;
  content: "";
  border-radius: 50%;
  position: absolute;
  top: -25%;
  left: -25%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.7);
  animation: dot-play 4s linear 200ms infinite;
  animation-delay: 2s;
  /* 延迟 2s */
}

@keyframes dot-play {
  from {
    transform: scale(1);
    opacity: 0.4;
  }

  to {
    transform: scale(4);
    opacity: 0;
  }
}

.main .page7 .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.2rem;
  border: 2px solid #fff;
  opacity: 0.5;
  background: none;
}

.main .page7 .my-bullet-active {
  width: 0.2rem;
  height: 0.2rem;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .page7 .my-bullet-active::before {
  content: "";
  /* 必须设置content属性 */
  display: block;
  /* 设置display属性为block或inline-block等非none值 */
  background-color: #fff;
  width: 60%;
  height: 60%;
  border-radius: 50%;
  margin-left: 20%;
  margin-top: 20%;
}

.main .page8 {
  width: 100%;
  overflow: hidden;
  background: #000;
  background-size: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.main .page8 .experience {
  width: 90%;
  height: 4rem;
  background: #1a1a1a;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 1rem 0;
}

.main .page8 .experience .title {
  font-size: 0.24rem;
  color: #ffffff;
  margin-top: 0.46rem;
}

.main .page8 .experience .list {
  width: 15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.9rem;
}

.main .page8 .experience .list .li {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
}

.main .page8 .experience .list .li img {
  width: 0.4rem;
  height: 0.4rem;
}

.main .page8 .experience .list .li .text1 {
  font-size: 0.18rem;
  margin: 0.05rem 0;
}

.main .page8 .experience .list .li .text2 {
  font-size: 0.16rem;
}

.main .page8 .experience .list .li .text3 {
  margin-top: 0.15rem;
  font-size: 0.14rem;
}

.main .page8 .follow {
  width: 100%;
  height: 3.8rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #1a1a1a;
  color: #fff;
  position: relative;
}

.main .page8 .follow .text {
  font-size: 0.12rem;
  margin-top: 0.62rem;
}

.main .page8 .follow .title {
  font-size: 0.22rem;
  margin-top: 0.17rem;
}

.main .page8 .follow .right {
  display: flex;
  flex-direction: row;
  margin-top: 0.5rem;
}

.main .page8 .follow .right .code {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.12rem;
  margin-right: 0.3rem;
  color: #595959;
}

.main .page8 .follow .right .code img {
  width: 1.04rem;
  height: 1.04rem;
  margin-bottom: 0.1rem;
}

.main .page9 {
  width: 100%;
  height: 7.5rem;
  background: #131520;
  background-size: 100%;
}

.main .page9 video {
  width: 100%;
  height: 7.5rem;
  object-fit: cover;
}

.main .page10 {
  width: 100%;
  height: 9.1rem;
  background: #000000;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.main .page10 .conten {
  width: 14rem;
  margin: 0.9rem auto 0;
  display: flex;
}

.main .page10 .conten .image {
  width: 6.7rem;
  height: 7.1rem;
}

.main .page10 .conten .type {
  margin-left: 1.4rem;
  width: 5.9rem;
  height: 7.1rem;
}

.main .page10 .conten .bttitle {
  width: 100%;
  height: 0.6rem;
  margin: 0.6rem 0;
  position: relative;
}

.main .page10 .conten .bttitle .bttitle_en {
  font-weight: bold;
  font-size: 0.5rem;
  font-family: SourcehtCN_Medium, SourcehtCN_Medium;
  opacity: 0.3;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(270deg, #ffffff 0%, #000000 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.main .page10 .conten .bttitle .bttitle_cn {
  font-family: SourceHanSerifSC_Medium, SourceHanSerifSC_Medium;
  font-weight: 600;
  font-size: 0.4rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    315deg,
    #f5d6a2 0%,
    #f5e0be 54%,
    #f5d6a2 100%
  );
  letter-spacing: 4px;
  position: absolute;
  left: 0;
  top: 0.2rem;
}

.main .page10 .conten .xian {
  width: 0.5rem;
  height: 2px;
  background: #999999;
}

.main .page10 .conten .desc {
  font-weight: 400;
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 0.4rem;
  margin: 0.3rem auto;
}

.main .page10 .conten .desc p {
  padding-top: 0.15rem;
}

.main .page11 {
  width: 100%;
  height: 12.08rem;
  background: #000000;
  display: flex;
  align-items: center;
  padding: 0 0.25rem;
}

.main .page11 .hxm {
  width: 9.6rem;
  height: 10.8rem;
  background: #131520 url("../img/page11.png") no-repeat;
  background-size: 100%;
  margin-right: 1.35rem;
}

.main .page11 .info {
  display: flex;
  flex-direction: column;
}

.main .page11 .info .text {
  font-size: 0.16rem;
  color: #ffffff;
}

.main .page11 .info .title {
  font-size: 0.4rem;
  color: #ffffff;
  margin-bottom: 0.37rem;
}

.main .page11 .info .link {
  width: 2.4rem;
  height: 0.52rem;
  background: #d1ad71;
  border-radius: 0.26rem;
  backdrop-filter: blur(4px);
  font-size: 0.16rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.45rem;
}

/* 轮播 */
.main .page12 {
  width: 100%;
  height: auto;
  background-image: url(https://xie-web-img.oss-cn-shanghai.aliyuncs.com/xie-enterprise/pc/page12_bj.png);
  background-size: 100%;
  /* background: #000;
  display: flex;
  justify-content: space-around;
  align-items: center; */
}
.main .page12 .content {
  width: 14rem;
  margin: 0.5rem auto;
}
.main .page12 .content .bttitle {
  width: 100%;
  height: 0.6rem;
  margin: 0.6rem 0;
  position: relative;
}

.main .page12 .content .bttitle .bttitle_en {
  font-weight: bold;
  font-size: 0.5rem;
  font-family: SourcehtCN_Medium, SourcehtCN_Medium;
  opacity: 0.3;
  background-image: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.main .page12 .content .bttitle .bttitle_cn {
  font-family: SourceHanSerifSC_Medium, SourceHanSerifSC_Medium;
  font-weight: 600;
  font-size: 0.4rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    315deg,
    #f5d6a2 0%,
    #f5e0be 54%,
    #f5d6a2 100%
  );
  letter-spacing: 4px;
  position: absolute;
  left: 0;
  top: 0.2rem;
}

.main .page12 .type {
  width: 100%;
  height: 7.4rem;
  position: relative;
}
.main .page12 .type .xian {
  width: 100%;
  height: 1px;
  background: #f8d18e;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
.main .page12 .type .page12_list {
  width: 100%;
  height: 7.4rem;
  position: relative;
  display: flex;
}
.main .page12 .type .page12_list .list {
  width: 2.35rem;
  height: 3.9rem;
  margin-top: 3.5rem;
  cursor: pointer;
}
.main .page12 .type .page12_list .list .year {
  width: 1rem;
  height: 0.41rem;
  background: #d1ad71;
  border-radius: 2px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 0.24rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.41rem;
}
.main .page12 .type .page12_list .list .tiao {
  width: 1px;
  height: 0.42rem;
  background: #d8d8d8;
  border-radius: 1px;
  margin: 0.15rem auto;
}
.main .page12 .type .page12_list .list .title {
  font-weight: 500;
  font-size: 0.18rem;
  color: #ffffff;
  text-align: center;
}
.main .page12 .type .page12_list .list .desc {
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  text-align: center;
  padding-top: 0.15rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.main .page12 .type .page12_list .list .image {
  width: 2.35rem;
  height: 1.55rem;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-top: 0.15rem;
}

.main .page12 .type .page12_list .list .image img {
  transition: all 0.5s;
  transform: scale(1);
}
.main .page12 .type .page12_list .list:hover .image img {
  transition: all 0.5s;
  transform: scale(1.1);
}
.main .page12 .type .page12_list .list:hover .title {
  color: #d1ad71;
}
.main .page12 .type .page12_list .list:hover .desc {
  color: #d1ad71;
}

.main .page12 .type .page12_list .list2 {
  width: 2.35rem;
  height: 3.9rem;
  cursor: pointer;
}
.main .page12 .type .page12_list .list2 .year {
  width: 1rem;
  height: 0.41rem;
  background: #d1ad71;
  border-radius: 2px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 0.24rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.41rem;
}
.main .page12 .type .page12_list .list2 .tiao {
  width: 1px;
  height: 0.42rem;
  background: #d8d8d8;
  border-radius: 1px;
  margin: 0.15rem auto;
}
.main .page12 .type .page12_list .list2 .title {
  font-weight: 500;
  font-size: 0.2rem;
  color: #ffffff;
  text-align: center;
  padding-top: 0.15rem;
}
.main .page12 .type .page12_list .list2 .desc {
  height: 0.74rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  text-align: center;
  padding-top: 0.15rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.main .page12 .type .page12_list .list2 .image {
  width: 2.35rem;
  height: 1.55rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.main .page12 .type .page12_list .list2 .image img {
  transition: all 0.5s;
  transform: scale(1);
}
.main .page12 .type .page12_list .list2:hover .image img {
  transition: all 0.5s;
  transform: scale(1.1);
}
.main .page12 .type .page12_list .list2:hover .title {
  color: #d1ad71;
}
.main .page12 .type .page12_list .list2:hover .desc {
  color: #d1ad71;
}

/* 轮播end */
.main .page13 {
  width: 100%;
  background: #000 url("../images/page13_bj.png") no-repeat;
  background-size: 100%;
  /* display: flex;
  flex-direction: column;
  align-items: center; */
  padding: 0.15rem 0;
}

.main .page13 .bttitle {
  width: 100%;
  height: 0.6rem;
  margin: 0.6rem 0;
  position: relative;
}

.main .page13 .bttitle .bttitle_en {
  font-weight: bold;
  font-size: 0.5rem;
  font-family: SourcehtCN_Medium, SourcehtCN_Medium;
  opacity: 0.3;
  background-image: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.main .page13 .bttitle .bttitle_cn {
  font-family: SourceHanSerifSC_Medium, SourceHanSerifSC_Medium;
  font-weight: 600;
  font-size: 0.4rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    315deg,
    #f5d6a2 0%,
    #f5e0be 54%,
    #f5d6a2 100%
  );
  letter-spacing: 4px;
  position: absolute;
  top: 0.2rem;
  left: 50%;
  transform: translate(-50%, 0%);
}

.main .page13 .type {
  width: 14rem;
  height: 4.9rem;
  margin: 0.7rem auto;
  display: flex;
}
.main .page13 .type .list {
  width: 4.6rem;
  height: 4.9rem;
  cursor: pointer;
  position: relative;
}
.main .page13 .type .list .image {
  width: 4.6rem;
  height: 4.9rem;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.5s;
}
.main .page13 .type .list .image1 {
  width: 4.6rem;
  height: 4.9rem;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}

.main .page13 .type .list:hover .image {
  opacity: 0;
  transition: all 0.5s;
}
.main .page13 .type .list:hover .image1 {
  opacity: 1;
  transition: all 0.5s;
}
.main .page13 .type .list .conten {
  width: 4.6rem;
  height: 4.9rem;
  padding: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.main .page13 .type .list .title {
  font-weight: 300;
  font-size: 0.4rem;
  color: #f8d18e;
  line-height: 0.5rem;
}

.main .page13 .type .list .titleen {
  font-weight: 300;
  font-size: 0.18rem;
  color: #999999;
  padding-top: 0.1rem;
}
.main .page13 .type .list .desc {
  font-weight: 400;
  font-size: 0.16rem;
  color: #e4e4e4;
  line-height: 0.25rem;
  margin-top: 2.2rem;
}
.main .page13 .type .list .xian {
  width: 0.39rem;
  height: 1px;
  background: #f8d18e;
  margin-top: 0.2rem;
}

.main .page13 .type2 {
  width: 14rem;
  height: 5rem;
  margin: 0.4rem auto;
  display: flex;
  cursor: pointer;
}

.main .page13 .type2 .image {
  width: 6.6rem;
  height: 5rem;
  transition: all 0.5s;
  overflow: hidden;
}

.main .page13 .type2 .info {
  width: 7.4rem;
  height: 5rem;
  background-image: url(../images/page13_type2_bj.png);
  background-size: 100%;
  padding: 0.8rem;
}

.main .page13 .type2 .info .bttitlel {
  width: 100%;
  height: 0.6rem;
  margin: 0.6rem 0;
  position: relative;
}
.main .page13 .type2 .info .bttitlel .bttitlel_en {
  font-weight: bold;
  font-size: 0.5rem;
  font-family: SourcehtCN_Medium, SourcehtCN_Medium;
  opacity: 0.3;
  background-image: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.main .page13 .type2 .info .bttitlel .bttitlel_cn {
  font-family: SourceHanSerifSC_Medium, SourceHanSerifSC_Medium;
  font-weight: 600;
  font-size: 0.4rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    315deg,
    #f5d6a2 0%,
    #f5e0be 54%,
    #f5d6a2 100%
  );
  letter-spacing: 4px;
  position: absolute;
  top: 0.2rem;
  left: 0;
}

.main .page13 .type2 .info .desc {
  font-weight: 400;
  font-size: 0.18rem;
  color: #e4e4e4;
  margin-top: 0.5rem;
}

.main .page13 .type2 .info .xian {
  width: 0.37rem;
  height: 1px;
  background: #f8d18e;
  margin-top: 0.1rem;
}
.main .page13 .type2 .image img {
  transform: scale(1);
  transition: all 0.5s;
}
.main .page13 .type2:hover .image img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.main .page13 .type2:hover .info .desc {
  color: #be9960;
}

.main .page13 .type3 {
  width: 14rem;
  height: 5rem;
  margin: 0.6rem auto;
  display: flex;
  cursor: pointer;
}

.main .page13 .type3 .image {
  width: 6.6rem;
  height: 5rem;
  transition: all 0.5s;
  overflow: hidden;
}

.main .page13 .type3 .info {
  width: 7.4rem;
  height: 5rem;
  background-image: url(../images/page13_type3_bj.png);
  background-size: 100%;
  padding: 0.8rem;
}

.main .page13 .type3 .info .bttitlel {
  width: 100%;
  height: 0.6rem;
  margin: 0.6rem 0;
  position: relative;
}
.main .page13 .type3 .info .bttitlel .bttitlel_en {
  font-weight: bold;
  font-size: 0.5rem;
  font-family: SourcehtCN_Medium, SourcehtCN_Medium;
  opacity: 0.3;
  background-image: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.main .page13 .type3 .info .bttitlel .bttitlel_cn {
  font-family: SourceHanSerifSC_Medium, SourceHanSerifSC_Medium;
  font-weight: 600;
  font-size: 0.4rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    315deg,
    #f5d6a2 0%,
    #f5e0be 54%,
    #f5d6a2 100%
  );
  letter-spacing: 4px;
  position: absolute;
  top: 0.2rem;
  left: 0;
}

.main .page13 .type3 .info .desc {
  font-weight: 400;
  font-size: 0.18rem;
  color: #e4e4e4;
  margin-top: 0.5rem;
}

.main .page13 .type3 .info .xian {
  width: 0.37rem;
  height: 1px;
  background: #f8d18e;
  margin-top: 0.1rem;
}
.main .page13 .type3 .image img {
  transform: scale(1);
  transition: all 0.5s;
}
.main .page13 .type3:hover .image img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.main .page13 .type3:hover .info .desc {
  color: #be9960;
}

.main .page14 {
  width: 100%;
  height: 6.3rem;
  background: #000 url("https://xie-web-img.oss-cn-shanghai.aliyuncs.com/xie-join/pc/page14.png") no-repeat;
  background-size: 100%;
  margin-top: 1rem;
  display: flex;
  align-items: center;
}

.main .page14 .box {
  margin-left: 3.31rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main .page14 .box .title {
  background-clip: text;
  -webkit-background-clip: text;
  font-family: jiangxizhuokai, jiangxizhuokai;
  color: transparent;
  background-image: linear-gradient(
    315deg,
    #f5d6a2 0%,
    #f5e0be 54%,
    #e2bc7a 100%
  );
  font-size: 0.66rem;
  font-weight: bold;
  line-height: 0.87rem;
  font-weight: 400;
  line-height: 0.87rem;
  letter-spacing: 3px;
  text-align: left;
  font-style: normal;
}

.main .page14 .box .link {
  font-size: 0.2rem;
  color: #f5d6a2;
  text-align: center;
  margin-top: 0.36rem;
}

.main .page15 {
  width: 100%;
  height: 9.55rem;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.main .page15 .swiper-wrapper {
  height: 7.06rem;
}

.main .page15 .list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .page15 .list img {
  width: 5.52rem;
  height: 7.06rem;
  object-fit: scale-down;
}

.main .page15 .list .info {
  display: flex;
  flex-direction: column;
  width: 5.68rem;
  margin-left: 1rem;
}

.main .page15 .list .info .title {
  background-clip: text;
  -webkit-background-clip: text;
  font-family: SourceHanSerifSC_Medium, SourceHanSerifSC_Medium;
  color: transparent;
  background-image: linear-gradient(
    315deg,
    #f5d6a2 0%,
    #f5e0be 54%,
    #e2bc7a 100%
  );
  font-size: 0.4rem;
  font-weight: bold;
}

.main .page15 .list .info .li {
  font-size: 0.2rem;
  color: #fff;
  margin-top: 0.86rem;
  margin-bottom: 0.2rem;
}

.main .page15 .list .info .text {
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.7);
}

.main .page15 .swiper-pagination {
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0.5rem;
}

.main .page15 .swiper-button-next,
.main .page15 .swiper-button-prev {
  color: #c0ae8d;
  margin: 0 100px;
  transform: scale(0.6);
}

.main .page16 {
  width: 100%;
  height: 7.7rem;
  background: #242424;
  background-image: url(../images/page16_bj.png);
  background-size: cover;
}

.main .page16 .bttitle {
  width: 75%;
  height: 0.6rem;
  margin: 0.6rem auto;
  position: relative;
}

.main .page16 .bttitle .bttitle_en {
  font-weight: bold;
  font-size: 0.5rem;
  font-family: SourcehtCN_Medium, SourcehtCN_Medium;
  opacity: 0.3;
  background-image: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.main .page16 .bttitle .bttitle_cn {
  font-family: SourceHanSerifSC_Medium, SourceHanSerifSC_Medium;
  font-weight: 600;
  font-size: 0.4rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    315deg,
    #f5d6a2 0%,
    #f5e0be 54%,
    #f5d6a2 100%
  );
  letter-spacing: 4px;
  position: absolute;
  left: 0;
  top: 0.2rem;
}

.main .page16 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 10.22rem;
  margin-left: 12.5%;
  margin-top: 0.7rem;
}

.main .page16 .list .li {
  display: flex;
  width: 48%;
  margin-right: 2%;
  height: 1.25rem;
  border-radius: 6px;
  margin-bottom: 0.2rem;
  padding: 0.15rem;
  cursor: pointer;
}
.main .page16 .list .li:nth-child(2n) {
  margin-right: 0;
}

.main .page16 .list .li .num {
  width: 0.8rem;
  height: 0.8rem;
  font-size: 0.5rem;
  color: #f8d18e;
  font-weight: 500;
}

.main .page16 .list .li .type {
  width: calc(100% - 1.1rem);
  margin-left: 0.2rem;
  height: 0.8rem;
}

.main .page16 .list .li .type .name {
  font-weight: 500;
  font-size: 0.2rem;
  color: #ffffff;
}

.main .page16 .list .li .type .text {
  font-weight: 400;
  font-size: 0.16rem;
  color: #a9a9a9;
  margin-top: 0.05rem;
  line-height: 0.26rem;
}

.main .page16 .list .li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.main .page16 .list .li:hover .type .name {
  color: #d1ad71;
}

.main .page16 .list .li:hover .type .text {
  color: #d1ad71;
}

.main .page17 {
  width: 100%;
  height: 9.38rem;
  background: #000 url("../img/page17.png") no-repeat;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main .page17 .bttitle {
  width: 75%;
  height: 0.6rem;
  margin: 0.6rem auto;
  position: relative;
}

.main .page17 .bttitle .bttitle_en {
  font-weight: bold;
  font-size: 0.5rem;
  font-family: SourcehtCN_Medium, SourcehtCN_Medium;
  opacity: 0.3;
  background-image: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.main .page17 .bttitle .bttitle_cn {
  font-family: SourceHanSerifSC_Medium, SourceHanSerifSC_Medium;
  font-weight: 600;
  font-size: 0.4rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    315deg,
    #f5d6a2 0%,
    #f5e0be 54%,
    #f5d6a2 100%
  );
  letter-spacing: 4px;
  position: absolute;
  top: 0.2rem;
  left: 50%;
  transform: translate(-50%, 0%);
}

.main .page17 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 75%;
  margin-top: 0.95rem;
}
.main .page17 .list .li:hover {
  margin-top: -30px;
  transition: all 0.5s;
}
.main .page17 .list .li {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.18rem;
  color: #f8d18e;
  width: 2.23rem;
  height: 2.43rem;
  border-radius: 6px;
  border: 3px solid #f8d18e;
  text-align: center;
  transition: all 0.5s;
}

.main .page17 .list .li img {
  width: 0.65rem;
  height: 0.65rem;
  object-fit: scale-down;
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
}

.main .page18 {
  width: 100%;
  height: 4.48rem;
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main .page18 .bttitle {
  width: 75%;
  height: 0.6rem;
  margin: 0.6rem auto;
  position: relative;
}

.main .page18 .bttitle .bttitle_en {
  font-weight: bold;
  font-size: 0.5rem;
  font-family: SourcehtCN_Medium, SourcehtCN_Medium;
  opacity: 0.3;
  background-image: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.main .page18 .bttitle .bttitle_cn {
  font-family: SourceHanSerifSC_Medium, SourceHanSerifSC_Medium;
  font-weight: 600;
  font-size: 0.4rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    315deg,
    #f5d6a2 0%,
    #f5e0be 54%,
    #f5d6a2 100%
  );
  letter-spacing: 4px;
  position: absolute;
  top: 0.2rem;
  left: 50%;
  transform: translate(-50%, 0%);
}

.main .page18 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 75%;
  margin-top: 0.72rem;
}

.main .page18 .list .li {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.18rem;
  color: #fff;
}

.main .page18 .list .li img {
  width: 0.55rem;
  height: 0.55rem;
  object-fit: scale-down;
  margin-bottom: 0.3rem;
}

.main .page19 {
  width: 100%;
  height: 6.4rem;
  background: #000 url("../img/page19.png") no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 12%;
}

.main .page19 .left {
  display: flex;
  flex-direction: column;
}

.main .page19 .left .title {
  font-weight: 400;
  font-size: 0.24rem;
  color: #999999;
}

.main .page19 .left .phone {
  width: 4rem;
  height: 0.77rem;
  background: #d1ad71;
  border-radius: 0.39rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
}

.main .page19 .left .phone .phone_img {
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.32rem;
}

.main .page19 .left .phone .phone_name {
  font-weight: 500;
  font-size: 0.2rem;
  color: #ffffff;
}

.main .page19 .left .phone .phone_num {
  font-weight: 600;
  font-size: 0.36rem;
  color: #ffffff;
}
.main .page19 .left .info {
  width: auto;
  height: 0.52rem;
  display: flex;
  margin-top: 0.2rem;
}

.main .page19 .left .info .list {
  width: 0.52rem;
  height: 0.52rem;
  margin-right: 0.2rem;
  cursor: pointer;
  position: relative;
}

.main .page19 .left .info .list .img {
  display: block;
}
.main .page19 .left .info .list .img1 {
  display: none;
}

.main .page19 .left .info .list.active .img {
  display: none;
}
.main .page19 .left .info .list.active .img1 {
  display: block;
}

.main .page19 .left .info .list .textimg {
  width: 1.26rem;
  height: 1.26rem;
  opacity: 0;
  position: absolute;
  left: -0.4rem;
  top: 0.65rem;
}
.main .page19 .left .info .list.active .textimg {
  opacity: 1;
}
.main .page19 .left .info .list .textimg .code {
  width: 1.26rem;
  height: 1.26rem;
}

.main .page19 .left .titles {
  width: 1.26rem;
  font-size: 0.16rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.25rem;
  padding-top: 0.2rem;
}

.main .page19 .right {
  display: flex;
  flex-direction: column;
  width: 7.46rem;
  height: 5.12rem;
  background: #ffffff;
  border-radius: 0.16rem;
  padding: 0.3rem;
}

.main .page19 .right .title {
  font-weight: 500;
  font-size: 0.3rem;
  color: #000000;
}

.main .page19 .right .type {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
}

.main .page19 .right .type .form {
  width: 3.5rem;
  height: auto;
}

.main .page19 .right .type .form .list {
  width: 3.5rem;
  min-height: 0.49rem;
  border-radius: 6px;
  border: 1px solid #e4e4e4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.2rem;
  font-size: 0.16rem;
  color: #fff;
  margin-bottom: 0.1rem;
}

.main .page19 .right .list .label {
  width: 0.8rem;
  flex-shrink: 0;
  font-size: 0.16rem;
  color: #999999;
}

.main .page19 .right .list input {
  width: 100%;
  background: none;
  border: none;
  font-size: 0.16rem;
  color: #999999;
}

.main .page19 .right .textarea {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.main .page19 .right .textarea .label {
  width: 100%;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.main .page19 .right .textarea textarea {
  width: 100%;
  height: 0.8rem;
  background: none;
  border: none;
  color: #999999;
}

.main .page19 .right .btn {
  width: 100%;
  height: 0.49rem;
  background: linear-gradient(315deg, #f5d6a2 0%, #f5e0be 54%, #e2bc7a 100%);
  border-radius: 6px;
  font-size: 0.18rem;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.main .page19 .right .type .image {
  width: 2.3rem;
  height: auto;
  margin-top: 0.4rem;
}

.main .page19 .right .type .image .code {
  width: 1.9rem;
  height: 1.9rem;
  margin: 0 auto;
}

.main .page19 .right .type .image .title_img {
  width: 2.3rem;
  height: auto;
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
  padding-top: 0.15rem;
  text-align: center;
}

.main .page20 {
  width: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .page20 .list {
  width: 100%;
  height: 10rem;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.main .page20 .list .li {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 10rem;
}

.main .page20 .list .li .lh {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 10rem;
  background: #000 url("../img/lh1.png") no-repeat;
  background-size: 100%;
}

.main .page20 .list .li .lh .text {
  margin-top: 0.95rem;
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.9);
}

.main .page20 .list .li .lh .title {
  margin-top: 0.2rem;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(
    315deg,
    #f5d6a2 0%,
    #f5e0be 54%,
    #e2bc7a 100%
  );
  font-size: 0.34rem;
  font-weight: 500;
}

.main .page20 .list .li .lh .link {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  cursor: pointer;
}

.main .page20 .list .li .lh .link .zzly {
  width: 0.77rem;
  height: 0.77rem;
  object-fit: scale-down;
  margin-right: 0.21rem;
}

.main .page20 .list .li .lh .link .right {
  width: 0.16rem;
  height: 0.28rem;
  object-fit: scale-down;
  display: none;
}

.main .page20 .list .li .lh .leftlink {
  margin-top: 2.6rem;
  margin-left: 3.5rem;
  cursor: pointer;
}

.main .page20 .list .li .lh .leftlink img {
  width: 0.28rem;
  height: 0.28rem;
  object-fit: scale-down;
}

.main .page20 .list .li .lh .link:hover .right {
  display: block;
}

.main .page20 .list .li .lh2 {
  background: #000 url("../img/lh2.png") no-repeat;
  background-size: 100%;
}

.main .page20 .list .li .lh3 {
  background: #000 url("../img/lh3.png") no-repeat;
  background-size: 100%;
}

.main .page20 .list .lhbox {
  width: 70%;
  height: 10rem;
  background-color: #fff;
  position: absolute;
  right: 0;
  overflow-y: auto;
}

.main .page20 .list .lhbox .shop {
  width: 100%;
  height: 10rem;
  padding: 0.6rem 0.15rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.main .page20 .list .lhbox .shop .goods {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 3.15rem;
  height: 3.89rem;
}

.main .page20 .list .lhbox .shop .goods img {
  width: 2.53rem;
  height: 1.59rem;
  object-fit: scale-down;
  margin-top: 0.32rem;
}

.main .page20 .list .lhbox .shop .goods .text {
  margin-top: 0.3rem;
  font-weight: 500;
  font-size: 0.24rem;
  color: #be9960;
}

.main .page20 .list .lhbox .shop .goods .text2 {
  font-weight: 500;
  font-size: 0.14rem;
  color: #be9960;
}

.main .page20 .list .lhbox .shop .goods .text3 {
  font-weight: 500;
  font-size: 0.12rem;
  color: #999999;
  text-align: center;
}

.main .page20 .list .lhbox .shop .goods .link {
  cursor: pointer;
  font-size: 0.14rem;
  color: #24242b;
  margin-top: 0.24rem;
}

.main .page20 .list .lhbox .shop .goods:hover {
  box-shadow: 0px 2px 12px 0px rgba(126, 126, 126, 0.18);
}

.main .page20 .list .lhbox .shop::-webkit-scrollbar {
  display: none;
}

.main .page20 .btnzs {
  position: absolute;
  display: none;
}

.main .page20 .btnzs .li {
  width: 33.33%;
  display: none;
  position: absolute;
}

.main .page21 {
  width: 100%;
  height: 4.42rem;
  background: url("../images/page21_banner.png") no-repeat;
  background-size: 100% 100%;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main .page21 .name {
  font-weight: 400;
  font-size: 0.3rem;
  color: #666666;
}

.main .page21 .title {
  font-weight: 400;
  font-size: 0.46rem;
  font-family: jiangxizhuokai, jiangxizhuokai;
  line-height: 0.6rem;
  letter-spacing: 1px;
  background-image: -webkit-linear-gradient(left, #f5d6a2 0%, #e2bc7a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main .page22 {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  align-items: center;
}

.main .page22 .btns {
  width: 74%;
  height: 0.52rem;
  margin: 1rem 0 0.5rem;
  display: flex;
  align-items: center;
}

.main .page22 .btns .btn {
  width: 138px;
  height: 0.52rem;
  border-radius: 0.26rem;
  border: 1px solid #e4e4e4;
  backdrop-filter: blur(4px);
  font-size: 0.2rem;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.05rem;
  cursor: pointer;
}

.main .page22 .btns .btn:hover {
  background-color: #f8d18e;
  color: #000;
}

.main .page22 .btns .active {
  background-color: #f8d18e;
  color: #000;
}

.main .page22 .list {
  width: 74%;
  height: auto;
  /* display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap; */
}

.main .page22 .list .li {
  width: 100%;
  height: 3.33rem;
  background: #fff;
  /* overflow: hidden; */
  position: relative;
  cursor: pointer;
  margin-bottom: 0.22rem;
}

.main .page22 .list .li .time {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.2rem;
  height: 3.3rem;
}

.main .page22 .list .li .time .monthday {
  margin-top: 0.8rem;
  font-size: 0.4rem;
  color: #333333;
  font-weight: bold;
  font-family: BebasNeueRegular, BebasNeueRegular;
}

.main .page22 .list .li .time .year {
  font-size: 0.2rem;
  color: #333333;
  font-weight: 400;
}

.main .page22 .list .li .image {
  position: absolute;
  left: 1.2rem;
  top: 0.35rem;
  width: 4.4rem;
  height: 2.62rem;
}

.main .page22 .list .li .conten {
  position: absolute;
  left: 6.2rem;
  top: 0.35rem;
  width: 7.8rem;
  height: 2.62rem;
}

.main .page22 .list .li .conten .text {
  width: 100%;
  height: 0.55rem;
  line-height: 0.25rem;
  margin-top: 0.8rem;
  font-weight: 600;
  font-size: 0.2rem;
  color: #333333;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main .page22 .list .li .conten .desc {
  width: 100%;
  height: 0.4rem;
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.2rem;
  margin-top: 0.1rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main .page22 .list .li .type {
  margin-left: 2.9rem;

  width: 11.1rem;
  height: 3.3rem;
}

.main .page22 .list .li:hover .conten .text {
  color: #be9960;
}

.main .page22 .list .li:hover .type {
  box-shadow: 2px 2px 30px 0px rgba(188, 188, 188, 0.42);
}
.main .page22 .list .li:hover .time .monthday {
  color: #be9960;
}
.main .page22 .list .li:hover .time .year {
  color: #be9960;
}
.main .page22 .list .li .time {
  margin-top: 0.25rem;
  width: 2.85rem;
  font-size: 0.16rem;
  color: #bcbcbc;
  margin-bottom: 0.2rem;
}

.main .page22 .list .li .label {
  position: absolute;
  left: 0.1rem;
  top: 0.1rem;
  width: 0.6rem;
  height: 0.2rem;
  background: #000000;
  border-radius: 3px;
  font-weight: 400;
  font-size: 0.12rem;
  color: #f8d18e;
  text-align: center;
  line-height: 0.2rem;
}

.main .page22 .more {
  width: 2.4rem;
  height: 0.52rem;
  backdrop-filter: blur(4px);
  font-size: 0.16rem;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
}

.main .page22 .more ul {
  width: 100%;
  display: flex;
}

.main .page22 .more ul li {
  width: 0.36rem;
  height: 0.36rem;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #e4e4e4;
  text-align: center;
  line-height: 0.36rem;
  font-weight: 400;
  font-size: 0.2rem;
  color: #666666;
  margin-left: 0.1rem;
  cursor: pointer;
}

.main .page22 .more ul li a {
  color: #666666;
}

.main .page22 .more ul li.active {
  background: #f8d18e;
  border: 1px solid #f8d18e;
  color: #fff;
}

.main .page22 .more ul li.active a {
  color: #fff;
}

.main .page22 .more ul li:hover {
  background: #f8d18e;
  border: 1px solid #f8d18e;
  color: #fff;
}

.main .page22 .more ul li:hover a {
  color: #fff;
}

.main .page23 {
  width: 100%;
  background: #fff;
  margin-top: 1.24rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main .page23 .menu {
  width: 92%;
  height: 0.6rem;
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #666666;
}

.main .page23 .menu .link {
  margin-right: 0.05rem;
}

.main .page23 .menu .links {
  color: #000000;
}

.main .page23 .info {
  width: 10.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main .page23 .info .title {
  font-weight: 500;
  font-size: 0.4rem;
  color: #000000;
  margin-top: 0.68rem;
}

.main .page23 .info .time {
  display: flex;
  align-items: center;
  margin: 0.35rem 0;
}

.main .page23 .info .time span {
  margin: 0 0.3rem;
  font-size: 0.16rem;
  color: #000000;
}

.main .page23 .info .text {
  width: 100%;
  margin: 0.3rem 0;
  font-size: 0.16rem;
  color: #000000;
}
.main .page23 .info .text p{
  font-size: 0.16rem !important;
  color: #000000;
}
.main .page23 .info .text span{
  font-size: 0.16rem !important;
  color: #000000;
}
.main .page23 .info .text font{
  font-size: 0.16rem !important;
  color: #000000;
}
.main .page23 .info img {
  width: 9.28rem;
  height: 4.6rem;
  object-fit: scale-down;
}

.main .page23 .info .switch {
  width: 100%;
  border-top: 1px solid #e4e4e4;
  padding: 0.1rem 0;
}

.main .page23 .info .switch .li {
  padding: 0.1rem 0;
  display: flex;
  align-items: center;
  font-size: 0.16rem;
}

.main .page23 .info .switch .li span {
  font-weight: 500;
  color: #000000;
}

.main .page24 {
  width: 100%;
  background: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 1.24rem;
}

.main .page24 .shopinfo {
  width: 4.48rem;
  min-height: 9.6rem;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 6px 12px 0px rgba(241, 241, 241, 0.5);
  padding: 0.3rem 0.7rem;
  position: relative;
}

.main .page24 .shopinfo .title {
  margin-top: 0.4rem;
  border-bottom: 1px solid #666666;
  display: flex;
  align-items: center;
  font-family: SourceHanSerifSC_Medium, SourceHanSerifSC_Medium;
}

.main .page24 .shopinfo .title .dwimg {
  width: 0.19rem;
  height: 0.24rem;
}

.main .page24 .shopinfo .title span {
  font-family: SourceHanSansK_Normal, SourceHanSansK_Normal;
  font-weight: 500;
  font-size: 0.24rem;
  color: #000000;
  padding-left: 0.12rem;
}

.main .page24 .shopinfo .desc {
  margin: 0.2rem 0;
  font-size: 0.16rem;
  color: #666666;
}

.main .page24 .shopinfo .shopaddress {
  /*width: 3rem;*/
  padding: 0.3rem 0;
  /*display: flex;*/
  /*align-items: flex-start;*/
  /*justify-content: space-between;*/
  /*flex-wrap: wrap;*/
}

.main .page24 .shopinfo .shopaddress .list {
  /*width: 1.3rem;*/
  padding-bottom: 0.2rem;
  border-top: 1px solid #bcbcbc;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.main .page24 .shopinfo .shopaddress .list .name {
  /*width: 1.3rem;*/
  height: 0.35rem;
  border-bottom: 1px solid #bcbcbc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 0.2rem;
  color: #000000;
}

.main .page24 .shopinfo .shopaddress .list .name span {
  font-weight: 400;
  font-size: 0.12rem;
  color: #999999;
}

.main .page24 .shopinfo .shopaddress .list .li {
  width: 1.3rem;
  font-size: 0.16rem;
  color: #666666;
  margin-top: 0.08rem;
}

.main .page24 .shopinfo .shopaddress .active,
.main .page24 .shopinfo .shopaddress .list:hover {
  border-color: #000;
}

.main .page24 .shopinfo .shopaddress .active .name,
.main .page24 .shopinfo .shopaddress .list:hover .name {
  border-color: #000;
}

.main .page24 .shopinfo .shopaddress .active .active,
.main .page24 .shopinfo .shopaddress .active .li:hover,
.main .page24 .shopinfo .shopaddress .list:hover .active,
.main .page24 .shopinfo .shopaddress .list:hover .li:hover a {
  color: #d1ad71;
}

.main .page24 .shopinfo .hot {
  width: 3.04rem;
  height: auto;
  margin-top: 1.08rem;
}

.main .page24 .shopinfo .hot .title_hot {
  font-weight: 500;
  font-size: 0.24rem;
  color: #999999;
  text-align: center;
  width: 100%;
}

.main .page24 .shopinfo .hot .type {
  width: 3.04rem;
  height: 0.6rem;
  margin-top: 0.15rem;
  background: #d1ad71;
  border-radius: 0.39rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .page24 .shopinfo .hot .type .phone_img {
  width: 0.29rem;
  height: 0.29rem;
}

.main .page24 .shopinfo .hot .type .phone {
  font-weight: bold;
  font-size: 0.3rem;
  color: #ffffff;
  text-shadow: 0px 2px 2px rgba(113, 100, 77, 0.3);
  margin-left: 0.15rem;
}

.main .page24 .mapinfo {
  width: 10.7rem;
  min-height: 9.6rem;
  display: none;
}

.main .page24 .mapinfo .mapbg {
  width: 10.7rem;
  height: 9.6rem;
  margin-left: 0.2rem;
  background: url("../images/page24_ditu.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.main .page24 .mapinfo .mapbg .info {
  width: 3.73rem;
  height: 3.73rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .page24 .mapinfo .mapbg .info .bgsd {
  width: 3.73rem;
  height: 3.73rem;
  position: absolute;
  animation: aniO 2s ease-in infinite;
  display: none;
}

.main .page24 .mapinfo .mapbg .info .city {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.16rem;
  color: #999999;
  margin-top: 0.3rem;
  position: absolute;
  cursor: pointer;
  z-index: 999;
}

.main .page24 .mapinfo .mapbg .info .city span {
  width: 0.26rem;
  height: 0.26rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #999999;
  font-size: 0.14rem;
  color: #ffffff;
  border-radius: 50%;
}

.main .page24 .mapinfo .mapbg .info .city:hover {
  color: #d1ad71;
}

.main .page24 .mapinfo .mapbg .info .city:hover span {
  background: #d1ad71;
}

.main .page24 .mapinfo .mapbg .info .shop {
  display: none;
  font-size: 0.16rem;
  color: #000000;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s;
  cursor: pointer;
  padding-top: 0.1rem;
}

.main .page24 .mapinfo .mapbg .info .shop .shopimg {
  position: relative;
  width: 0.6rem;
  margin-top: 0.12rem;
}

.main .page24 .mapinfo .mapbg .info .shop .shopimg img {
  width: 0.6rem;
  border-radius: 50%;
  height: 0.6rem;
}

.main .page24 .mapinfo .mapbg .info .shop .shopimg span {
  display: inline-flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  width: 0.6rem;
  height: 0.6rem;
  color: #fff;
  font-size: 0.14rem;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9;
}

.main .page24 .mapinfo .mapbg .info .sh1 {
  position: absolute;
  left: 0.18rem;
  bottom: 0.98rem;
}

.main .page24 .mapinfo .mapbg .info .sh2 {
  position: absolute;
  left: 1.24rem;
  top: 0.15rem;
}

.main .page24 .mapinfo .mapbg .info .sh3 {
  position: absolute;
  left: 2.37rem;
  bottom: 1.18rem;
}

.main .page24 .mapinfo .mapbg .info .shop:hover {
  background: url("../img/icon/bgSd2.png") 50% 50% no-repeat;
  background-size: 90%;
  transition: all 0.3s ease;
  -webkit-animation: aniG 0.4s ease-in;
  -moz-animation: aniG 0.4s ease-in;
  -ms-animation: aniG 0.4s ease-in;
  animation: aniG 0.4s ease-in;
}

@-webkit-keyframes aniO {
  0% {
    -webkit-transform: scale(0.99);
    opacity: 1;
  }

  60% {
    -webkit-transform: scale(1.05);
    opacity: 0.6;
  }

  100% {
    -webkit-transform: scale(0.99);
    opacity: 1;
  }
}

@-moz-keyframes aniO {
  0% {
    -moz-transform: scale(0.95);
    opacity: 1;
  }

  60% {
    -moz-transform: scale(1.1);
    opacity: 0.6;
  }

  100% {
    -moz-transform: scale(0.95);
    opacity: 1;
  }
}

@-webkit-keyframes aniG {
  0% {
    background-size: 90%;
  }

  60% {
    background-size: 100%;
  }

  100% {
    background-size: 90%;
  }
}

@-moz-keyframes aniG {
  0% {
    background-size: 90%;
  }

  60% {
    background-size: 100%;
  }

  100% {
    background-size: 90%;
  }
}

@-ms-keyframes aniG {
  .main .page24 .mapinfo .mapbg .info 0% {
    background-size: 90%;
  }

  .main .page24 .mapinfo .mapbg .info 60% {
    background-size: 100%;
  }

  .main .page24 .mapinfo .mapbg .info 100% {
    background-size: 90%;
  }
}

@keyframes aniG {
  0% {
    background-size: 90%;
  }

  60% {
    background-size: 100%;
  }

  100% {
    background-size: 90%;
  }
}

.main .page24 .mapinfo .mapbg .active {
  z-index: 99;
}

.main .page24 .mapinfo .mapbg .active .bgsd {
  display: block;
}

.main .page24 .mapinfo .mapbg .active .city {
  color: #d1ad71;
}

.main .page24 .mapinfo .mapbg .active .city span {
  background: #d1ad71;
}

.main .page24 .mapinfo .mapbg .active .shop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main .page24 .mapinfo .mapbg .sh {
  position: absolute;
  right: 0px;
  bottom: 2.1rem;
}

.main .page24 .mapinfo .mapbg .js {
  position: absolute;
  right: 0.25rem;
  bottom: 2.45rem;
}

.main .page24 .mapinfo .mapbg .bj {
  position: absolute;
  right: 1.05rem;
  bottom: 4.1rem;
}

.main .page24 .storeinfo {
  width: 12rem;
  min-height: 9.6rem;
}

.main .page24 .storeinfo .back {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.16rem;
  margin-top: 0.6rem;
  color: #666666;
  margin-bottom: 0.25rem;
  cursor: pointer;
}

.main .page24 .storeinfo .back img {
  width: 0.16rem;
  height: 0.13rem;
  margin-left: 0.1rem;
}

.main .page24 .storeinfo .store_title {
  font-weight: 500;
  font-size: 0.4rem;
  color: #333333;
}

.main .page24 .storeinfo .store_futitle {
  font-weight: 400;
  font-size: 0.4rem;
  color: #666666;
}

.main .page24 .storeinfo .store {
  width: 100%;
  height: 7.2rem;
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.main .page24 .storeinfo .store img {
  width: 6.7rem;
  height: 7.1rem;
}

.main .page24 .storeinfo .store .info {
  width: 570px;
  height: 7.1rem;
  margin-left: 0.8rem;
  display: flex;
  flex-direction: column;
}

.main .page24 .storeinfo .store .info .title {
  font-weight: 500;
  font-size: 0.3rem;
  color: #333333;
  line-height: 0.5rem;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #999999;
}

.main .page24 .storeinfo .store .info .des {
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  margin-top: 0.3rem;
  line-height: 0.36rem;
}

.main .page24 .storeinfo .store .info .store_type {
  margin-top: 0.2rem;
}

.main .page24 .storeinfo .store .info .store_type .store_name {
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
}

.main .page24 .storeinfo .store .info .store_type .store_con {
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
}

.main .page24 .storeinfo .store .info .phone img {
  width: 0.18rem;
  height: 0.18rem;
  margin: 0;
  margin-right: 0.16rem;
}

.main .page24 .storeinfo .store_bttitle {
  width: 100%;
  height: 0.6rem;
  margin: 0.6rem 0;
  position: relative;
}

.main .page24 .storeinfo .store_bttitle .store_bttitle_en {
  font-weight: bold;
  font-size: 0.5rem;
  font-family: SourcehtCN_Medium, SourcehtCN_Medium;
  opacity: 0.1;
  background-image: -webkit-linear-gradient(
    top,
    #000000 0%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.main .page24 .storeinfo .store_bttitle .store_bttitle_cn {
  font-family: SourceHanSerifSC_Medium, SourceHanSerifSC_Medium;
  font-weight: 600;
  font-size: 0.36rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    315deg,
    #f5d6a2 0%,
    #f5e0be 54%,
    #f5d6a2 100%
  );
  letter-spacing: 4px;
  position: absolute;
  left: 0;
  top: 0.2rem;
}

.main .page24 .storeinfo .storeswiper {
  width: 100%;
}

.main .page24 .storeinfo .storeswiper .swiper-slide {
  width: 75%;
  height: auto;
  border-radius: 0.08rem;
  overflow: hidden;
  transition: 300ms;
  transform: scale(1);
  position: relative;
  margin: 0 0.1rem;
}

.main .page24 .storeinfo .storeswiper .swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
}

.main .page24 .storeinfo .storeswiper .swiper-slide-active .title {
  opacity: 1 !important;
}

.main .page24 .storeinfo .storeswiper .swiper-slide .image {
  width: 100%;
  height: 6rem;
  border-radius: 0.2rem;
  overflow: hidden;
}

.main .page24 .storeinfo .storeswiper .swiper-slide .title {
  width: 100%;
  height: 0.6rem;
  font-weight: 500;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.6rem;
  padding-left: 0.2rem;
  opacity: 0;
}

.main .page24 .storeinfo .storeswiper .left_img {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  left: 5.1rem;
  bottom: 0.05rem;
  cursor: pointer;
  z-index: 99;
}

.main .page24 .storeinfo .storeswiper .right_img {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  right: 5.1rem;
  bottom: 0.05rem;
  cursor: pointer;
  z-index: 99;
}
.main .page24 .storeinfo .storeswiper .swiper-pagination {
  /*left: 350px !important;*/
  /*bottom: 13px !important;*/
}
/*.main .page24 .storeinfo .storeswiper .rightimg .left {*/
/*  position: absolute;*/
/*  right: 0.7rem;*/
/*  top: 0.2rem;*/
/*  cursor: pointer;*/

/*}*/

.main .page24_storemap {
  width: 100%;
  height: 9.1rem;
  background-image: url(../images/page24_map_bj.png);
  background-size: 100% 100%;
  margin-top: 0.4rem;
}

.main .page24_storemap .storeinfo {
  width: 12rem;
  min-height: 9.1rem;
  margin: 0 auto;
}

.main .page24_storemap .storeinfo .store_bttitle {
  width: 100%;
  height: 0.6rem;
  margin: 0.6rem 0;
  position: relative;
}

.main .page24_storemap .storeinfo .store_bttitle .store_bttitle_en {
  font-weight: bold;
  font-size: 0.5rem;
  font-family: SourcehtCN_Medium, SourcehtCN_Medium;
  opacity: 0.1;
  background-image: -webkit-linear-gradient(
    top,
    #000000 0%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.main .page24_storemap .storeinfo .store_bttitle .store_bttitle_cn {
  font-family: SourceHanSerifSC_Medium, SourceHanSerifSC_Medium;
  font-weight: 600;
  font-size: 0.36rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    315deg,
    #f5d6a2 0%,
    #f5e0be 54%,
    #f5d6a2 100%
  );
  letter-spacing: 4px;
  position: absolute;
  left: 0;
  top: 0.2rem;
}

.main .page24_storemap .storeinfo .storemap_type {
  width: 100%;
  height: 6.5rem;
  display: flex;
}

.main .page24_storemap .storeinfo .storemap_type .storemap_left {
  width: 4.6rem;
  height: 6.5rem;
  border-radius: 16px 0px 0px 16px;
  overflow: hidden;
}

.main .page24_storemap .storeinfo .storemap_type .storemap_left .storemap_top {
  background-image: url(../images/page24_map_bt.png);
  background-size: 100% 100%;
  width: 4.6rem;
  height: 1rem;
  font-weight: 400;
  font-size: 0.3rem;
  color: #ffffff;
  text-align: center;
  line-height: 1rem;
}

.main .page24_storemap .storeinfo .storemap_type .storemap_left .storemap_con {
  width: 4.6rem;
  height: 5.5rem;
  padding: 0.2rem;
  background-color: #fff;
}

.storemap_type .storemap_left .storemap_con .storemap_con_title {
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  margin-top: 0.1rem;
}

.storemap_type .storemap_left .storemap_con .storemap_con_list {
  width: 4.22rem;
  height: 0.6rem;
  border-radius: 6px;
  border: 1px solid #e4e4e4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.1rem;
}

.storemap_type
  .storemap_left
  .storemap_con
  .storemap_con_list
  .storemap_con_list_title {
  padding-left: 0.1rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
}

.storemap_type
  .storemap_left
  .storemap_con
  .storemap_con_list
  .storemap_con_list_name {
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
  padding-right: 0.1rem;
}

.main .page24_storemap .storeinfo .storemap_type .map_container {
  width: 7.4rem;
  height: 6.5rem;
}

.main .page24_storemap .storeinfo .storemap_type .map_container .map_info {
  width: 3.92rem;
  height: 1.24rem;
  background: #ffffff;
  border-radius: 6px;
  display: flex;
  align-items: center;
}

.main .page24_storemap .storeinfo .storemap_type .map_container .map_info img {
  width: 0.95rem;
  height: 0.95rem;
  object-fit: cover;
  border-radius: 0.12rem;
  margin: 0 0.25rem;
}

.main
  .page24_storemap
  .storeinfo
  .storemap_type
  .map_container
  .map_info
  .info {
  display: flex;
  flex-direction: column;
}

.main
  .page24_storemap
  .storeinfo
  .storemap_type
  .map_container
  .map_info
  .info
  .name {
  font-size: 0.16rem;
  color: #24242b;
  padding-top: 0.1rem;
}

.main
  .page24_storemap
  .storeinfo
  .storemap_type
  .map_container
  .map_info
  .info
  .address {
  font-size: 0.14rem;
  color: #666666;
  padding-top: 0.1rem;
}

.main .page25 {
  width: 100%;
  height: 6.3rem;
  background: #000 url("../images/page25.png") no-repeat;
  background-size: 100%;
}

.main .page26 {
  width: 100%;
  height: 13.58rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
}

.main .page26 .title {
  font-weight: 500;
  font-size: 0.4rem;
  color: #24242b;
  margin-top: 0.9rem;
}

.main .page26 .desc {
  font-size: 0.18rem;
  color: #24242b;
  margin: 0.4rem 0;
}

.main .page26 .box {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.2rem;
}

.food-img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 9.5rem;
}
.food-img_list .item-box {
  position: relative;
  width: 3.48rem;
  height: 9.5rem;
  display: block;
  margin-right: 0.16rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.food-img_list .item-box.pointer {
  cursor: pointer;
}
.food-img_list .item-box .list-item {
  height: 100%;
}
.food-img_list .item-box .list-item.btn-pointer {
  cursor: pointer;
}
.food-img_list .item-box .list-item .img-box {
  border-radius: 0.1rem;
  overflow: hidden;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
.food-img_list .item-box .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  opacity: 0;
}
.food-img_list .item-box .mask .title {
  padding-top: 0.3rem;
  margin-bottom: 0.2rem;
  text-align: center;
  font-size: 0.38rem;
  font-weight: 700;
  color: #fff;
  line-height: 0.4rem;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  opacity: 0;
   font-family: "思源宋体Regular";
}
.food-img_list .item-box .mask .info {
  text-align: center;
  font-size: 0.24rem;
  font-weight: 400;
  color: #fff;
  line-height: 0.26rem;
  -webkit-transition: all 0.95s;
  transition: all 0.95s;
  opacity: 0;
   font-family: "思源宋体Regular";
}
.food-img_list .item-box:last-child {
  margin-right: 0;
}
.food-img_list .item-box:hover {
  width: 5.2rem;
}
.food-img_list .item-box:hover .img-box {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.food-img_list .item-box:hover .mask {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.food-img_list .item-box:hover .mask .title {
  opacity: 1;
  -webkit-transform: translateY(-0.2rem);
  transform: translateY(-0.2rem);
}
.food-img_list .item-box:hover .mask .info {
  opacity: 1;
  -webkit-transform: translateY(-0.3rem);
  transform: translateY(-0.3rem);
}
.el-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.el-image__inner {
  vertical-align: top;
  width: 100%;
  height: 100%;
}

.main .page27 {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main .page27 .tags {
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
}

.main .page27 .tags div {
  margin: 0 0.25rem;
  padding: 0 0.25rem;
  font-size: 0.24rem;
  color: #333333;
  cursor: pointer;
}

.main .page27 .tags div:hover,
.main .page27 .tags .active {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.58rem;
  background: #d1ad71;
  border-radius: 0.29rem;
  backdrop-filter: blur(0px);
  color: #fff;
}

.main .page27 .box {
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 1rem;
}

.main .page27 .box .list {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.2rem;
  color: #24242b;
  margin-top: 0.4rem;
  margin-right: 1rem;
}
.main .page27 .box .list:nth-child(4n) {
  margin-right: 0px;
}

.main .page27 .box .list img {
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 0.34rem;
  border-radius: 50%;
  object-fit: cover;
}

.main .page28 {
  width: 100%;
  height: 10.8rem;
  background: #000 url("../img/page28.png") no-repeat;
  background-size: 100%;
  position: relative;
}

.main .page28 .form {
  width: 5.6rem;
  height: 6.38rem;
  background: #ffffff;
  position: absolute;
  top: 2.03rem;
  right: 1.16rem;
  align-items: center;
  display: flex;
  flex-direction: column;
  border-radius: 0.1rem;
}

.main .page28 .form .card {
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.8rem 0;
}

.main .page28 .form .card div {
  width: 1.2rem;
  height: 0.3rem;
  background: #fafafa;
  border-radius: 0.08rem;
  font-size: 0.14rem;
  color: #24242b;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.main .page28 .form .card .active {
  background: #000000;
  color: #fff;
}

.main .page28 .form .list {
  width: 4rem;
  height: 0.4rem;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #e4e4e4;
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.2rem;
}

.main .page28 .form .list .label {
  font-size: 0.14rem;
  color: #24242b;
  width: 0.6rem;
  flex-shrink: 0;
}

.main .page28 .form .list input {
  width: 100%;
  font-size: 0.14rem;
  color: #24242b;
  border: none;
}

.main .page28 .form .list img {
  width: 0.6rem;
  height: 0.3rem;
  background: #999999;
  border-radius: 0.08rem;
  flex-shrink: 0;
  object-fit: scale-down;
}

.main .page28 .form .btnt {
  width: 4rem;
  height: 0.4rem;
  background: #000000;
  border-radius: 2px;
  font-size: 0.14rem;
  color: #ffffff;
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .page28 .form .tips {
  width: 4rem;
  margin-top: 0.45rem;
  font-size: 0.12rem;
  color: #24242b;
  line-height: 0.22rem;
}

/*  */
/*  */
.main .page29 {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #000;
  position: relative;
  background-size: 100%;
  /* padding: 0 2.5rem; */
  /* display: flex;
  align-items: center;
  justify-content: space-around; */
}

.main .page29 .page29_bttitle {
  width: 100%;
  height: 0.6rem;
  margin: 0.6rem 0;
  position: relative;
}

.main .page29 .page29_bttitle .page29_bttitle_en {
  font-weight: bold;
  font-size: 0.5rem;
  font-family: SourcehtCN_Medium, SourcehtCN_Medium;
  opacity: 0.3;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(270deg, #ffffff 0%, #000000 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.main .page29 .page29_bttitle .page29_bttitle_cn {
  font-family: SourceHanSerifSC_Medium, SourceHanSerifSC_Medium;
  font-weight: 600;
  font-size: 0.4rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    315deg,
    #f5d6a2 0%,
    #f5e0be 54%,
    #f5d6a2 100%
  );
  letter-spacing: 4px;
  position: absolute;
  left: 50%;
  top: 0.2rem;
  transform: translate(-50%, 0%);
}

.main .page29 .page29_desc {
  font-weight: 400;
  font-size: 0.18rem;
  color: #ffffff;
  text-align: center;
  width: 12rem;
  margin: 0 auto;
}

.page29_type {
  display: flex;
  align-items: center;
  /* justify-content: space-around;  */
  margin: 0.9rem auto;
}

.page29_info {
  margin-left: 2rem;
  width: 3.7rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 0.2rem;
  color: #fff;
}

.page29_info .timeinfo {
  width: 100%;
  height: auto;
}

.page29_info .timeinfo .info {
  width: 3.7rem;
  display: none;
}

.main .page29 .page29_info .timeinfo .info .title {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 500;
  font-size: 0.3rem;
  color: #ffffff;
  margin-bottom: 0.1rem;
}

.main .page29 .page29_info .timeinfo .info .title_en {
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #333333;
}

.main .page29 .page29_info .timeinfo .info .desc_name {
  font-weight: 500;
  font-size: 0.24rem;
  color: #ffffff;
  padding-top: 0.3rem;
}

.main .page29 .page29_info .timeinfo .info .desc {
  font-weight: 400;
  font-size: 0.18rem;
  color: #999999;
  line-height: 0.32rem;
  padding-top: 0.2rem;
  margin-bottom: 0.5rem;
}

.main .page29 .page29_info .rightimg {
  width: 0.6rem;
  height: 0.6rem;
  position: relative;
}

.main .page29 .page29_info .rightimg .right {
  position: absolute;
  left: 0.7rem;
  top: 0;
  cursor: pointer;
}

.main .page29 .page29_info .rightimg .left {
  position: absolute;
  left: 0px;
  top: 0.2rem;
  cursor: pointer;
}

.main .page29 .page29_tb {
  width: 9.2rem;
  height: 7.6rem;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-left: 2.5rem;
}

.main .page29 .mySwiper {
  width: 100%;
  height: 100%;
}

.main .page29 .swiper-slide {
  width: 9.2rem;
  height: 7.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.main .page29 .swiper-slide-prev .prize {
  transform: scale(1) translate(calc(0% + 0.65rem), -35%);
}

.main .page29 .swiper-slide-next {
  opacity: 0.7;
  transform: scale(0.5) !important;
}

.main .page29 .swiper-slide-next .prize {
  transform: scale(1) translate(calc(0% + 0.65rem), 35%);
}

.main .page29 .swiper-slide-next + .swiper-slide .prize {
  transform: scale(1) translate(calc(-100%), -40%);
}

.main .page29 .swiper-slide-active {
  opacity: 1;
  transform: scale(1) !important;
}

.main .page29 .swiper-slide-active .prize {
  transform: translateX(2.6rem);
}

.main .page29 .time {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.main .page29 .time .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.4;
  cursor: pointer;
}

.main .page29 .time .swiper-pagination-bullet.my-bullet-active {
  width: 0.32rem !important;
  background-color: #fff !important;
  border-radius: 4px !important;
  opacity: 1 !important;
}

/*  */
.main .page30 {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #000;
  position: relative;
  background-size: 100%;
  padding-top: 0.8rem;
  /* padding: 0 2.5rem; */
  /* display: flex;
  align-items: center;
  justify-content: space-around; */
}

.main .page30 .page30_bttitle {
  width: 100%;
  height: 0.6rem;
  margin: 0.6rem 0;
  position: relative;
}

.main .page30 .page30_bttitle .page30_bttitle_en {
  font-weight: bold;
  font-size: 0.5rem;
  font-family: SourcehtCN_Medium, SourcehtCN_Medium;
  opacity: 0.3;
  background-image: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.main .page30 .page30_bttitle .page30_bttitle_cn {
  font-family: SourceHanSerifSC_Medium, SourceHanSerifSC_Medium;
  font-weight: 600;
  font-size: 0.4rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    315deg,
    #f5d6a2 0%,
    #f5e0be 54%,
    #f5d6a2 100%
  );
  letter-spacing: 4px;
  position: absolute;
  left: 50%;
  top: 0.2rem;
  transform: translate(-50%, 0%);
}

.main .page30 .page30_desc {
  font-weight: 400;
  font-size: 0.18rem;
  color: #ffffff;
  text-align: center;
  width: 12rem;
  margin: 0 auto;
}

.page30_type {
  display: flex;
  align-items: center;
  margin: 0.9rem auto;
  /* justify-content: space-around;  */
}

.page30_info {
  margin-left: 2rem;
  width: 3.7rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 0.2rem;
  color: #fff;
}

.page30_info .timeinfos {
  width: 100%;
  height: auto;
}

.page30_info .timeinfos .info {
  width: 3.7rem;
}

.main .page30 .page30_info .timeinfos .info .title {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 500;
  font-size: 0.3rem;
  color: #ffffff;
  margin-bottom: 0.1rem;
}

.main .page30 .page30_info .timeinfos .info .title_en {
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #333333;
}

.main .page30 .page30_info .timeinfos .info .desc_name {
  font-weight: 500;
  font-size: 0.24rem;
  color: #ffffff;
  padding-top: 0.3rem;
}

.main .page30 .page30_info .timeinfos .info .desc {
  font-weight: 400;
  font-size: 0.18rem;
  color: #999999;
  line-height: 0.32rem;
  padding-top: 0.2rem;
  margin-bottom: 0.5rem;
}

.main .page30 .page30_info .rightimg {
  width: 0.6rem;
  height: 0.6rem;
  position: relative;
}

.main .page30 .page30_info .rightimg .right {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.main .page30 .page30_info .rightimg .left {
  position: absolute;
  right: 0.7rem;
  top: 0.2rem;
  cursor: pointer;
}

.main .page30 .page30_tb {
  width: 9.2rem;
  height: 7.6rem;
  border-radius: 0.2rem;
  overflow: hidden;
  /*margin-top: 0.9rem;*/
  margin-left: 0.7rem;
}

.main .page30 .mySwiper {
  width: 100%;
  height: 100%;
}

.main .page30 .swiper-slide {
  width: 9.2rem;
  height: 7.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.main .page30 .swiper-slide-prev .prize {
  transform: scale(1) translate(calc(0% + 0.65rem), -35%);
}

.main .page30 .swiper-slide-next {
  opacity: 0.7;
  transform: scale(0.5) !important;
}

.main .page30 .swiper-slide-next .prize {
  transform: scale(1) translate(calc(0% + 0.65rem), 35%);
}

.main .page30 .swiper-slide-next + .swiper-slide .prize {
  transform: scale(1) translate(calc(-100%), -40%);
}

.main .page30 .swiper-slide-active {
  opacity: 1;
  transform: scale(1) !important;
}

.main .page30 .swiper-slide-active .prize {
  transform: translateX(2.6rem);
}

.main .page30 .times {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.main .page30 .times .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.4;
  cursor: pointer;
}

.main .page30 .times .swiper-pagination-bullet.my-bullet-active {
  width: 0.32rem !important;
  background-color: #fff !important;
  border-radius: 4px !important;
  opacity: 1 !important;
}

/*  */
.main .page31 {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #000;
  position: relative;
  background-size: 100%;
  padding-top: 0.8rem;
  /* padding: 0 2.5rem; */
  /* display: flex;
  align-items: center;
  justify-content: space-around; */
}

.main .page31 .page31_bttitle {
  width: 100%;
  height: 0.6rem;
  margin: 0.6rem 0;
  position: relative;
}

.main .page31 .page31_bttitle .page31_bttitle_en {
  font-weight: bold;
  font-size: 0.5rem;
  font-family: SourcehtCN_Medium, SourcehtCN_Medium;
  opacity: 0.3;
  background-image: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.main .page31 .page31_bttitle .page31_bttitle_cn {
  font-family: SourceHanSerifSC_Medium, SourceHanSerifSC_Medium;
  font-weight: 600;
  font-size: 0.36rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    315deg,
    #f5d6a2 0%,
    #f5e0be 54%,
    #f5d6a2 100%
  );
  letter-spacing: 4px;
  position: absolute;
  left: 50%;
  top: 0.2rem;
  transform: translate(-50%, 0%);
}

.main .page31 .page31_desc {
  font-weight: 400;
  font-size: 0.2rem;
  color: #ffffff;
  text-align: center;
  width: 12rem;
  margin: 0 auto;
}

.main .page31 .type {
  width: 14.66rem;
  height: 6.5rem;
  margin: 0.5rem auto 0.8rem;
  position: relative;
}

.main .page31 .type .entitle {
  width: 100%;
  font-weight: 500;
  font-size: 0.94rem;
  color: #ffffff;
  text-align: justify;
  opacity: 0.3;
  position: absolute;
  top: 0.1rem;
  left: 0;
}

.main .page31 .type .list {
  width: 2.8rem;
  height: 4.8rem;
  border-radius: 0.2rem;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
}

.main .page31 .type .list:nth-child(2) {
  left: 0.3rem;
  top: 0.9rem;
}

.main .page31 .type .list:nth-child(3) {
  left: 3.1rem;
  top: 1.9rem;
}

.main .page31 .type .list:nth-child(4) {
  left: 5.9rem;
  top: 0.9rem;
}

.main .page31 .type .list:nth-child(5) {
  left: 8.7rem;
  top: 1.9rem;
}

.main .page31 .type .list:nth-child(6) {
  left: 11.5rem;
  top: 0.9rem;
}

.main .page31 .type .list .con {
  width: 2.8rem;
  height: 4.8rem;
  position: relative;
  top: 0;
  left: 0;
}

.main .page31 .type .list .con .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.8rem;
  height: 4.8rem;
  overflow: hidden;
}
.main .page31 .type .list .con .image img {
  transform: scale(1);
  transition: all 0.5s;
}
.main .page31 .type .list:hover .con .image img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.main .page31 .type .list .con .title {
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 2.8rem;
  font-weight: 500;
  font-size: 0.2rem;
  color: #ffffff;
  text-align: center;
}

.main .page31 .type .list .con .desc {
  position: absolute;
  bottom: 0.65rem;
  left: 0;
  width: 2.8rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
  text-align: center;
}

.main .page31 .more {
  width: 2.4rem;
  height: 0.48rem;
  background: #f5d6a2;
  border-radius: 0.24rem;
  margin: 0.2rem auto 0.5rem;
  font-weight: 400;
  font-size: 0.14rem;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
}

.main .page31 .more a {
  padding: 0.15rem 0.7rem;
  color: #000000;
}

/* 32 */
.page32 {
  width: 100%;
  height: auto;
  background-color: #000;
}
.page32_con {
  width: 75%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.page32 .content {
  width: 6.5rem;
  height: 6.6rem;
  margin-right: 0.2rem;
}

.main .page32 .content .bttitle {
  width: 100%;
  height: 0.6rem;
  margin: 0.6rem 0;
  position: relative;
}

.main .page32 .content .bttitle .bttitle_en {
  font-weight: bold;
  font-size: 0.5rem;
  font-family: SourcehtCN_Medium, SourcehtCN_Medium;
  opacity: 0.3;
  background-image: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.main .page32 .content .bttitle .bttitle_cn {
  font-family: SourceHanSerifSC_Medium, SourceHanSerifSC_Medium;
  font-weight: 600;
  font-size: 0.4rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    315deg,
    #f5d6a2 0%,
    #f5e0be 54%,
    #f5d6a2 100%
  );
  letter-spacing: 4px;
  position: absolute;
  left: 0;
  top: 0.2rem;
}

.main .page32 .content .xian {
  width: 0.5rem;
  height: 0.02rem;
  background: #999999;
}

.main .page32 .content .desc {
  font-weight: 400;
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 0.4rem;
  margin: 0.3rem auto;
}

.main .page32 .content .phone_type {
  display: flex;
  align-items: center;
}

.main .page32 .content .phone_type .phone_img {
  width: 0.37rem;
  height: 0.37rem;
}

.main .page32 .content .phone_type .phone_title {
  font-weight: 500;
  font-size: 0.24rem;
  color: #999999;
  padding-left: 0.15rem;
}

.main .page32 .content .phone {
  font-weight: 400;
  font-size: 0.4rem;
  color: #ffffff;
  line-height: 0.4rem;
  padding-top: 0.2rem;
  font-family: jiangxizhuokai, jiangxizhuokai;
}

.page32 .map {
  width: 8rem;
  height: 6.5rem;
  background-image: url(../images/page32_bj.png);
  background-size: 100% 100%;
  position: relative;
  top: 0.32rem;
}

.page32 .map .list {
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid #313030;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
}

.page32 .map .list:nth-child(1) {
  left: 0.9rem;
  top: 1.5rem;
}

.page32 .map .list:nth-child(2) {
  left: 2.8rem;
  top: 1.5rem;
}

.page32 .map .list:nth-child(3) {
  left: 4.7rem;
  top: 1.5rem;
}

.page32 .map .list .year {
  font-weight: 400;
  font-size: 0.18rem;
  color: #999999;
  text-align: center;
  line-height: 0.65rem;
}

.page32 .map .list .num {
  font-weight: 400;
  font-size: 0.6rem;
  color: #919191;
  text-align: center;
  line-height: 0.95rem;
}

.page32 .map .list .name {
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
  text-align: center;
  line-height: 0.65rem;
}

.page32 .map .list:hover {
  border: 1px solid #fff;
}

.page32 .map .list:hover .num {
  font-weight: 500;
  color: #f8d18e;
}

.page33 {
  width: 100%;
  height: auto;
  background-color: #000;
}
.page33 .type {
  width: 14rem;
  height: 5.6rem;
  margin: 0.5rem auto;
  background-image: url(https://xie-web-img.oss-cn-shanghai.aliyuncs.com/xie-enterprise/pc/page33_bj.png);
  background-size: 100% 100%;
  padding: 0.5rem;
}
.page33 .type .title {
  font-weight: 500;
  font-size: 0.18rem;
  color: #666666;
}

.page33 .type .phone {
  font-weight: 400;
  font-size: 0.4rem;
  color: #f8d18e;
  line-height: 0.5rem;
  font-family: jiangxizhuokai, jiangxizhuokai;
}

.page33 .type .time {
  font-weight: 500;
  font-size: 0.18rem;
  color: #666666;
  padding-top: 0.2rem;
}

.page33 .type .address {
  font-weight: 500;
  font-size: 0.18rem;
  color: #666666;
  padding-top: 0.1rem;
}

.page33 .type .info {
  display: flex;
  margin-top: 0.5rem;
}

.page33 .type .info .list {
  width: 1.5rem;
  height: auto;
  margin-right: 0.25rem;
}
.page33 .type .info .list .image {
  width: 1.5rem;
  height: 1.5rem;
}
.page33 .type .info .list .name {
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.3rem;
  text-align: center;
  padding-top: 0.1rem;
}
/*page34*/
.main .page34 {
  width: 100%;
  height: auto;
  background: #000;
  padding-bottom: 0.6rem;
}

.main .page34 .bttitle {
  width: 75%;
  height: 0.6rem;
  margin: 0.6rem auto;
  position: relative;
}

.main .page34 .bttitle .bttitle_en {
  font-weight: bold;
  font-size: 0.5rem;
  font-family: SourcehtCN_Medium, SourcehtCN_Medium;
  opacity: 0.3;
  background-image: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.main .page34 .bttitle .bttitle_cn {
  font-family: SourceHanSerifSC_Medium, SourceHanSerifSC_Medium;
  font-weight: 600;
  font-size: 0.4rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    315deg,
    #f5d6a2 0%,
    #f5e0be 54%,
    #f5d6a2 100%
  );
  letter-spacing: 4px;
  position: absolute;
  left: 0;
  top: 0.2rem;
}
.page34 .type {
  width: 75%;
  height: auto;
  margin: 0.5rem auto;
  z-index: 10;
  position: relative;
}
.page34 .type .flexing {
  width: 100%;
  height: 30vw;
  display: -ms-flexbox;
  display: flex;
}

.page34 .type .flexing .section {
  cursor: pointer;
  border-radius: 0.2rem;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  margin: 0 0.03rem;
  transition: -ms-flex 0.6s, -ms-flex 0.6s, flex 0.6s;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
}
.page34 .type .flexing .section .msg {
  z-index: 10;
  width: 80%;
  max-width: 80%;
  position: absolute;
  bottom: 0.25rem;
  left: 10%;
}
.page34 .type .flexing .section .msg h4 {
  text-align: center;
  white-space: nowrap;
  width: 100%;
  line-height: 1;
  transition: opacity 0.4s;
  font-weight: 400;
  font-size: 0.18rem;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0.1rem;
}

.page34 .type .flexing .section .msg h5 {
  text-align: left;
  white-space: nowrap;
  width: 100%;
  line-height: 1;
  transition: opacity 0.5s;
  transform: translateZ(0);
  opacity: 0;
  font-weight: 500;
  font-size: 0.3rem;
  color: #ffffff;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0.7rem;
}

.page34 .type .flexing .section .msg p {
  opacity: 0;
  width: 4.1rem;
  line-height: 0.26rem;
  transition: opacity 0.6s;
  position: absolute;
  bottom: 0.06rem;
  left: 0%;
  transform: translateY(0.1rem);
  font-weight: 400;
  font-size: 0.18rem;
  color: #ffffff;
}

.page34 .type .flexing .section .pic {
  /*filter: grayscale();*/
  border-radius: 0.2rem;
  width: 100%;
  height: 100%;
  /*transition: filter 0.6s ease-in-out;*/
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0.1rem;
  overflow: hidden;
}

.page34 .type .flexing .section .pic:after {
  content: "";
  background: linear-gradient(transparent 30%, rgba(0, 0, 0, 0.8) 90%);
  /*background: linear-gradient(transparent 55%, rgba(0, 0, 0, 0.8) 100%);*/
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 800px) {
  .page34 .type .flexing .section.on {
    -ms-flex: 3;
    flex: 3;
  }

  .page34 .type .flexing .section.on .msg h4 {
    width: 0%;
  }
  .page34 .type .flexing .section.on .msg h4 {
    transition: opacity 0.5s;
    opacity: 0;
    text-align: center;
    pointer-events: none;
    font-size: 0.18rem;
  }

  .page34 .type .flexing .section.on .msg h5 {
    opacity: 1;
    height: auto;
    transition: opacity 0.5s;
  }

  .page34 .type .flexing .section.on .msg p {
    width: 4.1rem;
    transition: opacity 0.5s ease-in-out, transform 0.6s;
    opacity: 1;
    transition-delay: 0.2s;
    transform: none;
  }

  .page34 .type .flexing .section.on .pic {
    filter: grayscale(0);
  }
}
/* 底部 */

.main .public-footer {
  width: 100%;
  height: 7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #000 url("../images/footerbj.jpg") no-repeat;
  background-size: 100%;
  border-top: 1px solid #2f2f2f;
  position: relative;
}

.main .public-footer .top {
 
  font-size: 0.13rem;
  color: #F8D18E;
  width: 1rem;
  height: 0.3rem;
  margin-top: 0.1rem;
  position: fixed;
  right: 1.7rem;
  bottom: 2rem;
  z-index: 9;
  /*backdrop-filter: blur(15px);*/
  /* 设置模糊程度 */
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /*box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);*/
}

.main .public-footer .top img {
  width: 0.12rem;
  height: 0.07rem;
  margin-right: 0.1rem;
}

.main .public-footer .linkNav_type {
  height: 0.6rem;
  width: 13.04rem;
  position: relative;
  border-radius: 6px;
  margin: 0px auto;
  overflow: hidden;
}
.main .public-footer .linkNav_list {
  width: 13.04rem;
  position: absolute;
  top: 0px;
  left: 0px;
}

.main .public-footer .linkNav {
  height: 0.6rem;
  border-radius: 6px;
  background: linear-gradient(180deg, #ffffff 0%, #f2ede1 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.main .public-footer .linkNav .li {
  width: 2.6rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.main .public-footer .linkNav .li img {
  width: 0.37rem;
  height: 0.37rem;
  margin-right: 0.28rem;
}

.main .public-footer .linkNav .li .in {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.08rem;
  color: #999999;
}

.main .public-footer .linkNav .li .in span {
  font-weight: 500;
  font-size: 0.16rem;
  color: #333333;
}

.main .public-footer .linkNav .li:hover {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #efdfbd 100%);
  background: -webkit-linear-gradient(top, white 0%, #efdfbd 100%);
  background: linear-gradient(to bottom, white 0%, #efdfbd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efdfbd', GradientType=0);
}

.main .public-footer .linkNav .fg {
  width: 1px;
  height:0.6rem;
  background-color: #beb8a8;
}

.main .public-footer .info {
  width: 13.04rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  /* padding: 0 2.5rem; */
  margin-top: 0.5rem;
  position: relative;
}

.main .public-footer .info .logo {
  position: absolute;
  left: 0px;
  bottom: 0.5rem;
  width: 1.84rem;
  height: 1.29rem;
}

.main .public-footer .info .content {
  width: 8.3rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.main .public-footer .info .content .li {
  display: flex;
  flex-direction: column;
}

.main .public-footer .info .content .li .title {
  font-size: 0.16rem;
  color: #bcbcbc;
  margin-bottom: 0.25rem;
}

.main .public-footer .info .content .li .link {
  font-size: 0.14rem;
  color: #fff;
  margin-bottom: 0.1rem;
  cursor: pointer;
}

.main .public-footer .info .right {
  display: flex;
  flex-direction: column;
}

.main .public-footer .info .right .zdwm {
  font-weight: 500;
  font-size: 0.16rem;
  color: #bcbcbc;
}

.main .public-footer .info .right .phone {
  font-size: 0.16rem;
  color: #f8d18e;
  margin-top: 0.23rem;
}

.main .public-footer .info .right .pt {
  display: flex;
  margin-top: 0.23rem;
  align-items: center;
}

.main .public-footer .info .right .pt .pt_tab {
  cursor: pointer;
  width: 0.34rem;
  height: 0.34rem;

  margin-right: 0.3rem;
}

.main .public-footer .info .right .pt .pt_tab .tabimg {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.main .public-footer .info .right .pt .pt_tab .tabimg1 {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.main .public-footer .info .right .pt .active .tabimg {
  display: block;
}

.main .public-footer .info .right .pt .active .tabimg1 {
  display: none;
}

.main .public-footer .info .right .gzh {
  font-size: 0.16rem;
  color: #ffffff;
  padding: 0.15rem 0;
  width: 2.97rem;
  margin-top: 0.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.main .public-footer .info .right .code {
  width: 1.66rem;
  object-fit: contain;
  margin-top: 0.18rem;
}

.main .public-footer .info .right .desc {
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.2rem;
  margin-top: 0.1rem;
}

.main .public-footer .filings {
  width: 100%;
  height: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #2f2f2f;
  font-size: 0.14rem;
  color: #fff;
  margin-top: 0.8rem;
}

.main .public-footer .filings img {
  width: 0.16rem;
  height: 0.16rem;
  margin-left: 0.05rem;
}
