.n-main {
  padding-top: 2rem;
  margin-top: 0;
}

.n-main .n-cont {
  background-color: #f2f4f7;
}

.mg-t3 {
  margin-top: 0.15rem;
}

.pd-t25-per {
  padding-top: 25%;
}

/*我的报名*/
.bm-list {
  padding: 0 0.75rem;
  background: #fff;
}

.bm-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 0.75rem 0;
  border-bottom: 1px solid #e7eaf1;
}

.full-height {
  height: 100%;
}

.bm-list .img-box {
  width: 6.5rem;
  height: 4.85rem;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  background-image: url("../images/ico-default1.png");
  background-position: center center;
  background-size: 3.15rem 2.35rem;
  background-repeat: no-repeat;
  background-color: #e7eaf1;
  overflow: hidden;
}

.bm-list .img-box img {
  width: 100%;
  height: 100%;
}

.bm-list > a:last-child li {
  border-bottom: 0;
}

.bm-list > li:last-child {
  border-bottom: 0;
}

.bm-list .info-box {
  margin-left: 0.5rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  width: 0;
}

.bm-list .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 1rem;
  margin-bottom: 0.15rem;
  -webkit-align-items: center;
  align-items: center;
}

.bm-list .row:last-child {
  margin-bottom: 0;
}

.bm-list .row label {
  display: inline-block;
  color: #81888e;
  min-width: 3.5rem;
}

.bm-list .row span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.bm-list .to-order {
  margin-top: 0.2rem;
  font-size: 0.6rem;
  color: #fff;
  text-align: center;
  display: inline-block;
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.5rem;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  background-color: #f55f66;
  background: -webkit-linear-gradient(left, #f55f66, #f56d5f);
  background: linear-gradient(to right, #f55f66, #f56d5f);
  box-shadow: 0 0.25rem 0.5rem 0 rgba(247, 94, 99, 0.3);
}

.bm-list .to-order-b {
  display: inline-block;
  font-size: 0.6rem;
  height: 1rem;
  line-height: 1rem;
}

.bm-list .ico-arrowr-black {
  width: 0.3rem;
  height: 0.5rem;
  background-image: url("../images/ico-arrowr-black.png");
  background-size: contain;
}

/*我的收藏*/
.f-list {
  padding: 0.6rem 0.75rem;
  background-color: #ffffff;
}

/* .f-list > li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #e7eaf1;
} */

.f-list > li .wrap,
.f-list .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.f-list .img-box {
  width: 5rem;
  min-width: 5rem;
  height: 3.75rem;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  overflow: hidden;
}

.f-list .img-box img {
  width: 100%;
  height: 100%;
}

.f-list .info-box {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-flex: 1;
  margin-left: 0.5rem;
  -webkit-flex: 1;
  flex: 1;
}

.f-list .name {
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 1.15rem;
}

.f-list .name .lt,
.f-list .name .rt {
  max-width: 50%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.f-list .name .rt {
  font-size: 0.6rem;
  color: #f55f66;
}

.f-list .addr {
  font-size: 0.6rem;
  color: #7f8386;
  line-height: 0.75rem;
  max-height: 1.5rem;
  overflow: hidden;
}

.f-list .label-box {
  margin-top: 0.25rem;
  white-space: nowrap;
  overflow-x: auto;
}

.f-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;
}

.f-list .s-tip {
  font-size: 0.6rem;
  color: #f55f66;
  line-height: 0.7rem;
  padding: 0.45rem 0;
  margin-bottom: -0.75rem;
  word-break: break-all;
}

.tab {
  display: -webkit-box;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  flex: none;
  display: -webkit-flex;
  display: flex;
  height: 2rem;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0.5rem;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
}

.tab span,
.tab .link {
  line-height: 2rem;
  position: relative;
  display: block;
  width: 50%;
  text-align: center;
}

.tab .new-msg:after {
  content: "";
  display: block;
  width: 0.35rem;
  height: 0.35rem;
  -webkit-border-radius: 0.35rem;
  border-radius: 0.35rem;
  position: absolute;
  right: -0.5rem;
  top: 0.5rem;
  background: #f56563;
  box-shadow: 2px 2px 3px rgba(245, 101, 99, 0.2);
}

.tab .current {
  color: #f56563;
}

.tab .current:before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0;
  border-top: 0.1rem solid #f56563;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.3rem;
}

.p-date {
  text-align: center;
  font-size: 0.55rem;
  line-height: 0.55rem;
  padding: 0.75rem 0 0.5rem 0;
  color: #dddfe2;
}

.part {
  padding-bottom: 1rem;
}

.dt-list,
.hd-list {
  padding: 0 0.75rem;
}

.dt-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

.dt-list li:last-child {
  margin-bottom: 0;
}

.dt-list .img-box {
  width: 5rem;
  min-width: 5rem;
  height: 3.75rem;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  overflow: hidden;
  margin-right: 0.5rem;
}

.dt-list .img-box img {
  width: 100%;
  height: 100%;
}

/*系统消息*/
.p-time {
  font-size: 0.55rem;
  line-height: 2rem;
  text-align: center;
  color: #dddfe2;
  border-bottom: 1px solid #e7eaf1;
}

.p-xtxx {
  padding: 0.5rem 0;
  line-height: 2;
  border-bottom: 1px solid #e7eaf1;
}

.p-xtxx:last-child {
  border-bottom: 0;
}

/*我的优惠券*/
.on-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 30px;
  line-height: 30px;
  margin: auto;
  display: none;
  text-align: center;
  color: #fff;
  z-index: 9999;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  background: rgba(0, 0, 0, 0.5);
}
.bg-transparent {
  background: transparent !important;
}

.dt-list .info {
  -webkit-box-flex: 1;
  flex: 1;
}

.dt-list .info .p-a {
  padding: 0.2rem 0;
  line-height: 0.8rem;
}

.dt-list .info .p-b {
  margin-top: 0.2rem;
  font-size: 0.55rem;
  color: #81888e;
  line-height: 0.7rem;
}

.dt-list .info .c-red {
  color: #f55f66;
}

.hd-list li {
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  border: 1px solid #e7eaf1;
  padding: 0 0.5rem;
  margin-bottom: 0.75rem;
}

.hd-list li:last-child {
  margin-bottom: 0;
}

.hd-list .p-a {
  line-height: 2rem;
  border-bottom: 1px solid #e7eaf1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.hd-list .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0.5rem 0;
}

.hd-list .img-box {
  width: 5rem;
  height: 3.75rem;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  flex: none;
  margin-right: 0.5rem;
}

.hd-list .img-box img {
  width: 100%;
  height: 100%;
}

.hd-list .info {
  padding: 0.125rem 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  font-size: 0.55rem;
  color: #81888e;
  display: -webkit-box;
  -webkit-box-pack: justify;
  display: flex;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  overflow: hidden;
  height: 3.75rem;
  line-height: 0.7rem;
}

.hd-list .p-c {
  display: -webkit-box;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  display: -webkit-flex;
  display: flex;
  height: 2rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px solid #e7eaf1;
}

.yhq-list {
  padding: 0.5rem 0.4rem 0 0.4rem;
  max-width: 640px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.yhq-list li {
  margin: 0.25rem 0;
}

.yhq-list .coupon {
  height: 6.9rem;
  padding: 0.75rem 0.75rem 1.2rem 1rem;
  background-image: url(../images/bg-coupon2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  color: #fff;
  position: relative;
}

.yhq-list .coupon.out-time {
  /*    -webkit-filter: grayscale(1);
    filter: grayscale(1);*/
  background-image: url(../images/bg-coupon3.png);
}

.yhq-list .coupon .left,
.yhq-list .coupon .right {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.yhq-list .coupon .left {
  -webkit-box-flex: 1;
  flex: 1;
}

.yhq-list .coupon .right {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.yhq-list .coupon .p-b {
  font-size: 1.5rem;
  font-weight: bold;
  white-space: nowrap;
  text-shadow: 0 2px 10px #de5654;
}

.yhq-list .coupon .p-c {
  font-size: 0.6rem;
  color: #ffcaca;
}

.yhq-list .coupon.out-time .p-c {
  color: #cfcfcf;
}

.yhq-list .coupon .p-d {
  font-size: 0.6rem;
  color: #fff;
  width: 100%;
}

.yhq-list .coupon .p-d.toggleRules {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.yhq-list .coupon .right button {
  font-size: 0.6rem;
  color: #fff;
  display: block;
  min-width: 4rem;
  padding: 0 0.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.5rem;
  -webkit-border-radius: 1.5rem;
  border-radius: 1.5rem;
  background: transparent;
  border: 1px solid #fff;
}

.yhq-list .rule {
  margin: -0.55rem 1.05rem 0.75rem 1.05rem;
  background: #fff;
  -webkit-border-radius: 0 0 0.15rem 0.15rem;
  border-radius: 0 0 0.15rem 0.15rem;
  padding: 0.5rem 0.75rem;
  line-height: 1rem;
  font-size: 0.6rem;
  color: #81888e;
}

.yhq-list .rule .c-red {
  color: #f55f66;
}

/* 我的消息 */
.house-list {
  height: 100%;
  overflow-y: auto;
}

/*申请返现*/
.n-main .tx-box {
  background: transparent;
}

.tx-box .part {
  background: #fff;
  padding: 0 0.75rem;
}

.tx-box .p-a {
  line-height: 2rem;
  border-bottom: 1px solid #e7eaf1;
}

.tx-box .upload-pic {
  padding: 0.5rem 0 0.75rem 0;
  max-width: 640px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*display: -webkit-flex;*/
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*justify-content: space-between;*/
}

.tx-box .upload-pic .li {
  width: 50%;
  float: left;
  overflow: hidden;
}

.tx-box .upload-pic .box {
  width: 8.35rem;
  height: 5.25rem;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  border: 1px dashed #dddfe2;
  position: relative;
  overflow: hidden;
}

.tx-box .upload-pic .li:nth-child(even) .box {
  float: right;
}

.tx-box .upload-pic .li .img-box,
.tx-box .upload-pic .li input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
}

.tx-box .upload-pic .li input {
  opacity: 0;
}

.tx-box .upload-pic .li .img-box {
  z-index: 100;
}

.tx-box .upload-pic .li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tx-box .default {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  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;
}

.tx-box .default i {
  display: -webkit-box;
}

.tx-box .default p {
  font-size: 0.6rem;
  line-height: 0.6rem;
  margin-top: 0.5rem;
  color: #81888e;
}

.tx-box .default .ico-plus {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../images/ico-plus.png");
}

.tx-box .bank-card {
  height: 3rem;
  line-height: 3rem;
  padding-top: 0.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e7eaf1;
}

.tx-box .bank-card span {
  line-height: 2rem;
}

.tx-box .bank-card input {
  display: block;
  line-height: 2rem;
  vertical-align: middle;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding: 0 0.5rem;
  overflow: hidden;
}

.tx-box .tips {
  padding: 0.5rem 0 0.75rem 0;
}

.tx-box .tips .p-b {
  margin-bottom: 0.25rem;
}

.tx-box .tips .p-c {
  font-size: 0.6rem;
  color: #b5b8ba;
  line-height: 1rem;
}

.tx-btn {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 300;
  text-align: center;
  background: #fff;
  overflow: hidden;
  line-height: 2.5rem;
  height: 2.5rem;
  border-top: 1px solid #f6f8fa;
  /*flex: none;*/
}

.tx-btn .left,
.tx-btn .right {
  width: 50%;
  float: left;
}

.tx-btn .right {
  color: #fff;
}

/* 楼盘选项 */

.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;
}
