<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer {
  width: 100%;
  height: 14.625rem;
  background-image: url("../images/index/home_bottom_pic_background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-content {
  width: 75rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
 /* width: 31.25rem;*/
}

.footer-item {
  width: 7.5rem;
  height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 0.9375rem;
  margin-top: 0.625rem;
}

.footer-title {
  font-size: 1rem;
  color: #ffffff;
}

.footer-refer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone-info {
  color: #ffffff;
  font-size: 0.875rem;
}

.footer-btn {
  width: 7.125rem;
  height: 2rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#3DCBFF), to(#00AAFF));
  background-image: linear-gradient(to right, #3DCBFF, #00AAFF);
  outline: none;
  border: none;
  border-radius: 0.1875rem;
  font-size: 0.9375rem;
  color: #ffffff;
  margin-top: 0.6875rem;
}

.footer-btn:active {
  opacity: 0.9;
}

.footer-arcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-arcode span {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  color: #ffffff;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
  letter-spacing: 0.375rem;
}

.bottom {
  background-color: #254069;
  width: 100%;
  height: 5.375rem;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.8125rem;
}

.fg-info {
  margin-top: 0.625rem;
}

.fixed-bar {
  z-index: 100;
  position: fixed;
  right: 1rem;
  bottom: 12rem;
  width: 3.75rem;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.float-bar {
  width: 3.75rem;
  height: 15rem;
  border: 1px solid #ebebeb;
  border-radius: 0.25rem;
  background-color: #ffffff;
  opacity: 0.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
}

img:hover {
  cursor: pointer;
}

.backtop {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 0.25rem;
  overflow: hidden;
  opacity: 0.7;
  margin-top: 1.875rem;
}

.backtop img {
  width: 100%;
  height: 100%;
}

.city-mask {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}

.selected-city {
  width: 100%;
  height: 14.25rem;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.selected-box {
  width: 75rem;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.city-title {
  font-size: 1.125rem;
  color: #00aaff;
}

.city-item {
  width: 3.5rem;
  height: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.city-img {
  width: 3.5rem;
  height: 3.5rem;
  border-left-width: 1.875rem;
  border-right-width: 1.875rem;
  /*border-radius: 50%;*/
}

.show-city {
  font-size: 0.875rem;
  color: #2d383e;
}

.piny {
  color: #9ea1ae;
  font-size: 0.75rem;
}

.search-mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.801);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.float-search {
  margin-top: 6.25rem;
  width: 75rem;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #aaa;
}

.search-input {
  width: 62.5rem;
  border: none;
  outline: none;
  background-color: transparent;
  margin-left: 1.25rem;
  color: #ffffff;
}

.icon-close {
  margin: 0 1.25rem;
}

.search-btn {
  width: 5rem;
  height: 1.875rem;
  border-radius: 0.25rem;
  color: #ffffff;
  border: none;
  outline: none;
  background-color: #00aaff;
  font-size: 0.875rem;
}

.search-btn:active {
  opacity: 0.9;
}

.ordered {
  width: 100%;
  height: 19.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#43B0F5), to(#2A90F4));
  background-image: linear-gradient(to bottom right, #43B0F5, #2A90F4);
}

.ordered-content {
  width: 75rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ordered-title {
  margin: 0;
  font-size: 1.875rem;
  color: #ffffff;
  font-weight: normal;
}

.ordered-info {
  font-size: 0.875rem;
  color: #ffffff;
  margin-top: 1.125rem;
}

.input-box {
  margin-top: 3.125rem;
  width: 53rem;
  background-color: #ffffff;
  height: 3.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.25rem;
  overflow: hidden;
}

.icon-phone {
  margin-left: 2rem;
  margin-right: 0.625rem;
}

.ordered-input {
  /* width: 43rem; */
  flex: 7;
  height: 100%;
  border: none;
  outline: none;
}

.ordered-btn {
  /* width: 10rem; */
  flex: 2;
  height: 100%;
  background-color: #FEBE34;
  color: #ffffff;
  border: none;
  outline: none;
}

.ordered-btn:active {
  background-color: rgba(254, 190, 52, 0.91);
}

.toast {
  width: 12.125rem;
  height: 2.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: .25rem;
  padding: .625rem .625rem;
  text-align: center;
  z-index: 100000;
  position: fixed;
  top: 12.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 .625rem rgba(170, 170, 170, 0.808);
          box-shadow: 0 0 .625rem rgba(170, 170, 170, 0.808);
}

.success{
  color: #24b22b;
}

.warning{
  color: #ff0021;
}

/* modal */
.com-mask {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.com-area {
  width: 23.25rem;
  /* height: 26.375rem; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.com-mask-box {
  width: 100%;
  /* height: 21.875rem; */
  background-color: #ffffff;
  border-radius: .25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.125rem 1.5rem;
  position: relative;
}

.msk-titlt {
  font-size: 1.125rem;
  color: #23465a;
  margin: 0;
}

.tipinfo {
  font-size: .875rem;
  color: #8dafc6;
  margin-top: .875rem;
}

.phonebox {
  width: 100%;
  height: 3rem;
  margin-top: 2rem;
}

.phoneVal {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  border-radius: .25rem;
  background-color: #EFF5F8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 .625rem;
  font-size: .875rem;
  color: #2d383e;
}

.phoneVal:focus {
  -webkit-box-shadow: 0 0 1px 1px #00aaff;
          box-shadow: 0 0 1px 1px #00aaff;
}

.verify {
  width: 100%;
  height: 3rem;
  border-radius: .25rem;
  background-color: #EFF5F8;
  margin-top: .875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.verifyVal {
  padding: 0 .625rem;
  font-size: .875rem;
  color: #2d383e;
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.getcode {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  height: 100%;
  border: none;
  outline: none;
  background-color: #00AAFF;
  color: #ffffff;
  font-size: .875rem;
}

.getcode:active {
  opacity: 0.8;
}

input::-webkit-input-placeholder {
  color: #8dafc6;
}

.submitPhone {
  width: 100%;
  height: 3rem;
  outline: none;
  border: none;
  background-color: #00AAFF;
  color: #ffffff;
  font-size: 1rem;
  border-radius: .25rem;
  margin-top: .875rem;
}

.submitPhone:active {
  opacity: 0.8;
}

.close {
  margin-top: 1.875rem;
}

.tip-info,
.tip-info2 {
  width: 100%;
  font-size: .875rem;
  color: #ff3971;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: .625rem;
}

.tip-info img,
.tip-info2 img {
  margin-right: .625rem;
}

.housename {
  width: 20.375rem;
  height: 4.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: .9375rem;
  position: absolute;
  top: -0.375rem;
  background-image: url("../images/housedetail/Quality_New_Room_type_pic_reserve_price.png");
  background-size: cover;
  background-repeat: no-repeat;
  color: #00aaff;
}

.tel-block{
  position: absolute;
  top: 3.625rem;
  right: 4.625rem;
  background-color: #ffffff;
  box-shadow: 0 0 .0625rem rgba(204, 204, 204, 0.801);
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1.25rem;
  border-radius: .25rem;
}
.tel-num{
  white-space: nowrap;
  font-size: .875rem;
  color: #ff3971;
  margin-left: .625rem;
}
.retangle{
  display: block;
  position: absolute;
  left: -0.425rem;
  top: 1.55rem;
  width: 0px;  
  height: 0px;
  border-top: 6px solid transparent;  
  border-bottom: 6px solid transparent;  
  border-right: 8px solid #ffffff;  
}
.arcode-block{
  width: 10rem;
  box-sizing: border-box;
  padding: 1.5rem;
  background-color: #ffffff;
  border-radius: .25rem;
  box-shadow: 0 0 .3125rem rgba(170, 170, 170, 0.801);
  position: absolute;
  right: 4.625rem;
  top: 6.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.arcode-rectangle{
  display: block;
  position: absolute;
  left: -0.425rem;
  top: 2.55rem;
  width: 0px;  
  height: 0px;
  border-top: 6px solid transparent;  
  border-bottom: 6px solid transparent;  
  border-right: 8px solid #ffffff;  
}
.arcode-text{
  font-size: .75rem;
  color: #557286;
  padding-top: .5rem;
  margin-top: .5rem;
  border-top: 1px solid #ebebeb;
}
</pre></body></html>