img {
  display: block;
}

.menu_box {
  background-position-y: top;
}

.swiper {
  width: 100%;
  height: 100%;
}

.flex {
  display: flex;
  flex-direction: column;
  height: 100vh;
  position: relative;
}

.location {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.location .grey {
  color: #aaa;
}

.location .grey:before {
  background-color: #aaa;
}

.location .heji-box {
  /* flex: 1; */
}

.text-animate {
  opacity: 0;
}

/* part1 part-one */
.location .part-one {
  min-height: 100vh;
  position: relative;
  background-image: url(../images/lemont/bg.jpg);
  /* background-image: url(../images/location/bg.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  opacity: 0;
}

.location .part-one img {
  display: block;
}
.sticky_box{
  position: absolute;
  left: 20.15vw;
  width: 28.22rem;
  display: flex;
  flex-direction: column;
  align-items: center;
   justify-content: space-between;
}

.location .title {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  color: #fff;
  box-sizing: border-box;
  font-size: var(--h1-font-size);
}

.title-phone,
.location .title {
  white-space: nowrap;
  font-size: 2.53rem;
  /* font-family: 'Gotham-M'; */
  text-shadow: 1px 1px 2px rgb(243, 243, 243), 0 0 0.2em rgb(255, 255, 255),
    0 0 0.3em rgb(255, 255, 255), 0 0 0.4em rgb(255, 255, 255),
    0 0 0.9em rgb(255, 255, 255), 0 0 1em rgb(255, 255, 255);
  color: #5b7f71;
}

.title-phone {
  display: none;
}

/* 中文字体间距 */

.location .tagline {
  width: 28.22rem; /* 41.72 × 0.6765 */
  height: 1.6rem; /* 2.36 × 0.6765 */
}
.location .logo {
  width: 20.84rem; /* 30.81 × 0.6765 */
  height: 8.73rem; /* 12.91 × 0.6765 */
  margin: 3.57rem 0 2.71rem; /* 5.28 × 0.6765, 4 × 0.6765 */
}

/* part2 part-three */

.location .part-three {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.location .info-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 auto;
  margin-top: 5vh;
  position: relative;
  opacity: 0;
}

.location .text-title {
  margin-top: 8.3vh;
  font-size: 2.625rem;
  color: var(--contant-color);
  margin-bottom: 1.2rem;
  text-align: center;
  font-weight: 200;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.location .text-contant {
  line-height: var(--contant-line-height);
  font-size: var(--contant-font-size);
  color: var(--contant-color);
  text-align: center;
  margin-right: 6vw;
  margin-left: 6vw;
  margin-bottom: 6vh;
  max-width:870px;
}
.location .skip-content {
  display: flex;
  gap: 11.58px;
  align-items: center;
}
.location .skip-content {
  font-size: 1.68rem;
  color: rgba(243, 160, 22, 1);
}
.location .skip-content img {
  width: 2.5rem;
  height: 2.5rem;
}

/* 202512 */
.title-text.sc-text {
  span:first-child {
    padding-right: 1rem;
  }
  span:nth-child(2) {
    padding-left: 1rem;
  }
}

  .title-text.sc-text.en{
    span:first-child {
    padding-right: 0rem;
    }
    span:nth-child(2) {
    padding-left: 0rem;
    }
  }

.heji-box .image-name {
  height: 4rem;
}
.swiper-pagination-lock {
  display: block;
}

.text-title.en span {
  font-weight: 200;
}
.text-title span {
  font-weight: 300;
}

/* part3 part-three */
.location .part-three {
  position: relative;
}

.location .part-three .flex {
  background-image: url(../images/location/lbg.jpg);
  background-size: cover;
  margin-left: var(--nav-width-pc);
}

.location .part-three .swiper {
  width: 100%;
}

.location .part-three .text-contant {
  /* margin-left: calc(var(--nav-width-pc) + 6vw); */

  color: rgba(38, 64, 46, 1);
  /* font-family: PingFang HK; */
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: center;
}

.location .part-three .text-title {
  margin-top: 0;
}

.location .part-three .text-title sup {
  font-size: 1rem;
  vertical-align: top;
}

/* scroll-for-more */
.scroll-for-more {
 position: absolute;
  font-size: 1rem;
  color: #fff;
  /* transform: translateX(-50%); */
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
}

.scroll-for-more > a {
  display: block;
  width: 3.25rem;
  height: 3.25rem;
  margin: 1rem 0;
  background: url(../images/location/scroll_btn.svg) no-repeat;
  background-size: contain;
}

/* 1024 * 768 -布局调整（横屏） */
@media (min-width: 1024px) and (orientation: landscape) {
  .location .part-one {
    background-position: 75% center;
    background-image: url(../images/lemont/bg-1024.jpg);
  }

 
}

/* 非小屏-布局调整 */
@media (min-width: 992px) {

 
  .location .tagline {
    width: 28.21rem;
    height: 1.6rem;
  }
  .location .logo {
    width: 20.84rem;
    height: 8.73rem;
    margin: 3.57rem 0 2.71rem;
  }
  .title-text {
    font-size: 2.53rem;
  }

  .location .text-title {
    font-size: 1.5rem;
    margin-top: 2rem;
  }

  .location .part-three .text-contant {
    /* font-size: var(--smaller-font-size); */
    font-size: 0.88rem;
  }

  .location .skip-content {
    font-size: 1.5rem;
  }
  .location .skip-content img {
    width: 2.2rem;
    height: 2.2rem;
  }
}

/* 非大屏-按比例调整 */
@media (min-width: 1440px) {
  .location .text-title {
    font-size: 2.625rem;
  }

  .location .part-three .text-contant {
    /* font-size: var(--smaller-font-size); */
    font-size: 0.88rem;
  }

  .location .skip-content {
    font-size: 1.68rem;
  }
  .location .skip-content img {
    width: 2.5rem;
    height: 2.5rem;
  }

  .location .part-one {
    background-image: url(../images/lemont/bg.jpg);
  }
}

@media(max-width:1024px){
    .sticky_box {
    left:15.15vw;  
  }
  .location .tagline{
    width:25.21rem;
  }
  .location .logo{
    width:180rem;
  }

  .title-text.en {
    font-size:1.43rem;
  }
}

/* @media (max-width: 768px), (max-height: 600px),
(max-width:1100px) and (min-height:1100px)  */

/* 竖屏 */
@media (max-width: 768px),
  (max-height: 600px),
  (max-width: 1100px) and (min-height: 1100px) {
 .sticky_box{
        position: absolute;
        left: 0;
        width: auto;
        display: block;
}
  .location .scroll-for-more .sc-text {
    line-height: 1;
  }

  .scroll-for-more > a {
    width: 3rem;
    height: 3rem;
    margin: 5px 0;
    background-image: url(../images/lemont/next.svg);
  }

  .location .part-one {
    min-height: unset;
    background-position: 10% 40%;
    background-image: url(../images/lemont/bg11.jpg);
  }
  .scroll-for-more,
  .location .title {
    left: 50%;
    transform: translateX(-50%);
  }

  .location .part-three .text-title {
    margin: 0 0 2rem;
  }

  .location .part-three .text-contant {
    /* margin: 0 6vw 4vh 6vw; */
    /* margin: 0 6.5vw 7.5vh 6.5vw; */
    font-size: 0.88rem;
  }
}



/* 手机-布局调整 */
@media (max-width: 768px) {
 .sticky_box{
        position: absolute;
        left: 0;
        width: auto;
        display: block;
}
  .location .scroll-for-more .sc-text {
    line-height: 1;
  }

  .title-phone,
  .location .title {
    font-size: 2.53rem;
    text-shadow: 1px 1px 2px rgb(243, 243, 243), 0 0 0.3em rgb(255, 255, 255),
      0 0 0.7em rgb(255, 255, 255), 0 0 1em rgb(255, 255, 255);
    color: #5b7f71;
  }

  /* 中文字体间距 */
  .location .scroll-for-more .sc-text {
    font-size: 2rem;
    letter-spacing: 0.3rem;
  }

   .location .scroll-for-more .sc-text.en{
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.05rem;
   }

  .location .title-text {
    display: none;
  }
  .location .title-phone {
    display: block;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    /* margin-bottom: 2.3rem; */
  }
  .location .tagline {
    width: 11.77rem;
    height: 0.67rem;
  }
  .location .logo {
    width: 11.78rem;
    height: 4.93rem;
    margin: 1.6rem 0 0 0;
  }
  .scroll-for-more {
    color: #5b7f71;
  }

  .scroll-for-more,
  .location .title {
    left: 50%;
    transform: translateX(-50%);
  }
  .sc-text {
    margin-left: 25px;
  }

  .location .part-three {
    height: 100%;
  }

  .location .part-three .flex {
    margin-left: 0;
  }

  .location .part-one {
    min-height: unset;
    background-position: 55% 50%;
    /* background-image: url(../images/lemont/bg11.jpg); */
    background-image: url(../images/lemont/bg-768.jpg);
  }

  .location .title {
    margin-top: calc(-12vh + var(--nav-width-mobile) + 6.8%);
    padding: 0 64px;
  }

  .location .title p {
    font-size: 18px;
  }

  .location .title h1 {
    font-size: 2rem;
    letter-spacing: -1px;
  }

  .scroll-for-more {
    font-size: 1rem;
    margin-bottom: -2vh;
  }

  .location .text-title {
    font-size: 1.3rem;
    margin-top: 2rem;
  }

  .location .text-title sup {
    font-size: 1rem;
  }

  .location .part-three .text-contant {
    /* font-size: var(--smaller-font-size); */
    font-size: 0.88rem;
  }

  .location .part-three .skip-content {
    font-size: 1.5rem;
  }
  .location .part-three .skip-content img {
    width: 1.5rem;
    height: 1.5rem;
  }

  .location .heji-box {
    height: 53vh;
    margin-top: var(--nav-width-mobile);
  }

  .heji-box .swiper-pagination {
    /* height: 3rem; */
  }

  /* 202512 */
  .heji-box .image-name {
    height: 3.5rem;
    padding: 20px 15px 0;
  }
}
 
/* 超小屏 */
/* @media (max-width: 375px) { */
@media (max-width: 500px) {
    .location .title {
        /* margin-top: calc(-10vh + var(--nav-width-mobile) + 6.8%); */
        padding: 0 64px;
    }

  .location .heji-box {
    height: 47vh;
    margin-top: var(--nav-width-mobile);
  }

  .heji {
    max-width: 92vw;
  }
  .location .scroll-for-more .sc-text {
    line-height: 1.2;
  }

  .scroll-for-more > a {
    width: 2rem;
    height: 2rem;
    margin: 5px 0;
    background-image: url(../images/lemont/next.svg);
  }

  .location .title-phone {
    display: block;
    font-size: 1.25rem;
    margin-bottom: 1.1rem;
  }

  .location .part-one {
    min-height: unset;
    background-position: 10% 48%;
    background-image: url(../images/lemont/bg-768.jpg);
  }
  .location .heji-box {
    max-height: 53h;
  }

  .heji-box .swiper-pagination-bullet {
    width: 0.39rem;
    height: 0.39rem;
    margin: 0 3.9px !important;
  }

  .heji-box .image-name {
    height: 3rem;
    bottom: 0;
    /* padding: 20px 15px 10px; */
  }

  .location .info-box {
    margin-top:4vh;
  }

   .location .part-three .skip-content {
    font-size: 1.2rem;
  }
  .location .part-three .text-title {
    margin: 0 0 15px;
  }

  .location .part-three .text-contant {
    line-height: 21px;
    margin: 0 0 3vh 0;
    padding: 0 1.5rem 0 1.5rem;
    font-size: 0.8rem;
  }
  .location .part-three .text-contant-en {
    margin: 0 0 3vh 0;
  }
    .location  .part-three .info-box .skip-en{
        font-size: 1.35rem;
  }
}



@media (max-width: 390px) {
  
      .location .part-three .text-contant-en {
    line-height: 19px;
    margin: 0 0 2vh 0;
  }
    .location  .part-three .info-box .skip-en{
        font-size: 1rem;
  }

  .location .part-three .text-contant {
    line-height: 19px;
    /* margin: 0 5vw 3vh 5vw; */
    /* margin: 0 0 3vh 0; */
    margin: 0 0 3.5vh 0;
    padding: 0 1.5rem 0 1.5rem;
    font-size: 0.8rem;
  }
}

@media (max-width: 375px) {
  .title-phone,
  .location .title {
    padding-top: 0;

  }
  .location .info-box {
    margin-top: 2vh;
  }
  .location .part-three .text-title {
    margin: 0 0 10px;
  }

  .location .part-three .text-contant {
    line-height: 18px;
    /* margin: 0 5vw 3vh 5vw; */
    /* margin: 0 0 3vh 0; */
    margin: 0 0 3vh 0;
    padding: 0 0.5rem 0 0.5rem;
    /* font-size: 0.88rem; */
    font-size: 0.7rem;
  }
  .location .part-three .skip-content {
    font-size: 1.2rem;
  }
}

@media (max-width: 360px) {
  .location .info-box {
    margin-top: 4vh;
  }
  .location .part-three .text-title {
    margin: 0 0 10px;
  }

  .location .part-three .text-contant {
    line-height: 18px;
    /* margin: 0 5vw 3vh 5vw; */
    /* margin: 0 0 3vh 0; */
    margin: 0 0 3vh 0;
    padding: 0 0.5rem 0 0.5rem;
    /* font-size: 0.88rem; */
    font-size: 0.7rem;
  }
  .location .part-three .skip-content {
    font-size: 1.2rem;
  }
}

@media (max-width: 320px) {
  .location .heji-box {
    max-height: 23vh;
  }

  .location .part-three .text-title {
    margin: 0 0 5px;
  }

  .location .part-three .text-contant {
    line-height: 21px;
    /* margin: 0 5vw 3vh 5vw; */
    /* margin: 0 0 3vh 0; */
    margin: 0 0 3.5vh 0;
    padding: 0 2.3rem 0 2.3rem;
    /* font-size: 0.88rem; */
    font-size: 0.75rem;
  }
}

/* 标准 */
@media (min-width: 1880px) {
  .disclaimer {
    color: #5b7f71;
  }
  .disclaimer::before {
    background-color: #5b7f71;
  }
 

  .location .tagline {
    width: 41.72rem;
    height: 2.36rem;
  }
  .location .logo {
    width: 30.81rem;
    height: 12.91rem;
    margin: 5.28rem 0 4rem;
  }
  .title-phone,
  .location .title {
    font-size: 3.74rem;
  }
  .title-phone,
  .location .sc-text {
    font-size: 3.74rem;
  }

   .title-phone,
  .location .sc-text.en{
    font-size:2.5rem;
  }

  .location .text-contant {
    margin: 0 12.6vw;
    margin-bottom: 6vh;
  }

  .location .part-three .text-contant {
    /* margin-left: calc(var(--nav-width-pc) + 12.6vw); */
    margin-left: calc(var(--nav-width-pc) + 25.6vw);
    margin-right: calc(var(--nav-width-pc) + 25.6vw);
    font-size: 0.88rem;
  }

  .scroll-for-more {
    font-size: 1.1rem;
  }

  .scroll-for-more > a {
    width: 5.25rem;
    height: 5.25rem;
  }
}

/* 大屏 */
@media (min-width: 2000px) {
}
