body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  z-index: 10000;
}

body::-webkit-scrollbar-thumb {
  background-color: #5c5e6c;
  border-radius: 2px;
  z-index: 10000;
}

body::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 2px;
  z-index: 10000;
}

body {
  font-family: 'DroidSerif';
}

#hiddenElement {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}

@font-face {
  font-family: 'DroidSerifBoldItalic';
  src: url('../../font/DroidSerif-BoldItalic.ttf');
}

@font-face {
  font-family: 'DroidSerifBold';
  src: url('../../font/DroidSerif-Bold.ttf');
}

@font-face {
  font-family: 'DroidSerif';
  src: url('../../font/DroidSerif-Regular.ttf');
}

/*这是头部*/
#header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 102px;
  z-index: 2000;
  background: #fff;
  border-top: 7px solid #a92e2b;
}

#header .header {
  height: 100%;
  background: #fff;
}

#header .c-container {
  background: #fff;
}

.c-container {
  width: 1440px;
  margin: 0 auto;
  padding: 0 90px;
  box-sizing: border-box;
}

.container-fluid {
  width: 100%;
}

.header-container {
  height: 100%;
}

@media (max-width: 1350px) {
  #header .c-container {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 940px) {
  #header .logo {
    position: relative;
    left: unset;
    transform: unset;
  }
  
  #header .c-container {
    padding: 0 90px;
    width: 1440px;
  }
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  border-bottom: 1px solid #e6e6e6;
}

.header-main .time {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #5A5A5A;
}

.header-main .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 344px;
  height: 38px;
  cursor: pointer;
}

.right-content {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header-search, .header-download, .header-channel {
  height: 44px;
  background: #F5F6F5;
  cursor: pointer;
}

.header-channel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
}

#headerChannel {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #F5F6F5;
  cursor: pointer;
}

#headerChannel.active {
  display: flex;
}

.header-channel .header-channel-icon {
  width: 14px;
  height: 14px;
}

.header-channel .header-channel-icon.none {
  display: none;
}

.header-search {
  display: block;
  width: 44px;
  line-height: 44px;
  text-align: center;
}

.header-search img {
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
}

.header-download {
  display: block;
  width: 143px;
  text-align: center;
  line-height: 44px;
  color: #B71D26;
  text-decoration: none;
}

.content-main {
  width: 100%;
  padding-top: 102px;
  margin-bottom: 40px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #999;
  text-align: left;
  font-size: 16px;
  line-height: 25px;
  margin: 24px 0;
}

.breadcrumb a {
  color: #999;
}

.breadcrumb .beloneName {
  color: #333;
}

#globalFooter {
  position: relative;
  border-top: 4px solid #B71D26;
}

@media (max-width: 1350px) {
  #globalFooter {
    width: 1440px;
  }
}

.footer-container {
  display: flex;
  width: 100%;
  background-image: url('../../image/footer/readPic.png');
  background-repeat: no-repeat;
  background-size: contain;
  padding: 34px 0 32px 0;
  border-bottom: 1px solid #e6e6e6;
}

.footer-main .footer-left {
  display: flex;
  align-items: center;
}

.footer-main .footer-right {
  display: flex;
  flex: 1;
  gap: 96px;
}

.footer-main .footer-left::after {
  width: 1px;
  height: 222px;
  background: #E6E6E6;
  margin: 0 48px;
  content: '';
}

.footer-main .footer-title {
  font-size: 24px;
  color: #b71d26;
}

.footer-main .footer-download {
  padding: 18px 0;
}

.footer-main .footer-download > .footer-title {
  padding-bottom: 24px;
}

.footer-main .footer-sitemap {
  padding: 18px 0;
  flex: 1;
}

.footer-sitemap .sitemap-list {
  display: flex;
  flex-flow: row wrap;
  gap: 24px 59px;
  margin-top: 32px;
}

.footer-main .footer-share {
  flex: 0 0 36px;
  padding-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.download-app {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 220px;
  height: 56px;
  border: 1px solid #ebebebff;
  text-decoration: none;
}

.footer-download-top {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.footer-download-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 102px;
  height: 56px;
  border: 1px solid #ebebebff;
}

.footer-download-top a img {
  width: 32px;
  height: 32px;
}

.download-app img {
  width: 38px;
  height: 38px;
}

.download-app span {
  font-size: 22px;
  line-height: 26px;
  color: #000000;
}

.download-app + .download-app {
  margin-top: 16px;
}

.footer-bottom {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 28px;
  padding-bottom: 32px;
}

.footer-bottom .left > a {
  margin-top: 8px;
  display: block;
}

.footer-bottom .left a {
  font-size: 14px;
  line-height: 17px;
  color: #737B87;
}

.footer-bottom .left-top {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-bottom .left .left-top > a:nth-child(1) {
  display: flex;
  align-items: center;
  gap: 4.5px;
}

.footer-bottom .left .left-top > a:nth-child(1) img {
  width: 20px;
  height: 20px;
}

.footer-bottom .right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-bottom .right .line {
  height: 12px;
  width: 1px;
  background: #ccc;
}

.footer-bottom .right a {
  font-size: 14px;
  text-align: center;
  color: #737B87;
  text-decoration: none;
}

.c-recommend {
  width: 1260px;
  margin: 0 auto;
}

#globalShare, #videoShare, #sharePic {
  display: none;
}

#globalShare.share-block {
  display: block;
}

#videoShare.share-block {
  display: block;
}

#sharePic.share-block {
  display: block;
}

body .art-icon.art-icon-error {
  display: none;
}

.n-image-preview-container {
  z-index: 3001 !important;
}

#__vconsole {
  display: none !important;
}

.c-content .left {
  width: 890px;
}

.c-news-content .en-left-text, .c-news-content .en-right-text {
  margin-bottom: 24px;
}

.c-news-content .en-echart {
  width: 890px;
  margin-bottom: 24px;
}

.c-news-content .en-author {
  margin-bottom: 24px;
}

.c-news-content .en-text-5, .c-news-content .en-text-4, .c-news-content .en-text-3, .c-news-content .en-text-2, .c-news-content .en-text-1, .c-news-content .swiper-block, .en-scroll-text, .en-table {
  margin-bottom: 24px
}

body .n-image-preview-toolbar .n-base-icon {
  width: unset !important;
  height: unset !important;
}
