/*@f18:18*@c;
 @f22:22*@c;
 @f20:20*@c;
 @f24:24*@c;
 @f30:30*@c;
 @f40:40*@c;*/
body {
  background: #F8F8F8;
  width: 100%;
  height: 100%;
  padding: 0;
}
.c-header-fixed {
  height: 1rem;
  background: #F5F5F5;
  border: none;
  color: #424242;
}
.c-header-fixed .title-grade {
  margin-right: 1rem;
}
.word-color-red {
  color: #FF4443;
}
/*筛选栏*/
.filter-list-wrap {
  position: absolute;
  overflow: hidden;
  width: 100%;
  text-align: left;
  padding-bottom: 0.3rem;
}
.filter-list-wrap .tab-pane {
  position: relative;
  z-index: 1;
  padding: 0.32rem;
  background: #fff;
  max-height: 50vh;
  overflow: auto;
}
.filter-list-wrap .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.04rem 0.3rem -0.04rem;
}
.filter-list-wrap dt {
  margin-bottom: 0.1rem;
  width: 100%;
  padding-left: 0.08rem;
  color: #666;
}
.filter-list-wrap dt img {
  margin-right: 0.1rem;
  width: 0.3rem;
  height: 0.3rem;
}
.filter-list-wrap dt .iconfont {
  color: #bebe35;
  font-size: 0.28rem;
}
.filter-list-wrap dd {
  margin: 0;
  padding: 0.08rem;
}
.filter-list-wrap dd span {
  display: block;
  line-height: 0.72rem;
  text-align: left;
  background: #f7f7f7;
  border-radius: 3px;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}
.filter-list-wrap dd.active span {
  background: #fff7d4;
  color: #f5da45;
}
.filter-list-wrap .filter-btn-main {
  background: #fff;
  padding-bottom: 0.2rem;
}
.filter-list-wrap .filter-btn-main .weui-flex__item a {
  border-radius: 0.3rem;
  font-weight: normal;
  color: #1b1a1a;
}
.filter-list-wrap .filter-btn-main .field-reset {
  color: #1b1a1a;
}
.filter-list-wrap .filter-btn-main .field-btn a {
  background: #FCDB05;
}
.active.tab-content .modal-mask {
  transform: translateY(0);
  height: 100vh;
}
.modal-mask {
  display: block;
  transition: all 300ms ease;
  transform: translateY(-100%);
  height: 0;
  z-index: 2;
  width: 100vw;
  background: rgba(0, 0, 0, 0.3);
}
.user-main {
  min-height: 5.5rem;
  color: #868686;
}
.user-main .border-line {
  height: 0.035rem;
  background: #F5F5F5;
}
.user-main .border-line-bolder {
  height: 0.12rem;
  background: #F5F5F5;
}
.user-main .border-line-three {
  height: 0.025rem;
  background: #F5F5F5;
}
.user-main .swiper_btn {
  color: #ffffff;
  border-radius: 50%;
  margin-top: -1.8rem;
  font-size: 0.2rem;
  background: rgba(32, 35, 37, 0.7);
  padding: 0.5rem 0.5rem;
  border: none;
}
.user-main .top-banner .swiper-slide {
  width: 100%;
}
.user-main .top-banner .pic {
  width: 100%;
}
.user-main .top-banner p {
  margin: 0;
}
.user-main .top-banner .text {
  position: absolute;
  bottom: 0.5rem;
  width: 100%;
  color: #fff;
}
.user-main .top-banner .title {
  margin: 0;
  font-size: 0.32rem;
}
.user-main .top-banner .img-num-main {
  width: 15%;
  margin-left: 42.5%;
  border-radius: 0.2rem;
  background: rgba(0, 0, 0, 0.3);
}
.user-main .top-banner .product-banner-swipe {
  background: #fff;
  position: relative;
}
.user-main .top-banner .product-banner-swipe .product-banner-swipe-ctrl {
  position: absolute;
  right: 0.48rem;
  bottom: 0.5rem;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.user-main .top-banner .product-banner-swipe .product-banner-swipe-ctrl .product-banner-swipe-pic-count {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0.29333rem;
  height: 0.56rem;
  line-height: 0.56rem;
  padding: 0 0.13333rem;
  color: #fff;
  font-size: 0.26667rem;
  font-family: PingFangSC, PingFangSC-Regular;
}
.user-main .top-banner .product-banner-swipe .product-banner-swipe-ctrl .product-banner-swipe-pic-count .product-banner-swipe-pic-count-icon {
  vertical-align: -0.02667rem;
  font-size: 0.37333rem;
  margin-right: 0.02667rem;
}
.user-main .swiper-auto .swiper-slide {
  position: relative;
  display: block;
  width: 33%;
  margin-right: 0.32rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.user-main .swiper-auto .swiper-slide .badge {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  padding: 0 0.05rem;
  min-width: 0.9rem;
  text-align: center;
  font-size: 0.2rem;
  border-radius: 0 0 0.19rem 0;
  line-height: 0.38rem;
  color: #fff;
  background: #ff5b02;
}
.user-main .swiper-auto .swiper-slide img {
  display: block;
  margin-bottom: 0.24rem;
  border-radius: 0.1rem;
}
.user-main .swiper-auto .swiper-slide h4 {
  margin: 0 0 0.18rem 0;
  line-height: 100%;
  font-weight: bold;
}
.user-main .swiper-auto .swiper-slide p {
  margin: 0;
  font-size: 0.2rem;
}
.user-main .product-data {
  width: 100%;
  margin-top: -0.3rem;
  margin-bottom: 0.2rem;
  padding: 0.2rem 0.4rem 0rem 0.4rem;
  height: auto;
  background: #fff;
  position: relative;
  z-index: 20;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  overflow: visible;
  font-size: 0.23rem;
}
.user-main .product-data .product-name {
  color: #000000;
  margin-top: 0.1rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 超出两行*/
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.user-main .product-data .product-desc-zero {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 0.2rem;
}
.user-main .product-data .product-desc-one-more {
  position: relative;
  left: 0;
  right: 0;
  top: 0.1rem;
}
.user-main .product-data .product-desc-one-more .product-nav-more {
  position: relative;
  left: 0;
  right: 0;
  top: 0.1rem;
}
.user-main .product-data .product-desc {
  font-size: 14px;
  text-overflow: ellipsis;
}
.user-main .product-data .product-desc ul {
  margin-left: 0.1rem;
}
.user-main .product-data .product-desc ul li {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 超出两行*/
  -webkit-box-orient: vertical;
  overflow: hidden;
  list-style-type: none;
  /* 小圆点 */
}
.user-main .product-data .product-desc ul li::before {
  content: "·";
  font-size: 0.2rem;
  vertical-align: middle;
  padding-right: 0.1rem;
}
.user-main .product-data .product-desc .product-nav {
  color: #6CA1F9;
}
.user-main .product-data .product-desc-open {
  border-top: 1px solid #ccc;
  padding-top: 0.2rem;
  margin-top: 0.2rem;
}
.user-main .product-data .product-desc-two {
  margin-top: 0.05rem;
  padding-bottom: 0.2rem;
}
.user-main .product-data .product-desc-two ul li {
  display: inline-block;
  background: #F4F5F7;
  padding: 0rem 0.1rem;
  border-radius: 0.1rem;
  margin-top: 0.1rem;
  text-align: center;
  margin-left: 0.1rem;
}
.user-main .top-main {
  margin: 0 auto;
  width: 100%;
  background: #F8F8F8 !important;
  border-radius: 0.21333rem !important;
}
.user-main .top-main .hotel-date {
  background: #fff !important;
  border-radius: 0!important;
}
.user-main .top-main .hotel-date #checkinout {
  margin: 0 auto;
  width: 100%;
  border-radius: 0!important;
  padding: 0 0;
}
.user-main .top-main .hotel-date #checkinout #firstSelect .Date_lr p {
  font-size: 0.3rem;
  color: #676666;
}
.user-main .top-main .hotel-date #startDate,
.user-main .top-main .hotel-date #endDate {
  font-size: 0.35rem;
}
.user-main .top-main .hotel-date .field-main {
  background: #fff;
  padding: 0rem 0.2rem 0.2rem 0;
  font-size: 0.23rem;
  position: relative;
  background-size: cover;
  top: 0.1rem;
  left: 0;
  bottom: 0;
}
.user-main .top-main .hotel-date .field-main .field-item-one {
  display: inline-block;
  margin-left: 0.35rem;
  margin-top: -0.2rem;
  padding-top: 0;
  background: #fff;
  z-index: 1;
  width: 100%;
}
.user-main .top-main .hotel-date .field-main .field-item-one ul {
  background: #fff;
  width: 5.1rem;
  display: inline-block;
}
.user-main .top-main .hotel-date .field-main .field-item-one ul li {
  display: inline-block;
  background: #F4F5F7;
  padding: 0.1rem 0.1rem;
  border-radius: 0.1rem;
  margin-top: 0.1rem;
  margin-right: 0.1rem;
}
.user-main .top-main .hotel-date .field-main .field-item-one ul .active {
  background: #FD7506;
}
.user-main .top-main .hotel-date .field-main .field-item-one ul .active a {
  color: #ffffff;
}
.user-main .top-main .hotel-date .field-main .field-item-two {
  background: #fff;
  position: absolute;
  z-index: 20;
  top: -0.1rem;
  right: 0.2rem;
  text-align: center;
  vertical-align: middle;
  line-height: 0.5rem;
}
.user-main .top-main .hotel-date .field-main .field-item-two .field-nights-one {
  padding-top: 0.1rem;
}
.user-main .top-main .hotel-date .field-main .field-item-two .field-nights-two {
  padding: 0.1rem 0;
}
.user-main .top-main .hotel-date .field-main .field-item-two .field-nights-two .field-nights-input {
  vertical-align: middle;
}
.user-main .top-main .hotel-date .field-main .field-item-two .field-nights-two .field-nights-two-item {
  padding-top: 0rem;
}
.user-main .top-main .sticky {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
.user-main .top-main .top-date-icon {
  background: #fff;
  position: relative;
  top: 0rem;
  right: 0;
  bottom: 0;
  width: 1.5rem;
  height: 1rem;
  vertical-align: bottom;
  z-index: 10;
  line-height: 0.45rem;
  padding-top: 0.1rem;
}
.user-main .top-main .top-date-icon .top-date-title {
  font-size: 0.18rem;
}
.user-main .top-main .top-date-icon .top-date-item {
  background: #fff;
  text-align: center;
  vertical-align: top;
  font-size: 0.16rem;
  padding-bottom: 0.2rem;
}
.user-main .top-main .top-date-icon .top-date-item .iconfont-str {
  font-size: 0.5rem;
}
.user-main .top-main .top-date-icon .top-date-item-two {
  background: #fff;
  padding-top: 25%;
}
.user-main .top-main .top-date-icon .top-date-item-two .icon-right {
  padding-right: 0.2rem;
}
.user-main .product-tab {
  padding: 0 0.2rem 0 0.2rem;
}
.user-main .product-tab .pd-card {
  padding: 0.1rem 0.3rem 0.1rem 0.2rem;
  margin: 0rem 0rem 0rem 0rem;
  background: #fff;
  border-radius: 0.21333rem;
  -webkit-box-shadow: 0 0.08rem 0.26667rem 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.08rem 0.26667rem 0 rgba(0, 0, 0, 0.06);
}
.user-main .product-tab .pd-card .zmjd-cell {
  border-radius: 0.21333rem;
}
.user-main .product-tab .pd-sku .name {
  padding: 0;
  margin: 0 0 0 0;
  font-size: 0.31rem;
  line-height: 0.43333rem;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
}
.user-main .product-tab .pd-sku .desc {
  font-size: 0.25rem;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 0.13333rem;
}
.user-main .product-tab .pd-sku .price {
  margin: 0.13333rem 0 0.32rem 0;
  position: relative;
}
.user-main .product-tab .pd-sku .price .zmjd-tag__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 0.38rem;
  font-size: 0.25rem;
  line-height: 0.38rem;
  color: #ff414d;
}
.user-main .product-tab .pd-sku .price .zmjd-tag__icon > span:first-child {
  border-radius: 0.04333rem 0 0 0.04333rem;
  background: #ff414d;
  color: #fff;
}
.user-main .product-tab .pd-sku .price .zmjd-tag__icon > span {
  height: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0.01667rem solid #ff414d;
  padding: 0 0.05rem;
}
.user-main .product-tab .pd-sku .price .vip-price {
  font-size: 0.41rem;
  color: #ff414d;
  font-weight: 700;
}
.user-main .product-tab .pd-sku .policy {
  position: relative;
  margin: 0rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  top: -0.2rem;
}
.user-main .product-tab .pd-sku .policy .tag {
  height: 0.42667rem;
  line-height: 0.42667rem;
  margin: 0 0.21333rem 0 0;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.25rem;
}
.user-main .product-tab .pd-sku .policy .tag .icon {
  position: relative;
  top: -0.02667rem;
  font-size: 0.25rem;
  color: #00b87a;
  vertical-align: middle;
}
.user-main .product-tab .pd-sku .policy .book-dates {
  height: 0.42667rem;
  font-size: 0.25rem;
  line-height: 0.42667rem;
  color: #00b4ca;
  text-decoration: none;
}
.user-main .product-tab .product-detail .zmjd-cell {
  padding-left: 0.17333rem;
  padding-right: 0.17333rem;
}
.user-main .product-tab .zmjd-cell--clickable {
  cursor: pointer;
}
.user-main .product-tab .zmjd-cell,
.user-main .product-tab .zmjd-cell:not(:last-child):after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.user-main .product-tab .zmjd-cell {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.1rem 0.1rem;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.9);
  font-size: 0.33rem;
  line-height: 0.54rem;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0.2rem;
  margin-top: 0.2rem;
}
.user-main .product-tab .zmjd-cell__content,
.user-main .product-tab .zmjd-cell__content--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.user-main .product-tab .zmjd-cell__content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.user-main .product-tab .vip-icon-right {
  margin-top: 0.05rem;
}
.user-main .product-tab .vip-icon {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 超出两行*/
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-right: 0.1rem;
}
.user-main .product-tab .vip-icon .img_one {
  width: 0.5rem;
  vertical-align: middle;
}
.user-main .product-tab .vip-icon .img_two {
  width: 1rem;
  vertical-align: middle;
}
.user-main .product-tab .vip-icon .vip-remark {
  font-size: 0.28rem;
  margin-top: 0.2rem !important;
}
.user-main .address-content {
  margin: 0 auto;
  margin-top: 0.2rem;
}
.user-main .address-content .zmjd-icon {
  font-family: zmjd-icon !important;
  font-size: 0.45rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.user-main .address-content .zmjd-icon {
  position: relative;
}
.user-main .address-content .map {
  padding: 0 0.05rem 0 0.15rem;
}
.user-main .address-content .map .map-wrap .content {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url('https://pic.qianlvtong.com//1001/1001/mpa_bk.png') center / 100% 100% no-repeat;
}
.user-main .address-content .map .map-wrap .content .left {
  padding-top: 0.02667rem;
  width: 7rem;
  overflow: hidden;
  word-wrap: break-word;
}
.user-main .address-content .map .map-wrap .content .left .address {
  color: rgba(0, 0, 0, 0.8);
  padding-bottom: 0.13333rem;
  font-size: 0.28rem;
  font-weight: 400;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 超出两行*/
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: nowrap;
}
.user-main .address-content .map .map-wrap .content .left .address-detail {
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.25rem;
  vertical-align: middle;
}
.user-main .address-content .map .map-wrap .content .left .address-detail i {
  vertical-align: 0;
}
.user-main .address-content .map .map-wrap .content .left .left_nums {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 超出两行*/
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.user-main .address-content .map .map-wrap .content .left .address_show_more {
  color: rgba(0, 0, 0, 0.6);
}
.user-main .address-content .map .map-wrap .content .right:before {
  content: "";
  height: 0.64rem;
  width: 0.02667rem;
  position: absolute;
  left: 0;
  background-color: rgba(0, 0, 0, 0.12);
  top: 25%;
}
.user-main .address-content .map .map-wrap .content .right {
  width: 2rem;
  text-align: right;
  color: #00b4ca;
  margin-left: 0.34667rem;
  position: relative;
}
.user-main .address-content .map .map-wrap .content .right .address-icon {
  display: inline-block;
  text-align: center;
}
.user-main .address-content .map .map-wrap .content .right .address-icon .icon-navigation {
  font-size: 0.48rem;
}
.user-main .address-content .map .map-wrap .content .right .address-icon .navigation-desc {
  margin-top: -0.05rem;
  font-size: 0.28rem;
}
.user-main .weui-icon-checked {
  border-radius: 50%;
  border: 1px solid #cccccc;
}
.user-main .weui-cells_checkbox .weui-check:checked + .weui-icon-checked {
  color: #3A3A3A;
}
.user-main .top-info-title {
  margin-left: 0.05rem;
  font-size: 0.26rem;
  line-height: 0.5rem;
  vertical-align: middle;
  color: #A1A3AE;
}
.user-main .top-info-title .circle {
  border-radius: 0.2rem;
  border: 1px solid #000000;
  padding: 0.02rem 0.2rem;
  color: #000000;
}
.user-main .top-info-title .in,
.user-main .top-info-title .out {
  color: #000000;
}
.user-main .top-info-title .in span,
.user-main .top-info-title .out span {
  font-size: 0.35rem;
  font-weight: 600;
}
.user-main .top-info-title .left-icon {
  margin-right: 0.5rem;
  color: #000000;
}
.user-main .book_house_main {
  width: 98%;
  margin: 0 auto;
  margin-top: 0.1rem;
  margin-bottom: 1rem;
  background: #F8F8F8;
}
.user-main .book_house_main .book_house_row_item_main {
  margin-top: 0.1rem;
}
.user-main .book_house_main .book_house_row_main {
  background: #fff;
}
.user-main .book_house_main .book_house_row {
  margin-top: 0.2rem;
  background: #fff;
  height: 3.3rem;
  align-items: start;
}
.user-main .book_house_main .book_house_row .buy_main {
  float: right;
  margin-top: 0.1rem;
  margin: 0 auto;
}
.user-main .book_house_main .book_house_row .buy_main .book-price-main {
  text-align: right;
  margin-right: 0.1rem;
}
.user-main .book_house_main .book_house_row .buy_main .book-price-main .book-price-price .market_price {
  color: #94969B;
  font-size: 0.25rem;
  font-style: italic;
  text-decoration: line-through;
}
.user-main .book_house_main .book_house_row .buy_main .book-price-main .book-price-price .sell_price {
  color: #FC4B28;
}
.user-main .book_house_main .book_house_row .buy_main .book-price-main .book-price-price .sell_price span {
  font-size: 0.4rem;
}
.user-main .book_house_main .book_house_row .buy_main .book-price-main .book-price-reduce {
  color: #FE5D3C;
  font-size: 0.22rem;
}
.user-main .book_house_main .book_house_row .buy_main .book-btn-main {
  margin-top: 0.05rem;
  border-radius: 0.1rem;
  text-align: center;
  margin-right: 0.3rem;
}
.user-main .book_house_main .book_house_row .buy_main .book-btn-main .book-btn {
  background: #FD7506;
  color: #fff;
  padding: 0rem 0.2rem;
  border-top-left-radius: 0.15rem;
  border-top-right-radius: 0.15rem;
  font-size: 0.38rem;
}
.user-main .book_house_main .book_house_row .buy_main .book-btn-main .book-btn-title {
  border-radius: 0 0 0.1rem 0.1rem;
  background: #fff;
  font-size: 0.18rem;
  padding: 0rem;
  vertical-align: middle;
  border-bottom-left-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem;
  border: 1px solid #FD7506;
}
.user-main .book_house_main .book_house_row .clear-float {
  clear: both;
}
.user-main .book_house_main .book_house_row .row-image {
  margin-right: 10px;
  width: 1.8rem;
}
.user-main .book_house_main .book_house_row .row-image img {
  border-radius: 0.1rem;
  width: 1.5rem;
  height: 2rem;
  display: block;
}
.user-main .book_house_main .book_house_row .row-base-info {
  height: 2rem;
  font-size: 0.28rem;
}
.user-main .book_house_main .book_house_row .row-base-info .house-name .row-base-span-one {
  font-size: 0.38rem;
  color: #151515;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 超出两行*/
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.user-main .book_house_main .book_house_row .row-base-info .house-name .row-base-span-one span {
  padding: 0.1rem 0.1rem;
  vertical-align: baseline;
  line-height: 0.25rem;
}
.user-main .book_house_main .book_house_row .row-base-info .house-name .row-base-span-one span .iconfont {
  font-size: 0.22rem;
  color: #5d5b5b;
  display: inline-block;
}
.user-main .book_house_main .book_house_row .row-base-info .house-name .row-base-span-two {
  line-height: 0.5rem;
  font-size: 0.42rem;
  text-align: left;
  padding-top: 0.05rem;
  color: #5d5b5b;
}
.user-main .book_house_main .book_house_row .row-base-info .house-name-desc {
  color: #888;
  line-height: 0.5rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 超出1行*/
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.user-main .book_house_main .book_house_row .row-base-info .house-name-notice {
  font-size: 0.25rem;
  color: #757576;
}
.user-main .book_house_main .book_house_row .row-base-info .house-name-notice .iconfont {
  font-size: 0.18rem;
  color: #D02F14;
}
.user-main .book_house_main .book_house_row .row-base-info .house-name-times {
  line-height: 0.45rem;
}
.user-main .book_house_main .book_house_row .row-base-info .house-name-times span {
  border: 1px solid #ccc;
  padding: 0rem 0.05rem;
  font-size: 0.22rem;
}
.user-main .book_house_main .book_house_row .row-base-info .sell-price-main {
  font-size: 15px;
}
.user-main .book_house_main .book_house_row .row-base-info .sell-price-main .sell-price {
  color: #D02F14;
  font-size: 18px;
  font-weight: 600;
  line-height: 0.5rem;
}
.user-main .book_house_main .book_house_row .row-base-info .sell-price-main .market-price {
  text-decoration: line-through;
}
.user-main .book_house_main .book_house_row_more {
  height: 2.5rem;
}
.user-main .book_house_main .book_house_row_item_main {
  background-color: #ffffff;
  margin-top: 0rem;
  padding-bottom: 0.3rem;
}
.user-main .book_house_main .book_house_row_item_main .list-item-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 0.3rem;
}
.user-main .book_house_main .book_house_row_item_main .list-item-left .title {
  font-size: 0.3rem;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 600;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  line-height: 0.53333rem;
  letter-spacing: 0;
}
.user-main .book_house_main .book_house_row_item_main .list-item-left .tags {
  height: 0.3rem;
  font-size: 0.24rem;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
  line-height: 0.3rem;
  margin-top: 0.13333rem;
}
.user-main .book_house_main .book_house_row_item_main .list-item-left .sell {
  height: 0.45333rem;
  font-size: 0.25rem;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  line-height: 0.45333rem;
  margin-top: 0.26667rem;
}
.user-main .book_house_main .book_house_row_item_main .list-item-left .sell .sell-num {
  margin-right: 0.53333rem;
}
.user-main .book_house_main .book_house_row_item_main .list-item-left .sell .sell-know {
  text-align: right;
  color: #00b4ca;
}
.user-main .book_house_main .book_house_row_item_main .list-item {
  margin: 0 auto;
  width: 6.5rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  background: #f8f8f8;
  border-radius: 0.21333rem;
  padding: 0.25rem 0.2rem;
  margin-top: 0.1rem;
}
.user-main .book_house_main .book_house_row_item_main .zmjd-button {
  background: #ff9c00;
  color: #ffffff;
  border: 1px solid #ff9c00;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.3rem;
  min-width: 1.2rem;
  height: 0.96rem;
  margin: 0;
  padding: 0;
  text-align: center;
  border-radius: 0.16rem;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-text-size-adjust: 100%;
}
.user-main .book_house_main .book_house_row_item_main .list-item-right {
  width: 1.3rem;
  text-align: right;
  margin-right: 0.6rem;
  padding-top: 0.15rem;
}
.user-main .book_house_main .book_house_row_item_main .list-item-right .vip-price {
  height: 0.53333rem;
  font-size: 0.35rem;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 600;
  text-align: right;
  color: #ff414d;
  line-height: 0.37333rem;
}
.user-main .book_house_main .book_house_row_item_main .list-item-right .mark-price {
  text-decoration: line-through;
  font-size: 0.24rem;
  color: rgba(0, 0, 0, 0.4);
  line-height: 0.3rem;
}
.user-main .book_house_main .book_house_row_item_main .list-item-right .book-button {
  margin-top: 0.1rem;
}
.user-main .book_house_main .book_house_row_item_main .list-item-right .book-button a {
  color: #ffffff;
}
.user-main .book_house_main .book_house_row_item_main .list-item-right .zmjd-button--small {
  height: 0.64rem;
  font-size: 0.28rem;
  width: 0.5rem;
}
.user-main .book_house_main .book_house_row_item_main .list-item-right .zmjd-button--middle,
.user-main .book_house_main .book_house_row_item_main .list-item-right .zmjd-button--small {
  display: inline-block;
  padding: 0 0.16rem;
  border-radius: 0.10667rem;
}
.user-main .book_house_main .book_house_row_item_main .list-item-right .zmjd-button--danger {
  color: #fff;
  background-color: #ff9c00;
  border: 0.02667rem solid #ff9c00;
}
.hide {
  display: none!important;
}
.book-modal .content-list .weui-flex,
.book-modal .content-list .border-line {
  margin-top: 0.15rem;
}
.book-modal .content-list .weui-flex:first-child {
  margin-top: 0rem;
}
.book-modal .content-list .notice-item {
  width: 5rem;
  margin-right: 0.15rem;
  color: #000000;
}
.book-modal .content-list .notice-item .icon-shi_main {
  color: #00A56C;
  background: #D1FAE3;
  border-radius: 0.3rem;
  padding: 0.1rem 0.1rem;
}
.package-info-main .package-topdata {
  width: 100%;
  padding: 0;
  background: #fff;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.package-info-main .package-topdata .top_title {
  background: #fafafc;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.package-info-main .package-topdata .active2 {
  border-bottom: 3px solid #00A56C;
}
.package-info-main .package-topdata .poli-notice {
  font-size: 0.26rem;
  color: #C4C4C4;
  padding: 0.2rem 0 0.2rem 0.15rem;
  background: #ffffff;
}
/*旧样式*/
.package-info .package-info__content {
  margin-top: 0rem;
  overflow-y: scroll;
}
.package-info .package-info__content .fee-list {
  padding: 0 0.1rem;
}
.package-info .package-info__content .fee-list .package-posi {
  padding-top: 0.2rem;
  top: 0rem;
  height: 1rem;
  position: fixed;
  background: #ffffff;
  width: 100%;
}
.package-info .package-info__content .fee-list .package-posi .package-posi-icon {
  width: 0.5rem;
}
.package-info .package-info__content .fee-list .package-body-posy {
  margin-top: 1rem!important;
}
.package-info .package-info__content .fee-list .fee-list-ul {
  padding-left: 0;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 60px;
  list-style: none;
  width: 100%;
  background-color: #FAFAFA;
}
.package-info .package-info__content .fee-list .fee-list-ul .fee-list-rowi {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  width: 100%;
  background-color: #FAFAFA;
}
.package-info .package-info__content .fee-list .fee-list-ul .fee-list-rowi .left-content {
  width: 1.52rem;
  -webkit-box-flex: 1.52rem;
  -webkit-flex: 180px 0 0;
  flex: 80px 0 0;
  background-color: #fafafa;
  border: 1px solid #fafafa;
  border-right: 0;
  border-bottom: 0;
  font-size: 14px;
  padding-top: 20px;
  line-height: 1;
  text-align: center;
  color: #000000;
}
.package-info .package-info__content .fee-list .fee-list-ul .fee-list-rowi .right-content {
  width: 7.5rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  background-color: #fff;
  border: 1px solid #fafafa;
  border-bottom: 0;
  padding: 15px 5px 5px;
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
}
.package-info .package-info__content .fee-list .fee-list-ul .fee-list-rowi .right-content .right-content-li {
  margin-bottom: 0.2rem;
}
.package-info .package-info__content .fee-list .fee-list-ul .fee-list-rowi .right-content .right-content-li .content-title {
  font-size: 12px;
  line-height: 20px;
  color: #202325;
  margin-bottom: 10px;
  word-wrap: break-word;
  overflow: hidden;
}
.package-info .package-info__content .fee-list .fee-list-ul .fee-list-rowi .right-content .right-content-li .desc-title {
  font-size: 12px;
  word-wrap: break-word;
  overflow: hidden;
  line-height: 1.3;
  color: #4c4e50;
  margin-top: 0.2rem;
  margin-bottom: 0.12rem;
}
.package-info .package-info__content .fee-list .fee-list-ul .fee-list-rowi .right-content .right-content-li .desc-content-wapper {
  position: relative;
}
.package-info .package-info__content .fee-list .fee-list-ul .fee-list-rowi .right-content .right-content-li .desc-content-wapper .content-item2 {
  word-wrap: break-word;
  overflow: hidden;
  min-width: 50%;
  font-size: 12px;
  line-height: 20px;
  color: #8f9192;
  white-space: pre-line;
}
.package-info .package-info__content .fee-list .fee-list-ul .fee-list-rowi .right-content .right-content-li:last-child {
  margin-bottom: 0;
}
.package-info .popup-footer {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  height: 60px;
  line-height: 60px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  background-color: #ff6230;
  font-size: 16px;
  color: #fff;
  border-top: 1px solid #eaeaea;
  z-index: 999999;
}
.package-info .popup-footer .footer-left {
  flex: 2;
  -webkit-box-flex: 70%;
  -webkit-flex: 70% 0 0;
  width: 70%;
  height: 100%;
  background: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  text-align: left;
  -webkit-align-self: center;
  align-self: center;
  padding: 0 0.3rem;
}
.package-info .popup-footer .footer-left .price-wrapper {
  height: 35px;
  display: table-cell;
  vertical-align: middle;
}
.package-info .popup-footer .footer-left .price-wrapper .price {
  font-size: 14px;
  color: #ff6230;
  line-height: 25px;
}
.package-info .popup-footer .footer-left .price-wrapper .label {
  font-size: 12px;
  color: #8f9192;
  line-height: 20px;
}
.package-info .popup-footer .footer-right {
  text-align: center;
  -webkit-align-self: center;
  align-self: center;
  font-size: 20px;
  color: #fff;
  height: 100%;
  background: #ff6230;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  width: 30%;
  line-height: 50%;
}
.package-info .popup-footer .footer-right .footer-right__href {
  color: inherit;
  display: block;
  line-height: 60px;
  color: #fff;
}
/*新样式*/
.package-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 80vh;
}
.package-info .weui-flex-main {
  background: #ffffff;
}
.package-info .package-info__content {
  height: 100%;
}
.remark-note-content .package-info {
  height: auto;
}
.remark-note-content .package-info .package-info__content {
  overflow-y: auto;
}
.package-info {
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.package-topdata {
  padding: 0 0.3rem 0 0.3rem;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}
.package-topdata .top_title {
  font-size: 0.35rem;
  padding: 0.1rem;
}
.package-topdata .top_title .top_title_data {
  color: #000000;
}
.package-topdata .top_title .icon-closepp {
  padding: 0.08rem;
  font-size: 0.35rem;
  color: #868686;
}
.package-topdata .nav-tabs-flex {
  width: 100%;
  padding: 0 1rem;
}
.package-topdata .top_room {
  font-size: 0.3rem;
}
.package-topdata .top_room .room-name {
  font-size: 0.32rem;
  color: #000;
  margin-bottom: 0.10667rem;
}
.package-topdata .top_room .brief {
  font-size: 0.25rem;
  line-height: 0.43333rem;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0.21333rem;
}
.package-topdata .room-desc .facilities {
  padding: 0.05333rem 0 0 0;
  margin: 0.1rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  color: rgba(0, 0, 0, 0.8);
  width: 95%;
}
.package-topdata .room-desc .facilities .facilities-item {
  width: 33.3%;
  padding: 0rem 0 0 0;
}
.package-topdata .room-desc .facilities .facilities-item img {
  width: 0.25rem;
  vertical-align: -0.02rem;
  margin-right: 0.16rem;
}
.package-topdata .room-desc .facilities .facilities-item1 {
  width: 100%;
}
.package-topdata .room-special-desc .special-desc {
  padding: 0.1rem 0.1rem;
}
.package-topdata .room-special-desc .special-desc .icon-warning2 {
  color: #ffa81a;
  font-size: 0.32667rem;
  vertical-align: -0.01667rem;
  margin-right: 0.08rem;
}
.package-topdata .room-special-desc .special-desc > span {
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.22rem;
}
.room-banner {
  margin: 0 auto;
  margin-top: 1.7rem;
  text-align: center;
  position: relative;
  top: 0.2rem;
  left: 0;
  right: 0;
}
.room-banner .swiper-slide img {
  width: 90%;
  height: 3.8rem;
}
.room-banner .product-banner-swipe {
  position: absolute;
  z-index: 10001;
  bottom: 0.5rem;
  right: 0.5rem;
  border-radius: 0.35rem;
  padding: 0.05rem 0.1rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  /* 黑色背景，50%透明度 */
}
.room-banner .swiper-slide {
  width: 100%;
}
.room-banner .pic {
  width: 100%;
}
.room-banner p {
  margin: 0;
}
.room-banner .text {
  position: absolute;
  bottom: 0.5rem;
  width: 100%;
  color: #fff;
}
.room-banner .title {
  margin: 0;
  font-size: 0.32rem;
}
.room-banner .img-num-main {
  width: 15%;
  margin-left: 42.5%;
  border-radius: 0.2rem;
  background: rgba(0, 0, 0, 0.3);
}
.package-content {
  padding: 0 0.3rem 0 0.3rem;
  margin-top: 0.3rem;
  margin-bottom: 0.8rem;
  color: #3c3a3a;
}
.package-content .book-main {
  border-radius: 0.2rem;
}
.package-content .section-item {
  color: #00b4ca;
}
.package-content .package-content {
  padding-bottom: 0.48rem;
}
.package-content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.48rem 0 0.21333rem;
}
.package-content .title .left {
  padding-left: 0.21333rem;
  font-size: 0.32667rem;
  color: rgba(0, 0, 0, 0.9);
  position: relative;
  font-weight: 500;
}
.package-content .content-list .room_faci ul li {
  width: 2rem;
  display: inline-block;
}
.package-content .content-list .room_faci ul li span {
  padding-right: 0.05rem;
}
.package-content .content-list ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.package-content .content-list ul li {
  margin: 0 0 0.08rem 0;
  position: relative;
}
.package-content .content-list ul li .dot {
  position: absolute;
  left: 0.1rem;
  top: -0.15rem;
  font-size: 0.43333rem;
  color: rgba(0, 0, 0, 0.6);
}
.package-content .content-list ul li .val {
  font-size: 0.22rem;
  line-height: 0.43rem;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 0.42rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
