* {
  margin: 0;
  padding: 0;
}
body,
html {
  font: 12px/1.5 'Microsoft YaHei';
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
a {
  background: none;
  border: none;
  outline: none;
}
a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none;
  outline: none;
}
a,
body,
div,
em,
font,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
img,
li,
menu,
object,
ol,
p,
pre,
span,
strong,
thead,
u,
ul {
  border: 0;
  margin: 0;
  padding: 0;
}
b,
strong {
  font-weight: bold;
}
img {
  border: none;
  outline: none;
}
ol,
ul,
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  word-wrap: break-word;
  table-layout: fixed;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
tr,
th,
td,
caption {
  font-weight: normal;
  text-align: left;
  border-spacing: 0;
  padding: 0;
  margin: 0;
}
input,
button {
  outline: none;
  padding: 0;
  margin: 0;
}
/*去除IE10的清空文本框按钮“X”*/
input::-ms-clear {
  display: none;
}
input:focus {
  outline: none;
  border: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
i,
em {
  font-style: normal;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
  visibility: hidden;
  height: 0;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.hide {
  display: none;
}
.behaviorBg {
  -ms-behavior: url("backgroundsize.min.htc");
  behavior: url("backgroundsize.min.htc");
}
.behavior {
  behavior: url("PIE.htc");
}
.behavior-relative {
  position: relative;
  z-index: 1;
}
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-color: #ffffff;
}
.header {
  position: absolute;
  min-width: 17%;
  left: 5%;
  top: 2%;
  box-sizing: border-box;
  padding-left: 9px;
  white-space: nowrap;
  border-radius: 24px;
  background-color: #000000;
  opacity: 0.3;
}
.header img {
  width: 13px;
  padding: 3px;
  margin-top: 5px;
}
.header i {
  color: #e4e4e4;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 500px;
}
.header span {
  position: absolute;
  left: 44%;
  top: 25%;
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
  display: block;
}
.home-navBar {
  background: #ffff;
}
.search {
  max-width: 90%;
  width: 80%;
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.09);
  height: 35px;
  margin: 0 auto;
  border-radius: 17.5px;
  position: relative;
  z-index: 10;
  margin-top: -17.5px;
  display: flex;
  align-items: center;
  padding: 0 18px;
}
.search .gxs-icon {
  width: 13px;
}
.search img {
  display: block;
  float: right;
  max-width: 100%;
  max-height: 100%;
}
.search input {
  flex: 1;
  padding-left: 6px;
  border: 0;
  outline: 0;
  font-size: 12px;
  color: #000;
}
.home-nav-list {
  display: flex;
  margin-top: 15px;
  padding-bottom: 5px;
}
.home-nav-list .item {
  flex: 1;
  display: flex;
  justify-content: center;
}
.home-nav-list .item a {
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.home-nav-list .gxs-icon {
  width: 48px;
}
.home-nav-list img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.home-nav-list p {
  font-size: 12px;
  color: #333333;
}
.white-space {
  height: 10px;
  background-color: #e4e4e4;
}
.housings {
  background: #ffff;
}
.housings .housings-hd {
  display: flex;
  align-items: center;
  height: 44px;
  border-bottom: 1px solid #dcdcdc;
  padding: 0 10px;
}
.housings h3 {
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  line-height: 18px;
  border-left: 3px solid #3696fe;
  padding-left: 7.5px;
}
.housings-bd {
  padding: 10px 0;
}
.housings-bd .swiper-slide {
  width: 204px;
}
.housings-bd .swiper-white-space {
  width: 0px;
}
.housing-list {
  padding: 0 10px;
}
.housing {
  width: 100%;
}
.housing .housing {
  width: 100%;
}
.housing img {
  width: 100%;
  display: block;
}
.housing-info {
  padding: 10px 0 0;
}
.housing-info .name {
  font-size: 16px;
  color: #333333;
  line-height: 1em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.housing-info .price {
  margin-top: 6px;
}
.housing-info .num {
  font-size: 16px;
  color: #ff594c;
}
.housing-info .unit {
  font-size: 14px;
  color: #ff594c;
}
.housing-item {
  font-size: 0;
  display: flex;
  align-items: flex-start;
}
.housing-item .housings-tb {
  max-width: 750px;
  width: 100%;
}
.housing-item img {
  display: block;
  width: 100%;
}
.housing-item .housing-below {
  padding: 10px 0 0;
}
.housing-item .housing-name {
  padding: 0 15px;
  font-size: 16px;
  color: #333333;
  line-height: 1em;
  text-align: left;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.rim {
  float: left;
  padding: 3% 3%;
  margin-top: 2%;
  width: 60%;
}
.rim i {
  max-width: 100px;
  width: 100%;
  border-radius: 6px;
  background-color: #e7f4ff;
  margin-right: 5px;
  padding: 2px 10px;
}
.rim .rim_tag {
  width: 100%;
  color: #68b3ff;
  font-family: "Ping Fang - SC";
  font-size: 14px;
  font-weight: 500;
  line-height: 11.65px;
  text-transform: uppercase;
}
.price_tb {
  float: right;
  position: absolute;
  margin: 5% 0 0 75%;
}
.price_tb span {
  width: 100%;
  color: #ff594c;
  font-family: "Ping Fang - SC - Heavy";
  line-height: 11.65px;
  text-transform: uppercase;
}
.price_tb .price_digit {
  font-size: 18px;
  font-weight: 900;
  margin-right: 5px;
}
.price_tb .price_aunt {
  font-size: 14px;
  font-weight: 500;
}
.cross {
  float: right;
  margin: 5% 5%;
}
.cross img {
  max-width: 20px;
  width: 100%;
  max-height: 21px;
  height: 100%;
}
.option_top {
  padding: .053333rem .6rem 0;
}
.option_top h1 {
  color: #333333;
  font-family: "Ping Fang - SC";
  font-size: 24px;
  font-weight: 600;
  margin-top: 15%;
}
.present {
  width: 100%;
  font-size: 15px;
  padding-bottom: .866667rem;
  margin-top: 5%;
}
.long_line{
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
  margin-top: 4%;
}
.regional {
  padding: .053333rem .6rem 0;
  margin-top: 10%;
}
.regional li {
  display: block;
  font-size: 17px;
  margin-bottom: 10%;
  height: .72rem;
  line-height: .72rem;
}
.regional li:hover {
  color: #3696fe ;
}
.original_price {
  float: left;
  font-size: 12px;
  font-weight: 300;
  margin-top: 11px;
  text-decoration: line-through;
}
.price{
    float:left;
    width: 40%;
    margin-top: 6px;
  }