.modal .modal-dialog {
  margin: 0;
  width: 100vw;
  right: 0;
}
.modal ul {
  list-style-type: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal .modal-dialog {
  position: absolute;
  bottom: 0;
  transition: transform 0.3 ease;
  transform: translateY(-100%);
}
.modal .modal-content {
  background: #fff;
}
.modal.in .modal-dialog {
  animation: siideInup 0.3s ease 1;
}
@keyframes siideInup {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
/* 基础样式 */
.blue {
  color: #4dd0c8;
}
.bodydata {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 1190px;
  margin: 0 auto;
  margin-top: 130px;
  position: relative;
}
/* 左侧容器 */
.left-container {
  width: 800px;
  float: left;
  box-sizing: border-box;
}
.left-container .left-container-top {
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 16px;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 20px;
}
.left-container .guest-section {
  background-color: #f5f5f5;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 16px;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.left-container .guest-section .guest-buttons {
  margin-top: 10px;
}
.left-container .guest-section .guest-buttons ul {
  display: flex;
}
.left-container .guest-section .guest-buttons ul li {
  border: 1px solid #d4d4d4;
  text-align: center;
  width: 100px;
  height: 38px;
  line-height: 38px;
  font-size: 0.7rem;
  margin: 10px;
  float: left;
  color: #666;
  cursor: pointer;
  border-radius: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.left-container .guest-section .guest-buttons ul .active {
  border: 1px solid #2a99f1;
  background-color: #f8fcff;
}
.guest-main {
  border-bottom: 1px dashed #d4d4d4;
  display: inline-block;
  width: 758px;
  padding: 0 1rem;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.guest-main:last-child {
  border-bottom: 0px;
  /* 样式 */
}
.guest-main .pay1 {
  color: #f60;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
}
.guest-main .guest-info {
  display: inline-block;
  width: 758px;
  padding: 0
1rem;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.guest-info label {
  width: 300px;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 18px;
  color: #212121;
  margin-right: 32px;
  justify-content: space-between;
}
.guest-info label .must {
  color: red;
}
.guest-info label span {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  color: #212121;
  width: 50%;
}
.guest-info input,
.guest-info select {
  display: inline-block;
  transition: border 0.24s cubic-bezier(0.22, 0, 0.08, 1);
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  width: 260px;
  border-radius: 12px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  position: relative;
  font-size: 16px;
  color: currentColor;
  background: hsla(0, 0%, 100%, 0);
  caret-color: #4c87e6;
  padding: 0 12px;
  line-height: 1.5;
}
.guest-info select {
  font-size: 16px;
  width: 180px;
  height: 20px;
  color: #757575;
}
/* 右侧容器 */
.right-container {
  width: 345px;
  position: sticky;
  background-color: #fff;
  padding: 20px;
  background: #fff;
  border: 1px solid #F3F4F5;
  border-radius: 16px;
  float: right;
  /* 标题栏样式 */
  /* 内容区域样式 */
  /* 总计栏样式 */
  /* 下一步按钮样式 */
}
.right-container .container {
  width: 300px;
  /* 宽度可按需调整 */
  margin: 20px auto;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 15px;
}
.right-container .title-bar {
  display: flex;
  align-items: center;
  height: 40px;
  border-bottom: 1px solid #e0e0e0;
}
.right-container .title-bar-left {
  width: 4px;
  height: 100%;
  background-color: #1890ff;
  border-radius: 2px 0 0 2px;
}
.right-container .title-bar-right {
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
}
.right-container .content {
  margin-top: 15px;
}
.right-container .ticket {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.right-container .date {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.right-container .date span:first-child {
  color: #999;
}
.right-container .date span:last-child {
  margin-left: 10px;
}
.right-container .price {
  margin-bottom: 15px;
}
.right-container .price span:first-child {
  color: #999;
}
.right-container .price-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f5;
  padding: 5px 10px;
  border-radius: 4px;
}
.right-container .price-item span:first-child {
  margin-left: 15px;
}
.right-container .price-item span:nth-child(2) {
  color: #ff3a3a;
}
.right-container .price-item span:last-child {
  margin-right: 15px;
}
.right-container .total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
}
.right-container .total-bar {
  display: flex;
  align-items: center;
  height: 40px;
  border-top: 1px solid #e0e0e0;
  margin-top: 15px;
}
.right-container .total-bar-left {
  width: 4px;
  height: 100%;
  background-color: #1890ff;
  border-radius: 2px 0 0 2px;
}
.right-container .total-bar-right {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.right-container .total-bar-right span:first-child {
  font-size: 16px;
  font-weight: bold;
}
.right-container .total-bar-right span:last-child {
  margin-left: 10px;
  color: #ff3a3a;
  font-size: 18px;
  font-weight: bold;
}
.right-container .next-btn {
  display: block;
  width: 100%;
  height: 40px;
  background-color: #1890ff;
  color: #fff;
  border: none;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  cursor: pointer;
}
.right-container .next-btn:hover {
  background-color: #1367d0;
}
/* 表格整体样式 */
table {
  width: 100%;
  /* 自适应宽度 */
  border-collapse: collapse;
  /* 去除默认边框间隙 */
  text-align: left;
  /* 文字居中 */
}
/* 表头样式 */
thead th {
  background-color: #f2f2f2;
  /* 浅灰色背景 */
  padding: 10px;
  /* 内边距 */
  border: 1px solid #ddd;
  /* 边框 */
}
/* 表身行样式 */
tbody tr {
  border: 1px solid #ddd;
  /* 行边框 */
}
/* 表身单元格样式 */
tbody td,
tbody th {
  padding: 10px;
  /* 内边距 */
  border: 1px solid #ddd;
  /* 边框 */
}
tbody th {
  text-align: center;
  color: #212121;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
}
tbody th del {
  color: #888;
  font-weight: 400;
  font-size: 12px;
}
/* 操作列按钮样式 */
tbody td button,
tbody th button {
  padding: 5px 10px;
  /* 内边距 */
  background-color: #fff;
  /* 背景色 */
  border: 1px solid #ccc;
  /* 边框 */
  cursor: pointer;
  /* 鼠标悬停变手型 */
}
/* 数量显示样式 */
tbody td span,
tbody th span {
  margin: 0 10px;
  /* 左右外边距 */
}
.thead th {
  background-color: #f2f2f2;
  /* 浅灰色背景 */
  padding: 10px;
  /* 内边距 */
  border: 1px solid #ddd;
  /* 边框 */
  text-align: left;
}
.decrease,
.increase {
  padding: 4px 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.3s;
}
.quantity-input {
  width: 30px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 4px;
}
.buy_notice {
  font-size: 15px;
  font-weight: normal;
}
.center {
  text-align: center!important;
}
.left {
  text-align: left!important;
}
.right {
  text-align: right !important;
}
.buy_num_text {
  margin-top: 20px;
  color: #000;
  font-size: 15px;
  font-weight: 600;
}
.max_buy_text {
  font-size: 15px;
  margin-top: 20px;
}
.max_buy_text .max_buy_nums {
  color: red;
}
.guest-main {
  margin-top: 15px;
}
.guest-main .guest-detail {
  padding-left: 20px;
}
.guest-main .guest-detail .guest-title span {
  font-size: 13px;
  color: #000;
  background-color: #b3b3f1;
  padding: 5px 5px;
}
.guest-main .guest-detail .guest-info-item {
  padding-left: 10px;
  margin: 20px 10px;
}
.guest-main .guest-detail .guest-info-item .guest-info {
  margin: 0px 10px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.guest-main .guest-detail .guest-info-item .guest-info .select-btn {
  text-align: right;
  color: #3131ef;
}
.guest-main .guest-detail .guest-info-item .guest-info input {
  width: 80%;
  text-align: left;
  border-radius: 4px;
  padding: 20px 5px;
  padding-left: 50px;
  border: none;
  background-color: #f5f5f5;
  font-size: 15px;
}
.guest-main .guest-detail .guest-info-item .guest-info input:hover,
.guest-main .guest-detail .guest-info-item .guest-info input:focus {
  outline: none;
  border: none;
  /* 如果需要的话 */
}
.main_ticket .play_x_list {
  display: flex;
  position: relative;
}
.main_ticket .play_x_list div {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font-style: inherit;
  font-size: 100%;
}
.main_ticket .play_x_list ul {
  display: flex;
  display: -webkit-box;
  text-align: center;
  margin-top: 0.5rem;
  padding: 0.2rem 0;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
}
.main_ticket .play_x_list ul li {
  list-style: none outside none;
  width: 100px;
  border: 1px solid #e5e5e5;
  margin-left: 0.5rem;
  border-radius: 0.2rem;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  padding: 0.1rem 0.1rem;
  font-size: 12px;
  cursor: pointer;
}
.main_ticket .play_x_list ul li.active {
  border: 1px solid #2a99f1;
  background-color: #f8fcff;
}
.main_ticket .play_x_list .more_xlist {
  position: absolute;
  background-color: #fff;
  width: 100px;
  height: 71px;
  right: 0;
  top: 10px;
  z-index: 99;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}
@media only screen and (max-width: 320px) {
  .main_ticket .play_x_list .more_xlist {
    height: 71px;
  }
}
@media only screen and (min-width: 750px) {
  .main_ticket .play_x_list .more_xlist {
    height: 71px;
  }
}
.main_ticket .play_x_list .more_xlist .deal-cal__more {
  height: 100%;
  position: absolute;
  right: 0rem;
  top: 0rem;
  width: 100px;
  /*background: rgba(229,239,253,.5);*/
  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;
  box-shadow: 0 0 15px 0 #ddd;
  border-radius: 8px;
}
.main_ticket .play_x_list .more_xlist .deal-cal__more div {
  line-height: 15px;
  font-size: 13px;
  font-weight: 600;
  background-size: cover;
  font-size: 15px;
  font-weight: 700;
  color: #1c1e41;
  line-height: 20px;
}
.main_ticket .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));
}
.main_ticket .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;
}
/*@f18:18*@c;
 @f22:22*@c;
 @f20:20*@c;
 @f24:24*@c;
 @f30:30*@c;
 @f40:40*@c;*/
.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: 300px;
}
.cal-more-modal .ver-cal {
  height: 100%;
  background: #f5f5f9;
  position: relative;
}
.cal-more-modal .ver-cal .cal__close {
  position: absolute;
  right: 0.192rem;
  top: 0.584rem;
  width: 1.48rem;
  height: 2.28rem;
  display: inline-block;
}
.cal-more-modal .ver-cal .cal__close:after,
.cal-more-modal .ver-cal .cal__close:before {
  content: "";
  position: absolute;
  width: 70%;
  top: 28%;
  left: 0;
  height: 0.048rem;
  background: #202325;
}
.cal-more-modal .ver-cal .cal__close:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.cal-more-modal .ver-cal .cal__close:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.cal-more-modal .ver-cal .cal__header {
  line-height: 3.104rem;
  background: #fafafc;
  color: #333;
  font-size: 1.056rem;
  text-align: center;
}
.cal-more-modal .ver-cal .cal__month {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  height: 0.8rem;
  background: #fafafc;
  padding: 0 0.144rem;
}
.cal-more-modal .ver-cal .cal__month::-webkit-scrollbar {
  display: none;
}
.cal-more-modal .ver-cal .cal__month .horcal {
  height: 0.8rem;
  padding: 0;
  margin-right: 0;
}
.cal-more-modal .ver-cal .cal__month .horcal .cal-item {
  width: 1.392rem;
  height: 0.8rem;
}
.cal-more-modal .ver-cal .cal__month .horcal .cal-item.active:after {
  display: none;
}
.cal-more-modal .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;
}
.cal-more-modal .ver-cal .cal__week {
  background-color: #fafafc;
  border-bottom: 1px solid #eaeaea;
  line-height: 2.16rem;
  font-size: 0.968rem;
}
.cal-more-modal .ver-cal .cal__week span {
  display: inline-block;
  width: 14.285%;
  text-align: center;
  vertical-align: middle;
}
.cal-more-modal .ver-cal .cal__main {
  height: 70%;
  overflow-y: scroll;
  position: relative;
}
.cal-more-modal .ver-cal .cal__main.no-month {
  height: 82%;
}
.cal-more-modal .ver-cal .cal__main::-webkit-scrollbar {
  display: none;
}
.cal-more-modal .ver-cal .cal__main .main__month {
  background: #fff;
  margin-top: 0.16rem;
}
.cal-more-modal .ver-cal .cal__main .main__month:first-child {
  margin-top: 0;
}
.cal-more-modal .ver-cal .cal__main .main__month__title {
  line-height: 2.16rem;
  text-align: center;
  font-size: 0.96rem;
  border-bottom: 1px solid #eaeaea;
}
.cal-more-modal .ver-cal .cal__main .main__month__day {
  display: inline-block;
  width: 14.285%;
  line-height: 2.4rem;
  height: 2.8rem;
  text-align: center;
  border-bottom: 1px solid #dfe2e5;
  vertical-align: middle;
  font-size: 0.8rem;
  position: relative;
  float: left;
  background-color: white;
}
.cal-more-modal .ver-cal .cal__main .main__month__day.soldout {
  background-color: #f7f9fa;
  color: #bcbdbd;
}
.cal-more-modal .ver-cal .cal__main .main__month__day.no-price {
  background-color: #f7f9fa;
}
.cal-more-modal .ver-cal .cal__main .main__month__day.no-price > span {
  color: #bcbdbd;
}
.cal-more-modal .ver-cal .cal__main .main__month__day.active {
  background-color: #2a99f1;
}
.cal-more-modal .ver-cal .cal__main .main__month__day.active > span {
  color: #fff;
}
.cal-more-modal .ver-cal .cal__main .main__month__day .day__stock {
  position: absolute;
  left: 0.704rem;
  top: 0.064rem;
  height: 0.672rem;
  line-height: 0.672rem;
  font-size: 0.24rem;
  color: #ff6121;
}
.cal-more-modal .ver-cal .cal__main .main__month__day .day__voc {
  position: absolute;
  right: 0.064rem;
  top: 0.064rem;
  width: 0.52rem;
  height: 0.52rem;
  line-height: 0.464rem;
  font-size: 0.36rem;
  border-radius: 0.016rem;
  color: #ff6121;
  border: 1px solid;
}
.cal-more-modal .ver-cal .cal__main .main__month__day .day__price {
  color: #8f9192;
  font-size: 0.52rem;
  position: absolute;
  bottom: 0.072rem;
  height: 0.64rem;
  line-height: 0.176rem;
  width: 100%;
  text-align: center;
  left: 0;
}
