#long-rent-container .star-room {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  height: 480px;
}

#long-rent-container .star-room .star-room-left {
  float: left;
  width: 43%;
  background-color: #8b6d4d;
  -webkit-box-shadow: 40px 0px 40px 0px rgba(139, 109, 77, 0.4);
          box-shadow: 40px 0px 40px 0px rgba(139, 109, 77, 0.4);
  height: 100%;
  background-image: url("/export/sites/default/en/-themes-/theme1/images/star-room-bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  position: relative;
}

#long-rent-container .star-room .star-room-left .info {
  margin-top: 15px;
  position: absolute;
  right: 9%;
  top: 0;
}

#long-rent-container .star-room .star-room-left .info .line {
  display:none;
  width: 24px;
  height: 2px;
  background: white;
}

#long-rent-container .star-room .star-room-left .info .title {
  font-size: 16px;
  font-weight: 600;
  color: white;
  line-height: 20px;
  margin-top: 16px;
  margin-bottom: 32px;
  display:none;
}

#long-rent-container .star-room .star-room-left .info .word {
  max-width: 375px;
  margin-top:20px;
}

#long-rent-container .star-room .star-room-left .info .word p {
  font-size: 14px;
  font-weight: 400;
  color: white;
  line-height: 21px;
  margin-bottom: 20px;
  text-indent: 2em;
  text-align: justify;
}

#long-rent-container .star-room .star-room-left .info .word p:last-child {
  margin-bottom: 0;
}

#long-rent-container .star-room .star-room-right {
  float: left;
  width: 57%;
  background: url("/export/sites/default/en/-themes-/theme1/images/star-room-right.png") center no-repeat;
  background-size: cover;
  height: 480px;
  position: relative;
}

#long-rent-container .star-room:after {
  content: "";
  display: block;
  clear: both;
}

#long-rent-container .brand-culture {
  margin-top: 64px;
}

#long-rent-container .brand-culture .brand-culture-center {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  background: url("/export/sites/default/en/-themes-/theme1/images/brand-culture-bg.png") center no-repeat;
  background-size: auto 100%;
  height: 379px;
  position: relative;
}

#long-rent-container .brand-culture .brand-culture-center .brand-culture-left {
  float: left;
  width: 51%;
  height: 100%;
  background: url("/export/sites/default/en/-themes-/theme1/images/brand-culture-left.png") center no-repeat;
  background-size: auto 100%;
  position: relative;
  z-index: 1;
}

#long-rent-container .brand-culture .brand-culture-center .brand-culture-right {
  float: left;
  width: 49%;
  position: relative;
}

#long-rent-container .brand-culture .brand-culture-center .brand-culture-right .info {
  position: absolute;
  top: 0;
  left: 20%;
  margin-top: 80px;
}

#long-rent-container .brand-culture .brand-culture-center .brand-culture-right .info .line {
  display:none;
  width: 24px;
  height: 2px;
  background: #fa8d19;
}

#long-rent-container .brand-culture .brand-culture-center .brand-culture-right .info .title {
  font-size: 16px;
  font-weight: 600;
  color: #333230;
  line-height: 20px;
  margin: 16px 0 48px 0;
}

#long-rent-container .brand-culture .brand-culture-center .brand-culture-right .info .word {
  margin-bottom: 24px;
}

#long-rent-container .brand-culture .brand-culture-center .brand-culture-right .info .word span:first-child {
  font-size: 14px;
  font-weight: 600;
  color: #333230;
  line-height: 18px;
}

#long-rent-container .brand-culture .brand-culture-center .brand-culture-right .info .word span:last-child {
  font-size: 14px;
  font-weight: 400;
  color: #666360;
  line-height: 18px;
  padding-left: 16px;
}

#long-rent-container .brand-culture .brand-culture-center .brand-circle1 {
  position: absolute;
  top: -41px;
  left: 49%;
}

#long-rent-container .brand-culture .brand-culture-center .brand-circle2 {
  position: absolute;
  right: -28px;
  bottom: -34px;
}

#long-rent-container .brand-culture .brand-culture-center:after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 1200px) {
  #long-rent-container .brand-culture .brand-culture-center .brand-circle1,
  #long-rent-container .brand-culture .brand-culture-center .brand-circle2 {
    display: none;
  }
  #long-rent-container .brand-culture {
    padding: 0 16px;
  }
  #long-rent-container .star-room .star-room-left,
  #long-rent-container .star-room .star-room-right {
    width: 50%;
  }
  #long-rent-container .brand-culture .brand-culture-center .brand-culture-left,
  #long-rent-container .brand-culture .brand-culture-center .brand-culture-right {
    width: 50%;
  }
  #long-rent-container .star-room .star-room-left .info {
    padding-left: 16px;
  }
}

@media (max-width: 992px) {
  #long-rent-container {
    margin-top: 101px;
  }
}

@media (max-width: 768px) {
  #long-rent-container .star-room .star-room-left,
  #long-rent-container .star-room .star-room-right,
  #long-rent-container .brand-culture .brand-culture-center .brand-culture-left,
  #long-rent-container .brand-culture .brand-culture-center .brand-culture-right {
    float: none;
    width: 100%;
  }
  #long-rent-container .star-room {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  #long-rent-container .star-room .star-room-left {
    height: 380px;
  }
  #long-rent-container .star-room .star-room-left .info {
    padding-right: 16px;
    margin-top: 16px;
    right: 0;
  }
  #long-rent-container .star-room .star-room-left .info .title {
    margin-bottom: 16px;
  }
  #long-rent-container .star-room .star-room-left .info .word {
    max-width: 100%;
  }
  #long-rent-container .star-room .star-room-left .info .word p {
    margin-bottom: 16px;
  }
  #long-rent-container .star-room .star-room-right {
    height: 50vw;
  }
  #long-rent-container .brand-culture {
    height: 100%;
    margin-top: 32px;
    margin-bottom: 0;
  }
  #long-rent-container .brand-culture .brand-culture-center {
    height: 100%;
    background: none;
  }
  #long-rent-container .brand-culture .brand-culture-center .brand-culture-left {
    height: 50vw;
  }
  #long-rent-container .brand-culture .brand-culture-center .brand-culture-right {
    height: 204px;
  }
  #long-rent-container .brand-culture .brand-culture-center .brand-culture-right .info {
    left: 10%;
    margin-top: 32px;
  }
  #long-rent-container .brand-culture .brand-culture-center .brand-culture-right .info .title {
    margin: 16px 0 16px 0;
  }
  #long-rent-container .brand-culture .brand-culture-center .brand-culture-right .info .word {
    margin-bottom: 16px;
  }
}

@media (min-width:1440px) and (max-width:1500px) {
    #long-rent-container .star-room .star-room-left .info {
        right: 17%;
    }
}

@media (min-width:1280px) and (max-width:1439px) {
    #long-rent-container .star-room .star-room-left .info {
        right: 21.5%;
    }
}
/*# sourceMappingURL=starRoom.css.map */<!--ºÄÊ±1762606514.1779Ãë-->