@charset "UTF-8";

.column-carousel {
  display: flex;
  position: relative;
  margin-top: 2rem;
}

.column-carousel .column-bg {
  width: calc(100% - 0.64rem);
}

.web-location {
  padding: 0.2rem var(--sectionLeft);
  background-color: #f3f3f3;
  font-size: 0.14rem;
}

.web-location a:hover {
  color: var(--colorPrimary);
}

.column-intro {
  position: absolute;
  left: 0;
  top: -0.54rem;
  width: 50%;
  height: 3.2rem;
  background-color: rgba(17, 17, 17, 0.9);
  z-index: 1;
}

.column-intro .line {
  width: 70%;
  height: 2px;
  background-color: var(--colorAuxiliary);
  position: absolute;
  top: 0.54rem;
}

.column-intro .intro {
  position: absolute;
  top: 0.99rem;
  left: 50%;
}

.column-title1 {
  font-size: 0.32rem;
  color: var(--colorAuxiliary);
  font-weight: 600;
}

.column-title2 {
  font-size: 0.24rem;
  color: var(--colorPrimary);
  margin-top: 0.1rem;
  margin-bottom: 0.2rem;
  margin-left: 0.5rem;
}

.column-phone {
  display: block;
  line-height: 0.58rem;
  border-radius: 0.1rem;
  border: 2px solid var(--colorAuxiliary);
  font-size: 0.22rem;
  padding: 0 0.22rem;
  color: var(--colorAuxiliary);
}

.column-phone:hover {
  color: var(--colorAuxiliary);
}

.brand-culture {
  padding: var(--sectionTop) var(--sectionLeft);
  background-color: #deb97b40;
}

.brand-culture-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.brand-culture-item {
  width: 3rem;
  text-align: center;
}

.brand-culture-cover {
  width: 3rem;
  height: 3rem;
  margin: 0 auto;
  overflow: hidden;
}

.brand-culture-cover img {
  border-radius: 50%;
}

.brand-culture-title {
  margin-top: 0.4rem;
  margin-bottom: 0.2rem;
  font-size: 0.21rem;
  font-weight: 600;
  color: var(--colorPrimary);
}

.join-us {
  padding: var(--sectionTop) var(--sectionLeft);
}

.join-us-content {
  padding: 0 1rem;
}

.join-us-content p {
  line-height: 2;
  font-size: 0.18rem;
}

.join-us-content p:nth-child(1) {
  margin-bottom: 0.2rem;
}

.join-us-channel {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.join-us-channel-item {
  width: 49%;
  border-radius: 0.2rem;
  box-shadow: 0 10px 30px #00000014;
  overflow: hidden;
}

.join-us-channel-cover {
  width: 100%;
  height: 3.5rem;
  overflow: hidden;
}

.join-us-channel-content {
  padding: 0.45rem;
  text-align: center;
}

.join-us-channel-title {
  color: var(--colorH1TitleText);
  font-size: 0.32rem;
}

.join-us-channel-desc {
  margin-top: 0.25rem;
}

.join-us-channel-desc p {
  font-size: 0.16rem;
  line-height: 2;
}

.join-us-channel-desc p a {
  color: var(--colorPrimary);
}

.join-us-channel-content .more-btn {
  color: #fff;
  background-color: var(--colorPrimary);
  border-color: var(--colorPrimary);
  margin-top: 0.4rem;
}

.develoment-history {
  position: relative;
}

.develoment-history .develoment-history-bg {
  background-color: #f7edde;
  display: flex;
  justify-content: space-between;
}

.develoment-history .develoment-history-bg img {
  width: 55%;
  height: auto;
}

.d-h-container {
  padding: var(--sectionTop) 0 0 var(--sectionLeft);
}

.develoment-history .develoment-history-bg .page-title {
  text-align: left;
}

.develoment-history .swiper-navgation {
  position: relative;
  width: 2rem;
}

.develoment-history .swiper-navgation .swiper-button-prev {
  left: 0;
}

.develoment-history .swiper-navgation .swiper-button-next {
  right: 0;
}

.develoment-his-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
}

.develoment-his-banner .swiper-slide .wrap {
  padding-top: calc(var(--sectionTop) + 2rem);
  padding-left: 14.7875vw;
  width: 45vw;
}

.develoment-his-banner .swiper-slide .year {
  font-size: 1.2rem;
  height: 2rem;
  -webkit-text-stroke: 1px #fff;
  font-weight: 700;
  color: transparent;
  transition: all 0.6s;
  position: relative;
  display: flex;
  align-items: flex-end;
  line-height: 1;
  text-align: center;
}

.develoment-his-banner .swiper-slide .year::before {
  content: '';
  position: absolute;
  width: 12.35vw;
  height: 2px;
  background-color: #fff;
  left: -14.7875vw;
  bottom: 12%;
  z-index: 1;
  transition: all 0.6s;
}

.develoment-his-banner .swiper-slide .year::after {
  content: '';
  position: absolute;
  width: 12.35vw;
  height: 2px;
  background-color: #fff;
  right: 0;
  bottom: 12%;
  transition: all 0.6s;
  z-index: 222;
  transform: scaleX(0);
  transform-origin: right center;
}

.develoment-his-banner .swiper-slide-active .wrap {
  padding-left: var(--sectionLeft);
}

.develoment-his-banner .swiper-slide-active .year::after {
  transform: scaleX(1);
  background-color: #111;
}

.develoment-his-banner .swiper-slide-active .year {
  -webkit-text-stroke-color: transparent;
  color: #111;
  font-size: 1.6rem;
}

.develoment-his-banner .swiper-slide-active .year span {
  color: var(--colorPrimary);
}

.develoment-his-banner .swiper-slide .month {
  font-weight: 600;
  font-size: 0.32rem;
  color: #111;
  line-height: 1.5;
  margin-top: 0.3rem;
  opacity: 0;
  transform: translateY(100%);
}

.develoment-his-banner .swiper-slide-active .month {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s 0.5s;
}

.develoment-his-banner .swiper-slide .desc {
  margin-top: 0.5rem;
  font-size: 0.22rem;
  line-height: 1.8;
  text-align: justify;
  transform: translateY(100%);
  opacity: 0;
  padding-right: 1rem;
}

.develoment-his-banner .swiper-slide-active .desc {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s 0.6s;
}

.mobile-his-list {
  display: none;
}

.franchise-requirements {
  padding: var(--sectionTop) var(--sectionLeft);
}

.franchise-requirements-content {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  box-shadow: 0 10px 30px #00000014;
}

.franchise-requirements .page-title-en {
  color: var(--colorPrimary);
}

.franchise-requirements-list {
  flex: 1;
  margin-right: 1rem;
}

.franchise-requirements-item {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
}

.franchise-requirements-item-icon {
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.2rem;
}

.franchise-requirements-item-desc {
  font-size: 0.2rem;
  line-height: 1.8;
  flex: 1;
}

.franchise-requirements-bg {
  width: 4rem;
}

.franchise-requirements-bg img {
  border-radius: 0.12rem;
}

.franchise-cost {
  padding: var(--sectionTop) var(--sectionLeft);
  background-color: #f7edde;
}

.franchise-cost-list {
  display: flex;
  flex-wrap: wrap;
}

.franchise-cost-item {
  width: calc(100% / 3 - 20px);
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 0.2rem;
  margin-bottom: 30px;
  margin-right: 30px;
}

.franchise-cost-item:nth-child(3n) {
  margin-right: 0;
}

.franchise-cost-item-icon {
  width: 0.67rem;
  height: 0.67rem;
  margin: 0 auto;
}

.franchise-cost-item-icon img {
  border-radius: 50%;
}

.franchise-cost-item-desc {
  margin-top: 0.2rem;
  text-align: center;
}

.franchise-cost-item-desc p:nth-child(1) {
  font-size: 0.24rem;
  color: var(--colorH1TitleText);
  font-weight: 600;
  padding-bottom: 0.2rem;
}

.franchise-process {
  padding: var(--sectionTop) 0;
}

.franchise-process-type {
  width: 1.5rem;
  line-height: 0.46rem;
  border-radius: 0.46rem;
  border: 2px solid #000;
  margin: 0 auto 0.3rem;
  font-size: 0.24rem;
  font-weight: 600;
  color: var(--colorH1TitleText);
  text-align: center;
}

.franchise-process-step {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.franchise-process-step::before {
  content: '';
  width: 75%;
  height: 0;
  border-bottom: 2px dashed var(--colorH1TitleText);
  position: absolute;
  left: 12.5%;
  top: 1.02rem;
  z-index: -1;
}

.franchise-process-step-item {
  width: 25%;
  text-align: center;
}

.franchise-process-step-item-icon {
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 auto;
}

.franchise-process-step-item-icon img {
  border-radius: 50%;
}

.franchise-process-step-item-index {
  width: 0.26rem;
  height: 0.26rem;
  text-align: center;
  line-height: 0.26rem;
  border-radius: 50%;
  background-color: #111;
  color: var(--colorAuxiliary);
  margin: 0.2rem auto;
}

.franchise-process-step-item-title {
  font-size: 0.24rem;
  font-weight: 600;
  color: var(--colorH1TitleText);
  margin-top: 0.4rem;
  margin-bottom: 0.2rem;
}

.franchise-process-step-item-desc p {
  line-height: 1.8;
}

.franchise-process-step {
  margin-top: 1.5rem;
}

.franchise-support {
  padding: var(--sectionTop) var(--sectionLeft);
  background-color: #f7edde;
  position: relative;
}

.franchise-support-list {
  overflow: hidden;
}

.franchise-support-content {
  position: relative;
}

.franchise-support-content .swiper-button-prev {
  left: -1rem;
}

.franchise-support-content .swiper-button-next {
  right: -1rem;
}

.franchise-support-item {
  background-color: #fff;
  padding: 0.6rem 0.4rem;
  border-radius: 0.2rem;
  height: 4.47rem;
}

.franchise-support-item-idx {
  font-size: 0.5rem;
  font-weight: 600;
  color: var(--colorAuxiliary);
  text-align: center;
}

.franchise-support-item-title {
  color: var(--colorH1TitleText);
  font-weight: 600;
  font-size: 0.28rem;
  text-align: center;
}

.franchise-support-item-desc {
  line-height: 1.8;
  margin-top: 0.4rem;
  text-align: justify;
}

.powerful-supply-chain {
  padding: var(--sectionTop) var(--sectionLeft);
  background-color: #fff;
}

.franchise-question {
  padding: var(--sectionTop) var(--sectionLeft);
  background-color: #f7edde;
}

.franchise-question-item {
  margin-bottom: 1rem;
}

.franchise-question-item-title {
  position: relative;
  font-size: 0.2rem;
  color: var(--colorH1TitleText);
  margin-bottom: 0.2rem;
  font-weight: 600;
}

.franchise-question-item-title::before {
  content: 'Q:';
  display: inline-block;
  color: var(--colorAuxiliary);
  margin-right: 0.1rem;
}

.powerful-supply-chain-content {
  margin-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.powerful-bg {
  width: 48%;
}

.powerful-bg img {
  border-radius: 0.2rem;
}

.powerful-supply-chain-text {
  width: 48%;
  font-size: 0.2rem;
  line-height: 1.8;
  text-align: justify;
}

.special-product {
  padding: var(--sectionTop) 0;
}

.special-product-swiper {
  position: relative;
}

.special-product .slide-wrap img {
  border-radius: 0.2rem;
}

.special-product .slide-wrap div {
  font-size: 0.26rem;
  color: var(--colorH1TitleText);
  font-weight: 600;
  text-align: center;
  margin: 0.2rem 0;
}

.special-product-swiper .swiper-pagination {
  bottom: -0.1rem;
}

.special-product-swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: transparent;
  border: 1px solid var(--colorH1TitleText);
}

.special-product-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--colorH1TitleText);
}

.pot-bottom {
  padding: var(--sectionTop) var(--sectionLeft);
  background-color: #f7edde;
}

.pot-bottom-content {
  display: flex;
  flex-wrap: wrap;
}

.pot-bottom-content .pot-bottom-item {
  width: calc(100% / 3 - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
}

.pot-bottom-content .pot-bottom-item:nth-child(3n) {
  margin-right: 0;
}

.pot-bottom-item-img img {
  border-radius: 0.1rem;
  border: 2px solid var(--colorAuxiliary);
}

.pot-bottom-item-title {
  text-align: center;
  font-weight: 600;
  margin-top: 0.1rem;
  margin-bottom: 0.15rem;
  color: var(--colorH1TitleText);
  font-size: 0.2rem;
}

.pot-bottom-item-desc {
  line-height: 1.8;
  text-align: center;
}

.product .product-new {
  margin-bottom: 0.5rem;
}

.store-popular {
  padding: var(--sectionTop) var(--sectionLeft);
}

.store-popular-content {
  display: flex;
  justify-content: space-between;
}

.store-popular-content .large-s {
  width: 50%;
  height: 8.4rem;
  padding-right: 20px;
}

.store-popular-content .large-s .store-popular-item {
  width: 100%;
  height: 100%;
}

.store-popular-content .small-s {
  width: 50%;
  height: 8.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.store-popular-content .small-s .store-popular-item {
  width: 50%;
  height: 4.2rem;
  padding-right: 20px;
  padding-bottom: 20px;
}

.store-popular-content img {
  border-radius: 0.15rem;
}

.store-popular-content .small-s .store-popular-item:nth-child(2n) {
  padding-right: 0;
}

.store-popular-content .small-s .store-popular-item:nth-child(4),
.store-popular-content .small-s .store-popular-item:nth-child(3) {
  padding-bottom: 0;
}

.grand-opening-ceremony {
  padding: var(--sectionTop) var(--sectionLeft);
  background-color: #f7edde;
  margin-top: var(--sectionTop);
}

.opening-swiper {
  position: relative;
}

.opening-swiper .swiper-container {
  width: 16.3rem;
  margin: 0 auto;
  overflow: hidden;
}

.opening-swiper .swiper-slide {
  width: 13rem;
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
}

.opening-swiper .swiper-slide img {
  display: block;
  border-radius: 0.2rem !important;
}

.column-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.7rem;
  border-bottom: 1px solid var(--colorBorderSecondary);
}

.column-nav a {
  width: 1.2rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  margin-right: 0.2rem;
  border-radius: 0.2rem;
}

.column-nav a:last-child {
  margin-right: 0;
}

.column-nav a.active {
  background-color: var(--colorAuxiliary);
  color: #fff;
}

.column-news .news-list {
  padding: var(--sectionTop) var(--sectionLeft);
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}

.pagination a {
  width: 28px;
  height: 28px;
  border-radius: 0.05rem;
  text-align: center;
  line-height: 28px;
  border: 1px solid var(--colorBorderSecondary);
  margin-right: 0.15rem;
}

.pagination a:hover {
  border-color: 1px solid var(--colorPrimary);
  color: var(--colorPrimary);
}

.pagination a.active {
  color: #fff;
  background-color: var(--colorPrimary);
}

.pagination a.pagination-prev i {
  display: inline-block;
  transform: rotate(180deg);
}

.detail {
  width: 10rem;
  margin: 0 auto;
  padding: var(--sectionTop) 0;
}

.detail-title {
  color: var(--colorH1TitleText);
}

.detail-info {
  margin-top: 0.1rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid var(--colorBorderSecondary);
}

.detail-info span {
  padding-right: 0.1rem;
}

.detail-content {
  padding: 0.2rem 0;
  font-size: 0.16rem;
  border-bottom: 1px solid var(--colorBorderSecondary);
}

.detail-content p {
  line-height: 1.8;
  font-size: 16px;
  margin: 10px 0;
}

.detail-content p a {
  color: var(--colorPrimary);
}

.detail-content p img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.detail-content h2 {
  margin-top: 15px;
  margin-bottom: 20px;
}

.detail-content h3 {
  margin-top: 10px;
  margin-bottom: 15px;
}

.detail-content h4 {
  margin-top: 8px;
  margin-bottom: 12px;
}

.detail-href {
  margin-top: 0.2rem;
}

.detail-href p {
  margin-bottom: 0.2rem;
}

.detail-href p a:hover {
  color: var(--colorPrimary);
}

.contact {
  padding: var(--sectionTop) var(--sectionLeft);
}

.web-map {
  width: 100%;
  height: 500px;
  border-top: 1px solid var(--colorBorderSecondary);
  background-color: #00002d;
  position: relative;
}

#mapPopup {
  display: block;
  background-color: #00527b;
  color: #fff;
  border-radius: 4px;
  z-index: 9999;
  text-align: left;
  transform: translate(-2px, -26px);
  position: relative;
  min-width: 300px;
}

#mapPopup::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -6px;
  border-style: solid;
  transform: rotate(180deg);
}

#mapPopup::before {
  bottom: -5px;
  left: 51%;
  z-index: 99;
  border-color: transparent transparent #00527b;
  border-width: 0 5px 5px;
}

#mapPopup ul {
  padding: 8px 25px 8px 8px;
}

#mapPopup .mapPopup-td {
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #08ffc2;
  padding: 0 8px;
}

.amapLayer {
  filter: grayscale(190%) sepia(10%) invert(1) saturate(7);
}

@media (max-width: 1024px) {
  .column-carousel .column-bg {
    width: 100%;
    height: 130px;
  }
  .column-carousel .column-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .web-location {
    font-size: 12px;
  }

  .brand-culture-item {
    text-align: center;
  }

  .brand-culture-title {
    font-size: 18px;
  }

  .join-us-content p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .column-carousel .column-bg {
    height: 160px;
  }

  .column-intro .intro {
    left: 40%;
  }

  .about-us .brand-story-right {
    width: 6rem;
  }

  .brand-culture-item {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 0 40px;
    text-align: left;
  }

  .brand-culture-cover {
    margin: 0;
  }

  .brand-culture-text {
    flex: 1;
    margin-left: 20px;
  }

  .brand-culture-title {
    margin-top: 0;
  }

  .franchise-requirements-content {
    flex-direction: column-reverse;
    padding: 0.5rem;
  }

  .franchise-requirements-bg {
    width: 100%;
  }

  .franchise-process-content {
    padding: 0 var(--sectionLeft);
  }

  .franchise-cost-item {
    width: 100%;
    margin-right: 0 !important;
  }

  .franchise-process-step {
    display: block;
    margin-top: 0.5rem;
  }

  .franchise-process-step-item {
    width: 100%;
    text-align: left;
    display: flex;
    margin-bottom: 0.5rem;
  }

  .franchise-process-step-item-icon {
    margin: 0;
  }

  .franchise-process-step-item-index {
    width: 0.44rem;
    height: 0.44rem;
    line-height: 0.44rem;
    margin: 0 0.3rem;
  }

  .franchise-process-step-item-title {
    margin: 0;
    font-size: 0.28rem;
  }

  .franchise-process-step::before {
    width: 0;
    height: 90%;
    left: 1.2rem;
    top: 0;
    border-left: 1px dashed var(--colorAuxiliary);
    border-bottom: 0;
  }

  .franchise-support-content .swiper-button-next,
  .franchise-support-content .swiper-button-prev {
    display: none;
  }

  .powerful-supply-chain-text,
  .powerful-bg {
    width: 100%;
  }

  .powerful-supply-chain-text {
    margin-top: 0.4rem;
    font-size: 0.28rem;
  }

  .franchise-support-item-desc {
    line-height: 1.5;
  }

  .franchise-question-item-title {
    font-size: 0.3rem;
  }
}

@media (max-width: 767px) {
  .column-intro {
    display: none;
  }
  .column-carousel {
    margin-top: 0;
  }
  .about-us .brand-story {
    padding-right: var(--sectionLeft);
  }
  .about-us .brand-story-right {
    width: 100%;
  }
  .join-us-content {
    padding: 0;
  }
  .join-us-channel-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .develoment-his-banner {
    display: none;
  }
  .mobile-his-list {
    display: block;
  }
  .develoment-history .develoment-history-bg img {
    display: none;
  }
  .develoment-history {
    padding: var(--sectionTop) var(--sectionLeft);
    background-color: #f7edde;
  }
  .d-h-container {
    padding: 0;
  }
  .d-h-container .swiper-navgation {
    display: none;
  }

  .develoment-history .develoment-history-bg {
    display: block;
  }

  .develoment-history .develoment-history-bg .page-title {
    text-align: center;
  }

  .his-list-item {
    margin-bottom: 20px;
  }

  .his-list-item-title {
    color: #141414;
    font-size: 15px;
    font-weight: 600;
    position: relative;
  }

  .his-list-item-title::before {
    content: '';
    position: absolute;
    top: 10px;
    left: -20px;
    width: 15px;
    height: 1px;
    background-color: var(--colorPrimary);
  }

  .his-list-item-desc {
    margin-top: 10px;
  }

  .franchise-cost-item-desc p:nth-child(1) {
    font-size: 0.28rem;
  }
}

@media (max-width: 640px) {
  .special-product-swiper .swiper-pagination {
    bottom: -0.2rem;
  }

  .pot-bottom-content .pot-bottom-item {
    width: 100%;
    margin-right: 0;
  }

  .store-popular-content {
    display: block;
  }

  .store-popular-content .large-s {
    width: 100%;
    height: 6.24rem;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .store-popular-content .small-s {
    width: 100%;
    height: 100%;
  }

  .store-popular-content .small-s .store-popular-item {
    height: 3.12rem;
  }

  .opening-swiper .swiper-container {
    width: 100%;
  }

  .column-nav {
    height: 1rem;
  }

  .column-nav a {
    width: 2rem;
    height: 0.6rem;
    line-height: 0.6rem;
  }

  .detail {
    width: 100%;
    padding: var(--sectionTop) var(--sectionLeft);
  }

  .detail-title {
    font-size: 18px;
  }

  .detail-content p {
    font-size: 14px;
  }

  .detail-info {
    font-size: 13px;
  }
}
