html{
  font-size: 2.66667vw;
}
.destroyerTime {
  min-height: 100vh;
  font-size: 1.4rem;
  background: #EDEDED;
  text-align: left;
}
.destroyerTime .flexBox{
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 100vw;
  z-index: 10;
}
.destroyerTime .flexBox p.readyGo{
  width:100%;
  height:4rem;
  color:#F0F3FA;
  background: #2972C7;
  font-weight: 600;
  text-align: center;
  margin:0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
  /* left: 0; */
}
.destroyerTime p.readyGo img{
  width:1.6rem;
  height: auto;
  margin-right: 0.6rem;
}
.destroyerTime .pd-top-54{
  padding-top: 5.4rem;
}
.destroyerTime .text-center {
  text-align: center;
}
.destroyerTime .flexBox .page-tab {
  height: 5.4rem;
  background-color: #EDEDED;
  display: flex;
  flex-direction: row;
  /**position: relative;*/
}

.destroyerTime .page-tab .scroll-view {
  overflow: hidden;
  overflow-x: scroll;
  padding: 0.6rem;
  padding-left: 1rem;
  flex: 1 0 30.2rem;
}
.destroyerTime .page-tab .scroll-view::-webkit-scrollbar {
  height: 0;
  width: 0;
  display: none;
}
.destroyerTime .vertical-line {
  height: 3rem;
  border-right: 1px solid #DDDDDD;
  background-color: #EDEDED;
  right: 7.2rem;
  position: absolute;
  top: 1.2rem;
}
.destroyerTime .vertical-line::before {
  content: '';
  width: 5rem;
  height: 4.4rem;
  background: linear-gradient(270deg, #EDEDED 35.21%, #ededed00 100%);
  position: absolute;
  top: -0.6rem;
  left: -5rem;
  pointer-events: none;
}

.destroyerTime .scroll-view-list {
  display: flex;
}

.destroyerTime .scroll-view-item {
  flex: 1 0 6.6rem;
  width: 6.6rem;
  /**height: 4.2rem;*/
  padding: 0.3rem 0;
  color: #333;
  border-radius: 0.6rem;
  margin-right: 1rem;
}

.destroyerTime .scroll-view-item-top {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1px;
}

.destroyerTime .scroll-view-item-bottom {
  font-size: 1.2rem;
  font-weight: 600;
}

.destroyerTime .scroll-view-item.active {
  background-color: #2972C7;
  color: #fff;
}
.destroyerTime .scroll-view-item.disabled {
  color: #BBBBBB;
}
.destroyerTime .page-tab .select-date {
  flex: 1 0 7.6rem;
  padding-top: 0.7rem;
}
.destroyerTime .select-date-img img {
  width: 1.8rem;
  height: auto;
}
.destroyerTime .primary-btn {
  background-color: #2972C7;
  color: #fff;
  width: 6.9rem;
  line-height: 4.6rem;
  border-radius: 0.8rem;
  text-align: center;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 600;
}
.destroyerTime .primary-btn.disabled{
  background-color: #94B9E3;
}
.destroyerTime .primary-btn:active {
  background-color: #3380d7;
}

.destroyerTime .disabled-btn {
  background-color: #94B9E3;
  color: #fff;
  width: 6.9rem;
  line-height: 3rem;
  border-radius: 0.6rem;
  text-align: center;
  cursor: pointer;
  font-size: 1.4rem;
  pointer-events: none;
}

.none {
  display: none;
}

.destroyerTime .hidden {
  visibility: hidden;
}
/* 选择参观时段 */
.destroyerTime .page-content .page-card{
  background-color: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
  margin: 1rem;
  padding: 1.7rem 1.5rem;
}
.destroyerTime .page-content .page-card .title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2rem;
  margin-bottom: 1.7rem;
}
.destroyerTime .page-content .page-card .title.mb0{
  margin-bottom: 0;
}
.destroyerTime .page-content .page-card .unopened {
  margin: 0 0 1.5rem;
  background: #FDF0DE;
  color: #FB9600;
  line-height: 3.2rem;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 0.6rem;
}
.studyTime .page-content .page-card .ticketList{
  padding-top: 1.4rem;
  padding-bottom: 0.5rem;
}
.destroyerTime.studyTime .page-content .page-card .unopened{
  background: linear-gradient(103.32deg, #FFE6D6 32.06%, #FFF2E1 98.7%);
  color: #E56110;
  margin-top: 1rem;
}
.destroyerTime .page-content .page-card .time-list, .destroyer-mask .time-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  /* gap: 1.5rem; */
}
.destroyerTime .page-content .page-card .time-list{
  margin-bottom: -1.2rem;
}
.destroyer-mask .time-list {
  padding: 0 1.5rem 0.8rem;
  border-bottom: 1px solid #eee;
}
.destroyerTime .page-content .page-card .time-list .time-item,
.destroyer-mask .time-list .time-item,
.destroyerTime .page-content .page-card .ticketList .ticketItem{
  width: calc((100% - 1.6rem) / 3);
  height: 5rem;
  border: 0.05rem solid #e5e5e5;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.8rem 0;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 1rem;
  margin-right: 0.9rem;
  border-radius: 0.6rem;
}
.destroyerTime .page-content .page-card .time-list .time-item:nth-child(3n), .destroyer-mask .time-list .time-item:nth-child(3n) {
  margin-right: 0;
}
.destroyerTime .page-content .page-card .time-list .time-item.active,
.destroyer-mask .time-list .time-item.active,
.destroyerTime .page-content .page-card .ticketList .ticketItem.active{
  border: 0.2rem solid #2972C7;
  background: #F7F9FC;
  position: relative;
}
.destroyerTime .page-content .page-card .time-list .time-item.disabled, .destroyer-mask .time-list .time-item.disabled{
  background: #F5F5F5;
}
.destroyerTime .page-content .page-card .time-list .time-item p, .destroyer-mask .time-list .time-item p{
  font-weight:500;
  margin-bottom:0.6rem;
}
.destroyerTime .page-content .page-card .time-list .time-item>span, .destroyer-mask .time-list .time-item>span{
  padding: 0 0.4rem;
  height: 1.8rem;
  line-height: 1.8rem;
  font-size: 1.2rem;
  background: #53B681;
  color: #fff;
  border-radius: 0.3rem;
  font-weight: 600;
}
.destroyerTime .page-content .page-card .time-list .time-item.disabled>span, .destroyer-mask .time-list .time-item.disabled>span{
  background: #BBBBBB;
}
.destroyerTime .page-footer{
  position: fixed;
  bottom: 0;
  width: 100vw;
  height: 7.6rem;
  padding: 1.5rem;
  background: #fff;
}
.destroyerTime .page-footer .primary-btn{
  width: 100%;
}
/*
空状态
*/
.destroyerTime .nothing{
  text-align: center;
  padding-top: 6.8rem;
}
.destroyerTime .nothing img{
  width:16.2rem;
  height: auto;
}
.destroyerTime .nothing p{
  margin-top: 2rem;
  margin-bottom: 4rem;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #555;
}
.destroyerTime .nothing .primary-btn{
  width: 20.5rem;
  line-height: 3.8rem;
  border-radius: 2rem;
  font-size: 1.4rem;
  margin: 0 auto;
}
/* 研学 */
.destroyerTime .goodsBox {
  margin: 0 1rem;
  margin-bottom: 0.8rem;
  background: #fff;
  border-radius: 0.8rem;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.studyTime .goodsBox{
  margin-top: -3rem;
  position: relative;
  z-index: 2;
}
.destroyerTime .goodsBox img.iconRight{
  width: 2.4rem;
  height: 2.4rem;
}
.destroyerTime .goodsBox .set-out img {
  width: 1.2rem;
  height: 1.2rem;
}
.destroyerTime .goodsBox .route-info-title{
  color:#333;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.destroyerTime.studyTime .goodsBox .route-info-title{
  font-size: 1.6rem;
}
.destroyerTime .goodsBox .route-info-right{
  flex: 1;
}
.destroyerTime .goodsBox .position{
  margin-bottom: 0.4rem;
}
.destroyerTime.studyTime .flexBox {
  position: relative;
  width: 35.5rem;
  left: -1.5rem;
  padding: 1.5rem;
  border-bottom: 0.05rem solid #E5E5E5;
  margin-top: -1.5rem;
  margin-bottom: 0.8rem;
}
.destroyerTime.studyTime .flexBox .page-tab{
  background-color: #fff;
  height: 4.2rem;
}
.destroyerTime.studyTime .page-tab .scroll-view{
  padding: 0;
  padding-left: 0;
  flex: none;
  width: 26.9rem;
}
.destroyerTime.studyTime .scroll-view-item {
  position: relative;
  margin-right: 0.5rem;
  height: 4.2rem;
  box-sizing: border-box;
  border: 0.2rem solid #fff;
}
.destroyerTime.studyTime .scroll-view-item.active{
  background-color: #F0F3FA;
  border: 0.2rem solid #2972C7;
  color: #333;
}
.destroyerTime.studyTime .vertical-line::before {
  background: linear-gradient(270deg, #fff 35.21%, #ededed00 100%);
  top: -0.8rem;
  left: -5rem;
  width: 5rem;
}
.destroyerTime.studyTime .vertical-line{
  right: 10rem;
  top: 2.2rem;
  border-right: 0.5px solid #DDDDDD;
}
.destroyerTime.studyTime .page-tab .select-date{
  padding-top: 0.1rem;
  width: 6rem;
  flex: none;
}
.destroyerTime.studyTime .page-tab .select-date::before{
  display: none;
}
.destroyerTime.studyTime .page-content .page-card .time-list .time-item {
  position: relative;
  width: calc((100% - 2rem) / 3);
  margin-top: 1rem;
  margin-bottom: 0;
}
.destroyerTime.studyTime .page-content .page-card .time-list .time-item span.position{
  padding: 0.3rem 0.4rem 0 0.4rem;
  height: 1.7rem;
  border-radius: 0.6rem 0 0.6rem 0;
  background: #FB9600;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2rem;
  position: absolute;
  left: -0.1rem;
  top: -0.05rem;
  box-sizing: border-box;
}
.destroyerTime.studyTime .page-content .page-card .time-list .time-item.active span.position{
  padding: 0.2rem 0.4rem 0.2rem 0.25rem;
  left: 0;
  border-radius: 0.4rem 0 0.6rem 0;
  top: 0;
  height: 1.6rem;
}
.destroyerTime.studyTime .page-content .page-card .time-list .time-item span.position.green{
  background: #53B681;
}
.destroyerTime.studyTime .page-content .page-card .time-list .time-item span.position.blue{
  background: #2972C7;
}
.destroyerTime.studyTime .page-content .page-card .time-list .time-item.disabled span.position{
  background: #BBBBBB;
}
.destroyerTime.studyTime .page-content .page-card .time-list {
  margin-bottom: 0;
  display: flex;
}
.destroyerTime.studyTime .page-content .page-card .unopened {
  margin-bottom: 0;
  margin-top: 1.4rem;
  text-align: left;
  line-height: 1.8rem;
  padding: 1.2rem;
}
.destroyerTime .page-content .page-card .ticketList .ticketItem{
  width: 100%;
  padding: 1.6rem 1.5rem;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
  align-items: self-start;
}
.ellipsis{
  /* 隐藏超出容器的部分 */
  overflow: hidden;
  /* 防止文本换行 */
  white-space: nowrap;
  /* 使用省略号表示被隐藏的文本 */
  text-overflow: ellipsis;
}
.destroyerTime .page-content .page-card .ticketList .ticketItem .ticketTitle{
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #333;
  font-weight: 600;
  line-height: 2rem;
}
.destroyerTime .page-content .page-card .ticketList .ticketItem .ticketTitle span.desc-color{
  font-size: 1.2rem;
  color: #999;
  margin-left: 0.8rem;
  font-weight: 400;
  display: inline-block;
}
.destroyerTime .page-content .page-card .ticketList .ticketItem .ticketTitle span.desc-color .iconRight{
  width: 1.6rem;
  height:1.6rem;
  margin-top: 0.2rem;
}
.destroyerTime .page-card .ticketList .ticketItem p{
  margin: 0;
}
.destroyerTime .page-card .ticketList .ticketItem .price {
  font-size: 1.2rem;
  font-weight: 700;
  color: #FB9600;
}
.destroyerTime .page-card .ticketList .ticketItem .price span{
  font-size: 1.8rem;
  margin-left: -0.2rem;
}
.destroyerTime .page-content .page-card .ticketList .ticketItem p.desc {
  color: #999;
  line-height: 1.8rem;
  font-size: 1.2rem;
  margin-top: 0.5rem;
  width: 100%;
}
.destroyerTime.studyTime .page-content.pb76{
  padding-bottom: 7.6rem;
}
.studyTime .ticket-suggest{
  border-top: 0.05rem solid #e5e5e5;
  width: 100vw;
  margin-left: -1.5rem;
  padding: 1.5rem;
  flex-direction: column;
  padding-bottom: 0rem;
  margin-top: 0.5rem;
}
.studyTime .ticket-suggest-title{
  font-size: 1.6rem;
  line-height: 2.2rem;
  padding-right: 1.2rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.studyTime .ticket-suggest-title .desc-color{
  font-size:1.2rem;
  font-style: normal;
  font-weight: 400;
}
.studyTime .ticket-suggest-item{
  margin-bottom:2rem;
  display: flex;
}
.studyTime .ticket-suggest-item:last-child{
  margin-bottom: 0;
}
.studyTime .ticket-suggest-item img{
  width:6rem;
  height:4rem;
  border-radius: 0.3rem;
  margin-right:1rem;
}
.studyTime .ticket-suggest-item-con{
  display: flex;
  flex-direction: column;
  margin-top: 0.2rem;
}
.font-size-12{
  font-size: 1.2rem;
}
.orange-color {
  color: #FB9600;
}
.studyTime .ticket-suggest-item-con span.orange-color{
  font-weight: 700;
}
.studyTime .ticket-suggest-item-con span span {
  font-size: 1.8rem;
  margin-left: -0.3rem;
}
/* 弹窗部分 */
.fill-order-modal {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  display: none;
}

.fill-order-modal .mask {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}

.fill-order-modal .contain {
  background-color: #fff;
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  max-height: 85%;
  display: flex;
  flex-direction: column;
}
.fill-order-modal .contain .handle-modal-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5rem;
  line-height: 5rem;
  padding: 0 1.5rem;
  border-bottom: 0.05rem solid #e5e5e5;
}

.fill-order-modal .handle-modal-panel .the-btn {
  padding: 0 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #333333;
}
.fill-order-modal .handle-modal-panel .icon-close {
  padding: 0.3rem;
  width: 1.4rem;
  height: 1.4rem;
  box-sizing: content-box;
}
.fill-order-modal .handle-modal-panel p.title {
  text-align: center;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 5rem;
  margin: 0;
}
.fill-order-modal .fill-order-info-content{
  padding: 2rem 1.5rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color:#333;
  max-height: 50rem;
  overflow-y: scroll;
  text-align: left;
}
.fill-order-modal .fill-order-info-content img{
  width:34.5rem;
  height: auto;
  border-radius: 0.6rem;
  margin-top: 1.5rem;
}
/* 研学banner */
.studyTime .banner {
  width: 100%;
  height: 20rem;
  position: relative;
}
.studyTime .banner .linear{
  background: linear-gradient(180deg, rgba(237, 237, 237, 0) 0%, #EDEDED 100%);
  width: 100%;
  height: 3rem;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.studyTime .banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.4rem;
  opacity: 0.6;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 0.15rem;
}

.studyTime .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.6rem;
  border-radius: 1rem;
  opacity: 1;
}

.studyTime .swiper-container-horizontal>.swiper-pagination-bullets,
.studyTime .swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 3.4rem;
}

.studyTime .banner .swiper-slide>img {
  width: 100%;
  height: 100%;
}
.studyTime .goodsBox .tagsWrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0.3rem;
  margin-top: 0.55rem;
}

.studyTime .goodsBox .tagsWrap span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.3rem;
  border-width: 0.05rem;
  border-radius: 0.2rem;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 600;
  margin-right: 0.5rem;
  margin-bottom: 0.65rem;
  border-style: solid;
}

.studyTime .goodsBox .tagsWrap span.blue {
  color: #2972c7;
  border-color: #7bb4f4;
}

.studyTime .goodsBox .tagsWrap span.orange {
  color: #FB9600;
  border-color: #F9c271;
}

.studyTime .goodsBox .tagsWrap span.green {
  color: #53b681;
  border-color: #86d6aa;
}

.destroyerTime.studyTime .goodsBox img.iconRight{
  width: 1.8rem;
  height: 1.8rem;
  transform: rotate(90deg);
  margin-top: 0;
}
.destroyerTime.studyTime .goodsBox .set-out {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.studyTime .studyTimeFooter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding-bottom: env(safe-area-inset-bottom);
}
.studyTime .studyTimeFooter .bottom-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  background-color: #fff;
}

.studyTime .studyTimeFooter .bottom-box .left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.studyTime .studyTimeFooter .bottom-box .left .top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  color: #fb9600;
}
.studyTime .studyTimeFooter .bottom-box .left .top em{
  font-style: normal;
  font-size: 1.9rem;
  margin-left: -0.4rem;
}
.studyTime .studyTimeFooter .bottom-box .left .top .checked {
  background: #FB9600;
  border-radius: 0.4rem;
  padding: 0.1rem 0.4rem 0.2rem;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 600;
  color: #fff;
  margin-right: 0.5rem;
}
.studyTime .studyTimeFooter .bottom-box .left .ticketTitle{
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #333;
  margin-right: 0.6rem;
}
.studyTime .studyTimeFooter .bottom-box .left .ticketTitle.ellipsis{
  max-width: 12.4rem;
}
.studyTime .studyTimeFooter .bottom-box .left .top .money span {
  font-size: 1.4rem;
}
.studyTime .studyTimeFooter .bottom-box .left .bottom {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
  color: #999;
}

.studyTime .studyTimeFooter .bottom-box .right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.studyTime .page-content .page-card .time-list .time-item p{
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 1.6rem;
}
.studyTime .studyTimeFooter .bottom-box .right .next-btn {
  width: 10.6rem;
  height: 4rem;
  border-radius: 0.8rem;
  background-color: #2972C7;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2rem;
}
.studyTime .studyTimeFooter .bottom-box .right .next-btn.disabled{
  background: #94B9E3;
}
/* 研学-空数据 */
.destroyerTime.studyTime .nothing{
  padding-top: 2.9rem;
}
