body {
  background: #fff;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.n-main .n-cont {
  background-color: #f2f4f7;
  padding-bottom: 1.15rem;
}
.info-wrap {
  display: -webkit-box;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 1.5rem 1.6rem;
  background-color: #ffffff;
  margin-bottom: 0.8rem;
}
.info-wrap .left-info > div {
  vertical-align: middle;
}
.info-wrap .left-info .img-box {
  width: 3.2rem /* 64/20 */;
  height: 3.2rem;
  margin-right: 0.6rem;
  border-radius: 50%;
  overflow: hidden;
}
.info-wrap .left-info .img-box > img {
  width: 100%;
  height: 100%;
}
.info-wrap .left-info .m-title {
  font-size: 16px;
  color: #141414;
  font-weight: 600;
}
.info-wrap .left-info .s-title {
  color: #81888e;
  font-size: 12px;
  margin-top: 0.2rem;
}
.info-wrap .right-info .icon-setting {
  width: 1.2rem /* 24/20 */;
  height: 1.2rem;
  background-image: url(../images/icon_reg_user_set.png);
}

.card {
  margin: 0 0.9rem;
  background-color: #ffffff;
  border-radius: 0.6rem;
}

.card .card-title {
  font-size: 18px;
  color: #141414;
  font-weight: 600;
  padding: 0.9rem 0.7rem;
}

.recent-wrap {
  margin-bottom: 0.4rem;
}
.recent-wrap .build-info .img-wrap {
  width: 15.5rem /* 310/20 */;
  height: 10.4rem; /* 208/20 */
  margin: 0 auto;
  border-radius: 0.2rem;
  overflow: hidden;
}

.recent-wrap .build-info .img-wrap > img {
  width: 100%;
  height: 100%;
}
.recent-wrap .build-info .title-wrap {
  font-size: 16px;
  color: #141414;
  font-weight: 600;
  padding: 0.9rem 0.7rem 0;
}
.recent-wrap .build-info .title-wrap .build-name {
  max-width: 88%;
  display: inline-block;
  vertical-align: middle;
}
.recent-wrap .build-info .title-wrap .tag {
  width: 1.6rem /* 32/20 */;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius: 0.1rem /* 2/20 */;
  margin-left: 0.2rem;
  vertical-align: middle;
}

.recent-wrap .build-info .title-wrap .tag.tag1 {
  background: linear-gradient(to right, #ff534d, #ff7f5d);
}
.recent-wrap .build-info .title-wrap .tag.tag2 {
  background: linear-gradient(270deg, #00c5e0 0%, #00c8b0 100%);
}
.build-item .b-right .top .tag.tag3 {
  background-color: #bcbec6;
}
.recent-wrap .build-info .other-info {
  display: -webkit-box;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 0.7rem;
  margin-top: 0.2rem;
  padding-bottom: 0.9rem;
  font-size: 12px;
  color: #141414;
}

.recent-wrap .build-info .other-info span {
  color: #81888e;
  margin-left: 0.4rem;
}
.recent-wrap .build-info .other-info .price span {
  font-size: 14px;
  color: #ff534d;
  font-weight: 600;
}
.my-menu-wrap {
  padding-bottom: 0.8rem;
}
.my-menu {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
}

.my-menu > a {
  text-align: center;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  max-width: 25%;
}
.my-menu > a p {
  font-size: 12px;
  margin-top: 0.5rem;
  font-weight: 500;
}
.ico-my-menu {
  width: 2rem;
  height: 2rem;
}
.ico-menu-like {
  background-image: url(../images/icon_grid_user_like.png);
}
.ico-menu-look {
  background-image: url(../images/icon_grid_user_look.png);
}
.ico-menu-message {
  background-image: url(../images/icon_grid_user_message.png);
}
.ico-menu-about {
  background-image: url(../images/icon_grid_user_about.png);
}
.menu,
.record {
  padding: 0 0.75rem;
}

.record {
  margin-bottom: 1.25rem;
}

.menu li {
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e7eaf1;
}

.center-sticky-content {
  min-height: 100%;
  margin-top: 0;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 6.5rem;
}
.center-sticky-footer {
  position: relative;
  margin-top: -6.5rem;
}
.menu .ico-smile {
  -webkit-flex: none;
  flex: none;
}

.line-a {
  height: 2.5rem;
  color: #81888e;
}

.line-a span {
  display: -webkit-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.line-b {
  padding: 0.75rem 0;
}

.line-b .img-box {
  width: 4.5rem;
  height: 4.5rem;
  overflow: hidden;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
}

.line-b .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.line-b .info {
  display: -webkit-box;
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-flex: 1;
  flex: 1;
  width: 0;
  margin-left: 0.75rem;
  -webkit-box-pack: center;
}

.line-b .p-a {
  line-height: 1.1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.line-b .mark-vip {
  margin-top: 0.15rem;
  position: relative;
  display: inline-block;
  line-height: 1rem;
  height: 1rem;
  box-sizing: initial;
  border-radius: 1.1rem;
  border: 1px solid #e9d5b8;
  font-size: 0.6rem;
  color: #e0b471;
  text-align: center;
  padding: 0 0.75rem 0 1.6rem;
}

.line-b .mark-vip:before {
  position: absolute;
  left: 0.55rem;
  top: 0.175rem;
  z-index: 10;
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.65rem;
  background-image: url(../images/ico-vip.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.line-b p span {
  color: #81888e;
  display: inline-block;
  min-width: 3.5rem;
}

.line-c {
  height: 2.5rem;
}

.line-c .ico-heart {
  width: 0.7rem;
  height: 0.6rem;
  background-image: url("../images/ico-heart.png");
}

.line-c .ico-msg,
.line-c .ico-yhq,
.line-c .ico-heart,
.ico-bm,
.ico-order,
.ico-myshare {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ico-bm {
  left: 0.075rem;
}

.ico-order {
  left: 0.05rem;
}

.line-c span {
  display: -webkit-box;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.line-c > span:first-child {
  position: relative;
  padding-left: 1.45rem;
}

.line-c .ico-red-point {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  background: #f56563;
  box-shadow: 0 2px 2px rgba(245, 101, 99, 0.3);
  margin-right: 0.25rem;
}

.record .statistics {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin: 1.25rem 0;
}

.record .statistics li {
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.record .statistics li:after {
  content: "";
  display: block;
  width: 0;
  height: 0.75rem;
  border-right: 1px solid #e7eaf1;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.375rem;
}

.record .statistics li:last-child:after {
  border: 0;
}

.record .statistics li span {
  font-size: 0.75rem;
  line-height: 0.75rem;
  margin-bottom: 0.45rem;
  font-weight: bold;
}

.record .statistics li p {
  font-size: 0.6rem;
  color: #7f8386;
}

.record .p-b {
  text-align: center;
  font-size: 0.6rem;
  color: #b5b8ba;
}

.record .p-b span {
  display: inline-block;
  height: 0.7rem;
  line-height: 0.7rem;
  position: relative;
}

.record .p-b span:before,
.record .p-b span:after {
  content: "";
  display: block;
  height: 0;
  width: 1.75rem;
  border-bottom: 1px solid #e7eaf1;
  position: absolute;
  top: 49%;
}

.record .p-b span:before {
  left: -2.75rem;
}

.record .p-b span:after {
  right: -2.75rem;
}

.record .p-c {
  font-size: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
  color: #dddfe2;
  margin: 0.7rem 0 0.5rem 0;
}

.room-list > li,
.room-list .name {
  display: -webkit-flex;
  display: flex;
}

.room-list > li {
  margin-bottom: 0.75rem;
}

.room-list .img-box {
  width: 5rem;
  height: 3.75rem;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  overflow: hidden;
}

.room-list .img-box img {
  width: 100%;
  height: 100%;
}

.room-list .info-box {
  margin-left: 0.5rem;
  -webkit-flex: 1;
  flex: 1;
  width: 0;
}

.room-list .name {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 1.15rem;
}

.room-list .name .lt,
.room-list .name .rt {
  max-width: 50%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.room-list .name .rt {
  font-size: 0.6rem;
  color: #f55f66;
}

.room-list .addr {
  font-size: 0.6rem;
  color: #7f8386;
  line-height: 0.65rem;
  padding: 0.15rem 0;
  max-height: 1.6rem;
}

.room-list .label-box {
  margin-top: 0.35rem;
  white-space: nowrap;
  overflow-x: auto;
}

.room-list .label-box > span {
  font-size: 0.5rem;
  color: #f1ad6c;
  display: inline-block;
  height: 0.9rem;
  line-height: 0.9rem;
  padding: 0 0.25rem;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  background: #fff5ea;
  margin-right: 0.5rem;
}

.ico-order {
  width: 0.6rem;
  height: 0.7rem;
  background-image: url("../images/ico-order.png");
}

.ico-myshare {
  width: 0.7rem;
  height: 0.6rem;
  background-image: url("../images/my_icon_share.png");
}

.history-wrap {
  padding: 0.6rem 0.8rem;
  background-color: #ffffff;
}
/* 楼盘选项 */

.build-item {
  display: flex;
  margin-bottom: 0.6rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #edeff2;
}
.build-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.build-item .b-left {
  padding-right: 0.5rem /* 10/20 */;
}
.build-item .pic {
  width: 6rem /* 120/20 */;
  height: 4.5rem /* 90/20 */;
  border-radius: 2px;
  overflow: hidden;
}
.build-item .pic > img {
  width: 100%;
  height: 100%;
}
.build-item .pic img.list-vr {
  width: 1.357rem;
  height: 1.357rem;
  position: absolute;
  bottom: 0.08rem;
  left: 0.08rem;
}
.build-item .b-right {
  flex: 1;
}
.build-item .b-right .top {
  font-size: 14px;
  font-weight: 600;
  color: #141414;
  width: 100%;
}
.build-item .b-right .top span {
  display: inline-block;
  max-width: 9rem /* 180/20 */;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.build-item .b-right .top dfn {
  width: 1.6rem /* 32/20 */;
  font-size: 12px;
  color: #fff;
  float: right;
  text-align: center;
  margin-top: 0.1rem;
  border-radius: 0.1rem /* 2/20 */;
}
.build-item .b-right .top dfn.dfn1 {
  background: linear-gradient(to right, #ff534d, #ff7f5d);
}
.build-item .b-right .top dfn.dfn2 {
  background: linear-gradient(270deg, #00c5e0 0%, #00c8b0 100%);
}
.build-item .b-right .top dfn.dfn3 {
  background-color: #bcbec6;
}
.build-item .b-right .tag span {
  display: inline-block;
  background-color: #f1f2f3;
  color: #7f8386;
  margin-right: 0.25rem /* 5/20 */;
  font-size: 0.5rem /* 10/20 */;
  padding: 0.2rem 0.3rem;
  text-align: center;
}
.build-item .b-right .info {
  font-size: 12px;
  color: #81888e;
  margin: 0.25rem 0;
}
.build-item .b-right .info span + span {
  margin-left: 0.5rem /* 10/20 */;
}
.build-item .b-right .price {
  color: #f55f66;
  font-weight: 600;
}
