@charset "UTF-8";
body,
html {
  height: 100%;
}
body {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  position: relative;
  visibility: visible;
  color: #666;
  background-color: #e8f3f9;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Raleway, sans-serif;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: #666;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  outline: 0;
}
a:hover {
  color: #b7d538;
  text-decoration: none;
}
button,
input {
  border: none;
  outline: 0 !important;
  background: 0 0;
  box-shadow: none;
}
.container {
    max-width: 70% !important;
}
.bg-primary {
  background-color: #25bcbd !important;
}
.text-primary{
  color: #b7d538 !important;
}
.btn-outline-primary{
  color: #25bcbd !important;
  border-color: #25bcbd !important;
}
.btn-outline-primary:focus, .btn-outline-primary:hover{
  color: #fff !important;
  background-color: #25bcbd !important;
}
.btn-primary{
  color: #fff;
  background-color: #25bcbd !important;
  border-color: #25bcbd !important
}
.btn-primary:focus, .btn-primary:hover{
  color: #fff;
  background-color: #529e8d !important;
  border-color: #529e8d !important;
}
.btn-secondary{
  background-color:rgba(108, 117, 125, 0.5); 
  border-color:rgba(108, 117, 125, 0.5); 
}
.btn-secondary:hover{
  background-color:rgb(90, 98, 104, 0.5);
  border-color:rgb(90, 98, 104, 0.5);
}
.page-item.active .page-link{
  background-color: #25bcbd !important;
  border-color: #25bcbd !important;
  color: #fff !important;
}
.page-link{
  color: #25bcbd !important;
}
.cm-navbar .navbar-nav .nav-link {
  font-size: 18px;
  padding-left: 16px;
  padding-right: 16px;
  color: #212529;
}
.cm-navbar .navbar-nav .nav-link.active {
  color: #25bcbd;
}

.navbar-nav-scroll {
  max-width: 100%;
  height: 2.5rem;
  /*margin-top: .25rem;*/
  overflow: hidden;
}

.navbar-nav-scroll .navbar-nav {
  /*padding-bottom: 2rem;*/
  overflow-x: auto;
  white-space: nowrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  -webkit-overflow-scrolling: touch;
}
.navbar-nav {
  .show > .nav-link,
  .active > .nav-link,
  .nav-link.show,
  .nav-link.active {
    color: #26ECC1 !important;
    border-bottom: solid 3px;
    border-color: #25bcbd;
    display: inline-block;
  }
}

.cm-hidden {
  display: none;
}

.cm-pointer {
  cursor: pointer;
}

.cm-ff-yh {
  font-family: 'Microsoft YaHei', 微软雅黑, 'MicrosoftJhengHei', serif;
}

.cm-block-head-bottom {
  border-bottom: solid 2px;
  border-color: #25bcbd;
  display: inline-block;
  padding-bottom: 0.3rem;
}

.cm-trans-bottom {
  width: 100%;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}

.cm-media-img {
  max-width: 180px;
  max-height: 120px;
}

@media screen and (max-width: 767px) {
  .cm-media-img {
    max-width: 120px;
    max-height: 80px;
  }
}
.cm-link {
  color: #25bcbd;
}
.cm-link-title{
  color: #25bcbd;
  font-size: 18px;
  line-height: 35px;
}
.cm-link:hover {
  color: #529e8d;
}
.cm-link-title:hover {
  color: #529e8d;
}

.es-highlight em {
  color: #25bcbd;
  font-style: normal;
}
.header {
  background: linear-gradient(to bottom, #191e2b 0%, #8ab3d5 60%, #d5e8f2 90%,  #e8f3f9 98%,  #e8f3f9 100%);
}

.header-top {
  font-size: 13px;
  color: #fff;
  background-color: #191e2b;
}
.header-logo {
  width: 300px;
  height:auto;
}

.header-user-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-user-menu > li {
  margin-right: 40px;
  position: relative;
}

.header-user-menu > li:last-child {
  margin-right: 0;
}

.header-user-menu > li::after {
  position: absolute;
  content: '|';
  top: 50%;
  transform: translateY(-50%);
  right: calc(0% - 20px);
}

.header-user-menu > li:last-child::after {
  display: none;
}

.header-user-menu > li > a {
  display: inline-block;
}

.has-user-dropdown {
  position: relative;
  padding-right: 15px;
}

.has-user-dropdown::before {
  content: '';
  font-family: FontAwesome;
  position: absolute;
  top: calc(50%);
  right: 0;
  transform: translateY(-50%);
  font-weight: 400;
}

.user-sub-menu {
  position: absolute;
  top: calc(100%);
  transform: translateY(30px);
  left: calc(0% - 20px);
  right: auto;
  padding: 10px 15px;
  width: 160px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}

.user-sub-menu > li {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}

.user-sub-menu > li:last-child {
  border-bottom: none;
}

.user-sub-menu > li > a {
  position: relative;
  display: flex;
  align-items: center;
}

.user-sub-menu > li > a:hover {
  color: #b7d538;
}

.user-sub-menu-in-icon {
  padding-right: 5px;
}

.has-user-dropdown:hover .user-sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.header-bg {
  background: url(../img/header_bg.png) no-repeat right center;
  background-size: auto 100%; /* 保持原始宽高比，高度填满容器 */
  background-repeat: no-repeat;
}
.header-bottom {
  background: #25bcbd;
  position: relative;
}
.sticky-header.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  background: #333;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  animation-name: fadeInDown;
  animation-duration: 0.9s;
  animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  border-bottom: 0;
}

.main-menu {
  position: relative;
}
.main-menu nav {
  padding: 0;
}

.main-menu nav > div > ul > li {
  position: relative;
  display: inline-block;
}

.main-menu nav > div > ul > .has-dropdown {
  margin-right: 5px;
}

.main-menu nav > div > ul > .has-dropdown:last-child {
  margin-right: 0;
}

.main-menu nav > div > ul > .has-megaitem {
  position: static;
}

.main-menu nav > div > ul > li > a {
  display: block;
  line-height: 24px !important;
  padding: 15px 30px !important;
  font-size: 14px !important;
  line-height: 20px !important;
  text-transform: capitalize !important;
  font-weight: 500 !important;
  color: #fff;
}

.sub-menu > li > a {
  font-weight: 400;
  display: block;
  line-height: 35px;
  text-transform: capitalize;
  color: #666;
  position: relative;
  transition: all 0.3s ease 0s;
}

.sub-menu > li > a::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #b7d538;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.sub-menu > li > a:hover {
  color: #b7d538;
  transform: translateX(10px);
}

.sub-menu > li > a:hover::after {
  transform: translate(-10px, -50%);
  visibility: visible;
  opacity: 1;
}

.sub-menu {
  position: absolute;
  min-width: 230px;
  padding: 25px 20px;
  background: #fff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: 0 0 0;
  left: 0;
  right: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: 99;
  top: 100%;
  text-align: left;
}

.main-menu nav > div > ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: perspective(600px) rotateX(0);
}

.col-list {
  background-color: #fff;
}

.single-cool-fact {
  position: relative;
  z-index: 1;
}

.single-cool-fact .cf-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 80px;
  width: 80px;
  height: auto;
}
.single-cool-fact .cf-icon img {
  max-width: 80px;
  height: auto;
}
.single-cool-fact .cf-content {
  padding-left: 20px;
}
.single-cool-fact .cf-content h2 {
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 1px 1px 0 #666, 2px 2px 0 #999, 3px 3px 5px rgba(0, 0, 0, 0.5);
  color: #fff;
}

.single-cool-fact .cf-content h6 {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
.carousel-container {
  position: relative;
}
.footer_bg {
  background-color: #191e2b;
  color: #fff;
}

.tabcon {
  margin-bottom: 10px;
}

.tabcon li.li-parent {
  font-weight: bold;
}

.tabcon li.li-active a {
  font-weight: bold;
  color: #25bcbd;
}

.iTab {
  display: flex;
  justify-content: center;
}

.iTab-item {
  padding: 10px;
  margin: 0 5px;
  text-align: center;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor: pointer;
}

.iTab-item span {
  font-size: 20px;
  padding-left:5px;
}

.iTab-item-active, .iTab-item:hover {
  background: linear-gradient(90deg, #BFD631 0%, #25BCBD 30%, #25BCBD 100%);
  border-radius: 50px;
}

.iTab-item-active span, .iTab-item:hover span {
  color:#fff;
}
.iTabcon {
  min-height: 250px;
}
.iTabcon ul {
  display: none;
}

.topicList {
  overflow: hidden;
  margin-top: 30px;
}

.topicList li {
  width: 20%;
  padding:15px;
  text-align: center;
  backgroud-color: #FEFFF9;
  float: left;
  cursor: pointer;
}
.topicList li:hover {
  color: #fff;
  background-color: #a7c8e0; 
  border-radius: 5px;
  text-decoration: none;
}

.topicList li:hover a {
  color: #fff;
}

.topicList li a {
}

.topicList li img {
  height: 60px;
  width: auto;
  margin-top: 10px;
}

.topicList li a p {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  white-space: nowrap;      /* 禁止换行 */
  overflow: hidden;        /* 隐藏溢出内容 */
  text-overflow: ellipsis; 
}

.downloadExcel {
  cursor: pointer;
}

.slider-wrap {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
}
.slider-wrap .slider-item {
  width: 100%;
  margin-bottom: 16px;
  overflow: hidden;
}
.slider-wrap .slider-item .item-header {
  width: 100%;
  height: 44px;
  background: #25bcbd;
  color: #fff;
  font-weight: 600;
  padding: 0 12px;
  line-height: 44px;
  border-radius: 2px 2px 0 0;
}
.slider-wrap .slider-item .item-header i {
  cursor: pointer;
  color: #1f9ecd;
  font-size: 22px !important;
}
.item-header .item-title {
  font-size: 14px;
  color: #1f9ecd;
  position: relative;
  top: -2px;
}
.item-content {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.item-content .subtitle {
  height: 36px;
  line-height: 36px;
  width: 100%;
  padding: 0 12px;
  font-size: 12px;
  color: #1f9ecd;
  border-bottom: 1px solid #1f9ecd;
  float: left;
}
.item-content .subtitle i {
  cursor: pointer;
  font-size: 14px;
}
.data-field-content {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.item-content ul.item-cont-ul {
  width: 100%;
}
.item-content ul.item-cont-ul li {
  height: 36px;
  font-size: 14px;
  color: #666;
  line-height: 36px;
  padding: 0 12px;
  cursor: pointer;
}
.item-content ul.item-cont-ul li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.item-content ul.item-cont-ul li:hover {
  background: #dbe5ef;
}
.item-content ul.item-cont-ul li.actived {
  color: #25bcbd;
  font-weight: 500;
  background:#dbe5ef;
}
.item-content ul.item-cont-ul li.actived a {
  color: #25bcbd;
}
.item-content ul.item-cont-ul li .text p {
  line-height: 20px;
  height: 20px;
}
.item-content ul.item-cont-ul li.actived .num {
  color: #25bcbd;
}
.item-content ul li .num {
  color: #999;
}
.item-content ul li .cha {
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  background: #f7f7f7;
  border-radius: 1px;
  line-height: 24px;
  color: #cccc;
  font-size: 16px;
  margin-top: 18px;
}
.item-content ul li .text .layui-rate {
  padding: 0;
}
.item-content ul li .text .layui-rate li {
  padding: 0;
}
.downloadExcel {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-loading {
  opacity: 0.5;
}
.icon-loading {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  display: none;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: none;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin-right: 5px;
}
.btn-loading .icon-loading {
  display: inline-block;
}
.right-nav {
    position: absolute;
    z-index: 99;
    top: 700px;
    right: 0;
    background-color: #b7d538;
}

.right-nav ul li {
    padding: 10px 20px;
    border-bottom: 1px solid #fff;
    text-align: center;
}
.right-nav ul li a {
  color: #ffffff;
}
.article-download {
  color: #b7d538;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}