.franchise_content {
  width: 100vw;
  overflow-y: auto;
}

.franchise_header {
  width: 100vw;
}

/* 全球布局区域样式 */
.global_layout {
  width: 100vw;
  padding: 3vh 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.global_layout_title {
  font-size: 1.8vw;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 1.5vh;
}

.global_layout_ds {
  font-size: 1.1vw;
  color: #333;
  text-align: center;
  margin-bottom: 1vh;
  max-width: 60vw;
  line-height: 1.6;
}

.global_layout_bg {
  max-width: 70vw;
  position: relative;
}

.global_layout_img {
  width: 100%;
}

.country {
  position: absolute;
  color: #0275ff;
  font-size: 24px;
  font-family: "Montserrat-SemiBold";
}

.country1 {
  left: 16%;
  top: 50%;
}
.country2 {
  left: 30%;
  top: 18%;
}
.country3 {
  left: 47.2%;
  top: 6%;
}
.country4 {
  right: 30%;
  top: 18%;
}
.country5 {
  right: 16%;
  top: 50%;
}

.earth_content {
  position: relative;
}

.earth_border {
  width: 40vw;
  background-image: url("https://xz-server.oss-cn-shanghai.aliyuncs.com/imgs/earth_border.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.earth {
  width: 40vw;
}

.region_bg {
  width: 1.6vw;
}

.country_content1 {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 7vw;
}

.country_content2 {
  display: flex;
  align-items: center;
  position: absolute;
  top: 20vh;
  left: -4.5vw;
}

.country_content3 {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50vh;
  left: -4vw;
}

.country_content4 {
  display: flex;
  align-items: center;
  position: absolute;
  top: 16vh;
  right: -2vw;
}

.country_content5 {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50vh;
  right: -4vw;
}

.region_name {
  font-size: 1.1vw;
  font-family:
    PingFang SC-Medium,
    PingFang SC;
  font-weight: 500;
  color: #000;
  text-align: center;
  padding: 1vh 1vw;
}

.global_regions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 5vh;
}

.global_regions_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 2vw;
  width: 80vw;
  margin-top: 2vh;
}

.region_card {
  width: 16vw;
  height: 14vh;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(2, 117, 255, 0.1);
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}

.region_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.region_overlay_color1 {
  background: #0375ff;
}

.region_overlay_color2 {
  background: rgba(2, 117, 255, 0.1);
}

.call_us {
  width: 100vw;
  height: 80vh;
  background-image: url("https://xz-server.oss-cn-shanghai.aliyuncs.com/imgs/call_us_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.call_us_title {
  color: #fff;
  font-size: 1.6vw;
  margin-top: 6vh;
}

.call_us_ds {
  color: #fff;
  font-size: 1vw;
  margin-top: 2vh;
}

.business_email {
  min-width: 56vw;
  margin: 3.5vh auto;
  height: 6vh;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 24px 24px 24px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.business_email_img {
  width: 1.4vw;
  margin-right: 0.7vw;
}

.business_email_txt {
  color: #0275ff;
  font-size: 1vw;
}

.business_email_form {
  min-width: 56vw;
  height: 40vh;
  background: rgba(255, 255, 255, 0.44);
  border-radius: 24px 24px 24px 24px;
}

.contact_form {
  padding: 3vh 3vw;
}

.form_row {
  display: flex;
  gap: 3vw;
  margin-bottom: 3vh;
}

.form_item {
  flex: 1;
  display: flex;
  flex-direction: column;
}

input::-webkit-input-placeholder {
  /* Chrome, Safari, Opera */
  color: transparent;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
  opacity: 1; /* Firefox 默认透明度为0.54 */
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: transparent;
}

input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: transparent;
}

input::placeholder {
  /* 标准写法，现代浏览器 */
  color: rtransparent;
}

.form_item div {
  font-size: 0.8vw;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.8vh;
}

.form_item_icon_h5 {
  display: none;
}

.form_item input,
.form_item textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding: 0.6vh 0;
  font-size: 0.9vw;
  color: #fff;
  outline: none;
  transition: border-color 0.3s;
}

.form_item textarea {
  resize: none;
  height: 6vh;
}

.form_item input:focus,
.form_item textarea:focus {
  border-bottom-color: #0275ff;
}

.form_submit {
  display: flex;
  justify-content: center;
  margin-top: 3vh;
}

.form_submit button {
  width: 30vw;
  height: 6vh;
  background: #0275ff;
  border-radius: 32px;
  border: none;
  color: #fff;
  font-size: 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6vw;
  cursor: pointer;
}

.form_submit button img {
  width: 1vw;
}

.dealer_offer {
  width: 100vw;
  background: #fff;
  padding: 8vh 0;
}

.dealer_offer_title {
  text-align: center;
  font-size: 1.6vw;
  font-weight: 600;
  margin-bottom: 6vh;
  color: #000;
}

.dealer_offer_list {
  /* width: 70vw;
  margin: 0 auto; */
  max-width: 78vw;
  margin-left: 22vw;
}

.offer_item {
  display: flex;
  align-items: flex-start;
  padding: 3vh 0;
  border-bottom: 1px solid #eee;
}

.offer_item img {
  width: 2vw;
  margin-right: 2vw;
  flex-shrink: 0;
}

.offer_content {
  flex: 1;
}

.offer_title {
  font-size: 1vw;
  font-weight: 600;
  color: #0275ff;
  margin-bottom: 1vh;
}

.offer_desc {
  font-size: 0.85vw;
  color: #333;
  line-height: 1.6;
}

.customer_section {
  width: 100vw;
  padding: 5vh 0 0;
  /* background-image: url("https://xz-server.oss-cn-shanghai.aliyuncs.com/imgs/franchise_icon_customers.png"); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100vw auto;
  min-height: 84vh;
  position: relative;
  background-color: #eff3ff;
}

.customer_inner {
  width: 56vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.customer_text {
  text-align: center;
  margin-bottom: 2vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.customer_number_con {
  font-size: 3.8vw;
  font-weight: 700;
  color: #0275ff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.customer_number_icon {
  font-size: 2.5vw;
}

.customer_title {
  font-size: 1.6vw;
  font-weight: 600;
  color: #000;
  width: 100%;
  text-align: center;
}

.franchise_logo_wrap {
  width: 100vw;
  overflow: hidden;
  margin-top: 6vh;
}

.franchise_logo_track {
  display: flex;
  width: max-content;
  animation: franchise-scroll 30s linear infinite;
}

.franchise_logo {
  height: 800px;
  flex-shrink: 0;
}

.fade-in-up {
  animation: fadeInUp 1s ease-out both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes franchise-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.customer_image {
  width: 70%;
  height: 42vh;
}

.partner_cta {
  width: 100vw;
  background: #fff;
}

.partner_title {
  text-align: center;
  font-size: 1.4vw;
  font-weight: 600;
  padding: 6vh 0;
}

.partner_bg {
  width: 100vw;
  position: relative;
  /* height: 45vh;
  background-image: url("https://xz-server.oss-cn-shanghai.aliyuncs.com/imgs/franchise_icon_join.png"); */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}

.partner_bg_img {
  width: 100vw;
}

.partner_privacy_h5 {
  display: none;
}

.partner_privacy {
  width: 70vw;
  color: #fff;
  font-size: 0.8vw;
  text-align: center;
  position: absolute;
  top: 49%;
}

@media (max-width: 768px) {
  .franchise_header {
    width: 100%;
    height: auto;
  }

  /* Global Layout */
  .global_layout {
    padding: 32px 0;
  }

  .global_layout_title {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .global_layout_ds {
    font-size: 16px;
    max-width: 90%;
    margin-bottom: 24px;
  }

  .global_regions {
    width: 90vw;
    margin-right: 2vw;
  }

  .global_regions_item {
    width: 90%;
    gap: 12px;
  }

  .region_card {
    width: 42%;
    height: 90px;
    border-radius: 12px;
  }

  .region_bg {
    width: 28px;
  }

  .region_name {
    font-size: 16px;
  }

  /* Call Us */
  .call_us {
    height: auto;
    background-image: url("https://xz-server.oss-cn-shanghai.aliyuncs.com/imgs/call_us_bg_h5.png");
    background-image: none;
  }

  .call_us_title {
    font-size: 20px;
  }

  .call_us_ds {
    font-size: 16px;
    padding: 0 20px;
    text-align: center;
  }

  .call_us_content {
    width: 100vw;
    background-image: url("https://xz-server.oss-cn-shanghai.aliyuncs.com/imgs/call_us_bg_h5.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .business_email,
  .business_email_form {
    width: 90%;
    height: auto;
  }

  .business_email_form {
    background-color: transparent;
  }

  .form_item input,
  .form_item textarea {
    height: 40px;
    font-size: 16px;
    padding: 8px 0;
    padding-left: 20px;
    border: none;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 40px 40px 40px 40px;
  }

  .form_item_icon_h5 {
    display: inline;
    color: #e52229;
  }

  input::-webkit-input-placeholder {
    /* Chrome, Safari, Opera */
    color: rgba(255, 255, 255, 0.5);
  }

  input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5);
    opacity: 1; /* Firefox 默认透明度为0.54 */
  }

  input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.5);
  }

  input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(255, 255, 255, 0.5);
  }

  input::placeholder {
    /* 标准写法，现代浏览器 */
    color: rgba(255, 255, 255, 0.5);
  }

  .form_item_icon_pc {
    display: none;
  }

  .form_item_message {
    height: 120px !important;
  }

  .business_email {
    height: 44px;
  }

  .business_email_img {
    width: 18px;
  }

  .business_email_txt {
    font-size: 16px;
  }

  .form_row {
    flex-direction: column;
    gap: 16px;
  }

  .form_item div {
    font-size: 14px;
  }

  .form_submit button {
    width: 100%;
    height: 44px;
    font-size: 16px;
  }

  .form_submit button img {
    width: 18px;
  }

  /* Dealer Offer */
  .dealer_offer {
    padding: 40px 0;
  }

  .dealer_offer_title {
    font-size: 18px;
    margin-bottom: 24px;
  }

  .dealer_offer_list {
    width: 90%;
  }

  .offer_item img {
    width: 28px;
    margin-right: 12px;
  }

  .offer_content {
    padding: 0 16px;
  }

  .offer_title {
    font-size: 16px;
  }

  .offer_desc {
    font-size: 13px;
  }

  /* Customer */
  .customer_section {
    background-size: cover;
    background-image: url("https://xz-server.oss-cn-shanghai.aliyuncs.com/imgs/franchise_icon_customers_h5.png");
  }

  .customer_text {
    width: 100%;
    position: static;
    text-align: center;
    margin-top: calc(50% + 20vh);
  }

  .customer_number_icon {
    font-size: 20px;
  }

  .customer_number_con {
    justify-content: center;
    font-size: 40px;
  }

  .customer_title {
    font-size: 16px;
  }

  /* Partner */
  .partner_title {
    font-size: 22px;
    padding: 40px 20px 20px;
  }

  .partner_privacy_h5 {
    display: block;
    font-size: 16px;
    color: #18191a;
    text-align: center;
    line-height: 36px;
    padding: 0px 24px 16px;
  }

  .partner_privacy {
    display: none;
  }
}
