.mg_rg2 {
  margin-right: 2px;
}

.calendar-warp {
  position: relative;
}

.calendar-warp .search_calendar {
  line-height: 47px;
  padding-left: 16px;
}

.calendar-warp .search_calendar .time_null {
  color: #6F6F6F;
}

.search_calendar_left {
  border-radius: 24px 0px 0px 24px !important;
}

.search_calendar_right {
  border-radius: 0px 24px 24px 0px !important;
}

.time_range {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
  opacity: 0;
}

/*** 临时公告 Start ***/
.investmentList {
  text-align: left;
}

.investmentList .notice-li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid #E0E0E0;
}

.investmentList .notice-li:hover {
  background-color: #E8E8E8;
}

.investmentList .notice-li .download-groups:hover .download_defalt {
  display: none;
}

.investmentList .notice-li .download-groups:hover .download_hover {
  display: block;
}

.investmentList .notice-li:first-child {
  border-top: 1px solid #E0E0E0;
}

.investmentList .notice-li .notice-title {
  flex: 1;
  color: #161616;

  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.investmentList .notice-li:hover .notice-title {
  color: #FF7A00 !important;
}

.investmentList .notice-li .notic-date {
  display: block;
  width: 74px;
  text-align: justify;
  font-family: WixMadeforText;
}

.investmentList .notice-li .notice-list-title {
  display: block;
}

.investmentList .notice-li .notice-grid-title {
  display: none;
}

.investmentList .notice-li .notice-date {
  color: #525252;
  font-size: 14px;
  line-height: 18px;
  margin-right: 32px;
  flex-shrink: 0;
  font-family: monospace;
}

/*** 临时公告 end ***/

/*** 定期报告 Start ***/
.switch-styles {
  flex: 1;
  justify-content: flex-end;
}

.switch-styles .switch-tab {
  width: 48px;
  height: 48px;
  padding: 13px 13px 14px 13px;
  border: 1px solid #161616;
  cursor: pointer;
}

.switch-styles .switch-tab-left {
  border-radius: 50%;
  margin-right: 8px;
}

.switch-styles .switch-tab-right {
  border-radius: 50%;
}

.switch-styles .switch-tab img {
  width: 20px;
  height: 20px;
  vertical-align: top;
}

.switch-styles .switch-tab .white {
  display: none;
}

.switch-styles .switch-tab-active {
  background-color: #161616;
}

.switch-styles .switch-tab-active .black {
  display: none;
}

.switch-styles .switch-tab-active .white {
  display: block;
}

.investmentList .notice-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px;
}

.investmentList .notice-grid .notice-li .notice-list-title {
  display: none;
}

.investmentList .notice-grid .notice-li .notice-grid-title {
  display: block;
}

#reportsList .notice-grid .notice-li {
  align-items: flex-start;
  position: relative;
  width: 256px;
  height: 301px;
  padding-top: 24px;
  cursor: pointer;
  white-space: pre-wrap;
  border: none;
  border-radius: 32px;
  overflow: hidden;
  background: url('../img/notice_vertical_bg2.webp') no-repeat;
  background-size: 100% 100%;
}

#reportsList .notice-list .hover_rise {
  transform: none !important;
  box-shadow: none !important;
}

/* 年度 */
#reportsList .notice-grid .notice-li-bg0 {
  background: url('../img/notice_vertical_bg0.webp') no-repeat;
  background-size: 100% 100%;
}

/* 半年报 */
#reportsList .notice-grid .notice-li-bg1 {
  background: url('../img/notice_vertical_bg1.webp') no-repeat;
  background-size: 100% 100%;
}

/* 季度报 */
#reportsList .notice-grid .notice-li-bg2 {}

#reportsList .notice-grid .notice-li .notice-title {
  color: #161616;

  font-size: 28px;
  line-height: 36px;
  white-space: pre-wrap;
  cursor: pointer;
}

.notice-li .download-groups {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.investmentList .notice-grid .notice-li .download-groups {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 24px;
  height: 24px;
  font-size: 0;
}

.notice-li .download-groups img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.investmentList .notice-li .download-groups .download_hover {
  display: none;
}

/*** 定期报告 end ***/

/*** 多媒体资料 Start ***/
.videoLibrary {
  justify-content: space-between;
}

.vl-groups {
  display: grid;
  grid-template-columns: repeat(3, 352px);
  gap: 32px;
}

.vl-groups .vl-card {
  position: relative;
  height: 198px;
  border-radius: 32px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 16px;
}

.vl-groups .vl-card:last-child {
  margin: 0;
}

.vl-groups .vl-card .vl-cover {
  position: relative;
  width: 100%;
  height: 198px;
  overflow: hidden;
  margin-bottom: 16px;
}

.vl-groups .vl-card .vl-cover .vl-cover-img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  transition: all 0.2s linear;
}

.vl-groups .vl-card .vl-cover .video_play,
.vl-groups .vl-card .vl-cover .video_play_hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
}

.vl-groups .vl-title {
  width: 100%;
  height: 32px;
  padding-left: 16px;
  color: #161616;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-turning {
  justify-content: flex-end;
  margin-top: 32px;
}

.page-turning-btn .icon_disable {
  display: none;
}

.page-turning-disable .icon_disable {
  display: block;
}

.page-turning .page-turning-active {
  cursor: pointer;
}

.page-turning-disable .page-turning-active {
  display: none !important;
}

#videoPlayWrap .modal-dialog .modal-content .modal-header {
  justify-content: flex-end;
}

#videoPlayWrap .modal-dialog .modal-content .modal-header .status-close {
  padding: 5px;
  cursor: pointer;
}

.journal-groups {
  display: flex;
}

.journal-groups:last-child {
  margin: 0;
}

.journal-groups .journal-type {
  width: 352px;
  margin-right: 32px;
  text-align: left;
  flex-shrink: 0;
  color: #161616;

  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
}

.journal-groups .journal-con {
  width: 736px;
}

.journal-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 48px;
  padding-right: 96px;
}

.journal-li {
  width: 256px;
}

.journal-li .journal-cover {
  width: 256px;
  height: 350px;
  margin-bottom: 24px;
  cursor: pointer;
}

.journal-list-4 {
  display: grid;
  grid-template-columns: repeat(4, 232px);
  grid-gap: 0 64px;
}

.journal-list-4 .journal-li {
  width: 232px;
}

.journal-list-4 .journal-cover {
  width: 100%;
  height: 330px;
}

.journal-list .journal-li:nth-child(even) {
  justify-self: end;
}

.journal-li .journal-cover img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.journal-li .journal-name {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
  color: #161616;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  cursor: pointer;
}

.journal-li .journal-name:hover {
  color: #FF7A00;
}

.journal-li .journal-download {
  justify-content: flex-end;
  font-size: 0;
}

.journal-li .journal-download .download-icon img {
  width: 20px;
  height: 20px;
  vertical-align: top;
}

.dl_hover {
  display: none;
}

.download-icon:hover .dl_default {
  display: none;
}

.download-icon:hover .dl_hover {
  display: block;
}

.journal-li .journal-download .download-type a {
  color: #FF5F00;
  font-size: 12px;
  line-height: 16px;
  margin-left: 12px;
}

.journal-li .journal-download .download-type a:hover {
  color: #FFA42A;
}

.data-package-groups {
  display: flex;
}

.data-package-groups .dp-wrap {
  position: relative;
  width: 352px;
  height: 144px;
  background: #F4F4F4;
  margin-right: 32px;
  border-radius: 32px;
  overflow: hidden;
}

.data-package-groups .dp-wrap .dp-con {
  width: 100%;
  height: 100%;
  padding: 20px 22px;
}

.data-package-groups .dp-wrap:last-child {
  margin: 0;
}

.data-package-groups .dp-wrap .dp-name {
  color: #161616;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
}

.data-package-groups .dp-wrap:hover .dp-name {
  color: #FF7A00;
}

.data-package-groups .dp-wrap .download-icon {
  position: absolute;
  bottom: 20px;
  left: 22px;
  font-size: 0;
}

/*** 多媒体资料 end ***/


/*** 投资者关系 Start ***/
.investor-Relations-title {
  color: #161616;
  font-size: 40px;
  font-style: normal;
  font-weight: 350;
  line-height: 48px;
  margin-bottom: 32px;
}

.investor-Relations-title span {
  color: #FF7A00;
}

.investor-Relations-desc {
  color: #161616;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.investor-Relations-desc.mobile {
  display: none;
}

.investor-Relations-card {
  justify-content: space-between;
}

.investor-Relations-card .ir_banner {
  width: 447px;
  height: 240px;
  flex-shrink: 0;
  border-radius: 32px;
}

.investor-Relations-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 144px;
  padding: 32px 64px;
  border-radius: 32px;
  background: #F4F4F4;
}

.investor-Relations-card .ir_card_title {
  width: 100%;
  color: #161616;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 28px;
  font-family: WixMadeforText, SourceHanSansCN;
}

.investor-Relations-card .ir_time {
  width: 100%;
  color: #525252;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.investor-Relations-card .ir_time span {
  color: #8D8D8D;
}

.investor-Relations-card .ir_count {
  position: relative;
  color: #161616;
  font-family: WixMadeforDisplay;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  padding-left: 19px;
  margin-bottom: 4px;
}

.investor-Relations-card .ir_count span {
  position: absolute;
  bottom: 6px;
  left: 1px;
  display: block;
  width: 19px;
  height: 36px;
  color: #161616;
  font-family: WixMadeforDisplay;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.investor-Relations-card .ir_rise_fall {
  position: relative;
  font-family: WixMadeforText;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding-left: 12px;
}

.investor-Relations-card .ir_card_middle {
  display: flex;
  align-items: center;
}

.rise_fall_wrap {
  margin-left: 32px;
}

.investor-Relations-card .ir_rise_fall span {
  position: absolute;
  top: 0px;
  left: 0;
  display: block;
  width: 12px;
  height: 28px;
  font-size: 18px;
  font-weight: 500;
}

.investor-Relations-card .ir_rise {
  color: #EC440A;
}

.investor-Relations-card .ir_fall {
  color: #24A148;
}

.investor-Relations-card .ir_card_li {
  color: #161616;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 4px;
}

.investor-Relations-card .ir_card_li:last-child {
  margin: 0;
}

.investor-Relations-card .ir_card_li span {
  display: inline-block;
  width: 80px;
}

.pr_list_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  grid-gap: 32px;
}

.pr_list_wrap .pr_list_li {
  position: relative;
  height: 320px;
  border-radius: 32px;
  /* box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0.12); */
}

.pr_list_wrap .pr_list_horizontal {
  height: 240px;
}

.pr_list_wrap .pr_list_li:nth-child(1) {
  grid-column-end: span 2;
}

.pr_list_wrap .pr_list_li:nth-child(2) {
  grid-column-end: span 2;
}

.quarter-li-hor-bg0 {
  background: url('../img/notice_horizontal_bg0.webp') no-repeat;
  background-size: 100% 100%;
}

.quarter-li-hor-bg1 {
  background: url('../img/notice_horizontal_bg1.webp') no-repeat;
  background-size: 100% 100%;
}

.quarter-li-hor-bg2 {
  background: url('../img/notice_horizontal_bg2.webp') no-repeat;
  background-size: 100% 100%;
}

.pr_list_wrap .pr_list_li_title {
  color: #161616;
  font-family: WixMadeforDisplay, SourceHanSansCN;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  padding: 24px 24px 0;
}

.pr_list_wrap .pr_list_li_title span {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.pr_download {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}

.pr_download img {
  width: 24px;
  height: 24px;
  vertical-align: top;
}

.exchange-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}

.exchange-grid .exchange-li-wrap {
  border-radius: 32px;
  overflow: hidden;
}

.exchange-grid .exchange-li {
  height: 320px;
  padding: 32px;
  background: #F4F4F4;
}

.exchange-grid .exchange-li-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: space-between;
  justify-content: center;
}

.exchange-grid .exchange-li .exchange-li-title {
  width: 100%;
  color: #161616;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  margin-bottom: 24px;
}

.exchange-grid .exchange-li .exchange-li-info {
  display: flex;
  color: #8D8D8D;
  font-family: WixMadeforDisplay;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
}

.exchange-grid .exchange-li .exchange-li-info span {
  display: inline-block;
  width: 240px;
  color: #525252;
  margin-left: 16px;
  font-family: WixMadeforDisplay, SourceHanSansCN;
}

.exchange-li-share {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  cursor: pointer;
}

.exchange-li-share-title span {
  display: inline-block;
  color: #FF7A00;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.exchange-li-share .exchange-li-share-title:hover span {
  color: #FFA42A;
}

.exchange-li-share .exchange-li-share-title .exchange-li-share-icon {
  width: 16px;
  height: 16px;
  font-size: 0;
  margin: 0 0 0 8px;
}

.exchange-li-share .exchange-li-share-title .exchange-li-share-icon svg {
  width: 16px;
  height: 16px;
  vertical-align: top;
}

.exchange-li-share .exchange-li-share-title .exchange-li-share-icon svg.mobile {
  display: none;
}

/*** 投资者关系 end ***/

/*** 投资者服务 Start ***/
.glTop-wrap {
  display: flex;
  justify-content: flex-end;
  padding-right: 96px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.glTop-wrap .node-desc-con {
  width: 640px;
  color: #161616;
  text-align: justify;

  font-size: 16px;
  line-height: 32px;
  white-space: normal;
}

/*** 投资者服务 end ***/


/*** 投资者交流 Start ***/
.contact-row {
  justify-content: space-between;
}

.contact-item {
  width: 544px;
  /* height: 490px; */
  flex-shrink: 0;
  background: #F4F4F4;
  padding: 24px 32px;
  border-radius: 32px;
}

.contact-item .cover_scale_img_wrap {
  width: 100%;
  height: 306px;
  margin-bottom: 32px;
}

.contact-item .cover_scale_img_wrap img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.contact-item .contact-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  color: #161616;
  margin-bottom: 24px;
}

.contact-item .contact-text {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #525252;
  margin-bottom: 8px;
}

.contact-item .contact-text .contact-label {
  white-space: nowrap;
}

.contact-item .contact-text p {
  color: #525252;
  margin-bottom: 0px;
  text-align: left;
}

.msg-interaction-div {
  background: #F4F4F4;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-radius: 32px;
}

.msg-interaction {
  align-items: center;
  justify-content: space-between;

  width: 1280px;
  padding: 80px;
}

.msg-interaction-left {
  width: 448px;
}

.msg-interaction-left .node-title h4 {
  font-weight: 400;
}

.msg-interaction-left .node-title {
  margin: 0;
}

.leave-msg-desc {
  color: #161616;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  padding-top: 32px;
}

.leave-msg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 134px;
  height: 48px;
  border-radius: 24px;
  color: #FFF;
  background-color: #FF7A00;
  border: 1px solid #FF7A00;
  cursor: pointer;
  flex-shrink: 0;
}

.leave-msg:hover {
  color: #FF7A00;
  background: none;
}

.leave-msg span {
  font-size: 14px;
  line-height: 18px;
  margin-right: 16px;
}

.leave_msg_banner {
  width: 96px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.pt32 {
  padding-top: 32px;
}

.pb80 {
  padding-bottom: 80px;
}

/*** 投资者交流 end ***/

@media (max-width: 1290px) {

  /*** 投资者交流 Start ***/
  .contact-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 32px;
    align-items: stretch;
  }

  .contact-item {
    width: auto;
  }

  .msg-interaction {
    width: 100%;
  }

  .msg-interaction-left {
    flex: 1;
    width: auto;
  }

  .msg-interaction-left .node-title {
    min-width: 100%;
  }

  /*** 投资者交流 End ***/

  /*** 定期报告 Start ***/
  #reportsList .notice-grid .notice-li {
    width: auto;
  }

  /*** 定期报告 End ***/

  /*** 媒体资料 Start ***/
  .journal-groups .journal-type {
    margin-bottom: 32px;
  }

  /*** 媒体资料 End ***/

}

@media (max-width: 1000px) {

  /*** 投资者交流 Start ***/

  .contact-item {
    width: auto;
    padding: 24px;
    border-radius: 24px;
  }

  .contact-item .contact-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 18px;
  }

  .contact-item .contact-text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
  }

  .msg-interaction-div {
    border-radius: 24px;
  }

  .msg-interaction {
    width: 100%;
    padding: 24px;
  }

  /*** 投资者交流 End ***/

  /*** 定期报告 Start ***/
  .investmentList .notice-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  #reportsList .notice-grid .notice-li {
    max-width: 256px;
  }

  /*** 定期报告 End ***/
}

@media (max-width: 1290px) {
  .mainWrap.wrap_bg {
    .vl-groups {
      grid-template-columns: repeat(3, 32%);
      gap: 32px 2%;
    }
  }

  .mainWrap.wrap_bg.digi_book {
    .con-wrap {

      /* padding: 32px 16px!important; */
      .node-title {
        padding-bottom: 24px !important;
      }
    }

    .journal-groups {
      flex-direction: column;

      .journal-con.journal-list.journal-list0 {
        padding-right: 0;

        .journal-li {
          .journal-cover.hover_rise {
            height: auto;
          }

          .journal-download {
            margin-bottom: 32px;
          }
        }
      }

      .journal-con {
        width: 100%;

        #yearList {
          .year-scroll-wrap {
            .year-scroll {
              span {
                width: auto;
              }
            }
          }
        }

        .journal-con.journal-list.journal-list1 {
          grid-template-columns: repeat(2, 256px);
          justify-content: flex-start;
          gap: 32px;
          padding-right: 0;

          .journal-li {
            /* margin-top: 32px; */

            .journal-cover.hover_rise {
              height: auto;

            }

            .journal-download {
              margin-bottom: 16px;
            }
          }
        }
      }

    }
  }
}

@media (max-width: 768px) {

  /* 多媒体资料 投资者关系 */
  .carousel-header.carousel-header-pt {
    aspect-ratio: 320/352;
    height: auto;

    .carousel.slide.pointer-event {
      .carousel-inner {
        .carousel-item {
          height: 100%;

          img {
            width: 100% !important;
            height: 100%;
            object-fit: cover;
          }

          .carousel-con {
            .carousel-text {
              font-size: 42px;
            }
          }
        }
      }
    }
  }

  /*     .mainWrap {
        #mediaDirectory {
            margin-bottom: 32px;
        }
    } */

  /* 视频库 */
  /* .mainWrap.wrap_bg.videoLibrary {
    margin: 37.5px 18.75px;
  } */

  .videoLibrary .con-wrap {
    padding-right: 0 !important;
  }


  .videoLibrary .con-wrap .row-warp.flex-line .node-title h4 {
    font-size: 28px;
  }

  .videoLibrary .con-wrap .vl-groups {
    padding-top: 28px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18.75px;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: scroll;
    /* background-color: red; */
  }

  .videoLibrary .con-wrap .vl-groups .vl-wrap {
    width: 70%;
    flex-shrink: 0;
    /* background-color: orange; */
  }

  .videoLibrary .con-wrap .vl-groups .vl-wrap .vl-card.hover_rise {
    height: auto;
    border-radius: 16px;
    margin-bottom: 8px;
    aspect-ratio: 288/162;
  }

  .videoLibrary .con-wrap .vl-groups .vl-wrap .vl-card .vl-cover {
    height: 100%;
    display: flex;
    justify-content: center;
    /* border: 1px solid red; */
  }

  .videoLibrary .con-wrap .vl-groups .vl-wrap .vl-card .vl-cover .video_play,
  .videoLibrary .con-wrap .vl-groups .vl-wrap .vl-card .vl-cover .video_play_hover {
    width: 47px;
    height: 47px;
  }

  .videoLibrary .con-wrap .vl-groups .vl-wrap .vl-card .vl-cover .vl-cover-img {
    object-fit: cover;
    width: auto;
  }

  .videoLibrary .con-wrap .vl-groups .vl-wrap .vl-title {
    font-size: 14px;
    padding-left: 0px;
  }

  .videoLibrary .con-wrap .vl-groups::-webkit-scrollbar {
    display: none;
    /* Webkit 浏览器隐藏滚动条 */
  }

  .videoLibrary .con-wrap .row-warp.page-turning {
    width: 100%;
    margin-top: 0px;
    padding-right: 18.75px;
  }

  .videoLibrary .con-wrap .page-turning .page-turning-btn {
    transform: scale(0.79);
    margin: 0 0px;
  }

  /*     #videoPlayWrap{
        display: flex!important;
        justify-content: center;
        align-items: center;
        .modal-dialog{
            margin: unset !important;
        }
    } */

  /* 电子刊物 */
  .mainWrap.wrap_bg.digi_book {
    /* margin: 37.5px 18.75px; */

    .con-wrap {
      /* padding: 0px !important; */

      .node-title.pdb40 {
        padding-bottom: 28px !important;

        h4 {
          font-size: 28px;
        }
      }
    }

    .journal-groups {
      /* padding-top: 28px!important;
             */
      flex-direction: column;

      .journal-type {
        font-size: 23.5px;
      }

      .journal-con.journal-list.journal-list0 {
        grid-template-columns: repeat(2, 1fr);
        gap: 37.5px 18.75px;
        padding-top: 0px;
        padding-bottom: 28px;

        .journal-li {
          width: 100%;
          /* width: calc(50% - 18.75px); */

          .journal-cover.hover_rise {
            height: auto;
            width: 100%;
            margin-bottom: 14px;
            aspect-ratio: 136 / 193;
          }

          .journal-name {
            font-size: 14px;
            margin-bottom: 0;
          }

          .journal-download {
            justify-content: flex-start;
            margin-bottom: 0px;

            a {
              margin-left: 0;
              margin-right: 14px;
            }
          }
        }
      }

      .journal-con {
        /* margin-top: 18.75px; */
        width: 100%;

        #yearList {

          .year-scroll-wrap {
            .year-scroll {
              span {
                width: auto;
                font-size: 14px;
              }
            }
          }
        }

        .journal-con.journal-list.journal-list1 {
          grid-template-columns: repeat(2, 1fr);
          gap: 37.5px 18.75px;

          .journal-li {
            width: 100%;
            /* width: calc(50% - 18.75px); */
            margin-top: 0;

            .journal-cover.hover_rise {
              aspect-ratio: 136 / 193;
              height: auto;
              width: 100%;
              margin-bottom: 14px;

              img {
                width: 100%;
                justify-content: space-between;
                margin-bottom: 0px !important;
                align-items: flex-end;

                h4 {
                  font-size: 28.125px;
                  font-weight: 500;
                  line-height: 35.156px
                }

                .see-more-link {
                  color: #ff7a00;
                  background-color: unset;
                  border: unset;
                  width: auto;
                  padding: 0;
                  margin: 0;
                  align-items: flex-end;
                  height: auto;
                  font-size: 11.719px;
                  font-weight: 400;
                  line-height: 14.063px;
                  /* 120% */
                  letter-spacing: 0.375px;

                  .icon_default {
                    display: none;
                  }

                  .icon_hover {
                    display: block;
                    margin-left: 7px;
                  }
                }
              }
            }

            /* start 定期报告 */
            .pr_list_wrap {
              padding-top: 0 !important;
              grid-gap: 18.75px;
              grid-template-columns: repeat(2, 1fr);

              .pr_list_li {
                height: auto;
                border-radius: 16px;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                aspect-ratio: 136 / 160;

                .pr_list_li_title {
                  font-size: 16.406px;
                  font-weight: 500;
                  line-height: 21.094px;
                  margin-bottom: 18px;
                  padding: 9.375px 14.063px;
                }

                .pr_download {
                  position: relative;
                  padding: 12px;
                  bottom: 0px;
                }
              }

              .pr_list_li.hover_rise.pr_list_horizontal {
                aspect-ratio: 288 / 120;
              }
            }

            .journal-name {
              height: 24px;
              font-size: 14px;
              margin-bottom: 0px;
              white-space: normal;
            }

            .journal-download {
              justify-content: flex-start;
              margin-bottom: 16px;

              a {
                margin-left: 0;
                margin-right: 14px;
              }
            }
          }
        }
      }

    }
  }

  /* 投资者关系 */
  .mainWrap.wrap_bg.investorRelations {
    margin: 37.5px 18.75px;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap {
    padding: 0px !important;
    overflow-x: unset;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .investor-Relations-title {
    font-size: 23.438px;
    font-weight: 400;
    line-height: 32.813px;
    margin-bottom: 28px;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .investor-Relations-desc {
    display: none;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .investor-Relations-desc.mobile {
    display: block;
    margin-bottom: 28px;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .investor-Relations-desc {
    font-size: 14.063px;
    font-weight: 400;
    line-height: 28.125px;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .investor-Relations-card {
    padding: 14.063px 18.75px;
    gap: 9.375px;
    height: auto;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .investor-Relations-card .ir_card_left.ir_card_title {
    font-size: 16.406px;
    font-weight: 500;
    line-height: 21.094px;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .investor-Relations-card .ir_card_middle .ir_count {
    font-size: 42.188px;
    font-weight: 700;
    line-height: 51.563px;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .investor-Relations-card .ir_card_middle .ir_count span {
    font-size: 23.438px;
    font-weight: 700;
    line-height: 32.813px;
    bottom: 0px;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .investor-Relations-card .ir_card_middle .rise_fall_wrap {
    display: flex;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .investor-Relations-card .ir_card_middle .rise_fall_wrap div {
    font-size: 16.406px;
    font-weight: 500;
    line-height: 21.094px;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .investor-Relations-card .ir_card_right .ir_time {
    font-size: 14.063px;
    font-weight: 400;
    line-height: 18.75px;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .node-title {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 28px !important;
    align-items: flex-end;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .node-title h4 {
    font-size: 28.125px;
    font-weight: 500;
    line-height: 35.156px;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .node-title .see-more-link {
    color: #ff7a00;
    background-color: unset;
    border: unset;
    width: auto;
    padding: 0;
    margin: 0;
    align-items: flex-end;
    height: auto;
    font-size: 11.719px;
    font-weight: 400;
    line-height: 14.063px;
    letter-spacing: 0.375px;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .node-title .see-more-link .icon_default {
    display: none;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .node-title .see-more-link .icon_hover {
    display: block;
    margin-left: 7px;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .pr_list_wrap {
    padding-top: 0 !important;
    grid-gap: 18.75px;
    grid-template-columns: repeat(2, 1fr);
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .pr_list_wrap .pr_list_li {
    height: auto;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .pr_list_wrap .pr_list_li .pr_list_li_title {
    font-size: 16.406px;
    font-weight: 500;
    line-height: 21.094px;
    margin-bottom: 18px;
    padding: 9.375px 14.063px;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .pr_list_wrap .pr_list_li .pr_download {
    position: relative;
    padding: 12px;
    bottom: 0px;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .reports-content.pdt40 .notice-li.notice-li-bg1 {
    padding: 14.063px 0px;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .reports-content.pdt40 .notice-li.notice-li-bg1 .notice-title {
    font-size: 14.063px;
    font-weight: 400;
    line-height: 18.75px;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .reports-content.pdt40 .notice-li.notice-li-bg1 .notic-date {
    font-size: 11.719px;
    font-weight: 400;
    line-height: 14.063px;
    letter-spacing: 0.375px;
    margin-right: 18.75px;
    width: auto;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .reports-content.pdt40 .notice-li.notice-li-bg1 .download-groups {
    width: 18.75px;
    height: 18.75px;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .exchange-grid.pdt40 {
    padding-top: 0px !important;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 18.75px;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .exchange-grid.pdt40 .exchange-li-wrap {
    border-radius: 16px;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .exchange-grid.pdt40 .exchange-li-wrap .exchange-li {
    padding: 18.75px;
    height: auto;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .exchange-grid.pdt40 .exchange-li-wrap .exchange-li .exchange-li-title {
    margin-bottom: 14.063px;
    font-size: 23.438px;
    font-weight: 400;
    line-height: 32.813px;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .exchange-grid.pdt40 .exchange-li-wrap .exchange-li .exchange-li-info {
    margin-bottom: 9.37px;
    font-size: 14.063px;
    font-weight: 400;
    line-height: 18.75px;
    white-space: nowrap;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .exchange-grid.pdt40 .exchange-li-wrap .exchange-li .exchange-li-info span {
    margin-left: 8px;
    width: auto;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .exchange-grid.pdt40 .exchange-li-wrap .exchange-li.exchange-li-flex .exchange-li-title {
    margin-bottom: 18.75px !important;
    font-size: 23.438px;
    font-weight: 400;
    line-height: 32.813px;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .exchange-grid.pdt40 .exchange-li-wrap .exchange-li.exchange-li-flex .icon_hover {
    width: 75px;
    height: 75px;
    margin-bottom: 18.75px !important;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .exchange-grid.pdt40 .exchange-li-wrap .exchange-li.exchange-li-flex .exchange-li-share .exchange-li-share-title {
    background-color: #FF7A00;
    border-radius: 18.8px;
    display: flex;
    padding: 8.203px 9.375px 8.203px 14.063px;
    align-items: center;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .exchange-grid.pdt40 .exchange-li-wrap .exchange-li.exchange-li-flex .exchange-li-share .exchange-li-share-title span {
    font-size: 11.719px;
    font-weight: 400;
    line-height: 14.063px;
    letter-spacing: 0.375px;
    color: #FFF;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .exchange-grid.pdt40 .exchange-li-wrap .exchange-li.exchange-li-flex .exchange-li-share .exchange-li-share-title .exchange-li-share-icon {
    margin: 0 0 0 4.688px;
    width: 18.75px;
    height: 18.75px;
    display: flex;
    align-items: center;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .exchange-grid.pdt40 .exchange-li-wrap .exchange-li.exchange-li-flex .exchange-li-share .exchange-li-share-title .exchange-li-share-icon svg {
    display: none;
  }

  .mainWrap.wrap_bg.investorRelations .con-wrap .exchange-grid.pdt40 .exchange-li-wrap .exchange-li.exchange-li-flex .exchange-li-share .exchange-li-share-title .exchange-li-share-icon .mobile {
    display: block;
  }

  /* 定期报告 投资者服务 */
  .mainCon #reportsList.investmentList,
  .mainCon #reportsList.investmentList.researchSummary {
    .search_wrap {

      .search_time.mg_rg32,
      .calendar-warp,
      .search_type {
        margin-bottom: 14.06px;
        font-size: 14.063px;
        height: 37.5px;
        margin-right: 0 !important;

        input {
          padding: 8.203px 18.75px;
        }
      }

      .search_time::after,
      .calendar-warp::after,
      .search_type::after {
        top: 10px;
      }

      .switch-styles {
        .switch-tab {
          width: 37.5px;
          height: 37.5px;
          padding: 0;
          display: flex;
          justify-content: center;
          align-items: center;

          img {
            width: 18.75px;
            height: 18.75px;
          }
        }

        .switch-tab-left {
          margin-right: 9.38px;
        }
      }
    }

    .reports-content.notice-grid.pdt40 {
      padding-top: 37.5px !important;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 18.75px;

      .notice-li.hover_rise {
        width: auto;
        max-width: none;
        height: auto;
        border-radius: 18.75px;
        aspect-ratio: 159/188;
        padding: 0;

        .notice-title.notice-grid-title {
          font-size: 16.406px;
          font-weight: 500;
          line-height: 21.094px;
          padding: 9.375px 14.063px;
        }

        .download-groups {
          width: 18.75px;
          height: 18.75px;
          bottom: 11.72px;
          left: 11.72px;
        }
      }
    }

    .reports-content.pdt40.notice-list,
    .reports-content {
      padding-top: 37.5px !important;

      .notice-li {
        padding: 14.063px 0px;

        .notice-title {
          font-size: 14.063px;
          font-weight: 400;
          line-height: 18.75px;
        }

        .download-groups {
          width: 18.75px;
          height: 18.75px;
          bottom: 11.72px;
          left: 11.72px;
        }
      }
    }

    .loadMoreButton {
      .button {
        padding-top: 18.75px !important;

        span {
          font-size: 11.719px;
          font-weight: 400;
          line-height: 14.063px;
          letter-spacing: 0.375px;
          margin-right: 7px;
        }

        img {
          width: 18.75px;
          height: 18.75px;
        }
      }
    }
  }

  /* 投资者服务 */
  .mainCon #reportsList.investmentList.researchSummary {
    padding: 0;

    .calendar-warp {
      margin-bottom: 0 !important;

      .search_calendar {
        height: 37.5px;
        width: 100%;
        font-size: 14.063px;
        font-weight: 400;
        line-height: 37.5px;
      }

      .search_calendar::after {
        top: 10px;
      }

      .search_calendar_left {
        border-radius: 32px 0px 0px 32px;
      }

      .search_calendar_left {
        border-radius: 0px 32px 32px 0px;
      }
    }

    .reports-content {
      padding-top: 37.5px !important;

      .notice-title {
        font-size: 14.063px;
        font-weight: 400;
        line-height: 18.75px;
        margin-right: 18.75px;
      }

      .notice-date {
        margin-right: 18.75px;
        font-size: 11.719px;
        font-weight: 400;
        line-height: 14.063px;
        letter-spacing: 0.375px;
      }

      .download-groups {
        width: 18.75px;
        height: 18.75px;
      }
    }

    .loadMoreButton {
      padding: 0 0 18.75px 0 !important;
    }
  }

  /*** 投资者交流 Start ***/
  .mainCon.investmentExchange {
    .node-title h4 {
      font-size: 28px;
    }

    .contact-row {
      /* padding: 37.5px 18.75px; */
      grid-template-columns: repeat(1, 1fr);
      column-gap: 0;
      row-gap: 18.75px;
      padding-top: 37.5px !important;
      padding-bottom: 18.75px !important;
    }

    .contact-item {
      width: auto;
      padding: 18.75px;
      border-radius: 18.8px;
    }

    .contact-item .contact-title {
      font-size: 23.438px;
      font-weight: 400;
      line-height: 32.813px;
      margin-bottom: 14.06px;
    }

    .contact-item .contact-text {
      font-size: 14.063px;
      font-weight: 400;
      line-height: 18.75px;
      margin-bottom: 9.38px;
    }

    .msg-interaction-div {
      border-radius: 18.8px;
    }

    .msg-interaction {
      position: relative;
      display: flex;
      flex-direction: column;
      padding: 18.75px;
      row-gap: 18.75px;
    }

    .msg-interaction-left {
      order: 0;
    }

    .msg-interaction-left .node-title h4 {
      font-size: 23.438px;
      font-weight: 400;
      line-height: 32.813px;
      text-align: center;
    }

    .leave_msg_banner {
      order: 1;
      width: 75px;
      height: 75px;
    }

    .dom_hover_wrap .cover_scale_img {
      width: 75px;
      height: 75px;
    }

    .leave-msg {
      /* width: 92px; */
      height: 35.2px;
      border-radius: 18.8px;
      margin: 0 auto;
    }

    .leave-msg.icon_hover_wrap {
      order: 2;
    }

    .leave-msg span {
      font-size: 11.719px;
      font-style: normal;
      font-weight: 400;
      line-height: 14.063px;
      letter-spacing: 0.375px;
      margin-right: 4.69px;
    }

    .leave-msg svg {
      width: 18.75px;
      height: 18.75px;
    }
  }

  /*** 投资者交流 End ***/

}

@media (max-width: 628px) {
  #layui-laydate1.layui-laydate-range {
    width: 96% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .layui-laydate-range .layui-laydate-main {
    max-width: calc(100% - 80px) !important;
  }

  .layui-laydate-range .laydate-main-list-1 {
    margin-left: 80px;
  }
}

@media (max-width: 320px) {

  /* 新闻与媒体 投资者关系 */
  .carousel-header.carousel-header-pt {
    .carousel.slide.pointer-event {
      .carousel-inner {
        .carousel-item {
          .carousel-con {
            .carousel-text {
              font-size: 36px;
            }
          }
        }
      }
    }
  }

  /* 视频库 */
  .mainWrap.wrap_bg.videoLibrary {
    /* margin: 32px 16px; */

    .con-wrap {

      .row-warp.flex-line {
        .node-title h4 {
          font-size: 24px;
        }
      }

      .vl-groups {
        padding-top: 24px !important;
        gap: 16px;

        .vl-wrap {
          .vl-card.hover_rise {
            .vl-cover.icon_hover_wrap {

              .video_play,
              .video_play_hover {
                width: 40px;
                height: 40px;
              }
            }
          }

          .vl-title {
            font-size: 12px;
            padding-left: 0px;
          }
        }
      }

      .row-warp.page-turning {
        width: 100%;
        margin-top: 0px;
        padding-right: 16px;

        .page-turning-btn {
          transform: scale(0.67);
          margin: 0 -3px;
        }
      }
    }
  }

  /* 电子刊物 */
  .mainWrap.wrap_bg.digi_book {

    .con-wrap {

      .node-title.pdb40 {
        padding-bottom: 24px !important;

        h4 {
          font-size: 24px;
        }
      }
    }

    .journal-groups {

      /* padding-top: 24px!important;
            padding-bottom: 32px!important; */
      .journal-type {
        font-size: 20px;
        margin-bottom: 16px;
      }

      .journal-con.journal-list.journal-list0 {
        /* grid-template-columns: repeat(2, auto); */
        gap: 32px 16px;
        padding-top: 0px;
        padding-bottom: 24px;

        .journal-li {
          /* width: calc(50% - 16px); */

          .journal-cover.hover_rise {
            width: 100%;
            margin-bottom: 12px;
          }

          .journal-name {
            font-size: 12px;
            margin-bottom: 0;
          }

          .journal-download {
            a {
              margin-left: 0;
              margin-right: 12px;
            }
          }
        }
      }

      .journal-con {

        #yearList {

          .year-scroll-wrap {
            .year-scroll {
              span {
                font-size: 12px;
              }
            }
          }
        }

        .journal-con.journal-list.journal-list1 {
          /* grid-template-columns: repeat(2, auto); */
          gap: 32px 16px;

          .journal-li {
            /* width: calc(50% - 16px); */

            .journal-cover.hover_rise {
              width: 100%;
              margin-bottom: 12px;

              img {
                width: 100%;
              }
            }

            .journal-name {
              font-size: 12px;
              margin-bottom: 8px;
            }

            .journal-download {
              margin-bottom: 16px;

              a {
                margin-left: 0;
                margin-right: 12px;
              }
            }
          }
        }
      }

    }
  }

  /* 投资者关系 */
  .mainWrap.wrap_bg.investorRelations {
    margin: 32px 16px;

    .con-wrap {

      /* start 我们始终以投资者为中心....... */
      .investor-Relations-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 24px;
      }

      .investor-Relations-desc.mobile {
        margin-bottom: 24px;
      }

      .investor-Relations-desc {
        font-size: 12px;
        line-height: 24px;
      }

      .investor-Relations-card {
        padding: 12px 16px;
        gap: 8px;

        .ir_card_left.ir_card_title {
          font-size: 14px;
          line-height: 18px
        }

        .ir_card_middle {
          .ir_count {
            font-size: 36px;
            line-height: 44px;

            span {
              font-size: 20px;
              line-height: 28px;
            }
          }

          .rise_fall_wrap {
            div {
              font-size: 14px;
              line-height: 18px;
            }
          }
        }

        .ir_card_right {
          .ir_time {
            font-size: 12px;
            line-height: 16px;
          }
        }
      }

      /* end 我们始终以投资者为中心....... */

      /* 标题 */
      .node-title {
        margin-bottom: 24px !important;

        h4 {
          font-size: 24px;
          line-height: 30px
        }

        .see-more-link {
          font-size: 10px;
          line-height: 12px;
          letter-spacing: 0.32px;

          .icon_hover {
            margin-left: 6px;
          }
        }
      }

      /* start 定期报告 */
      .pr_list_wrap {
        grid-gap: 16px;

        .pr_list_li {
          height: auto;
          border-radius: 16px;

          .pr_list_li_title {
            font-size: 14px;
            line-height: 18px;
            margin-bottom: 12px;
            padding: 8px 12px;
          }

          .pr_download {
            padding: 10px;
          }
        }
      }

      /* end 定期报告 */

      /* start 投资者服务 */
      .reports-content.pdt40 {
        .notice-li.notice-li-bg1 {
          padding: 12px 0px;

          .notice-title {
            font-size: 12px;
            line-height: 16px;
          }

          .notic-date {
            font-size: 10px;
            line-height: 12px;
            letter-spacing: 0.32px;
            margin-right: 16px;
          }

          .download-groups {
            width: 16px;
            height: 16px;
          }
        }
      }

      /* end 投资者服务 */

      /* start 投资者交流 */
      .exchange-grid.pdt40 {
        grid-gap: 16px;

        .exchange-li-wrap {
          .exchange-li {
            padding: 16px;

            .exchange-li-title {
              margin-bottom: 12px;
              font-size: 20px;
              line-height: 28px;
            }

            .exchange-li-info {
              margin-bottom: 8px;
              font-size: 12px;
              line-height: 16px;
            }
          }

          .exchange-li.exchange-li-flex {
            .exchange-li-title {
              margin-bottom: 16px !important;
              font-size: 20px;
              line-height: 28px;
            }

            .icon_hover {
              width: 64px;
              height: 64px;
              margin-bottom: 16px !important;
            }

            .exchange-li-share {
              .exchange-li-share-title {
                border-radius: 16px;
                padding: 7px 8px 7px 12px;

                span {
                  font-size: 10px;
                  line-height: 12px;
                  letter-spacing: 0.32px;
                }

                .exchange-li-share-icon {
                  margin: 0 0 0 4px;
                  width: 16px;
                  height: 16px;
                }
              }
            }
          }
        }
      }

      /* end 投资者交流 */
    }

  }

  /* 定期报告 投资者服务 */
  .mainCon #reportsList.investmentList {
    .search_wrap {

      .search_time.mg_rg32,
      .search_type {
        margin-bottom: 12px;
        font-size: 12px;
        height: 32px;

        input {
          padding: 7px 16px;
        }
      }

      .search_time::after,
      .search_type::after {
        top: 8px;
      }

      .switch-styles {
        .switch-tab {
          width: 32px;
          height: 32px;

          img {
            width: 16px;
            height: 16px;
          }
        }

        .switch-tab-left {
          margin-right: 8px;
        }
      }
    }

    .reports-content.notice-grid.pdt40 {
      padding-top: 32px !important;
      grid-gap: 16px;

      .notice-li.hover_rise {
        border-radius: 16px;

        .notice-title.notice-grid-title {
          font-size: 14px;
          line-height: 18px;
          padding: 8px 12px;
        }

        .download-groups {
          width: 16px;
          height: 16px;
          bottom: 10px;
          left: 10px;
        }
      }
    }

    .reports-content.pdt40.notice-list,
    .reports-content {
      padding-top: 32px !important;

      .notice-li {
        padding: 12px 0px;

        .notice-title {
          font-size: 14px;
          line-height: 18px;
        }

        .download-groups {
          width: 16px;
          height: 16px;
          bottom: 10px;
          left: 10px;
        }
      }
    }

    .loadMoreButton {
      .button {
        padding-top: 16px !important;

        span {
          font-size: 10px;
          font-weight: 400;
          line-height: 12px;
          letter-spacing: 0.32px;
          margin-right: 6px;
        }

        img {
          width: 16px;
          height: 16px;
        }
      }
    }
  }

  /* 投资者服务 */
  .mainCon #reportsList.investmentList.researchSummary {
    .calendar-warp {
      .search_calendar {
        height: 32px;
        font-size: 12px;
        line-height: 32px;
      }

      .search_calendar::after {
        top: 8px;
      }

      .search_calendar_left {
        border-radius: 37.5px 0px 0px 37.5px;
      }

      .search_calendar_left {
        border-radius: 0px 37.5px 37.5px 0px;
      }
    }

    .reports-content {
      padding-top: 32px !important;

      .notice-title {
        font-size: 12px;
        line-height: 16px;
        margin-right: 16px;
      }

      .notice-date {
        margin-right: 16px;
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 0.32px;
      }

      .download-groups {
        width: 16px;
        height: 16px;
      }
    }

    .loadMoreButton {
      padding: 0 0 16px 0 !important;
    }
  }


  /*** 投资者交流 Start ***/
  .mainCon.investmentExchange {
    .node-title h4 {
      font-size: 24px;
    }

    .contact-row {
      row-gap: 16px;
      padding-top: 32px !important;
      padding-bottom: 16px !important;
    }

    .contact-item {
      padding: 16px;
      border-radius: 16px;
    }

    .contact-item .contact-title {
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 12px;
    }

    .contact-item .contact-text {
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 8px;
    }

    .msg-interaction-div {
      border-radius: 16px;
    }

    .msg-interaction {
      padding: 16px;
      row-gap: 16px;
    }

    .msg-interaction-left .node-title h4 {
      font-size: 20px;
      line-height: 28px;
    }

    .leave_msg_banner {
      width: 64px;
      height: 64px;
    }

    .dom_hover_wrap .cover_scale_img {
      width: 64px;
      height: 64px;
    }

    .leave-msg {
      height: 30px;
      border-radius: 16px;
    }

    .leave-msg span {
      font-size: 10px;
      font-weight: 400;
      line-height: 12px;
      letter-spacing: 0.32px;
      margin-right: 4px;
    }

    .leave-msg svg {
      width: 16px;
      height: 16px;
    }
  }

  /*** 投资者交流 End ***/
}