@charset "UTF-8";

html,
body,
#app {
  height: 100%;
  position: relative;
}

.van-dialog__header {
  padding-top: 35px !important;
  font-weight: 600 !important;
  font-size: 30px !important;
}

.van-dialog__message {
  line-height: 40px !important;
}

.van-dialog .van-button {
  font-size: 30px !important;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  background: #ffffff;
}

.loading img {
  object-fit: cover;
  display: block;
}

.flex-box,
.success-dialog,
.error-dialog,
.integral-dialog,
.cert-dialog,
.notice-dialog,
.survey-dialog,
.reserve-dialog {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.activity-details {
  width: 100%;
  min-height: 100%;
}

.banner-box {
  position: relative;
  width: 100%;
  height: 400px;
  z-index: 0;
}

/* .banner-box .images {
  width: 100%;
  height: 100%;
} */

.banner-box .activity-swiper {
  height: 100%;
}

.banner-box .activity-img {
  width: 100%;
  height: 100%;
}

.banner-box #aliplayer .prism-big-play-btn {
  width: 108px;
  height: 108px;
  background-image: url(https://oss.hn.hnwhyy.com/static/h5/img/play.png);
}

.banner-box #aliplayer .prism-big-play-btn .outter {
  border: none;
}

.banner-box .icon-pop {
  position: absolute;
  top: 22px;
  right: 26px;
  width: 68px;
  height: 68px;
  z-index: 1;
}

.banner-box .tag {
  position: absolute;
  bottom: 38px;
  left: 0;
  width: 100%;
  padding: 0 32px;
  box-sizing: border-box;

  z-index: 1;
}

.banner-box .tag .left {
  height: 40px;
  font-size: 0.74rem;
  color: #fff;
  padding: 3px 14px;
  line-height: 40px;
  background: linear-gradient(225deg, rgba(109, 165, 242, 0.9) 0%, rgba(36, 115, 223, 0.9) 100%);
  border-radius: 0.21rem;
  float: left;
}

.banner-box .tag .right {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: 400;
  font-size: 0.63rem;
  border-radius: 8px;
  display: inline-flex;    /* 行内 Flex 容器 */
  align-items: center;     /* 垂直居中 */
  justify-content: center; /* 水平居中 */
  height: 40px;
  padding: 3px 10px;
  box-sizing: border-box;
  float: right;
}
.activity_eye_img {
  width: 0.9rem;
  height: auto;
  margin-right: 0.26rem;
}
.content {
  position: relative;
  background: #f5f5f5;
  margin-top: -20px;
  z-index: 2;
  border-radius: 20px 20px 0 0;
}

.content .information {
  background-color: #ffffff;
  border-radius: 20px 20px 0 0;
  padding: 30px 32px 1px 32px;
  box-sizing: border-box;
}

.content .information .title {
  font-weight: bold;
  font-size: 0.95rem;
  color: #000000;
  line-height: 52px;
  font-family: SourceHanSerifCN, SourceHanSerifCN;
}

.content .information .vote {
  display: flex;
  margin: 20px 0 10px 0;
}

.content .information .vote .tag {
  height: 48px;
  line-height: 48px;
  padding: 0 22px;
  border-radius: 24px;
  font-size: 28px;
  color: #ffffff;
}

.content .information .vote .num {
  background: linear-gradient(225deg, #6da5f2 0%, #2473df 100%);
  border-radius: 0.21rem;
}

.content .information .vote .not {
  background-color: #d1d1d1;
}

.content .information .offline {
  font-size: 28px;
  margin: 20px 0 10px 0;
  color: #666666;
  font-weight: 600;
}

.content .information .item {
  width: 100%;
  min-height: 60px;
  line-height: 60px;
  font-size: 28px;
  border-bottom: 1px solid rgba(99, 82, 52, 0.3);
  display: flex;
  align-items: center;
  margin: 0.18rem 0;
}

.content .information .item:last-child {
  border: none;
  margin: 0;
}

.content .information .item .name {
  color: #9b9b9b;
  margin: 0 6px;
  font-weight: 400;
  font-size: 0.74rem;
}

.content .information .item .text,
a {
  color: #000000;
}

.content .information .item .address {
  overflow: hidden;
  line-height: 40px;
  flex: 1;
  padding-right: 144px;
  /* margin: 0.18rem 0; */
  margin: 0 0;
  display: flex;
  align-items: center;
  min-height: 92px;
}

.content .information .item .gd {
  height: 92px;
  position: absolute;
  right: 0;
}

.content .seckill {
  padding: 24px 32px 10px 24px;
  background-color: #ffffff;
}

.content .seckill .item {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.content .seckill .item .bg {
  width: 100%;
  height: 96px;
}

.content .seckill .item .herald {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 230px;
  text-align: center;
  color: #e12627;
}
.content .seckill .item .herald1 {
  color: #6f6f6f;
}
.content .seckill .item .herald2 {
  color: #e12627;
}
.content .seckill .item .herald3 {
  color: #dd5100;
}

.content .seckill .item .herald .title {
  font-weight: bold;
  font-size: 32px;
}

.content .seckill .item .herald .time {
  font-weight: 500;
  font-size: 28px;
  margin-top: 4px;
}

.content .seckill .item .vote {
  position: absolute;
  top: 15px;
  right: 125px;
  width: 310px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
}

.content .seckill .item .vote .num {
  margin-top: 6px;
}

.content .seckill .more {
  font-size: 28px;
  color: #959595;
  text-align: center;
  margin-top: 12px;
}

.details {
  /* background-color: #ffffff; */
}

.details .label-box {
  height: 2.63rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  /* margin: 0.63rem 0.53rem; */
  border-radius: 40px;
  color: #fff;
  background: #ffffff;
  box-shadow: 0rem 0.05rem 0.21rem 0rem rgba(181, 181, 181, 0.5);
  border-radius: 1.32rem;
}

.details .label-box .label-name {
  font-weight: 500;
  font-size: 0.79rem;
  color: #2d2d2d;
}

.details .label-box .tabActivit {
  position: relative;
  font-weight: 600;
  font-size: 0.79rem;
  color: #003985;
}

.details .label-box .tabActivit::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 64px;
  height: 6px;
  background-color: #6da5f2;
  border-radius: 6px;
}

.details .contents {
}

.details .contents .title {
  font-weight: 600;
  font-size: 36px;
  color: #000000;
  margin-bottom: 20px;
}

.details .contents .notice {
  padding: 32px;
  box-sizing: border-box;
  background-color: #ffffff;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.16rem;
}

.details .contents .instructions .notice {
  padding: 0;
}

.details .contents .activity {
  padding: 32px;
  box-sizing: border-box;
  background-color: #ffffff;
  margin-bottom: 0.63rem;
}

.details .contents .unit {
  padding: 32px;
  box-sizing: border-box;
  background-color: #ffffff;
  margin-bottom: 0.63rem;
}
.instructions {
  padding: 32px;
  box-sizing: border-box;
  background-color: #ffffff;
  margin-bottom: 0.63rem;
}
.details .contents .org-items {
  font-size: 28px;
  color: #000000;
  display: flex;
  min-width: 310px;
  margin-bottom: 14px;
}
.details .contents .org-items .name {
  min-width: 150px;
}

.contents #rich-text {
  color: #666666;
  font-size: 28px;
  font-weight: 400;
}

.contents #rich-text p {
  font-size: 28px !important;
  line-height: 48px !important;
  color: #666666 !important;
  font-family: Microsoft YaHei !important;
}

.contents #rich-text p span {
  font-size: 28px !important;
  line-height: 48px !important;
  font-family: Microsoft YaHei !important;
}

.contents #rich-text img {
  max-width: 100% !important;
  height: auto;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}

.contents #rich-text a {
  text-decoration: underline !important;
  color: #666666;
}

.footer {
  width: 100%;
  min-height: 168px;
  background-color: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 28px 52px 50px 52px;
  box-sizing: border-box;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.footer .cert {
  font-size: 26px;
  color: #e9503a;
  margin-bottom: 10px;
  text-align: right;
}

.footer .operate {
  display: flex;
  justify-content: space-between;
}

.footer .operate .left {
  display: flex;
  flex: 1;
}

.footer .operate .left .item {
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 60px;
  font-size: 24px;
  color: #000000;
}

.footer .operate .left .item img {
  margin-bottom: 4px;
}

.footer .operate .right {
  flex: 1;
}

.footer .operate .right .btn {
  /* width: 322px; */
  width: 420px;
  height: 92px;
  border-radius: 52px;
  text-align: center;
  line-height: 92px;
  color: #ffffff;
  font-size: 34px;
}

.footer .operate .right .reserve {
  background: #6DA5F2;
}
.footer .operate .right .gray {
  background-color: #d8d8d8;
}

.praise-dialog {
  background-color: rgba(34, 34, 34, 0.8) !important;
  border-radius: 20px;
  padding: 33px 14px;
  box-sizing: border-box;
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  line-height: 48px;
}

.praise-dialog .number {
  color: #fbd148;
}

.notice-popup .common-title {
  font-size: 38px;
  font-weight: 500;
  color: #333333;
  line-height: 53px;
  margin-bottom: 16px;
}
.instructions .common-title {
  font-weight: 600;
  margin-top: 15px;
  font-size: 0.78rem;
}
.notice-popup .notice {
  padding: 34px 30px 71px 30px;
  box-sizing: border-box;
  color: #666666;
  font-size: 28px;
  font-weight: 400;
  color: #666666;
}

.notice-popup .notice .notice-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 44px;
}

.notice-popup .notice .notice-header .down {
  width: 40px;
  height: 20px;
  display: block;
  object-fit: cover;
  margin-bottom: 31px;
}

.notice-popup .notice .notice-header .notice-title {
  font-size: 38px;
  font-weight: 600;
  color: #333333;
  line-height: 53px;
}

.notice-popup .notice span {
  color: #de524f;
}

.notice-popup .notice .seckill-foreshow {
  margin-bottom: 35px;
}

.notice-popup .notice .limit {
  margin-bottom: 43px;
}

.notice-popup .notice .integral {
  margin-bottom: 45px;
}

.notice-popup .notice .certificate {
  margin-bottom: 60px;
}

.notice-popup .notice .date {
  margin-bottom: 69px;
}

.notice-popup .notice .entrance {
  margin-bottom: 29px;
}

.notice-popup .notice .seckill-foreshow .item {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.notice-popup .notice .seckill-foreshow .item .bg {
  width: 100%;
  height: 96px;
}

.notice-popup .notice .seckill-foreshow .item .herald {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 230px;
  text-align: center;
  color: #e12627;
}
.notice-popup .notice .seckill-foreshow .item .herald1 {
  color: #6f6f6f;
}
.notice-popup .notice .seckill-foreshow .item .herald2 {
  color: #e12627;
}
.notice-popup .notice .seckill-foreshow .item .herald3 {
  color: #dd5100;
}

.notice-popup .notice .seckill-foreshow .item .herald .title {
  font-weight: bold;
  font-size: 32px;
}

.notice-popup .notice .seckill-foreshow .item .herald .time {
  font-weight: 500;
  font-size: 28px;
  margin-top: 4px;
}

.notice-popup .notice .seckill-foreshow .item .vote {
  position: absolute;
  top: 15px;
  right: 125px;
  width: 310px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
}
.notice-popup .notice .seckill-foreshow .item .vote .date-time span {
  color: #ffffff;
}

.notice-popup .notice .seckill-foreshow .item .vote .num {
  margin-top: 6px;
}
.notice-popup .notice .seckill-foreshow .item .vote .num .residue {
  color: #ffffff;
}

.comment-dialog {
  border-radius: 20px 20px 0px 0px;
  box-sizing: border-box;
  position: fixed;
  background-color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 20000;
}

.comment-dialog .comment-header {
  padding: 34px 30px 49px 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.comment-dialog .comment-header .down {
  width: 40px;
  height: 20px;
  display: block;
  object-fit: cover;
  margin-bottom: 31px;
}

.comment-dialog .comment-header .comment-num {
  font-size: 38px;
  font-weight: 600;
  color: #333333;
  line-height: 53px;
}

.comment-dialog .comment-list {
  max-height: calc(100% - 187px - 109px);
  overflow: auto;
  padding: 0 30px;
  box-sizing: border-box;
}

.comment-dialog .comment-list .list-items {
  margin-bottom: 23px;
  display: flex;
}

.comment-dialog .comment-list .list-items .user-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.comment-dialog .comment-list .list-items .user-avatar .img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.comment-dialog .comment-list .list-items .other-data {
  width: calc(100% - 60px);
  padding-left: 20px;
  box-sizing: border-box;
}

.comment-dialog .comment-list .list-items .other-data .user-info {
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  margin-bottom: 4px;
}

.comment-dialog .comment-list .list-items .other-data .user-info .time {
  margin-left: 10px;
  font-size: 22px;
}

.comment-dialog .comment-list .list-items .other-data .remark {
  display: inline-block;
  padding: 5px 18px;
  background-color: #f4f3f3;
  border-radius: 20px;
  font-size: 30px;
  font-weight: 400;
  color: #262626;
  line-height: 36px;
  letter-spacing: 1px;
}

.comment-dialog .comment-list .list-items .other-data .comment-img {
  display: flex;
}

.comment-dialog .comment-list .list-items .other-data .comment-img img {
  margin-top: 16px;
  object-fit: cover;
  width: 170px;
  height: 170px;
  margin-right: 16px;
  display: block;
}

.comment-dialog .no-content {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  font-weight: 600;
  color: #999999;
  line-height: 62px;
  letter-spacing: 2px;
}

.input-con {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 300000;
  padding: 15px 35px;
  box-sizing: border-box;
  background-color: #f4f3f3;
  border: 1px solid #c6c6ca;
  display: flex;
  align-items: center;
}

.input-con .submit-txt {
  width: 80px;
  text-align: center;
  font-size: 32px;
  color: #333;
  margin-left: 20px;
}

.input-con .input-info {
  width: calc(100% - 80px - 20px);
  overflow: hidden;
  padding-left: 28px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 20px;
  height: 77px;
  display: flex;
  align-items: center;
}

.input-con .input-info .input-icon {
  width: 27px;
  height: 32px;
  display: block;
  object-fit: cover;
}

.input-con .input-info .input {
  border: none;
  outline: none;
  height: 100%;
  color: #333;
  font-size: 28px;
  padding: 0 23px;
  letter-spacing: 1px;
  box-sizing: border-box;
  width: calc(100% - 27px);
}

.input-con .input-info .input::placeholder {
  font-size: 28px;
  font-weight: 400;
  color: #999999;
  letter-spacing: 1px;
}

.notice-dialog {
  position: relative;
  overflow-y: inherit;
  font-size: 28px;
  width: 570px;
  padding: 58px 30px;
  box-sizing: border-box;
  z-index: 100;
}

.van-popup {
  overflow: inherit !important;
}

.notice-dialog .icon {
  /* margin-bottom: 10px; */
  position: absolute;
  top: -30px;
  width: 160px;
  height: 160px;
  display: block;
  object-fit: cover;
}

.notice-dialog .title {
  font-size: 38px;
  font-weight: 500;
  color: #333333;
  line-height: 27px;
  letter-spacing: 1px;
  margin-bottom: 28px;
  margin-top: 100px;
}

.notice-dialog .intro {
  max-height: 500px;
  overflow: auto;
}

.notice-dialog .intro::-webkit-scrollbar {
  display: none;
}

.notice-dialog .btn {
  width: 100%;
  margin-top: 28px;
}

.notice-dialog .btn div {
  height: 76px;
  /* background: linear-gradient(90deg, #fb7900 0%, #ffa92a 100%); */
  background: #6DA5F2;
  border-radius: 12px;
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
  line-height: 74px;
  text-align: center;
}

.notice-dialog .delay-time {
  margin-top: 28px;
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 500;
  color: #5f90ff;
  line-height: 48px;
}

.notice-dialog .delay-time .time-txt {
  color: #999999;
}

.integral-dialog .credit {
  color: #e9503a;
}

.integral-dialog .btn-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  text-align: center;
}

.integral-dialog,
.cert-dialog {
  overflow-y: inherit;
  width: 570px;
  padding: 40px 30px;
  box-sizing: border-box;
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  line-height: 48px;
}

.integral-dialog .icon,
.cert-dialog .icon {
  margin-bottom: 25px;
  margin-top: -70px;
  width: 160px;
  height: 160px;
  display: block;
  object-fit: cover;
}

.integral-dialog .title,
.cert-dialog .title {
  font-size: 38px;
  font-weight: 500;
  color: #333333;
  line-height: 27px;
  letter-spacing: 3px;
  margin-bottom: 46px;
}

.integral-dialog .intro,
.cert-dialog .intro {
  height: 178px;
  margin-bottom: 40px;
}

.integral-dialog .btn,
.cert-dialog .btn {
  width: 100%;
  /* padding: 0 18px; */
  box-sizing: border-box;
}

.integral-dialog .btn div,
.cert-dialog .btn div {
  height: 76px;
  background: linear-gradient(90deg, #fb7900 0%, #ffa92a 100%);
  border-radius: 12px;
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
  line-height: 76px;
  text-align: center;
}

.integral-dialog .close,
.cert-dialog .close {
  position: absolute;
  bottom: -122px;
}

.integral-dialog .apply-btn {
  background: #647eff;
  color: #fff;
  border-radius: 20px;
}

.integral-dialog .apply-btn {
  padding: 10px 10px;
  background: #647eff;
  color: #fff;
  border-radius: 20px;
  width: 180px;
}

.integral-dialog .confirm-btn {
  padding: 10px 10px;
  background: #647eff;
  color: #fff;
  border-radius: 20px;
  width: 180px;
}

.survey-dialog,
.reserve-dialog {
  text-align: center;
  overflow-y: inherit;
  width: 570px;
  padding: 56px 58px 58px 58px;
  box-sizing: border-box;
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  line-height: 48px;
}

.survey-dialog .survey-title {
  font-size: 38px;
  font-weight: 600;
  color: #333;
  line-height: 53px;
  letter-spacing: 3px;
  margin-bottom: 38px;
}

.survey-dialog .survey-intro {
  font-size: 30px;
  font-weight: 500;
  color: #333;
  line-height: 53px;
  margin-bottom: 16px;
}

.survey-dialog .survey-btn-box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  width: 100%;
}

.survey-dialog .survey-btn {
  padding: 10px 10px;
  background: #647eff;
  color: #fff;
  border-radius: 20px;
  width: 180px;
}

.date-dialog {
  padding-bottom: 24px;
  box-sizing: border-box;
  overflow: initial;
}

.date-dialog .calender-con {
  max-height: calc(100% - 114px - 90px);
  overflow: scroll;
  margin-top: 114px;
}

.date-dialog .van-popup__close-icon {
  height: 80px;
  width: 100%;
  top: 34px;
  box-sizing: border-box;
}

.date-dialog .van-popup__close-icon.van-popup__close-icon--top-right {
  right: 0;
}

.date-dialog .van-popup__close-icon .van-icon__image {
  width: 40px;
  height: 20px;
  margin: 0 auto;
  display: block;
  object-fit: cover;
}

.date-dialog .calender {
  margin-bottom: 70px;
}

.date-dialog .calender .van-calendar__body {
  overflow: initial;
}

.date-dialog .calender .title {
  padding-left: 36px;
  box-sizing: border-box;
  font-size: 34px;
  font-weight: 500;
  color: #262626;
  line-height: 83px;
  margin-bottom: 8px;
}

.date-dialog .calender .van-calendar__header {
  box-shadow: initial;
  padding: 0 14px;
  margin-bottom: 59px;
  box-sizing: border-box;
}

.date-dialog .calender .van-calendar__day {
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  height: 92px;
}

.date-dialog .calender .van-calendar__day.van-calendar__day--disabled {
  color: #ccc;
}

.date-dialog
  .calender
  .van-calendar__day.activity-seckill
  .van-calendar__top-info {
  color: #eb5a46;
}

.date-dialog .calender .van-calendar__day.activity-end .van-calendar__top-info {
  color: #999999;
}

.date-dialog
  .calender
  .van-calendar__day.activity-starting.van-calendar__day--disabled {
  color: #647eff;
}

.date-dialog
  .calender
  .van-calendar__day.activity-starting
  .van-calendar__top-info {
  color: #647eff;
}

.date-dialog .calender .van-calendar__day .van-calendar__selected-day {
  width: 68px;
  height: 68px;
  background: #647eff;
  border-radius: 50%;
}

.date-dialog
  .calender
  .van-calendar__day
  .van-calendar__selected-day
  .van-calendar__top-info {
  top: -16px;
}

.date-dialog .calender .van-calendar__weekday {
  line-height: 60px;
  background: #f6f6f6;
  border-radius: 4px;
  font-size: 26px;
  font-weight: 400;
  color: #666666;
}

.date-dialog .calender .van-calendar__month-title {
  display: none;
}

.date-dialog .calender .van-calendar__top-info {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.date-dialog .calender .month-list {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  line-height: 42px;
  margin-bottom: 27px;
  padding: 0 14px 0 60px;
  box-sizing: border-box;
}

.date-dialog .calender .month-list .items {
  margin-right: 50px;
}

.date-dialog .calender .month-list .items.current-date {
  color: #7384e1;
}

.date-dialog .calender .van-calendar__top-info {
  font-size: 22px;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
}

.date-dialog .session {
  margin-bottom: 122px;
  padding: 0 38px;
  box-sizing: border-box;
}

.date-dialog .session .title {
  font-size: 34px;
  font-weight: 500;
  color: #262626;
  line-height: 48px;
  margin-bottom: 32px;
}

.date-dialog .session .list .items {
  line-height: 40px;
  width: 380px;
  margin-bottom: 24px;
  height: 80px;
  display: flex;
  align-items: center;
  background: #f6f6f6;
  border-radius: 40px;
  font-size: 28px;
  font-weight: 400;
  color: #333333;
  display: flex;
  justify-content: center;
}

.date-dialog .session .list .items .event-time {
  margin-right: 8px;
}

.date-dialog .session .list .items.current-session {
  background: #647eff;
  color: #ffffff;
}

.date-dialog .session .list .items.is-end {
  color: #cccccc;
}

.date-dialog .session .list .items.is-seckill {
  color: #de524f;
}

.date-dialog .date-footer {
  position: absolute;
  width: 100%;
  bottom: 24px;
  left: 0;
  padding: 0 27px 0 36px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.date-dialog .date-footer .title {
  font-size: 28px;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
  display: flex;
  align-items: flex-end;
}

.date-dialog .date-footer .title .available-count {
  color: #de524f;
}

.date-dialog .date-footer .confirm {
  border: none;
  outline: none;
  width: 360px;
  height: 90px;
  border-radius: 45px;
  font-size: 34px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: 90px;
  background-color: #dddddd;
}

.date-dialog .date-footer .confirm.is-confirm {
  background: #647eff;
}

.commom_title {
  font-weight: 600;
  font-size: 0.95rem;
  color: #000000;
  background: #fff;
  padding: 0.74rem 0 0 1.05rem;
}
/* 修改瀑布流 */
.waterfall-list {
  padding: 0 2px;
  /* margin-top: 31px; */
  display: flex;
  justify-content: space-between;
  padding: 32px;
  background: #fff;
}

.waterfall-list .waterfall-column {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.waterfall-list .box {
  background-color: #ffffff;
  position: relative;
  border-radius: 15px;
}
.li_head {
  position: relative;
  height: 6.26rem;
  border-radius: 16px;
  border-radius: 16px 16px 0px 0px;
  overflow: hidden;
}
.list_li:nth-child(2) {
  height: 800px !important;
}
.venun_label {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.54);
  color: #fff;
  font-weight: 400;
  font-size: 22px;
  bottom: 16px;
  right: 16px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 3px 6px;
  box-sizing: border-box;
}
.label_left {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.54);
  color: #fff;
  font-weight: 400;
  font-size: 22px;
  bottom: 16px;
  left: 16px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 3px 6px;
  box-sizing: border-box;
}
/* 标签  订 惠 积 */
.label_img {
  position: absolute;
  top: 0;
  left: 16px;
  color: #fff;
  width: 1.46rem;
  height: 1.51rem;
}
.label_vote {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.54);
  color: #ffdb4b;
  font-weight: 400;
  font-size: 22px;
  top: 0.51rem;
  right: 0;
  border-radius: 20px 0px 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 3px 10px;
  padding-left: 15px;
  box-sizing: border-box;
}

.li_head_bg {
  width: 100%;
  height: 6.26rem;
}
.li_footer {
  padding: 0.48rem 0.36rem;
  background: #fff;
  border-radius: 16px;
  /* box-shadow: 0px 0px 4px 0px rgba(207, 207, 207, 0.5); */
  box-shadow: 0rem 0.05rem 0.21rem 0rem rgba(223, 223, 223, 0.5);
}
.footer_title {
  /* height: 40px; */
  font-weight: normal;
  font-size: 0.72rem;
  color: #0c0c0c;
  line-height: 1.08rem;
  margin-bottom: 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.footer_p {
  height: 34px;
  font-weight: 400;
  font-weight: normal;
  font-size: 0.62rem;
  color: #999;
  margin-bottom: 0.2rem;
}
.footer_free {
  font-weight: normal;
  font-size: 0.72rem;
  color: #ea503a;
  text-align: right;
}
.footer_address {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer_address img {
  width: 22px;
  height: 28px;
  margin-right: 8px;
  vertical-align: sub;

}
/* 价格 */
.footer_book_div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.book_price {
  font-weight: normal;
  font-size: 0.97rem;
  color: #ec2c07;
}
.book_price_text {
  font-weight: normal;
  font-size: 0.62rem;
  color: #999;
}
.footer_book_btn {
  font-weight: normal;
  font-size: 0.67rem;
  color: #fff !important;
  text-shadow: 0px 0px 0px #255ad4;
  padding: 6px 13px;
  border-radius: 22px;
  background: #6DA5F2;
}
.order_state {
  font-size: 0.72rem;
  color: #999;
}
