header {
  position: fixed;
  top: 0;
  padding: 0.3rem 5%;
  z-index: 10;
  width: 100%; }
  header .hop {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    header .hop .logo {
      display: inline-block;
      vertical-align: middle;
      width: 2.5rem; }
      header .hop .logo a, header .hop .logo img {
        width: 100%;
        display: block; }
    header .hop .rav {
      display: inline-block;
      vertical-align: middle;
      width: auto;
      height: 0.5rem;
      font-size: 0; }
      header .hop .rav .menu {
        display: inline-block;
        vertical-align: middle;
        width: 0.5rem;
        height: 0.5rem;
        cursor: pointer; }
        header .hop .rav .menu img {
          width: 100%;
          display: block; }
      header .hop .rav .menu.hide {
        display: none; }
      header .hop .rav .closv {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        font-size: 0.5rem;
        height: 0.5rem;
        line-height: 0.5rem;
        display: none;
        cursor: pointer; }
      header .hop .rav .closv.show {
        display: inline-block;
        vertical-align: middle; }

header.white .hop .logo img {
  filter: grayscale(1000%) brightness(2000%); }

.botmenu {
  position: fixed;
  z-index: 9;
  bottom: -100vh;
  left: 0;
  right: 0;
  width: 100%;
  padding: 1.3rem 0.62rem;
  transition: all ease 0.8s;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7); }
  .botmenu .voms {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 100%; }
    .botmenu .voms .votop {
      width: 100%; }
      .botmenu .voms .votop .vitom {
        width: 100%;
        text-align: center;
        padding: 0.2rem 0; }
        .botmenu .voms .votop .vitom a {
          width: 100%;
          display: block; }
        .botmenu .voms .votop .vitom .vim {
          width: 100%;
          color: #fff;
          font-size: 0.4rem;
          line-height: 1.3; }
        .botmenu .voms .votop .vitom .en {
          width: 100%;
          color: rgba(255, 255, 255, 0.4);
          line-height: 1.5;
          font-size: 0.3rem;
          margin-top: 0.05rem; }
    .botmenu .voms .vobot {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .botmenu .voms .vobot .sitm {
        display: inline-block;
        vertical-align: middle;
        width: auto; }
        .botmenu .voms .vobot .sitm a {
          width: 100%;
          display: block; }
        .botmenu .voms .vobot .sitm .sic {
          display: block;
          width: 0.64rem;
          height: 0.64rem;
          margin: 0 auto 0.1rem; }
          .botmenu .voms .vobot .sitm .sic img {
            width: 100%;
            display: block; }
        .botmenu .voms .vobot .sitm .sm {
          width: 100%;
          text-align: center;
          color: #fff;
          line-height: 1.5;
          font-size: 0.24rem; }

.botmenu.show {
  bottom: 0; }

.main.hide {
  filter: blur(5px); }

.banner {
  width: 100%;
  height: 100%;
  display: block;
  position: relative; }
  .banner .swiper-container{
    height: 100%;
  }
  .banner .swiper-slide {
    width: 100%; }
    .banner .swiper-slide a {
      width: 100%;
      height: 100%;
      display: block; }
    .banner .swiper-slide .imgs {
      width: 100%;
      height: 100%;
      display: block;
      position: relative;
      overflow: hidden; }
      .banner .swiper-slide .imgs .img {
        width: 100%;
        height: 100%;
        display: block;
       }
  /* .banner .swiper-pagination {
    bottom: 4%; }
  .banner .swiper-pagination-bullet {
    width: 0.3rem;
    height: 3px;
    opacity: 1;
    transition: all ease 0.5s;
    border-radius: 0;
    background-color: #fff; }
  .banner .swiper-pagination-bullet-active {
    width: 0.8rem;
    background-color: rgba(0, 39, 82, 0.5); } */
    .banner .swiper-pagination {
      bottom: 4%; }
    .banner .swiper-pagination-bullet {
      transition: all ease 0.5s;
      border-radius: 50%; }
    .banner .swiper-pagination-bullet-active {
      background-color: #fff;
      opacity: 1; }

.livom {
  width: 100%;
  height: 100%;
  position: relative; }
  .livom .litop {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 4;
    top: 15%;
    padding: 0 5%; }
    .livom .litop .lit {
      width: 100%;
      color: #fff;
      font-weight: bold;
      line-height: 1.3;
      font-size: 0.6rem; }
      .livom .litop .lit p {
        color: #fff;
        font-weight: bold;
        line-height: 1.3; }
    .livom .litop .eit {
      width: 100%;
      color: rgba(255, 255, 255, 0.3);
      font-weight: bold;
      line-height: 1.3;
      font-size: 0.44rem;
      margin-top: 0.2rem; }
  .livom .liveper {
    width: 100%;
    height: 100%;
    position: relative; }
    .livom .liveper .swiper-slide {
      width: 100%; 
      height: 100%;
    }
    .swiper-container{
      height: 100%;
    }
      .livom .liveper .swiper-slide a {
        width: 100%;
        height: 100%;
        display: block; }
      .livom .liveper .swiper-slide .imgs {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden; }
        .livom .liveper .swiper-slide .imgs .img {
          width: 100%;
          display: block;
          height: 100%; }
    .livom .liveper .swiper-pagination {
      bottom: 4%; }
    .livom .liveper .swiper-pagination-bullet {
      transition: all ease 0.5s;
      border-radius: 50%; }
    .livom .liveper .swiper-pagination-bullet-active {
      background-color: #fff;
      opacity: 1; }

.products {
  width: 100%;
  height: 100%;
  position: relative; }
  .products .litop {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 4;
    padding: 0 5%;
    height: 42%;
    display: flex;
    flex-wrap: wrap;
    align-content: center; }
    .products .litop .lit {
      width: 100%;
      color: #fff;
      font-weight: bold;
      line-height: 1.3;
      font-size: 0.6rem; }
      .products .litop .lit p {
        color: #fff;
        font-weight: bold;
        line-height: 1.3; }
    .products .litop .eit {
      width: 100%;
      color: rgba(255, 255, 255, 0.3);
      font-weight: bold;
      line-height: 1.3;
      font-size: 0.52rem;
      margin-top: 0.1rem; }
  .products .propers {
    width: 100%; 
    height: 58%;
    display: block;
	position:relative
  }
    .products .propers .swiper-slide {
      width: 100%;
      padding: 0 5%; }
      .products .propers .swiper-slide a {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        align-content: space-between;
        padding-bottom: 16%; }
      .products .propers .swiper-slide .imgs {
        width: 100%;
        position: relative;
        overflow: hidden;
        max-width: 5rem;
        display: block;
        margin: 0 auto 0.5rem;
         }
        .products .propers .swiper-slide .imgs .img {
          width: 100%;
          padding-top: 100%;
          position: relative;
          top: 0rem;
          transition: all ease 0.5s;
          background-size: contain !important; }
      .products .propers .swiper-slide .more {
        width: 100%;
        text-align: center;
        position: relative;
        top: 0%;
        color: #002752;
        line-height: 1.5;
        letter-spacing: 0.1rem; }
        .products .propers .swiper-slide .more span {
          display: inline-block;
          vertical-align: middle;
          width: 0.5rem;
          position: relative;
          top: -0.02rem;
          margin-left: 0.1rem; }
          .products .propers .swiper-slide .more span img {
            width: 100%;
            display: block; }
			    .products .propers .swiper-pagination {
      bottom: 4%; }
    .products .propers .swiper-pagination-bullet {
      transition: all ease 0.5s;
      border-radius: 50%; }
    .products .propers .swiper-pagination-bullet-active {
      background-color: #fff;
      opacity: 1; }

.systems {
  width: 100%;
  height: 100%;
  position: relative; }
  .systems .litop {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 4;
    top: 15%;
    padding: 0 5%; }
    .systems .litop .lit {
      width: 100%;
      color: #fff;
      font-weight: bold;
      line-height: 1.3;
      font-size: 0.6rem; }
      .systems .litop .lit p {
        color: #fff;
        font-weight: bold;
        line-height: 1.3; }
    .systems .litop .eit {
      width: 100%;
      color: rgba(255, 255, 255, 0.3);
      font-weight: bold;
      line-height: 1.3;
      font-size: 0.44rem;
      margin-top: 0.2rem; }
  .systems .syspers {
    width: 100%;
    height: 100%;
    position: relative; }
    .swiper-container {
      height: 100%;
    }
    .systems .syspers .swiper-slide {
      width: 100%;
      height: 100%;
      position: relative; }
      .systems .syspers .swiper-slide a {
        width: 100%;
        height: 100%;
        display: block; }
      .systems .syspers .swiper-slide .imgs {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden; }
        .systems .syspers .swiper-slide .imgs .img {
          width: 100%;
          display: block;
          height: 100%; }
      .systems .syspers .swiper-slide .more {
        width: 100%;
        text-align: center;
        color: #fff;
        line-height: 1.5;
        letter-spacing: 0.1rem;
        position: absolute;
        bottom: 8%; } 
        .systems .syspers .swiper-slide .more span {
          display: inline-block;
          vertical-align: middle;
          width: 0.5rem;
          position: relative;
          top: -0.02rem;
          margin-left: 0.1rem; }
          .systems .syspers .swiper-slide .more span img {
            width: 100%;
            display: block;
            filter: grayscale(1000%) brightness(2000%); }
   /* .systems .syspers .swiper-scrollbar {
      bottom: 0.3rem;
      width: 100%;
      height: 2px;
      background: rgba(255, 255, 255, 0.3);
      opacity: 1; }
    .systems .syspers .swiper-scrollbar-drag {
      height: 2px;
      background-color: #002752; } */
	  
	 .systems .syspers .swiper-pagination {
      bottom: 4%; }
    .systems .syspers .swiper-pagination-bullet {
      transition: all ease 0.5s;
      border-radius: 50%; }
    .systems .syspers .swiper-pagination-bullet-active {
      background-color: #fff;
      opacity: 1; }
	  
	  

.service {
  width: 100%; }
  .service .litop {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 4;
    padding: 0 5%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-bottom: 1rem; }
    .service .litop .lit {
      width: 100%;
      color: #fff;
      font-weight: bold;
      line-height: 1.3;
      font-size: 0.6rem; }
      .service .litop .lit p {
        color: #fff;
        font-weight: bold;
        line-height: 1.3; }
    .service .litop .eit {
      width: 100%;
      color: rgba(255, 255, 255, 0.3);
      font-weight: bold;
      line-height: 1.3;
      font-size: 0.52rem;
      margin-top: 0.1rem; }
  .service .serlist {
    width: 100%; }
    .service .serlist .serim {
      width: 100%;
      max-width: 80%;
      display: block;
      margin: 0 auto;
      box-sizing: border-box;
      overflow: hidden;
      border-radius: 0.1rem;
      position: relative;
      background-color: rgba(177, 178, 182, 0.1);
      box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.15), 0 0 10px rgba(255, 255, 255, 0.75) inset; }
      .service .serlist .serim a {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0.34rem; }
      .service .serlist .serim .sc {
        display: inline-block;
        vertical-align: middle;
        width: 28%;
        margin-right: 0.3rem; }
        .service .serlist .serim .sc img {
          width: 100%;
          display: block; }
      .service .serlist .serim .ct {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 28% - 0.3rem);
        color: #fff;
        font-weight: bold;
        font-size: 0.4rem; }
      .service .serlist .serim .ic {
        position: absolute;
        right: 0.3rem;
        bottom: 0.3rem;
        z-index: 2;
        width: 0.5rem; }
        .service .serlist .serim .ic img {
          width: 100%;
          display: block; }
    .service .serlist .serim + .serim {
      margin-top: 0.4rem; }

.brands {
  width: 100%;
  padding: 0 3%;
  position: relative;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding-bottom: 20%; }
  .brands .litop {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 4;
    padding: 0 5%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-bottom: 1rem; }
    .brands .litop .lit {
      width: 100%;
      color: #fff;
      font-weight: bold;
      line-height: 1.3;
      font-size: 0.6rem; }
      .brands .litop .lit p {
        color: #fff;
        font-weight: bold;
        line-height: 1.3; }
    .brands .litop .eit {
      width: 100%;
      color: rgba(255, 255, 255, 0.3);
      font-weight: bold;
      line-height: 1.3;
      font-size: 0.52rem;
      margin-top: 0.1rem; }
    .brands .litop .cid {
      width: 100%;
      color: #fff;
      line-height: 1.4;
      margin-top: 0.2rem;
      font-size: 0.38rem; }
  .brands .videoc {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    z-index: 4;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
    z-index: 5; }
    .brands .videoc .vom {
      position: relative;
      left: 0;
      top: 0;
      width: 100%;
      display: block;
      padding-top: 60%;
      z-index: 3; }
  .brands .more {
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    position: absolute;
    bottom: 8%; }
    .brands .more span {
      display: inline-block;
      vertical-align: middle;
      width: 0.5rem;
      position: relative;
      top: -0.02rem;
      margin-left: 0.1rem; }
      .brands .more span img {
        width: 100%;
        display: block;
        filter: grayscale(1000%) brightness(2000%); }

.advange {
  width: 100%;
  padding: 0 5%;
  position: relative;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding-top: 20%; }
  .advange .litop {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 4;
    padding: 0 5%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-bottom: 0.8rem; }
    .advange .litop .lit {
      width: 100%;
      color: #fff;
      font-weight: bold;
      line-height: 1.3;
      font-size: 0.6rem; }
      .advange .litop .lit p {
        color: #fff;
        font-weight: bold;
        line-height: 1.3; }
    .advange .litop .eit {
      width: 100%;
      color: rgba(255, 255, 255, 0.3);
      font-weight: bold;
      line-height: 1.3;
      font-size: 0.52rem;
      margin-top: 0.1rem; }
    .advange .litop .cid {
      width: 100%;
      color: #fff;
      line-height: 1.4;
      margin-top: 0.2rem;
      font-size: 0.38rem; }
  .advange .more {
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    position: absolute;
    bottom: 8%;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%); }
    .advange .more span {
      display: inline-block;
      vertical-align: middle;
      width: 0.5rem;
      position: relative;
      top: -0.02rem;
      margin-left: 0.1rem; }
      .advange .more span img {
        width: 100%;
        display: block;
        filter: grayscale(1000%) brightness(2000%); }
  .advange .datas {
    width: 100%;
    font-size: 0;
    display: flex;
    justify-content: space-between; }
    .advange .datas .ditm {
      display: inline-block;
      vertical-align: top;
      width: auto;
      text-align: center; }
      .advange .datas .ditm .dum {
        width: 100%;
        color: #fff;
        font-size: 0.26rem; }
        .advange .datas .ditm .dum span {
          display: inline-block;
          vertical-align: top;
          font-size: 0.9rem;
          position: relative;
          top: -0.1rem;
          margin-right: 0.04rem; }
      .advange .datas .ditm .place {
        width: 100%;
        text-align: center;
        color: #fff;
        line-height: 1.5;
        margin-top: 0rem;
        font-size: 0.25rem; }

.buys {
  width: 100%;
  position: relative;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding-top: 25%; }
  .buys .litop {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 4;
    padding: 0 5%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-bottom: 1rem; }
    .buys .litop .lit {
      width: 100%;
      color: #002752;
      font-weight: bold;
      line-height: 1.3;
      font-size: 0.6rem; }
      .buys .litop .lit p {
        color: #002752;
        font-weight: bold;
        line-height: 1.3; }
    .buys .litop .eit {
      width: 100%;
      color: rgba(0, 0, 0, 0.3);
      font-weight: bold;
      line-height: 1.3;
      font-size: 0.52rem;
      margin-top: 0.1rem; }
  .buys .btns {
    width: 100%;
    font-size: 0;
    text-align: center; }
    .buys .btns a {
      display: inline-block;
      vertical-align: middle;
      border: solid 1px #002752;
      border-radius: 0.1rem;
      line-height: 3.5;
      color: #002752;
      font-size: 0.3rem;
      text-align: center;
      width: 45%; }
    .buys .btns a:hover, .buys .btns a.on {
      background-color: #002752;
      color: #fff; }
    .buys .btns a + a {
      margin-left: 4%; }
  .buys .form {
    width: 100%;
    font-size: 0;
    margin-top: 1rem;
    display: flex;
    border-bottom: solid 1px rgba(0, 39, 82, 0.5); }
    .buys .form .int {
      display: inline-block;
      vertical-align: middle;
      padding: 0 0.2rem;
      color: #002752;
      line-height: 3;
      height: 3em;
      border: none;
      background-color: transparent;
      flex: 1;
      font-size: 0.28rem; }
    .buys .form .stn {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      width: 0.4rem;
      margin-left: 0.15rem; }
      .buys .form .stn img {
        width: 100%;
        display: block; }
      .buys .form .stn .sc {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        opacity: 0;
        z-index: 3; }
  .buys .topm {
    width: 100%;
    padding: 0 5%; }

footer {
  width: 100%;
  background-color: #002752;
  padding: 0 5%; }
  footer .itemlis {
    width: 100%;
    padding: 0.4rem 0;
    font-size: 0;
    display: flex;
    flex-wrap: wrap; }
    footer .itemlis .item {
      width: 33%;
      text-align: center;
      display: inline-block;
      vertical-align: top; }
      footer .itemlis .item a {
        width: 100%;
        display: block; }
      footer .itemlis .item .itc {
        display: block;
        margin: 0 auto 0.1rem;
        width: 0.64rem;
        height: 0.64rem; }
        footer .itemlis .item .itc img {
          width: 100%;
          display: block; }
      footer .itemlis .item .xm {
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 0.2rem;
        line-height: 1.4; }
  footer .mids {
    width: 100%;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    padding: 0.25rem 0;
    font-size: 0;
    text-align: center; }
    footer .mids .am {
      display: inline-block;
      vertical-align: middle;
      width: auto; }
      footer .mids .am a {
        display: inline-block;  
        vertical-align: middle;
        color: #fff;
        font-size: 0.2rem;
        line-height: 1.4; }
      footer .mids .am span {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        font-size: 0.2rem;
        line-height: 1.4;
        margin: 0 0.15rem; }
  footer .finp {
    width: 100%;
    color: #fff;
    line-height: 2;
    text-align: center;
    padding: 0.2rem 0 0;
    font-size: 0.24rem; }
    footer .finp p {
      color: #fff;
      line-height: 2; }
  footer .fob {
    width: 100%;
    padding: 0.2rem 0; }
    footer .fob .fm {
      width: 100%;
      color: #fff;
      font-size: 0.2rem;
      text-align: center;
      line-height: 1.5; }
	  
	  
.footer_warp{
	background: #002752;
    padding-bottom: 0;
}

body{
  padding-bottom: env(safe-area-inset-bottom);
}

.container{
  
}
section.space-detail.customized-service{
  margin: 3.2em auto 0;
}

section.space-detail.option2.design-concept .image-cover-video svg{
  width: 10%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
  margin: 0 auto;
}

.background-image{
  background: no-repeat center #fff;
  background-size: 100% 100%;
}

section.space-detail.design-concept .img .videoc{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  z-index: 5;
}

section.space-detail.design-concept .img   .videoc .vom{
  position: relative;
    left: 0;
    top: 0;
    width: 100%;  
    height: 100%;
    display: block;
    z-index: 3;
}

#spaceDetailOtherSpaces .swiper-pagination-bullets{bottom:0;font-size:0;}
#spaceDetailOtherSpaces .swiper-pagination-bullet{width:8px;height:8px;margin:0 5px;background-color: #fff;opacity:1;border: none;}
#spaceDetailOtherSpaces .swiper-pagination-bullet-active{background-color:#002752}

header{padding-left: 7%;}
header.header_warp .logo{margin-left: 0;}
header.header_warp .nav_more{margin-top: 14px;}

.liveper .swiper-slide .more {
  position: absolute;
  bottom: 12%; 
  left: 0;
  z-index: 18;
  width: 100%;
  text-align: center;  
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.1rem; }
  .liveper .swiper-slide .more span {
    display: inline-block;
    vertical-align: middle;
    width: 0.5rem;
    position: relative;
    top: -0.02rem;
    margin-left: 0.1rem; }
    .liveper .swiper-slide .more span img {
      width: 100%;
      display: block;
		filter: grayscale(1000%) brightness(2000%);	  }