@charset "UTF-8";
@import "../fonts/WSupermeWeb/w_superme_web.css";
.fs-12 {
  font-size: 12px;
}

html, body {
  height: -webkit-fill-available;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #ebebdc !important;
  min-height: -webkit-fill-available;
  min-height: 100vh;
  font-family: "W Supreme", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgb(34, 34, 34);
  position: relative;
}

/* 滚动槽 */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}

@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
a {
  text-decoration: none;
}

:root, :host {
  --spacing: 0.25rem;
}

.preloader-text {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* top menu  */
/* Header 样式 */
.menu-box {
  height: 100px !important;
}

.header_top_bg {
  height: 100px !important;
  background-color: #fff;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 99;
}
.header_top_bg header {
  width: 100%;
  padding: 0 10px 0 20px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_top_bg header .logo img {
  width: 60px;
  margin: 5px auto;
}
.header_top_bg header .menu-box {
  flex: 1;
  justify-content: center;
  display: none;
}
.header_top_bg header .menu-box .menu {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_top_bg header .menu-box .menu .menu-item {
  min-width: 160px;
  list-style: none;
  text-align: center;
  position: relative;
}
.header_top_bg header .menu-box .menu .menu-item .hide-drop {
  display: none !important;
}
.header_top_bg header .menu-box .menu .menu-item:hover > .sub-menu-box {
  opacity: 1;
  visibility: visible;
}
.header_top_bg header .menu-box .menu .menu-item:hover .sub-menu-box .sub-menu {
  top: 0;
  opacity: 1;
}
.header_top_bg header .menu-box .menu .menu-item a {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  line-height: 1.5;
  color: #222222;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.header_top_bg header .menu-box .menu .menu-item .sub-menu-box {
  width: 270px;
  top: 100px !important;
  left: -20px;
  padding: 30px 0;
  background-color: #fff;
  box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, 0.07);
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  display: block;
  visibility: hidden;
  position: absolute;
}
.header_top_bg header .menu-box .menu .menu-item .sub-menu-box .sub-menu {
  padding: 0;
  position: relative;
  top: 30px;
  opacity: 0;
  transition: opacity 0.5s ease, top 0.8s ease;
}
.header_top_bg header .menu-box .menu .menu-item .sub-menu-box .sub-menu li {
  padding: 8px 35px;
  text-align: left;
  white-space: break-spaces;
}
.header_top_bg header .menu-box .menu .menu-item .sub-menu-box .sub-menu li a {
  padding: 0;
  text-align: left;
  height: 40px;
}
.header_top_bg header .about-mob-section-wrap .language-dropdown svg {
  width: 24px;
}
.header_top_bg header .about-mob-section-wrap .language-dropdown .dropdown-toggle::after {
  display: none;
}
.header_top_bg header .about-mob-section-wrap .about-hamburger {
  padding: 20px;
  cursor: pointer;
  position: relative;
  z-index: 99;
}
.header_top_bg header .about-mob-section-wrap .about-hamburger .line {
  display: block;
  background-color: #222222;
  height: 1px;
  width: 21px;
  margin: 5px auto;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.header_top_bg header .about-mob-section-wrap .mobile-about-section {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 320px;
  height: 100%;
  background-color: #fff;
  transition: opacity 0.75s ease, visibility 0.75s ease, transform 0.75s ease;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  visibility: hidden;
  padding: 80px 0 0;
}
.header_top_bg header .about-mob-section-wrap .mobile-about-section ul.menu li {
  list-style: none;
  position: relative;
  text-align: left;
}
.header_top_bg header .about-mob-section-wrap .mobile-about-section ul.menu li.active {
  background-color: #f8f8f8;
}
.header_top_bg header .about-mob-section-wrap .mobile-about-section ul.menu li a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #222222;
  padding: 10px 35px;
  line-height: 25px;
  display: inline-block;
  width: 100% !important;
  float: none;
  transition: all 0.5s ease;
  text-align: left;
  text-decoration: none;
  white-space: break-spaces;
}
.header_top_bg header .about-mob-section-wrap .mobile-about-section ul.menu li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background-color: #f1f2f3;
}
.header_top_bg header .about-mob-section-wrap .mobile-about-section ul.menu li ul.sub-menu {
  box-shadow: none;
  font-style: normal;
  display: none;
  position: static;
}
.header_top_bg header .about-mob-section-wrap .mobile-about-section ul.menu li.menu-item-has-children i {
  width: 50px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 35px;
}
.header_top_bg header .about-mob-section-wrap.open .mobile-about-section {
  opacity: 1;
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  overflow-y: auto;
  box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, 0.07);
}
.header_top_bg header .about-mob-section-wrap.open .about-hamburger .line {
  background-color: #000 !important;
}
.header_top_bg header .about-mob-section-wrap.open .about-hamburger .line:first-of-type {
  -ms-transform: rotate(45deg) translateY(4px);
  transform: rotate(45deg) translateY(4px);
}
.header_top_bg header .about-mob-section-wrap.open .about-hamburger .line:nth-of-type(2) {
  display: none;
}
.header_top_bg header .about-mob-section-wrap.open .about-hamburger .line:nth-of-type(3) {
  -ms-transform: rotate(-45deg) translateY(-4px);
  transform: rotate(-45deg) translateY(-4px);
}

.a-btn-2 {
  position: relative;
  padding: 12px 24px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.3s ease;
  z-index: 99;
}

.a-btn-2-black {
  border: 1px solid #000;
  color: #000;
  background: rgba(255, 255, 255, 0.1333333333);
}

.a-btn-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  transition: width 0.3s ease;
  z-index: -1;
}

.a-btn-2:hover::before {
  width: 100%;
}

.a-btn-2:hover {
  color: white;
  border: 1px solid #000;
}

/* 图片全屏轮播 */
.btn-lg {
  width: 120px !important;
}

.w-carousel {
  background-color: #ebebdc;
  flex: 1;
}

.w-carousel .carousel-item {
  width: 100%;
  position: relative;
  height: auto;
  background-color: #ebebdc;
  flex: 1;
  flex-direction: column;
}
.w-carousel .carousel-item .other-box, .w-carousel .carousel-item .before-box {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.w-carousel .carousel-item img, .w-carousel .carousel-item video {
  width: 100%;
  object-fit: contain;
  object-position: top;
}

.w-carousel .carousel-control {
  width: 60px;
  height: 60px;
  background-color: rgba(34, 34, 34, 0.1803921569);
  opacity: 1;
  border-radius: 10px;
  background-image: none !important;
  box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, 0.07);
  margin: 10px;
  position: absolute;
  top: 0;
}

.w-carousel .carousel-control.right {
  right: 0;
}

.w-carousel .carousel-control:hover {
  background-color: #fff;
  color: #222;
}

.w-carousel .carousel-control .ion-ios-arrow-thin-left,
.w-carousel .carousel-control .ion-ios-arrow-thin-right,
.w-carousel .carousel-control .icon-prev, .carousel-control .icon-next {
  font-size: 20px;
  line-height: 55px;
}

#carousel-residence .carousel-item img {
  width: 100%;
  height: calc(100vh - 100px);
  object-position: 50% 30%;
}
#carousel-residence .carousel-item .btn-types {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  margin-bottom: 70px;
  position: absolute;
  bottom: 30px;
  right: 0;
}
#carousel-residence .carousel-item .btn-brs {
  width: 100%;
  /*text-transform: uppercase;*/
  display: flex;
  justify-content: center;
  gap: 12px;
  position: absolute;
  bottom: 30px;
  right: 0;
}

.carousel-item .btn-default, .carousel-item .btn-primary {
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(255, 255, 255, 0.5333333333);
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 110px;
  text-wrap: auto;
}

/* signature collection */
#carousel-signature-collection .carousel-item.carousel-cover {
  margin-bottom: -1px;
  display: flex;
  flex-direction: column;
  background-color: #ebebdc;
  height: auto;
  min-height: calc(100vh - 100px);
  padding: 20px;
}
#carousel-signature-collection .carousel-item.carousel-cover img {
  width: 100%;
  height: auto;
  background-color: #000;
  object-position: bottom;
  object-fit: contain;
  padding: 20px;
}
#carousel-signature-collection .carousel-item.carousel-cover .before-box {
  margin-bottom: -1px;
  background-color: #000;
  display: flex;
  flex: 1;
  color: #fff;
  padding: 40px 40px 4px;
  font-size: 12px;
  align-items: start;
}
#carousel-signature-collection .carousel-item.carousel-cover .before-box .btn-lg {
  font-size: 12px;
  min-width: 100px !important;
  margin-right: 15px;
  margin-top: 10px;
}
#carousel-signature-collection .carousel-item.carousel-cover .other-box {
  display: none;
}
#carousel-signature-collection .carousel-item img {
  width: 100%;
  height: calc(90vh - 100px);
}
#carousel-signature-collection .carousel-item .btn-types {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  /*text-transform: uppercase;*/
  gap: 12px;
  width: 100%;
  margin-bottom: 100px;
  padding-right: 5%;
  position: absolute;
  bottom: 5%;
  right: 0;
}
#carousel-signature-collection .carousel-item .btn-brs {
  width: 100%;
  /*text-transform: uppercase;*/
  display: flex;
  justify-content: end;
  padding-right: 5%;
  position: absolute;
  bottom: 30px;
  right: 0;
}
#carousel-signature-collection .carousel-item .btn-brs.hor {
  gap: 30px;
  justify-content: center;
  width: 100%;
  bottom: 30px;
  right: 0;
}
#carousel-signature-collection .carousel-item .btn-brs.hor .btn {
  background-color: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.2);
  padding: 4px 10px;
  font-size: 12px;
  font-weight: bold;
}

/* common-facilities */
#common-facilities {
  background-color: #ebebdc;
}
#common-facilities .carousel-item {
  position: relative;
  padding-bottom: 120px;
}
#common-facilities .carousel-item img {
  width: 100%;
  object-fit: contain;
}
#common-facilities .carousel-item .btn-default {
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(255, 255, 255, 0.5333333333);
  display: flex;
  font-size: 12px;
  align-items: center;
  gap: 2px;
}
#common-facilities .carousel-item .btn-types {
  height: 50%;
  width: 150px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  right: -60px;
}
#common-facilities .carousel-item .btn-types .btn {
  transform: rotateZ(90deg);
  position: absolute;
}
#common-facilities .carousel-item .btn-types .btn:nth-child(1) {
  top: 2.5%;
}
#common-facilities .carousel-item .btn-types .btn:nth-child(2) {
  top: 22.5%;
}
#common-facilities .carousel-item .btn-types .btn:nth-child(3) {
  top: 43.1%;
}
#common-facilities .carousel-item .btn-types .btn-lg {
  width: 100px !important;
  min-width: 100px !important;
}
#common-facilities .carousel-item .btn-types-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 52%;
  text-transform: uppercase;
  position: absolute;
  top: 3.5%;
  right: 5%;
}
#common-facilities .btn-brs {
  width: 100%;
  padding-inline: 20px;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
  row-gap: 10px;
  position: absolute;
  bottom: 30px;
  right: 0;
}
#common-facilities .btn-brs .btn-default {
  gap: 0;
  justify-content: center;
}
#common-facilities .btn-brs .btn-lg {
  min-width: 120px !important;
}
#common-facilities .btn-brs.hor {
  width: 60%;
  bottom: 15px;
  right: 20%;
  gap: 10px;
  justify-content: center;
}

.btn-lg {
  min-width: 150px !important;
}

.carousel-item .btn-primary {
  display: none;
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.room-view-btn {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 30px;
  right: 0;
}
.room-view-btn .a-btn-2 {
  padding: 10px 80px;
}

.descr {
  width: 50%;
  text-align: center;
  position: absolute;
  bottom: 3%;
  left: 0;
  font-size: 9px;
}
.descr div {
  display: inline-block;
  text-align: start;
}

/* Home page */
.home {
  height: 100%;
  min-height: 100vh;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
}
.home:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.home .parallax-showcase-wrapper-2 {
  height: 100%;
  padding: 100px 0 0;
}
.home .parallax-showcase-wrapper-2 .s-back-switch {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: center;
  row-gap: 30px;
  position: relative;
  overflow-y: auto;
  padding-bottom: 100px;
}
.home .parallax-showcase-wrapper-2 .parallax-showcase-content {
  max-width: none;
  position: relative;
  z-index: 10;
}
.home .parallax-showcase-wrapper-2 .parallax-showcase-content .title {
  color: #ffffff;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.home .parallax-showcase-wrapper-2 .parallax-showcase-content .desc {
  border-bottom: 1px solid #fff;
  max-width: none;
}
.home .parallax-showcase-wrapper-2 .parallax-showcase-content .a-btn-2 {
  margin-top: 20px;
  display: block;
  font-weight: 400;
  font-size: 12px;
  font-family: "W Supreme", sans-serif;
  padding: 10px 5px;
  line-height: 2;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  width: 13.3vw;
  min-width: 140px;
  max-width: 220px;
}
.home .parallax-showcase-wrapper-2.nav-mini-box .s-back-switch {
  row-gap: 0;
  padding-bottom: 20px;
}
.home .parallax-showcase-wrapper-2.nav-mini-box .s-back-switch .parallax-showcase-content {
  width: 100%;
}
.home .parallax-showcase-wrapper-2.nav-mini-box .s-back-switch .parallax-showcase-content .title {
  color: #ffffff;
  font-size: 12px !important;
  margin: 0 0 10px !important;
  padding: 0 0 10px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5333333333);
}
.home .parallax-showcase-wrapper-2.nav-mini-box .s-back-switch .parallax-showcase-content .desc {
  border-bottom: 1px solid #fff;
}
.home .parallax-showcase-wrapper-2.nav-mini-box .s-back-switch .parallax-showcase-content .a-btn-2 {
  width: 100%;
  margin: 0 0 8px;
  font-size: 10px !important;
  line-height: 2 !important;
  max-width: none;
  padding: 0 !important;
  white-space: normal;
  background-color: rgba(51, 51, 51, 0.5333333333);
  border: 1px solid rgba(255, 255, 255, 0.5333333333);
  border-radius: 3px;
  font-weight: 400;
}

.w-the-development .w-carousel .carousel-item img {
  width: 100%;
  max-width: 100%;
  max-height: none;
  position: relative;
  z-index: 1;
}
.w-the-development .text-area-box {
  width: 100%;
  height: auto;
  max-height: none;
  display: flex;
  justify-content: center;
  background-color: #3d3c44;
  padding: 50px 0 80px;
  position: relative;
  left: 0;
  top: 0;
}
.w-the-development .text-area-box .text-area {
  width: calc((100vh - 100px) * 1.4767567568);
  padding-left: 0;
  color: white;
  font-size: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  position: relative;
}
.w-the-development .text-area-box .text-area .p-box {
  text-align: center;
}
.w-the-development .text-area-box .text-area .p-box .space-line {
  height: 10vw;
  width: 1px;
  background-color: #fff;
  display: inline-block;
}
.w-the-development .text-area-box .text-area .p-box p {
  padding-inline: 30px;
  font-weight: normal;
  margin: 10px;
}
.w-the-development .text-area-box .text-area .room-view-box {
  margin-top: 50px;
  width: 100%;
}
.w-the-development .text-area-box .text-area .room-view-box .a-btn-2 {
  display: inline-block;
  width: 50%;
}

.marina-bay-growth-story .carousel-item .before-box .text-area {
  padding: 50px 0;
}

.the-location .w-carousel .carousel-item .other-box {
  width: 100%;
  position: fixed;
  bottom: 8%;
  left: 0;
}
.the-location .w-carousel .carousel-item {
  overflow-x: auto;
  overflow-y: hidden;
  height: calc(100vh - 100px);
}
.the-location .w-carousel .carousel-item img {
  width: auto;
  object-position: unset;
  height: calc(100vh - 100px);
  object-fit: cover;
  max-height: none;
}
.the-location .w-carousel .carousel-item .tips {
  color: #fff;
  font-size: 6px;
}

.carousel-fit-side .carousel-item .before-box img {
  width: 100%;
}

.marriott-international .carousel-item {
  justify-content: center;
}
.marriott-international .carousel-item .before-box {
  padding-bottom: 0;
  max-width: 500px;
}

@media screen and (min-width: 991.98px) {
  .header_top_bg header .menu-box {
    display: flex !important;
  }
  .header_top_bg header {
    padding: 0 40px !important;
  }
  .room-view-btn {
    width: 39.3%;
  }
  .w-carousel .carousel-item {
    height: calc(100% - 120px - env(safe-area-inset-bottom) - env(safe-area-inset-top));
    display: flex;
    flex-direction: row;
  }
  .w-carousel .carousel-item img, .w-carousel .carousel-item video {
    max-height: calc(100vh - 100px - env(safe-area-inset-bottom) - env(safe-area-inset-top));
  }
  .descr {
    width: 25%;
    bottom: 10%;
  }
  #common-facilities .carousel-item {
    padding-bottom: 0;
  }
  #common-facilities .carousel-item .btn-types {
    height: 100% !important;
    width: 140px;
  }
  #common-facilities .carousel-item .btn-types .btn {
    position: absolute;
  }
  #common-facilities .carousel-item .btn-types .btn:nth-child(1) {
    top: 15.5%;
  }
  #common-facilities .carousel-item .btn-types .btn:nth-child(2) {
    top: 37.5%;
  }
  #common-facilities .carousel-item .btn-types .btn:nth-child(3) {
    top: 62.1%;
  }
  #common-facilities .carousel-item .btn-types .btn-lg {
    min-width: 100px !important;
    width: 150px !important;
  }
  #common-facilities .carousel-item .btn-brs {
    justify-content: end;
    bottom: 5%;
    right: 5%;
  }
  #carousel-residence .carousel-item img {
    object-position: top;
  }
  #carousel-residence .carousel-item .btn-types {
    width: 100%;
    max-width: 360px;
    justify-content: end;
    margin-bottom: 100px;
    bottom: 2%;
    right: 5%;
  }
  #carousel-residence .carousel-item .btn-brs {
    width: 75%;
    justify-content: end;
    gap: 12px;
    bottom: 5%;
    right: 5%;
  }
  .w-the-development .w-carousel .carousel-item {
    display: flex;
  }
  .w-the-development .w-carousel .carousel-item img {
    width: auto;
    height: calc(100vh - 100px);
    max-width: none;
    max-height: none;
  }
  .w-the-development .text-area-box {
    width: 100%;
    height: calc(100vh - 100px);
    padding: 3vw 0;
    justify-content: center;
  }
  .w-the-development .text-area-box .text-area {
    width: 100%;
    color: white;
    font-size: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .w-the-development .text-area-box .text-area .p-box {
    text-align: center;
  }
  .w-the-development .text-area-box .text-area .p-box .space-line {
    width: 1px;
    background-color: #fff;
    display: inline-block;
  }
  .w-the-development .text-area-box .text-area .p-box p {
    padding-inline: 30px;
    margin: 2vw 0;
  }
  .w-the-development .text-area-box .text-area .room-view-box {
    margin-top: 30px;
  }
  .marina-bay-growth-story .carousel-item img {
    width: auto;
  }
  .marina-bay-growth-story .carousel-item .before-box .text-area {
    padding: 0;
    max-width: 300px;
  }
  .carousel-fit-side .carousel-item img {
    width: auto;
  }
  .home .parallax-showcase-wrapper-2 .parallax-showcase-content {
    max-width: 480px;
  }
}
@media (min-width: 1000px) {
  #common-facilities .carousel-item .btn-types {
    right: 3.5% !important;
  }
  #common-facilities .carousel-item .btn-types .btn {
    transform: none;
  }
  #common-facilities .carousel-item .btn-brs {
    right: 3.5% !important;
  }
}
@media (min-width: 1400px) {
  #common-facilities .carousel-item .btn-types {
    right: 11% !important;
  }
  #common-facilities .carousel-item .btn-types .btn {
    transform: none;
  }
  #common-facilities .carousel-item .btn-brs {
    right: 12% !important;
  }
}
@media (max-aspect-ratio: 100/70) {
  .img-55 {
    display: none;
  }
  .img-47 {
    display: block;
  }
}
@media (max-aspect-ratio: 100/60) {
  .img-55 {
    display: block;
  }
  .img-47 {
    display: none;
  }
}
/* 当视口宽高比 > 1（即宽度大于高度，通常是横屏） */
@media (min-aspect-ratio: 1/1) {
  .the-location .w-carousel .carousel-item .other-box {
    width: 100%;
    position: absolute;
    bottom: 9.5%;
  }
  .the-location .w-carousel .carousel-item img {
    width: auto;
    object-fit: cover;
    object-position: center;
    height: calc(100vh - 100px);
    max-height: 100%;
    min-width: 100%;
  }
  #carousel-signature-collection .carousel-item.carousel-cover {
    background-color: #ebebdc;
    padding: 30px !important;
    margin-bottom: 0;
    flex-direction: row;
  }
  #carousel-signature-collection .carousel-item.carousel-cover img {
    width: auto;
    height: calc(100vh - 160px);
    max-width: calc(70vw - 60px);
    object-fit: contain;
    object-position: left;
  }
  #carousel-signature-collection .carousel-item.carousel-cover .before-box {
    display: none;
  }
  #carousel-signature-collection .carousel-item.carousel-cover .other-box {
    background-color: #000;
    display: flex;
    justify-content: center;
    flex: 1;
    margin-left: -1px;
    color: #fff;
    padding: 40px;
    font-size: 12px;
    align-items: start;
  }
  #carousel-signature-collection .carousel-item.carousel-cover .other-box p {
    max-width: 500px;
    text-align: start;
  }
  #carousel-signature-collection .carousel-item.carousel-cover .other-box .btn-lg {
    font-size: 12px;
    min-width: 100px !important;
    margin-right: 15px;
    margin-top: 10px;
  }
  #carousel-signature-collection .carousel-item .btn-brs {
    width: 40%;
    bottom: 5%;
    right: 0;
  }
  #carousel-signature-collection .carousel-item .btn-brs.hor {
    width: 60%;
    right: 20%;
    bottom: 30px;
  }
  #carousel-signature-collection .carousel-item .btn-brs.hor .btn-default {
    background-color: rgba(255, 255, 255, 0.8);
  }
  #carousel-signature-collection .carousel-item img {
    width: 100%;
    height: auto;
  }
}
/* 当视口宽高比 <= 1（通常是竖屏） */
@media (max-aspect-ratio: 1/1) {
  .alert {
    color: blue;
    content: "This is a square (1:1)";
  }
}

/*# sourceMappingURL=index.css.map */
