@font-face {
  font-family: "MuliBold";
  src: url('/template/static/plug/v2/fonts/Muli-Bold.ttf') format("truetype");
}

@font-face {
  font-family: "MuliLight";
  src: url("/template/static/plug/v2/fonts/Muli-Light.ttf") format("truetype");
}

.muliblod {
  font-family: MuliBold, sans-serif !important;
}

.muliLight {
  font-family: MuliLight, sans-serif !important;
}

:root{
  --bs-font-sans-serif: muliLight, sans-serif
}

html{
  font-size: clamp(12px, 0.85vw, 16px); /* 默认字体大小 */
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

* {
  font-family: "Source Han Sans CN", "思源黑体", "Microsoft Yahei", sans-serif !important;
}

a {
  text-decoration: none;
}

.plus-icon {
  height: 1.825rem;
}

/*head start*/
.headerD{
  height: 100px;
}

.header {
  position: fixed;
  height: 100px;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 10;
  background: #ffcd2c;
  font-size: 16px;
}

.header .headicon {
  height: 2.5rem;
}

.header .nav-wrap{
  display: flex;
  justify-content: end;
}

.header .nav-wrap .nav li{
  /*height: 100px;*/
  display: inline-block;
}

.header .nav-wrap .nav .nav-item a {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  height: 100px;
  display: flex;
  align-items: center;
}

/*移动端*/
.offcanvas-body .nav .nav-item a {
  color: #9e8018;
  font-size: 1.5rem;
}

.header .nav-wrap .language {
  width: 80px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #9B8433;
}

.header .nav-wrap .language a {
  color: #9B8433;
}

.header .nav-wrap .nav .active {
  border-bottom: 2px solid;
}

.header .nav-wrap .wap-icon{
  display: none;
}

.snav{
  z-index: 10;
  position: fixed;
  top: 100px;
  background: #fff;
  width: 100%;
  border-top: 1px solid rgba(232, 232, 232, 0.4);
  overflow: hidden;
  height: 0;
  transition: All 0.8s ease;
  -webkit-transition: All 0.8s ease;
  -moz-transition: All 0.8s ease;
  -o-transition: All 0.8s ease;
}

.on {
  height: 80px;
}

#franchise{
  font-size: 1.35rem;
}

@media screen and (max-width: 1024px){

  .header .nav-wrap .nav {
      display: none;
  }

  .header .nav-wrap .wap-icon {
      padding-left: 20px;
      display: flex;
      height: 16px;
      justify-content: center;
      align-items: center;
  }

}






/*banner start*/
.banner .banner-img {
  max-height: 51.25rem;
}

.carousel-control-prev-icon {
  background-image: url("/template/static/images/v2/franchise/indonesia/icon_left.png");
  width: 4.5rem;
  height: 4.5rem;
}

.carousel-control-next-icon {
  background-image: url("/template/static/images/v2/franchise/indonesia/icon_right.png");
  width: 4.5rem;
  height: 4.5rem;
}

.contact {
  height: 40rem;
  background-size: contain;
  background: #f3f4ef;
}

.contact .contact-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;

  border-bottom:0.7rem solid #ffcd2e;
  padding-top: 20px;
  line-height: 1.2rem;

  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  max-width: 100%;
  white-space: nowrap;
}


.contact .contact-content {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 5rem;
}

.contact .contact-content .left {
  max-width: 40%;
  min-width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 10%;
  margin-right: 1.5rem;
}


.contact .contact-content .left .left-top{
  height: 225px;
  display: flex;
  flex-direction: column;
}

.contact .contact-content .left .left-top .left-ms{
  height: 6.25rem;
}

.contact .contact-content .left .left-bottom{
  margin-top: auto;
  width: 22.16rem;
}

.contact .contact-content .left .left-bottom .icon {
  display: flex;
  justify-content: space-around;
}
.contact .contact-content .left .left-top .left-top-content {
  display: flex;
  align-items: center;
  color: #000;
  width: 18rem;
}

.contact .contact-content .left .left-top .left-top-content:hover {
  cursor: pointer;
}

.contact .contact-content .left .left-top .left-top-content .title-tips{
  font-family: MuliLight, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #000;
}

.contact .contact-content .left .left-top .left-top-content .info{
  font-family: MuliBold, sans-serif;
  font-size: 1.25rem;
}

.contact .contact-content .left .icon-bg {
  background: #d6b53c;
  border-radius: 50%;
  width: 3rem;
}

.contact .contact-content .right {
  width: 60%;
  height: 27.125rem;
  /* background: url("/template/static/images/v2/home/contact/message_bg.png") no-repeat; */
  background: #ffcd2c;
  position: relative;
  background-size: cover;
  /* 新增圆角 */
  border-radius: 20px;
}
.submit-button{
  display: flex;
  justify-content: flex-end;
  background: #000;
  height: 55px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  border-radius:0 0 20px 20px;
}
.submit-button button{ 
  color: #fff;
  font-size: 27px;
  width: 20rem;
}
.submit-button button:hover{ 
  color: #fff;
}

.contact .contact-content .right ::-webkit-input-placeholder { /* Chrome/Safari/Edge */
  /* color: #d6b53c; */
  color: #000;
  opacity: 0.9; /* 可调整透明度 */
}

.contact .contact-content .right .message-form {
  width: 95%;
  margin: 0 auto;
}

.contact .contact-content .right .message-form label {
  width: 100%;
}

.contact .contact-content .right .message-form #inlineFormCustomSelectPref {
  color: #000;
}

.contact .contact-content .right .message-button:hover {
  background: rgba(6, 206, 203, 0.6);
}

.contact .contact-content .right .message-button {
  text-decoration: none !important;
}

@media screen and (max-width: 768px) {

  .contact {
      height: auto;
      background: #fefefe url("/template/static/images/v2/home/contact/contact_left.png") no-repeat;
      background-size: contain;
      background-position-x: left;
      background-position-y: bottom;
  }

  .contact .contact-title {
      width: 100%;
      margin-bottom: 1rem;
  }

  .contact .contact-content {
      width: 100%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
  }

  .contact .contact-content .left {
      width: 100%;
      max-width: 100%;
      order: 2;
      height: 30rem;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: column;
      padding: 0;
      margin: 0;
  }

  .contact .contact-content .left .left-top .left-top-content {
      display: flex;
      align-items: center;
      color: #d6b53c;
      width: 18rem;
  }

  .contact .contact-content .left .left-top .left-top-content:hover {
      cursor: pointer;
  }

  .contact .contact-content .left .icon-bg {
      background: #d6b53c;
      border-radius: 50%;
  }

  .contact .contact-content .left .icon {
     bottom: 3rem !important;
  }

  .contact .contact-content .right {
      width: 100%;
      margin-bottom: 5rem;
  }

  .contact .contact-content .right ::-webkit-input-placeholder { /* Chrome/Safari/Edge */
      color: #d6b53c;
      opacity: 0.5; /* 可调整透明度 */
  }

  .contact .contact-content .right .message-form {
      width: 95%;
      margin: 0 auto;
  }

  .contact .contact-content .right .message-form label {
      width: 100%;
  }

  .contact .contact-content .right .message-form #inlineFormCustomSelectPref {
      color: #d6b53c99;
  }

  .contact .contact-content .right .message-button {
      position: absolute;
      bottom: 1.5rem;
      right: 1.5rem;
      height: 3.25rem;
      color: #fefefc;
      font-size: 1.8rem;
      display: flex;
      align-items: center;
      font-family: MuliBold, sans-serif;
  }

  .contact .contact-content .right .message-button {
      text-decoration: none !important;
  }

}

.wap-footer{
  display: none;
}

.web-footer {
  width: 100%;
  height: 33.75rem;
  background: url("/template/static/images/202603/foot-background.jpg") repeat;
}

.web-footer .footer-logo {
  height: 21.875rem;
  padding-left: 80px;
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}

.web-footer .footer-logo .franchise:hover {
  cursor: pointer;
}

.web-footer .footer-logo .copyrightfontsize {
  font-size: 1.5rem !important;
  color: #ffcd2e;
}

.web-footer .footer-logo .seblodsize {
  color: #fff !important;
  font-size: 1.8rem !important;
  color: #ffcd2e !important;
}

.web-footer .footer-logo .footer-link {
  width: 60%;
  display: flex;
  justify-content: space-evenly;
}

.web-footer .footer-link .blodsize {
  color: #ffcd2e !important;
  font-size: 1.5rem !important;
}

.web-footer .footer-logo .footer-link .nav-link {
  color: #ffffff;
  font-size: 1.35rem;
}

.web-footer .footer-copyright {
  padding-left: 80px;
  font-size: 1.3rem;
  color: #fbfbf3;
}


.web-footer .footer-copyright a {
  color: #fbfbf3;
  font-size: 10px;
}

.size10px{
 font-size: 10px !important;
}

.web-footer .footer-copyright .copyrightfontsize {
  color: #fff;
  font-size: 10px !important;
}

.showCookieTips{
  height: 80px;
  position: fixed;
  bottom: 0;
  background-color: #ffcd2e;
  width: 100%;
  text-align: center;
  display: none;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  z-index: 100
}

.reject{
  width: 85px;
  line-height: 32px;
  margin: 0 10px;
  background: #f3c57d;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border: none;
}
.accept{
  width: 85px;
  line-height: 32px;
  background: #6be050;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border: none;
}

.colord6{
  color: #000;
}

.color999{
  color: #000;
  font-size: 1.125rem;
}

@media screen and (max-width: 1024px) {
  .web-footer {
      display: none;
  }

  .wap-footer{
      display: flex;
      background-color: #06cecb;
      /*height: 50rem;*/
      flex-direction: column;
  }

  .wap-footer .logo .imgdiv {
      height: 3rem;
  }

  .wap-footer .link {
      width: 90%;
      margin: 3rem auto 0;

      color: #FFFFFF;
      font-size: 1rem;

      a {
          color: #FFFFFF !important;
          font-size: 1.5rem !important;
      }
  }
}


/* ====================== 联系表单 移动端专属优化 ====================== */
/* 仅优化contact模块，不影响其他页面样式 */
@media screen and (max-width: 768px) {
  /* 修复整体高度与背景 */
  .contact {
    height: auto !important;
    padding-bottom: 2rem;
    background: #f3f4ef !important;
  }

  /* 标题适配 */
  .contact .contact-title {
    font-size: 1.8rem !important;
    padding-top: 1.5rem !important;
    height: auto !important;
  }

  /* 左侧内容居中、间距优化 */
  .contact .contact-content .left {
    padding: 0 1rem !important;
    margin: 2rem auto !important;
    min-width: unset !important;
    max-width: 100% !important;
    align-items: center !important;
  }

  /* 左侧联系方式布局 */
  .contact .contact-content .left .left-top {
    height: auto !important;
    gap: 1rem !important;
  }

  .contact .contact-content .left .left-top .left-ms {
    height: auto !important;
    min-height: 5rem !important;
  }

  .contact .contact-content .left .left-top .left-top-content {
    width: 100% !important;
    justify-content: flex-start !important;
  }

  /* 左侧底部社交图标 */
  .contact .contact-content .left .left-bottom {
    width: 100% !important;
    margin-top: 2rem !important;
    text-align: center !important;
  }

  .contact .contact-content .left .left-bottom .icon {
    gap: 0.5rem !important;
    flex-wrap: wrap !important;
    margin-top: 1rem !important;
  }

  /* 右侧表单主体 */
  .contact .contact-content .right {
    width: 95% !important;
    margin: 0 auto 2rem !important;
    height: auto !important;
    padding-bottom: 55px !important;
    border-radius: 12px !important;
  }

  /* 表单输入框间距 */
  .contact .contact-content .right .message-form {
    padding: 0 0.5rem !important;
  }

  .contact .contact-content .right .message-form .row {
    flex-direction: column !important;
    gap: 1rem !important;
  }

  .contact .contact-content .right .message-form .col {
    width: 100% !important;
  }

  /* 输入框样式统一 */
  .contact .contact-content .right .form-control-lg {
    font-size: 1rem !important;
    padding: 0.75rem 1rem !important;
  }

  .contact .contact-content .right textarea {
    font-size: 1rem !important;
  }

  /* ====================== 核心修复：SendMessage 按钮 文字与背景图不重叠 ====================== */
  .submit-button {
    height: 50px !important;
    border-radius: 0 0 12px 12px !important;
    justify-content: center !important;
  }

  #SendMessage {
    width: 100% !important;
    margin: 0 !important;
    font-size: 1.2rem !important;
    background-position: right 1rem center !important;
    background-size: 24px !important;
    padding-right: 3rem !important;
    text-align: left !important;
    padding-left: 1.5rem !important;
  }

  /* 按钮状态文字修正 */
  #SendMessage:contains("Sendding") {
    text-align: center !important;
    padding-right: 0 !important;
    background: none !important;
  }
}


/* ====================== left-bottom 社交图标对齐优化 ====================== */

/* --- 桌面端样式 --- */

/* 1. left-bottom 容器：统一宽度基准 + 居中 */
.contact .contact-content .left .left-bottom {
  width: 22.16rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;  /* 减少与 left-top 的真空 */
}

/* 2. 上方图片包装器：占满父容器宽度 */
.contact .contact-content .left .left-bottom .click-more-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.contact .contact-content .left .left-bottom .click-more-img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* 3. 社交图标容器：与图片等宽 + 6图标均匀分布 */
.contact .contact-content .left .left-bottom .icon {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 0.3rem;
  margin-top: 0.8rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
}

/* 4. 社交链接：扩大点击区域 */
.contact .contact-content .left .icon a {
  display: flex;
  padding: 0.3rem;
  flex: 1 1 0;
  justify-content: center;
}

/* 5. 图标样式：等分空间 + 正圆 + 内边距 */
.contact .contact-content .left .icon-bg {
  background: #d6b53c;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  object-fit: contain;
  padding: 0.35rem;
  flex: 1 1 0;
  max-width: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background 0.2s ease;
}

/* 6. 图标悬停效果 */
.contact .contact-content .left .icon-bg:hover {
  transform: scale(1.1);
  background: #b89a2e;
}

/* --- 移动端样式 --- */
@media screen and (max-width: 768px) {
  
  /* left-bottom 自适应宽度 */
  .contact .contact-content .left .left-bottom {
      width: 90% !important;
      max-width: 22.16rem !important;
      margin: 0.8rem auto 0 !important;
  }
  
  /* 图标容器保持等宽 */
  .contact .contact-content .left .left-bottom .icon {
      width: 100% !important;
      justify-content: space-between !important;
      gap: 0.4rem !important;
      padding: 0 0.4rem !important;
      margin-top: 0.6rem !important;
  }
  
  /* 图标尺寸缩小 */
  .contact .contact-content .left .icon-bg {
      width: 2.3rem !important;
      height: 2.3rem !important;
      padding: 0.25rem !important;
      flex: 1 1 0 !important;
      max-width: none !important;
  }
  
  /* 链接点击区域 */
  .contact .contact-content .left .icon a {
      padding: 0.2rem !important;
  }
}


/* ====================== left-top 高度优化（减少真空） ====================== */

/* --- 桌面端 --- */
.contact .contact-content .left .left-top {
  height: auto;              /* 关键：改为自适应高度 */
  min-height: 200px;         /* 保留最小高度防塌陷 */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.4rem;               /* 3个联系方式紧凑排列 */
}

.contact .contact-content .left .left-top .left-ms {
  height: auto !important;   /* 覆盖原有固定高度 */
  min-height: 5.5rem;
  display: flex;
  align-items: center;
  padding: 0.2rem 0;
}

/* --- 移动端 --- */
@media screen and (max-width: 768px) {
  .contact .contact-content .left .left-top {
      min-height: unset;
      gap: 0.5rem;
      margin-bottom: 0.5rem;
  }
  
  .contact .contact-content .left .left-top .left-ms {
      min-height: 4.5rem !important;
      padding: 0.1rem 0;
  }
  
  .contact .contact-content .left .left-bottom {
      margin-top: 0.6rem !important;
  }
}


/* ====================== 补充：修复原有移动端 contact 样式冲突 ====================== */
/* 将原有 @media (max-width: 768px) 中 .left-bottom 相关样式替换为以下内容 */

@media screen and (max-width: 768px) {
  /* 替换原有 .left-bottom 高度设置 */
  .contact .contact-content .left {
      height: auto !important;  /* 改为自适应，避免固定30rem造成空白 */
      padding: 0 1rem !important;
  }
  
  /* 确保 icon 定位正常（移除原有 absolute bottom） */
  .contact .contact-content .left .icon {
      position: static !important;
      bottom: auto !important;
  }
}