.container {
  max-width: 1400px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
/* 头部 */
.header .top .wp {
  display: flex;
  justify-content: space-between;
}
.wp {
  width: 92%;
  max-width: 1400px;
  margin: 0 auto;
}
.header .top {
  line-height: 46px;
  background-color: #fff;
  font-size: 14px;
  color: #666;
}

.header .top .wel a {
  text-decoration: underline;
  color: #666;
}

.header .top .wel a:hover {
  color: #000000;
}

.header .top .login a {
  display: inline-block;
  vertical-align: middle;
  padding-right: 6px;
  margin-right: 5px;
  position: relative;
  color: #666;
}

.header .top .login a::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 1px;
  height: 16px;
  background-color: #666;
  margin-top: -8px;
}

.header .top .login a:last-child {
  padding-right: 0;
  margin-right: 0;
}

.header .top .login a:last-child::after {
  display: none;
}

.header .top .login a:hover {
  color: #000000;
}

.ban-hd {
  height: 388px;
  margin-bottom: -60px;
  background-repeat: no-repeat;
  background-position: center;
}

.ban-hd .wp {
  position: relative;
  padding: 101px 0 0;
}

.sel-type {
  text-align: center;
  height: 44px;
  line-height: 44px;
}

.sel-type a {
  position: relative;
  font-size: 16px;
  color: #ffffff;
}

.sel-type a + a:before {
  content: "|";
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  margin: 0 13px;
}

.sel-type a:hover,
.sel-type a.on {
  color: #afd7fd;
  font-weight: bolder;
}

.hd-logo {
  position: absolute;
  top: 41px;
  left: -72px;
}

.hd-logo img {
  display: block;
}

.menuBtn {
  position: relative;
  z-index: 9;
  display: none;
  float: right;
  width: 26px;
  cursor: pointer;
  height: 24px;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  margin-top: 6px;
}

.menuBtn b {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #186be7;
  margin: 5px 0;
  border-radius: 2px;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.menuBtn b:last-child {
  margin-bottom: 0;
}

.menuBtn.open b {
  opacity: 0;
  position: absolute;
}

.menuBtn.open b:first-child {
  left: 0;
  top: 0;
  opacity: 1;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform-origin: 0 0;
}

.menuBtn.open b:last-child {
  opacity: 1;
  left: -2px;
  bottom: -2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform-origin: 0 0;
  -moz-transform: rotate(-45deg);
}

/* banner */
.bannerBox {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
.bannerBox img {
  width: 100%;
}
.bannerBox .container {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.bannerBox .logo {
  width: 169px;
  height: 50px;
  position: absolute;
  left: -3%;
  top: 37px;
}
/* 导航 */
.nav ul {
  width: 100%;
}
.nav li {
  /* width: 240px; */
  flex: 1;
  height: 69px;
  background: #0c6cf8;
  border-radius: 0 0 8px 8px;

  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: 69px;
  margin: 0 10px 0 9px;
}
.nav li,
.nav li a {
  color: #e6ebff;
}
.nav li a {
  display: block;
  width: 100%;
  height: 100%;
}
.nav li:hover,
.nav li.active {
  background-color: #fa3f45;
  border-radius: 0;
}
.nav li:hover a,
.nav li.active a {
  color: #fff;
}
/* 检索 */
.searchSection {
  background-color: #f9fbff;
  text-align: center;
  border: 1px solid #ebf1ff;
  border-radius: 5px;
}
.searchFormbox {
  margin-top: 29px;
  display: grid;
  padding: 0 58px;
  grid-template-columns: 1fr 1fr;
  gap: 0 41px;
}

.searchRow .label,
.searchItem .label {
  display: block;
  text-align: left;
  height: 36px;
  line-height: 36px;
  padding-top: 5px;
  font-size: 16px;
  color: #3f4552;
  padding-left: 5px;
}
  /* 检索-两列 */
.searchRow_col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  gap: 0 41px;
}
.searchSectionBt {
  height: 10px;
  background-color: #deebff;
  border-radius: 5px;
}
.ipt {
  width: 100%;
  box-sizing: border-box;
  font-family: "Microsoft YaHei";
}
.ipt,
.flatpickr-input {
 
  border: 1px solid #b8d2fc;
  border-radius: 5px;
  height: 38px;
  font-size: 16px;
  text-indent: 10px;
  color: #222;
  font-family: "微软雅黑";
  box-sizing: border-box;
}
  /* 检索-选择日期*/
.sarchCalendarBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calendarGap {
  width: 40px;
  height: 20px;
  text-align: center;
  color: #b8d2fc;
  background: url("../images/linebg.png") no-repeat center center;
}
.flatpickr-input {
  cursor: pointer;
  width: 46.69%;
  background-image: url("../images/selectIcon2.png");
  background-repeat: no-repeat;
  background-position: top 50% right 12px;
}

.ipt::placeholder,
.flatpickr-input::placeholder {
  color: #b9c3d4;
}
/* .searchArea .searchItem {
  width: 46.77%;
} */
.searchBtnBox {
  text-align: center;
  padding: 30px 0 40px;
  font-size: 0;
}
.searchBtnBox input {
  font-weight: bold;
  width: 110px;
  height: 36px;

  border-radius: 8px;

  text-align: left;
  margin: 0 23px;
  font-size: 16px;
  padding-left: 46px;
  cursor: pointer;
}
.resetBtn {
  color: #0c6cf8;
  border: 1px solid #b6d1ff;
  background: #ebf1ff url("../images/resetIcon.png") no-repeat 23px center;
}
.confirmBtn {
  color: #fff;
  background: #0c6cf8 url("../images/searchIcon.png") no-repeat 23px center;
}

.sResultCount {
  font-size: 14px;
  color: #454545;
}
/* 分页 */
.sResultPage {
  text-align: center;
  padding: 50px 0 59px;
}
.sResultPage div {
  display: inline-flex;
  font-size: 14px;
  color: #666666;
}
.sResultPage ul {
  display: inline-flex;
}
.sResultPage ul li {
  cursor: pointer;
  padding: 0 10px;
  color: #666;
  font-size: 14px;
  border: 1px solid #e6e2dc;
  height: 34px;
  line-height: 34px;
  margin: 0 8px 0 7px;
  border-radius: 3px;
}
.sResultPage ul li i {
  padding: 0 4px;
}
.sResultPage ul li:hover {
  border-color: #b6d1ff;
  background-color: #e9f1ff;
  color: #0c6cf8;
}
.SkipTo {
  font-size: 14px;

  line-height: 36px;
}
.SkipTo input {
  width: 34px;
  height: 34px;
  border: 1px solid #e6e2dc;
  line-height: 34px;
  text-align: center;
  border-radius: 4px;
  color: #666;
}
.sResultPage .SkipTo button {
 
  width: 46px;
  height: 36px;
  background-color: #f99f29;
  color: #fff;
  border: none;
  margin: 0 14px;
  border-radius: 4px;
  cursor: pointer;
}
.sResultPage .total {
  line-height: 36px;
}
.sResultHd {
  display: flex;
  justify-content: space-between;
  margin: 35px 0 19px 0;
}
.sResultCount {
  color: #454545;
  font-size: 14px;
  position: relative;
  line-height: 29px;
  padding-left: 19px;
}
.sResultCount:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  width: 7px;
  height: 20px;
  background-color: #0c6cf8;
  border-radius: 3px;
}
.sResultCount span {
  color: #f99f29;
  font-size: 20px;
  font-weight: bold;
}
.sResultDownload {
  cursor: pointer;
  width: 96px;
  height: 36px;
  border-radius: 8px;
  font-size: 16px;

  color: #0c6cf8;
  background: #e9f1ff url("../images/downloadIcon.png") no-repeat 19px center;
  border: 1px solid #b6d1ff;
  padding-left: 40px;
  text-align: left;
}

/* 表格 */
.tableWrapper {
  width: 100%;
  max-width: 1400px;
  background: white;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}


.tableWrapper table tr:nth-child(odd) td,
.tableOrder tr:nth-child(odd) td {
  background-color: #fff;
}
.tableWrapper table tr:nth-child(even) td,
.tableOrder tr:nth-child(even) td {
  background-color: #f8faff;
}

.tableWrapper td,
.tableOrder td {
  line-height: 60px;
  color: #505152;
}
/* 表格基础样式 */
.tableWrapper th,
.tableWrapper td {
  word-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  padding: 0 14px 0 18px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tableWrapper th {
  font-weight: normal;
  background: #0c6cf8;
  color: #fff;
  height: 68px;
  padding-top: 6px;
  line-height: 62px;
  position: relative;
}
.tableWrapper th:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 65px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}

.page-indicator {
  display: none;
}
.sResultPage ul li.active {
  border-color: #b6d1ff;
  background-color: #e9f1ff;
  color: #0c6cf8;
}

/* ----- 左侧固定序号列 ----- */
.tableOrder {
  position: absolute;
  left: 0;
  top: 0;
  width: 85px;
  flex-shrink: 0;

  z-index: 10;
  padding-bottom: 10px;
  background-color: #fff;
}
.tableOrder table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.tableOrder th,
.tableOrder td {
  padding-left: 35px;
}


.tableCont {
  padding-left: 85px;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  min-height: 300px; /* 保证空状态也有高度 */
}

/* 单张长表格的连续横向滚动区域 */
.tablesliderbox {
  width: 100%;
}

.tableslider {
  width: 100%;
  max-width: none;
  background: white;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.tableslider::-webkit-scrollbar {
  display: none;
}

.tableslider table {
  width: 2410px;
  min-width: 2410px;
  border-collapse: collapse;
  table-layout: fixed;
  background: white;
  overflow: hidden;

}

/* ----- 左右导航按钮 ----- */
.nav-btn-group {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 70;
  height: 65px;
}

.arrowBtn {
  width: 30px;
  height: 65px;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  background: #0c6cf8 url("../images/sj.png") no-repeat;
  outline: none;
  border: none;
}
#scrollLeftBtn {
  left: 0;
  top: 0;
  transform: rotateY(-180deg);
  background-position: center 29px;
}
#scrollRightBtn {
  right: 0;
  top: 0;
  background-position: center 29px;
}
.arrowBtn:disabled {
  opacity: 0.3;
}
/* 底部 */
.footer {
  padding: 26px 0 22px;
  border-top: 3px solid #2679f6;
  overflow: hidden;
}
.footer .container {
  width: 910px;
}

.footer .right {
  overflow: hidden;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  font-family: "宋体";
  word-break: break-all;
  word-wrap: break-word;

}

.footer .right p span {
  position: relative;
}
.footer .right i{
  margin:0 8px;
}
/* .footer .right p span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 14px;
  background-color: #666;
  margin-top: -7px;
} */

.footer .right p span:last-child::after {
  display: none;
}

.footer .right p span:last-child {
  margin-right: 0;
  padding-right: 0;
}

.footer .right p a {
  color: #666666;
}

.footer .right p a:hover {
  color: #0672e2;
}

.footer .right p a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.footer .right p em {
  margin-right: 7px;
}

.fd-logo {
  float: left;
  margin-right: 22px;
}

.fd-logo img {
  display: block;
  width: 96px;
  height: 93px;
}
/* 项目成果列表 */
.outcomesList {
  margin-top: 11px;
  margin-left: -12px;
  margin-right: -13px;
}
.outcomesItem {
  float: left;
  padding: 0 13px 0 12px;
  box-sizing: border-box;
  margin-top: 20px;
}
.outcomesItemBd {
  padding-top: 26px;
  position: relative;
  width: 100%;
  border: 1px solid #dbe7ff;
  border-radius: 4px;
  box-sizing: border-box;
  padding-bottom: 24px;
}
.outcomesItemBd::before {
  content: "";
  height: 260px;
  width: 100%;
  background-color: #f2f6ff;
  position: absolute;
  left: 0;
  top: 0;
}
.outcomesItem .pic {
  position: relative;
  border: 1px solid #eeefef;
  display: block;
  margin: 0 auto;
}

.outcomesItem dl {
  position: relative;
  padding: 27px 24px 0 27px;
  margin: 0 auto;
}
.outcomesItem dt {
  font-size: 18px;
  line-height: 26px;
}

.outcomesItem dt,
.outcomesItem dt a {
  color: #222222;
}
.outcomesItem dd {
  font-size: 14px;
  line-height: 25px;
}
.outcomesItem dd {
  color: #999;
}
.outcomesItem dd span {
  color: #666;
}
.outcomesItem dd a {
  color: #0c6cf7;
}
.outcomesItem .checkBtn {
  display: block;
  margin-top: 23px;
  width: 88px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #b6d1ff;
  background-color: #e9f1ff;
  border-radius: 6px;
  text-align: center;
  color: #0c6cf8;
  font-size: 14px;
}
.mo-login,
.mo-search,
.mo-top,
.nav .sel-type {
  display: none;
}

/* 机构分析-学科分析 */
.analysisBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.analysisItem {
  width: 49%;
}
.analysisHd {
  height: 28px;
  line-height: 28px;
  font-size: 20px;
  padding-left: 36px;
  color: #222;
  font-weight: bold;
  background: url("../images/jgTitbg.jpg") no-repeat 1px bottom;
  position: relative;
}
.analysisHd strong {
  display: block;
  width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.analysisHd .sResultDownload {
  position: absolute;
  right: 0;
  top: 0;
}
.topicSearch,
.institutionSearch {
  margin-top: 29px;
  padding: 0 58px;
}
.institutionSearch {

  display: grid;
  grid-template-columns: 400px 1fr 1fr 1fr;
  gap: 0 40px;
}
.topicSearch {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr ;
  gap:0 40px;
 
}

.analysisItem {
  margin-top: 46px;
}
#topInstitution,
#topSubject {
  height: 742px;
}
#ProjectInitiation,
#ProjectSubject {
  height: 745px;
}
.institution,
.‌subject‌ {
  padding-bottom: 50px;
}

#projectWordChart {
  height: 620px;
  margin-bottom: 50px;
}
#wordcloud,.wordcloud {
  width: 100%;
  height: 760px;
}
.wordCountTable {
  border-radius: 12px;
  overflow: hidden;
  margin-top: 25px;
}
.wordCountTable table {
  width: 100%;
}
.wordCountTable th,
.wordCountTable td {
  padding: 0 20px;
  box-sizing: border-box;
}
.wordCountTable th {
  text-align: left;
  background-color: #0c6cf8;
  font-size: 16px;
  color: #fff;
  height: 65px;
  padding-top: 3px;
  position: relative;
}
.wordCountTable th:after {
  content: "";
  width: 1px;
  height: 65px;
  background-color: #c4dafd;
  position: absolute;
  right: 0;
  bottom: 0;
}
.wordCountTable td {
  height: 60px;
  color: #505152;
}
.wordCountTable tr:nth-child(even) td {
  background: #f8faff;
}

/* 每个模拟下拉框容器 */
.custom-select {
  position: relative;
  width: 100%;
  user-select: none;
  font-size: 15px;
}
.custom-select,
.selected-option {
  height: 38px;
  box-sizing: border-box;
  font-family: "微软雅黑";
}
/* ---- 显示框样式（默认灰色） ---- */
.selected-option {
  background: #ffffff;
  border: 1px solid #b8d2fc;
  border-radius: 5px;
  padding: 10px 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
  color: #b9c3d4; /* 默认灰色 */
  box-sizing: border-box;
}
.selected-option::after {
  content: "";
  background: url("../images/selectIcon.png") no-repeat;
  width: 13px;
  height: 7px;
  transition: transform 0.2s;
}
.custom-select.open .selected-option::after {
  transform: rotate(180deg);
}
.selected-option:hover {
  border-color: #a0b3cc;
}

/* 选中后变为红色 */
.selected-option.has-value {
  color: #222; /* 红色 */
  font-weight: 500;
}

/* 选项列表 - 默认隐藏 */
.options {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  background: #ffffff;
  border: 1px solid #d0d7de;
  border-radius: 8px;
  padding: 6px 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  z-index: 100;
  max-height: 180px;
  overflow-y: auto;
}

/* 单个选项默认灰色 */
.option {
  padding: 10px 16px;
  cursor: pointer;
  font-size: 14px;
  color: #6b7a8c; /* 默认灰色 */
  text-align: left;
}
.option:hover {
  background-color: #f0f4fa;
}
/* 选中后的选项变为红色 */
.option.selected {
  color: #222;
  font-weight: 600;
  background-color: #e9f1ff; 
}

/* 滚动条美化 */
.options::-webkit-scrollbar {
  width: 6px;
}
.options::-webkit-scrollbar-thumb {
  background: #cdd5df;
  border-radius: 8px;
}
.options::-webkit-scrollbar-track {
  background: transparent;
}

/* 隐藏的 input 用于存储值 */
.hidden-value {
  display: none;
}

@media screen and (min-width:1900px) {
  /* .IndSearchSection .flatpickr-input {
    width: 290px;
  } */
}

@media screen and (min-width: 1400px) {
 
  .nav li {
    width: 240px;
  }

  .outcomesList {
    margin-right: -25px;
    overflow: hidden;
  }
  .outcomesItem {
    width: 20%;
    margin-top: 40px;
  }

  /* .IndSearchSection .searchItem {
    width: 290px;
  } */
}


@media screen and (min-width: 1199px) {
 
  .nav {
    margin-top: -73px;
    margin-bottom: 49px;
    height: 73px;
    background-color: rgba(0, 54, 177, 0.8);
    border-top: 1px solid #3e61ed;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .nav ul {
    display: inline-flex;
    justify-content: space-between;
  }
  .institutionSearch .searchItem:nth-child(1) {
    width: 400px;
  }
}
@media screen and (max-width: 1400px) {
  .outcomesItem {
    width: 25%;
  }

  .sarchCalendarBox .custom-select {
    width: auto;
    flex: 1;
  }
  #ProjectInitiation, #ProjectSubject,#topInstitution, #topSubject{
    height:500px;
  }
}

@media screen and (max-width: 1199px) {

  .container {
    width: 92%;
  }
  .bannerBox .logo {
    display: none;
  }
  .mo-login {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #fff;
  }
  .mo-login a {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 0 4px;
  }

  .nav .sel-type {
    display: block;
  }
  .checks-list label {
    width: 90px;
  }
  .header .top {
    display: none;
  }
  .mo-login,
  .mo-top {
    display: block;
  }
  .mo-top {
    overflow: hidden;
    padding: 8px 0;
  }
  .mo-top .logo {
    width: 135px;
    display: block;
  }
  .mo-top .logo img {
    display: block;
    width: 100%;
  }
  .menuBtn {
    display: block;
  }
  .ban-hd {
    height: 200px;
    background-size: cover;
    position: relative;
    margin-bottom: 0;
  }
  .ban-hd .wp {
    height: 100%;
  }
  .ban-hd .ban-search,
  .ban-hd .hd-logo,
  .ban-hd .sel-type,
  .sel-type a + a:before {
    margin: 0 5px;
  }
  .ban-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
  }
  .mo-login {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
    color: #fff;
  }
  .mo-login a {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 0 4px;
  }

  .nav {
    width: 300px;
    background-color: #186be7;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    height: 100%;
    padding-top: 30px;
    transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    -webkit-transform: translateX(-320px);
    -o-transform: translateX(-320px);
  }
  .nav.open {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .nav ul {
    display: block;
  }
  .nav li {
    font-size: 16px;
  }

  .sResultPage div {
    flex-direction: column;
  }
  .sResultPage ul {
    margin-bottom: 10px;
  }

  .searchSection {
    margin-top: 50px;
  }


  #wordcloud {
    width: 100%;
  }

  .outcomesItem {
    width: 33%;
  }

  .searchFormbox {
    grid-template-columns: 1fr;
  }
  .topicSearch{
    grid-template-columns: 1fr 1fr;
  }
  .institutionSearch {
    grid-template-columns: 1fr 1fr;
  }

  #wordcloud {
    height: 680px;
  }
  .footer .container {
    width: 92%;
  }
}

@media screen and (max-width: 1024px) {
  .analysisBox,
  .topicSearch {
    flex-direction: column;
  }
  .analysisItem {
    width: 100%;
  }
  .topicSearch{
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .bannerBox .logo {
    display: none;
  }
  .searchRow_col2,
  .institutionSearch {
    grid-template-columns: 1fr;
  }
  .outcomesItem {
    width: 49%;
  }
  #topInstitution,
  #ProjectInitiation,
  #projectWordChart,

  #topSubject,
  #ProjectSubject {
    width: 100%;
    height: 400px;
  }
  #wordcloud{
    width: 100%;
    height: 500px;
  }

  .searchArea .searchItem {
    width: 100%;
  }
  .fd-logo {
    float: none;
    margin-right: 0;
  }
  .fd-logo img {
    display: block;
    margin: 0 auto 15px;
  }

  .searchItem {
    width: 100%;
  }


  .sResultPage ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .sResultPage ul li {
    margin-bottom: 5px;
  }
  .wordCountTable th {
    font-size: 12px;
  }
}

@media screen and (max-width: 576px) {
  .bannerBox img {
    width: 128%;
  }
  .outcomesItem {
    width: 100%;
  }
  .ipt,
  .flatpickr-input {
    font-size: 14px;
  }
  .sResultPage {
    padding: 30px 0;
  }
  .sarchCalendarBox {
    flex-direction: column;
  }
  .flatpickr-input{
    width:100%;
  }

  .searchFormbox,
  .institutionSearch,.topicSearch{
    padding: 0 30px;
  }
}

.data-message {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  color: #6b7280;
  font-size: 16px;
}

.data-message.error {
  color: #c0392b;
}

.table-empty {
  position: sticky;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: var(--table-viewport-width, 100%);
  padding: 40px 20px;
  color: #6b7280;
  text-align: center;
}

.confirmBtn:disabled,
.arrowBtn:disabled {
  cursor: not-allowed;
  opacity: .55;
}
