/* IOS微信、UC浏览器阻止字体大小调整 */
body {
  -webkit-text-size-adjust: none !important;
}
body {
  -webkit-text-size-adjust: 100% !important;
  overflow: hidden auto;
  background-color: #ffecce;
  overscroll-behavior: none;
  position: relative;
}
body.imgs {
  background: #fff;
}
.one-line {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.two-line {
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.mobile-box {
  display: none !important;
}
.web-box {
  display: block !important;
}
.banner img.web-box {
  width: 100%;
  height: auto;
}
.main {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 120px;
}
.main * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  user-select: none;
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
.main img {
  width: 100%;
  height: 100%;
}
.main .module-title {
  margin-left: 436px;
  position: relative;
  margin-top: 60px;
  margin-bottom: 40px;
}
.main .module-title.lvp {
  width: 374px;
  margin-top: 40px;
  margin-bottom: 32px;
}
.main .module-title.os {
  width: 340px;
}
.main .module-title.orbto {
  width: 485px;
}
.main .module-title.lec {
  width: 282px;
}
.main .module-title.rc {
  width: 404px;
}
.main .module-title.as {
  width: 326px;
}
.main .module-title.rr {
  width: 336px;
  margin-top: 40px;
}
.main .module-title.wa {
  width: 374px;
}
.main .module-title.ma {
  width: 344px;
}
.main .module-title.ost {
  width: 424px;
}
.main .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99;
}
.main .intro-area {
  margin-top: 32px;
  margin-bottom: 70px;
  background: url(https://i0cloud.jrjimg.cn/cloud/images/subject/2025qh/intro-bg-1.png) no-repeat top / 100% 123px;
  background-color: #fff;
  border-radius: 8px;
  padding: 48px 50px 36px;
}
.main .intro-area .title {
  font-size: 42px;
  color: #2a3840;
  line-height: 56px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
}
.main .intro-area .title::after {
  content: '';
  display: block;
  width: 62px;
  height: 3px;
  background: #00c9c7;
  position: relative;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
}
.main .intro-area .content {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 30px;
  text-align: justify;
  text-indent: 2em;
}
.main .category ul {
  background: #d93d28;
  border-radius: 18px;
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 11px 7px 11px;
}
.main .category ul li {
  min-width: 254px;
  height: 64px;
  line-height: 64px;
  cursor: pointer;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
}
.main .category ul li a {
  color: #fff;
  text-decoration: none !important;
}
.main .category ul li.active {
  background: #fff;
  border-radius: 13px 13px 2px 13px;
  position: relative;
}
.main .category ul li.active a {
  font-weight: 600;
  color: #d93d28;
}
.main .video-area .zbvw {
  width: 100%;
  max-height: 730px;
}
.main .video-area .zbvw .newhls1,
.main .video-area .zbvw #ifsone,
.main .video-area .zbvw video {
  width: 100%;
  height: 100%;
}
.main .placeholder-box {
  height: 925px;
  width: 100%;
  background-color: transparent;
}
.main .guest-speech .guest-card {
  width: 100%;
  height: 286px;
  color: #2a3840;
  padding: 56px 78px 60px 406px;
  margin-bottom: 60px;
  background-image: url(https://i0cloud.jrjimg.cn/cloud/images/subject/2025qh/bank/os-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.main .guest-speech .guest-card:last-child {
  margin-bottom: 0;
}
.main .guest-speech .guest-card img {
  width: 256px;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 38px;
}
.main .guest-speech .guest-card .guest-intro {
  font-size: 36px;
  font-weight: bold;
  position: absolute;
  top: 40px;
  left: 270px;
  display: flex;
}
.main .guest-speech .guest-card .guest-intro span {
  color: #2a3840;
  line-height: 1;
  display: inline-block;
  writing-mode: vertical-rl;
  text-align: center;
}
.main .guest-speech .guest-card .guest-intro span:first-child {
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 72px;
}
.main .guest-speech .guest-card .guest-intro span:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  margin-left: 8px;
}
.main .guest-speech .guest-card .title {
  font-weight: bold;
  margin-bottom: 24px;
  font-size: 32px;
  color: #2a3840;
  line-height: 44px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .guest-speech .guest-card .desc-box {
  padding: 25px 24px;
  box-shadow: 0px 2px 4px 0px rgba(90, 113, 191, 0.5);
  border-radius: 4px;
  background-color: rgba(237, 239, 248, 0.66);
}
.main .guest-speech .guest-card .desc-box .desc {
  font-size: 16px;
  line-height: 28px;
  color: rgba(42, 56, 64, 0.8);
}
.main .organizer-speech .organizer-card {
  height: 286px;
  padding: 44px 196px 70px 378px;
  background-image: url(https://i0cloud.jrjimg.cn/cloud/images/subject/2025qh/bank/orbto-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.main .organizer-speech .organizer-card img {
  width: 306px;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 20px;
}
.main .organizer-speech .organizer-card .title {
  font-weight: bold;
  margin-bottom: 18px;
  font-size: 32px;
  color: #2a3840;
  line-height: 44px;
}
.main .organizer-speech .organizer-card .desc {
  border-radius: 4px;
  font-size: 16px;
  color: rgba(42, 56, 64, 0.88);
  line-height: 28px;
}
.main .organizer-speech .organizer-card .org-name-box {
  position: absolute;
  bottom: 15px;
  left: 259px;
  display: flex;
  align-items: flex-end;
}
.main .organizer-speech .organizer-card .org-name-box .org-name {
  width: 144px;
  height: 48px;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #ffffff;
  line-height: 33px;
  background: url(https://i0cloud.jrjimg.cn/cloud/images/subject/2025qh/bank/org-name-bg.png) no-repeat;
  background-size: cover;
  padding-left: 51px;
}
.main .organizer-speech .organizer-card .org-name-box .org-name-title {
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
}
.main .lecture-speech .flex-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main .lecture-speech .flex-area .guest-card-item {
  width: 588px;
  margin-bottom: 20px;
}
.main .lecture-speech .flex-area .guest-card-item .topic {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  padding: 16px 24px;
  width: 100%;
  background-image: url(https://i0cloud.jrjimg.cn/cloud/images/subject/2025qh/bank/l-nav-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.main .lecture-speech .flex-area .guest-card-item .guest-card {
  padding: 22px 24px 30px;
  border-radius: 0px 12px 12px 12px;
  background-color: #fff;
}
.main .lecture-speech .flex-area .guest-card-item .guest-card .guest-intro {
  display: flex;
  align-items: center;
}
.main .lecture-speech .flex-area .guest-card-item .guest-card .guest-intro img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.main .lecture-speech .flex-area .guest-card-item .guest-card .guest-intro .names {
  padding-left: 12px;
  color: #2b2b2b;
}
.main .lecture-speech .flex-area .guest-card-item .guest-card .guest-intro .names .name {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 2px;
}
.main .lecture-speech .flex-area .guest-card-item .guest-card .guest-intro .names .duty {
  font-size: 16px;
  line-height: 20px;
}
.main .lecture-speech .flex-area .guest-card-item .guest-card .title {
  font-weight: bold;
  font-size: 18px;
  color: #2b2b2b;
  line-height: 27px;
  padding: 20px 0 8px 0;
}
.main .lecture-speech .flex-area .guest-card-item .guest-card .desc {
  font-size: 16px;
  color: #555555;
  line-height: 24px;
}
.main .lecture-speech .flex-area .guest-card-item:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
.main .rtc-area .main-img {
  width: 100%;
  height: 100%;
  display: block;
  margin-bottom: 40px;
  cursor: pointer;
  background: url(https://i0cloud.jrjimg.cn/cloud/images/subject/2025qh/bank/rc-main-bg.png) no-repeat center;
  display: flex;
  justify-content: center;
}
.main .rtc-area .main-img img {
  width: 787px;
  height: 442px;
  border-radius: 8px;
}
.main .rtc-area .flex-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main .rtc-area .flex-area .img-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #fff;
  width: 578px;
  border-radius: 8px;
}
.main .rtc-area .flex-area .img-item img {
  width: 192px;
  height: 108px;
  border-radius: 8px 0px 0px 8px;
}
.main .rtc-area .flex-area .img-item p {
  flex: 1;
  font-size: 16px;
  color: #303e4e;
  line-height: 24px;
  border-radius: 0px 8px 8px 0px;
  padding: 0 20px;
}
.main .report-release {
  position: absolute;
  left: 0;
  width: 100vw;
}
.main .report-release .module-title {
  margin-left: auto;
  margin-right: auto;
}
.main .report-release .swiper-container {
  width: 100%;
  height: 100%;
  padding: 10px 0;
}
.main .report-release .swiper-container .swiper-slide {
  width: 690px;
  height: 724px;
  background: #ffffff;
  border-radius: 8px;
  text-align: center;
  font-size: 18px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  opacity: 0.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  transition: 300ms;
  transform: scale(0.8);
}
.main .report-release .swiper-container .swiper-slide .top-box {
  position: relative;
  display: flex;
  flex-direction: column;
}
.main .report-release .swiper-container .swiper-slide .top-box img {
  width: 690px;
  height: 344px;
  border-radius: 8px;
}
.main .report-release .swiper-container .swiper-slide .top-box p {
  width: 426px;
  position: absolute;
  bottom: 25px;
  left: 30px;
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  line-height: 55px;
  text-align: left;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.main .report-release .swiper-container .swiper-slide .top-box p::before {
  position: absolute;
  content: '';
  width: 47px;
  height: 47px;
  top: -15px;
  left: -16px;
  background: url(https://i0cloud.jrjimg.cn/cloud/images/subject/2025qh/qutation-1.png) no-repeat left bottom;
  background-size: cover;
  z-index: -1;
}
.main .report-release .swiper-container .swiper-slide .top-box p::after {
  position: absolute;
  content: '';
  width: 91px;
  height: 91px;
  bottom: -50px;
  right: -66px;
  background: url(https://i0cloud.jrjimg.cn/cloud/images/subject/2025qh/qutation-2.png) no-repeat right top;
  background-size: cover;
  z-index: -1;
}
.main .report-release .swiper-container .swiper-slide .desc {
  margin-top: 47px;
  padding: 0 30px;
  font-size: 20px;
  color: #0a1542;
  line-height: 40px;
  overflow: hidden;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.main .report-release .swiper-container .swiper-slide-active,
.main .report-release .swiper-container .swiper-slide-duplicate-active {
  transform: scale(1);
  opacity: 1;
}
.main .report-release .swiper-container .swiper-pagination-bullet-active {
  background: #724636;
}
.main .report-release .swiper-container-horizontal > .swiper-pagination {
  bottom: 50px;
}
.main .report-release .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}
.main .report-release .swiper-button-prev {
  width: 47px;
  height: 23px;
  top: 90.6%;
  left: calc(50% - 310px);
  margin-top: 0;
  background-image: url(https://i0cloud.jrjimg.cn/cloud/images/subject/2025qh/prev.png);
  background-size: 100% 100%;
}
.main .report-release .swiper-button-next {
  width: 47px;
  height: 23px;
  top: 90.6%;
  right: calc(50% - 310px);
  margin-top: 0;
  background-image: url(https://i0cloud.jrjimg.cn/cloud/images/subject/2025qh/next.png);
  background-size: 100% 100%;
}
.main .atlas-section .flex-top {
  display: flex;
  justify-content: space-between;
}
.main .atlas-section .flex-top .swiper-container2 {
  width: 787px;
  height: 482px;
  padding-bottom: 40px;
  overflow: hidden;
  border-radius: 8px;
}
.main .atlas-section .flex-top .swiper-container2 .swiper-slide {
  width: 100% !important;
  height: 100%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
}
.main .atlas-section .flex-top .swiper-container2 .swiper-slide .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .atlas-section .flex-top .swiper-container2 .swiper-pagination2 {
  text-align: right;
  padding-right: 58px;
  margin-top: 20px;
}
.main .atlas-section .flex-top .swiper-container2 .swiper-pagination2 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin-left: 16px;
  background: #d8d8d8;
  opacity: 1;
}
.main .atlas-section .flex-top .swiper-container2 .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #724636;
}
.main .atlas-section .flex-top .right-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 442px;
}
.main .atlas-section .flex-top .right-box img {
  width: 376px;
  height: 212px;
  border-radius: 8px;
}
.main .atlas-section .flex-area {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
}
.main .atlas-section .flex-area img {
  width: 376px;
  height: 212px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.main .atlas-section .flex-area img:nth-last-child(-n + 3) {
  margin-bottom: 0;
}
.main .atlas-section .more-img {
  font-size: 20px;
  color: #005fff;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  right: 120px;
}
.main .atlas-section .more-img img {
  width: 16px;
  height: 16px;
  margin-left: 10px;
  margin-right: 37px;
}
.main .atlas-section .bigImg {
  width: 1200px;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  visibility: hidden;
}
.main .atlas-section .bigImg .swiper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.main .atlas-section .bigImg .swiper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.main .atlas-section .bigImg .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .atlas-section .bigImg .mySwiper {
  width: 100%;
  height: 675px;
}
.main .atlas-section .bigImg .mySwiper .swiper-button-next,
.main .atlas-section .bigImg .mySwiper .swiper-button-prev {
  top: 40%;
  width: 35px;
  height: 35px;
  background-size: 100% 100%;
}
.main .atlas-section .bigImg .mySwiper2 {
  height: 149px;
  margin-top: 30px;
}
.main .atlas-section .bigImg .mySwiper2 .swiper-slide {
  width: 264px;
  border-radius: 16px;
  height: 100%;
  overflow: hidden;
  opacity: 1;
}
.main .widespread-awards .award-tab {
  width: 1200px;
  background: #f8f9fd;
  padding: 24px 32px 0;
  border-radius: 8px;
  margin-bottom: 12px;
}
.main .widespread-awards .award-tab .award-title {
  font-size: 32px;
  color: #2a3840;
  line-height: 44px;
  cursor: pointer;
  font-weight: bold;
  white-space: no-wrap;
  position: relative;
  padding-bottom: 17px;
}
.main .widespread-awards .award-tab .award-title::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  top: 8px;
  right: 0;
  background: url(https://i0cloud.jrjimg.cn/cloud/images/subject/2025qh/bank/arrow3.png);
  background-size: cover;
}
.main .widespread-awards .award-tab .award-list {
  display: none;
  padding: 10px 0;
}
.main .widespread-awards .award-tab .award-list .award-name {
  width: 320px;
  margin: 12px 24px 12px 0;
  height: 80px;
  background: #f5f5f5;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  color: #2a3840;
  line-height: 24px;
}
.main .widespread-awards .award-tab .award-list .award-name:nth-child(3n + 3) {
  margin-right: 0;
}
.main .widespread-awards .award-tab .award-list .award-name::before {
  content: '';
  display: block;
  background: url(https://i0cloud.jrjimg.cn/cloud/images/subject/2025qh/bank/prize-de-left.png) no-repeat center / 100%;
  height: 60px;
  width: 28px;
  position: absolute;
  top: 12px;
  left: 20px;
}
.main .widespread-awards .award-tab .award-list .award-name::after {
  content: '';
  display: block;
  background: url(https://i0cloud.jrjimg.cn/cloud/images/subject/2025qh/bank/prize-de-right.png) no-repeat center / 100%;
  height: 60px;
  width: 28px;
  position: absolute;
  top: 12px;
  right: 20px;
}
.main .widespread-awards .award-tab.active .award-title {
  border-bottom: 1px solid #e4e4e4;
}
.main .widespread-awards .award-tab.active .award-title::before {
  background: url(https://i0cloud.jrjimg.cn/cloud/images/subject/2025qh/bank/arrow4.png);
  background-size: cover;
}
.main .widespread-awards .award-tab.active .award-title::after {
  position: absolute;
  content: '';
  width: 284px;
  height: 7px;
  bottom: -4px;
  left: 0;
  background-color: #fec12f;
}
.main .widespread-awards .award-tab.active .award-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main .widespread-awards .award-box {
  width: 1200px;
  border-radius: 21px;
  background: #ffffff;
  position: fixed;
  padding: 47px 60px 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  z-index: 102;
  text-align: center;
}
.main .widespread-awards .award-box #closeModalBtn {
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.main .widespread-awards .award-box .modal-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.main .widespread-awards .award-box .modal-title h1 {
  font-size: 32px;
}
.main .widespread-awards .award-box .flex-box1 {
  display: flex;
  max-height: 600px;
  overflow-y: scroll;
}
.main .widespread-awards .award-box .flex-box1::-webkit-scrollbar {
  width: 0;
}
.main .meeting-agenda .agenda-select {
  font-size: 32px;
  line-height: 44px;
  display: flex;
  margin: 10px 0 65px;
  justify-content: center;
}
.main .meeting-agenda .agenda-select div {
  margin-right: 70px;
  cursor: pointer;
  color: #2a3840;
}
.main .meeting-agenda .agenda-select div.active {
  position: relative;
  font-weight: 700;
}
.main .meeting-agenda .agenda-select div.active::after {
  position: absolute;
  content: '';
  width: 61px;
  height: 7px;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #fec12f;
  border-radius: 4px;
}
.main .meeting-agenda .time-line {
  position: relative;
}
.main .meeting-agenda .time-line::before {
  content: '';
  position: absolute;
  height: calc(100% - 80px);
  left: 7px;
  top: 40px;
  width: 1px;
  background: #545251;
  display: block;
}
.main .meeting-agenda .item {
  display: flex;
  position: relative;
  align-items: center;
  margin: 0 0 12px 0;
}
.main .meeting-agenda .item img {
  width: 16px;
  height: 16px;
  margin-right: 22px;
}
.main .meeting-agenda .item .item-con {
  width: 100%;
  background: #f8f9fd;
  border-radius: 8px;
  font-size: 20px;
  color: #0a1542;
  line-height: 1;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .meeting-agenda .item .item-con .time {
  color: #952213;
}
.main .meeting-agenda .item:nth-child(2n + 2) .item-con {
  background: rgba(253, 246, 236, 0.8);
}
.main .meeting-agenda .agenda-2 {
  display: none;
}
.main .organizational .organization-list {
  box-sizing: border-box;
  display: flex;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  padding: 30px;
  background: url(https://i0cloud.jrjimg.cn/cloud/images/subject/2025qh/bank/organization-bg.png) no-repeat center;
  background-size: cover;
}
.main .organizational .organization-list .block {
  width: 100%;
}
.main .organizational .organization-list li {
  width: 100%;
  margin-bottom: 6px;
  display: flex;
}
.main .organizational .organization-list li .jgimg {
  padding-right: 20px;
  flex: 1;
}
.main .organizational .organization-list li .jgimg.top {
  padding-top: 10px;
}
.main .organizational .organization-list li img {
  width: 168px;
  height: 60px;
  border-radius: 4px;
}
.main .organizational .organization-list li span {
  position: relative;
  width: 106px;
}
@media screen and (max-width: 750px) {
  body {
    overflow-x: hidden;
    scrollbar-width: none;
  }
  body::-webkit-scrollbar {
    display: none;
  }
  .mobile-box {
    display: block !important;
  }
  .subject-header,
  .footer,
  .web-box {
    display: none !important;
  }
  .banner {
    width: 100%;
    display: block;
    background: none;
  }
  .banner::before {
    display: none;
  }
  .banner img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .main {
    width: 7.02rem;
    margin: 0 auto;
  }
  .main * {
    box-sizing: border-box;
  }
  .main img {
    width: 100%;
    height: 100%;
  }
  .main .module-title {
    margin-left: 0;
    position: relative;
    margin-top: 0.6rem;
    margin-bottom: 0.32rem;
    font-size: 0;
  }
  .main .module-title.lvp {
    width: 3.74rem;
    margin-top: 0.4rem;
    margin-bottom: 0.32rem;
  }
  .main .module-title.os {
    width: 3.4rem;
  }
  .main .module-title.orbto {
    width: 4.85rem;
  }
  .main .module-title.lec {
    width: 2.82rem;
  }
  .main .module-title.rc {
    width: 4.04rem;
  }
  .main .module-title.as {
    width: 3.26rem;
  }
  .main .module-title.rr {
    width: 3.36rem;
    margin-top: 0.6rem;
  }
  .main .module-title.wa {
    width: 3.74rem;
  }
  .main .module-title.ma {
    width: 3.44rem;
  }
  .main .module-title.ost {
    width: 4.24rem;
  }
  .main .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
  }
  .main .intro-area {
    margin-top: 0.48rem;
    margin-bottom: 0.6rem;
    background: url(https://i0cloud.jrjimg.cn/cloud/images/subject/2025qh/intro-bg-h5-1.png) no-repeat top / 100% auto;
    background-color: #fff;
    border-radius: 8px;
    padding: 0.42rem 0.4rem 1rem;
  }
  .main .intro-area .title {
    font-size: 0.4rem;
    line-height: 0.56rem;
    margin-bottom: 0.54rem;
  }
  .main .intro-area .title::after {
    width: 0.62rem;
    height: 0.03rem;
    top: 0.16rem;
  }
  .main .intro-area .content {
    font-size: 0.28rem;
    line-height: 0.44rem;
    text-align: left;
  }
  .main .category ul {
    width: 100%;
    border-radius: 0.2rem;
    padding: 0.1rem 0.11rem;
    display: flex;
    flex-wrap: wrap;
  }
  .main .category ul li {
    box-sizing: border-box;
    min-width: 1.44rem;
    height: 0.66rem;
    line-height: 1;
    padding: 0.17rem 0.1rem;
    font-size: 0.32rem;
    white-space: nowrap;
    text-align: center;
    margin: 0 0.08rem;
  }
  .main .category ul li:nth-child(4n + 1) {
    margin-left: 0;
  }
  .main .category ul li:nth-child(4n + 4) {
    margin-right: 0;
  }
  .main .category ul li.active {
    border-radius: 0.13rem 0.13rem 0.02rem 0.13rem;
  }
  .main .video-area .zbvw {
    width: 100%;
    max-height: 4.46rem;
  }
  .main .video-area .zbvw .newhls1,
  .main .video-area .zbvw #ifsone,
  .main .video-area .zbvw video {
    width: 100%;
    height: 100%;
  }
  .main .guest-speech .guest-card {
    width: 100%;
    height: 3rem;
    padding: 0.33rem 0.24rem 0.33rem 2.62rem;
    margin-bottom: 0.4rem;
    background-image: url(https://i0cloud.jrjimg.cn/cloud/images/subject/2025qh/bank/os-bg-h5.png);
  }
  .main .guest-speech .guest-card img {
    width: 2.47rem;
    height: auto;
    left: 0;
  }
  .main .guest-speech .guest-card .guest-intro {
    top: 0.33rem;
    left: 1.8rem;
  }
  .main .guest-speech .guest-card .guest-intro span:first-child {
    font-size: 0.32rem;
    padding-bottom: 0.72rem;
  }
  .main .guest-speech .guest-card .guest-intro span:nth-child(2) {
    font-size: 0.16rem;
    margin-left: 0.08rem;
  }
  .main .guest-speech .guest-card .title {
    margin-bottom: 0.36rem;
    font-size: 0.32rem;
    line-height: 0.44rem;
    white-space: unset;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .main .guest-speech .guest-card .desc-box {
    padding: 0.18rem 0.16rem;
    box-shadow: 0 0.02rem 0.04rem 0 rgba(90, 113, 191, 0.5);
    border-radius: 0.04rem;
  }
  .main .guest-speech .guest-card .desc-box .desc {
    border-radius: 0.04rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  .main .organizer-speech .organizer-card {
    margin: 0 -0.24rem;
    height: 2.98rem;
    padding: 0.44rem 0.54rem 0.82rem 2.67rem;
    background-image: url(https://i0cloud.jrjimg.cn/cloud/images/subject/2025qh/bank/orbto-bg-h5.png);
  }
  .main .organizer-speech .organizer-card img {
    width: 2.86rem;
    height: auto;
    left: 0;
  }
  .main .organizer-speech .organizer-card .title {
    margin-bottom: 0.16rem;
    font-size: 0.32rem;
    line-height: 0.44rem;
  }
  .main .organizer-speech .organizer-card .desc {
    font-size: 0.16rem;
    line-height: 0.28rem;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .main .organizer-speech .organizer-card .org-name-box {
    bottom: 0.15rem;
    left: 2.3rem;
  }
  .main .organizer-speech .organizer-card .org-name-box .org-name {
    width: 1.44rem;
    height: 0.48rem;
    font-size: 0.24rem;
    line-height: 0.33rem;
    padding-left: 0.51rem;
  }
  .main .organizer-speech .organizer-card .org-name-box .org-name-title {
    font-size: 0.16rem;
    line-height: 0.22rem;
  }
  .main .lecture-speech .flex-area .guest-card-item {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .main .lecture-speech .flex-area .guest-card-item .topic {
    font-size: 0.32rem;
    padding: 0.16rem 0.24rem;
    background-image: url(https://i0cloud.jrjimg.cn/cloud/images/subject/2025qh/bank/l-nav-bg-h5.png);
  }
  .main .lecture-speech .flex-area .guest-card-item .guest-card {
    padding: 0.24rem;
    border-radius: 0 0.14rem 0.14rem 0.14rem;
  }
  .main .lecture-speech .flex-area .guest-card-item .guest-card .guest-intro img {
    width: 0.8rem;
    height: 0.8rem;
  }
  .main .lecture-speech .flex-area .guest-card-item .guest-card .guest-intro .names {
    padding-left: 0.16rem;
  }
  .main .lecture-speech .flex-area .guest-card-item .guest-card .guest-intro .names .name {
    font-size: 0.32rem;
    line-height: 1;
    margin-bottom: 0.1rem;
  }
  .main .lecture-speech .flex-area .guest-card-item .guest-card .guest-intro .names .duty {
    font-size: 0.16rem;
    line-height: 0.2rem;
  }
  .main .lecture-speech .flex-area .guest-card-item .guest-card .title {
    font-size: 0.28rem;
    line-height: 0.44rem;
    padding: 0.18rem 0;
  }
  .main .lecture-speech .flex-area .guest-card-item .guest-card .desc {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
  .main .lecture-speech .flex-area .guest-card-item:nth-last-child(-n + 2) {
    margin-bottom: 0.4rem;
  }
  .main .lecture-speech .flex-area .guest-card-item:last-child {
    margin-bottom: 0;
  }
  .main .rtc-area .main-img {
    border-radius: 0.08rem 0.08rem 0 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    cursor: pointer;
    padding: 0.08rem 0.08rem 0 0.08rem;
    background: none;
    background-color: #fff;
  }
  .main .rtc-area .main-img img {
    border-radius: 0.2rem;
    width: 100%;
    height: 100%;
  }
  .main .rtc-area .flex-area {
    background-color: #fff;
    border-radius: 0 0 0.08rem 0.08rem;
  }
  .main .rtc-area .flex-area .img-item {
    width: 100%;
    margin-bottom: 0;
    padding: 0.16rem 0.09rem 0.16rem 0.16rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .main .rtc-area .flex-area .img-item p {
    width: 4.55rem;
    font-size: 0.28rem;
    line-height: 0.48rem;
    padding: 0 0.24rem 0 0;
  }
  .main .rtc-area .flex-area .img-item img {
    width: 1.92rem;
    height: 1.13rem;
    border-radius: 0.06rem;
  }
  .main .report-release {
    position: relative;
    width: 100%;
  }
  .main .report-release .module-title {
    margin-left: 0;
    margin-right: unset;
  }
  .main .report-release .swiper-container {
    width: 98%;
    height: 100%;
    padding: 10px 0;
  }
  .main .report-release .swiper-container .swiper-slide {
    width: 98%;
    height: 8.8rem;
    border-radius: 0.08rem;
    font-size: 0.36rem;
    line-height: 0.55rem;
    box-shadow: 0 0.04rem 0.08rem 0 rgba(0, 0, 0, 0.15);
  }
  .main .report-release .swiper-container .swiper-slide .top-box img {
    width: 100%;
    height: 3.44rem;
    border-radius: 0.08rem;
  }
  .main .report-release .swiper-container .swiper-slide .top-box p {
    width: 4.26rem;
    bottom: 0.25rem;
    left: 0.3rem;
    font-size: 0.36rem;
    line-height: 0.55rem;
    text-shadow: 0 0.02rem 0.04rem 0 rgba(0, 0, 0, 0.15);
  }
  .main .report-release .swiper-container .swiper-slide .top-box p::before {
    width: 0.47rem;
    height: 0.47rem;
    top: -0.15rem;
    left: -0.16rem;
  }
  .main .report-release .swiper-container .swiper-slide .top-box p::after {
    width: 0.91rem;
    height: 0.91rem;
    bottom: -0.5rem;
    right: -0.4rem;
  }
  .main .report-release .swiper-container .swiper-slide .desc {
    margin-top: 0.4rem;
    padding: 0 0.3rem;
    font-size: 0.28rem;
    line-height: 0.48rem;
    text-align: left;
    -webkit-line-clamp: 8;
    line-clamp: 8;
  }
  .main .report-release .swiper-container-horizontal > .swiper-pagination {
    bottom: 0.5rem;
    width: 100%;
  }
  .main .report-release .swiper-pagination-bullet {
    width: 0.14rem;
    height: 0.14rem;
  }
  .main .report-release .swiper-button-prev {
    width: 0.47rem;
    height: 0.23rem;
    top: 91.2%;
    left: calc(50% - 3.1rem);
  }
  .main .report-release .swiper-button-next {
    width: 0.47rem;
    height: 0.23rem;
    top: 91.2%;
    right: calc(50% - 3.1rem);
  }
  .main .atlas-section .flex-top {
    background-color: #fff;
    border-radius: 0.08rem 0.08rem 0 0;
    padding: 0.1rem 0.08rem 0 0.08rem;
  }
  .main .atlas-section .flex-top .swiper-container2 {
    width: 100%;
    height: 3.88rem;
    padding-bottom: 0.4rem;
    border-radius: 0.2rem;
  }
  .main .atlas-section .flex-top .swiper-container2 .swiper-slide {
    width: 100% !important;
    height: 100%;
    border-radius: 0.2rem;
  }
  .main .atlas-section .flex-top .swiper-container2 .swiper-pagination2 {
    padding-right: 0.32rem;
    margin-top: 0.16rem;
    height: 0.12rem;
    display: flex;
    justify-content: flex-end;
  }
  .main .atlas-section .flex-top .swiper-container2 .swiper-pagination2 .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    margin-left: 0.16rem;
  }
  .main .atlas-section .flex-top .swiper-container2 .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2a3840;
  }
  .main .atlas-section .flex-top .right-box {
    display: none;
  }
  .main .atlas-section .flex-area {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #fff;
    padding: 0.08rem 0.08rem 0.26rem 0.08rem;
    border-radius: 0 0 0.08rem 0.08rem;
  }
  .main .atlas-section .flex-area img {
    width: 3.35rem;
    height: 1.96rem;
    border-radius: 0.08rem;
    margin-bottom: 0.17rem;
  }
  .main .atlas-section .flex-area img:nth-last-child(-n + 3) {
    margin-bottom: 0.17rem;
  }
  .main .atlas-section .more-img {
    font-size: 0.3rem;
    color: #005fff;
    line-height: 0.42rem;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    bottom: unset;
    right: unset;
  }
  .main .atlas-section .more-img img {
    width: 0.22rem;
    height: 0.22rem;
    margin-left: 0.1rem;
    margin-right: 0.37rem;
  }
  .main .img-list {
    margin: 0.3rem 0;
  }
  .main .img-list img {
    margin-bottom: 0.3rem;
  }
  .main .back-btn {
    position: fixed;
    bottom: 0.4rem;
    right: 0.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.2rem;
    line-height: 0.28rem;
    width: 1.17rem;
    height: 1.17rem;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0.2rem;
    border: 0.04rem solid #ffffff;
    color: #fff;
  }
  .main .back-btn .back-icon-h5 {
    width: 0.36rem;
    height: 0.36rem;
    margin-bottom: 0.1rem;
  }
  .main .widespread-awards .award-tab {
    width: 100%;
    border-radius: 0.08rem;
    margin-bottom: 0.12rem;
    padding: 0.24rem 0.32rem 0;
  }
  .main .widespread-awards .award-tab .award-title {
    font-size: 0.32rem;
    line-height: 0.44rem;
    padding-bottom: 0.17rem;
  }
  .main .widespread-awards .award-tab .award-title::before {
    width: 0.3rem;
    height: 0.3rem;
    top: 0.08rem;
  }
  .main .widespread-awards .award-tab .award-list .award-name {
    width: 3.03rem;
    margin: 0.08rem 0.24rem 0.08rem 0;
    border-radius: 0.04rem;
    font-size: 0.24rem;
    line-height: 0.32rem;
    height: 0.84rem;
  }
  .main .widespread-awards .award-tab .award-list .award-name::before {
    width: 0.07rem;
    height: 0.07rem;
  }
  .main .widespread-awards .award-tab .award-list .award-name::before {
    height: 0.6rem;
    width: 0.28rem;
    top: 0.12rem;
    left: 0.2rem;
  }
  .main .widespread-awards .award-tab .award-list .award-name::after {
    height: 0.6rem;
    width: 0.28rem;
    top: 0.12rem;
    right: 0.2rem;
  }
  .main .widespread-awards .award-tab .award-list .award-name:nth-child(2n + 2) {
    margin-right: 0;
  }
  .main .widespread-awards .award-tab .award-list .award-name:nth-child(3n + 3) {
    margin-right: 0.24rem;
  }
  .main .widespread-awards .award-tab .award-list .award-name .two-line {
    max-width: 1.68rem;
  }
  .main .widespread-awards .award-tab.active .award-title::before {
    background: url(https://i0cloud.jrjimg.cn/cloud/images/subject/2025qh/bank/arrow4.png);
    background-size: cover;
  }
  .main .widespread-awards .award-tab.active .award-title::after {
    width: 2.84rem;
    height: 0.07rem;
    bottom: -0.04rem;
  }
  .main .widespread-awards .award-box {
    width: 6.9rem;
    max-height: 11.52rem;
    margin: 0;
    border-radius: 0.2rem;
    padding: 0.3rem;
  }
  .main .widespread-awards .award-box #closeModalBtn {
    width: 0.36rem;
    height: 0.36rem;
  }
  .main .widespread-awards .award-box .modal-title {
    margin-bottom: 0.2rem;
  }
  .main .widespread-awards .award-box .modal-title h1 {
    font-size: 0.32rem;
  }
  .main .widespread-awards .award-box .flex-box1 {
    display: block;
    max-height: 6rem;
  }
  .main .widespread-awards .award-box .flex-box1 img {
    width: 100%;
    height: auto;
  }
  .main .meeting-agenda .agenda-select {
    font-size: 0.32rem;
    line-height: 0.44rem;
    margin: 0.1rem 0 0.33rem;
  }
  .main .meeting-agenda .agenda-select div {
    margin-right: 0.7rem;
  }
  .main .meeting-agenda .agenda-select div.active::after {
    width: 0.61rem;
    height: 0.07rem;
    bottom: -0.14rem;
    border-radius: 0.04rem;
  }
  .main .meeting-agenda .time-line::before {
    height: calc(100% - 0.8rem);
    left: 0.07rem;
    top: 0.4rem;
    width: 1px;
  }
  .main .meeting-agenda .item {
    margin: 0 0 0.3rem 0;
  }
  .main .meeting-agenda .item img {
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.33rem;
  }
  .main .meeting-agenda .item .item-con {
    border-radius: 0.08rem;
    font-size: 0.28rem;
    padding: 0.18rem 0.16rem;
  }
  .main .meeting-agenda .item .item-con .time {
    align-self: flex-end;
  }
  .main .organizational .organization-list {
    font-size: 0.28rem;
    line-height: 0.4rem;
    padding: 0.34rem 0.32rem;
    flex-direction: column;
    background: url(https://i0cloud.jrjimg.cn/cloud/images/subject/2025qh/bank/organization-bg-h5.png) no-repeat center;
  }
  .main .organizational .organization-list li .jgimg {
    padding-right: 0;
  }
  .main .organizational .organization-list li .jgimg.top {
    padding-top: 0.06rem;
  }
  .main .organizational .organization-list li img {
    width: 1.68rem;
    height: 0.6rem;
    border-radius: 0.04rem;
  }
  .main .organizational .organization-list li span {
    width: 1.5rem;
  }
}
