img {
  display: block;
}

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

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

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

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


.design .grey {
  color: #aaa;
}

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

.design .heji-box {
  max-height: calc(100vh - 368px);
}

/* part1 part-one */
.design .part-one {
  min-height: 100vh;
  position: relative;
  background-image: url(../images/design/bg.jpg);
  background-size: cover;
  background-position: 50% 100%;
  opacity: 0;
}

.design .part-one img {
  display: block;
}

.design .title {
  position: absolute;
  top: 13.98vh;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: 300px;
  font-size: var(--h1-font-size);
  color: #fff;
}

.design .title p {
  text-align: center;
  /* font-family: 'Gotham-M'; */
}

.design .title p:after {
  content: '';
  display: block;
  width: 300px;
  height: 1px;
  background: #fff;
  margin: 1rem 0 2.5rem;
}

.design .title h1 {
  font-size: 2.3rem;
  white-space: nowrap;
  letter-spacing: 0;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  max-width: 47.5rem;
  text-align: center;
}

.design .title h1 sup {
  font-size: 1rem;
  vertical-align: top;
}

/* part2 part-two */
.design .part-two,
.design .part-three {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: var(--nav-width-pc);
  box-sizing: border-box;
}

.design .part-two {
  background-image: url(../images/design/lbg.jpg);
}

.design .part-two .info-box,
.design .part-three .info-box {
  opacity: 0;
}

.design .info-box {
  display: flex;
  flex: 1;
  align-items: center;
  margin: 0 3vw;
  box-sizing: border-box;
  position: relative;
  min-height: 367px;
}

#design3 .info-box {
  margin: 0 3vw 0 5vw;
}

.design .left {
  margin: 0;
  position: relative;
}

.design .right {
  margin-left: 3rem;
  flex: 1;
}

.design .info-box .img-box {
  position: relative;
  width: 35vw;
  min-height: 250px;
  max-width: 639px;
}

#design3 .info-box .img-box {
  width: calc(35vw + 105px);
  max-width: 729px;
  padding: 0 99px 0 105px;
}

.design .info-box .pic {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: right bottom;
}
#design3 .info-box .pic{
  object-position: left bottom;
}

.design .info-div {
  display: flex;
  align-items: center;
  margin-top: 41px;
}

.design .designer-logo {
  display: block;
  margin-bottom: 2vh;
  background-position: right top;
  background-size: contain;
  background-repeat: no-repeat;
}

.designer-logo.logo1 {
  height: 21px;
  width: 102px;
  background-image: url(../images/design/designer1_logo.png);
}

.designer-logo.logo2 {
  height: 27px;
  width: 73px;
  background-image: url(../images/design/designer2_logo.png);
}

.designer-logo.logo3 {
  height: 27px;
  width: 62px;
  background-image: url(../images/design/designer3_logo.png);
}

.designer-logo.logo4 {
  height: 27px;
  width: 86px;
  background-image: url(../images/design/designer4_logo.png);
}

.design .info-btn {
  margin-left: 1.25rem;
  cursor: pointer;
  height: 34px;
  margin-bottom: 2vh;
  padding-right: 2rem;
  color: var(--residence-color);
  background: url(../images/design/info_btn.svg) no-repeat;
  background-position: right top;
  background-size: contain;
  display: flex;
  align-items: center;
  width: 135px;
  font-size: var(--contant-font-size);
}

.design .text-title {
  margin: 1vh auto 1.5vh;
  font-size: 1.6rem;
  font-weight: 200;
  color: var(--contant-color);
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

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

.design .text-contant {
  line-height: var(--contant-line-height);
  font-size: var(--contant-font-size);
  color: var(--contant-color);
  text-align: left;
}

.design .part-three .text-title, .design .part-three .text-contant {
  text-align: center;
  justify-content: center;
}

.design .text-name, #design3 .text-name2 {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 15px;
  margin-bottom: 1.75vh;
  font-size: 1.25rem;
  font-weight: normal;
  color: var(--contant-color);
  text-align: left;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
 #design3 .text-name {
   margin-left: -5px;
 }
#design3 .text-name2 {
  left: unset;
  right: 0;
}

.design .major {
  font-size: 1rem;
  margin-left: 40px;
  white-space: nowrap;
}

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

.design .part-three .flex {
  background-image: url(../images/design/lbg.jpg);
}

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

.design .part-three img{
  object-fit: contain;
}

/* scroll-for-more */
.scroll-for-more {
  position: absolute;
  bottom: 6.25rem;
  font-size: 1rem;
  color: #fff;
  left: 50%;
  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;
}



/* POPUPS */
.popup .info-box {
  display: flex;
  margin: 0 auto 1.5rem;
  justify-content: center;
  position: relative;
}

.popup .designer-logo {
  display: block;
  margin-bottom: 2vh;
  background-position: right top;
  background-size: contain;
  background-repeat: no-repeat;
}

.popup .info-box .left {
  display: flex;
  padding-top: 35px;
  width: 26.6vw;
  justify-content: right;
  margin-right: 8px;
  margin-left: -10px;
}

.popup .info-box img {
  width: 35vw;
  max-width: 639px;
}

.popup .info-box .text-title {
  margin-top: 20px;
  margin-bottom: 19px;
  font-size: 1.8rem;
  font-weight: normal;
  color: var(--contant-color);
  text-align: left;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

.popup .info-box .text-title span {
  white-space: nowrap;
  margin-right: 3vw;
}

.popup .info-box .text-contant {
  line-height: var(--contant-line-height);
  font-size: var(--contant-font-size);
  color: var(--contant-color);
  margin-bottom: 5vh;
  text-align: left;
}

.popup .info-box .text-title .major {
  font-size: 1rem;
}

.popup .info-box .award {
  display: flex;
}

.popup .info-box .award span {
  font-size: var(--contant-font-size);
  display: block;
  color: #26402E;
  line-height: 18px;
}

.popup .info-box .award>span:nth-of-type(1) {
  color: #f3a016;
  margin-right: 10px;
  font-size: var(--h3-font-size);
  white-space: nowrap;
}

.popup .flex {
  display: flex;
  flex-direction: row;
}

.popup .design-box {
  flex: 1;
  width: 50%;
  padding: 0 3vw 0 8.3vw;
}

.popup .pic-box {
  display: flex;
  width: 100%;
  height: 47.6vh;
  justify-content: center;
}

.popup .flex .pic-box {
  margin: 21px 21px 0;
  width: calc(100% - 42px);
  height: 22vw;
}

.popup .flex .pic-box .swiper-pagination {
  bottom: 0;
  height: 2rem;
  padding-top: 5px;
}

.popup .flex .pic-box .swiper-pagination-bullet {
  width: .5rem;
  height: .5rem;
  border: 2px solid #fff;
  background: #fff;
  opacity: 1;
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.3);
  margin: .5rem !important;
}

.popup .flex .pic-box .swiper-pagination-bullet-active {
  border: 2px solid #fff;
  background: #B3B795;
}

.popup .flex .pic-box .pic-img-box {
  position: relative;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
}

.popup .flex .pic-box .pic {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
}

.popup .flex .pic-box .image-name {
  width: 100%;
  height: 3.5rem;
  text-align: right;
  bottom: 0;
  right: 0;
  padding: 10px 35px 0;
  box-sizing: border-box;
  background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 40%) 100%);
}

.popup .pic-box .pic-border {
  margin: 10px;
  width: auto;
  height: 100%;
  position: relative;
}

.popup .flex .pic-box .pic-border {
  margin: 0;
}

.popup .pic-box-mobile {
  display: none;
  width: 100%;
  height: 47.6vh;
  justify-content: center;
}

.popup .pic-box-mobile .swiper-pagination {
  bottom: 0;
  height: 2rem;
  padding-top: 5px;
}

.popup .pic-box-mobile .swiper-pagination-bullet {
  width: .5rem;
  height: .5rem;
  border: 2px solid #fff;
  background: #fff;
  opacity: 1;
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.3);
  margin: .5rem !important;
}

.popup .pic-box-mobile .swiper-pagination-bullet-active {
  border: 2px solid #fff;
  background: #B3B795;
}

.popup .pic-box-mobile .pic-img-box {
  position: relative;
  height: 100%;
  border-radius: .8rem;
  overflow: hidden;
}

.popup .pic-box-mobile .pic {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}

.popup .pic-box-mobile .image-name {
  width: 100%;
  height: 3.5rem;
  text-align: right;
  bottom: 0;
  right: 0;
  padding: 10px 35px 0;
  box-sizing: border-box;
  background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 40%) 100%);
}

.pic-box .pic-border .image-name {
  right: 3rem;
}

.popup .pic-box .pic {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.popup .right {
  width: 42vw;
  margin-left: 12px;
}

.popup .flex .right {
  margin: 0 21px;
}

.popup .flex .info-box .left {
  position: absolute;
  top: -6vh;
  left: 0;
  width: auto;
  margin: 0;
  padding: 0;
  margin-left: -86px;
}

.heji-box .swiper-slide {
  opacity: 1;
  height: 100%;
}

.heji-box .heji {
  object-fit: contain;
}

/* scroll-for-more */
.popup .scroll-for-more {
  position: static;
  display: none;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
  font-size: 1rem;
  color: var(--home-text-color);
  white-space: nowrap;
  transform: unset;
  padding-bottom: 2rem;
}

.popup .scroll-for-more>a {
  display: block;
  margin: 5px 0;
  width: 2rem;
  height: 2rem;
  background-image: url(../images/design/scroll_btn.html);
  background-repeat: no-repeat;
  background-size: contain;
}

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

/* 非大屏-按比例调整 */
@media (min-width: 1440px) {


  .design .info-box {
    margin: 0 7.5vw;
    margin-top: 0;
  }

  #design3 .info-box {
    margin: 0 5vw 0 10vw;
    margin-top: 0;
  }


  .design .designer-logo {
    margin-right: 5vw;
  }
  
  #design3 .designer-logo {
    margin-right: 0;
  }

  .designer-logo.logo1 {
    height: 33px;
    width: 159px;
  }

  .designer-logo.logo2 {
    height: 36px;
    width: 97px;
  }

  .designer-logo.logo3 {
    height: 42px;
    width: 95px;
  }

  .designer-logo.logo4 {
    height: 38px;
    width: 117px;
  }

  .popup .designer-logo.logo1,
  .popup .designer-logo.logo2,
  .popup .designer-logo.logo3,
  .popup .designer-logo.logo4 {
    height: 2.625rem;
    width: 159px;
  }
.popup .flex .designer-logo {
    width: 86px;
  }
 .popup .flex .design-box:last-of-type .left{
   margin-left:-160px;
 }
  .popup .flex .designer-logo.logo4 {
    width: 159px;
  }
  .popup .flex .pic-box {
    height: 39.5vh;
  }
}

/* 竖屏 */
/* @media (max-width: 768px),(max-height: 600px),
(max-width:1100px) and (min-height:1100px) { */
@media (max-width: 768px), (max-width:1100px) and (min-height:1100px) {
  .design .text-title {
    font-size: 1.5rem;
    text-align: center;
    max-width: 30rem;
    justify-content: center;
  }

  .design .text-contant {
    font-size: var(--smaller-font-size);
    text-align: center;
    margin: 0 5px 1rem;
    line-height: 19px;
  }

  .design .info-box {
    flex-direction: column-reverse;
    align-items: start;
    justify-content: flex-end;
    margin-top: 3vh;
    flex: 0 auto;
    min-height: unset;
  }

  #design3 .info-box {
    margin: 0 2.5vw;
    margin-top: 3vh;
  }

  .popup .flex {
    flex-direction: column;
  }


  .design .info-box .img-box {
    width: 92vw;
    min-height: unset;
  }

  #design3 .info-box .img-box {
    width: 92vw;
    padding: 0;
  }

  .design .info-box .pic {
    margin-bottom: 3vh;
    height: 19.5vh;
  }

  #design3 .info-box .pic {
    object-position: center bottom;
    margin-bottom: 5vh;
  }

  .design .text-name {
    font-size: 1rem;
    flex-direction: column;
    position: absolute;
    bottom: 8vh;
    left: 10vw;
    margin-top: 0;
    z-index: 0;
  }

  #design3 .text-name,  #design3 .text-name2 {
    font-size: 1rem;
    padding-bottom: 30px;
    min-height: 60px;
    bottom: 8vh;
    margin-top: 0;
  }

  #design3 .text-name2 {
    right: 2vw;
  }
  #design3 .designer-logo{
    position: absolute;
    bottom: 0;
    margin: 0;
  }

  .design .info-div {
    align-items: center;
    margin-top: 0;
    flex-direction: column;
    position: absolute;
    bottom: 5vh;
  }

  #design3 .info-div {
    bottom: 2vh;
  }

  .design .major {
    font-size: var(--smaller-font-size);
    margin: 0;
  }

  .design .info-btn {
    margin: 0;
    height: 2rem;
  }

  .popup-content {
    padding: 6vh 18px;
  }

  .popup .design-info {
    margin: 2vh 0;
  }

  .popup .design-box {
    width: 100%;
    padding: 0;
  }

  #popup2 .popup .design-info {
    padding-bottom: 3.25rem;
  }

  .popup .info-box {
    margin-left: 0;
    /* margin-bottom: 1vh; */
    flex-direction: column;
  }

  .popup .info-box .left {
    justify-content: center;
    width: 100%;
  }

  .popup .info-box img {
    width: 55.6vw;
    max-width: 500px;
    object-fit: contain;
  }

  .popup .pic-box {
    display: none;
  }

  .popup .flex .pic-box {
    width: 100%;
    display: flex;
    height: 26.6vh;
    margin: 21px 0;
  }

  .popup .flex .info-box .left {
    position: unset;
    margin: 0 auto;
  }

  .popup .flex .info-box .right {
    margin: 0;
  }

  .popup .pic-box-mobile {
    display: flex;
    height: 26.6vh;
  }

  .popup .right {
    margin: 0;
    width: 100%;
  }

  .popup .info-box .text-title {
    margin-top: 5px;
    margin-bottom: 19px;
    font-size: 1.625rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .popup .info-box .text-title .major {
    font-size: var(--contant-font-size);
  }

  .popup .info-box .text-contant {
    line-height: 18px;
    font-size: var(--smaller-font-size);
    margin-bottom: 15px;
    text-align: center;
  }

  .popup .info-box .award {
    width: 100%;
    justify-content: center;
  }

  .popup .info-box .award span {
    font-size: var(--smaller-font-size);
  }

  .popup .designer-logo.logo1,
  .popup .designer-logo.logo2,
  .popup .designer-logo.logo3,
  .popup .designer-logo.logo4 {
    margin-bottom: 0;
    background-position: center top;
  }

  .popup .scroll-for-more {
    display: flex;
  }
}

/* 手机-布局调整 */
@media (max-width: 768px) {
  .design .part-one {
   /*  min-height: 100vh;*/
   min-height: unset;
  } 

  .design .part-two,
  .design .part-three {
    padding-left: 0px;
  }

  .design .title {
    font-size: 1.25rem;
    margin-top: calc(-13.98vh + var(--nav-width-mobile) + 6.8vh);
  }

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

  .design .title h1 {
    font-size: 2rem;
    flex-wrap: wrap;
    letter-spacing: 0;
  }

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

  .design .title p:after {
    margin: 10px;
  }

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

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

  .design .heji-box {
    margin-top: var(--nav-width-mobile);
    max-height: 27.5vh;
    margin-left: 0;
    width: 100%;
  }

  .design .right {
    margin: 0 5vw;
    min-height: unset;
    flex: 0 auto;
  }

  #design3 .info-div {
    bottom: 2vw;
  }

  #design3 .text-name {
    left: 2.5vw;
  }
  .popup .designer-logo.logo1,
  .popup .designer-logo.logo2,
  .popup .designer-logo.logo3,
  .popup .designer-logo.logo4 {
    height: 21px;
  }

}

/* 超小屏 */
@media (max-width: 460px) {
 #design3 .info-box {
    margin-top: 0;
  }
}
@media (max-width: 360px) {
  
 #design3 .info-box {
    margin-top: 3vh;
  }
    #design3 .text-name2 {
    right:0;
  }
  .design .heji-box {
    max-height: 22vh;
  }

  .design .text-title {
    margin-top: 0;
    font-size: 1.1rem;
  }

  .text-title sup, .sticky_box .title p sup {
    font-size: .8rem;
  }

  .design .text-contant {
    line-height: 16px;
    margin: 0 0 5px;
  }

  #design3 .text-contant,
  .design .part-three .text-contant {
    margin: 0 0 15px;
  }

  .designer-logo.logo1,
  .designer-logo.logo2,
  .designer-logo.logo3,
  .designer-logo.logo4 {
    height: 16px;
    margin: 1vh 0;
  }

  .design .info-box .pic {
    height: 17vh;
    object-position: right -12px;
    min-height: 98px;
  }

  .design .info-btn {
    height: 1.5em;
    padding-right: 1rem;
  }
}

/* 标准 */
@media (min-width: 1880px) {
  .design .title h1 {
    font-size: 3.4rem;
  }

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

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

  .design .text-name {
    top: 5vh;
    left: 5vw;
    font-size: 1.6875rem;
  }
  
#design3 .info-box {
  margin: 0 3vw 0 6.5vw;
}
#design3 .info-box .img-box {
  width: calc(35vw + 160px);
  padding: 0 170px 0 150px;
}
  /* #design3 .info-box .pic {
  max-height:33vh;
} */
  #design3 .text-name {
    left: 0;
  }

  #design3 .text-name2 {
    top: 5vh;
    font-size: 1.6875rem;
  }


  .design .text-title {
    font-size: var(--biggest-font-size);
  }
  .popup .flex .info-box .left {
 margin-left: -160px;
}
    .popup .flex .info-box .designer-logo {
 width:159px;
}

  .popup .info-box .text-title {
    font-size: 2.625rem;
  }

  .popup .info-box .text-title .major {
    font-size: 1.75rem;
  }
}

/* 大屏 */
@media (min-width: 2000px) {
  .popup .info-box {
    margin-top: 10vh;
  }

  .design .right {
    margin-top: 0;

  }
}