
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
img {
  display: block;
  max-width: 100%;
}
a,
a:hover {
  color: inherit;
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
html {
  background-color: #f3ebd9;
}
body {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  min-height: 100vh;
}
input {
  appearance: none;
  outline: none;
  font-family: inherit;
  box-shadow: none;
  background: transparent;
  border: none;
  border-radius: 0;
  color: inherit;
}
input::placeholder {
  font-family: inherit;
  color: inherit;
  opacity: 0.45;
}
.virtual-scroll {
  position: fixed;
  width: 17px;
  height: 100vh;
  right: 0;
  top: 0;
  z-index: 35;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  transition: opacity 0.25s;
  user-select: none;
  display: none;
}
.virtual-scroll:hover {
  opacity: 1;
  background-color: #fff;
}
.virtual-scroll:hover .virtual-scroll-thumb {
  width: 13px;
  border-radius: 0px;
}
.virtual-scroll:before {
  content: "";
  position: absolute;
  width: 100vw;
  right: 0;
  height: 100vh;
  top: 0;
  display: none;
  z-index: -1;
}
.virtual-scroll.dblclick:hover:after {
  content: "双击返回顶部";
  position: absolute;
  line-height: 40px;
  padding: 0 30px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  right: 25px;
  bottom: 50px;
  white-space: nowrap;
  pointer-events: none;
  font-size: 14px;
}
.virtual-scroll.active {
  opacity: 1;
}
.virtual-scroll.mousedown:before {
  display: block;
}
.virtual-scroll .virtual-scroll-thumb {
  position: absolute;
  width: 7px;
  height: 200px;
  background-color: #444;
  right: 2px;
  border-radius: 7px;
  top: 0;
  transition: background-color 0.25s;
  cursor: pointer;
}
.virtual-scroll .virtual-scroll-thumb:hover {
  background-color: #222;
}
.virtual-scroll .virtual-scroll-thumb:hover.active {
  background-color: #000;
}
.virtual-scroll .virtual-scroll-thumb.active {
  background-color: #000;
}
html,
body {
  scrollbar-width: none;
}
::-webkit-scrollbar {
  display: none;
}
html {
  /* background-color: #f7f7f7; */
  font-size: 100px;
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: "iconfont"; /* Project id 2770605 */
  src: url("../font/iconfont.woff2")
      format("woff2"),
    url("../font/iconfont.woff")
      format("woff"),
    url("../font/iconfont.ttf")
      format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
}


@font-face {
  font-family: "iconfont2"; /* Project id 4652740 */
  src: url('../font/iconfont2.woff2?t=1723560484699') format('woff2'),
       url('../font/iconfont2.woff?t=1723560484699') format('woff'),
       url('../font/iconfont2.ttf?t=1723560484699') format('truetype');
}

.iconfont2 {
  font-family: "iconfont2" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* @font-face {
  font-family: "chagee";
  src: url("https://oss.chagee.com/web/assets/fonts/SourceHanSerifCN-Regular-1712153773760.woff2") format("woff2"), url("https://oss.chagee.com/web/assets/fonts/SourceHanSerifCN-Regular-1712153773760.woff") format("woff"), url("https://oss.chagee.com/web/assets/fonts/SourceHanSerifCN-Regular-1712153773760.ttf") format("truetype");
} */

@font-face {
  font-family: "chagee";
  font-weight: bold;
  src: url("../font/SourceHanSerifCN-Bold-1712153773760.woff2")
      format("woff2"),
    url("../font/SourceHanSerifCN-Bold-1712153773760.woff")
      format("woff"),
    url("../font/SourceHanSerifCN-Bold-1712153773760.ttf")
      format("truetype");
}

@font-face {
  font-family: "chagee";
  font-weight: normal;
  src: url("../font/SourceHanSerifCN-Regular-1712153773760.woff2")
      format("woff2"),
    url("../font/SourceHanSerifCN-Regular-1712153773760.woff")
      format("woff"),
    url("../font/SourceHanSerifCN-Regular-1712153773760.ttf")
      format("truetype");
}


@font-face {
  font-family: "bt";
  src: url("../font/VQQcB8I6PD4A.woff2")
      format("woff2"),
    url("../font/VQQcB8I6PD4A.woff")
      format("woff");
}

body {
  color: #3e3e3e;
  min-height: 100vh;
  font-size: 16px;
  font-family: "Source Han Serif CN", "chagee", "Segoe UI", "Helvetica Neue",
    sans-serif;
  width: 100%;
  overflow-x: hidden;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
.notfound-box {
  height: 100vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.notfound-box p {
  font-size: 0.3rem;
  font-weight: bold;
}
.notfound-box a {
  display: block;
  margin-top: 0.2rem;
  background-color: #e00509;
  color: #fff;
  border-radius: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0.3rem;
}
body.show-loader::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  height: 2px;
  background-color: rgba(224, 5, 9, 0.1);
  width: 100%;
  z-index: 30;
  pointer-events: none;
}
body.show-loader::after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  height: 2px;
  background-color: rgba(224, 5, 9, 0.5);
  width: 50px;
  z-index: 30;
  pointer-events: none;
  -webkit-animation: load 2s linear infinite;
  animation: load 2s linear infinite;
}
@-webkit-keyframes load {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100vw);
  }
}
@keyframes load {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100vw);
  }
}
.to-top {
  position: absolute;
  right: 0.5rem;
  bottom: 0.4rem;
  background-color: #011e41;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  z-index: 4;
}
.to-top.home-page {
  bottom: calc(0.4rem + 80px);
}
.to-top .iconfont {
  transform: rotate(180deg);
  font-size: 0.24rem;
}
.to-top .t {
  font-size: 14px;
  margin-top: 5px;
}
.to-top::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  background-color: #011e41;
  opacity: 0.2;
  z-index: -1;
  transition: all 0.25s;
}
.to-top:hover::after {
  transform: scale(1.2);
}

.content-scroll {
  height: 100vh;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: fixed;
  width: 100vw;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #f3ebd9;
}
.content-scroll .wrapper-scroll {
  position: relative;
  z-index: 1;
}
@media (min-width: 1921px) {
  .content-scroll {
    left: 50%;
    margin-left: -960px;
  }
}
.zs {
  /* background-image: url(https://oss.chagee.com/web/assets/images/zstn.png); */
  max-width: 1920px;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 3;
  background-size: auto 100%;
  background-position: center center;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(110%);
  transition: transform 0.25s;
}

.about .section1 .swiper-container,
.about .section3 .swiper-container {
  --swiper-theme-color: #e00509;
}

.about .section1 .swiper-container:hover .s-a,
.about .section3 .swiper-container:hover .s-a {
  opacity: 1;
  transform: translateX(0);
}

.about .section1 .swiper-container:hover .s-a.s-a-r,
.about .section3 .swiper-container:hover .s-a.s-a-r {
  transform: translateX(0);
}

.about .section1 .swiper-container .s-a,
.about .section3 .swiper-container .s-a {
  position: absolute;
  width: 0.6rem;
  left: 0.3rem;
  top: 50%;
  margin-top: -0.3rem;
  z-index: 3;
  cursor: pointer;
  transition: all 0.25s;
  opacity: 0;
  transform: translateX(-1rem);
}

.about .section1 .swiper-container .s-a:hover,
.about .section3 .swiper-container .s-a:hover {
  transform: scale(1.1) translateX(0);
}

.about .section1 .swiper-container .s-a.s-a-r:hover,
.about .section3 .swiper-container .s-a.s-a-r:hover {
  transform: scale(1.1) translateX(0);
}

.about .section1 .swiper-container .s-a.s-a-r,
.about .section3 .swiper-container .s-a.s-a-r {
  left: auto;
  right: 0.3rem;
  transform: translateX(1rem);
}

.zs.active {
  transform: translateY(0);
}
.loader {
  position: fixed;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
  z-index: 20;
  background-color: #fff;
}
.loader .loading {
  width: 2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1rem 0 0 -1rem;
}
.loader .loading svg {
  stroke: #222;
  fill: #fff;
  stroke-dasharray: 1500 1500;
  stroke-dashoffset: -1500;
}
.bg-linear {
  /* background-image: linear-gradient(to right, #bbcbca, #f1f4f4, #bbcbca); */
}
canvas {
  max-width: 100%;
  max-height: 100%;
}
body.release .content-scroll {
  position: fixed;
  height: 100vh;
}
body.release .content-scroll .wrapper-scroll {
  will-change: transform;
}
.menu {
  position: fixed;
  right: calc(98 / 1920 * 100vw);
  top: calc(66 / 1920 * 100vw);
  z-index: 10;
  pointer-events: none;
  cursor: pointer;
  background-color: #f3ebd9;
  box-shadow: 0 0 0 10px #f3ebd9;
  border-radius: 50%;
}
@media (min-width: 1921px) {
  .menu {
    top: 66px;
    right: calc(50vw - 960px + 98px);
  }
}
.menu .lists {
  color: #222;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.menu .lists a + a {
  margin-top: 0.2rem;
}
.menu .lists {
  position: absolute;
  width: 2rem;
  top: 3rem;
  left: -0.5rem;
}
.menu .line {
  position: absolute;
  width: 0.51rem;
  top: 1.15rem;
  left: -0.07rem;
  display: none;
}
.menu .t {
  font-size: 18px;
  font-weight: 700;
}
.menu .e {
  white-space: nowrap;
}
.menu .lists a {
  line-height: 1.3;
  display: none;
}
.menu .lists a:hover {
  color: #e00509;
}
.menu .lists a .text {
  transform: rotate(-5deg);
  transform-origin: left center;
}
.menu .lists a:nth-child(3n) {
  margin-left: -0.1rem;
}
.menu .lists a:nth-child(1) {
  margin-top: 0;
}
.menu .lists a:nth-child(even) {
  margin-bottom: 0.2rem;
}
.menu .lists a:nth-child(even) .text {
  transform: rotate(5deg);
  margin-left: 0.25rem;
}
.menu .c-box {
  width: 1rem;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.menu .c-box .c {
  -webkit-animation: rotation-clockwise 10s linear infinite;
  animation: rotation-clockwise 10s linear infinite;
}
.menu .c-box .cc {
  position: absolute;
  left: 0;
  top: 0;
}
.menu .box {
  position: absolute;
  height: 8rem;
  width: 3rem;
  top: 0;
  right: -1rem;
  display: none;
}
.menu.on {
  pointer-events: all;
}
.menu.active .box {
  display: block;
}
.content-scroll::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 5;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.75s;
}
.content-scroll.active::before {
  opacity: 1;
}
.page-icons {
  position: fixed;
  left: 40px;
  top: calc(100vh - 240px);
  z-index: 5;
}
.page-icons ul li {
  width: 30px;
  line-height: 28px;
  border-radius: 50%;
  display: block;
  border: 1px solid #111;
  text-align: center;
  font-size: 18px;
  transition: all 0.25s;
}
.page-icons ul li:hover {
  color: #e00509;
  border-color: #e00509;
}
.page-icons ul li + li {
  margin-top: 15px;
}
.page-icons ul li.contact {
  width: auto;
  line-height: 1.3;
  border: none;
  font-size: 0.22rem;
  display: none;
}

.home-page .page-icons.page-icons-index {
  top: calc(100vh + 0.5rem);
}

.page-icons.page-icons-index {
  top: calc(100vh - 250px);
}
.page-icons.page-icons-index li.contact {
  display: block;
}
.header-logo {
  position: absolute;
  display: flex;
  left: 0.77rem;
  top: 0.6rem;
  z-index: 3;
  align-items: flex-end;
  flex-direction: column;
  z-index: 5;
}
.header-logo .logo-img {
  width: 2.5rem;
  display: block;
}
.header-logo ul {
  display: flex;
  padding-left: 0.9rem;
  width: 100%;
  justify-content: center;
}
.header-logo ul li {
  width: 30px;
  line-height: 28px;
  border-radius: 50%;
  display: block;
  border: 1px solid #111;
  text-align: center;
  font-size: 18px;
  transition: all 0.25s;
}
.header-logo ul li:hover {
  color: #e00509;
  border-color: #e00509;
}
.header-logo ul li + li {
  margin-left: 15px;
}
.news-detail {
  font-family: "微软雅黑";
}
.news-detail .section1 {
  min-height: calc(100vh - 1.5rem);
  padding-top: 2rem;
}
.news-detail .section1 .bg {
  /* background-image: url(https://oss.chagee.com/web/assets/images/bg.jpg); */
  height: 5rem;
  background-size: cover;
  background-position: center center;
  opacity: 0.9;
}
.news-detail .section1 .content {
  position: relative;
  z-index: 2;
  width: 14rem;
  margin: -2rem auto 0;
  display: flex;
  /* background-color: #f7f7f7; */
}
.news-detail .section1 .content .left {
  padding: 0.8rem;
}
.news-detail .section1 .content .left img {
  height: auto !important;
}
.news-detail .section1 .content .left .t {
  margin-bottom: 0.3rem;
}
.news-detail .section1 .content .left .t h3 {
  font-size: 0.3rem;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}
.news-detail .section1 .content .left .box {
  line-height: 2;
  font-size: 16px;
  text-align: justify;
}
.news-detail .section1 .content .left .box img {
  display: inline-block;
  margin: 0.2rem auto;
}
.home {
  padding-bottom: 80px;
}
.home .section1 {
  height: 100vh;
  position: relative;
}
.home .section1 .from {
  width: 2.3rem;
  left: 6.2rem;
  top: 1.1rem;
  position: absolute;
}
.home .section1 .slogan {
  width: 100%;
  height: auto;
  /* object-fit: cover;
  object-position: center; */
}
.home .section1 .cav1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.home .section1 .cav1 canvas {
  position: relative;
  z-index: 2;
  display: block;
}
.home .cup-box {
  opacity: 0;
}
.home .cup-box .shadow {
  width: 30%;
  right: 32%;
  bottom: 0;
  position: absolute;
  z-index: 1;
  transform-origin: center bottom;
  will-change: transform;
}
.home .section2 {
  text-align: center;
  font-size: 0.2rem;
  line-height: 2;
  padding: 1.5rem 3rem 0.55rem;
}
.home .section2 h3 {
  font-size: 0.4rem;
  line-height: 1.5;
}
.home .section2 span {
  display: block;
}
.home .section2 .content {
  white-space: pre-line;
  margin-top: 2.3rem;
}
.home .section2 p {
  margin-top: 0.3rem;
}
.home .section2 .item + .item {
  margin-top: 0.4rem;
}
.home .section2-1 {
  /* background-image: url("https://oss.chagee.com/web/assets/SVG/chagge-fill-vertical.svg"); */
  background-repeat: no-repeat;
  background-position: center 0;
  padding: 0.65rem 1.15rem 1.9rem;
  background-size: 1.6rem auto;
}
.home .section2-1 .lists {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.home .section2-1 .lists .item:nth-child(even) {
  align-self: flex-end;
  padding-left: 0.6rem;
}
.home .section2-1 .lists .item:nth-child(even) .text {
  padding-left: 0.8rem;
}
.home .section2-1 .lists .item:nth-child(even) .text:before {
  left: 4.65rem;
}
.home .section2-1 .lists .item {
  width: 8.2rem;
}
.home .section2-1 .lists .item:nth-child(1) .text {
  margin-left: 1.2rem;
}
.home .section2-1 .lists .item:nth-child(3) {
  padding-left: 1.4rem;
}
.home .section2-1 .lists .item:nth-child(3) .flex {
  padding-left: 0.4rem;
}
.home .section2-1 .lists .item h3 {
  font-size: 1.3rem;
  color: #011e41;
  line-height: 1;
  text-transform: uppercase;
  font-family: "bt", "chagee";
  margin-bottom: 0.1rem;
}
.home .section2-1 .lists .item span {
  font-size: 0.7rem;
  color: #011e41;
  vertical-align: top;
}
.home .section2-1 .lists .item span + span {
  font-size: 0.4rem;
}
.home .section2-1 .lists .item .flex {
  display: flex;
}
.home .section2-1 .lists .item .flex span {
  font-weight: 700;
  display: block;
  line-height: 1;
}
.home .section2-1 .lists .item .flex p {
  padding-left: 0.2rem;
}
.home .section2-1 .lists .item .text {
  padding-left: 1.6rem;
  position: relative;
}
.home .section2-1 .lists .item .text .remark {
  margin-top: 0.2rem;
  opacity: 0.5;
}
.home .section2-1 .lists .item .text:before {
  content: "";
  position: absolute;
  width: 1.3rem;
  height: 2px;
  background-color: #011e41;
  left: 0;
  top: 0.25rem;
}
.home .section2-1 .lists .item .text .title {
  font-size: 0.36rem;
  font-weight: 700;
  padding-bottom: 5px;
}
.home .section2-1 .lists .item .text .des {
  font-size: 0.22rem;
  line-height: 1.7;
  opacity: 0.7;
}
.home .section2-1 .lists .item + .item {
  margin-top: 0.2rem;
}
.home .cav2s canvas,
.home .cav4 canvas,
.home .cav5 canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: relative;
  z-index: 2;
}
.home .cav4 {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  height: 100%;
}
.home #cav4,
.home #cav5 {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
}
.home .section3 {
  position: relative;
  padding-bottom: 2rem;
  margin-top: 1rem;
}
.home .section3 .cav2 {
  position: absolute;
  width: 4.5rem;
  right: 1.7rem;
  top: 0.6rem;
}
.home .section3 .cav2 .circle {
  -webkit-animation: rotation-clockwise 16s linear infinite;
  animation: rotation-clockwise 16s linear infinite;
}
.home .section3 .cav2s {
  position: absolute;
  width: 4.5rem;
  height: 4.5rem;
  right: 1.7rem;
  top: 0.6rem;
  z-index: 3;
}
.home .section3 .cav2s canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
  position: relative;
  z-index: 2;
}
.home .section3 .cav2s .shadow {
  width: 50%;
  right: 25%;
}
.home .section3 .box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.home .section3 .box .img-lists {
  width: 12.5rem;
  height: 12.5rem;
  position: relative;
  z-index: 1;
}
.home .section3 .box .img-lists .item {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center top;
}
.home .section3 .box .img-lists .item .bg {
  background-size: cover;
  background-position: center center;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  transform: scale(1.2);
  opacity: 0.4;
  position: relative;
  height: 100%;
  width: 100%;
}
.home .section3 .box .img-lists .item .img {
  width: 11.6rem;
  height: 11.6rem;
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
.home .section3 .box .title-lists {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 3;
  padding-left: 1.6rem;
}
.home .section3 .box .title-lists .wrapper:hover .item:hover .text {
  color: #e00509;
  transform: translateX(0.3rem);
}
.home .section3 .box .title-lists .wrapper:hover .item:hover .text .svg {
  filter: invert(26%) sepia(93%) saturate(6850%) hue-rotate(353deg)
    brightness(82%) contrast(111%);
}
.home .section3 .box .title-lists .item {
  position: relative;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
}
.home .section3 .box .title-lists .item.active .text {
  color: #e00509;
  transform: translateX(0.3rem);
}
.home .section3 .box .title-lists .item.active .text .svg {
  filter: invert(26%) sepia(93%) saturate(6850%) hue-rotate(353deg)
    brightness(82%) contrast(111%);
}
.home .section3 .box .title-lists .item .arrow {
  position: absolute;
  width: 1.7rem;
  height: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  left: -1.3rem;
  margin-top: -0.6rem;
  top: 0;
  transform: translateX(0);
  transition: transform 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.home .section3 .box .title-lists .item .arrow:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 50%;
  left: 0;
  top: 0;
  transform: scale(0.5);
  opacity: 0;
  transition: transform 0.32s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.12s ease;
}
.home .section3 .box .title-lists .item .arrow img {
  width: 0.9rem;
  position: relative;
  z-index: 2;
  transition: opacity 0.3s;
}
.home .section3 .box .title-lists .item .arrow .border {
  transition: opacity 0.2s ease;
}
.home .section3 .box .title-lists .item .arrow .fill {
  position: absolute;
  z-index: 3;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-0.5rem);
}
.home .section3 .box .title-lists .item:hover .arrow,
.home .section3 .box .title-lists .item.active .arrow {
  transform: translateX(0.2rem);
}
.home .section3 .box .title-lists .item:hover .arrow:before,
.home .section3 .box .title-lists .item.active .arrow:before {
  opacity: 1;
  transform: scale(1);
}
.home .section3 .box .title-lists .item:hover .arrow .border,
.home .section3 .box .title-lists .item.active .arrow .border {
  opacity: 0;
  transition: transform 0.14s cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 0.14s ease;
  transform: translateX(0.2rem);
}
.home .section3 .box .title-lists .item:hover .arrow .fill,
.home .section3 .box .title-lists .item.active .arrow .fill {
  opacity: 1;
  transition: transform 0.32s cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 0.12s ease;
  transform: translateX(0);
}
.home .section3 .box .title-lists .item .text {
  position: relative;
  z-index: 3;
  transition: color 0.3s, transform 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.home .section3 .box .title-lists .item .text .svg {
  height: 0.95rem;
  max-width: unset;
  margin-bottom: 0.15rem;
  transition: fill 0.3s, stroke 0.3s;
  fill: #fff;
  display: block;
  stroke-width: 0.2;
  stroke: #fff;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(199deg)
    brightness(102%) contrast(101%);
}
.home .section3 .box .title-lists .item .text .border {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.home .section3 .box .title-lists .item .text .des {
  font-size: 0.3rem;
}
.home .section3 .box .title-lists .item + .item {
  margin-top: 0.5rem;
}
.home .section4 {
  position: relative;
  padding: 1rem 0;
  margin-top: -2px;
}
.home .section4 .cav5 {
  position: absolute;
  width: 6.3rem;
  right: 0.95rem;
  bottom: 2.6rem;
}
.home .section4 .cav5 canvas {
  position: absolute;
  left: 0;
  top: 0;
}
.home .section4 .cav5 .shadow {
  width: 50%;
  right: 25%;
}
.home .section4 .cav5 .svg {
  -webkit-animation: rotation-clockwise-reserve 16s linear infinite;
  animation: rotation-clockwise-reserve 16s linear infinite;
}
.home .section4 .text {
  padding: 1.4rem 0 1.6rem 1.1rem;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  white-space: pre-line;
  max-width: 50%;
}
.home .section4 .text p + p {
  margin-top: 0.55rem;
}
.home .section4 .text span {
  position: relative;
}
.home .section4 .text img {
  max-width: 100%;
}
.home .section4 .text span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #fff;
  left: 0;
  bottom: -20px;
}
.home .section3-1 {
  height: 110vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  color: #fff;
  padding-bottom: 2.5rem;
}
.home .section3-1 .text {
  position: relative;
  z-index: 2;
  line-height: 1.3;
  white-space: pre-line;
}
.home .section3-1 .mask {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  z-index: 3;
  /* background-color: #F3EBD9; */
}

.home .section3-1 .bg {
  background-size: 100% auto;
  background-position: center top;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home .section5 {
  position: relative;
  padding: 0 0 2.5rem;
  z-index: 3;
  margin-top: -4px;
  /* background-image: url(https://oss.chagee.com/web/assets/images/bgbg.jpg); */
  background-size: 100% auto;
  background-color: #f3ebd9;
}
.home .section5 .circle {
  position: relative;
}
.home .section5 .circle .bg-box {
  border-radius: 50%;
  width: 100%;
  position: relative;
  height: 100%;
}
.home .section5 .circle:hover .bg::before {
  opacity: 0.35;
}
.home .section5 .circle:hover .text {
  transform: translateY(-1.2rem);
}
.home .section5 .circle:hover .text .iconfont {
  transform: rotate(-135deg) translateY(0) scale(1);
  opacity: 1;
}
.home .section5 .circle .bg {
  width: 100%;
  position: relative;
  height: 100%;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
}
.home .section5 .circle .bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.75s ease-in-out;
}
.home .section5 .circle .text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  font-size: 0.36rem;
  padding: 0.9rem;
  color: #fff;
  transition: transform 0.5s;
}
.home .section5 .circle .text .iconfont {
  width: 1.2rem;
  line-height: 1.2rem;
  border-radius: 50%;
  background-color: #e00509;
  text-align: center;
  transform: rotate(-90deg) translateY(0) scale(0.5);
  margin: 0 auto;
  position: absolute;
  opacity: 0;
  transition: all 0.5s;
  bottom: -0.6rem;
  left: 50%;
  margin-left: -0.6rem;
  cursor: pointer;
}
.home .section5 .circle1 {
  width: 8.8rem;
  height: 8.8rem;
  margin-left: 1rem;
}
.home .section5 .circle2 {
  width: 5.3rem;
  height: 5.3rem;
  margin-left: 3.2rem;
  margin-top: 0.4rem;
}
.home .section5 .circle3 {
  width: 6.8rem;
  height: 6.8rem;
  margin-left: 3.9rem;
  margin-top: 1.4rem;
}
.home .section5 .circle3 .svg {
  width: 9.2rem;
  height: 9.2rem;
  pointer-events: none;
  margin: -1.2rem 0 0 -1.2rem;
  position: absolute;
  left: 0;
  top: 0;
}
.home .section5 .circle4 {
  width: 4.2rem;
  height: 4.2rem;
  position: absolute;
  left: 11rem;
  top: 8rem;
}
.home .section5 .circle4 .svg {
  width: 6.7rem;
  height: 6.7rem;
  pointer-events: none;
  margin: -1.25rem 0 0 -1.25rem;
  position: absolute;
  left: 0;
  top: 0;
}
.home .section5 .circle5 {
  width: 9rem;
  height: 9rem;
  position: absolute;
  right: 0;
  top: 14rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .section5 .circle5 .border {
  width: 4.7rem;
}
.home .section5 .circle5 .shadow {
  width: 50%;
  right: 25%;
}
.home .section5 .titles {
  position: absolute;
  left: 1.1rem;
  z-index: 3;
  top: 2rem;
  color: #e00509;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.2;
}
.home .section6 {
  height: 90vh;
  /* background-color: #222; */
  overflow: hidden;
  position: relative;
  margin-top: -2px;
}
.home .section6 .bg {
  background-size: 100% auto;
  position: absolute;
  width: 100%;
  height: 12.58rem;
  left: 0;
  bottom: 0;
}
.home .section7 {
  position: relative;
  z-index: 2;
  padding: 0.8rem 0 1.8rem;
  background-color: #f3ebd9;
}
.home .section7 .partner {
  padding-bottom: 2rem;
}
.home .section7 .partner .title {
  height: 1.7rem;
  margin-left: 1.35rem;
}
.home .section7 .partner .star_war {
  height: 5rem;
  margin-top: 1rem;
  position: relative;
}
.home .section7 .partner .star_war canvas {
  width: 100% !important;
  height: auto !important;
}
.home .section7 .partner .star_war:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: -6px;
  background: linear-gradient(to bottom, #f7f7f7, rgba(247, 247, 247, 0));
  height: 30%;
  z-index: 3;
}
.home .section7 .partner .star_war:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -6px;
  background: linear-gradient(to top, #f7f7f7, rgba(247, 247, 247, 0));
  height: 30%;
  z-index: 3;
}
.home .section7 .text {
  padding-bottom: 0.6rem;
}
.home .section7 .text img {
  width: 10.65rem;
  margin: 0 auto;
}
.home .section7 .flex {
  display: flex;
}
.home .section7 .left {
  width: 9rem;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
}
.home .section7 .left .earth {
  position: relative;
  width: 9rem;
  padding-right: 1rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.home .section7 .left .earth img {
  position: relative;
  z-index: 2;
  width: 100%;
}
.home .section7 .STORE {
  height: 1.8rem;
}
.home .section7 .right {
  flex: auto;
  color: #3e3e3e;
}
.home .section7 .top {
  align-items: flex-end;
  padding-top: 0.4rem;
  transform: translate3d(0, 0, 0);
}
.home .section7 .search-box {
  flex-shrink: 0;
}
.home .section7 .search-box .location {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
}
.home .section7 .search-box .location .iconfont {
  font-size: 0.3rem;
  color: #011e41;
}
.home .section7 .search-box .location .black {
  font-size: 20px;
  color: #3e3e3e;
}
.home .section7 .search-box .location .address {
  margin: 0 10px 0 5px;
}
.home .section7 .search-box .input {
  width: 3.6rem;
  position: relative;
  padding-left: 20px;
}
.home .section7 .search-box .input input {
  height: 55px;
  font-size: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  font-family: initial;
  padding-right: 65px;
}
.home .section7 .search-box .input .search {
  position: absolute;
  font-size: 28px;
  right: 0;
  bottom: 0;
  line-height: 55px;
  width: 55px;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
}
.home .section7 .links {
  flex: auto;
  display: flex;
  overflow: hidden;
  height: 105px;
  background-image: url(../image/links1.png);
  background-position: left center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0.4rem;
  color: #fff;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
.home .section7 .links .img {
  background-image: url("../image/chagge-border.svg");
  background-size: auto 100%;
  height: 0.2rem;
  width: 100%;
  opacity: 0.3;
}
.home .section7 .links p {
  font-size: 0.36rem;
  font-weight: 700;
  font-style: italic;
}
.home .section7 .links .link {
  padding: 0 10px;
}
.home .section7 .scroll-y {
  margin-top: 0.35rem;
  overflow-y: auto;
  height: 6.2rem;
}
.home .section7 .scroll-y ::-webkit-scrollbar {
  display: block;
  width: 18px;
  background-color: #eee;
}
.home .section7 .scroll-y ::-webkit-scrollbar-thumb {
  background-color: #666;
}
.home .section7 .store-lists {
  display: flex;
  flex-wrap: wrap;
}
.home .section7 .store-lists .item {
  width: 50%;
  padding-right: 0.9rem;
  display: flex;
}
.home .section7 .store-lists .item .flex {
  align-items: flex-start;
}
.home .section7 .store-lists .item .no {
  width: 26px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  background-color: #011e41;
  border-radius: 50%;
  flex-shrink: 0;
}
.home .section7 .store-lists .item .context {
  margin-left: 0.2rem;
  flex: auto;
  color: #5d5d5d;
  line-height: 1.7;
  text-align: justify;
}
.home .section7 .store-lists .item .store-name {
  font-size: 18px;
  color: #262626;
  font-weight: 500;
}
.home .section7 .store-lists .item .store-address {
  margin: 3px 0 6px;
}
.home .section7 .store-lists .item:nth-child(n + 3) {
  margin-top: 0.5rem;
}
@-webkit-keyframes scroll_x {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(50%, 0, 0);
  }
}
@keyframes scroll_x {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(50%, 0, 0);
  }
}
.product {
  display: flex;
}
.product .section {
  width: 100vw;
  height: 100vh;
  position: relative;
  flex-shrink: 0;
}
@media (min-width: 1921px) {
  .product .section {
    width: 1920px;
  }
}
.product .section1 {
  position: relative;
}
.product .section1::after {
  content: "";
  position: absolute;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #011e41;
  left: 50%;
  top: 50%;
  margin: -3rem 0 0 -3rem;
}
.product .section1 .tip {
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  width: 100%;
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product .section1 .tip .iconfont {
  font-size: 0.4rem;
  -webkit-animation: scroll_x 1s infinite alternate;
  animation: scroll_x 1s infinite alternate;
  color: #011e41;
}
.product .section1 footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1rem;
  z-index: 3;
  background-color: transparent;
}
.product .section1 #rain {
  width: 100vw;
  height: 100vh;
}
.product .section1 .lb {
  position: absolute;
  left: 40px;
  bottom: 0;
  font-size: 0.36rem;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  z-index: 2;
  height: 100%;
  text-align: center;
  pointer-events: none;
}

.lang_en .product .section1 .lb{
  font-size: 0.28rem;
}
.product .section1 .mask {
  -webkit-mask-image: var(--mask-image);
  -webkit-mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 7rem 7rem;
  position: relative;
  z-index: 3;
}
.product .section1 .logo {
  position: absolute;
  width: 2.7rem;
  left: 0.75rem;
  top: 0.7rem;
}
.product .section1 .center {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100vh;
  background-color: #f7f7f7;
}
.product .section1 .center img {
  width: 4.25rem;
}
.product .section2 {
  width: 20rem;
  display: flex;
  align-items: center;
  padding-left: 2rem;
  position: relative;
}
.product .section2 .fp {
  display: flex;
  height: 100vh;
  align-items: center;
  border-left: 4px solid #000;
  border-right: 4px solid #000;
  padding: 0 0.5rem;
  position: absolute;
  right: 2rem;
  top: 0;
  font-size: 1.2rem;
}
.product .section2 .fp p {
  width: 2rem;
  line-height: 1.1;
  text-align: center;
  font-weight: 700;
}
.product .section2 .fp p span {
  display: block;
}
.product .section2 .center .h {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #011e41;
  font-weight: 700;
}

.product .section2 .center .h span {
  display: block;
}

.product .section2 .center .flex {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.product .section2 .center .flex .h {
  padding-left: 0;
}
.product .section2 .center .text {
  color: #000;
  font-size: 0.46rem;
  padding-left: 0.6rem;
  line-height: 1.8;
}

.product .section2 .center .text img {
  width: 10rem;
}
.product .section3 {
  display: flex;
  width: 30rem;
}

.product .section3.section3-f-i,
.product .section3.section3-f-v {
  width: calc(15rem + 100vw);
  max-width: calc(15rem + 1920px);
}

.product .section3.section3-f-i .img,
.product .section3.section3-f-v .img {
  width: 100vw;
  max-width: 1920px;
}
.product .section3 .img {
  width: 15rem;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.product .section3 .img .video-box {
  position: relative;
}
.product .section3 .img .video-box .video-control {
  height: 40px;
  padding-left: 20px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -2px;
  z-index: 5;
}
.product .section3 .img .video-box:hover .video-control {
  opacity: 1;
}
.product .section3 .img .video-box .flex-box {
  position: relative;
}
.product .section3 .img .video-box .flex-box video {
  width: 100%;
  height: 6.3rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
}
.product .section3.section3-f-v .img .video-box .flex-box video {
  height: 100vh;
}
.product .section3 .img .bg {
  position: relative;
  height: 8.4rem;
  top: auto;
  background-size: cover;
  background-position: center center;
}
.product .section3.section3-f-i .img .bg {
  height: 100vh;
}
.product .section3 .img-small {
  width: 4.4rem;
  height: 8.8rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4.4rem;
}
.product .section3 .img-small .bg {
  background-size: contain;
  height: 100%;
  background-repeat: no-repeat;
}
.product .section3 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300%;
  background-size: contain;
  background-position: center top;
}
.product .section3 .text {
  padding-top: 2.4rem;
  padding-left: 1.1rem;
}
.product .section3 .text .top .t {
  font-size: 0.36rem;
  font-weight: 700;
}
.product .section3 .text .top .t span {
  font-weight: 400;
  font-size: 0.24rem;
  padding-top: 0.1rem;
  display: block;
}
.product .section3 .text .top .line {
  width: 0.5rem;
  height: 3px;
  background-color: #1c1c1c;
  margin-top: 0.3rem;
  margin-bottom: 0.2rem;
}
.product .section3 .text .top .d {
  font-size: 0.2rem;
}
.product .section3 .text .top .box {
  padding-top: 0.4rem;
  padding-bottom: 0.5rem;
}
.product .section3 .text .top .b {
  font-size: 0.24rem;
}
.product .section3 .text .top .des {
  font-size: 0.2rem;
  line-height: 2;
  width: 5rem;
  text-align: justify;
  margin-top: 5px;
  white-space: pre-line;
}
.product .section3 .text .top .tip {
  opacity: 0.65;
}
.product .section3-3 .text .top .t {
  font-size: 0.5rem;
}
.product .section3:nth-of-type(even) .f-h p {
  -webkit-animation: name_move_down 10s linear infinite;
  animation: name_move_down 10s linear infinite;
}
.product .section3-3 .img .bg {
  height: 100vh;
}
.product .section3-r-i .img .bg {
  height: 50vh;
  background-position-y: 50%;
}
.product .f-h,
.product .k {
  width: 2.6rem;
  border-right: 4px solid #000;
  height: 100vh;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.03;
  overflow: hidden;
}
.product .f-h p,
.product .k p {
  height: 100vh;
  -webkit-animation: name_move 10s linear infinite;
  animation: name_move 10s linear infinite;
  flex-shrink: 0;
  will-change: transform;
  overflow: hidden;
}
.product .f-h p span,
.product .k p span {
  display: block;
  text-align: center;
}
.product .section4 {
  width: 2.6rem;
}
.product .section4 .k {
  width: 2.6rem;
  height: 100vh;
  background-color: #011e41;
  color: #fff;
  font-size: 1.2rem;
  border: none;
}
.product .section4 .k p {
  white-space: nowrap;
  -webkit-animation: name_move 10s linear infinite;
  animation: name_move 10s linear infinite;
  flex-shrink: 0;
  height: 100vh;
  letter-spacing: 0.1rem;
}
.product .section5 {
  padding: 0 2rem;
  display: flex;
  align-items: center;
  width: auto;
  min-width: 100vw;
  position: relative;
}
@media (min-width: 1921px) {
  .product .section5 {
    min-width: 1920px;
  }
}
.product .section5 .lists {
  display: flex;
}
.product .section5 .lists .item {
  width: 3.4rem;
}
.product .section5 .lists .item .img-box {
  position: relative;
  padding-top: 200%;
}
.product .section5 .lists .item .img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
.product .section5 .lists .item + .item {
  margin-left: 1.5rem;
}
.product .section5 .lists .item p {
  font-size: 0.24rem;
  color: #000;
  text-align: center;
}
.product .section5 .lists .item p span {
  display: block;
  font-size: 0.18rem;
}
.product .section6 {
  width: auto;
  display: flex;
  align-items: center;
  padding: 0 3rem 0 1rem;
}
.product .section6 .wx-code {
  width: 2.5rem;
  text-align: center;
  font-size: 0.22rem;
  display: block;
}

.product .section6 .wx-code + .wx-code {
  margin-left: 1.6rem;
}
.product .section6 a.wx-code:hover {
  color: #e00509;
}
.product .section6 a.wx-code img {
  transition: transform 0.25s;
}
.product .section6 a.wx-code:hover img {
  transform: scale(1.05);
}
.product .section6 .wx-code span {
  display: block;
}
.product .section6 .wx-code p {
  margin-top: 0.3rem;
  line-height: 1.8;
}
.news {
  padding: 2.5rem 1.4rem 0;
  font-family: -apple-system, BlinkMacSystemFont, "Source Han Serif CN",
    "Segoe UI", "Helvetica Neue", sans-serif;
}
.news .news-top {
  display: flex;
}
.news .news-top .img {
  width: 50%;
  height: 4.65rem;
  position: relative;
}
.news .news-top .img .bg {
  position: relative;
  width: 100%;
  height: 100%;
  /* background-color: aquamarine; */
  background-color: #e00509;
  background-position: center center;
  background-size: cover;
}
.news .news-top .text {
  width: 50%;
  padding: 0.5rem 0.65rem;
  background-color: #e00509;
  color: #fff;
}
.news .news-top .text .tip {
  font-size: 0.28rem;
}
.news .news-top .text h3 {
  font-size: 0.36rem;
  height: 1.08rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.news .news-top .text .time {
  margin-top: 1.3rem;
  font-size: 0.24rem;
  opacity: 0.6;
}
.news .lists {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.1rem;
}
.news .lists .item {
  display: block;
  width: 7.65rem;
}
.news .lists .item .img {
  position: relative;
  height: 4.3rem;
}
.news .lists .item .img .bg {
  position: relative;
  width: 100%;
  height: 100%;
  /* background-color: #7fd0ff; */
  background-position: center center;
  background-size: cover;
  /* background-image: url(https://oss.chagee.com/web/assets/images/demo.jpg); */
}
.news .lists .item .text {
  padding: 0.4rem 0.3rem;
}
.news .lists .item .text .tip {
  font-size: 0.28rem;
  color: #a0a0a0;
}
.news .lists .item .text h3 {
  font-size: 0.36rem;
  height: 1.08rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.news .lists .item .text .time {
  font-size: 0.24rem;
  opacity: 0.6;
  margin-top: 5px;
}
.news .lists .item:nth-child(2n) {
  margin-left: calc(100% - 15.3rem);
}
.news footer {
  margin-top: 0.8rem;
}
.video-control {
  position: absolute;
  left: 0;
  height: 30px;
  bottom: -45px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
  opacity: 0;
  transition: opacity 0.25s;
}
.video-control .process {
  height: 6px;
  background-color: #b6b6b6;
  border-radius: 6px;
  flex: auto;
  margin-right: 25px;
  cursor: pointer;
}
.video-control .process .process-bar {
  height: 6px;
  border-radius: 6px;
  background-color: #000;
  transition: width 0.25s linear;
  pointer-events: none;
  position: relative;
  width: 0;
}
.video-control .process .process-bar:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: var(--bar-icon);
  background-size: cover;
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -10px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
}
.video-control .controls {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.video-control .controls .fullscreen {
  display: none;
}
.video-control .controls p {
  cursor: pointer;
}
.video-control .controls p:hover {
  color: #e00509;
}
.video-control .controls .play .pause-icon {
  display: none;
}
.video-control .controls .voice .mute-icon {
  display: none;
}
.video-control .controls.playing .play .pause-icon {
  display: inline;
}
.video-control .controls.playing .play .play-icon {
  display: none;
}
.video-control .controls.muted .voice .voice-icon {
  display: none;
}
.video-control .controls.muted .voice .mute-icon {
  display: inline;
}
.video-control .controls p + p {
  margin-left: 15px;
}
.video-control.white {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}
.video-control.white .process {
  background-color: rgba(255, 255, 255, 0.2);
}
.video-control.white .process .process-bar {
  background-color: #fff;
}
.about .section1 {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  position: relative;
}
.about .section1 .logo-box {
  position: absolute;
  left: 0;
  bottom: 2rem;
  width: 3rem;
}
.about .section1 .letters {
  position: absolute;
}
.about .section1 .right {
  width: 12rem;
  flex-shrink: 0;
  position: relative;
  display: flex;
  z-index: 2;
}
.about .section1 .right:hover .video-control {
  opacity: 1;
}
.about .section1 .right video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  height: 5.5rem;
  display: block;
  width: 100%;
}
.about .section1 .right .watch {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  color: #fff;
  font-size: 0.4rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  mix-blend-mode: difference;
  cursor: pointer;
}
.about .section1 .right .watch .t {
  font-weight: 700;
}
.about .section1 .right .watch .iconfont {
  font-size: 0.5rem;
  margin-left: 0.1rem;
}
.about .section1 .down {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0.2rem;
  font-size: 14px;
  text-align: center;
}
.about .section1 .down .iconfont {
  font-size: 0.3rem;
  margin-bottom: 5px;
  -webkit-animation: name_move_half 1s ease-in-out infinite alternate;
  animation: name_move_half 1s ease-in-out infinite alternate;
}
.about .section4-1 {
  padding: 1rem 1.7rem;
}
.about .section4-1 .t {
  line-height: 2.2;
  font-size: 0.26rem;
  color: #7b7b7b;
  padding-bottom: 0.15rem;
}
.about .section4-1 .lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about .section4-1 .lists .item {
  width: calc(50% - 0.35rem);
  margin-top: 0.6rem;
}
.about .section4-1 .lists .item h3 {
  font-size: 0.26rem;
  color: #111;
  line-height: 1;
  padding-bottom: 0.3rem;
  position: relative;
  margin-bottom: 0.25rem;
}
.about .section4-1 .lists .item h3::after {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 2px;
  background-color: #111;
  left: 0;
  bottom: 0;
}
.about .section4-1 .lists .item .d {
  font-size: 0.18rem;
  line-height: 2.5;
  text-align: justify;
  color: #7b7b7b;
}
.about .section2 {
  padding-top: 1.7rem;
}
.about .section2 .common-title {
  padding-bottom: 0.3rem;
}
.about .section2 h3 {
  text-align: center;
  font-size: 0.3rem;
  color: #011e41;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.about .section2 .text {
  padding: 0 1.7rem;
  white-space: pre-line;
  font-size: 0.24rem;
  color: #7b7b7b;
  line-height: 2;
  text-align: center;
}
.about .section2 .text p {
  font-size: 0.26rem;
  color: #7b7b7b;
  line-height: 2.2;
  text-align: center;
}
.about .section2 .text p span {
  display: block;
}
.about .section2 .text p + p {
  margin-top: 0.5rem;
}
.about .section2 ._logo {
  width: 2.85rem;
  margin: 0.9rem auto 0;
}
.about .section3 {
  padding: 1rem 1.7rem 1.8rem;
}
.about .section3 .common-title {
  padding-bottom: 0.75rem;
}
.about .section3 .title {
  font-size: 0.26rem;
  line-height: 1.8;
  white-space: pre-line;
}
.about .section3 .text {
  font-size: 18px;
  line-height: 2.5;
  color: #7b7b7b;
  white-space: pre-line;
}
.about .section3 .flex {
  display: flex;
  align-items: center;
}
.about .section3 .flex .left {
  flex: auto;
  padding-right: 0.7rem;
  text-align: justify;
  padding-top: 0.3rem;
}
.about .section3 .flex .left .title + .text {
  margin-top: 0.15rem;
}
.about .section3 .flex .left .text + .title {
  margin-top: 0.7rem;
}
.about .section3 .flex .right {
  width: 6.56rem;
  flex-shrink: 0;
}

.about .section3 .swiper-pagination-progressbar-fill {
  background-color: rgb(1, 30, 65);
  /* border-radius: 5px; */
  display: block;
}

.about .section3 .swiper-page {
  width: 50%;
  height: 5px;
  border-radius: 5px;
  background-color: rgba(1, 30, 65, 0.15);
  position: relative;
  margin: 0.2rem auto;
  overflow: hidden;
}

.about .section3 .flex .right .swiper-slide img {
  height: 9.8rem;
  object-fit: cover;
  width: 100%;
}
.about .section3 .bottom {
  padding-top: 0.7rem;
}
.about .section3 .bottom .title {
  padding-top: 0.1rem;
}
.about .section4 {
  position: relative;
}
.about .section4 .chagge {
  height: 2rem;
  position: absolute;
  left: 50%;
  top: -1rem;
  opacity: 0.5;
  transform: translateX(-50%);
}
.about .section4 .video-control {
  bottom: 0;
}
.about .section4:hover .video-control {
  opacity: 1;
}
.about .section4 video {
  display: block;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.about .section5 {
  padding: 1rem 0;
}
.about .section5 .common-title {
  padding-bottom: 1rem;
}
.about .section5 .swiper-wrapper {
  background-repeat: repeat-x;
  background-position: 50% center;
  background-size: auto 1.3rem;
  position: relative;
}
.about .section5 .swiper-wrapper:before,
.about .section5 .swiper-wrapper:after {
  content: "";
  background-image: var(--line-image);
  background-repeat: repeat-x;
  background-position: 0 center;
  background-size: auto 1.3rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.about .section5 .swiper-wrapper:after {
  background-position: -100% center;
}
.about .section5 .swiper-slide {
  width: 2.6rem;
  height: 6.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}
.about .section5 .swiper-slide .lines {
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  background-color: #011e41;
}
.about .section5 .text {
  width: 3.2rem;
  text-align: justify;
  padding-left: 0.2rem;
  position: relative;
}
.about .section5 .text h3 {
  font-size: 0.42rem;
  color: #011e41;
}
.about .section5 .text .des {
  font-size: 0.2rem;
  line-height: 1.5;
}
.about .section5 .swiper-slide.space {
  width: 1.7rem;
}
.about .section5 .swiper-slide:nth-child(odd) {
  justify-content: flex-end;
}
.about .section7 {
  padding-bottom: 1.7rem;
}
.common-title {
  padding-bottom: 0.85rem;
}
.common-title img {
  height: 1.4rem;
  margin: 0 auto;
}
.letters {
  width: 100%;
  overflow: hidden;
}
.letters .letter {
  display: flex;
  height: 2rem;
  justify-content: flex-start;
}
.letters .letter img {
  max-width: unset;
  height: 100%;
  width: auto;
  transform: translate3d(0, 0, 0);
  -webkit-animation: move_left 40s linear infinite;
  animation: move_left 40s linear infinite;
}
.letters .letter.right {
  justify-content: flex-end;
}
.letters .letter.right img {
  -webkit-animation: move_right 40s linear infinite;
  animation: move_right 40s linear infinite;
}
.letters .letter + .letter {
  margin-top: 0.1rem;
}
.contact .section1 .flex {
  display: flex;
  align-items: flex-end;
}
.contact .section1 .flex .left {
  flex: auto;
  padding: 0.5rem 0.8rem 0.3rem 1.2rem;
  position: relative;
  /* background-color: #f7f7f7; */
}
.contact .section1 .flex .left h3 {
  font-size: 0.36rem;
}
.contact .section1 .flex .left .phone {
  display: flex;
  align-items: center;
  color: #011e41;
  line-height: 1;
  margin: 0.35rem 0 0.4rem;
}
.contact .section1 .flex .left .phone .iconfont {
  font-size: 0.64rem;
}
.contact .section1 .flex .left .phone .text {
  padding-left: 0.1rem;
}
.contact .section1 .flex .left .phone .text .name {
  font-size: 18px;
}
.contact .section1 .flex .left .phone .text .tel {
  font-size: 0.52rem;
}
.contact .section1 .flex .left .address {
  font-size: 18px;
}
.contact .section1 .flex .left .ewms {
  display: flex;
  margin-top: 0.6rem;
}
.contact .section1 .flex .left .ewms .item + .item {
  margin-left: 0.5rem;
}
.contact .section1 .flex .left .ewms .item {
  width: 1.2rem;
}
.contact .section1 .flex .left .ewms p {
  margin-top: 0.2rem;
  text-align: center;
}
.contact .section1 .flex .left .tips {
  padding-top: 0.2rem;
  line-height: 1.8;
  font-size: 14px;
  opacity: 0.6;
}
.contact .section1 .flex .right {
  width: 11rem;
  flex-shrink: 0;
  height: 100vh;
  background-image: url("../image/44240f2b-b895-45ae-b9fa-db1d4ecf03fa.jpg");
  background-size: cover;
  background-position: center center;
}
.tea-party .section1 {
  display: flex;
  height: 100vh;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.tea-party .section1 .cup-box {
  width: 6.2rem;
  height: 8rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4rem;
  z-index: 3;
  opacity: 0;
}
.tea-party .section1 .cup-box canvas {
  position: relative;
  z-index: 2;
  display: block;
}
.tea-party .section1 .cup-box .shadow {
  width: 60%;
  right: 15%;
  bottom: 0;
  position: absolute;
  z-index: 1;
  transform-origin: center bottom;
  will-change: transform;
}
.tea-party .section1 .letters {
  position: absolute;
}
.tea-party .section1 .right {
  width: 13rem;
  flex-shrink: 0;
  position: relative;
  display: flex;
  z-index: 2;
}
.tea-party .section1 .right:hover .video-control {
  opacity: 1;
}
.tea-party .section1 .right video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
  width: 100%;
}
.tea-party .section1 .right .watch {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  color: #fff;
  font-size: 0.4rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  mix-blend-mode: difference;
  cursor: pointer;
}
.tea-party .section1 .right .watch .t {
  font-weight: 700;
}
.tea-party .section1 .right .watch .iconfont {
  font-size: 0.5rem;
  margin-left: 0.1rem;
}
.tea-party .section1 .down {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0.2rem;
  font-size: 14px;
  text-align: center;
}
.tea-party .section1 .down .iconfont {
  font-size: 0.3rem;
  margin-bottom: 5px;
  -webkit-animation: name_move 1s ease-in-out infinite alternate;
  animation: name_move 1s ease-in-out infinite alternate;
}
.tea-party .section2 {
  padding-bottom: 1.1rem;
}
.video-auto-play {
  position: relative;
}
.video-auto-play:hover .video-control {
  opacity: 1;
}
.video-auto-play video {
  width: 100%;
}
.tea-party .section2 .text {
  padding: 1.2rem 1.1rem 1.1rem;
  font-size: 0.26rem;
  line-height: 2;
  text-align: justify;
  color: #7b7b7b;
  white-space: pre-line;
}
.tea-party .section2 .text .space {
  height: 0.4rem;
}
.tea-party .section2 .text b {
  color: #1f1f1f;
  font-weight: normal;
}
.tea-party .section-common:nth-child(even) .img {
  flex-direction: row-reverse;
}
.tea-party .section-common:nth-child(even) .img .img-box {
  padding-left: 0;
  padding-right: 1.4rem;
}
.tea-party .section-common + .section-common {
  margin-top: 2.2rem;
}
.tea-party .section-common .img {
  display: flex;
  position: relative;
  align-items: flex-start;
}
.tea-party .section-common .img .img-box {
  width: 8rem;
  flex-shrink: 0;
  position: relative;
  padding-left: 1.4rem;
}
.tea-party .section-common .img .circle {
  position: absolute;
  width: 3.1rem;
  right: -0.8rem;
  bottom: -3.1rem;
}
.tea-party .section-common .img .box {
  flex: auto;
  padding: 0.8rem 1.4rem 0 1rem;
  position: relative;
}

.tea-party .section-common.is-video .img {
  align-items: center;
}

.tea-party .section-common.is-video .img .box {
  padding: 0.8rem 1.4rem 0.8rem 1rem;
}

.tea-party .section-common .img .box h3 {
  font-size: 0.7rem;
  line-height: 1.3;
  color: #011e41;
  margin-bottom: 0.3rem;
  white-space: pre-line;
}
.tea-party .section-common .img .box h3 span {
  display: block;
}
.tea-party .section-common .img .box p {
  font-size: 0.2rem;
  color: #7b7b7b;
  line-height: 2.4;
  text-align: justify;
  white-space: pre-line;
}
.tea-party .section3 .img {
  align-items: center;
}
.tea-party .section3 .img .img-box {
  background-repeat: no-repeat;
  background-size: contain;
  /* height: 6rem; */
}
.tea-party .section3 .img .img-box img {
  width: 100%;
}
.tea-party .section3 .img .box {
  padding-top: 0;
}
.tea-party .section4 .img-box {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tea-party .section4 .img-box:hover .video-control {
  opacity: 1;
}
.tea-party .section4 .img-box .video-control {
  bottom: auto;
  position: relative;
  margin-top: 0.1rem;
}
.tea-party .section4 .img-box video {
  display: block;
  width: 100%;
  height: auto;
}
.tea-party .section5 {
  padding-bottom: 0.5rem;
}
.map .map-marker {
  position: absolute;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 25px;
  background-image: url("../image/map-marker-gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  text-align: center;
  font-size: 13px;
  margin-left: -18px;
}
.map .map-marker.active {
  background-image: url("../image/map-marker-blue1.svg");
  z-index: 20;
}
.map .section1 {
  height: 100vh;
}
.map .section1 .flex {
  display: flex;
}
.map .section1 .flex .left {
  width: 30%;
  height: 100vh;
  overflow: hidden;
  padding-top: 1.5rem;
}
.map .section1 .flex .left .scroll-box {
  height: 100%;
  overflow-y: scroll;
}
.map .section1 .flex .left .scroll-box .search-box {
  margin: 0 0.5rem;
}
.map .section1 .flex .left .store-lists {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}
.map .section1 .flex .left .store-lists .item {
  display: flex;
  padding: 0.25rem 0.5rem;
}
.map .section1 .flex .left .store-lists .item:hover {
  background-color: #e7e7e7;
}
.map .section1 .flex .left .store-lists .item .flex {
  align-items: flex-start;
}
.map .section1 .flex .left .store-lists .item .no {
  width: 26px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  background-color: #011e41;
  border-radius: 50%;
  flex-shrink: 0;
}
.map .section1 .flex .left .store-lists .item .context {
  margin-left: 0.2rem;
  flex: auto;
  color: #5d5d5d;
  line-height: 1.7;
  text-align: justify;
}
.map .section1 .flex .left .store-lists .item .store-name {
  font-size: 18px;
  color: #262626;
}
.map .section1 .flex .left .store-lists .item .store-name .iconfont {
  position: relative;
  font-size: 21px;
  margin-left: 5px;
}
.map .section1 .flex .left .store-lists .item .store-name .iconfont:hover {
  color: #e00509;
}
.map
  .section1
  .flex
  .left
  .store-lists
  .item
  .store-name
  .iconfont:hover:before,
.map
  .section1
  .flex
  .left
  .store-lists
  .item
  .store-name
  .iconfont:hover:after {
  opacity: 1;
}
.map .section1 .flex .left .store-lists .item .store-name .iconfont:before {
  content: attr(data-text);
  position: absolute;
  line-height: 32px;
  font-size: 13px;
  color: #fff;
  background-color: #333;
  padding: 0 10px;
  border-radius: 3px;
  letter-spacing: 1px;
  top: -42px;
  left: -15px;
  pointer-events: none;
  opacity: 0;
}
.map .section1 .flex .left .store-lists .item .store-name .iconfont:after {
  content: "";
  border-top: 10px solid #333;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  left: 2px;
  top: -14px;
  pointer-events: none;
  opacity: 0;
}
.map .section1 .flex .left .store-lists .item .store-address {
  margin: 3px 0 6px;
}
.map .section1 .flex .right {
  width: 70%;
}
.map .section1 .flex .right #map {
  width: 100%;
  height: 100vh;
}
.map .section1 .flex .right #map img {
  max-width: unset;
}
.map-page .header-logo {
  left: 0.5rem;
  top: 0.3rem;
  flex-direction: row;
  align-items: center;
}
.map-page .header-logo ul {
  padding-left: 0.5rem;
  padding-top: 0;
  width: auto;
}
.map-page .header-logo .logo-img {
  width: 2rem;
}
.search-box {
  flex-shrink: 0;
  position: relative;
  z-index: 3;
}
.search-box .search-show {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.38);
  padding: 0.2rem 0.3rem 0.3rem;
  width: 100%;
  top: 40px;
  line-height: 1.8;
  font-size: 15px;
  display: none;
  min-width: 500px;
}
.search-box .search-show .bb {
  text-align: center;
  background-color: #e00509;
  line-height: 40px;
  color: #fff;
  border-radius: 5px;
  margin-top: 30px;
  cursor: pointer;
}
.search-box .search-show .bb.disabled {
  cursor: not-allowed;
  background-color: #f7f7f7;
  color: rgba(0, 0, 0, 0.38);
}
.search-box .search-show .tt {
  color: #888;
}
.search-box .search-show .tt span {
  padding: 0 3px;
  cursor: pointer;
}
.search-box .search-show .tt span.active {
  color: #e00509;
}
.search-box .search-show .aa {
  color: #e00509;
  border: 1px solid #e00509;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
  margin-top: 5px;
  margin-bottom: 30px;
}
.search-box .search-show .ll {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  margin-left: -10px;
}
.search-box .search-show .ll .ii {
  padding: 2px 10px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 3px;
}
.search-box .search-show .ll .ii.active {
  background-color: #011e41;
  color: #fff;
}
.search-box .location {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
}
.search-box .location .iconfont {
  font-size: 0.3rem;
  color: #011e41;
}
.search-box .location .black {
  font-size: 20px;
  color: #3e3e3e;
}
.search-box .location .address {
  margin: 0 10px 0 5px;
}
.search-box .input {
  width: 100%;
  position: relative;
  padding-left: 20px;
}
.search-box .input input {
  height: 55px;
  font-size: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  font-family: initial;
  border-bottom: 1px solid #111;
  width: 100%;
  padding-right: 65px;
}
.search-box .input input:hover,
.search-box .input input:focus {
  border-bottom-color: #011e41;
}
.search-box .input .search,
.search-box .input .close {
  position: absolute;
  font-size: 28px;
  right: 0;
  bottom: 0;
  line-height: 55px;
  width: 55px;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
}
.search-box .input .close {
  right: 60px;
  font-size: 20px;
  width: 20px;
  opacity: 0.7;
  display: none;
}
.search-box .input .close.active {
  display: block;
}
#scroll-a .line {
  stroke-dasharray: 28;
  stroke-dashoffset: 0;
  fill: #011e41;
  stroke: #011e41;
}
#scroll-a .ar-r1,
#scroll-a .ar-r2 {
  stroke-dasharray: 26.65;
  stroke-dashoffset: 26.65;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  fill: #011e41;
  stroke: #011e41;
}
.forwards #scroll-a .ar-r1 {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0.25s;
}
.backwards #scroll-a .ar-r2 {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0.25s;
}
.hd.forwards #scroll-a .ar-r1 {
  stroke-dashoffset: 26.65;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0.25s;
}
.hd.forwards #scroll-a .ar-r2 {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0.25s;
}
.in.backwards #scroll-a .ar-r1 {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0.25s;
}
.in.backwards #scroll-a .ar-r2 {
  stroke-dashoffset: 26.65;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0.25s;
}
.g-r {
  position: absolute;
  bottom: 0.7rem;
  right: 0.7rem;
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  cursor: pointer;
  mix-blend-mode: color-burn;
  /* opacity: .7; */
}
.g-r .sv {
  position: absolute;
  width: 1.4rem;
  left: 0.1rem;
  top: 0.1rem;
}
.g-r .sv svg {
  stroke-width: 3;
  stroke-miterlimit: 10;
  stroke: #011e41;
}
.g-r img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  will-change: transform;
}
.product-map {
  position: fixed;
  left: 0;
  top: 0.7rem;
  width: 100%;
  z-index: 3;
  overflow: hidden;
  padding-left: 1.7rem;
  pointer-events: none;
}
.product-map .with-name {
  transform: translate3d(0, 110%, 0);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0, 1);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product-map .with-name img {
  width: auto;
  height: 0.44rem;
  margin-right: 0.6rem;
}
.product-map .with-name.active {
  transform: translate3d(0, 0, 0);
}
.product-map h3 {
  text-align: center;
  font-size: 0.26rem;
  margin-top: 0.2rem;
  color: #e00509;
}
.product-map .map-lists {
  width: 330px;
  display: flex;
  justify-content: space-between;
}
.product-map .map-lists .map-item {
  height: 20px;
  background-color: #3c3c3c;
  transform-origin: center;
  flex: auto;
}
footer {
  line-height: 1.5rem;
  text-align: center;
  color: #3e3e3e;
  font-size: 14px;
  background-color: #f3ebd9;
  margin-top: -2px;
}
footer a {
  text-decoration: underline;
  padding: 0 5px;
}
footer a:hover {
  color: #e00509;
  text-decoration: underline;
}
.search-lists {
  position: absolute;
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(55, 55, 55, 0.1);
  top: 60px;
  left: 20px;
  display: none;
  max-height: 400px;
  overflow-y: auto;
}
.search-lists.active {
  display: block;
}
.search-lists .no-result {
  text-align: center;
  line-height: 55px;
}
.search-lists .item {
  padding: 20px;
  line-height: 1;
  cursor: pointer;
}
.search-lists .item:hover {
  background-color: #eee;
}
.search-lists .item .bold {
  color: #e00509;
}
.search-lists .item h3 {
  font-size: 16px;
  margin-bottom: 6px;
}
.search-lists .item p {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-lists .item + .item {
  border-top: 1px solid #eee;
}
@-webkit-keyframes rotation-clockwise {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes rotation-clockwise {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes rotation-clockwise-reserve {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-1turn);
  }
}
@keyframes rotation-clockwise-reserve {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-1turn);
  }
}
@-webkit-keyframes move_left {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes move_left {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes move_right {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes move_right {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
.product .section5 .lists .item:last-child {
  display: none;
}
/* 通用分页样式 */
#page {
  padding-top: 0.85rem;
  display: block;
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
#page li {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  cursor: pointer;
  color: #666;
  font-size: 16px;
  line-height: 38px;
  background-color: #f9f9f9;
  border: 1px solid #e9e9e9;
  text-align: center;
  margin: 0 4px;
  -webkit-appearance: none;
  border-radius: 4px;
  list-style: none;
}
#page li a {
  display: block;
  line-height: 38px;
}
.xl-nextPage,
.xl-prevPage {
  width: 80px;
  color: #e00509;
  height: 28px;
}
#page li .xl-disabled {
  opacity: 0.5;
  cursor: no-drop;
}
#page li .xl-disabled:hover {
  background-color: #f9f9f9 !important;
  border: 1px solid #dce0e0 !important;
  color: #666 !important;
}
#page li .xl-active {
  background-color: #011e41;
  border-color: #011e41;
  color: #fff;
  border-radius: 4px;
}
#page li:hover {
  background-color: #011e41 !important;
  border-color: #011e41;
  color: #fff;
}
#page li.xl-jumpText {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  opacity: 1;
}
#page li.xl-jumpText:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: rgba(0, 0, 0, 0) !important;
}
#page li.xl-jumpButton {
  padding: 0 5px;
}
#xlJumpNum {
  width: 40px;
  margin: 0 3px;
}
.ss {
  position: relative;
}
.ss canvas {
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  top: 0;
}
@-webkit-keyframes name_move {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes name_move {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes name_move_down {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes name_move_down {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes name_move_half {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -50%, 0);
  }
}
@keyframes name_move_half {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -50%, 0);
  }
}
.lang_en .common-title {
  text-align: center;
  color: #e00509;
  font-size: 0.5rem;
}
.lang_en .common-title .tit {
  font-weight: 700;
  text-transform: uppercase;
}
.lang_en .about .section3 .flex .right {
  /* float: right; */
  /* margin-left: 0.7rem;
  margin-bottom: 0.3rem; */
}
.lang_en .about .section3 .flex {
  /* display: block;
  overflow: hidden; */
}
.lang_en .product .section3-3 .text .top .t {
  font-size: 0.41rem;
  text-transform: uppercase;
}
.lang_en .home .section2 {
  font-size: 0.18rem;
  padding: 0 2.6rem 0.55rem;
  position: relative;
  z-index: 3;
}
.lang_en .home .section2 h3 {
  font-size: 0.32rem;
  text-transform: uppercase;
}
.lang_en .home .section3 .box .title-lists .item .text h3 {
  font-size: 0.5rem;
}
.lang_en .home .section3 .box .title-lists .item .text .des {
  font-size: 0.2rem;
}
.lang_en .home .section3-1 .text {
  font-size: 0.7rem;
  text-align: center;
  font-weight: 700;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}
.lang_en .home .section5 .circle .text {
  font-size: 0.3rem;
}
.lang_en .home .section4 .text {
  font-size: 0.5rem;
  letter-spacing: 0;
  font-weight: 700;
}
.lang_en .store-lists .item .store-name {
  text-transform: capitalize;
}
.lang_en .home .section7 .links p {
  text-transform: uppercase;
}
.lang_en .about .section2 .text p {
  font-size: 0.22rem;
}
.lang_en .about .section2 .text p + p {
  margin-top: 0.3rem;
}
.lang_en .about .section3 .title {
  font-size: 0.22rem;
  line-height: 1.5;
}
.lang_en .about .section3 .text {
  font-size: 16px;
  line-height: 2;
}
.lang_en .about .section3 .flex .left .text + .title {
  margin-top: 0.4rem;
}
.lang_en .about .section4-1 .t {
  font-size: 0.22rem;
  line-height: 2;
}
.lang_en .about .section4-1 .lists .item .d {
  font-size: 0.16rem;
  line-height: 2;
  text-align: justify;
  color: #7b7b7b;
}
.lang_en .about .section5 .text {
  text-align: left;
}
.lang_en .about .section5 .text .des {
  font-size: 0.18rem;
}
.lang_en .tea-party .section2 .text {
  font-size: 0.22rem;
  line-height: 2;
}
.lang_en .tea-party .section2 .text .space {
  height: 0.3rem;
}
.lang_en .tea-party .section-common .img .box h3 {
  font-size: 0.34rem;
  margin-bottom: 0.2rem;
}
.lang_en .tea-party .section-common .img .box p {
  font-size: 0.18rem;
  line-height: 2;
}
.lang_en .contact .section1 .flex .left .tips {
  font-size: 12px;
}
.lang_en .contact .section1 .flex .left .phone .text .tel {
  font-size: 0.42rem;
  margin-top: 5px;
}
.lang_en .product .section2 .center .flex .h,
.lang_en .product .section2 .center .h {
  font-size: 0.8rem;
}
.lang_en .product .section2 .center .text {
  font-size: 0.4rem;
}
.lang_en .product .section3 .text .top .t span {
  display: none;
}
.lang_en .product .section2 .fp {
  writing-mode: vertical-lr;
  font-size: 0.42rem;
  flex-direction: column;
  white-space: nowrap;
}
.lang_en .product .section2 .fp div + div {
  margin-left: 0.3rem;
}
.lang_en .product .f-h,
.lang_en .product .section4 .k {
  writing-mode: vertical-lr;
  display: flex;
  font-size: 0.7rem;
  letter-spacing: 0.05rem;
}
.lang_en .product .f-h div,
.lang_en .product .section4 .k div {
  height: 100vh;
  -webkit-animation: name_move 10s linear infinite;
  animation: name_move 10s linear infinite;
  flex-shrink: 0;
  will-change: transform;
  overflow: hidden;
  line-height: 2.6rem;
}
.lang_en .product .section4 .k {
  font-size: 0.66rem;
}
.lang_en .product .section3 .text .top .des {
  width: 7rem;
}
.lang_en .product .section6 .wx-code {
  width: 2.5rem;
  text-align: center;
  font-size: 0.18rem;
}
.lang_en .zs {
  /* background-image: url(https://oss.chagee.com/web/assets/images/zstn-en.png); */
}
.lang_en .map .section1 .flex .left .store-lists .item .store-address {
  font-size: 0.16rem;
}
.lang_en .home .section2-1 .lists .item .text .title {
  font-size: 0.3rem;
}
.lang_en .product .section5 .lists .item p span {
  font-size: 0.14rem;
  opacity: 0.75;
}
.lang_en .news .news-top .text h3,
.lang_en .news .lists .item .text h3 {
  height: auto;
  overflow: unset;
  font-size: 0.3rem;
  display: block;
  -webkit-line-clamp: unset;
}

.recommend .swiper-container {
  --swiper-pagination-color: #fff;
}

.recommend .swiper-pagination {
  text-align: right;
  padding-right: 10px;
}

@media (max-width: 1600px) {
  .about .section3 .text {
    font-size: 16px;
    line-height: 2;
  }
}
