* {
  margin: 0;
  padding: 0;
  list-style: none;
}
body {
  position: relative;
  background: #168c6c;
}
html {
  font-family: 'PingFangRegular';
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
}
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
ul,
li,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  vertical-align: baseline;
}
ul,
li {
  list-style-type: none;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
img {
  border: 0;
  width: 100%;
}
/*遮罩层显示时body的样式*/
.notScroll {
  overflow: hidden;
  height: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.cl:after {
  clear: both;
  content: " ";
  display: table;
}
.cl:before {
  content: " ";
  display: table;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.flex-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.main {
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
}
#container {
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
  display: block;
}
.bg {
  background: #a8e2c3;
  background-size: cover;
  padding: 0.533rem 0.4rem;
}
.radius {
  border-radius: 0.267rem;
  background: #fff;
  overflow: hidden;
  padding: 0.533rem 0.4rem;
}
.con-1 {
  margin-bottom: 0.4rem;
}
.con-1 .sub-tit {
  display: block;
  font-size: 0.587rem;
  color: #ffa800;
  text-align: center;
  font-weight: bold;
  height: 0.8rem;
  line-height: 0.8rem;
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.con-1 .sub-tit span {
  background: #fff;
  padding: 0 0.373rem;
  position: absolute;
  z-index: 2;
  width: 5.067rem;
  left: 50%;
  margin-left: -2.533rem;
}
.con-1 .sub-tit .line:before {
  content: "";
  border-top: 0.027rem solid #ffa800;
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 100%;
  height: 0.053rem;
}
.con-1 .desc {
  font-size: 0.373rem;
  color: #666;
  text-align: center;
  font-weight: 400;
  margin-top: 0.213rem;
  margin-bottom: 0.667rem;
}
.con-1 #container {
  max-width: 20rem;
  margin: 0 auto;
  background-color: #fff;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.con-1 .content {
  display: flex;
  position: relative;
  margin-top: 0.267rem;
}
.con-1 .city,
.con-1 .list {
  flex: 1;
  height: 1.333rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #E4E4E4;
  border-radius: 0.133rem;
  margin-bottom: 0.267rem;
  padding: 0 0.533rem;
  box-shadow: #E1E1E1 1px 2px 8px 0px inset;
}
.con-1 .list span {
  width: 0.453rem;
  height: 0.267rem;
  color: #666;
  font-size: 0.427rem;
  line-height: 1.333rem;
  display: contents;
}
.con-1 .input {
  display: block;
  height: 100%;
  font-size: 0.4rem;
  background: transparent;
  border: none;
  flex: 1;
}
.con-1 .next-icon {
  width: 0.453rem;
  height: 0.267rem;
  color: #666;
  font-size: 0.427rem;
  display: block;
}
.con-1 .next-icon img {
  width: 100%;
  display: block;
}
.con-1 .input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
}
.con-1 .input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
}
.con-1 .input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
}
.con-1 .input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
}
.con-1 .inp_btn {
  font-size: 0.48rem;
  width: 100%;
  height: 1.333rem;
  line-height: 1.333rem;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 0.133rem;
  background-color: #ffa800;
  display: block;
  outline: none;
}
.con-1 .inp_btn:hover,
.con-1 inp_btn:active {
  border: none;
}
.con-1 .remarks {
  font-size: 0.32rem;
  text-align: center;
  color: #999;
  padding-top: 0.4rem;
}
.con-2 {
  background: #168c6c;
  padding-bottom: 1.067rem;
}
.con-2 img {
  display: block;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mymodal {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 4;
}
.modal-main {
  position: absolute;
  bottom: -900px;
  left: 0;
  height: 75%;
  width: 100%;
  background-color: #fff;
  font-size: 0.373rem;
  z-index: 5;
}
.address-title {
  font-size: 0.427rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.067rem;
  height: 1.067rem;
}
.close {
  font-size: 22px;
  line-height: 0.5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer;
}
.optionwrapper {
  border-bottom: 1px solid #DDDDDD;
  display: flex;
  padding-left: 0.2rem;
  height: 0.8rem;
  box-sizing: border-box;
}
.option-menu {
  padding: 0.1rem 0.1rem;
  margin-right: 0.8rem;
}
.active-option {
  border-bottom: 1px solid #FF2440;
}
.option-content {
  position: absolute;
  top: 2.133rem;
  left: 0;
  right: 0;
  bottom: 0;
}
.option-group {
  display: none;
  overflow: auto;
  height: 100%;
}
.option-list {
  padding: 0.2rem 0.2rem;
  display: flex;
}
.checked {
  width: 0.15rem;
  height: 0.15rem;
  background-color: #FF304A;
  display: inline-block;
  margin-left: 0.2rem;
  border-radius: 50%;
  display: none;
  margin-top: 0.1rem;
}
/* select */
.reveal-modal h1 {
  text-align: center;
  font-size: 0.427rem;
  font-weight: 500;
  line-height: 1.067rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.reveal-modal .select li {
  list-style: none;
  padding: 0.267rem 0;
  font-size: 0.373rem;
}
.select dl {
  zoom: 1;
  position: relative;
  line-height: 0.6 modal-main4rem;
}
.select dl:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.select dt {
  width: 2.667rem;
  margin-bottom: 0.133rem;
  position: absolute;
  top: 0;
  left: -2.667rem;
  text-align: right;
  color: #666;
  height: 0.64rem;
  line-height: 0.64rem;
}
.select dd {
  float: left;
  display: inline;
  margin: 0 0 0.133rem 0.267rem;
}
.select .select-all {
  color: #999;
  width: 1.333rem;
}
.select a {
  display: inline-block;
  white-space: nowrap;
  height: 0.64rem;
  line-height: 0.64rem;
  padding: 0 0.267rem;
  text-decoration: none;
  color: #333;
  border-radius: 0.053rem;
  background: #FEF5F0;
}
.select a:hover {
  color: #f60;
  background-color: #f3edc2;
}
.select .selected a {
  color: #fff;
  background-color: #f60;
}
.select-result {
  position: relative;
  height: 1.333rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #E4E4E4;
  border-radius: 0.133rem;
  margin-bottom: 0.267rem;
  padding: 0 0.533rem;
  box-shadow: #E1E1E1 1px 2px 8px 0px inset;
  background: #fff;
}
.select-result dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  z-index: 1;
}
.select-result dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  float: left;
  padding-right: 0.533rem;
  font-size: 0.4rem;
}
.select-result dl dd a {
  color: #333;
  font-weight: lighter;
}
.big-link {
  display: block;
  width: 90%;
  height: 1.333rem;
  position: absolute;
  z-index: 2;
}
.arrow:after {
  content: " ";
  display: table;
  background: url("../img/icon-1.png") no-repeat;
  background-size: 0.453rem 0.267rem;
  width: 0.453rem;
  height: 0.267rem;
  position: absolute;
  right: 0.533rem;
  top: 0.533rem;
}
.select-result dt {
  font-weight: bold;
}
.select-no {
  color: #555;
}
.select .select-result a {
  padding-right: 0.533rem;
}
.select .select-result a:hover {
  background-position: right -0.4rem;
}
.box {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9;
}
.box1 {
  width: 80%;
  height: 200px;
  position: fixed;
  left: 10%;
  top: 20%;
  margin-left: 0.533rem;
  background: #fff;
  z-index: 10;
  padding: 0.533rem;
}
/*	--------------------------------------------------
户型
-------------------------------------------------- */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
}
.reveal-modal {
  visibility: hidden;
  top: 45% !important;
  bottom: 0;
  left: 0%;
  width: 100%;
  background: #fff;
  position: absolute;
  z-index: 101;
  padding: 0.133rem 0.533rem;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.reveal-modal.small {
  width: 200px;
  margin-left: -140px;
}
.reveal-modal.medium {
  width: 400px;
  margin-left: -240px;
}
.reveal-modal.large {
  width: 600px;
  margin-left: -340px;
}
.reveal-modal.xlarge {
  width: 800px;
  margin-left: -440px;
}
.reveal-modal .close-reveal-modal {
  font-size: 0.587rem;
  line-height: 0.5;
  position: absolute;
  top: 0.213rem;
  right: 0.293rem;
  color: #aaa;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer;
}
.spread_bot {
  position: fixed;
  bottom: 0;
  z-index: 9;
  width: 100%;
  max-width: 750px;
  display: none;
  color: #fff;
}
.spread_bot img {
  width: 0.4rem;
  margin: 0.1rem 0.2rem;
  display: initial;
  vertical-align: middle;
}
.spread_bot section {
  float: left;
  font-size: 0.427rem;
  line-height: 1.333rem;
  text-align: center;
  font-weight: bold;
  width: 50%;
  display: inline-block;
}
.spread_bot section:first-child {
  background: linear-gradient(#ffbf4f, #ff8001);
}
.spread_bot section:last-child {
  background: linear-gradient(#a0ddbe, #1c9070);
}
.spread_bot section a {
  color: #fff;
}
.spread_bot section .icon_cli {
  animation: down 0.5s infinite ease;
}
@-webkit-keyframes down {
  0% {
    transform: translateY(0%);
  }
  25% {
    transform: translateY(15%);
  }
  70% {
    transform: translateY(25%);
  }
  75% {
    transform: translateY(15%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-o-keyframes down {
  0% {
    transform: translateY(0%);
  }
  25% {
    transform: translateY(15%);
  }
  70% {
    transform: translateY(25%);
  }
  75% {
    transform: translateY(15%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-moz-keyframes down {
  0% {
    transform: translateY(0%);
  }
  25% {
    transform: translateY(15%);
  }
  70% {
    transform: translateY(25%);
  }
  75% {
    transform: translateY(15%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes down {
  0% {
    transform: translateY(0%);
  }
  25% {
    transform: translateY(15%);
  }
  70% {
    transform: translateY(25%);
  }
  75% {
    transform: translateY(15%);
  }
  100% {
    transform: translateY(0%);
  }
}
/*结果页*/
.result {
  text-align: center;
  padding: 0.533rem 0.4rem;
}
.result .result-1 {
  border-radius: 0.267rem;
  background: #fff;
  overflow: hidden;
  padding: 0.533rem 0.4rem;
  margin-bottom: 0.533rem;
}
.result .result-1 .tit {
  font-size: 0.427rem;
  line-height: 1.067rem;
}
.result .result-1 .num {
  font-size: 1.333rem;
  color: #FFA800;
  font-weight: bold;
}
.result .result-1 .num span {
  font-size: 0.427rem;
  color: #FFA800;
}
.result .result-1 h5 {
  color: #999;
  font-size: 0.32rem;
}
.result .result-1 .result-1-con {
  background: #f1f1f1 url("../img/bg-2.png") no-repeat center;
  background-size: 4rem 4rem;
  border-radius: 0.133rem;
  padding: 0.267rem 0;
  margin: 0.533rem 0;
  clear: both;
}
.result .result-1 .result-1-con:after {
  clear: both;
  content: " ";
  display: table;
}
.result .result-1 .result-1-con:before {
  content: " ";
  display: table;
}
.result .result-1 .result-1-con .item {
  width: 50%;
  padding: 0.533rem 0;
  float: left;
}
.result .result-1 .result-1-con .item p {
  font-size: 0.373rem;
  color: #666;
  padding-bottom: 6px;
}
.result .result-1 .result-1-con .item .num {
  font-size: 0.8rem;
  color: #FFA800;
}
.result .result-1 .result-1-con .item .num span {
  color: #FFA800;
  padding-left: 6px;
}
.result .result-1 .show {
  font-size: 0.32rem;
  color: #999;
}
.result .app {
  border: 0.027rem solid #fff;
  border-radius: 0.267rem;
  margin-bottom: 0.533rem;
}
.result .app a {
  color: #fff;
  font-size: 0.427rem;
  display: block;
  padding: 0.267rem 0.373rem;
}
.result .app .logo {
  width: 1.067rem;
  margin-right: 0.267rem;
  vertical-align: middle;
}
.result .app .download {
  width: 0.64rem;
  float: right;
  animation: Updown 0.6s infinite alternate;
}
@keyframes Updown {
  from {
    margin-top: 2.2%;
  }
  to {
    margin-top: 0;
  }
}
.result .result-2 {
  border-radius: 0.267rem;
  background: #fff;
  overflow: hidden;
  padding: 0.533rem 0.4rem;
  margin-bottom: 0.267rem;
}
.result .result-2 .tit {
  font-size: 0.427rem;
  text-align: left;
  font-weight: bold;
}
.result .result-2 .tit p {
  font-size: 0.373rem;
  color: #333;
  padding: 0.133rem 0;
  font-weight: normal;
}
.result .result-2 a {
  display: block;
  margin: 10px 0;
}
/*# sourceMappingURL=index.css.map */

.house-type { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.7); z-index: 999; }
.house-type .house-type-box { width: 92%; margin: 30% auto 0; background-color: #fff; border-radius: 3px; overflow: hidden; }
.house-type .house-type-box .title { position: relative; }
.house-type .house-type-box .title .line { width: 80%; height: 1px; margin: 30px auto 0; background-color: #e3e3e3; z-index: 9; }
.house-type .house-type-box .title h4 { display: block; width: 160px; margin: -21px auto 0; line-height: 40px; text-align: center; font-size: 18px; color: #333; font-weight: normal; background-color: #fff; z-index: 10; }
.house-type .house-type-box ul { display: block; float: left; width: 20%; margin: 10px 0; }
.house-type .house-type-box ul li { display: block; width: 75%; height: 25px; margin: 0 auto 10px; text-align: center; line-height: 25px; font-size: 15px; color: #666; background-color: #f4f4f4; border-radius: 3px; }
.house-type .house-type-box ul li.active { background-color: #a8e2c3; color: #fff; }
.house-type .house-type-box p { width: 100%; height: 45px; text-align: center; line-height: 45px; font-size: 16px; color: #a8e2c3; border-top: 1px #e3e3e3 solid; clear: both; }
.bottom_info {
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    padding-bottom: 90px;
    color: #eee;
    margin-top: -20px;
}