.container-main {
  position: relative;
  width: 100%;
  height: 100%;
}
main {
  padding-bottom: 1rem;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}
/*顶部banner*/
.top-header {
  background: #ffffff;
  padding: 0.2rem 0.2rem;
  width: 100%;
}
.iconfont-text {
  font-size: 0.25rem;
}
.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;
}
.top-banner {
  position: relative;
}
.top-banner .swiper-slide {
  width: 100%;
}
.top-banner .pic {
  width: 100%;
}
.top-banner p {
  margin: 0;
}
.top-banner .text {
  position: absolute;
  bottom: 0.5rem;
  width: 100%;
  color: #fff;
}
.top-banner .title {
  margin: 0;
  font-size: 0.32rem;
}
.swiper-auto .swiper-slide {
  position: relative;
  display: block;
  width: 33%;
  margin-right: 0.32rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.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;
}
.swiper-auto .swiper-slide img {
  display: block;
  margin-bottom: 0.24rem;
  border-radius: 0.1rem;
}
.swiper-auto .swiper-slide h4 {
  margin: 0 0 0.18rem 0;
  line-height: 100%;
  font-weight: bold;
}
.swiper-auto .swiper-slide p {
  margin: 0;
  font-size: 0.2rem;
}
.section-item {
  padding-bottom: 0.35rem;
}
.sale-info .market-price {
  text-decoration: line-through;
}
.product-data {
  width: 100%;
  margin-top: -0.3rem;
  padding: 0.02rem 0.4rem 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;
}
.product-data .product-title em {
  margin-right: 0.3125rem;
  font-style: normal;
}
.product-data .product-title span {
  display: block;
  font-size: 0.25rem;
  color: #333;
  margin-top: 0.1rem;
  line-height: 0.3rem;
  font-weight: 400;
}
.product-data .priceinfo-row {
  position: relative;
  margin-top: -0.1rem;
  height: auto;
  line-height: 0rem;
  vertical-align: top;
}
.product-data .priceinfo-row .price span {
  color: #ff6230;
}
.product-data .priceinfo-row .price span strong {
  font-size: 0.6rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.81;
  letter-spacing: 0.004rem;
}
.product-data .promo {
  position: absolute;
  top: 0;
  left: 1.9rem;
  line-height: 0.35rem;
  font-size: 12px;
  padding: 0rem 0.06rem;
  border-radius: 0.02rem;
  border: 1px solid rgba(255, 91, 107, 0.5);
  color: #ff5565;
  vertical-align: top;
}
.product-data .nav-tabs-border {
  margin: 0 0 0.32rem 0;
  padding: 0;
  list-style: none;
  border-bottom: 3px solid #f1f1f1;
  white-space: nowrap;
}
.product-data .nav-tabs-border .nav-tabs {
  margin: 0;
  padding: 0;
}
.product-data .nav-tabs-border li {
  font-size: 0.24rem;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  color: #666666;
  padding: 0.1rem;
  border: none;
  background-color: #F8F8F8;
  border-radius: 0.25rem;
}
.product-data .nav-tabs-border li a {
  display: block;
  padding: 0.2rem 0;
  border: none;
}
.product-data .nav-tabs-border .active {
  background-color: #F5DA45;
  color: #ffffff;
}
.product-data .nav-tabs-border .active a.a:active,
.product-data .nav-tabs-border .active a:after {
  position: relative;
  font-weight: bold;
  color: #ffffff;
}
.product-data .header-recommend {
  background: #fff;
  font-size: 0;
  margin: -0.1rem 0 0.6rem 0;
  padding-left: -0.5rem;
  padding-bottom: 0.2rem;
  border-bottom: 3px solid #f1f1f1;
}
.product-data .header-recommend .recommend-title {
  font-size: 0.32rem;
  font-weight: 500;
  line-height: 0.4rem;
  color: #ff6230;
  padding-bottom: 0.1rem;
}
.product-data .header-recommend div,
.product-data .header-recommend p {
  word-wrap: break-word;
  word-break: break-all;
}
.product-data .header-recommend .header-recommend-item {
  list-style: none;
  margin-left: -0.9rem;
  font-size: 12px;
  vertical-align: top;
  line-height: 0.4rem;
  position: relative;
}
@media only screen and (min-width: 750px) {
  .product-data .header-recommend .header-recommend-item {
    margin-left: -0.4rem;
  }
}
.product-data .header-recommend .header-recommend-item .header-recommend-item__icon::after {
  border: 1px solid #ff6230;
  background-color: #ff6230;
  border-radius: 50%;
  display: inline-block;
  height: 0.06rem;
  width: 0.06rem;
  content: "";
  color: #ff6230;
  font-size: 0.2rem;
  position: relative;
  left: 0rem;
  top: -0.05rem;
}
.product-data .fliter-section {
  position: sticky;
  z-index: 9;
  top: -1px;
  background: #fff;
  /*选项卡*/
}
.product-data .fliter-section .nav-tabs-flex {
  margin: 0 0.32rem;
  padding: 0 0.5rem;
  justify-content: space-between;
  list-style: none;
  line-height: 0.68rem;
  background: #fff;
}
.product-data .fliter-section .nav-tabs-flex li a {
  position: relative;
  display: block;
  padding: 0 0.2rem;
  border-width: 0.06rem;
}
.product-data .fliter-section .nav-tabs-flex .active a {
  font-weight: bold;
}
.product-data .fliter-section .nav-tabs-flex .active a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.2rem;
  right: 0.2rem;
  bottom: 0;
  height: 0.06rem;
  background: #f5da45;
}
.product-data .play_x_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.product-data .play_x_list div {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font-style: inherit;
  font-size: 100%;
}
.product-data .play_x_list ul {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  text-align: center;
  margin-top: 0.5rem;
  padding: 0.2rem 0;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
}
.product-data .play_x_list ul li {
  list-style: none outside none;
  width: 1.5rem;
  border: 1px solid #e5e5e5;
  margin-left: 0.1rem;
  border-radius: 0.2rem;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  padding: 0.1rem 0.1rem;
  font-size: 12px;
}
.product-data .play_x_list ul li.active {
  border: 1px solid #2a99f1;
  background-color: #f8fcff;
}
.product-data .play_x_list .more_xlist {
  position: absolute;
  background-color: #fff;
  width: 1.2rem;
  height: 1.635rem;
  right: 0;
  top: 0.5rem;
  z-index: 999;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}
@media only screen and (max-width: 320px) {
  .product-data .play_x_list .more_xlist {
    height: 1.8rem;
  }
}
@media only screen and (min-width: 750px) {
  .product-data .play_x_list .more_xlist {
    height: 1.3rem;
  }
}
.product-data .play_x_list .more_xlist .deal-cal__more {
  height: 100%;
  position: absolute;
  right: 0rem;
  top: 0rem;
  width: 1rem;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.product-data .play_x_list .more_xlist .deal-cal__more div {
  line-height: 0.5rem;
  font-size: 0.3rem;
}
.product-data .play_x_list .more_xlist .deal-cal__gradient {
  height: 100%;
  right: 0rem;
  width: 0.15rem;
  opacity: 0.6;
  background-image: -webkit-linear-gradient(right, hsla(0, 0%, 75%, 0.81), hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(270deg, hsla(0, 0%, 75%, 0.81), hsla(0, 0%, 100%, 0));
}
.product-data .play_x_list .more_xlist .more__arrow {
  height: 100%;
  position: absolute;
  right: 0.03rem;
  top: 38%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 0.1rem 0.13rem;
  background-repeat: no-repeat;
  width: 0.2rem;
  height: 0.13rem;
}
.product-data .main_ticket {
  position: relative;
}
.product-data .main_ticket .date-select {
  position: absolute;
  width: 100%;
  top: -0.3rem;
  left: 0;
  z-index: 10000;
}
.tab-content {
  font-size: 14px;
}
.tab-content .taocan_list {
  width: 100%;
  padding: 0.1rem 0.1rem 0.2rem 0.1rem;
  background-color: #FFFFFF;
  border-bottom: 0.01rem solid #cccccc;
}
.tab-content .taocan_list .room_info {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.tab-content .taocan_list .room_info .room_name {
  flex: 5;
  padding-left: 0rem;
}
.tab-content .taocan_list .room_info .room_name .title {
  font-size: 15px;
  color: #222;
  font-weight: 600;
}
.tab-content .taocan_list .room_info .room_name .sub_title {
  font-size: 12px;
  color: #999;
  line-height: 1.3em;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.tab-content .taocan_list .room_info .room_name .sub_title span {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.tab-content .c-row-item {
  margin-bottom: 0rem;
  padding: 0.2rem 0rem 0.1rem 0.1rem;
  border-bottom: 0.01rem solid #cccccc;
}
.tab-content .c-row-item .item-box .product-main {
  line-height: 0.42rem;
  width: 70%;
  padding-right: 0.1rem;
  border-right: 1px solid #cccccc;
}
.tab-content .c-row-item .item-box .product-main .title {
  font-size: 15px;
}
.tab-content .c-row-item .item-box .product-main .market-price {
  text-decoration: line-through;
  font-size: 14px;
}
.tab-content .c-row-item .item-box .product-main .detail {
  font-size: 14px;
}
.tab-content .c-row-item .item-box .product-main .detail .iconfont {
  font-size: 0.24rem;
  font-size: 14px;
}
.tab-content .c-row-item .item-box .product-buy .price {
  font-size: 0.24rem;
  margin-top: 0.1rem;
}
.tab-content .c-row-item .item-box .product-buy .price span {
  color: #F60;
}
.tab-content .c-row-item .item-box .product-buy .price span i {
  font-size: 0.45rem;
  font-weight: 700;
  font-style: normal;
}
.tab-content .c-row-item .item-box .product-buy .buy-btn {
  background-color: #F60;
  color: #ffffff;
  margin-top: 0.1rem;
  padding: 0.1rem 0rem;
  text-align: center;
  width: 100%;
}
.tab-content .get_more_data {
  margin-top: 0.39rem;
  color: #737373;
}
.tab-content .badge-primary {
  background: #ffffff;
  border: 1px solid #6BAB1F;
  color: #6BAB1F;
}
.c-footer {
  z-index: 100;
}
.ver-cal {
  height: 100%;
  background: #f5f5f9;
  position: relative;
}
.ver-cal .cal__close {
  position: absolute;
  right: 0.06rem;
  top: 0.1825rem;
  width: 0.4625rem;
  height: 0.7125rem;
  display: inline-block;
}
.ver-cal .cal__close:after,
.ver-cal .cal__close:before {
  content: "";
  position: absolute;
  width: 70%;
  top: 28%;
  left: 0;
  height: 0.015rem;
  background: #202325;
}
.ver-cal .cal__close:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.ver-cal .cal__close:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.ver-cal .cal__header {
  line-height: 0.97rem;
  background: #fafafc;
  color: #333;
  font-size: 0.33rem;
  text-align: center;
}
.ver-cal .cal__month {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  height: 0.25rem;
  background: #fafafc;
  padding: 0 0.045rem;
}
.ver-cal .cal__month::-webkit-scrollbar {
  display: none;
}
.ver-cal .cal__month .horcal {
  height: 0.25rem;
  padding: 0;
  margin-right: 0;
}
.ver-cal .cal__month .horcal .cal-item {
  width: 0.435rem;
  height: 0.25rem;
}
.ver-cal .cal__month .horcal .cal-item.active:after {
  display: none;
}
.ver-cal .cal__month .horcal .ver-cal-item {
  width: 100%;
  height: 100%;
  color: #202325;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ver-cal .cal__week {
  background-color: #fafafc;
  border-bottom: 1px solid #eaeaea;
  line-height: 0.675rem;
  font-size: 0.3025rem;
}
.ver-cal .cal__week span {
  display: inline-block;
  width: 14.285%;
  text-align: center;
  vertical-align: middle;
}
.ver-cal .cal__main {
  height: 70%;
  overflow-y: scroll;
  position: relative;
}
.ver-cal .cal__main.no-month {
  height: 82%;
}
.ver-cal .cal__main::-webkit-scrollbar {
  display: none;
}
.ver-cal .cal__main .main__month {
  background: #fff;
  margin-top: 0.05rem;
}
.ver-cal .cal__main .main__month:first-child {
  margin-top: 0;
}
.ver-cal .cal__main .main__month__title {
  line-height: 0.675rem;
  text-align: center;
  font-size: 0.3rem;
  border-bottom: 1px solid #eaeaea;
}
.ver-cal .cal__main .main__month__day {
  display: inline-block;
  width: 14.285%;
  line-height: 0.75rem;
  height: 0.875rem;
  text-align: center;
  border-bottom: 1px solid #dfe2e5;
  vertical-align: middle;
  font-size: 0.25rem;
  position: relative;
  float: left;
  background-color: white;
}
.ver-cal .cal__main .main__month__day.soldout {
  background-color: #f7f9fa;
  color: #bcbdbd;
}
.ver-cal .cal__main .main__month__day.no-price {
  background-color: #f7f9fa;
}
.ver-cal .cal__main .main__month__day.no-price > span {
  color: #bcbdbd;
}
.ver-cal .cal__main .main__month__day.active {
  background-color: #2a99f1;
}
.ver-cal .cal__main .main__month__day.active > span {
  color: #fff;
}
.ver-cal .cal__main .main__month__day .day__stock {
  position: absolute;
  left: 0.22rem;
  top: 0.02rem;
  height: 0.21rem;
  line-height: 0.21rem;
  font-size: 0.075rem;
  color: #ff6121;
}
.ver-cal .cal__main .main__month__day .day__voc {
  position: absolute;
  right: 0.02rem;
  top: 0.02rem;
  width: 0.1625rem;
  height: 0.1625rem;
  line-height: 0.145rem;
  font-size: 0.1125rem;
  border-radius: 0.005rem;
  color: #ff6121;
  border: 1px solid;
}
.ver-cal .cal__main .main__month__day .day__price {
  color: #8f9192;
  font-size: 0.1625rem;
  position: absolute;
  bottom: 0.0225rem;
  height: 0.2rem;
  line-height: 0.055rem;
  width: 100%;
  text-align: center;
  left: 0;
}
/*更多日期弹窗*/
.cal-more-modal .ver-cal .cal__main {
  height: 70vh;
}
/*费用明细隐藏窗口弹窗*/
.book-modal {
  /*旧样式*/
  /*新样式*/
}
.book-modal .package-info .package-info__content {
  overflow-y: scroll;
}
.book-modal .package-info .package-info__content .package_top {
  position: relative;
  left: -0.4rem;
  height: 3rem;
  overflow: hidden;
  z-index: 999998;
}
.book-modal .package-info .package-info__content .package_top .swiper_pic {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.book-modal .package-info .package-info__content .package_top .img_title_name {
  border-radius: 0.2rem;
  -webkit-backdrop-filter: blur(0.4rem);
  backdrop-filter: blur(0.6rem);
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 0.2rem;
  color: #fff;
  display: inline-block;
  z-index: 99;
  position: relative;
  padding: 0.15rem 0.16rem;
  top: -1.1rem;
  left: 0.8rem;
}
.book-modal .package-info .package-info__content .package_top .close-wapper {
  position: absolute;
  top: 0.18rem;
  right: 0.2rem;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(0.02rem);
  backdrop-filter: blur(0.02rem);
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 0.6rem;
  padding: 0.1rem 0.1rem;
  z-index: 100000;
}
.book-modal .package-info .package-info__content .fee-list {
  padding: 0 0.1rem;
}
.book-modal .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;
}
.book-modal .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;
}
.book-modal .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: 12px;
  padding-top: 20px;
  line-height: 1;
  text-align: center;
  color: #202325;
}
.book-modal .package-info .package-info__content .fee-list .fee-list-ul .fee-list-rowi .right-content {
  -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;
}
.book-modal .package-info .package-info__content .fee-list .fee-list-ul .fee-list-rowi .right-content .right-content-li {
  margin-bottom: 0.2rem;
}
.book-modal .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;
}
.book-modal .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;
}
.book-modal .package-info .package-info__content .fee-list .fee-list-ul .fee-list-rowi .right-content .right-content-li .desc-content-wapper {
  position: relative;
}
.book-modal .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;
}
.book-modal .package-info .package-info__content .fee-list .fee-list-ul .fee-list-rowi .right-content .right-content-li:last-child {
  margin-bottom: 0;
}
.book-modal .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;
}
.book-modal .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;
}
.book-modal .package-info .popup-footer .footer-left .price-wrapper {
  height: 35px;
  display: table-cell;
  vertical-align: middle;
}
.book-modal .package-info .popup-footer .footer-left .price-wrapper .price {
  font-size: 14px;
  color: #ff6230;
  line-height: 25px;
}
.book-modal .package-info .popup-footer .footer-left .price-wrapper .label {
  font-size: 12px;
  color: #8f9192;
  line-height: 20px;
}
.book-modal .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%;
}
.book-modal .package-info .popup-footer .footer-right .footer-right__href {
  color: inherit;
  display: block;
  line-height: 60px;
  color: #fff;
}
.book-modal .package-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 70vh;
}
.book-modal .package-info .package-info__content {
  height: 100%;
}
/*详情*/
.goods-details-tags {
  margin-top: 0.3rem;
  margin-bottom: 0.1rem;
  border-bottom: 1px solid #f2f2f2;
}
.goods-details-tags .nav-tabs-flex {
  margin-bottom: 0;
}
.goods-details-content {
  margin-bottom: 0.3rem;
  padding: 0.2rem;
}
.subtab-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 0.2rem 0 0 0;
  margin: 0 0 0.1rem 0;
  list-style: none;
  background: #f2f2f2;
  overflow: hidden;
}
.subtab-tabs li:first-child {
  margin-left: -0.25rem;
}
.subtab-tabs .active {
  z-index: 10;
}
.subtab-tabs .active a {
  color: #fff;
}
.subtab-tabs .active a:after {
  background: #30bef3;
}
.subtab-tabs a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: -0.2rem;
  padding: 0 0.5rem;
  font-size: 0.28rem;
  line-height: 0.6rem;
  color: #333;
  white-space: nowrap;
  z-index: 0;
}
.subtab-tabs a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -0.2rem;
  bottom: 0;
  z-index: -1;
  display: block;
  background: #fff;
  transform: perspective(0.2rem) rotateX(5deg);
  transform-origin: bottom;
}
.product-main .title,
.room_name .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-main .title {
  height: 0.8rem;
}
.product-main .detail {
  -webkit-box-flex: initial;
  -webkit-flex: initial;
  flex: initial;
}
.room_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
.room_name .title {
  margin-right: 0.2rem;
}
.c-row-item .product-buy .price {
  height: 0.7rem;
}
.nights-list ul li,
.detail-product,
.detail-scenic-list li,
.seckill-item .item-box .product-main,
.play_x_list ul li {
  cursor: pointer;
}
