/* 全局变量 */
:root {
  --primary-color: #692282;
  --success-color: #65a542;
  --reject-color: #e05656;
  --bg-page-color: #f8f8f8;
  --white-color: #fff;
  --announce-bg: #fff0e1;
  --announce-bg-rgb: 255, 240, 225;
  --linear-gradient-header: linear-gradient(to bottom, #692282, #7a3a90, #9562a6, #b28ebe, #ccb6d4, #e0d3e4, #f8f8f8);
  --linear-gradient-btn: linear-gradient(to right, #a880b6, #9767a8, #7e4093, #601f76);
  --swiper-bullet-color: rgba(0, 0, 0, 0.6);
  --swiper-bullet-active-color: rgba(255, 255, 255, 1);

  --round-full: 9999px;
  --box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  --box-shadow-light: 0 2px 8px rgba(0, 0, 0, 0.1);

  --calendar-day-color: #9a9a9a;
  --calendar-day-bg: #f0f0f0;
  --calendar-status-available-color: #2fb96e;
  --calendar-status-available-bg: #e9f8f1;
  --calendar-status-booked-color: #f2886d;
  --calendar-status-booked-bg: #faedf2;
  --calendar-status-disabled-color: #9a9a9a;
  --calendar-status-disabled-bg: #f0f0f0;
  --calendar-indicator-bg: #30bb7d;
  --calendar-btn-disabled-bg: #ccc;

  --draft-save-color: #419fda;
  --draft-delete-color: #e05656;

  --approval-pass-bg: #30bb7d;
  --approval-reject-bg: var(--reject-color);

  --venueInfoForm-label-width: 200px;
  --venueInfoForm-block-width: calc(100% - 230px);
  --venueInfoForm-block-padwidth: 230px;
}
/* a,
button {
  display: block;
} */
.wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.mt-15 {
  margin-top: 15px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-75 {
  margin-top: 75px;
}
.flex {
  display: flex;
}
.flex-start {
  align-items: flex-start;
}
.flex-slef-start {
  align-self: flex-start;
}
.border-none {
  border: none !important;
}
.areaBg {
  background-color: var(--white-color);
  box-shadow: var(--box-shadow);
}
.cursor-pointer {
  cursor: pointer;
}

body {
  min-width: 1280px;
  overflow: auto;
}
.o-parallax-banner__cover{
  overflow: hidden;
}
/* 公告开始------------------------------------- */
.announceArea {
  height: 65px;
  background-color: var(--announce-bg);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
.announceArea .icon {
  height: 100%;
  flex-shrink: 0;
}
.announceArea .icon img {
  width: auto;
  height: 90%;
  margin-top: 4%;
  display: block;
}
.announceArea .content {
  flex: 1;
  flex-shrink: 0;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 40px;
  padding: 0px 40px 0px 0px;
  overflow: hidden;
  position: relative;
}
.announceArea .content .inner {
  /* border-left: 1px solid #d2d2d2; */
  position: relative;
  padding-left: 0px;
  overflow: hidden;
}
.announceArea .content span {
  display: block;
  line-height: 1;
  font-size: 16px;
  white-space: nowrap;
}

/* 公告结束------------------------------------- */

/* 模块区域开始------------------------------------- */
.modulesInner {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 45px;
}

.module {
  border-radius: 5px;
  overflow: hidden;
}

.module img {
  width: 100%;
  height: auto;
  display: block;
}

/* 模块区域结束------------------------------------- */
/* 场馆预约============================================*/
/* 场馆预约列表区域开始============================================*/
.culturehall-order-title {
  position: relative;
}
.culturehall-order-title .backHomeBtn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 170px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: normal;
  font-family: "Microsoft Yahei", sans-serif;
  border: 1px solid var(--primary-color);
  border-radius: var(--round-full);
  overflow: hidden;
  cursor: pointer;
}
.culturehall-order-title .backHomeBtn .m-circle-hover__text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.culturehall-order-title .backHomeBtn i {
  font-weight: bold;
  font-size: 20px;
  position: relative;
  top: 0.6px;
}

.sidebar {
  width: 200px;
  flex-shrink: 0;
  border: 1px solid #eee;
  background-color: var(--white-color);
}
.sidebar ul {
  list-style: none;
}
.sidebar ul li a {
  font-size: 17px;
  display: block;
  padding: 25px 10px;
  text-decoration: none;
  color: #616161;
  text-align: center;
  border-bottom: 1px solid #eee;
  transition: background-color 0.2s;
}
.sidebar ul li:last-child a {
  border-bottom: none;
}
.sidebar ul li a:hover {
  background-color: #f5f5f5;
}
.sidebar ul li a.active {
  background-color: var(--primary-color);
  color: var(--white-color);
  text-align: center;
  /* font-weight: bold; */
}
.SJY-Right {
  width: calc(100% - 200px);
  padding-left: 100px;
}
.venueItem {
  width: 100%;
  /* aspect-ratio: 4.5/1; */
  margin-bottom: 28px;
}
.venueItem:last-child {
  margin-bottom: 0;
}
.venueItem img {
  width: 100%;
  height: 100%;
  display: block;
}

.venueItem.clsoed {
  pointer-events: none;
  cursor: not-allowed;
}

.venueItem.clsoed img {
  filter: grayscale(100%);
}

/* 场馆预约列表区域结束============================================*/
/* 路线指引列表区域开始============================================*/
.mapContainer {
  padding: 150px 40px;
  border-radius: 6px;
}
.ewmForPhone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ewmImg {
  width: 200px;
  height: 200px;
}
.ewmImg img {
  width: 100%;
  height: 100%;
  display: block;
}
.ewmForPhone span {
  font-size: 15px;
  margin-top: 15px;
  color: #333;
  letter-spacing: normal;
}
/* 路线指引列表区域结束============================================*/
/* 场馆规定详情开始============================================*/
.rulesNav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.rulesNavItem {
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 16px;
  border-radius: var(--round-full);
  letter-spacing: 1px;
  border: 1px solid #cfcfcf;
  background-color: var(--white-color);
  cursor: pointer;
}
.rulesNavItem.active {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.renderContainer {
  padding: 65px 60px;
  border-radius: 6px;
}

.articleInfo .infoTitle {
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  color: #333;
  /* font-weight: bold; */
}

.renderContent {
  margin-top: 35px;
  color: #5a5959;
}

.renderContent h1,h2,h3,h4,h5,h6{
  margin-bottom: 15px;
}
.renderContent p {
  line-height: 26px;
  font-size: 15px;
  text-align: justify;
  margin-bottom: 15px;
  text-indent: 2em;
}

.renderContent img {
  max-width: 100%;
  display: block;
  margin: 20px auto;
}

/* 场馆规定详情结束============================================*/
/* 我的预约开始============================================*/

.queryArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
}

.queryLeft {
  width: calc(100% - 160px);
  display: flex;
  align-items: center;
}

.queryLeft .dateChoose {
  flex: 1;
  height: 55px;
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  border-radius: 6px;
  position: relative;
}

.queryLeft .dateChoose img {
  width: 13px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.queryLeft .dateChoose input {
  width: 100%;
  height: 55px;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 16px;
  color: #333;
  padding: 0 20px 0 30px;
  box-sizing: border-box;
}

.queryLeft .dateChoose input::placeholder {
  color: #a8a8a8;
  font-size: 16px;
}

.queryLeft span {
  flex-shrink: 0;
  margin: 0 15px;
  color: #999999;
  font-weight: 500;
  font-size: 20px;
}

.queryRight {
  width: 140px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
  background: var(--primary-color);
  cursor: pointer;
}

.queryRes {
  text-align: center;
  font-size: 14px;
  color: #3d3d3d;
  margin-top: 20px;
}

.queryList {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.lesson_block {
  width: 100%;
  padding: 28px 30px 35px;
  border-radius: 6px;
  background-color: var(--white-color);
  box-shadow: var(--box-shadow);
  position: relative;
  cursor: pointer;
}

.lesson_block .block_info {
  width: 100%;
}

.lesson_block .block_info .block_info_detail {
  margin-top: 25px;
}

.lesson_block .block_info .block_info_title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  max-height: 48px;
  text-align: justify;
}

.block_info_detail .detail_col {
  font-size: 15px;
  color: #6d6d6d;
  line-height: 20px;
  margin-bottom: 6px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.block_info_detail .detail_col:last-child {
  margin-bottom: 0;
}

.block_info_detail .detail_col .l_lable {
  width: 60px;
  text-align: justify;
  text-align-last: justify;
}

.block_info_detail .detail_col .r_text {
  width: calc(100% - 100px);
  padding-left: 3px;
}

.approvalStatus {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 50px;
  z-index: 1;
}

.approvalStatus img {
  width: 100%;
  height: auto;
  display: block;
}

.circulateInforBtn {
  width: 60%;
  padding: 12px 0;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  text-align: center;
  font-size: 15px;
  border-radius: 6px;
  margin: 25px auto 0;
  cursor: pointer;
}

.notice {
  width: 100%;
  font-size: 12px;
  margin-top: 25px;
  line-height: 20px;
  text-align: justify;
}

.apply-passed {
  color: var(--success-color);
}

.apply-reject {
  color: var(--reject-color);
}

/* 我的预约结束============================================*/

/* 讲解员列表开始============================================*/
.guideItem {
  width: 100%;
  padding: 30px;
  background-color: var(--white-color);
  box-shadow: var(--box-shadow-light);
  border-radius: 6px;
  margin-bottom: 15px;
  display: flex;
  cursor: pointer;
}

.guideAvatar {
  width: 90px;
}

.guideAvatar img {
  width: 100%;
  height: auto;
  display: block;
}

.guideInfo {
  width: calc(100% - 90px);
  padding-left: 35px;
}

.guideInfo .guideName {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.guideInfo .block_info_detail {
  margin-top: 15px;
}

.guideInfo .block_info_detail .detail_col {
  margin-bottom: 7px;
  line-height: 21px;
}
.guideInfo .block_info_detail .detail_col:last-child {
  margin-bottom: 0;
}
/* 弹窗 */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.modal-content {
  background: var(--white-color);
  width: 420px;
  border-radius: 6px;
  padding: 25px 0;
  position: relative;
  box-shadow: var(--box-shadow-light);
}

.modal-content-inner {
  width: 100%;
  overflow-y: auto;
  max-height: calc(100vh - 200px);
  padding: 0 30px 1px 30px;
}

.close-btn {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
}

.close-btn img {
  width: 100%;
  height: 100%;
  display: block;
}

.modal-content-inner .avatar {
  width: 110px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
  margin: 0 auto 35px;
}

.info-item {
  font-size: 15px;
  color: #6d6d6d;
  line-height: 22px;
  margin-bottom: 7px;
  text-align: justify;
}

.info-item span {
  font-weight: bold;
  color: #333;
}

.intro-text {
  font-size: 15px;
  color: #6d6d6d;
  line-height: 24px;
  text-align: justify;
}

.modal-overlay-tourguide .modal-content {
  padding: 40px 0;
}
.modal-overlay-tourguide .modal-content-inner {
  padding: 0 35px 1px 35px;
}

/* 讲解员列表结束============================================*/
/* 场馆预约-类型选择开始============================================*/
.layui-input:focus,
.layui-textarea:focus {
  border-color: var(--primary-color) !important;
  box-shadow: none;
}

.list_con {
  width: 100%;
  margin-bottom: 25px;
}

.list_con:last-child {
  border: none;
}

.list_con .layui-form-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.list_con .layui-form-item::after {
  display: none;
}
.list_con .layui-form-item .layui-form-label {
  width: 70px;
  font-size: 17px;
  padding: 0;
  color: #2d2d2d;
  text-align: left;
  overflow: visible;
  white-space: wrap;
  font-weight: bold;
  float: none;
  /* background-color: orange; */
}

.list_con .layui-form-item .layui-input-block {
  width: calc(100% - 70px);
  flex-shrink: 0;
  margin-left: 0;
  min-height: auto;
  padding: 0 20px 0 20px;
  /* background-color: palegoldenrod; */
}

.list_con .layui-input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  border-radius: 6px;
  height: 55px;
  padding: 0 20px;
}

.list_con .layui-select,
.list_con .layui-textarea {
  width: 100%;
  border: none;
  outline: none;
  border-radius: 5px;
  height: 35px;
  font-size: 14px;
}

.list_con .layui-input::placeholder,
.list_con .layui-textarea::placeholder {
  font-size: 16px;
  color: #2d2d2d;
}

.list_con .layui-form-item .layui-input-block .layui-input.disabled {
  background-color: #efefef;
  cursor: not-allowed;
  color: #2d2d2d;
  border: none;
}

.singleSlect .layui-form-label {
  align-self: flex-start;
  line-height: 55px;
}

.singleSlect .layui-input-block {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.checkItem {
  width: 30%;
  padding: 0 5px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  color: #9b9b9b;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid #b6b6b6;
  background-color: var(--white-color);
}

.checkItem.active {
  background: var(--linear-gradient-btn);
  color: var(--white-color);
  border: none;
}

.checkItem.disabled {
  color: #999;
  cursor: not-allowed;
  background-color: #f5f5f5;
}
.singleSlectPlace .layui-input-block {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.singleSlectPlace .checkItem {
  width: 30%;
}
.list_con.datePicker .layui-input {
  width: 58%;
}

/* 日历组件 */
/* 月份导航栏 */
.calendar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0px 23px;
}

.currentMonth {
  margin: 0 20px;
  font-size: 18px;
  font-weight: 500;
  color: #2d2d2d;
  position: relative;
  top: -1px;
}

.nav-btn i {
  font-size: 24px;
  cursor: pointer;
  color: #353535;
  font-weight: bold;
}
.calendar-middle {
  width: 100%;
  background-color: var(--white-color);
  box-shadow: var(--box-shadow);
}
/* 星期标题 */
.calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.weekday {
  text-align: center;
  line-height: 52px;
  height: 52px;
  font-size: 16px;
  color: #a6a6a6;
  font-weight: 500;
}

/* 日期格子 */
.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  background-color: #f7f7f7;
  gap: 2px;
  border-top: 2px solid #f7f7f7;
}

.day {
  aspect-ratio: 6/3;
  padding: 10px 15px 8px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  /* font-weight: 600; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--calendar-status-disabled-color);
  /* color: #000; */
  background-color: var(--white-color);
  cursor: not-allowed;
}
/* 预留当月高亮显示 */
/* .day.pre-month,.day.next-month{
   color: var(--calendar-status-disabled-color);
} */
/* 状态样式 */
.day.available {
  color: var(--calendar-status-available-color);
  /* border: 1px solid var(--calendar-status-available-color); */
  /* background-color: var(--calendar-status-available-bg); */
  cursor: pointer;
}

.day.booked {
  color: var(--calendar-status-booked-color);
  /* border: 1px solid var(--calendar-status-booked-color); */
  /* background-color: var(--calendar-status-booked-bg); */
  cursor: pointer;
}

/* .day.disabled {
  color: var(--calendar-status-disabled-color);
  background-color: var(--calendar-status-disabled-bg);
  cursor: not-allowed;
} */
/* 状态文字样式 */
.day-status {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
}

/* 单独控制状态文字颜色 */
.day.available .day-status {
  padding: 5px 12px 5px;
  border-radius: var(--round-full);
  color: var(--white-color);
  background-color: var(--calendar-status-available-color);
}
.day.booked .day-status {
  padding: 5px 0px 5px;
}
/* 底部说明文字 */
.calendar-footer {
  font-size: 13px;
  /* color: var(--reject-color); */
  color: var(--calendar-status-booked-color);
  margin-top: 30px;
}

/* 时间段弹窗样式 */
.modal-overlay-timeModal .modal-content {
  padding: 25px 0 30px;
}

.modal-overlay-timeModal .close-btn {
  top: -50px;
}

.modalTitle {
  font-size: 15px;
  text-align: center;
  color: #333;
}

.time-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 15px 0;
}

.time-item {
  padding: 14px 10px;
  border-radius: 6px;
  overflow: hidden;
  font-size: 15px;
  text-align: center;
  border: 1px solid transparent;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #2d2d2d;
}

.time-item.available {
  border-color: var(--calendar-status-available-color);
  cursor: pointer;
}

.time-item.booked {
  color: var(--calendar-status-disabled-color);
  background-color: var(--calendar-status-disabled-bg);
  border-color: transparent;
  cursor: not-allowed;
}

/* 弹窗内状态文字：直接写在HTML里，移除伪元素 */
.time-item .tag {
  font-size: 14px;
  margin-top: 6px;
}

.time-item.available .tag {
  color: var(--calendar-status-available-color);
}

.time-item.booked .tag {
  color: #e26464;
}

.time-item.selected {
  background-color: var(--calendar-status-available-bg);
  color: var(--calendar-status-available-color);
}

.indicator {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 14px;
  text-align: center;
  border-radius: 4px 0 0 0;
  background-color: var(--calendar-indicator-bg);
  line-height: 14px;
  display: none;
}

.indicator i {
  color: var(--white-color);
  font-size: 14px;
}

.time-item.selected .indicator {
  display: block;
}

.sjy-btn {
  width: 50%;
  height: 50px;
  line-height: 50px;
  background: var(--linear-gradient-btn);
  color: var(--white-color);
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
}
.confirm-btn {
  width: 70%;
  margin: 32px auto 2px;
  height: 40px;
  line-height: 40px;
  letter-spacing: 1px;
  font-size: 13px;
  display: block;
}
.confirm-btn:disabled {
  background: var(--calendar-btn-disabled-bg);
  cursor: not-allowed;
}

.next-step {
  margin-top: 70px;
}

/* 场馆预约-类型选择结束============================================*/
/* 场馆预约-类型选择结束============================================*/
.modal-overlay-draftModal .modal-content {
  padding: 35px 0;
}
.modal-overlay-draftModal .modalTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

.modal-overlay-draftModal .modalTitle img {
  width: 25px;
  margin-right: 8px;
}

.draft-tips {
  font-size: 15px;
  color: #2d2d2d;
  line-height: 22px;
  text-align: center;
  margin: 35px auto;
}

.foot-operate {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  /* padding: 10px 0; */
}

.foot-operate .sjy-btn {
  width: 35%;
  margin: 0;
  display: block;
  border: 1px solid #dfdede;
  box-sizing: border-box;
  /* border: none !important; */
}

.foot-operate .cancelBtn {
  /* border: 1px solid #dfdede; */
  background: none;
  color: #2d2d2d;
}

/* 场馆预约-类型选择结束============================================*/
/* 场馆预约-信息填写开始============================================*/

/* 加wrap类名-lable 和 block100% */

.venueInfoForm .list_con .layui-form-item .layui-form-label {
  /* width: 200px; */
  width: var(--venueInfoForm-label-width);
  text-align: right;
}

.venueInfoForm .list_con .layui-form-item .layui-form-label i {
  color: var(--reject-color);
  font-size: 16px;
  margin-right: 2px;
  font-style: normal;
  position: relative;
  top: 1px;
}

.venueInfoForm .list_con .layui-form-item .layui-input-block {
  /* width: calc(100% - 230px); */
  width: var(--venueInfoForm-block-width);
  padding: 0 0px 0 0px;
}
.venueInfoForm .list_con .layui-form-item .layui-input-block .layui-input {
  padding: 0 30px;
}
.venueInfoForm .list_con.wrap .layui-form-item .layui-input-block .layui-input {
  border: 1px solid #b7b7b7;
}
.venueInfoForm .list_con.wrap .layui-form-item .layui-input-block .layui-input.disabled {
  border: none;
}
.venueInfoForm .list_con.singleSlectTourGuide .layui-form-item .layui-input-block {
  /* margin-top: 15px; */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.venueInfoForm .list_con.singleSlectTourGuide .layui-form-item .layui-input-block .checkItem {
  width: 100%;
  height: 60px;
  line-height: 60px;
}

.tourguide-tips {
  font-size: 15px;
  margin-top: 12px;
  color: #999;
}

.venueInfoForm .list_con.wrap .layui-form-item .layui-input-block textarea {
  padding: 15px 30px;
  border: 1px solid #b7b7b7;
  border-radius: 6px;
  resize: none;
  min-height: 150px;
}

/* 多级下拉 */
/* 加 select 类名-添加多级下拉样式 */
.venueInfoForm .list_con.select .layui-form-item .layui-input-block {
  height: 50px;
  font-size: 13px;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid #b7b7b7;
  padding: 0 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--white-color);
}

.venueInfoForm .list_con.select .layui-form-item .layui-input-block .layui-input {
  background-color: transparent;
  height: 100%;
  border: none;
  border-radius: 0;
}

.venueInfoForm .list_con.orgChart .layui-form-item .orgChartWrapper {
  width: var(--venueInfoForm-block-width);
  display: flex;
}

.venueInfoForm .list_con.orgChart .layui-form-item .layui-input-block {
  width: auto;
  padding: 0 15px;
  font-size: 16px;
}

.venueInfoForm .list_con.orgChart .layui-form-item .layui-input-block i {
  margin-right: 5px;
  font-size: 16px !important;
}

/* 弹层整体样式 */
.org-selector {
  padding: 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.org-selector-header {
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  /* 固定头部，不随滚动移动 */
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.org-selector-header .custom-clsoe i {
  font-size: 19px;
  color: #333;
  font-weight: normal;
}

/* 树组件滚动区域 */
.org-selector-body {
  padding: 20px;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}

/* .org-selector-body .layui-tree-iconArrow:after {
    border-color: transparent transparent transparent #000;
} */
.org-selector-body .layui-tree-txt {
  font-size: 15px;
}

/* 底部按钮栏 - 固定 */
.org-selector-footer {
  padding: 10px 20px;
  border-top: 1px solid #eee;
  text-align: right;
  position: sticky;
  bottom: 0;
  background: #fff;
  z-index: 10;
}

.org-selector-footer .layui-btn {
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  letter-spacing: 1px;
  margin-left: 6px;
}

.org-selector-footer .layui-btn.confirmBtn {
  background: var(--linear-gradient-btn);
  border: none;
}

/* 修复layui树组件的滚动样式 */
.org-selector-body .layui-tree {
  /* 去掉树组件默认的margin，避免滚动时留白 */
  margin: 0;
}

.rulels-tips {
  font-size: 13px;
  text-align: center;
  color: var(--reject-color);
  margin-top: 60px;
  padding-left: var(--venueInfoForm-block-padwidth);
}

.venueTools {
  width: 100%;
  display: flex;
  padding-left: var(--venueInfoForm-block-padwidth);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 30px;
}

.venueTools .sjy-btn {
  width: auto;
  margin: 0;
  border-radius: 6px;
  font-size: 16px;
}

.venueTools .save-draft {
  background: var(--draft-save-color);
}

.venueTools .delete-draft {
  background: var(--draft-delete-color);
}

/* 场馆预约-信息填写结束============================================*/

/* 部门审批开始============================================*/
.user-approval {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.approval-list-header .header-left {
  width: 260px;
}

.approval-list-header .header-left .dateChoose input {
  height: 55px;
}

.approval-list-header .header-left .dateChoose input::placeholder {
  color: #333;
}

/* .approval-list-header .header-left .dateChoose img {
  width: 13px;
  top: 10px;
} */

.approval-list-header .header-right {
  width: calc(100% - 110px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.approval-list-header .header-right .additionNav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border: 1px solid var(--primary-color);
  border-radius: 6px;
  overflow: hidden;
}

.approval-list-header .header-right .additionNav .additionNavItem {
  width: 115px;
  text-align: center;
  height: 55px;
  color: #666666;
  font-size: 16px;
  line-height: 55px;
  padding: 0 10px;
  cursor: pointer;
}

.approval-list-header .header-right .additionNav .additionNavItem:nth-child(2) {
  border-left: 1px solid var(--primary-color);
  border-right: 1px solid var(--primary-color);
}

.approval-list-header .header-right .additionNav .additionNavItem.active {
  color: var(--white-color);
  background-color: var(--primary-color);
}

.queryList-approval .lesson_block {
  padding: 28px 30px 45px;
}

.queryList-approval .lesson_block .approvalStatus {
  position: absolute;
  right: 30px;
  top: auto;
  bottom: 30px;
  width: 55px;
  z-index: 1;
}

.queryList-approval .block_info_detail .detail_col:last-child .r_text {
  max-width: calc(100% - 130px);
}

/* 部门审批结束============================================*/
/* 部门审批详情开始============================================*/
.approval-detail-header {
  justify-content: center;
}
.approval-detail-header .header-left .approvalInfoNav {
  display: flex;
  align-items: center;
  border: 1px solid var(--primary-color);
  border-radius: 6px;
  overflow: hidden;
  background-color: var(--white-color);
}

.approval-detail-header .header-left .approvalInfoNav .approvalInfoNavItem {
  width: 170px;
  text-align: center;
  height: 55px;
  color: #666666;
  font-size: 16px;
  line-height: 55px;
  cursor: pointer;
}

.approval-detail-header .header-left .approvalInfoNav .approvalInfoNavItem.active {
  color: var(--white-color);
  background-color: var(--primary-color);
}

.sjyWrapper-detail {
  margin-top: 60px;
}
.displayInfoArea .formList {
  padding: 40px 55px 70px;
  border-radius: 6px;
}

.displayInfoArea .formList .list_con .layui-form-item .layui-form-label {
  width: 190px;
  text-align: right;
}

.displayInfoArea .list_con .layui-form-item .layui-input-block {
  width: calc(100% - 220px);
  font-size: 16px;
  color: #2d2d2d;
  background-color: #efefef;
  cursor: not-allowed;
  color: #2d2d2d;
  border-radius: 6px;
  height: 55px;
  padding: 0 20px;
  line-height: 55px;
}

.approvalFootTools {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: 80px;
}

.approvalFootTools .tool-item {
  width: 170px;
  height: 55px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.approvalFootTools .tool-item i {
  font-size: 18px;
  margin-right: 2px;
}

.bg-regect {
  background-color: var(--approval-reject-bg);
}

.bg-pass {
  background-color: var(--approval-pass-bg);
}
.modal-overlay-regectModal .modal-content {
  padding: 30px 0;
}
.modal-overlay-regectModal .modal-content-inner {
  padding: 0 35px 1px 35px;
  overflow: visible !important;
}

.modal-overlay-regectModal .modalTitle {
  text-align: left;
  font-weight: bold;
  font-size: 18px;
}

.modal-overlay-regectModal .rejectReson {
  width: 100%;
  min-height: 150px;
  margin-top: 25px;
  border: 1px solid #cfcfcf;
  outline: none;
  border-radius: 6px;
  padding: 15px;
  font-size: 15px;
  text-align: justify;
}

.modal-overlay-regectModal .rejectReson::placeholder {
  font-size: 15px;
  color: #333;
}

.modal-overlay-regectModal .sjy-btn {
  width: 55%;
  border-radius: 6px;
  height: 47px;
  line-height: 47px;
}

/* xm-select下拉菜单层级修复 - 防止被模态框遮挡 */
.modal-overlay-regectModal .xm-body,
.xm-body {
  z-index: 10000 !important;
}

.circulationArea {
  background-color: var(--white-color);
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
  padding: 50px 90px 110px;
  border-radius: 6px;
}

.timeline-item {
  position: relative;
  padding-bottom: 15px;
}

.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #f0f0f0;
}

.timeline-head {
  display: flex;
  align-items: flex-start;
}

.timeline-node {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.timeline-node img {
  width: 50%;
  height: 50%;
  display: block;
  object-fit: contain;
}

.timeline-title {
  width: calc(100% - 32px);
  padding-left: 13px;
  font-size: 15px;
  font-weight: 500;
  color: #1d2129;
  line-height: 20px;
  padding-top: 6px;
}

.timeline-content {
  position: relative;
  padding-left: 45px;
  margin-top: 6px;
}

.timeline-content-inner {
  border: 1.5px solid #cfcfcf;
  border-radius: 6px;
  padding: 15px 15px 20px 12px;
}

.timeline-desc {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  color: #6e6e6e;
  line-height: 20px;
}

.timeline-desc .avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f2f3f5;
  margin-right: 15px;
  position: relative;
  flex-shrink: 0;
}

.timeline-desc .avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.timeline-desc .avatar .identification {
  width: 10px;
  height: 10px;
  background-color: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.timeline-desc .avatar .identification i {
  font-size: 9px;
  color: #fff;
  font-weight: bold;
}

.timeline-item.auth .identification {
  display: flex;
}

.timeline-desc .text {
  padding-top: 5px;
}

.mark {
  color: var(--primary-color);
}

.timeline-result {
  margin-top: 15px;
  padding-left: 45px;
  font-size: 14px;
  color: #6e6e6e;
  line-height: 20px;
}

.timeline-result-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.timeline-result-item:last-child {
  margin-bottom: 0;
}

.timeline-result-item .label {
  width: 100px;
  /* background-color: orange; */
}

.timeline-result-item .staus .border {
  line-height: 1;
  padding: 0px 4px;
  border-radius: 2px;
}

.status-agree {
  color: var(--success-color);
  border: 1px solid var(--success-color);
}

.status-reject {
  /* color: var(--reject-color);
  border: 1px solid var(--reject-color); */
  color: var(--success-color);
  border: 1px solid var(--success-color);
}

.status-reason {
  /* color: var(--reject-color); */
  color: var(--success-color);
}

.status-from {
  border: 1px solid #d1d0d0;
}

.page_detail {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 0 !important;
}

.page_detail main,
.page_detail .sjyWrapper-detail {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.page_detail .circulationArea {
  flex: 1;
}

/* 部门审批详情结束============================================*/

/* 修改xm-selec样式 */
.venueInfoForm .xm-select-demo {
  width: var(--venueInfoForm-block-width);
}
.venueInfoForm xm-select {
  border: 1px solid #b7b7b7 !important;
  border-radius: 6px !important;
  min-height: 55px;
  /* line-height: 55px; */
}

/* xm-select .xm-label .scroll .label-content{
  max-height: 120px;
  overflow-y: scroll;
} */
.venueInfoForm xm-select {
  position: relative;
}
.venueInfoForm xm-select > .xm-tips {
  padding: 0 10px 0 30px;
  font-size: 16px;
  color: #2d2d2d;
}
.venueInfoForm xm-select > .xm-icon {
  overflow: visible;
  border: none;
  transition: none;
  display: none;
}

.venueInfoForm xm-select:before {
  font-family: layui-icon !important;
  content: "\e61a";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.layui-font-12 {
  font-size: 14px !important;
}

/* 参观人员代表样式 */
.representContainer {
  border: 1px solid #e8e8e8;
  padding: 12px;
  border-radius: 6px;
  background-color: var(--white-color);
  box-shadow: var(--box-shadow-light);
      border: 1px solid #b7b7b7;
}

.representList {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.representItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--white-color);
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 12px;
  box-shadow: var(--box-shadow-light);
}

.representItemLeft {
  width: calc(100% - 80px);
}

.venueInfoForm .representItem .representItemLeft .layui-form-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.venueInfoForm .representItem .representItemLeft .layui-form-item:last-child {
  margin-bottom: 0;
}

.venueInfoForm .representItem .representItemLeft .layui-form-item .layui-form-label {
  width: 75px;
  flex-shrink: 0;
  white-space: nowrap;
  color: #838383;
  font-weight: normal;
  font-size: 16px;
}

.venueInfoForm .representItem .representItemLeft .layui-form-item .layui-input-block {
  width: calc(100% - 95px);
}

.venueInfoForm .representItem .representItemLeft .layui-form-item .layui-input {
  height: 42px;
  line-height: 42px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 0 10px;
}
.venueInfoForm .representItem .representItemLeft .layui-form-item .layui-input::placeholder {
  font-size: 15px;
}
.representItemRight {
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.represent-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 4px 4px 0;
  margin-top: 16px;
}

.operate-col {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.operate-col i {
  font-size: 16px;
  color: #5d5d5d;
  font-weight: normal;
}
.operate-col.delete i {
  font-size: 18px;
}
.represent-tools .add-represent-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 14px;
  color: #5d5d5d;
  border: 1px dashed #d7d7d7;
  padding: 8px 12px;
  border-radius: 4px;
  background-color: #fafafa;
  transition: all 0.2s ease;
  cursor: pointer;
}

.represent-tools .add-represent-btn i {
  font-size: 16px;
  color: #5d5d5d;
}

@media (max-width: 480px) {
  .venueInfoForm .representItem .representItemLeft .layui-form-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .venueInfoForm .representItem .representItemLeft .layui-form-item .layui-form-label {
    width: 100%;
  }

  .venueInfoForm .representItem .representItemLeft .layui-form-item .layui-input-block {
    width: 100%;
  }
}
.calculateVisitPeople {
  display: flex;
  padding-left: var(--venueInfoForm-block-padwidth);
}
.calculateVisitPeople span {
  width: auto;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  text-align: center;
  color: var(--white-color);
  background-color: var(--primary-color);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
}
/* 使用帮助开始============================================*/
.helpContainer {
  padding: 40px 40px;
  border-radius: 6px;
}
.help-content {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}
.help-title {
  font-size: 22px;
  font-weight: 600;
  color: #692282;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #692282;
}
.help-section {
  margin-bottom: 30px;
}
.help-section-title {
  font-size: 18px;
  font-weight: 600;
  color: #692282;
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 4px solid #692282;
}
.help-sub-section {
  margin-bottom: 20px;
  padding-left: 20px;
}
.help-sub-title {
  font-size: 16px;
  font-weight: 500;
  color: #692282;
  margin-bottom: 10px;
}
.help-text {
  color: #606266;
  margin-bottom: 10px;
  text-indent: 2em;
}
.help-list {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 10px;
}
.help-list li {
  position: relative;
  color: #606266;
  margin-bottom: 8px;
  padding-left: 18px;
}
.help-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #692282;
}
.help-tip {
  background-color: #f9f5fc;
  border-left: 4px solid #692282;
  padding: 12px 16px;
  margin: 15px 0;
  border-radius: 0 4px 4px 0;
}
.help-tip .help-text {
  text-indent: 0;
  color: #606266;
}
.help-image-placeholder {
  display: flex;
  justify-content: center;
  margin: 15px 0;
}
.help-image-placeholder img {
  max-width: 50%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(105, 34, 130, 0.1);
}
/* 使用帮助结束============================================*/
.pagination{
  margin-top: 40px;
  text-align: center;
}