/* 会议简介页面样式重置 */
.intro-container * {
  box-sizing: border-box;
}

/* 会议简介容器样式 */
.intro-container {
  width: 100%;
  max-width: 100%;
  margin: 10px;
  padding: 16px;
  background: #f8f9fa;
  border: none;
  border-radius: 10px;
  box-shadow: none;
  box-sizing: border-box;
}

/* 会议简介容器内图片样式 - 移动端自适应 */
.intro-container img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  object-fit: contain;
}

.intro-title {
  margin: 0 0 16px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #1939B7;
  letter-spacing: 0.5px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.intro-container p {
  margin: 12px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
  text-align: justify;
  text-justify: inter-ideograph;
  text-indent: 2em;
  word-break: break-word;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  border-left: 0;
  border-right: 0;
}

.intro-container p + p {
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

body {
  padding: 0;
  width: 100%;
  margin: 0 !important;
  font-size: 16px;
  background: #fff;
  /* 移动端优化：移除max-width限制，确保全屏显示 */
}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tpl-view .register{align-items: center;
  justify-content: center;
 }

.down_data {
  width: 100%;
  background: #fff;
  padding-bottom: 30px;
}

.editor-scpoed1 .down_data .top_text {
  /* width: 476px; */
  margin: 0 auto;
  padding-top: 34px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
}

.editor-scpoed1 .down_data p {
  text-align: center;
  padding-top: 30px;
  color: #333;
  font-size: 38px;
}

.editor-scpoed1 .down_data .top_text p {
  -ms-flex: 1;
  flex: 1;
  height: 7px;
  padding: 0;
  margin: 15px 0;
}

.down_data .top_text span {
  display: block;
  font-size: 24px;
  color: #3f51b5;
  margin: 0 8px;
}

.editor-scpoed1 .timebox {
  margin-top: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.editor-scpoed1 .timebox .days {
  width: 15%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.editor-scpoed1 .timebox .days .block {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #f3f3f3;
  font-size: 24px;
  color: #3f51b5;
  font-weight: 600;
  border-radius: 10px;
  position: relative;
}

.editor-scpoed1 .timebox .days .block:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  position: absolute;
  background: hsla(0, 0%, 91%, .85);
}

.editor-scpoed1 .timebox .days .txt {
  margin-top: 5px;
  font-size: 14px;
  color: #3f51b5;
}


.editor-scpoed1 .inner-box {
  background: #fff;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #f4f4f4;
  padding: 0;
  margin: 0;
}

.editor-scpoed1 .inner-box li {
  height: 1.35rem;
  width: 50%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.editor-scpoed1 .inner-box li a {
  font-size: .3rem;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.9rem;
  border-bottom: 1px solid #f4f4f4;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.editor-scpoed1 .inner-box li a img {
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.15rem;
}

.editor-scpoed1 .inner-box li a span {
  color: #3f51b5;
  height: 0.6rem;
  font-weight: 550;
  line-height: .63rem;
}




.tpl-view .def-box {
  padding: 0 0.1rem;
}

.tpl-view .def-content {
  padding: 0.1rem;
  font-size: .28rem;
  line-height: 1.5;
}

.def-content {
  word-wrap: break-word !important;
}

.def-content img {
  max-width: 100%;
}

.tpl-view .register {
  display: -ms-flexbox;
  display: flex;
  z-index: 8000;
  position: fixed;
  width: 100%;
  line-height: 60px;
  height: 60px;
  font-size: 16px;
  bottom: 0;
  left: 0;
  background: #fff;
  border-top: 1px solid #eaeaea;
}

.tpl-view .register>div {
  text-align: center;
  width: 50%;
  color: #333;
}

.tpl-view .register>div:nth-child(2) {
  color: #fff;
  width: 50%;
}

.tpl-view .register a {
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 14px;
}

.tpl-view .register a:active {
  color: #1939B7;
  background: rgba(25, 57, 183, 0.1);
}

.fa-icon {
  display: inline-block;
  fill: currentColor;
}

.tpl-view .register .icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 6px;
}


#ConfenceList .wrap {
  height: 100%;
  width: 100%;
  position: relative;
}

#ConfenceList .wrap .header {
  width: 100%;
  height: 4.76rem;
}

#ConfenceList .wrap .header .top {
  z-index: 10000;
  background: #fff;
}

#ConfenceList .wrap .header .top .search_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 1.2rem;
}

#ConfenceList .wrap .header .top .search_wrap .input-style {
  margin: 0.2rem 0.1rem 0.2rem 0.3rem;
  border: 0.1px solid #e6e6e6;
  border-radius: 0.1rem;
  box-sizing: border-box;
  height: 0.8rem;
  width: 5.48rem;
  padding-left: 0.2rem;
  font-size: .3rem;
  -webkit-appearance: none;
  appearance: none;
}

#ConfenceList .wrap .header .top .search_wrap .search {
  margin: 0.2rem 0.3rem 0.2rem 0;
  border-radius: 0.1rem;
  color: #fff;
  width: 1.3rem;
  background-color: #0e78bc;
  text-align: center;
  line-height: .8rem;
}

#ConfenceList .wrap .header .top .search_wrap .input-style {
  margin: 0.2rem 0.1rem 0.2rem 0.3rem;
  border: 0.1px solid #e6e6e6;
  border-radius: 0.1rem;
  box-sizing: border-box;
  height: 0.8rem;
  width: 5.48rem;
  padding-left: 0.2rem;
  font-size: .3rem;
  -webkit-appearance: none;
  appearance: none;
}

#ConfenceList .wrap .content {
  position: absolute;
  top: 5.5rem;
  width: 100%;
  height: calc(100vh - 5.5rem);
}

._v-container {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: scroll;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

._v-container>._v-content {
  width: 100%;
  -webkit-transform-origin: left top;
  -webkit-transform: translateZ(0);
  -moz-transform-origin: left top;
  -moz-transform: translateZ(0);
  -ms-transform-origin: left top;
  -ms-transform: translateZ(0);
  -o-transform-origin: left top;
  -o-transform: translateZ(0);
  transform-origin: left top;
  transform: translateZ(0);
}

#ConfenceList .wrap .content ._v-container .list {
  background: #f7f7f7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

#ConfenceList .wrap .content ._v-container .list ul {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  padding: 0;
  margin: 0;
}

#ConfenceList .wrap .content ._v-container .list ul li {
  /* height: 3.22rem; */
  background: #fff;
  margin: 0;
  margin-top: 0.2rem;
  padding: 0;
  list-style: none;
}

#ConfenceList .wrap .content ._v-container .list ul li .list-content {
  padding-left: 0.26rem;
  height: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-align: center;
  align-items: center;
}

#ConfenceList .wrap .content ._v-container .list ul li .list-content .left {
  height: 1.7rem;
  width: 1.7rem;
}

#ConfenceList .wrap .content ._v-container .list ul li .list-content .left img {
  width: 1.7rem;
  height: 100%;
  border: 1px solid #eee;
}

#ConfenceList .wrap .content ._v-container .list ul li .list-content .middle {
  height: 2rem;
  width: 4rem;
  position: relative;
}

#ConfenceList .wrap .content ._v-container .list ul li .list-content .middle .title {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  margin-top: 0.3rem;
  color: #333;
  font-size: .34rem;
  height: 0.4rem;
  line-height: .4rem;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}

#ConfenceList .wrap .content ._v-container .list ul li .list-content .middle .address {
  margin-top: 0.3rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  color: #666;
  font-size: .28rem;
  line-height: .37rem;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

#ConfenceList .wrap .content ._v-container .list ul li .list-content .middle .firm {
  position: absolute;
  bottom: 0.25rem;
  right: 0.36rem;
  color: #d60000;
  font-size: .26rem;
}

#ConfenceList .wrap .content ._v-container .list ul li .list-bottom {
  height: 0.92rem;
  color: #999;
  font-size: .3rem;
  position: relative;
  margin-left: 0.26rem;
  margin-right: 0.26rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

._v-container>._v-content>.loading-layer {
  width: 100%;
  height: 60px;
  text-align: center;
  font-size: 16px;
  line-height: 60px;
  color: #aaa;
  position: relative;
}

._v-container>._v-content>.loading-layer .spinner-holder .spinner,
._v-container>._v-content>.pull-to-refresh-layer .spinner-holder .spinner {
  margin-top: 14px;
  width: 32px;
  height: 32px;
  fill: #444;
  stroke: #69717d;
}

.navModul {
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.2rem;
  margin-top: 0.1rem;
}

.navModul li {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: .7rem;
  height: 0.7rem;
  -webkit-line-clamp: 1;
  border-bottom: 2px solid #f5f5f5;
  font-size: .26rem;
}

.navModul li.active {
  border-bottom: 2px solid #f39800;
  color: #f39800;
}

.roomDetail .setHtml img {
  max-width: 100%;
}

.setHtml {
  padding: 0.2rem;
  font-size: .3rem;
}

.setHtml .sh {
  display: none;
}

/* 组织机构层级样式 */
.org-section {
  margin-bottom: 32px;
  background: #f8f9fa;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.org-category {
  margin-bottom: 24px;
}

.category-title {
  font-size: 20px;
  font-weight: bold;
  color: #1939B7;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #1939B7;
  text-align: left;
}

.org-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.org-list li {
  background: white;
  margin-bottom: 8px;
  padding: 12px 16px;
  border-radius: 6px;
  border-left: 4px solid #1939B7;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
  text-align: left;
  font-size: 14px;
}

/* 移动端触摸优化：使用active代替hover */
.org-list li:active {
  transform: scale(0.98);
  background: #f0f4ff;
}

/* 委员会层级样式 */
.committee-section {
  margin-top: 32px;
}

.committee-category {
  margin-bottom: 40px;
  background: #f8f9fa;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.committee-roles {
  margin-top: 16px;
}

.role-group {
  margin-bottom: 24px;
}

.role-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.note {
  font-size: 14px;
  color: #666;
  font-weight: normal;
}

.person-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.person-list li {
  background: white;
  margin-bottom: 8px;
  padding: 12px 16px;
  border-radius: 6px;
  border-left: 3px solid #1939B7;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  transition: all 0.2s ease;
  text-align: left;
  font-size: 14px;
}

/* 移动端触摸优化：使用active代替hover */
.person-list li:active {
  background: #f0f4ff;
  transform: scale(0.98);
}

.name {
  display: inline;
  font-weight: bold;
  color: #333;
  margin-right: 12px;
}

.title {
  display: inline;
  color: #666;
  margin-right: 12px;
}

.affiliation {
  display: inline;
  color: #888;
  font-size: 14px;
}

/* 网格布局用于委员列表 */
.members-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

/* 领导层级样式 */
.leadership-section {
  margin-top: 32px;
}

.leadership-category {
  margin-bottom: 32px;
  background: #f8f9fa;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* 移动端响应式优化 */
@media (max-width: 768px) {
  .intro-container {
    margin: 8px;
    padding: 12px;
    border-radius: 8px;
    width: calc(100% - 16px);
    box-sizing: border-box;
  }

  .intro-title {
    font-size: 18px;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-container p {
    font-size: 16px;
    line-height: 1.7;
    margin: 10px 0;
    text-align: justify;
    text-justify: inter-ideograph;
    text-indent: 2em;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  .intro-container {
    margin: 6px 6px 6px 6px;
    padding: 10px 10px 10px 10px;
    border-radius: 6px;
    width: calc(100% - 12px);
    box-sizing: border-box;
  }

  .intro-title {
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-container p {
    font-size: 12px;
    line-height: 1.8;
    margin: 8px 0;
    text-align: justify;
    text-justify: inter-ideograph;
    text-indent: 2em;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

/* 小屏幕移动设备优化 */
@media (max-width: 480px) {
  .tpl-view .register {
    height: 52px;
    line-height: 52px;
    font-size: 13px;
  }
  
  .tpl-view .register a {
    font-size: 12px;
  }
  
  .tpl-view .register .icon {
    width: 15px;
    height: 15px;
    margin-right: 4px;
  }
}

/* PC端样式已删除，仅保留移动端样式 */

/* 顶部简单面包屑导航（仅用于页面级返回/当前位置） */
.page-breadcrumb {
  background: linear-gradient(135deg, #1939B7 0%, #2B4CD9 100%);
  padding: 12px 16px;
  margin: 0 0 16px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 8px rgba(25, 57, 183, 0.2);
  position: relative;
  z-index: 1;
}

.page-breadcrumb__link {
  color: #ffffff;
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
}

.page-breadcrumb__link::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/* 移动端触摸优化：使用active代替hover */
.page-breadcrumb__link:active {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(0.95);
}

.page-breadcrumb .sep {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  font-size: 16px;
}

.page-breadcrumb .current {
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  position: relative;
}

.page-breadcrumb .current::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-5 14H7v-2h7v2zm3-4H7v-2h10v2zm0-4H7V7h10v2z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/* 移动端优化 */
@media (max-width: 768px) {
  .page-breadcrumb {
    padding: 10px 12px;
    margin: 0 0 12px 0;
    gap: 6px;
  }
  
  .page-breadcrumb__link {
    padding: 5px 8px;
    font-size: 13px;
  }
  
  .page-breadcrumb .current {
    font-size: 13px;
  }
  
  .page-breadcrumb .sep {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .page-breadcrumb {
    padding: 8px 10px;
    margin: 0 0 10px 0;
    gap: 5px;
  }
  
  .page-breadcrumb__link {
    padding: 4px 6px;
    font-size: 12px;
  }
  
  .page-breadcrumb .current {
    font-size: 12px;
  }
  
  .page-breadcrumb .sep {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .tpl-view .register {
    height: 56px;
    line-height: 56px;
    font-size: 14px;
  }
  
  .tpl-view .register a {
    font-size: 13px;
  }
  
  .tpl-view .register .icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
}

@media (max-width: 480px) {
  .tpl-view .register {
    height: 52px;
    line-height: 52px;
    font-size: 13px;
  }
  
  .tpl-view .register a {
    font-size: 12px;
  }
  
  .tpl-view .register .icon {
    width: 15px;
    height: 15px;
    margin-right: 4px;
  }
}

/* 会议日程页面专用样式 */
.schedule-section,
.topics-section {
  margin-bottom: 24px;
}

.section-title {
  font-size: 18px;
  font-weight: 600;
  color: #1939B7;
  margin: 0 0 16px 0;
  padding: 0 0 8px 0;
  border-bottom: 2px solid #e8f0fe;
  position: relative;
  text-align: center;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: #1939B7;
}

/* 日期卡片样式 */
.day-card {
  background: #ffffff;
  border: 1px solid #e8f0fe;
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(25, 57, 183, 0.08);
}

.day-header {
  display: flex;
  align-items: center;
  padding: 16px;
  background: #f8faff;
  border-bottom: 1px solid #e8f0fe;
}

.day-number {
  width: 48px;
  height: 48px;
  background: #1939B7;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  margin-right: 16px;
  flex-shrink: 0;
}

.day-info {
  flex: 1;
}

.day-date {
  font-size: 16px;
  font-weight: 600;
  color: #1939B7;
  margin-bottom: 4px;
}

.day-desc {
  font-size: 14px;
  color: #666666;
}

/* 时间安排样式 */
.time-schedule {
  padding: 16px;
}

.time-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  position: relative;
}

.time-item:last-child {
  margin-bottom: 0;
}

.time-item::before {
  content: '';
  position: absolute;
  left: 60px;
  top: 24px;
  bottom: -16px;
  width: 2px;
  background: #e8f0fe;
}

.time-item:last-child::before {
  display: none;
}

.time-period {
  width: 60px;
  font-size: 14px;
  font-weight: 600;
  color: #1939B7;
  text-align: center;
  padding: 8px 0;
  background: #f8faff;
  border-radius: 6px;
  margin-right: 16px;
  flex-shrink: 0;
}

.time-detail {
  flex: 1;
  padding-left: 16px;
}

.time-range {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 4px;
}

.event-name {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
}

/* 议题列表样式 */
.topics-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.topic-item {
  display: flex;
  align-items: center;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #e8f0fe;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.topic-item:hover {
  border-color: #1939B7;
  box-shadow: 0 2px 8px rgba(25, 57, 183, 0.12);
}

.topic-number {
  width: 32px;
  height: 32px;
  background: #1939B7;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  margin-right: 16px;
  flex-shrink: 0;
}

.topic-content {
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
  flex: 1;
}

/* 移动端响应式优化 */
@media (max-width: 768px) {
  .schedule-section,
  .topics-section {
    margin-bottom: 20px;
  }
  
  .section-title {
    font-size: 16px;
    margin-bottom: 14px;
  }
  
  .day-card {
    margin-bottom: 14px;
    border-radius: 10px;
  }
  
  .day-header {
    padding: 14px;
  }
  
  .day-number {
    width: 44px;
    height: 44px;
    font-size: 18px;
    margin-right: 14px;
  }
  
  .day-date {
    font-size: 15px;
  }
  
  .day-desc {
    font-size: 13px;
  }
  
  .time-schedule {
    padding: 14px;
  }
  
  .time-item {
    margin-bottom: 14px;
  }
  
  .time-period {
    width: 56px;
    font-size: 13px;
    margin-right: 14px;
  }
  
  .time-range {
    font-size: 13px;
  }
  
  .event-name {
    font-size: 13px;
  }
  
  .topic-item {
    padding: 14px;
  }
  
  .topic-number {
    width: 30px;
    height: 30px;
    font-size: 13px;
    margin-right: 14px;
  }
  
  .topic-content {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .schedule-section,
  .topics-section {
    margin-bottom: 16px;
  }
  
  .section-title {
    font-size: 15px;
    margin-bottom: 12px;
  }
  
  .day-card {
    margin-bottom: 12px;
    border-radius: 8px;
  }
  
  .day-header {
    padding: 12px;
  }
  
  .day-number {
    width: 40px;
    height: 40px;
    font-size: 16px;
    margin-right: 12px;
  }
  
  .day-date {
    font-size: 14px;
  }
  
  .day-desc {
    font-size: 12px;
  }
  
  .time-schedule {
    padding: 12px;
  }
  
  .time-item {
    margin-bottom: 12px;
  }
  
  .time-item::before {
    left: 52px;
  }
  
  .time-period {
    width: 52px;
    font-size: 12px;
    margin-right: 12px;
  }
  
  .time-range {
    font-size: 12px;
  }
  
  .event-name {
    font-size: 12px;
  }
  
  .topic-item {
    padding: 12px;
  }
  
  .topic-number {
    width: 28px;
    height: 28px;
    font-size: 12px;
    margin-right: 12px;
  }
  
  .topic-content {
    font-size: 12px;
  }
}

/* 酒店信息卡片样式 */
.hotel-info-card {
  background: #ffffff;
  border: 1px solid #e8f0fe;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(25, 57, 183, 0.08);
}

.hotel-header {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #f8faff;
  border-bottom: 1px solid #e8f0fe;
}

.hotel-icon {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  flex-shrink: 0;
  box-shadow: 0 2px 4px rgba(25, 57, 183, 0.1);
}

.hotel-title {
  font-size: 16px;
  font-weight: 600;
  color: #1939B7;
  line-height: 1.4;
  flex: 1;
}

.hotel-details {
  padding: 20px;
}

.detail-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}

.detail-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.detail-label {
  width: 80px;
  font-size: 14px;
  font-weight: 600;
  color: #1939B7;
  margin-right: 16px;
  flex-shrink: 0;
}

.detail-content {
  flex: 1;
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
}

.contact-link {
  color: #1939B7;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.contact-link:hover {
  color: #2B4CD9;
  text-decoration: underline;
}

.hotel-note {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  background: #fff8e1;
  border-top: 1px solid #e8f0fe;
}

.note-icon {
  font-size: 16px;
  margin-right: 12px;
  flex-shrink: 0;
}

.note-text {
  font-size: 13px;
  color: #8d6e63;
  line-height: 1.4;
  flex: 1;
}

/* 移动端响应式优化 */
@media (max-width: 768px) {
  .hotel-header {
    padding: 16px;
  }
  
  .hotel-icon {
    width: 36px;
    height: 36px;
    margin-right: 14px;
  }
  
  .hotel-title {
    font-size: 15px;
  }
  
  .hotel-details {
    padding: 16px;
  }
  
  .detail-item {
    margin-bottom: 14px;
    padding: 10px 0;
  }
  
  .detail-label {
    width: 75px;
    font-size: 13px;
    margin-right: 14px;
  }
  
  .detail-content {
    font-size: 13px;
  }
  
  .hotel-note {
    padding: 14px 16px;
  }
  
  .note-text {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .hotel-header {
    padding: 14px;
  }
  
  .hotel-icon {
    width: 32px;
    height: 32px;
    margin-right: 12px;
  }
  
  .hotel-title {
    font-size: 14px;
  }
  
  .hotel-details {
    padding: 14px;
  }
  
  .detail-item {
    margin-bottom: 12px;
    padding: 8px 0;
  }
  
  .detail-label {
    width: 70px;
    font-size: 12px;
    margin-right: 12px;
  }
  
  .detail-content {
    font-size: 12px;
  }
  
  .hotel-note {
    padding: 12px 14px;
  }
  
  .note-text {
    font-size: 11px;
  }
}

/* 会议信息卡片样式 */
.meeting-info-section {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.info-card {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #e8f0fe;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(25, 57, 183, 0.08);
  transition: all 0.3s ease;
}

.info-card:hover {
  border-color: #1939B7;
  box-shadow: 0 4px 12px rgba(25, 57, 183, 0.12);
}

.info-icon {
  width: 48px;
  height: 48px;
  background: #f8faff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  flex-shrink: 0;
  border: 2px solid #e8f0fe;
}

.info-content {
  flex: 1;
}

.info-label {
  font-size: 14px;
  font-weight: 600;
  color: #1939B7;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.info-value {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 6px;
  line-height: 1.4;
}

.info-note {
  font-size: 13px;
  color: #666666;
  line-height: 1.4;
  font-style: italic;
}

/* 移动端响应式优化 */
@media (max-width: 768px) {
  .meeting-info-section {
    margin-top: 20px;
    gap: 14px;
  }
  
  .info-card {
    padding: 16px;
    border-radius: 10px;
  }
  
  .info-icon {
    width: 44px;
    height: 44px;
    margin-right: 14px;
  }
  
  .info-label {
    font-size: 13px;
    margin-bottom: 6px;
  }
  
  .info-value {
    font-size: 15px;
    margin-bottom: 5px;
  }
  
  .info-note {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .meeting-info-section {
    margin-top: 16px;
    gap: 12px;
  }
  
  .info-card {
    padding: 14px;
    border-radius: 8px;
  }
  
  .info-icon {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
  
  .info-label {
    font-size: 12px;
    margin-bottom: 5px;
  }
  
  .info-value {
    font-size: 14px;
    margin-bottom: 4px;
  }
  
  .info-note {
    font-size: 11px;
  }
}

/* 文件下载列表样式 */
.download-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 24px;
}

.download-item {
  display: flex;
  align-items: center;
  padding: 24px;
  background: #ffffff;
  border: 2px solid #e8f0fe;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(25, 57, 183, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.download-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #1939B7 0%, #2B4CD9 100%);
  transition: width 0.3s ease;
}

.download-item:active {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(25, 57, 183, 0.15);
  border-color: #1939B7;
}

.download-item:active::before {
  width: 8px;
}

.download-icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  background: linear-gradient(135deg, #f8faff 0%, #e8f0fe 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
  border: 2px solid #e8f0fe;
  transition: all 0.3s ease;
}

.download-item:active .download-icon {
  background: linear-gradient(135deg, #e8f0fe 0%, #d0e0fc 100%);
  transform: scale(1.05);
}

.download-icon svg {
  width: 36px;
  height: 36px;
}

.download-content {
  flex: 1;
  min-width: 0;
}

.download-title {
  font-size: 18px;
  font-weight: 700;
  color: #1939B7;
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.download-desc {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
  margin: 0 0 12px 0;
}

.download-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.file-type {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background: linear-gradient(135deg, #1939B7 0%, #2B4CD9 100%);
  color: #ffffff;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.file-date {
  font-size: 13px;
  color: #999999;
  display: flex;
  align-items: center;
}

.file-date::before {
  content: '🕒';
  margin-right: 6px;
}

.download-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  height: 80px;
  padding: 12px 20px;
  background: linear-gradient(135deg, #1939B7 0%, #2B4CD9 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(25, 57, 183, 0.3);
  margin-left: 16px;
  flex-shrink: 0;
}

.download-btn svg {
  width: 24px;
  height: 24px;
  margin-bottom: 6px;
}

.download-btn span {
  white-space: nowrap;
}

.download-btn:active {
  transform: scale(0.95);
  box-shadow: 0 2px 8px rgba(25, 57, 183, 0.4);
  background: linear-gradient(135deg, #0f2a9f 0%, #1e3bb8 100%);
}

/* 移动端响应式优化 */
@media (max-width: 768px) {
  .section-title {
    font-size: 17px;
    margin-bottom: 14px;
    padding-bottom: 8px;
  }
  
  .section-title::after {
    width: 50px;
  }
  
  .download-list {
    gap: 16px;
    margin-top: 20px;
  }
  
  .download-item {
    padding: 18px;
    border-radius: 14px;
    gap: 12px;
  }
  
  .download-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    margin-right: 0;
    border-radius: 10px;
  }
  
  .download-icon svg {
    width: 30px;
    height: 30px;
  }
  
  .download-content {
    flex: 1;
    min-width: 0;
  }
  
  .download-title {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  
  .download-desc {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  
  .download-meta {
    gap: 10px;
    flex-wrap: wrap;
  }
  
  .file-type {
    padding: 4px 10px;
    font-size: 11px;
  }
  
  .file-date {
    font-size: 12px;
  }
  
  .download-btn {
    min-width: 70px;
    height: 70px;
    padding: 8px 12px;
    font-size: 13px;
    margin-left: 10px;
    border-radius: 10px;
  }
  
  .download-btn svg {
    width: 22px;
    height: 22px;
    margin-bottom: 4px;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 16px;
    margin-bottom: 12px;
    padding-bottom: 6px;
  }
  
  .section-title::after {
    width: 45px;
  }
  
  .download-list {
    gap: 12px;
    margin-top: 16px;
  }
  
  .download-item {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 14px;
    border-radius: 12px;
    align-items: flex-start;
    gap: 0;
  }
  
  .download-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    margin-right: 12px;
    margin-bottom: 0;
    border-radius: 8px;
  }
  
  .download-icon svg {
    width: 26px;
    height: 26px;
  }
  
  .download-content {
    flex: 1;
    min-width: 0;
    margin-bottom: 0;
    margin-right: 8px;
  }
  
  .download-title {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.3;
    word-break: break-word;
  }
  
  .download-desc {
    font-size: 12px;
    margin-bottom: 8px;
    line-height: 1.5;
    display: none;
  }
  
  .download-meta {
    gap: 8px;
    flex-wrap: wrap;
  }
  
  .file-type {
    padding: 3px 8px;
    font-size: 10px;
    border-radius: 4px;
  }
  
  .file-date {
    font-size: 11px;
    flex: 1 1 100%;
  }
  
  .download-btn {
    width: 60px;
    min-width: 60px;
    height: 60px;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    padding: 8px;
    font-size: 11px;
    margin-left: 0;
    border-radius: 8px;
    flex-shrink: 0;
  }
  
  .download-btn svg {
    width: 20px;
    height: 20px;
    margin-bottom: 0;
  }
  
  .download-btn span {
    font-size: 11px;
  }
}

/* 超小屏幕优化 (iPhone SE等) */
@media (max-width: 375px) {
  .section-title {
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 6px;
  }
  
  .section-title::after {
    width: 40px;
  }
  
  .download-list {
    gap: 10px;
    margin-top: 12px;
  }
  
  .download-item {
    padding: 12px;
    border-radius: 10px;
  }
  
  .download-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    margin-right: 10px;
    border-radius: 6px;
  }
  
  .download-icon svg {
    width: 24px;
    height: 24px;
  }
  
  .download-content {
    margin-right: 6px;
  }
  
  .download-title {
    font-size: 13px;
    margin-bottom: 6px;
  }
  
  .download-meta {
    gap: 6px;
  }
  
  .file-type {
    padding: 2px 6px;
    font-size: 9px;
  }
  
  .file-date {
    font-size: 10px;
  }
  
  .file-date::before {
    margin-right: 4px;
  }
  
  .download-btn {
    width: 56px;
    min-width: 56px;
    height: 56px;
    padding: 6px;
    font-size: 10px;
    border-radius: 6px;
  }
  
  .download-btn svg {
    width: 18px;
    height: 18px;
  }
  
  .download-btn span {
    font-size: 10px;
  }
}

/* 会场平面图页面专用样式 */
.floor-section {
  margin-bottom: 32px;
  background: #ffffff;
  border: 1px solid #e8f0fe;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(25, 57, 183, 0.08);
}

.floor-image-wrapper {
  width: 100%;
  padding: 16px;
  background: #f8faff;
  border-bottom: 2px solid #e8f0fe;
}

.floor-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.venue-list {
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.venue-item {
  display: flex;
  flex-direction: column;
  padding: 14px 16px;
  background: #f8faff;
  border-left: 4px solid #1939B7;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.venue-item:active {
  background: #e8f0fe;
  transform: translateX(2px);
  box-shadow: 0 2px 6px rgba(25, 57, 183, 0.15);
}

.venue-name {
  font-size: 16px;
  font-weight: 700;
  color: #1939B7;
  margin-bottom: 8px;
  line-height: 1.4;
  display: block;
}

.venue-desc {
  font-size: 14px;
  color: #333333;
  line-height: 1.6;
  margin-bottom: 6px;
  display: block;
}

.venue-desc:last-child {
  margin-bottom: 0;
}

.venue-item .venue-desc + .venue-desc {
  padding-left: 12px;
  position: relative;
  margin-top: 4px;
}

.venue-item .venue-desc + .venue-desc::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #1939B7;
  font-weight: bold;
}

/* 移动端响应式优化 */
@media (max-width: 768px) {
  .floor-section {
    margin-bottom: 24px;
    border-radius: 10px;
  }

  .floor-image-wrapper {
    padding: 12px;
  }

  .floor-image {
    border-radius: 6px;
  }

  .venue-list {
    padding: 12px 16px;
    gap: 10px;
  }

  .venue-item {
    padding: 12px 14px;
    border-left-width: 3px;
    border-radius: 6px;
  }

  .venue-name {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .venue-desc {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 5px;
  }
}

@media (max-width: 480px) {
  .floor-section {
    margin-bottom: 20px;
    border-radius: 8px;
  }

  .floor-image-wrapper {
    padding: 10px;
  }

  .floor-image {
    border-radius: 4px;
  }

  .venue-list {
    padding: 10px 12px;
    gap: 8px;
  }

  .venue-item {
    padding: 10px 12px;
    border-left-width: 3px;
    border-radius: 4px;
  }

  .venue-name {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.3;
  }

  .venue-desc {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 4px;
  }

  .venue-item .venue-desc + .venue-desc {
    padding-left: 10px;
  }
}