@charset "UTF-8";
@import url(./public.css);

/* #region 动画 */
@keyframes move {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(50%);
  }
}

@keyframes acadmove1 {
  0% {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}

@keyframes acadmove2 {
  0% {
    transform: translateY(-60%) scale(0.8);
  }

  to {
    transform: translateY(-50%) scale(0.8);
  }
}

@keyframes acadmove3 {
  0% {
    transform: translateY(-100%) scale(0.8);
  }

  to {
    transform: translateY(-90%) scale(0.8);
  }
}

@keyframes swiperLR1 {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes swiperLR2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

@keyframes swiperTB1 {
  0% {
    transform: translateY(100%);
  }

  to {
    transform: translateY(-100%);
  }
}

@keyframes swiperTB2 {
  0% {
    transform: translateY(0);
  }

  to {
    transform: translateY(-200%);
  }
}

/* #endregion */
.questionnaire .ques_card .ques_title button,
input[type=submit] {
  width: 22%;
  height: 1.56vw;
  background: var(--primary);
  cursor: pointer;
  color: #fff;
  font-size: 0.73vw;
  border: 0;
  border-radius: 0.8vw;
}

input[type=radio] {
  width: 1.4vw;
  height: 1.4vw;
  opacity: 0;
  z-index: 5555;
}

.max {
  display: block;
}

.min {
  display: none;
}

@media screen and (max-width: 1000px) {
  .max {
    display: none;
  }

  .min {
    display: block;
  }
}

.header-sticky {
  height: 5.16vw;
}

.header-search>span {
  font-size: 1.42vw;
  color: #474747;
}

.header-search>form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.56vw;
  padding-bottom: 0.99vw;
  border-bottom: 0.05vw solid rgba(47, 47, 47, 0.4);
  position: relative;
}

.header-search>form img {
  width: 1.04vw;
}

.header-search>form input {
  border: 0;
  outline: 0;
  font-size: 1.42vw;
  background: 0 0;
}

.header-search>form input[type=submit]:hover {
  color: var(--primary) !important;
}

.header-search>form #search-underline {
  width: 0;
  left: 0;
  position: absolute;
  bottom: -0.05vw;
  height: 0.05vw;
  background: var(--primary);
  transition: all 0.3s;
}

.header-sticky .sticky-left .s-left a h1 {
  font-size: 1.35vw;
  white-space: nowrap;
}

.header-sticky .sticky-left .s-left a span {
  border-left: 0.05vw solid rgba(255, 255, 255, 0.3);
  width: 0;
  height: 1.04vw;
  margin-right: 0.68vw;
  margin-left: 0.78vw;
  position: relative;
  top: 0.16vw;
}

.header-sticky .sticky-left .s-left a h1:not(:last-child) {
  font-weight: 400;
}

.header-sticky .sticky-left .s-left a img {
  margin-right: 0.99vw;
  width: 3.33vw;
}

.header-sticky .sticky-left .header-index-menu li {
  list-style: none;
}

.header-sticky .sticky-left .header-index-menu li:not(:first-child) {
  margin-left: 2.71vw;
}

.header-sticky .sticky-right .header-index-search span {
  color: #edecf4;
  font-size: 1.04vw;
  font-family: var(--font-english);
}

.banner {
  width: 100%;
  position: relative;
  z-index: 9;
}

.search1 {
  width: 32%;
  position: absolute;
  left: 12.75%;
  bottom: 34%;
  z-index: 999999;
}

.search1 .sousuo {
  width: 100%;
  padding: 3% 0;
  white-space: nowrap;
  box-sizing: border-box;
}

.search1 .sousuo input[type=text] {
  width: 75%;
  height: 3vw;
  border: 0;
  font-size: 1.2vw;
  border-radius: 0.1vw;
  line-height: 2;
  color: #0d0c0c;
  outline: 0;
  padding: 0 2%;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.search1 .sousuo input::-webkit-input-placeholder,
.wrapper .Sifting form .top-box input::-webkit-input-placeholder {
  color: #c6c6c6;
}

.search1 .sousuo input[type=submit] {
  width: auto;
  height: 100%;
  line-height: 2;
  font-size: 1.2vw;
  border-radius: 0.36vw;
  background-color: var(--primary);
  color: #fff;
  border: 0;
  padding: 0 4.2%;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.2s all;
  -webkit-appearance: none;
}

.search1 .sousuo input[type=submit]:hover,
.wrapper .Sifting form .top-box input[type=submit]:hover {
  background-color: #ff984c;
}

.bantext {
  width: 96%;
  height: auto;
  color: #fff;
  font-size: 1.2vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.bantext a {
  color: #fff;
  text-align: left;
  padding: 0 12px;
  border-right: 1.5px solid rgba(255, 255, 255, 0.4);
  transition: 0.5s all;
}

.bantext a:last-child {
  border-right: none;
}

.bantext a:hover {
  color: #ff5a07;
}

.comment .swiper-container {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 1vw 0 2.5vw;
}

.seabox,
.tabmenu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modinfo3,
.seabox {
  box-sizing: border-box;
}

.seabox {
  width: 29.2vw;
  height: 3.3vw;
  background-color: #fff;
  padding: 3px;
  border-radius: 0.36vw;
}

.modinfo3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3.5% 12.75% 7.5%;
}

.tabmod {
  position: relative;
  width: 100%;
  height: auto;
}

.tabmenu {
  margin-bottom: 2.91vw;
}

.tabmenu ul {
  width: 15vw;
  height: 5.3vw;
  border-bottom: #e7e7e7 1px solid;
}

.tabmenu li {
  height: 100%;
  font-size: var(--h1-font-size);
  font-weight: 700;
  color: var(--graphite);
  position: relative;
  cursor: pointer;
}

.tabmenu li.on::after {
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.tabmenu li.on::after,
.tabmenu li::after,
.tabmenu li:hover::after {
  content: "";
  position: absolute;
  height: 4px;
  background-color: var(--primary);
  border-radius: 10px;
  bottom: -2px;
}

.tabmenu li::after {
  width: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}

.tabmenu li:hover::after {
  width: 100%;
}

.tabcontent .tabitem {
  display: none;
}

.tabcontent .on {
  display: block;
}

.modfour,
.tabmenu {
  width: 100%;
  height: auto;
}

.modfive a,
.modfour a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modfour .one {
  position: absolute;
  width: 31.25vw;
  height: 6.4vw;
  left: 49.5vw;
  top: 7.4vw;
}

.modfour .two {
  top: 14.06vw;
}

.modfour .five,
.modfour .four,
.modfour .two {
  position: absolute;
  width: 31.25vw;
  height: 3.64vw;
  left: 49.5vw;
}

.modfour .more,
.modfour .three {
  position: absolute;
}

.modfour .three {
  width: 31.25vw;
  height: 3.64vw;
  left: 49.5vw;
  top: 17.97vw;
}

.modfour .four {
  top: 21.97vw;
}

.modfour .five {
  top: 24.97vw;
}

.modfour .more {
  width: 8.855vw;
  height: 4.69vw;
  left: 12.76vw;
  top: 26vw;
}

.modfive,
.modfour {
  position: relative;
}

.modfive .sea1,
.modfive .sea2 {
  position: absolute;
  width: 10.93vw;
  height: 12.5vw;
  left: 25vw;
  top: 12.5vw;
}

.modfive .sea2 {
  left: 76.6vw;
}

.header,
.mt50 {
  transition: all 0.5s;
}

.bannerwap .swiper-wap {
  display: none;
}

.scival-data-list-wrap.center .pro-content>p {
  width: 100%;
  text-align: center;
}

.header {
  width: 100%;
}

.header-search,
.header-sticky {
  position: fixed;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.header-sticky {
  top: 0;
  z-index: 210;
}

.header-search {
  top: 4.69vw;
  height: 10vw;
  background: #fff;
  flex-direction: column;
  transform: translateY(-15.21vw);
  opacity: 0;
  z-index: 200;
  border-bottom: 0.05vw solid rgba(80, 80, 80, 0.1);
}

.header-search>form input[type=text] {
  margin-left: 0.57vw;
  width: 31.25vw;
}

.header-search>form input[type=submit] {
  color: var(--blue);
  letter-spacing: 0.1vw;
  cursor: pointer;
}

.search-underline-active {
  width: 100% !important;
}

.header-search-show {
  opacity: 1;
  transform: translateY(0) !important;
}

.header-sticky .sticky-left {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.68vw 2.5vw 0.83vw 2.6vw;
}

.header-sticky .sticky-left .s-left a {
  color: #fff;
  text-decoration: none;
}

.header-sticky .sticky-left .s-right {
  height: 100%;
}

.header-sticky .sticky-left .header-index-menu,
.header-sticky .sticky-left .s-left a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-sticky .sticky-left .header-index-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 1.04vw;
  white-space: nowrap;
}

.header-sticky .sticky-left .header-index-menu a.current,
.header-sticky .sticky-left .header-index-menu a:hover {
  color: var(--primary) !important;
}

.header-sticky .sticky-right {
  width: 17.03vw;
  height: 100%;
  border-left: 0.05vw solid rgba(255, 255, 255, 0.3);
}

.header-sticky .sticky-right .header-index-search {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.67vw;
  padding-right: 2.87vw;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
}

.header-sticky .sticky-right .header-index-search img {
  width: 1.04vw;
}

.header-index-banner {
  position: relative;
  width: 100%;
}

.header-index-banner .banner-wrap img,
.header-index-banner .banner-wrap video {
  width: 100vw;
  background: var(--graphite);
  object-fit: cover;
}

.header-bg+span,
.header-index-banner .banner-wrap>span {
  padding: 0 10%;
  box-sizing: border-box;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 700;
  font-size: var(--title1-font-size);
}

.header-index-banner .banner-wrap>span .en {
  font-size: 0.7em;
  line-height: 1;
  display: block;
  letter-spacing: 0;
  color: var(--primary);
}

.header-index-banner .banner-wrap>span>span {
  font-size: 0.7em;
  color: var(--primary);
}

.header-index-banner .swiper-pagination {
  text-align: left !important;
  padding-left: 10% !important;
  bottom: 65px !important;
}

.header-index-banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: 0 0;
  opacity: 0.2;
  margin-right: 4px;
  border: #fff 2px solid;
  border-radius: 20px;
}

.header-index-banner .swiper-pagination-bullet-active {
  width: 1.4vw;
  height: 12px;
  opacity: 1;
  background-color: var(--primary);
  border: 0;
}

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

  .header-bg+span,
  .header-index-banner .banner-wrap>span {
    width: 100% !important;
    left: 50% !important;
    padding: 0 4% !important;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
  }
}

.header-sticky-item-hover {
  color: var(--graphite) !important;
  border-color: #edecf4 !important;
}

.header-index-search-hover {
  color: rgba(47, 47, 47, 0.6) !important;
}

.main {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10%;
  margin-bottom: 8%;
}

.bg-main {
  background: url(/images/keyan-bg.png) no-repeat left top;
}

.main-content .content-subtitle .current,
.main-content-box .item-wrap-links a:hover {
  text-decoration: underline;
}

.main-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-content .content-title {
  font-size: var(--h1-font-size);
  margin-top: 5.21vw;
  margin-bottom: 2.6vw;
  width: 100%;
  text-align: center;
  color: var(--graphite);
  font-weight: 700;
}

.main-content .content-title .en {
  font-size: 0.7em;
  display: inline-block;
  color: var(--lnk);
}

.main-content .content-subtitle {
  position: relative;
  font-size: 1.5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 22.66vw;
  padding: 0 0.26vw 1.04vw;
  margin-bottom: 3.33vw;
  border-bottom: 0.05vw solid rgba(47, 47, 47, 0.3);
  color: gray;
  cursor: pointer;
  transition: all 0.3s;
}

.footer .about>div .list:not(.blue) a:hover,
.main-content .content-subtitle span:not(.line):hover {
  color: var(--primary);
}

.main-content .content-subtitle .line,
.main-content .content-subtitle .line1 {
  width: 10vw;
  height: 0.05vw;
  background: var(--primary);
  position: absolute;
  bottom: -0.05vw;
  transition: all 0.3s;
}

.main-content .content-subtitle .line {
  left: 0;
}

.main-content .content-subtitle .line1 {
  right: 0;
}

.main-content .content-subtitle>span:nth-child(2):hover~.line {
  left: calc(100% - 10vw);
}

.main-content .content-subtitle>span:nth-child(1):hover~.line {
  left: 0;
}

.main-content .content-subtitle>span:nth-child(1):hover~.line1 {
  right: calc(100% - 10vw);
}

.main-content .content-subtitle>span:nth-child(2):hover~.line1 {
  right: 0;
}

.main-content .content-subtitle span a {
  color: gray;
  text-decoration: none;
}

.main-content .content-subtitle span a:hover {
  color: var(--primary);
  text-decoration: none;
}

.main-content-box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  gap: 1.56vw;
}

.main-content-box.med {
  margin-bottom: 5.16vw;
}

.main-content-box>li {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0.26vw 1.82vw 0 rgba(70, 70, 86, 0.2);
  border-radius: 8px;
  position: relative;
  transition: all 0.3s;
}

.main-content-box>li:not(.item-full) {
  height: 33.75vw;
  flex-direction: column;
  overflow: hidden;
}

.main-content-box>li:not(.item-full)>img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}

.main-content-box>li:not(.item-full) .item-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 10;
  transition: all 0.3s;
}

.main-content-box>li .item-wrap .item-wrap-title.white span:first-child {
  color: #fff;
}

.main-content-box>li .item-wrap .item-wrap-title.white span:not(:first-child) {
  color: rgba(255, 255, 255, 0.6);
}

.main-content-box>li .item-wrap .item-wrap-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4.53vw;
}

.main-content-box>li .item-wrap .item-wrap-title span:first-child {
  font-size: var(--h1-font-size);
  color: var(--graphite);
  font-weight: 700;
  margin-bottom: 0.67vw;
  font-family: var(--font-english);
}

.main-content-box>li .item-wrap .item-wrap-title span:not(:first-child) {
  font-size: 1.15vw;
  color: var(--lnk);
}

.main-content-box>li:not(.item-full) .item-wrap-links {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5vw 0 1.8vw;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.main-content-box>li:not(.item-full) .item-wrap-links>div {
  width: auto;
  position: relative;
  left: 1.3vw;
}

.main-content-box>li:not(.item-full) .item-wrap-links>div>ul {
  width: auto;
  list-style: none;
}

.main-content-box>li .item-wrap-links>div>ul li:nth-of-type(n + 7) {
  display: none;
}

.main-content-box>li .item-wrap-links .news {
  width: 26vw;
  position: relative;
  box-sizing: border-box;
  padding: 0;
  margin-top: 3vw;
}

.main-content-box>li:not(.item-full) .item-wrap-links .news {
  width: 100%;
  position: absolute;
  bottom: 1.2vw;
  left: 0;
  box-sizing: border-box;
  padding: 0 3vw;
}

.main-content-box>li .item-wrap-links .news .news_con {
  position: relative;
  background: rgba(0, 0, 0, 0.05);
  width: 100%;
  border-radius: 100px;
  padding: 6px 12px 6px 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 0;
  box-sizing: border-box;
}

.main-content-box>li .item-wrap-links.white .news .news_con {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  border-radius: 100px;
  padding: 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-content-box>li .item-wrap-links .news .news_con .news_icon {
  width: 1.4vw;
  height: 1.4vw;
  background: url(/images/qx_icon2.png) no-repeat;
  background-size: 100%;
  margin-right: 5px;
}

.main-content-box>li .item-wrap-links .news .news_con .lcon {
  color: var(--graphite);
  font-size: 0.9vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1vw;
  height: 1vw;
  width: 68%;
  transition: 0.5s all;
}

.main-content-box>li .item-wrap-links.white .news .news_con .lcon {
  color: var(--white);
}

.main-content-box>li .item-wrap-links .news .news_con .lcon .news_link {
  color: var(--graphite);
  text-decoration: none;
  transition: all 0.3s;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  float: left;
  overflow: hidden;
  position: relative;
  padding-right: 11px;
}

.main-content-box>li .item-wrap-links.white .news .news_con .lcon .news_link {
  color: var(--white);
}

.main-content-box>li .item-wrap-links .news .news_con .lcon .news_link::after {
  content: "";
  background: url(/images/qx_icon8.png) no-repeat;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 1px;
  color: inherit;
  filter: drop-shadow(currentColor -100px -100px);
  transform: translate(100px, 100px);
}

.main-content-box>li .item-wrap-links.white .news .news_con .lcon .news_link::after {
  filter: brightness(100);
}

.search .search-con form input[type=submit]:hover {
  color: var(--primary) !important;
}

.main-content-box>li .item-wrap-links .news .news_con .news_link:hover {
  text-decoration: underline;
}

.search .search-con form input[type=submit]:hover {
  color: var(--graphite) !important;
  text-decoration: underline;
}

.main-content-box>li .item-wrap-links .news .news_con .news_date {
  line-height: 1vw;
  height: 1vw;
  font-size: 0.9vw;
  color: var(--lnk);
  width: 20%;
  text-align: center;
}

.main-content-box>li .item-wrap-links.white .news .news_con .news_date {
  color: var(--lvory);
}

.main-content-box .item-full {
  width: 100%;
  height: 29.95vw;
  padding-top: 7.19vw;
  padding-left: 6.88vw;
  justify-content: space-between;
  grid-column-start: 1;
  grid-column-end: 3;
  background: url(/images/keyan-bg2.jpg) no-repeat;
  background-size: 100%;
}

.main-content-box .item-full .item-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.3s;
}

.main-content-box .item-full .item-wrap .item-wrap-title {
  align-items: flex-start;
  margin-bottom: 3.45vw;
  margin-top: 0;
}

.main-content-box .item-full>img {
  width: 48.13vw;
  transition: all 0.3s;
  position: absolute;
  top: -0.94vw;
  right: -3.91vw;
}

.main-content-box.med .item-full>img {
  position: absolute;
  width: 46.13vw;
  top: 4.06vw;
  right: 4.09vw;
}

.main-content-box .item-wrap-links {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: calc(20% - 20px);
}

.main-content-box>li:not(.item-full) .item-wrap-links {
  display: flex;
}

.main-content-box .item-wrap-links>div>ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5vw 0;
  list-style: none;
  margin-bottom: 0.2vw;
}

.main-content-box .item-wrap-links>div>ul:not(:first-child) {
  margin-top: 1.41vw;
}

.main-content-box .item-wrap-links>div>ul li {
  overflow: hidden;
}

.main-content-box .item-wrap-links.white a {
  color: #fff;
}

.main-content-box .item-wrap-links.shadow-white {
  background: rgba(255, 255, 255, 0.6) !important;
}

.main-content-box .item-wrap-links.shadow-black-06 {
  background: rgba(0, 0, 0, 0.6) !important;
}

.main-content-box .item-wrap-links.shadow-black-07 {
  background: rgba(0, 0, 0, 0.7) !important;
}

.main-content-box .item-wrap-links a {
  text-decoration: none;
  color: var(--graphite);
  display: flex;
  align-items: center;
  font-size: 0.9vw;
  margin-right: 2.23vw;
}

.main-content-box .item-wrap-links a img {
  filter: brightness(0);
  transition: transform .3s;
}

.main-content-box .item-wrap-links.white a img {
  filter: brightness(10);
}

.main-content-box .item-wrap-links a:hover img {
  transform: translateX(0.3em);
}

.more-content-box>li .item-list li a:hover,
.more-content-box>li .item-top>div>a:hover span {
  text-decoration: underline;
}

.more-content-box>li .item-top>div>a:hover img {
  transform: translateX(0.52vw);
  filter: invert(59%) sepia(88%) saturate(3520%) hue-rotate(353deg) brightness(97%) contrast(94%);
}

.main-content-box .item-wrap-links a span,
.more-content-box>li .item-top>div>a span,
.more-content-ofter-box>li>div>a span {
  transition: all 0.3s;
}

.main-content-box .item-wrap-links a:nth-child(3n) {
  margin-right: 0;
}

.main-content-box .item-wrap-links img {
  width: 0.5em;
  margin-left: 0.5em;
  position: relative;
  top: 0.05vw;
}

.more-content,
.more-content-box>li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.more-content {
  width: 100%;
}

.more-content .content-title {
  font-size: 2.5vw;
  margin-top: 6.2vw;
  margin-bottom: 1.3vw;
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: var(--graphite);
}

.more-content .content-subtitle {
  font-size: 1.15vw;
  color: var(--lnk);
  margin-bottom: 3.75vw;
}

.more-content-box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 1.72vw;
  list-style: none;
}

.more-content-box.twins {
  grid-template-columns: repeat(2, 1fr);
}

.more-content-box.triplets {
  grid-template-columns: repeat(3, 1fr);
}

.more-content-box>li {
  flex: 1;
  margin-bottom: 1.93vw;
  border-radius: 8px;
  background-color: #f7f7f7;
  opacity: 0.902;
  padding: 0 3.65vw 3.3vw 3.38vw;
  overflow: hidden;
}

.more-content-box>li .item-top>img {
  width: 4.32vw;
  object-fit: contain;
}

.more-content-box>li .item-top {
  width: 100%;
  height: 11.77vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.more-content-box>li .item-top>div>a img {
  margin-left: 0.42vw;
  width: 0.47vw;
  position: relative;
  top: 0.05vw;
  transition: transform 0.3s;
}

.more-content-box>li .item-top>div>a {
  width: 100%;
  color: var(--blue);
  font-size: 1vw;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.more-content-box>li .item-top>div>span:first-child {
  font-size: 1.5vw;
  color: var(--graphite);
  font-weight: 700;
  margin-bottom: 0.2vw;
}

.more-content-box>li .item-top>div>span:not(:first-child) {
  color: var(--primary);
  font-size: 0.9vw;
  margin-bottom: 1.35vw;
}

.more-content-box>li .item-top>div {
  display: flex;
  flex-direction: column;
}

.more-content-box>li .item-list li:not(:first-child) {
  margin-top: 1.35vw;
}

.more-content-box>li .item-list li::marker {
  color: var(--primary);
}

.more-content-box>li .item-list li a {
  width: 100%;
  text-decoration: none;
  color: var(--lnk);
  position: absolute;
  left: 1.04vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
  font-size: 1vw;
}

.more-content-box>li .item-list li {
  list-style-position: inside;
  position: relative;
  left: -0.94vw;
}

.more-content-box>li .item-list {
  width: 100%;
  flex: 1;
  color: var(--lnk);
  font-size: 1.15vw;
  list-style-type: disc;
}

.more-content-ofter-box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1.72vw;
  list-style: none;
  margin-bottom: 5.37vw;
}

.more-content-ofter-box>li {
  height: 13.07vw;
  flex: 1;
  margin-bottom: 1.93vw;
  border-radius: 8px;
  background-color: #f7f7f7;
  opacity: 0.902;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 2.66vw;
  padding-right: 2.66vw;
  overflow: hidden;
  position: relative;
}

.more-content-ofter-box>li>img {
  width: 7.49vw;
}

.more-content-ofter-box>li:nth-child(2)>img {
  width: 6.41vw;
}

.more-content-ofter-box>li:nth-child(3)>img {
  width: 6.77vw;
}

.more-content-ofter-box>li>div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
}

.more-content-ofter-box>li>div>a img {
  margin-left: 0.42vw;
  width: 0.47vw;
  position: relative;
  top: -0.21vw;
  transition: transform 0.3s;
}

.library-list-list-item:hover>a img,
.more-content-ofter-box>li>div>a:hover img {
  transform: translateX(0.52vw);
  filter: invert(59%) sepia(88%) saturate(3520%) hue-rotate(353deg) brightness(97%) contrast(94%);
}

.footer .about>div .list .blue a:hover,
.more-content-ofter-box>li>div>a:hover span,
.open-class-list-item .item-subtitle a:hover {
  color: var(--primary);
}

.more-content-ofter-box>li>div>a {
  width: 100%;
  height: 100%;
  color: var(--blue);
  font-size: 1vw;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: absolute;
  padding-bottom: 2.6vw;
  padding-left: 2.66vw;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
}

.more-content-ofter-box>li>div>span {
  font-size: 1.5vw;
  color: var(--graphite);
  font-weight: 700;
  font-family: var(--font-english);
}

.more-content-ofter-box>li>div>span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: -1.22vw;
}

.more-content-ofter-box>li>div>span:not(:first-child) {
  margin-bottom: 1.35vw;
  margin-top: -0.52vw;
}

.footer {
  display: block;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
}

.footer .about,
.footer .copyright {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 6.25vw;
  padding-right: 4.69vw;
  box-sizing: border-box;
}

.footer .about>div .list>span {
  color: var(--graphite);
  font-size: 1.5vw;
  font-weight: 700;
}

.footer .about>div>div:not(:first-child) {
  margin-left: 4.43vw;
}

.footer .about>div .list .blue a {
  color: var(--blue);
  transition: all 0.3s;
}

.footer .about>div .list:not(.blue) a {
  transition: all 0.3s;
  font-family: var(--font-english);
}

.footer .about>div .list a {
  font-size: 1.04vw;
}

.footer .about>div .list {
  height: 100%;
  margin-top: 3.44vw;
  margin-bottom: 2.81vw;
}

.footer .about>div ul,
.scival-card-list ul {
  list-style: none;
}

.footer .about li {
  margin-top: 1.3vw;
}

.footer a {
  text-decoration: none;
  color: var(--graphite);
}

.footer .about {
  border-bottom: 0.05vw solid var(--primary);
}

.footer .copyright {
  border-top: 0.05vw solid #dcdcdc;
  padding-top: 1.72vw;
  padding-bottom: 1.61vw;
}

.footer .about>div {
  height: 100%;
  display: flex;
  justify-content: center;
}

.footer .about>div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer .about>div:nth-child(2) img {
  margin-bottom: 0.78vw;
  width: 7.81vw;
}

.footer .about>div:nth-child(2) span {
  margin-bottom: 0.26vw;
  font-size: 1.04vw;
}

.footer .copyright>div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.footer .copyright>div:first-child>span {
  color: var(--graphite);
  font-size: 0.83vw;
  font-weight: 700;
}

.footer .copyright>div:first-child>ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.26vw;
}

.footer .copyright>div:first-child>ul a {
  font-size: 0.83vw;
  color: var(--blue);
  transition: all 0.3s;
}

.footer .copyright>div:first-child>ul a:hover {
  color: var(--primary);
}

.footer .copyright>div:first-child>ul li.line {
  width: 0.05vw;
  height: 0.63vw;
  margin: 0 0.47vw;
  background: #cecece;
  position: relative;
  top: 0.1vw;
}

.footer .copyright>div:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .copyright>div:last-child img {
  width: 5.63vw;
}

.opacity-hover-0 {
  opacity: 0;
}

.main-content-box .item-full .hover-box {
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 8px;
  overflow: hidden;
}

.main-content-box .item-full .hover-box>div {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--primary);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  transition: all 0.3s;
  transform: translateX(100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 6.77vw;
  box-sizing: border-box;
}

@media (any-hover: hover) {

  .main-content-box .item-full .hover-box:hover>div,
  .main-content-box .item-full .hover-box>div:hover,
  .main-content-box>li:not(.item-full) .hover-area:hover+.hover-box,
  .main-content-box>li:not(.item-full) .hover-box:hover {
    transform: translateX(0);
    opacity: 0.9;
  }
}

.main-content-box .item-full .hover-box:hover,
.open-class-list-sublist-item a .pic_s {
  width: 100%;
}

.main-content-box .item-full .hover-box>div span {
  font-size: 2.5vw;
  font-family: var(--font-english);
  font-weight: 700;
}

.main-content-box .item-full .hover-box>div ul {
  margin-bottom: 3.13vw;
  margin-top: 1.82vw;
  list-style-type: disc;
}

.main-content-box .item-full .hover-box>div li {
  font-size: 0.94vw;
  margin-top: 1.41vw;
}

.main-content-box .item-full .hover-box>div li a {
  color: #fff;
  text-decoration: none;
}

.main-content-box .item-full .hover-box>div>a {
  font-size: 1.15vw;
  color: #fff;
  text-decoration: none;
  border-bottom: 0.1vw solid #fff;
  padding-bottom: 0.21vw;
}

.main-content-box>li:not(.item-full) .hover-box {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
  background: var(--primary);
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(100%);
  z-index: 20;
}

.main-content-box>li:not(.item-full) .hover-area {
  width: 100%;
  height: 74%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 8px;
  z-index: 15;
}

.main-content-box>li:not(.item-full) .hover-box {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 6.77vw;
  box-sizing: border-box;
}

.main-content-box>li:not(.item-full) .hover-box span {
  font-size: 2.5vw;
  font-weight: 700;
  font-family: var(--font-english);
}

.main-content-box>li:not(.item-full) .hover-box ul {
  margin-bottom: 3.13vw;
  margin-top: 1.82vw;
  list-style-type: disc;
}

.main-content-box>li:not(.item-full) .hover-box li {
  font-size: 0.94vw;
  margin-top: 1.41vw;
}

.main-content-box>li:not(.item-full) .hover-box>a {
  font-size: 1.15vw;
  color: #fff;
  text-decoration: none;
  border-bottom: 0.1vw solid #fff;
  padding-bottom: 0.21vw;
}

.swiper-button-next,
.swiper-button-prev {
  display: none !important;
}

.swiper-wrapper {
  width: 100% !important;
  list-style: none;
}

.scival-content-swiper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scival-content-swiper .swiper-wrapper.center {
  width: 80% !important;
}

.secondary-menu-wrap {
  width: 100%;
  height: 37vw;
  background: url(/images/scival-bg-1.jpg) no-repeat;
  color: #fff;
  padding: 0 9.9vw;
  box-sizing: border-box;
  background-size: cover;
}

.secondary-menu.float {
  background: #fff;
  border-color: transparent;
  box-shadow: 0 0 5.37vw 0 rgba(39, 39, 39, 0.13);
}

.secondary-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5.66vw;
  transition: height 0.3s, background 0.3s;
  z-index: 99;
}

.secondary-menu-wrap .secondary-menu>ul li {
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--lnk);
}

.secondary-menu-wrap .secondary-menu>ul li:not(:first-child) {
  margin-left: 2.34vw;
}

.secondary-menu-wrap .secondary-menu>ul li.curt,
.secondary-menu-wrap .secondary-menu>ul li:hover {
  color: #fff;
}

.secondary-menu-wrap .secondary-menu>ul li.btn {
  /* #region 按钮统一样式 */
  outline: none;
  cursor: pointer;
  color: #fff;
  white-space: nowrap;
  position: relative;
  border-radius: 3em;
  background-color: var(--blue);
  transition: background-color 0.3s, transform 0.3s;
  border: none;
  text-align: center;
  /* #endregion */

  padding: 0.63vw 1.56vw;
}

.secondary-menu-wrap .secondary-menu>ul li.btn:hover {
  background-color: var(--blue-dark);
}

.secondary-menu-wrap .secondary-menu>ul li.btn a {
  color: inherit;
}

.secondary-menu-wrap .secondary-menu>ul li.btn:hover {
  transform: scale(0.95);
}

.secondary-menu.float>ul li:last-child:hover {
  transform: scale(0.95);
  color: #fff;
}

.secondary-menu-wrap .secondary-menu>ul {
  height: 100%;
  flex: 1;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.secondary-menu.float .title,
.secondary-menu.float>ul li.curt,
.secondary-menu.float>ul li:hover {
  color: #222;
}

.secondary-menu-wrap .title {
  font-size: 2.08vw;
  font-weight: 700;
  font-family: var(--font-english);
  transition: all 0.3s;
  cursor: pointer;
}

.content {
  position: relative;
  margin-bottom: 7% !important;
}

.preview-swiper {
  width: 100%;
  height: 25vw;
  overflow: hidden;
}

.scival-preview {
  width: 100%;
  border-radius: 8px;
  background-color: #e7eaee;
  cursor: pointer;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.scival-content,
.scival-data-list-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

.scival-content {
  padding: 13vw 0 2vw;
  flex-direction: column;
  align-items: center;
  background-size: 100%;
  margin-bottom: 4.69vw;
}

.scival-content .content-title {
  font-size: 4.58vw;
  margin-top: 1.3vw;
  margin-bottom: 1.3vw;
  width: 100%;
  text-align: center;
  color: var(--primary);
  font-weight: 700;
  font-family: var(--font-english);
}

.scival-content .content-subtitle {
  font-size: 1.15vw;
  color: var(--lnk);
  margin-bottom: 4.43vw;
  text-align: center;
}

.scival-data-list-wrap {
  position: relative;
  margin-bottom: 4vw !important;
  padding: 0 10vw;
  box-sizing: border-box;
  list-style: none;
}

.scival-data-list-wrap.center {
  padding: 0 !important;
}

.pro-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
}

.pro-content .item-title {
  color: var(--graphite);
  font-size: 1.5vw;
  font-weight: 700;
  display: block;
}

.pro-content .scival-data-list {
  margin-top: 2.29vw;
  max-width: 100%;
  padding-left: 1.04vw;
}

.pro-content li::marker {
  color: var(--lnk);
  transition: all 0.3s;
}

.pro-content li {
  margin-bottom: 1.04vw;
  max-width: 100%;
  list-style: disc;
}

.pro-content a {
  color: var(--lnk);
  text-decoration: none;
  font-size: 1vw;
  transition: all 0.3s;
  word-wrap: break-word;
  pointer-events: none;
  cursor: default;
}

.pro-content:not(:first-child) {
  border-left: 0.052vw solid #ebebed;
  margin-left: 2vw;
  padding-left: 2vw;
}

.scival-card-list {
  box-sizing: border-box;
  padding: 0 10%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.3vw 1.56vw;
  justify-items: stretch;
  list-style: none;
}

.scival-card-list-item .item-title {
  color: var(--graphite);
  font-size: 1.5vw;
  font-weight: 700;
  margin-bottom: 1.5vw;
}

.scival-card-list-item .item-icon {
  width: 4vw;
  position: absolute;
  right: 2.87vw;
  top: 2.87vw;
}

.scival-card-list-item a {
  color: var(--lnk);
  font-size: 1vw;
  text-decoration: none;
  transition: all 0.3s;
  align-items: center;
}

.scival-card-list-item a:hover,
.scival-card-list-item div:hover {
  color: var(--blue) !important;
}

.scival-card-list-item a .new {
  display: inline-block;
  background: #0426a0;
  position: relative;
  height: 0.9em;
}

.scival-card-list-item a .new .new1 {
  font-size: 0.7vw;
  color: #fff;
  background-color: var(--primary);
  border-radius: 4px;
  padding: 2px 4px 2px 4px;
  position: absolute;
  left: 0;
}

.scival-card-list-item {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 3.91vw 1.04vw 3.91vw 3.39vw;
  position: relative;
  width: 100%;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0.26vw 1.82vw 0 rgba(70, 70, 86, 0.2);
  transition: all 0.3s;
}

.scival-card-list-item:hover {
  transform: scale(1.03);
}

.scival-card-list .scival-card-list-item-list li {
  position: relative;
  padding-left: 1em;
  font-size: 1vw;
}

.scival-card-list .scival-card-list-item-list li::before {
  content: "";
  position: absolute;
  width: 0.3em;
  height: 0.3em;
  background-color: var(--primary);
  border-radius: 50%;
  top: 0.7em;
  left: 0;
  transform: translateY(-50%);
}

.scival-card-list-item-list li:not(:first-child) {
  margin-top: 1.3vw;
}

.scival-course {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 6.44vw;
  position: relative;
}

.scival-course .open-class-list-label {
  position: unset;
  margin-left: 2.8vw;
  margin-top: 3px;
  color: var(--graphite);
}

.open-class-list-label {
  list-style: none;
}

.scival-course .head {
  width: 100%;
  padding: 0 5%;
  box-sizing: border-box;
  justify-content: space-between;
  background-color: transparent;
  z-index: 1;
}

.scival-course .head,
.scival-course .head .head-box {
  display: flex;
  align-items: center;
}

.scival-course .head .banner-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.scival-course .head .banner-btn img {
  width: 2.6vw;
  cursor: pointer;
}

.scival-course .head .banner-btn img:first-child {
  margin-right: 0.83vw;
}

.scival-course .head .head-title {
  font-size: 1.5vw;
  color: var(--graphite);
  font-weight: 700;
}

.scival-course-list-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.scival-course-list-item-card {
  width: 26.04vw;
  height: 15vw;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-color: #ececec;
  box-shadow: 0 0 1.25vw 0 rgba(31, 31, 31, 0.22);
  margin-bottom: 1.82vw;
  cursor: pointer;
}

.scival-course-list-item-card img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scival-course-list-item-card img:last-child {
  position: absolute;
  right: 1.2vw;
  bottom: 1.04vw;
  width: 2.19vw;
}

.scival-course-list-item-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.scival-course-list-item-info a {
  color: var(--graphite);
  font-size: 1vw;
  text-decoration: none;
  padding: 0.63vw 1.04vw;
  background: #d4d4d4;
  border-radius: 1.56vw;
  white-space: nowrap;
}

.scival-course-list-item-info .item-title {
  font-size: 1vw;
  color: var(--lnk);
}

.scival-swiper {
  width: 100%;
  box-sizing: border-box;
  padding-left: 10% !important;
}

.scival-course-list-item {
  width: 26.04vw !important;
}

.scival-course-list-item:not(:first-child) {
  margin-left: 1.82vw;
}

.scival-course-list-item:last-child {
  margin-right: 3.9vw !important;
}

.scival-course-list {
  margin-top: 2.6vw !important;
}

.scival-card-list-item-lists li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 80%;
  display: block;
}

.scival-card-list-item-lists ul {
  padding-right: 2.87vw;
}

.scival-card-list-item-lists {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.bottom-space {
  margin-bottom: 7.29vw;
}

.header-bg {
  width: 100%;
  margin-top: 4.69vw;
}

.relative {
  position: relative;
}

.open-class-list-wrap {
  padding: 6.25vw 10% 3%;
  display: flex;
  justify-content: center;
  background: #fff;
}

.open-class-list-wrap ul {
  list-style: none;
  position: relative;
  margin-bottom: 2vw;
}

.open-class-list-wrap a {
  text-decoration: none;
}

.open-class-list-nav li a {
  color: var(--lnk);
  font-size: 1.25vw;
  transition: all 0.3s;
  cursor: pointer;
}

.open-class-list-nav li:not(:first-child) {
  margin-top: 1.82vw;
}

.open-class-list-nav li.curt a {
  color: var(--graphite) !important;
}

.open-class-list-nav li a:hover {
  color: var(--blue) !important;
}

.open-class-list-nav {
  width: 16vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.right-content {
  width: 84vw;
}

.open-class-list {
  flex: 1;
}

.m-0 {
  margin: 0;
}

.open-class-list,
.open-class-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.open-class-list-item {
  position: relative;
  justify-content: center;
  width: 100%;
}

.open-class-list-item:last-child {
  margin-bottom: 0.94vw;
}

.open-class-list-sublist {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.04vw;
  width: 100%;
  margin-bottom: 2.6vw;
}

.open-class-list-item .item-subtitle {
  color: var(--lnk);
  font-size: 1.15vw;
  margin-top: 0.6vw;
  margin-bottom: 1vw;
  line-height: 1.5;
  width: 100%;
}

.open-class-list-item .item-subtitle a,
.open-class-list-sublist-item>span {
  transition: all 0.3s;
}

.open-class-list-item .title {
  width: 100%;
  display: flex;
}

.open-class-list-item .item-title {
  width: 100%;
  color: var(--graphite);
  font-size: var(--h1-font-size);
  font-weight: 700;
}

.open-class-list-item .item-title .en {
  font-size: 0.7em;
  display: inline-block;
  color: var(--lnk);
}

.open-class-list-sublist-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0.26vw 1.82vw 0 rgba(70, 70, 86, 0.2);
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
}

.open-class-list-sublist-item a {
  display: block;
  width: 100%;
}

.open-class-list-sublist-item:hover {
  transform: translateY(-0.521vw);
}

.open-class-list-sublist-item .class-content {
  color: var(--graphite);
  font-size: 1vw;
  line-height: 1.5;
  width: 100%;
  margin: 0.8vw 0;
  padding: 0 1.04vw;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 3vw;
}

.open-class-list-sublist-item>a {
  transition: all 0.3s;
}

.library-list-list-item a img,
.open-class-list-sublist-item>a img {
  transition: transform 0.3s;
}

.library-list-wrap {
  width: 100%;
  display: flex;
  align-items: center;
}

.open-class-list-sublist-item .more {
  margin-left: 1vw;
  margin-bottom: 1.3vw;
  font-size: 1vw;
  color: var(--blue);
  display: flex;
  align-items: center;
}

.open-class-list-sublist-item:hover .more {
  color: var(--primary);
  transition: all 0.5s;
}

.open-class-list-sublist-item span {
  color: var(--graphite);
  font-size: 0.89vw;
  margin: 1.04vw;
}

.open-class-list-sublist-item .more img {
  margin-left: 0.42vw;
  width: 0.47vw;
  position: relative;
  top: 0;
  transition: transform 0.3s;
}

.open-class-list-sublist-item:hover .more img {
  transform: translateX(0.32vw);
}

.item-subtitle a {
  font-size: 1.15vw;
  text-decoration: underline;
  color: #2688a7;
  display: none;
}

.library-list-wrap {
  flex-direction: column;
  justify-content: center;
}

.library-list-wrap-wap {
  display: none;
}

.library-list-wrap ul {
  list-style: none;
}

.library-list-header .library-list-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.6vw;
  display: none;
}

.library-list-header .library-list-nav li {
  padding-bottom: 1.04vw;
  border-bottom: 0.052vw solid transparent;
  cursor: pointer;
  font-size: 1.5vw;
  color: gray;
  transition: all 0.3s;
}

.library-list-header .library-list-nav li.active,
.library-list-header .library-list-nav li:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.library-list-header .header-title {
  color: var(--graphite);
  font-size: var(--h1-font-size);
  font-weight: 700;
}

.library-list-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.47vw 10% 0;
  box-sizing: border-box;
}

.library-list-swiper-1,
.library-list-swiper-2,
.library-list-swiper-3 {
  display: none;
  width: 100%;
  box-sizing: border-box;
  padding-left: 10% !important;
}

.library-list-swiper-1.active,
.library-list-swiper-2.active,
.library-list-swiper-3.active {
  display: inherit;
}

.library-tab {
  width: 100%;
}

.library-list-list-item {
  margin-top: 2.87vw;
  margin-bottom: 3.13vw;
  width: 19.79vw !important;
  height: 20.54vw !important;
  border-radius: 0.63vw;
  background-color: #fff;
  box-shadow: 0 0.26vw 1.82vw 0 rgba(70, 70, 86, 0.2);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.library-list-list-item.image-text {
  padding: 1.56vw 1.3vw;
  box-sizing: border-box;
  display: block;
}

.library-list-list-item.image-text>a {
  position: absolute;
  bottom: 0;
  left: 0;
}

.library-list-list-item.image-text>span:not(:first-child) {
  color: #000060;
  font-size: 0.73vw;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
}

.library-list-list-item.video>img:not(:first-child) {
  position: absolute;
  width: 2.19vw;
  bottom: 47%;
  right: 1.3vw;
  transition: all 0.3s;
}

.library-list-list-item:hover img:not(:first-child) {
  filter: invert(50%) sepia(94%) saturate(3277%) hue-rotate(1deg) brightness(103%) contrast(105%);
}

.library-list-list-item.video>img:first-child {
  width: 100%;
}

.library-list-list-item.video>span {
  color: var(--graphite);
  font-size: 0.94vw;
  font-weight: 700;
  flex: 1;
  padding: 10px 1.82vw 1.3vw 1.3vw;
  width: 100%;
  box-sizing: border-box;
}

.library-list-list-item.image-text>span:first-child {
  color: var(--graphite);
  font-size: 0.94vw;
  font-weight: 700;
  margin: 0 0 1vw;
  text-align: left;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.library-list-list-item a {
  transition: all 0.3s;
}

.library-list-list-item:hover>a {
  color: var(--primary);
}

.library-list-list-item:hover {
  transform: scale(1.03) !important;
}

.library-list-list-item>a {
  width: 100%;
  font-size: 0.83vw;
  color: var(--blue);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  padding-right: 1.82vw;
  padding-left: 1.3vw;
  margin-bottom: 2.08vw;
  box-sizing: border-box;
}

.library-list-list-item>a img {
  margin-left: 0.26vw;
  width: 0.42vw;
}

.library-list-list-item:last-child {
  margin-right: 3.65vw;
}

.library-list-list-item:not(:first-child) {
  margin-left: 1.77vw;
  min-height: 150px;
}

.library-list-swiper-scrollbar-1 .swiper-scrollbar-drag,
.library-list-swiper-scrollbar-2 .swiper-scrollbar-drag,
.library-list-swiper-scrollbar-3 .swiper-scrollbar-drag {
  background: var(--primary);
}

.library-list-swiper-scrollbar-1,
.library-list-swiper-scrollbar-2,
.library-list-swiper-scrollbar-3 {
  width: unset !important;
  left: 10% !important;
  right: 10%;
  height: 0.104vw !important;
  background: silver;
}

.library-card .seemore a {
  color: var(--white);
  margin-top: 2vw;
}

.library-card {
  position: relative;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0.26vw 1.82vw 0 rgba(70, 70, 86, 0.2);
  overflow: hidden;
}

.library-cards {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 36.46vw;
  row-gap: 4.17vw;
  padding: 0 10%;
  box-sizing: border-box;
  margin-top: 6.51vw;
}

.library-card>img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.skill-development-title {
  color: var(--graphite);
  font-size: var(--h1-font-size);
  font-weight: 700;
  margin-bottom: 2.87vw;
}

.skill-development {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: url(/images/library-card-1.jpg) no-repeat right;
  background-size: cover;
  padding: 5.21vw;
}

.curator-message {
  background: url(/images/library-card-2.jpg) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.skill-development-list {
  list-style: disc;
}

.skill-development-list a {
  text-decoration: none;
  color: var(--lnk);
  font-size: 1.15vw;
  transition: all 0.3s;
}

.skill-development-list a:hover {
  color: var(--blue);
}

.skill-development-list li:not(:first-child) {
  margin-top: 1.04vw;
}

.skill-development-list li::marker {
  color: var(--primary);
}

.curator-message .right {
  flex: 0.7;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  overflow: hidden;
  gap: 2vw;
}

.right .partnerBox {
  width: auto;
  height: 100%;
  overflow: hidden;
  width: 21.88vw;
}

.totran {
  transform: rotateX(180deg);
}

.partnerBox .qimo {
  width: auto;
  height: 8000%;
}

.partnerBox .qimo div {
  float: left;
}

#ledemo1,
#ledemo2,
#ridemo1,
#ridemo2 {
  height: 170vw;
}

.curator-message .right>ul:first-child {
  margin-right: -1.6vw;
}

.curator-message .left .subtitle {
  font-size: 1.15vw;
  color: rgba(255, 255, 255, 0.2509803922);
  line-height: 2;
}

.curator-message .left .title {
  color: #fcfcfc;
  font-size: var(--h1-font-size);
  font-weight: 700;
  margin-bottom: 3.13vw;
}

.curator-message .left {
  flex: 0.3;
  justify-content: center;
  align-items: flex-start;
  padding: 0 5.21vw;
  box-sizing: border-box;
}

.curator-message .left,
.curator-message-list {
  display: flex;
  flex-direction: column;
}

.curator-message-list li {
  margin: 1vw 0;
  list-style: none;
  width: 21.88vw;
  height: 15.1vw;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 0 0.83vw 0 rgba(44, 104, 178, 0.004);
  transition: transform 0.3s;
  cursor: pointer;
  overflow: hidden;
}

.curator-message-list li::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  border-radius: 8px;
}

.curator-message-list li:hover img,
.scival-course-list-item-card:hover {
  transform: scale(1.03);
}

.curator-message-list li:hover img:last-child {
  color: var(--primary);
  filter: drop-shadow(currentColor -100px -100px);
  transform: translate(100px, 100px);
}

.curator-message-list li img:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.5s;
}

.curator-message-list li img:last-child {
  position: absolute;
  width: 2.19vw;
  bottom: 1.3vw;
  right: 1.3vw;
  z-index: 9;
}

.curator-message-list li span,
.curator-message-list-wap li span {
  position: absolute;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.curator-message-list li span {
  bottom: 1.56vw;
  left: 1.56vw;
  font-size: 1vw;
  line-height: 1.5;
  width: 70%;
  height: auto;
  -webkit-line-clamp: 2;
  z-index: 9;
}

.scival-course-list-item-card,
.scival-course-list-item-card:hover+div span {
  transition: all 0.3s;
}

.scroll_m {
  width: 25.88vw;
  height: 36.4vw;
  margin: 100px auto;
}

.scroll_m ul {
  margin: 0;
  line-height: 30px;
}

.right1 {
  width: 100%;
  padding: 4% 4% 10%;
  box-sizing: border-box;
  display: none;
}

.curator-message-list-wap {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 4px;
  grid-column-gap: 16px;
}

.curator-message-list-wap li {
  margin: 1vw 0;
  list-style: none;
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 0.63vw;
  box-shadow: 0 0 0.83vw 0 rgba(44, 104, 178, 0.004);
  transition: transform 0.3s;
  cursor: pointer;
}

.curator-message-list-wap li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  z-index: 1;
}

.curator-message-list-wap li img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
}

.curator-message-list-wap li span {
  bottom: 3.4vw;
  left: 2.56vw;
  font-size: 14px;
  width: 80%;
  -webkit-line-clamp: 1;
  z-index: 99;
}

.curator-message-list-wap li .icon {
  position: absolute;
  bottom: 3vw;
  right: 2.56vw;
  width: 12%;
  z-index: 99;
}

.more1 {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 4% 0;
}

.more1 a {
  color: #fff;
  margin-right: 2px;
  font-size: 14px;
  line-height: 1;
  text-decoration: unset;
}

.more1 img {
  width: 12px;
  height: 12px;
}

.scival-course-list-item-card:hover+div span {
  color: var(--primary);
}

.banner-btn-next,
.banner-btn-prev,
.scival-course-list-item-info a {
  transition: all 0.3s;
}

.scival-course-list-item-info a:hover {
  background: var(--primary);
  color: #fff;
}

.banner-btn-next:hover,
.banner-btn-prev:hover {
  transform: scale(0.97);
  filter: invert(54%) sepia(45%) saturate(5413%) hue-rotate(1deg) brightness(100%) contrast(112%);
}

.banner-btn-next:active,
.banner-btn-prev:active {
  transform: scale(0.9);
}

.secondary-menu-wrap .secondary-menu>ul li a {
  color: var(--white);
  text-decoration: none;
  font-size: 1vw;
}

.secondary-menu-wrap .secondary-menu>ul li a:hover {
  text-decoration: underline;
}

.pt-469 {
  padding-top: 4.69vw;
}

.preview-swiper-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.preview-swiper {
  transition: transform 0.3s;
  box-shadow: 0 0 5.37vw 0 rgba(39, 39, 39, 0.13);
  border-radius: 0.73vw;
}

.preview-swiper:hover {
  transform: scale(1.03);
}

.preview-swiper .swiper-pagination {
  bottom: 0 !important;
}

.preview-swiper .swiper-pagination-bullet {
  background: var(--primary);
}

.arrow-left,
.auxiliary-bar,
.mobile-footer,
.mobile-nav {
  display: none;
}

.open-class-list-label {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.open-class-list-label-item {
  padding: 8px 12px;
  background: #dcdcdc;
  border-radius: 99px;
  cursor: pointer;
  font-size: 0.83vw;
  transition: all 0.3s;
  white-space: nowrap;
}

.open-class-list-label-item.now,
.open-class-list-label-item:hover {
  background: #f9dac6;
  color: var(--primary);
}

.open-class-list-label-item:not(:first-child) {
  margin-left: 15px;
}

.banner-pc {
  aspect-ratio: 1699/451;
  display: block;
}

.banner-mobile {
  display: none;
}

.search,
.search-list,
.search-list li {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.search {
  background: url(/images/back9.png) bottom left no-repeat, url(/images/back8.png) no-repeat right top, #fbfbfb;
  display: block;
  padding: 10% 25% 0;
}

.search .search-title {
  width: 100%;
  color: var(--graphite);
  font-size: 1.5vw;
  text-align: left;
  float: left;
}

.search .search-con {
  width: 100%;
  float: left;
}

.search .search-con form {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 1.56vw;
  padding-bottom: 0.99vw;
  border-bottom: 0.05vw solid rgba(47, 47, 47, 0.4);
  position: relative;
  transition: all 0.3s;
}

.search .search-con form:hover {
  display: flex;
  border-bottom: 0.05vw solid var(--primary);
}

.search .search-con form img {
  width: 1.04vw;
}

.search .search-con form input[type=text] {
  margin-left: 0.57vw;
  width: 40vw;
  border: 0;
  background: 0 0;
  font-size: 1.56vw;
}

.search .search-con form input[type=submit] {
  color: var(--blue);
  letter-spacing: 0.1vw;
  cursor: pointer;
  font-size: 1.56vw;
  border: 0;
  background: 0 0;
  margin-left: auto;
  transition: all 0.3s;
  height: 3vw;
}

.search .search-class {
  width: 100%;
  float: left;
  margin-top: 5%;
}

.search .search-class ul {
  display: flex;
  justify-content: start;
  list-style: none;
}

.search .search-class ul li a {
  font-size: 1vw;
  color: var(--lnk);
  text-decoration: none;
  margin-right: 2vw;
  line-height: 1.2;
  display: block;
  padding-bottom: 1.2vw;
  transition: all 0.3s;
}

.search .search-class ul li a.now span,
.search .search-class ul li a:hover,
.search-list li .tilte-link:hover {
  color: var(--primary);
}

.search .search-class ul li a.now {
  border-bottom: 2px solid var(--primary);
}

.search-list,
.search-list li {
  height: auto;
  position: relative;
}

.search-list {
  background: #fff;
  padding: 3% 25%;
}

.search-list li {
  box-shadow: 0 0.26vw 1.82vw 0 rgba(70, 70, 86, 0.2);
  list-style: none;
  padding: 5% 6% 4%;
  border-radius: 0.7vw;
  margin-bottom: 1vw;
}

.search-list li .tilte-link {
  color: var(--lnk);
  font-size: 1.15vw;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.search-list li .tilte-link:before {
  content: " ";
  display: inline-block;
  background-color: var(--primary);
  width: 0.4vw;
  height: 0.4vw;
  border-radius: 1vw;
  position: absolute;
  top: 0.6vw;
  left: -0.8vw;
}

.search-list li .lei {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #eee;
  color: var(--lnk);
  padding: 0.8% 1.5%;
  font-size: 0.74vw;
  text-decoration: none;
  border-radius: 6px;
}

.search-list li .lei:hover {
  background: #f9dac6;
  color: var(--primary);
  transition: all 0.3s;
}

.pages,
.pages .pagesBox {
  width: 100%;
  display: flex;
  justify-content: center;
}

.pages {
  height: auto;
  overflow: hidden;
  margin: 3% 0 0;
  padding-bottom: 6%;
}

.pages .pagesBox {
  height: 2.6vw;
  margin: auto;
  text-align: center;
}

.pages .pagesBox li a {
  text-decoration: none;
}

.pages .pagesBox li,
.pages .pagesBox li a.list {
  width: auto;
  height: 100%;
  float: left;
  font-weight: 700;
}

.pages .pagesBox li {
  margin: 0 1vw 0 0;
  padding: 0;
  cursor: pointer;
  list-style: none;
}

.pages .pagesBox li a.list {
  line-height: 2.6vw;
  font-size: 1.5vw;
  color: var(--graphite);
  padding: 0 2px;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  transition: all 0.5s;
  position: relative;
}

.pages .pagesBox li a.list::after {
  content: "";
  width: 0%;
  height: 0.15vw;
  background: var(--blue);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.5s;
}

.pages .pagesBox li a.list.now,
.pages .pagesBox li a.list:hover {
  color: var(--blue);
}

.pages .pagesBox li a.list.now::after,
.pages .pagesBox li a.list:hover::after {
  width: 80%;
}

@media screen and (max-width: 1500px) {
  .mod1-above .icon-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media all and (max-width: 1100px) {
  .scival-data-list-wrap.center .pro-content>p {
    width: 82%;
    text-align: left;
  }

  .pro-content .scival-data-list {
    max-width: 80%;
  }

  .search {
    padding: 10% 6% 0;
    background-size: 20vw;
  }

  .search-list {
    padding: 5% 4%;
  }

  .search .search-class ul li a {
    margin-right: 1vw;
    font-size: 12px;
    margin-right: 14px;
    padding-bottom: 10px;
  }

  .search .search-title {
    font-size: 16px;
  }

  .header-sticky .sticky-right .header-index-search img,
  .search .search-con form img {
    width: 15px;
  }

  .search .search-con form input[type=text] {
    font-size: 20px;
    width: 72vw;
  }

  .search .search-con form input[type=submit] {
    font-size: 20px;
  }

  .search .search-class {
    margin-top: 8%;
  }

  .search-list li {
    padding: 7% 6%;
    margin-bottom: 10px;
  }

  .search .search-class ul li:not(:first-child) a span {
    display: none;
  }

  .search-list li .tilte-link {
    font-size: 14px;
  }

  .search-list li .lei {
    font-size: 12px;
    border-radius: 2px;
    right: 1px;
    top: 1px;
  }

  .pages .pagesBox {
    height: 5.6vw;
  }

  .pages .pagesBox li a.list {
    font-size: 14px;
    line-height: 5.6vw;
  }

  .banner-pc {
    display: none;
  }

  .banner-mobile {
    display: unset;
  }

  .header-index-menu,
  .header-index-search span {
    display: none !important;
  }

  .sticky-right {
    border: 0 !important;
  }

  .header-sticky {
    height: 0 !important;
  }

  .header-sticky .sticky-left .s-left a img {
    width: 25px !important;
    margin-right: 15px !important;
  }

  .header-index-banner {
    top: 0;
    height: auto;
  }

  .header-sticky .sticky-left .s-left a span {
    height: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .header-sticky .sticky-right {
    width: auto;
  }

  .header-sticky .sticky-right .header-index-search {
    padding-right: 4vw;
  }

  .header-index-banner .banner-wrap,
  .header-index-banner.index {
    height: auto;
  }

  .header-index-banner .banner-wrap img,
  .header-index-banner .banner-wrap video {
    height: 85.73vw;
    object-fit: cover;
    object-position: right;
  }

  .header-index-banner.index .banner-wrap img,
  .header-index-banner.index .banner-wrap video {
    height: 85.73vw;
  }

  .header-index-banner .swiper-pagination {
    text-align: center !important;
    padding-left: 0 !important;
    bottom: 30px !important;
  }

  .header-index-banner .swiper-pagination-bullet-active::after {
    width: 15px;
    height: 15px;
    border-radius: 8px;
    border-width: 1px;
  }

  .header-index-banner .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    margin-right: 8px !important;
  }

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 6% !important;
    left: 0 !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .main-content .content-title {
    font-size: 6.3vw;
    line-height: 1;
    margin-top: 6.5vw;
    margin-bottom: 4vw;
  }

  .main-content .content-subtitle {
    width: 220px;
    white-space: nowrap;
    font-size: 16px;
    margin-bottom: 4.33vw;
  }

  .main-content .content-subtitle .line,
  .main-content .content-subtitle .line1 {
    width: 100px;
  }

  .main-content .content-subtitle>span:nth-child(2):hover~.line {
    left: calc(100% - 110px);
  }

  .main-content-box {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .main-content-box .item-full {
    grid-column-start: unset;
    grid-column-end: unset;
    flex-direction: column !important;
    padding: 0 !important;
  }

  .main-content-box>li {
    height: 78vw !important;
    border-radius: 8px;
    box-shadow: 0 3px 15px 0 rgba(70, 70, 86, 0.2);
  }

  .main-content-box .item-full .hover-box {
    width: 100%;
    height: 100%;
  }

  .main-content-box .item-full>img {
    width: 50vw !important;
    left: 50% !important;
    top: 48% !important;
    transform: translate(-50%, -47%);
  }

  .main-content-box .item-full .item-wrap {
    justify-content: space-between;
    align-items: center !important;
  }

  .main-content-box .item-full .item-wrap .item-wrap-title {
    align-items: center;
    margin-top: 28px;
  }

  .main-content-box .item-wrap-links {
    justify-content: center;
    padding-bottom: 20px;
  }

  .main-content-box>li .item-wrap .item-wrap-title span:first-child,
  .more-content-box>li .item-top>div>span:first-child {
    font-size: 22px;
  }

  .main-content-box>li .item-wrap .item-wrap-title span:not(:first-child) {
    font-size: 12px;
  }

  .main-content-box .item-wrap-links img,
  .more-content-box>li .item-top>div>a img,
  .more-content-ofter-box>li>div>a img {
    width: 6px;
  }

  .main-content-box .item-wrap-links>div>ul:not(:first-child) {
    margin-top: 10px;
  }

  .main-content-box .item-wrap-links>div>ul>li:last-child a {
    margin-right: 0;
  }

  .main-content-box .item-full .hover-box>div {
    padding: 25px 10px 25px 25px;
    align-items: center;
    justify-content: flex-start;
  }

  .main-content-box>li .item-wrap .item-wrap-title {
    margin-top: 28px;
  }

  .main-content-box>li:not(.item-full) .item-wrap-links {
    padding-bottom: 20px;
  }

  .main-content-box>li:not(.item-full) .item-wrap-links div ul li a span {
    white-space: nowrap;
  }

  .more-content .content-title {
    font-size: 20px;
  }

  .more-content .content-subtitle {
    font-size: 12px;
  }

  .more-content-box,
  .more-content-ofter-box {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .more-content-box>li {
    padding: 0 30px 20px;
    border-radius: 8px;
    grid-area: unset !important;
  }

  .more-content-box>li .item-top>div>span:not(:first-child) {
    font-size: 13px;
    color: var(--primary);
    margin-bottom: 10px;
  }

  .more-content-box>li .item-top {
    margin-top: 25px;
    height: auto;
  }

  .more-content-box>li .item-top>img {
    width: 60px;
  }

  .more-content-box>li .item-list {
    margin-top: 20px;
    position: relative;
    left: -8px;
  }

  .more-content-box>li .item-list li a {
    font-size: 15px;
    text-indent: 8px;
    top: -9px;
  }

  .more-content-box>li .item-list li {
    padding-bottom: 15px;
  }

  .more-content-box>li .item-list li::marker,
  .pro-content li::marker,
  .scival-card-list li::marker {
    font-size: 13px;
  }

  .more-content-ofter-box>li {
    height: 130px;
    border-radius: 8px;
    padding: 0 20px;
  }

  .more-content-ofter-box {
    margin-top: 10px;
  }

  .more-content-ofter-box>li>img {
    width: auto !important;
    height: 50%;
  }

  .more-content-ofter-box>li:nth-child(2)>img {
    height: 23px !important;
  }

  .more-content-ofter-box>li:nth-child(3)>img {
    width: 65px !important;
    height: auto !important;
  }

  .more-content-ofter-box>li>div>span:first-child,
  .more-content-ofter-box>li>div>span:not(:first-child) {
    font-size: 20px;
  }

  .more-content-ofter-box>li>div>a {
    position: unset;
    padding: 0;
    margin-top: 10px;
  }

  .footer {
    display: none;
  }

  .footer-float-btn,
  .mobile-footer {
    justify-content: center;
    align-items: center;
  }

  .mobile-footer {
    display: flex;
    flex-direction: column;
  }

  .footer-float-btn {
    position: fixed;
    width: 94%;
    max-width: 350px;
    display: flex !important;
    background-color: #fff;
    box-shadow: 0 5px 35px 0 rgba(70, 70, 86, 0.2);
    border-radius: 999px;
    padding: 15px;
    box-sizing: border-box;
    bottom: 10px;
    z-index: 251;
  }

  .footer-float-btn div {
    display: flex;
    align-items: center;
    color: var(--graphite) !important;
    font-weight: 700;
    font-size: 15px;
  }

  .footer-float-btn div:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }

  .footer-float-btn img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }

  .footer-float-btn a {
    color: var(--graphite) !important;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    align-items: center;
    display: flex;
  }

  .mobile-footer>img {
    width: 50px;
    display: none;
  }

  .mobile-footer>span {
    font-size: 12px;
    color: #999;
    margin-top: 15px;
    display: none;
  }

  .auxiliary-bar {
    position: fixed;
    right: 6px;
    bottom: 190px;
    z-index: 240;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }

  .auxiliary-bar-btn {
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.3);
    margin-top: 10px;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
  }

  .auxiliary-bar-btn a {
    width: 100%;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .auxiliary-bar-btn img {
    width: 20px;
    height: 20px;
  }

  .main-content-box .item-full .hover-box,
  .main-content-box>li:not(.item-full) .hover-area,
  .main-content-box>li:not(.item-full) .hover-box {
    height: calc(80% - 20px);
    overflow: hidden;
  }

  .main-content-box .item-full .hover-box>div>a,
  .main-content-box>li:not(.item-full) .hover-box>a {
    display: none;
  }

  .main-content-box .item-full .hover-box>div span,
  .main-content-box>li:not(.item-full) .hover-box span {
    font-size: 22px;
    font-weight: 700;
  }

  .main-content-box .item-full .hover-box>div li,
  .main-content-box .item-full .hover-box>div li a,
  .main-content-box>li:not(.item-full) .hover-box li,
  .main-content-box>li:not(.item-full) .hover-box li a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    text-decoration: none;
  }

  .main-content-box .item-full .hover-box>div li::marker,
  .main-content-box>li:not(.item-full) .hover-box li::marker {
    color: #fff;
  }

  .main-content-box>li:not(.item-full) .hover-box li {
    margin-top: 0;
  }

  .opacity-hover-0 {
    opacity: 0.9;
  }

  .item-wrap.opacity-hover-0 {
    z-index: 10;
  }

  .opacity-hover-0 .item-wrap-links,
  .opacity-hover-0 .item-wrap-links.shadow-black-06,
  .opacity-hover-0 .item-wrap-links.shadow-white {
    background: #773000 !important;
    transition: all 0.3s !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: calc(20% - 20px) !important;
    border-radius: 0 0 8px 8px !important;
    padding-top: 20px !important;
  }

  .main-content-box .item-full .hover-box,
  .main-content-box .item-full .hover-box>div,
  .main-content-box>li:not(.item-full) .hover-area:hover+.hover-box {
    border-radius: 8px 8px 0 0 !important;
    z-index: 11;
  }

  .opacity-hover-0 .item-wrap-links a img {
    filter: grayscale(100%) brightness(1000%);
  }

  .opacity-hover-0 .item-wrap-links a {
    color: #fff;
  }

  .main-content-box>li:not(.item-full) .hover-box {
    justify-content: flex-start;
    padding: 10px 25px 25px;
  }

  .main-content-box .item-full .hover-box>div {
    padding-top: 10px;
  }

  .header-search {
    top: 50px;
    height: 100px;
    transform: translateY(-100px);
  }

  .secondary-menu-wrap .secondary-menu>ul>li:not(:last-child) {
    display: none;
  }

  .secondary-menu {
    height: 50px;
    border: 0;
    padding-top: 8px;
  }

  .secondary-menu-wrap .title {
    font-size: 16px;
  }

  .secondary-menu-wrap .secondary-menu>ul li:last-child {
    font-size: 15px;
    border-radius: 999px;
    padding: 5px 10px;
  }

  .secondary-menu-wrap {
    padding: 0 15px;
  }

  .scival-preview {
    border-radius: 4px;
  }

  .swiper-pagination-bullet {
    width: 4px !important;
    height: 4px !important;
    margin-right: 8px !important;
  }

  .swiper-pagination-bullet-active {
    width: 14px !important;
    height: 8px !important;
  }

  .preview-swiper .swiper-pagination {
    height: 10px;
  }

  .preview-swiper {
    border-radius: 8px;
    box-shadow: 0 0 70px 0 rgba(39, 39, 39, 0.13);
  }

  .secondary-menu-wrap {
    height: 70vw;
  }

  .secondary-menu-wrap .swiper {
    margin: 0 4%;
    height: 38vw !important;
  }

  .secondary-menu-wrap .swiper .swiper-pagination {
    bottom: 3px;
  }

  .scival-content {
    padding-top: 2vw;
  }

  .scival-content .content-title {
    font-size: 33px;
  }

  .scival-content .content-subtitle {
    font-size: 14px;
  }

  .pro-content {
    flex: unset;
  }

  .scival-content-swiper {
    padding-left: 25px !important;
  }

  .scival-data-list-wrap {
    justify-content: unset;
    padding: 0;
  }

  .pro-content {
    align-items: flex-start;
    max-width: 80%;
  }

  .pro-content .item-title {
    font-size: 15px;
  }

  .pro-content>span:first-child {
    max-width: 80%;
  }

  .pro-content li {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .pro-content:not(:first-child) {
    border: 0;
    margin: 0;
    padding: 0;
  }

  .scival-content .content-subtitle {
    margin-bottom: 0;
  }

  .arrow-left {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #0f7b9e;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .arrow-left img {
    width: 14px;
    margin-right: 5px;
  }

  .scival-card-list {
    grid-template-columns: 1fr;
  }

  .scival-card-list-item {
    grid-column: unset !important;
    grid-area: unset !important;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 20px 0 rgba(70, 70, 86, 0.2);
    overflow: hidden;
  }

  .scival-card-list-item-lists {
    flex-direction: column;
  }

  .scival-card-list-item-list li:not(:first-child),
  .scival-card-list-item-lists ul:not(:first-child) {
    margin-top: 15px;
  }

  .scival-card-list {
    gap: 15px;
  }

  .scival-card-list-item .item-title {
    font-size: 23px;
  }

  .scival-card-list-item a {
    font-size: 14px;
    position: relative;
    left: -5px;
  }

  .scival-card-list-item .item-icon {
    width: 50px;
    right: 25px;
  }

  .scival-card-list ul li {
    position: relative;
    font-size: 14px !important;
  }

  .scival-card-list-item:last-child .item-icon,
  .scival-card-list-item:nth-last-child(2) .item-icon,
  .scival-card-list.average .scival-card-list-item:nth-last-child(3) .item-icon {
    top: 15px;
  }

  .scival-course .head .head-title {
    font-size: 23px;
  }

  .scival-course {
    margin-top: 50px;
  }

  .scival-course .head .banner-btn img {
    width: 30px;
  }

  .scival-course .head .banner-btn img:first-child {
    margin-right: 6px;
  }

  .scival-course-list-item,
  .scival-course-list-item-card {
    width: 70vw !important;
  }

  .scival-course-list-item-card {
    height: 39vw;
    border-radius: 8px;
    box-shadow: 0 0 12px 0 rgba(31, 31, 31, 0.22);
    margin-bottom: 12px;
  }

  .scival-course-list-item:not(:first-child) {
    margin-left: 30px;
  }

  .swiper-free-mode>.swiper-wrapper {
    margin-top: 20px !important;
  }

  .scival-course-list-item-card img:last-child {
    width: 25px;
    right: 10px;
    bottom: 10px;
  }

  .scival-course-list-item-info .item-title {
    font-size: 14px;
    max-width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .scival-course-list-item-info a {
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 12px;
  }

  .open-class-list-nav {
    z-index: 150;
  }

  .header-sticky .sticky-left .s-left a h1,
  .main-content-box .item-wrap-links a span,
  .more-content-box>li .item-top>div>a span,
  .more-content-ofter-box>li>div>a span,
  .open-class-list-item .item-subtitle,
  .open-class-list-item .item-subtitle a,
  .open-class-list-sublist-item>span,
  .pro-content a {
    font-size: 12px;
  }

  .main-content-box .item-wrap-links {
    padding-top: 20px !important;
  }

  .header-search>form img {
    width: 12px;
  }

  .more-content-ofter-box>li>div>a img {
    top: -4px;
  }

  .more-content-box>li .item-top>div>a img {
    top: 0;
  }

  .opacity-hover-0 .item-wrap-title {
    opacity: 0 !important;
  }
}

@media (max-width: 1100px) and (any-hover: hover) {

  .opacity-hover-0~.hover-box,
  .opacity-hover-0~.hover-box div {
    transform: translateX(0) !important;
    opacity: 0.9 !important;
  }
}

@media all and (max-width: 1100px) {
  .mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 250;
  }

  .nav-list {
    position: absolute;
    left: min((100% - 350px) / 2, 53%);
    bottom: 75px;
    background: #fff;
    border-radius: 12px;
    z-index: 251;
    list-style: none;
  }

  .nav-list::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }

  .nav-list a {
    text-decoration: none;
    color: var(--graphite);
    text-align: center;
  }

  .nav-list li {
    padding: 18px 25px 0;
    text-align: center;
  }

  .nav-list li.active a {
    color: var(--primary);
  }

  .nav-list li:last-child {
    padding-bottom: 18px;
  }

  .more-content .content-title {
    margin-top: 15vw;
  }

  .header-search>form {
    justify-content: flex-start;
    width: calc(100% - 52px);
    padding-bottom: 10px;
    margin-top: 10px;
  }

  .header-search>form label {
    flex: 1;
  }

  .header-search {
    align-items: flex-start;
    padding: 0 26px;
  }

  .header-search>span {
    font-size: 13px;
  }

  .header-search>form input[type=text] {
    font-size: 16px;
    margin-left: 10px;
  }

  .header-search>form input[type=submit],
  .open-class-list-nav li a {
    font-size: 14px;
  }

  .scival-content-swiper .swiper-wrapper.center,
  .swiper-wrapper {
    width: 100% !important;
  }

  .more-content-box.twins {
    grid-template-columns: 1fr;
  }

  .open-class-list-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    flex-direction: row;
    align-items: center;
    background: #fff;
  }

  .open-class-list-nav li:not(:first-child) {
    margin-top: 0;
  }

  .open-class-list-nav li {
    flex: 1;
    text-align: center;
    font-size: 13px;
    padding: 14px 0;
  }

  .open-class-list-wrap {
    flex-direction: column;
  }

  .library-list-wrap {
    background: #ececec;
  }

  .open-class-list {
    width: 100%;
    padding: 0 4%;
    box-sizing: border-box;
  }

  .open-class-list-item .item-title .en {
    display: block;
  }

  .open-class-list-item .item-title {
    text-align: center;
    font-size: 20px;
    font-weight: unset;
  }

  .open-class-list-item .item-subtitle {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 2;
  }

  .open-class-list-sublist {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .open-class-list-sublist-item {
    border-radius: 5px;
  }

  .open-class-list-sublist-item>span {
    margin: 10px;
  }

  .open-class-list-item:not(:first-child) {
    margin-top: 40px;
  }

  .main-content-box .item-full .hover-box>div li,
  .mt50.content {
    margin-top: 0;
  }

  .library-list-header {
    flex-direction: column;
    margin-top: 10px;
  }

  .library-list-header .header-title {
    font-size: 23px;
  }

  .library-list-header .library-list-nav li {
    font-size: 15px;
    padding-bottom: 16px;
    position: relative;
    bottom: -1px;
  }

  .library-list-header .library-list-nav {
    gap: 40px;
    margin-top: 15px;
    border-bottom: 1px solid #d2d2d7;
  }

  .library-cards {
    grid-auto-rows: unset;
    padding: 0;
    gap: 0;
  }

  .library-card {
    box-shadow: none;
    border-radius: 0 !important;
  }

  .skill-development-title {
    font-size: 23px;
    width: 100%;
    text-align: center;
    font-weight: unset;
    margin-bottom: 15px;
  }

  .skill-development {
    margin-top: 25px;
    padding-left: 15vw;
    padding-right: 15vw;
    padding-bottom: 200px;
    background: url(/images/library-card-mobile-1.jpg) no-repeat center;
    background-size: cover;
  }

  .library-list-wrap {
    padding-bottom: 40px;
  }

  .skill-development-list a {
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 75vw;
    display: inline-block;
    position: relative;
    bottom: -5px;
  }

  .library-cards {
    margin-top: 0 !important;
  }

  .curator-message {
    flex-direction: column;
    background-image: url(/images/library-card-mobile-2.jpg);
  }

  .curator-message .left {
    align-items: center;
    padding: 0 50px;
  }

  .curator-message .left .title {
    font-size: 23px;
    margin-top: 50px;
    font-weight: unset;
  }

  .curator-message .left .subtitle {
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
  }

  .curator-message .right .item-more {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    color: #fff;
    text-decoration: unset;
    display: flex;
    align-items: center;
  }

  .curator-message .right {
    margin-bottom: 100px;
    margin-top: 20px;
    display: none;
  }

  .curator-message-list li {
    width: 45vw;
    height: 30vw;
    border-radius: 8px;
    overflow: hidden;
  }

  .curator-message-list li span {
    font-size: 12px;
    left: 10px;
    bottom: 10px;
  }

  .curator-message-list li img:last-child {
    width: 22px;
    bottom: 10px;
    right: 10px;
  }

  .curator-message .right>ul:first-child {
    margin-right: 15px;
  }

  .curator-message-list li:not(:first-child) {
    margin-top: 10px;
  }

  .library-list-wrap ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 25px;
  }

  .library-list-list-item {
    width: unset !important;
    height: unset !important;
    margin: 0 !important;
    border-radius: 8px;
    overflow: hidden;
  }

  .library-list-list-item.image-text>span:first-child,
  .library-list-list-item.video>span {
    box-sizing: border-box;
    margin: 0;
    font-size: 13px;
  }

  .library-list-list-item.image-text>span:not(:first-child),
  .library-list-list-item>a {
    font-size: 12px;
  }

  .library-list-list-item>a {
    margin-top: auto;
    margin-bottom: 0;
    padding: 0 10px 10px;
  }

  .library-list-list-item>a img {
    width: 6px;
    margin-left: 4px;
  }

  .library-list-list-item.video>img:not(:first-child) {
    width: 25px;
    top: 23.5vw;
  }

  .library-list-swiper-1,
  .library-list-swiper-2,
  .library-list-swiper-3 {
    padding-right: 3.65vw !important;
    overflow: unset !important;
  }

  .swiper-scrollbar {
    opacity: 0;
  }

  .library-list-list-item.image-text>span:first-child,
  .library-list-list-item.video>span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 94%;
    text-align: left;
    margin-bottom: 10px;
  }

  .library-list-list-item.image-text>span:not(:first-child) {
    flex: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: unset;
  }

  .library-list-list-item {
    justify-content: flex-start;
  }

  .open-class-list-label {
    width: 100%;
    justify-content: center;
    margin-top: 2%;
  }

  .open-class-list-item .item-title {
    white-space: nowrap;
    justify-content: center;
  }

  .scival-course .open-class-list-label {
    position: absolute;
    justify-content: flex-start;
    top: 45px;
  }

  .open-class-list-label-item {
    font-size: 12px;
  }

  .scival-course {
    position: relative;
  }

  .scival-course .head {
    margin-bottom: 40px;
  }

  .main-content-box .item-wrap-links>div>ul {
    grid-gap: 5px 0;
  }

  .more-content-box.triplets {
    grid-template-columns: 1fr !important;
  }

  .open-class-list-sublist-item .class-content {
    font-size: 12px;
    min-height: 36px;
  }

  .open-class-list-sublist-item .more {
    font-size: 12px;
  }

  .open-class-list-sublist-item .more img {
    height: 10px;
    width: auto;
  }

  .right1 {
    display: block;
  }

  .open-class-list-wrap {
    padding: 0 !important;
  }

  .open-class-list-item .title {
    display: block;
    text-align: center;
  }

  .library-list-list-item.image-text {
    padding: 10px;
  }

  .library-list-list-item.video>span {
    margin: 10px;
  }

  .right-content {
    width: 100vw;
    background: #f8f8f8;
    padding-bottom: 10%;
  }

  .library-list-wrap {
    display: none;
  }

  .library-list-header-wap,
  .library-list-wrap-wap {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .library-list-wrap-wap {
    justify-content: center;
    background: #ececec;
  }

  .library-list-wrap-wap ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 25px;
  }

  .library-list-header-wap .library-list-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2.6vw;
    gap: 40px;
    margin-top: 15px;
    border-bottom: 1px solid #d2d2d7;
    display: none;
  }

  .library-list-header-wap .library-list-nav li {
    border-bottom: 0.052vw solid transparent;
    cursor: pointer;
    color: gray;
    transition: all 0.3s;
    font-size: 15px;
    padding-bottom: 16px;
    position: relative;
    bottom: -1px;
  }

  .library-list-header-wap .library-list-nav li.active,
  .library-list-header-wap .library-list-nav li:hover {
    border-color: var(--primary);
    color: var(--primary);
  }

  .library-list-header-wap .header-title {
    color: var(--graphite);
    font-size: 23px;
  }

  .library-list-header-wap {
    justify-content: space-between;
    padding: 5.47vw 3.65vw 0;
    box-sizing: border-box;
    margin-top: 10px;
  }

  .library-list-swiper-1,
  .library-list-swiper-2,
  .library-list-swiper-3 {
    display: none;
    width: 100%;
    box-sizing: border-box;
    padding-left: 3.65vw !important;
  }

  .library-list-swiper-1.active,
  .library-list-swiper-2.active,
  .library-list-swiper-3.active {
    display: inherit;
  }

  .library-tab {
    width: 100%;
  }

  .library-list-list-item-wap {
    background-color: #fff;
    box-shadow: 0 0.26vw 1.82vw 0 rgba(70, 70, 86, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: unset !important;
    height: unset !important;
    margin: 0 !important;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px;
    transition: all 0.3s;
    cursor: pointer;
  }

  .library-list-list-item-wap.image-text>a {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .library-list-list-item-wap.image-text>span:not(:first-child) {
    font-size: 0.73vw;
    line-height: 1.5;
  }

  .library-list-list-item-wap.video {
    padding: 0;
  }

  .library-list-list-item-wap.video>img:not(:first-child) {
    position: absolute;
    width: 2.19vw;
    bottom: 47%;
    right: 1.3vw;
    transition: all 0.3s;
  }

  .library-list-list-item-wap:hover img:not(:first-child) {
    filter: invert(50%) sepia(94%) saturate(3277%) hue-rotate(1deg) brightness(103%) contrast(105%);
  }

  .library-list-list-item-wap.video>img:first-child {
    width: 100%;
  }

  .library-list-list-item-wap.video>span {
    color: var(--graphite);
    font-size: 0.94vw;
    font-weight: 700;
    flex: 1;
    padding: 1.56vw 1.82vw 0 1.3vw;
    width: 100%;
    box-sizing: border-box;
  }

  .library-list-list-item-wap.image-text>span:first-child {
    color: var(--graphite);
    font-size: 0.94vw;
    font-weight: 700;
    margin: 0 0 1vw;
  }

  .library-list-list-item-wap a {
    transition: all 0.3s;
  }

  .library-list-list-item-wap a img {
    transition: transform 0.3s;
  }

  .library-list-list-item-wap:hover>a {
    color: var(--primary);
  }

  .library-list-list-item-wap:hover>a img {
    transform: translateX(0.52vw);
    filter: invert(59%) sepia(88%) saturate(3520%) hue-rotate(353deg) brightness(97%) contrast(94%);
  }

  .library-list-list-item-wap:hover {
    transform: scale(1.03) !important;
  }

  .library-list-list-item-wap>a {
    width: 100%;
    font-size: 0.83vw;
    color: var(--blue);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    padding-right: 1.82vw;
    padding-left: 1.3vw;
    margin-bottom: 2.08vw;
    box-sizing: border-box;
  }

  .library-list-list-item-wap>a img {
    width: 6px;
    margin-left: 4px;
  }

  .library-list-list-item-wap:last-child {
    margin-right: 3.65vw;
  }

  .library-list-list-item-wap:not(:first-child) {
    margin-left: 1.77vw;
    min-height: 150px;
  }

  .library-list-swiper-scrollbar-1 .swiper-scrollbar-drag,
  .library-list-swiper-scrollbar-2 .swiper-scrollbar-drag,
  .library-list-swiper-scrollbar-3 .swiper-scrollbar-drag {
    background: var(--primary);
  }

  .library-list-swiper-scrollbar-1,
  .library-list-swiper-scrollbar-2,
  .library-list-swiper-scrollbar-3 {
    width: unset !important;
    left: 3.65vw !important;
    right: 3.65vw;
    height: 0.104vw !important;
    background: silver;
  }

  .library-list-list-item-wap.image-text {
    padding: 1.56vw 1.3vw;
    box-sizing: border-box;
    display: block;
  }

  .library-list-list-item-wap.image-text>span:first-child,
  .library-list-list-item-wap.video>span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    margin: 0;
    font-size: 13px;
  }

  .library-list-list-item-wap.image-text>span:not(:first-child) {
    color: #000060;
    flex: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: unset;
    font-size: 12px;
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
  }

  .library-list-wrap-wap .more {
    margin: 15px 0 8%;
    font-size: 14px;
    color: var(--graphite);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }

  .library-list-wrap-wap .more:hover {
    transition: all 0.5s;
  }

  .library-list-wrap-wap .more img {
    margin-left: 0.52vw;
    width: 10px;
  }

  .header-search>form input[type=text] {
    width: 70vw;
  }
}

.open-class-list-label-wap {
  display: none;
}

.container ul,
.wapper .circle {
  padding: 0;
  box-sizing: border-box;
}

.container,
.wapper .circle {
  margin: auto;
  position: relative;
}

.wapper .circle {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
}

.wapper .circle .fork {
  width: 10%;
  float: right;
  line-height: 15vw;
  margin-top: 0;
}

.wapper .circle .fork span {
  color: #2f7095;
}

.wapper .circle .cent {
  text-align: center;
  font-size: 2vw;
  line-height: 45px;
  box-sizing: border-box;
  padding: 10% 0 0;
}

.wapper .circle .celde {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 10% 0;
}

.container {
  width: 35vw;
  height: 35vw;
  border-radius: 20vw;
  background: url(/images/banner22.png) no-repeat center top 4.2vw;
  background-size: 72%;
}

.container ul {
  height: 30vw;
  margin: 0;
}

.container li,
.container li span {
  position: absolute;
  width: 42px;
  height: 42px;
  text-align: center;
}

.container li {
  line-height: 42px;
  cursor: pointer;
  transition: 0.5s all;
  list-style: none !important;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid #ddd;
}

.container li span {
  left: 0;
  top: 0;
  z-index: 2;
}

.bosx {
  color: #fff;
}

.container .bosx:nth-child(-n+6) {
  background-color: #3f7394;
}

.container .bosx:nth-child(n+7) {
  background-color: #fd6c26;
}

.container li:nth-child(1) {
  margin: 76.8% 0 0 19%;
}

.container li:nth-child(2) {
  margin: 62.8% 0 0 7%;
}

.container li:nth-child(3) {
  margin: 45.2% 0 0 2%;
}

.container li:nth-child(4) {
  margin: 23.6% 0 0 7%;
}

.container li:nth-child(5) {
  margin: 7% 0 0 22%;
}

.container li:nth-child(6) {
  margin: 0.4% 0 0 46%;
}

.container li:nth-child(7) {
  margin: 7% 0 0 68%;
}

.container li:nth-child(8) {
  margin: 23.6% 0 0 83%;
}

.container li:nth-child(9) {
  margin: 43.2% 0 0 89%;
}

.container li:nth-child(10) {
  margin: 62% 0 0 85%;
}

.container li:nth-child(11) {
  margin: 75.4% 0 0 75%;
}

.container li:hover {
  background-color: #e2e2e2;
}

.dot {
  width: 100%;
  position: relative;
  left: 1.5px !important;
  top: 73% !important;
}

.dot .tye {
  width: auto;
  height: auto;
}

.dot .no,
.dot .yes {
  font-size: 2.5vw;
  margin-top: 5%;
}

.dot .no {
  margin-left: 30%;
  float: left;
}

.dot .no a,
.dot .yes a {
  color: #3f7394;
  text-decoration: none;
}

.dot .yes a {
  color: #fd6c26;
}

.dot .yes {
  float: right;
  margin-right: 30%;
}

.wapper .put {
  width: 100%;
  padding: 2% 5% 0;
  box-sizing: border-box;
  height: auto;
}

.wapper .put input {
  border-radius: 60vw;
  background-color: var(--blue);
  padding: 4% 5%;
  margin-left: 29%;
  box-sizing: border-box;
  width: 40%;
  cursor: pointer;
  border: 0;
  color: #fff;
  font-size: 4vw;
  transition: 0.5s all;
}

.wapper .put input:hover {
  background-color: #41668f;
}

.Sifting .head-line {
  font-size: 2.604vw;
  color: var(--graphite);
  font-weight: 700;
  margin-bottom: 4%;
  width: 100%;
  text-align: center;
}

.wrapper .Sifting {
  width: 100%;
  background: url(/images/back9.png) no-repeat left bottom #f5f5f5;
  background-size: 15vw;
}

.wrapper .Sifting .s-box {
  width: 100%;
  background: url(/images/back8.png) no-repeat right top;
  background-size: 15vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wrapper .Sifting form {
  width: 45%;
  padding: 4% 0 7%;
}

.wrapper .Sifting form .top-box {
  width: 100%;
  height: 3.38vw;
  box-sizing: border-box;
  padding: 3px;
  overflow: hidden;
  margin-bottom: 3%;
  background-color: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  border-radius: 2vw;
  display: flex;
}

.wrapper .Sifting form .top-box input[type=text] {
  width: 84%;
  height: 100%;
  color: var(--graphite);
  background-color: #fff;
  border: 0.105vw solid transparent;
  padding: 2%;
  box-sizing: border-box;
  outline: 0;
  font-size: 1.1vw;
  float: left;
}

.wrapper .Sifting form .top-box .bmt,
.wrapper .Sifting form .top-box input[type=submit] {
  /* #region 按钮统一样式 */
  outline: none;
  cursor: pointer;
  color: #fff;
  white-space: nowrap;
  position: relative;
  border-radius: 3em;
  background-color: var(--blue);
  transition: background-color 0.3s, transform 0.3s;
  border: none;
  text-align: center;
  /* #endregion */

  height: 100%;
  font-size: 1.1vw;
  box-sizing: border-box;
}

.wrapper .Sifting form .top-box .bmt:hover,
.wrapper .Sifting form .top-box input[type=submit]:hover {
  background-color: var(--blue-dark);
}

.wrapper .Sifting form .top-box input[type=submit] {
  width: 16%;
  background-size: 13%;
  float: left;
}

.wrapper .Sifting form .top-box .bmt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

.wrapper .Sifting form .bottom-box {
  width: 100%;
  height: auto;
}

.wrapper .Sifting form .bottom-box ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.search-qx .search-qx-main form ul li,
.wrapper .Sifting form .bottom-box ul li {
  width: 30%;
  height: 3.3vw;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  margin-right: 1.5%;
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.5s all;
  cursor: pointer;
  flex-grow: 1;
}

.wrapper .Sifting form .bottom-box ul li:last-child {
  margin-right: 0;
}

.search-qx .search-qx-main form ul li .select,
.wrapper .Sifting form .bottom-box ul .disable.new .select,
.wrapper .Sifting form .bottom-box ul li .select,
.wrapper .Sifting form .bottom-box ul li.disable .select {
  width: 1vw;
  height: 0.55vw;
  overflow: hidden;
  background: url(../images/select1.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  border-radius: 0.2vw;
  right: 1.2vw;
  transition: 0.5s all;
  z-index: 1;
}

.wrapper .Sifting form .bottom-box ul .disable .select,
.wrapper .Sifting form .bottom-box ul .new .select {
  background: url(/images/select2.png) no-repeat center center;
  background-size: 100%;
  z-index: 99;
  transition: 0.5s all;
  transform: rotate(180deg);
}

.search-qx .search-qx-main form ul .new,
.search-qx-detail .search-qx-main form ul .new,
.wrapper .Sifting form .bottom-box ul .new {
  background-color: var(--blue);
  border-radius: 0.36vw;
}

.wrapper .Sifting form .bottom-box ul .disable,
.wrapper .Sifting form .bottom-box ul .disable.new {
  background-color: #f5f5f5;
  border-radius: 0.36vw;
}

.search-qx .search-qx-main form ul .new select,
.search-qx-detail .search-qx-main form ul .new select,
.wrapper .Sifting form .bottom-box ul .new select {
  color: #fff;
  z-index: 6;
  border-radius: 0.36vw;
}

.wrapper .Sifting form .bottom-box ul .new.disable select {
  color: var(--graphite);
  z-index: 6;
  border-radius: 0.36vw;
}

.search-qx .search-qx-main form ul .new option,
.search-qx-detail .search-qx-main form ul .new option,
.wrapper .Sifting form .bottom-box ul .new option {
  background-color: #fff;
  color: var(--graphite);
}

.search-qx .search-qx-main form ul li select,
.search-qx-detail .search-qx-main form ul li select,
.wrapper .Sifting form .bottom-box ul li select {
  width: 100%;
  height: 100%;
  border: 0;
  box-sizing: border-box;
  padding-left: 7%;
  font-size: 1vw;
  cursor: pointer;
  outline: 0;
  color: var(--graphite);
  background-color: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0.36vw;
  transition: 0.5s all;
  z-index: 2;
}

.search-qx .search-qx-main form ul li select option,
.search-qx-detail .search-qx-main form ul li select option,
.wrapper .Sifting form .bottom-box ul li select option {
  cursor: pointer;
}

.search-qx .search-qx-main form ul li select option:hover,
.search-qx-detail .search-qx-main form ul li select option:hover,
.wrapper .Sifting form .bottom-box ul li select option:hover {
  background: 0 0;
  color: var(--primary);
}

.wrapper .courses {
  background: url(/images/back7.png) no-repeat left bottom;
  background-size: 15%;
  padding: 2% 10% 3%;
}

.wrapper .courses .main-top {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 2vw;
}

.wrapper .courses .main-top .top-img,
.wrapper .courses .main-top .top-img-wap {
  width: 100%;
  display: none;
}

.wrapper .courses .main-top .top-img img,
.wrapper .courses .main-top .top-img-wap img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.wrapper .courses .main-top .top-text {
  width: 100%;
  padding: 2% 0 0;
}

.wrapper .courses .main-top .padd {
  padding: 0;
}

.wrapper .courses .main-top .top-text .text-right {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.top-text .text-right ul {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.wrapper .courses .main-top .top-text .text-right li {
  margin-right: 1%;
  margin-bottom: 1.5%;
  background-color: rgba(254, 125, 1, 0.2);
  border: 1px solid var(--primary);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  box-sizing: border-box;
  min-width: 130px;
  height: 40px;
}

.wrapper .courses .main-top .top-text .text-right li a {
  color: var(--primary);
  font-size: 0.9vw;
  transition: 0.5s all;
}

.wrapper .courses .main-top .top-text .text-right li span {
  width: 0.6vw;
  height: 0.6vw;
  display: block;
  background: url(/images/select4.png) no-repeat right center;
  background-size: 100%;
  cursor: pointer;
  position: relative;
  z-index: 45;
}

.wrapper .courses .main-content .con-txBox .cont ul li {
  transition: 0.5s all;
}

.wrapper .courses .main-content .con-txBox .cont ul li a {
  position: relative;
  display: block;
}

.wrapper .courses .main-content .con-txBox .cont ul li .text-box {
  width: 100%;
  height: 14vw;
  position: absolute;
  top: 0;
  padding: 4% 5% 0;
  box-sizing: border-box;
  color: #fff;
  line-height: 1.8;
  font-size: 0.85vw;
  transition: 0.5s all;
  overflow: hidden;
}

.wrapper .courses .main-content .con-txBox .cont ul li:hover .text-box {
  background-color: rgba(0, 0, 0, 0.5);
  height: 14vw;
  overflow: hidden;
  border-radius: 0.3vw;
}

.wrapper .courses .main-content .con-txBox .cont ul li .text-box .text {
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: 0.5s all;
}

.wrapper .courses .main-content .con-txBox .cont ul li:hover .text-box .text {
  height: 12vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  transition: 0.5s all;
}

.wrapper .courses .main-content .con-txBox .cont {
  padding: 0 0 2%;
}

.wrapper .courses .main-content .con-txBox .cont li .context {
  height: auto;
}

.wrapper .courses .main-content .con-txBox .cont ul li .context h4,
.wrapper .courses .main-content .con-txBox .cont ul li .contlist {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wrapper .courses .main-content .con-txBox .cont ul li .contlist {
  -webkit-line-clamp: 1;
}

.top-text .text-right .result,
.top-text .text-right ul {
  width: 50%;
  display: flex;
  align-items: center;
}

.top-text .text-right .result .retitle {
  font-size: 1.98vw;
  color: var(--graphite);
  font-weight: 700;
  padding-left: 10px;
  position: relative;
  min-width: 120px;
}

.top-text .text-right .result .retitle::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 80%;
  background: var(--primary);
  border-radius: 100px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.top-text .text-right .result .retext {
  font-size: 14px;
  color: #9e9fa0;
  padding-left: 10px;
  position: relative;
}

.top-text .text-right .result .retext .number {
  font-size: 20px;
  color: var(--primary);
  padding: 0 5px;
}

.top-text .text-right .result .retext .fenlei {
  font-size: 14px;
  color: var(--primary);
  padding: 0 5px;
}

.course-text {
  display: none;
}

.gc-list .course-text,
.gc-list .topimg .jianjie p,
.main.courses .gc-list .course-text {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gc-list .course-text,
.main.courses .gc-list .course-text {
  font-size: 1.04vw;
  color: #53565a;
  -webkit-line-clamp: 2;
  margin: 1vw 0;
}

.main.courses .gc-list .course-text {
  display: none;
}

.main.courses .gc-list .card-classify .licardtit {
  margin-bottom: 0.5vw;
}

.gc-list li.bluemark .course-text {
  color: #fff;
}

.gc-list .lanmu .sp2 {
  font-size: 0.83vw;
  color: var(--blue);
  padding: 0 10px;
}

.gc-list .lanmu .sp1 {
  font-size: 0.83vw;
  color: var(--blue);
  padding-right: 10px;
}

.gc-list li.bluemark .lanmu span {
  color: #fff;
  line-height: 1;
}

.gc-list,
.gc-list ul {
  width: 100%;
  height: auto;
}

.gc-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.375vw 4.375vw;
  margin-bottom: 2%;
}

.open-class-list-item .gc-list ul,
.scroll-list .gc-list ul {
  gap: 2vw;
}

.open-class-list-item .gc-list .topimg {
  height: 12vw;
}

.gc-list .card-classify .gc-icon {
  min-height: 23px;
}

.gc-list li {
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  transition: box-shadow 0.3s, transform 0.3s;
  background-color: #fff;
  overflow: hidden;
  display: block;
}

.gc-list li:hover {
  box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.02), 0px 10px 40px rgba(51, 51, 51, 0.1);
  transform: translateY(-8px);
}

.gc-list .topimg {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: 14vw;
  position: relative;
  filter: drop-shadow(0 7px 9px rgba(0, 0, 0, 0.2));
}

.scroll-list .gc-list .topimg {
  height: 12vw;
}

.gc-list .topimg .jianjie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  overflow: hidden;
  box-sizing: border-box;
  opacity: 0;
  padding: 5%;
}

.gc-list .topimg .jianjie p {
  color: #fff;
  font-size: 0.85vw;
  line-height: 1.8;
  box-sizing: border-box;
  -webkit-line-clamp: 6;
  transition: 0.5s all;
}

.gc-list li:hover .jianjie {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.gc-list .topimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gc-list .card-classify {
  padding: 1vw 1.56vw 1.6vw;
}

.gc-list .card-classify .gc-icon {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 1vw;
}

.articletype,
.articletype span,
.gc-list .card-classify .gc-icon span {
  font-size: 1vw;
  color: var(--blue);
}

.articletype img,
.gc-list .card-classify .gc-icon img {
  margin-right: 8px;
  max-width: 23px;
}

.gc-list .bluemark .card-classify .gc-icon img {
  max-width: 23px;
  margin-right: 8px;
  filter: brightness(0) saturate(100%) invert(100%) hue-rotate(200deg);
  -webkit-filter: brightness(0) saturate(100%) invert(100%) hue-rotate(200deg);
}

.gc-list .course-text,
.hideli li,
.js-tools .hovblock br {
  display: none;
}

.articletype {
  width: 100%;
  padding: 1.3vw 1.3vw 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.gc-list .card-classify .licardtit,
.gc-list .card-classify .licardtit .hovtit {
  font-size: 1.3vw;
  color: var(--graphite);
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.gc-list .card-classify .licardtit {
  height: 3.7vw;
}

.gc-list .card-classify .licardtit .hovtit {
  border-bottom: 2px solid transparent;
  transition: all 0.5s;
}

.gc-list li:hover .licardtit .hovtit {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.gc-list li.bluemark:hover .licardtit .hovtit {
  border-bottom: 2px solid #fff;
}

.gc-list .card-classify .lanmu,
.gc-list .card-classify .tolearn {
  font-size: 0.9vw;
  color: var(--graphite);
  margin-top: 1vw;
}

.gc-list li.bluemark {
  background: var(--blue);
}

.gc-list li.bluemark .gc-icon span,
.gc-list li.bluemark .licardtit,
.gc-list li.bluemark .licardtit .hovtit,
.gc-list li.bluemark .tolearn {
  color: #fff;
}

.hideli li:nth-child(-n+3) {
  display: block;
}

.gc-list.showmore li {
  display: block;
}

.gc-show {
  width: 100%;
  text-align: right;
  font-size: 26px;
  color: var(--graphite);
  cursor: pointer;
}

.gc-show .showbg {
  font-size: 1.15vw;
  background: url(/images/gc-arr.png) no-repeat center right;
}

.gc-show:hover .showbg {
  font-size: 1.15vw;
  color: var(--primary);
  padding-right: 30px;
  background: url(/images/gc-arrhov.png) no-repeat center right;
  background-size: 0.9vw;
}

.gc-show .showbg,
.gc-show .showbg.click {
  color: var(--graphite);
  padding-right: 30px;
  transition: all 0.5s;
  background-size: 0.9vw;
}

.gc-show .showbg.click {
  font-size: 1.1vw;
  background: url(/images/gc-arr2.png) no-repeat center right;
}

.gc-show:hover .showbg.click {
  color: var(--primary);
  background: url(/images/gc-arrhov2.png) no-repeat center right;
  background-size: 0.9vw;
}

.leafleft,
.leafright {
  position: absolute;
  z-index: -1;
  width: 30%;
}

.leafright {
  right: 0;
  top: 0;
  display: none;
}

.leafleft {
  left: 0;
  bottom: 0;
}

.leafleft img,
.leafright img {
  width: 100%;
}

.speed {
  padding: 5% 10%;
  box-sizing: border-box;
}

.new-bigtit {
  width: 100%;
  height: auto;
  color: var(--graphite);
  font-size: var(--h2-font-size);
  font-weight: 700;
  margin-bottom: 2.1vw;
}

.ky-content {
  width: 100%;
  height: auto;
  position: relative;
}

.mod1-above {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.71vw;
  margin-bottom: 2.9vw;
  box-sizing: border-box;
}

.mod1-above .left-box {
  width: 65%;
}

.mod1-above .left-box .icon-list {
  width: 100%;
  display: flex;
  align-items: flex-start;
  list-style: none;
  justify-content: space-between;
}

.mod1-above .right-box {
  width: auto;
}

.mod1-above .new-bigtit {
  margin-bottom: 1.1vw;
  text-align: right;
}

.mod1-above .borderline1 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #e5e6e6;
}

.mod1-above .borderline1 .borderline2 {
  right: 0;
  bottom: 0;
  width: 30%;
  height: 1px;
  background: var(--primary);
  float: right;
}

.mod1-above .right-box .arr,
.mod1-above .right-box .orange-arr {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mod1-above .right-box .orange-arr {
  height: auto;
}

.mod1-above .right-box .orange-arr span {
  color: var(--lnk);
  font-size: 1.35vw;
}

.mod1-above .right-box .arr {
  height: 1.3vw;
}

.mod1-above .right-box .arr img {
  transform: rotate(180deg);
  margin-right: 0.5vw;
  height: 100%;
}

.mod1-above .icon-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mod1-above .icon-list .litop {
  width: 5.52vw;
}

.mod1-above .icon-list .litext {
  color: var(--graphite);
  font-weight: 700;
  font-size: 0.93vw;
  text-align: center;
}

.ky-rcmod2,
.mod1-above {
  position: relative;
}

.beiyin-bg,
.gby-code img,
.mod1-above .icon-list .litop img {
  width: 100%;
}

.mbeiyin-bg {
  width: 100%;
  display: none;
}

.gby-text {
  position: absolute;
  width: 50%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  right: 12%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gby-text .midtit {
  font-weight: 700;
  color: var(--graphite);
  font-size: 1.35vw;
}

.gby-code {
  width: 140px;
  height: 162px;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  box-sizing: border-box;
  margin-left: 5px;
}

.gby-code p {
  width: 100%;
  text-align-last: justify;
  font-size: 16px;
  color: var(--graphite);
}

.seemore {
  width: 100%;
}

.seemore a {
  color: var(--graphite);
  font-size: 1.35vw;
  transition: 0.5s all;
  background: url(../images/icp4.png) no-repeat 97% 54%;
  background-size: 1.3vw;
  display: inline-block;
  padding: 0.5vw 2vw 0.5vw 0;
}

.scholar .gby-text .mseemore a span,
.seemore a span {
  opacity: 0.6;
  transition: opacity 0.3s;
}

.seemore a:hover {
  color: var(--blue);
  background: url(../images/icp4-blue.png) no-repeat 97% 54%;
  background-size: 1.3vw;
}

.seemore a:hover span {
  opacity: 1;
}

.mseemore {
  display: none;
}

.mseemore .outbox {
  height: 2.6vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mseemore a {
  font-size: 16px;
  line-height: 1;
  color: var(--graphite);
}

.mseemore img {
  width: 16px;
  margin-left: 5px;
}

.ky-rcmod3,
.mseemore,
.toolslist .item-left img {
  width: 100%;
}

.ky-rcmod3 .mod1-above .right-box,
.ky-rcmod3 .mod1-above .right-box .new-bigtit {
  text-align: left;
}

.ky-rcmod3 .mod1-above .right-box .arr img {
  transform: rotate(0deg);
  margin-left: 0.5vw;
  height: 100%;
}

.ky-rcmod3 .mod1-above .left-box .icon-list {
  justify-content: space-between;
}

.ky-rcmod3 .mod1-above .left-box .icon-list li {
  margin-right: 0;
}

.hccr .coopList .qimo div,
.ky-rcmod3 .borderline1 .borderline2 {
  float: left;
}

.toolslist {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4vw;
}

.toolslist li {
  width: 100%;
  padding: 1vw;
  gap: 1vw;
  height: 6.7vw;
  overflow: hidden;
}

.toolslist li:hover {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.toolslist .item-left {
  width: 20%;
}

.toolslist .item-right,
.toolslist li {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}

.toolslist .item-right {
  width: 30%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  justify-content: center;
  opacity: 0;
}

.toolslist li:hover .item-right {
  opacity: 1;
}

.toolslist .item-right img {
  height: 70%;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
}

.toolslist .item-mid {
  flex-grow: 1;
  flex: 1;
}

.reportmod .report-info .right .newslist li,
.toolslist .item-mid a {
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.toolslist .item-mid a {
  align-items: flex-start;
}

.toolslist .item-mid .showblock {
  font-size: 1.35vw;
  color: var(--graphite);
  font-weight: 700;
  transition: all 0.5s;
}

.toolslist .item-mid .hovblock {
  font-size: 1.04vw;
  color: var(--lnk);
  height: auto;
  transition: all 0.5s;
}

.toolslist li:hover .hovblock {
  transform: translateY(7vw);
}

.toolslist li:hover .showblock {
  transform: translateY(1vw);
}

.js-tools .hovblock {
  margin-top: 0.5vw;
  white-space: nowrap;
}

.reportmod,
.toolslist li {
  position: relative;
}

.pcbg,
.reportmod {
  width: 100%;
  height: auto;
}

.mbg,
.mblock {
  display: none;
}

.newslist li .titbox,
.reportmod .report-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.reportmod .report-info {
  height: 100%;
  padding: 5% 10%;
  box-sizing: border-box;
  position: absolute;
  z-index: 10;
  top: 0;
}

.reportmod .report-info .left {
  width: 40.5%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.reportmod .report-info .right {
  width: 50%;
  padding-right: 12%;
  box-sizing: border-box;
}

.reportmod .report-info .left .title {
  font-size: var(--h1-font-size);
  color: var(--graphite);
  font-weight: 700;
  padding: 1vw 0 2vw;
}

.reportmod .report-info .left .content {
  font-size: 1.35vw;
  color: var(--lnk);
  line-height: 2;
  margin-bottom: 3.5vw;
}

.reportmod .report-info .right .newslist li {
  width: 100%;
  height: 4.2vw;
  padding: 1vw 0;
  box-sizing: border-box;
  border-bottom: 1px solid #c5c4c2;
}

.newslist li .linetext a,
.report-info .right .newslist li .showbox {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.report-info .right .newslist li .showbox {
  width: 75%;
  height: 0;
  font-size: 0.83vw;
  color: var(--lnk);
  -webkit-line-clamp: 2;
  margin-top: 0.5vw;
  transition: all 0.5s;
  line-height: 1.5;
  display: none;
}

.newslist li .titbox {
  overflow: hidden;
  text-overflow: ellipsis;
}

.newslist li .linetext {
  width: 75%;
  height: auto;
  font-size: 1.25vw;
  font-weight: 700;
  color: var(--graphite);
}

.reportmod .report-info .right .newslist li.onshow {
  width: 100%;
  height: auto;
  padding: 1vw 0;
  box-sizing: border-box;
  border-bottom: 1px solid var(--primary);
  transition: all 0.5s;
}

.reportmod .report-info .right .newslist li.onshow .showbox {
  height: auto;
  display: -webkit-box;
}

.newslist li .btn-icon {
  width: 10%;
  height: auto;
  transition: all 0.5s;
  background: url(/images/yuanxing-icon2.png) no-repeat right center;
  background-size: 33%;
  cursor: pointer;
}

.newslist li.onshow .btn-icon {
  background: url(/images/yuanxing-icon1.png) no-repeat right center;
  background-size: 33%;
}

.newslist li .linetext a {
  display: inline-block;
  -webkit-line-clamp: 1;
}

.dingzhi .dzlist {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1vw 2.4vw;
  margin-bottom: 2.5vw;
}

.dingzhi .dzlist li {
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.5s;
}

.dingzhi .dzlist .topimg {
  overflow: hidden;
  box-shadow: 0 0 30px rgba(75, 75, 75, 0.2);
}

.dingzhi .dzlist .topimg,
.dingzhi .dzlist .topimg img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.dingzhi .dzlist .midtit {
  color: var(--graphite);
  font-size: 1.35vw;
  transition: all 0.5s;
}

.dingzhi .dzlist .btoinfo,
.dingzhi .dzlist .midtit,
.dingzhi .dzlist .midtit .hovtit {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.dingzhi .dzlist .midtit .hovtit {
  min-height: 3.65vw;
  margin: 1vw 0;
  color: var(--graphite);
  font-size: 1.35vw;
  transition: all 0.5s;
  border-bottom: 2px solid transparent;
}

.dingzhi .dzlist li:hover {
  transform: translateY(-5px);
}

.dingzhi .dzlist li :hover .midtit {
  color: var(--primary);
}

.dingzhi .dzlist .btoinfo {
  margin-bottom: 1vw;
  max-height: 80px;
  color: #666;
  font-size: 0.93vw;
}

.ky-jsmod1 .mod1-above .left-box,
.mod1-above.sixbox .left-box {
  width: 65%;
}

@media all and (max-width: 1200px) {
  .mod1-above .icon-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

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


  .content {
    margin-bottom: 0 !important;
  }

  .wrapper .Sifting form .top-box .bmt {
    font-size: 16px;
  }

  .mblock {
    display: block;
  }

  .line-box {
    padding: 4% 4.5% 3%;
    box-sizing: border-box;
  }

  .line-box .line2 {
    width: 100%;
    border-top: #edeeee 1px solid;
  }

  .line-box,
  .wapper .circle,
  .wapper .circle .container .dot {
    width: 100%;
  }

  .wapper .circle .fork img {
    float: top;
    width: 55%;
  }

  .wapper .circle .cent {
    width: 90%;
    font-size: 5vw;
    line-height: 7vw;
    padding: 10% 0 0 12%;
  }

  .wapper .circle .container {
    width: 87vw;
    height: 75vw;
    background-size: 60%;
    background-position: center top 64%;
    margin-left: 6%;
  }

  .wapper .circle .container ul {
    width: 20vw;
  }

  .wapper .circle .container li {
    width: 34px;
    height: 34px;
    font-size: 4.5vw;
    line-height: 34px;
    border-radius: 50%;
  }

  .container li span,
  .wapper .circle .container li input[type=radio] {
    width: 34px;
    height: 34px;
  }

  .container li:nth-child(1) {
    margin: 74% 0 0 17%;
  }

  .container li:nth-child(2) {
    margin: 57% 0 0 8%;
  }

  .container li:nth-child(3) {
    margin: 39% 0 0 6%;
  }

  .container li:nth-child(4) {
    margin: 22% 0 0 12%;
  }

  .container li:nth-child(5) {
    margin: 9.5% 0 0 26%;
  }

  .container li:nth-child(6) {
    margin: 6% 0 0 44.5%;
  }

  .container li:nth-child(7) {
    margin: 10% 0 0 62%;
  }

  .container li:nth-child(8) {
    margin: 21% 0 0 76%;
  }

  .container li:nth-child(9) {
    margin: 37% 0 0 83%;
  }

  .container li:nth-child(10) {
    margin: 56% 0 0 81%;
  }

  .container li:nth-child(11) {
    margin: 74% 0 0 72%;
  }

  .container li:nth-child(11) span {
    font-size: 4.5vw;
    margin-right: 5%;
  }

  .wapper .circle .container .dot .no,
  .wapper .circle .container .dot .yes {
    font-size: 5vw;
    margin-top: 14%;
  }

  .wapper .circle .put {
    width: 100%;
    margin: 1% 0 5%;
    border-radius: 120vw !important;
  }

  .wapper .circle .put input {
    margin-left: 29.5%;
    margin-top: 4%;
    width: 40%;
    font-size: 5vw;
  }

  .wapper .circle .put span {
    font-size: 5vw;
  }
}

.layui-layer-iframe,
.layui-layer-iframe iframe {
  border-radius: 6px !important;
}

.questionnaire {
  display: none;
  position: fixed;
  right: 0;
  bottom: 10%;
  list-style: none;
  z-index: 999;
}

.questionnaire .ques_bth {
  position: absolute;
  right: 0;
  width: 3.2vw;
  height: 6.7vw;
  border-radius: 0.8vw 0 0 0.8vw;
  background-color: #ffab6f;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 1.5s;
  padding: 0.8vw 0;
  cursor: pointer;
}

.questionnaire .ques_bth .icon {
  width: 1.5vw;
  height: 1.5vw;
  border-radius: 50%;
  background-color: #ff8b37;
  display: flex;
  align-items: center;
  justify-content: center;
}

.questionnaire .ques_bth .icon img {
  width: 60%;
  height: auto;
  max-width: 16px;
}

.questionnaire .ques_bth .text {
  width: 0.8vw;
  height: auto;
  font-size: 0.8vw;
  line-height: 0.9vw;
  color: #fff;
  text-align: justify;
  margin-top: 0.32vw;
}

.questionnaire .ques_card {
  position: relative;
  right: -22vw;
  width: 20.3vw;
  height: 7vw;
  border-radius: 0 0 0 0.8vw;
  background-color: #fff;
  padding: 1.35vw;
  box-sizing: border-box;
  transition: all 1s;
  z-index: 999;
  box-shadow: 0 0 15px rgba(70, 70, 86, 0.2);
}

.questionnaire .ques_card .close {
  position: absolute;
  top: -0.5vw;
  left: -0.5vw;
  width: 1.6vw;
  height: 1.6vw;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

.questionnaire .ques_card .close img {
  width: 100%;
  height: auto;
  max-width: 30px;
}

.questionnaire .ques_card .tit {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.73vw;
}

.questionnaire .ques_card .tit span:nth-child(1) {
  width: auto;
  height: auto;
  color: #b5d3f6;
}

.questionnaire .ques_card .tit span:nth-child(2) {
  width: auto;
  height: auto;
  float: left;
  color: var(--primary);
}

.questionnaire .ques_card .ques_list {
  width: 100%;
  height: 1.56vw;
  position: relative;
  border-radius: 1vw;
  margin-top: 0.3vw;
}

.questionnaire .ques_card .ques_list::after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  border-radius: 0.8vw 0 0 0.8vw;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #b5d3f6, #c6cad7);
}

.questionnaire .ques_card .ques_list::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  border-radius: 0 0.8vw 0.8vw 0;
  right: 0;
  top: 0;
  background: linear-gradient(to left, var(--primary), #c6cad7);
  z-index: 999;
}

.questionnaire .ques_card .ques_list ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  list-style: none;
  position: relative;
  z-index: 999;
  box-sizing: border-box;
}

.questionnaire .ques_card .ques_list li,
.questionnaire .ques_card .ques_list li span {
  width: 1.4vw;
  height: 1.4vw;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 0.73vw;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}

.questionnaire .ques_card .ques_list li span {
  position: absolute;
  top: 0;
  left: 0;
}

.questionnaire .ques_card .ques_list li:first-child span img {
  width: 80%;
  height: auto;
  max-width: 19px;
  -webkit-filter: saturate(0%) brightness(200%);
  filter: saturate(0%) brightness(200%);
}

.questionnaire .ques_card .ques_list li:last-child span img {
  width: 80%;
  height: auto;
  max-width: 19px;
  -webkit-filter: saturate(0%) brightness(200%);
  filter: saturate(0%) brightness(200%);
}

.questionnaire .ques_card .ques_list li:last-child.now span img {
  -webkit-filter: saturate(100%) brightness(100%);
  filter: saturate(100%) brightness(100%);
}

.questionnaire .ques_card .ques_list li:first-child.now span img {
  -webkit-filter: saturate(100%) brightness(100%);
  filter: saturate(100%) brightness(100%);
}

.questionnaire .ques_card .ques_list .blue:hover span {
  background-color: #7fb1e1;
}

.questionnaire .ques_card .ques_list .orange:hover span {
  background-color: #fd9346;
}

.questionnaire .ques_card .ques_list .blue.now span {
  width: 1.4vw;
  height: 1.4vw;
  background-color: #fff;
  color: #b5d3f6;
  box-shadow: 0 0 10px rgba(163, 202, 249, 0.9);
}

.questionnaire .ques_card .ques_list .orange.now span {
  width: 1.4vw;
  height: 1.4vw;
  background-color: #fff;
  color: var(--primary);
  box-shadow: 0 0 10px rgba(253, 147, 70, 0.9);
}

.questionnaire .ques_card .ques_title {
  width: 100%;
  height: auto;
  margin-top: 0.93vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.questionnaire .ques_card .ques_title span {
  max-width: 75%;
  height: auto;
  color: #383838;
  font-size: 0.73vw;
}

.sharecode {
  display: flex;
  position: fixed;
  bottom: 8vw;
  width: 7vw;
  left: 1vw;
  border-radius: 8px;
  padding: 0.5vw;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
  z-index: 999;
  min-width: 100px;
}

.share-img {
  width: 100%;
  height: auto;
}

.sdicon {
  width: 100%;
}

.aboveicon {
  width: 100%;
  margin-top: 6px;
}

.undertext {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: var(--graphite);
  margin: 2px 0 3px;
}

.textbox {
  display: none;
}

@media screen and (max-width: 1000px) {
  .sharecode {
    min-width: 36px;
    border-radius: 4px;
    background: linear-gradient(to bottom, #ffd2b1, #fffefd);
    box-sizing: border-box;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    bottom: 200px;
  }

  .codebox {
    display: none;
  }

  .textbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .shareicon2 {
    width: 100%;
    max-width: 20px;
    margin-bottom: 3px;
  }

  .undertit,
  .undertit2 {
    font-size: 13px;
    color: var(--primary);
  }

  .undertit2 {
    width: 13px;
    line-height: 1.1;
  }

  .questionnaire {
    bottom: 0;
    height: 150px;
  }

  .questionnaire .ques_bth {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    top: 10px;
    right: 6px;
    background: rgba(0, 0, 0, 0.3);
  }

  .questionnaire .ques_bth .icon {
    width: 20px;
    height: 20px;
    border-radius: 0;
    padding: 0;
    background: 0 0;
  }

  .questionnaire .ques_bth .icon img {
    width: 100%;
  }

  .questionnaire .ques_bth .text {
    display: none;
  }

  .questionnaire .ques_card {
    width: 94vw;
    height: 140px;
    bottom: -300px;
    right: 3vw;
    z-index: 10000;
    padding: 25px 20px;
    border-radius: 10px 10px 10px 10px;
  }

  .questionnaire .ques_card .close {
    width: 25px;
    height: 25px;
    left: -8px;
    top: -8px;
    border-radius: 50%;
  }

  .open-class-list-nav li a,
  .questionnaire .ques_card .tit,
  .secondary-menu-wrap .secondary-menu>ul li a {
    font-size: 14px;
  }

  .questionnaire .ques_card .ques_list {
    height: 29px;
  }

  .questionnaire .ques_card .ques_list::after {
    border-radius: 15px 0 0 15px;
  }

  .questionnaire .ques_card .ques_list::before {
    border-radius: 0 15px 15px 0;
  }

  .questionnaire .ques_card .ques_list li,
  .questionnaire .ques_card .ques_list li span {
    font-size: 14px;
    width: 29px;
    height: 29px;
  }

  .questionnaire .ques_card .ques_list .blue.now span {
    width: 29px;
    height: 29px;
    box-shadow: 0 0 10px rgba(163, 202, 249, 0.9);
    top: 0;
    left: 0;
  }

  .questionnaire .ques_card .ques_list .orange.now span {
    width: 29px;
    height: 29px;
    box-shadow: 0 0 10px rgba(253, 147, 70, 0.9);
    top: 0;
    left: 0;
  }

  .questionnaire .ques_card .ques_title {
    width: 100%;
    height: auto;
    margin-top: 15px;
  }

  .questionnaire .ques_card .ques_title span {
    font-size: 12px;
  }

  .questionnaire .ques_card .ques_title button,
  input[type=submit] {
    width: 22%;
    height: 29px;
    font-size: 14px;
    border-radius: 8px;
  }

  input[type=radio] {
    width: 29px;
    height: 29px;
    opacity: 0;
    z-index: 5555;
  }

  .questionnaire .ques_card .ques_list ul {
    justify-content: center;
    margin-top: 9px;
  }

  .bg-main {
    background-size: 50%;
  }

  .newslist li .linetext {
    width: 85%;
  }

  .mfooter {
    display: block;
  }

  .header-index-banner .swiper-pagination-bullet {
    margin-right: 4px !important;
  }

  .secondary-menu-wrap {
    padding: 0;
  }

  .secondary-menu {
    padding: 8px 5% 0;
  }

  .preview-swiper {
    width: 90%;
  }

  .scival-course .head {
    border: 0;
    padding: 0 5%;
    margin-bottom: 20px;
  }

  .scival-card-list {
    padding: 0 5%;
  }

  .scival-swiper {
    padding-left: 5% !important;
  }

  .scival-course-list-item:not(:first-child) {
    margin-left: 5%;
  }

  .main {
    padding: 0 5%;
    margin-bottom: 14%;
  }

  .banner-mobile {
    display: block;
  }

  .more-content .content-title {
    margin-top: 10%;
  }

  .scival-card-list-item .item-icon {
    right: 25px;
    top: 25px;
  }

  .main-content {
    margin-bottom: 0;
  }

  .search .search-con form input[type=submit] {
    height: 30px;
  }

  .header-index-banner,
  .hideli li {
    display: none;
  }

  .header-index-banner.banner-mobile {
    display: block !important;
    height: 85.73vw;
  }

  .header-index-banner .banner-wrap img {
    height: 85.73vw;
  }

  .gc-show,
  .header-bg+span,
  .header-index-banner .banner-wrap>span {
    font-size: 36px;
    text-align: center;
  }

  .gc-list ul {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7vw;
    margin-bottom: 5%;
  }

  .pages .pagesBox li a.list.now::after {
    width: 60%;
  }

  .gc-list .card-classify {
    padding: 2% 5% 5%;
  }

  .gc-list .card-classify .gc-icon {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    color: var(--blue);
    font-size: 3.5vw;
    line-height: 1.9;
  }

  .gc-list .card-classify .gc-icon span {
    font-size: 3.6vw;
    color: var(--blue);
  }

  .articletype img,
  .gc-list .card-classify .gc-icon img {
    margin-right: 1.8%;
    max-width: 4vw;
  }

  .gc-list .card-classify .licardtit {
    height: 17vw;
    min-height: 67px;
  }

  .gc-list .card-classify .licardtit,
  .gc-list .card-classify .licardtit .hovtit {
    font-size: 3.9vw;
    color: var(--graphite);
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
  }

  .gc-list .card-classify .lanmu,
  .gc-list .card-classify .tolearn {
    font-size: 13px;
    color: var(--graphite);
    margin-top: 1vw;
  }

  .gc-show {
    font-size: 16px;
  }

  .gc-show:hover .showbg {
    background: url(/images/gc-arr.png) no-repeat center right;
  }

  .gc-show .showbg,
  .gc-show .showbg.click,
  .gc-show:hover .showbg,
  .gc-show:hover .showbg.click {
    font-size: 16px;
    background-size: 12px;
    padding-right: 20px;
    color: var(--graphite);
  }

  .gc-show:hover .showbg.click {
    background: url(/images/gc-arr2.png) no-repeat center right;
  }

  .hideli li {
    border-radius: 0.5vw;
  }

  .hideli li:nth-child(-n+3) {
    display: none;
  }

  .gc-list.allshow li:nth-child(n+4),
  .hideli li:nth-child(-n+2) {
    display: block;
  }

  .hideli.showmore li {
    display: block;
  }

  .gc-list .lanmu span,
  .wrapper .courses .main-top .top-text .text-right li a {
    font-size: 12px;
  }

  .wrapper .courses .main-top .top-text .text-right li {
    border-radius: 0.5vw;
    font-size: 3.8vw;
    margin-right: 1.8%;
    padding: 0.6% 2.4% 0.6% 1.5%;
    background-color: #fff;
    position: relative;
    z-index: 1;
    font-size: 12px;
    min-width: 90px;
    height: 30px;
  }

  .gc-list .topimg {
    width: 100%;
    height: 26vw;
    min-height: 90px;
  }

  .puber .right .vdimg {
    border-radius: 2.77vw;
  }

  .gc-list .tolearn {
    margin: 0;
    padding-top: 3%;
    border-top: #edeeee 1px solid;
  }

  .gc-list .bluemark .tolearn {
    margin: 0;
    padding-top: 3%;
    border-top: #4b6080 1px solid;
  }

  .scroll-list .right-content {
    margin-bottom: 10%;
  }

  .scroll-list .gc-list ul {
    gap: 7vw;
  }

  .gc-list .topimg .jianjie {
    display: none;
  }

  .open-class-list-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    flex-direction: row;
    align-items: center;
    background: #fff;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 5px;
    box-sizing: border-box;
  }

  .open-class-list-nav::-webkit-scrollbar {
    display: none;
  }

  .open-class-list-nav li:not(:first-child) {
    margin-top: 0;
  }

  .open-class-list-nav li {
    flex: 1;
    text-align: center;
    font-size: 13px;
    padding: 14px 5px;
  }

  .open-class-list-wrap {
    flex-direction: column;
  }

  .library-list-wrap {
    background: #ececec;
  }

  .open-class-list-wrap,
  .wrapper .courses .main-top {
    padding: 0;
  }

  .open-class-list {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
  }

  .open-class-list-item .item-title {
    text-align: center;
    font-size: 20px;
    font-weight: unset;
  }

  .open-class-list-item .item-subtitle {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 2;
    font-size: 14px;
  }

  .open-class-list-sublist {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .open-class-list-sublist-item {
    border-radius: 5px;
  }

  .open-class-list-sublist-item>span {
    margin: 10px;
  }

  .open-class-list-item:not(:first-child) {
    margin-top: 40px;
  }

  .mt50.content {
    margin-top: 0;
  }

  .open-class-list-nav {
    z-index: 99;
  }

  .scroll-list .right-content {
    width: 100%;
  }

  .ky-jsmod1 .mod1-above .left-box .icon-list .litext br,
  .open-class-list-item .title,
  .sixbox.mod1-above .icon-list .litext br {
    display: unset;
  }

  .gc-list .topimg,
  .gc-list li {
    border-radius: 0.5vw;
  }

  .gongcheng {
    padding: 10% 5%;
  }

  .gc-list .bluemark .card-classify .gc-icon img {
    max-width: 4vw;
  }

  .puber .left .wibox .bookimg img {
    box-shadow: 5px 5px 5px rgb(186, 186, 186);
  }

  .Sifting .head-line {
    font-size: 6.6vw;
  }

  .wrapper .Sifting form .top-box {
    padding: 3px;
    height: 40px;
    border-radius: 3px;
  }

  .wrapper .Sifting form {
    width: 94%;
    padding: 13% 0 15%;
  }

  .wrapper .Sifting form .top-box input[type=text] {
    font-size: 3.7vw;
    width: 80%;
    height: 100%;
    border-radius: 0.6vw 0 0 0.6vw;
  }

  .wrapper .Sifting form .top-box input[type=submit] {
    height: 100%;
    font-size: 3.7vw;
    width: 20%;
    background-size: 17%;
    border-radius: 0 0.6vw 0.6vw 0;
    border-radius: 3px;
  }

  .wrapper .Sifting form .bottom-box ul li {
    width: 100%;
    margin-right: 1%;
    border-radius: 3px;
    box-sizing: border-box;
  }

  .wrapper .Sifting form .bottom-box ul .new,
  .wrapper .Sifting form .bottom-box ul .new select {
    border-radius: 3px;
  }

  .wrapper .Sifting form .bottom-box ul li:last-child {
    margin-right: 0;
  }

  .wrapper .Sifting form .bottom-box ul li select {
    width: 100%;
    font-size: 3.2vw;
    border-radius: 3px;
    padding: 0 12px;
  }

  .wrapper .Sifting form .bottom-box ul li .select,
  .wrapper .Sifting form .bottom-box ul li.disable .select,
  .wrapper .Sifting form .bottom-box ul li.disable.new .select {
    width: 2vw;
    height: 1.55vw;
    right: 12px;
  }

  .wrapper .choose form .bottom-box ul li .select {
    right: 4.3vw;
    width: 2vw;
    height: 1.55vw;
  }

  .wrapper .choose form .bottom-box ul li {
    margin-right: 2.5%;
    border-radius: 0.6vw;
  }

  .wrapper .courses .main-top .top-text {
    box-sizing: border-box;
  }

  .wrapper .courses .main-content .con-txBox .cont ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 7vw 5%;
  }

  .wrapper .courses .main-content .con-txBox .cont ul li .contimg {
    height: auto;
    float: left;
    width: 60%;
  }

  .wrapper .courses .main-content .con-txBox .cont li .context {
    height: auto;
    float: right;
    width: 40%;
    padding: 2% 0 0 3.5%;
  }

  .wrapper .courses .main-content .con-txBox .cont ul li .text-box {
    position: relative;
    padding: 4% 0;
    font-size: 3.4vw;
    height: auto;
    z-index: 555;
    color: var(--graphite);
  }

  .wrapper .Sifting form .bottom-box ul li {
    height: 35px;
  }

  .top-text .text-right .result {
    display: flex;
  }

  .top-text .text-right .result .retitle {
    font-size: 1.98vw;
    color: var(--graphite);
    font-weight: 700;
    padding-left: 10px;
    position: relative;
  }

  .top-text .text-right .result .retitle::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 80%;
    background: var(--primary);
    border-radius: 100px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .top-text .text-right .result .retext {
    font-size: 14px;
    color: #9e9fa0;
    padding-left: 0;
    position: relative;
    margin: 10px 0;
  }

  .top-text .text-right .result .retext .number {
    font-size: 20px;
    color: var(--primary);
    padding: 0 5px;
  }

  .top-text .text-right .result .retext .fenlei {
    font-size: 14px;
    color: var(--primary);
    padding: 0 5px;
  }

  .gc-list .course-text {
    display: none;
  }

  .gc-list .lanmu {
    margin: 0;
    padding-top: 3%;
    border-top: #edeeee 1px solid;
  }

  .gc-list .bluemark .lanmu {
    margin: 0;
    padding-top: 3%;
    border-top: 1px solid #4b6080;
  }

  .wrapper .courses .main-top .top-text .text-right {
    flex-direction: column;
  }

  .top-text .text-right .result {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .top-text .text-right ul {
    width: 100%;
    align-items: center;
    justify-content: flex-start;
  }

  .newslist li .linetext a,
  .top-text .text-right .result .retitle {
    font-size: 16px;
  }

  .gc-list .lanmu .sp1 {
    font-size: 14px;
  }

  .wrapper .courses {
    padding: 5%;
    margin-bottom: 0;
  }

  .pages {
    margin: 5% 0 0;
    padding-bottom: 9%;
  }

  .pages .pagesBox {
    height: 6vw;
    margin-bottom: 50px;
  }

  .pages .pagesBox li a.list {
    font-size: 4.5vw;
    line-height: 6vw;
  }

  .pages .pagesBox li a.list::after {
    height: 0.6vw;
  }

  .pages .pagesBox li {
    margin: 0 1.5vw 0 0;
  }

  .wrapper .Sifting {
    background: url(/images/back9.png) no-repeat -35% 160% #f5f5f5;
    background-size: 40vw;
  }

  .wrapper .Sifting .s-box {
    background: url(/images/back8.png) no-repeat 125% top;
    background-size: 40vw;
  }

  .wrapper .courses .main-top .top-text .text-right li span {
    width: 2vw;
    height: 3vw;
    position: relative;
    z-index: 5;
  }

  .speed {
    padding: 10% 5%;
  }

  .new-bigtit {
    text-align: center !important;
    font-size: 6.3vw !important;
    margin-bottom: 20px !important;
  }

  .leafleft,
  .leafright {
    width: 60%;
  }

  .seemore {
    display: none;
  }

  .mseemore {
    display: block;
    width: 100%;
  }

  .js-tools .hovblock {
    white-space: unset;
  }

  .toolslist {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .toolslist .item-mid a,
  .toolslist li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .toolslist li,
  .toolslist li:hover {
    background: #f5f5f7;
    border-radius: 8px;
  }

  .toolslist li {
    width: 100%;
    padding: 3vw;
    box-sizing: border-box;
    justify-content: center;
    gap: 10px;
    height: auto;
    overflow: hidden;
  }

  .toolslist li:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  }

  .toolslist .item-left {
    width: 48%;
  }

  .toolslist .item-right {
    display: none;
  }

  .toolslist .item-mid a {
    justify-content: flex-start;
    transition: all 0.5s;
  }

  .toolslist .item-mid .showblock {
    font-size: 16px;
    color: var(--graphite);
    font-weight: 700;
    transition: all 0.5s;
    margin-bottom: 10px;
  }

  .toolslist .item-mid .hovblock {
    font-size: 14px;
    color: var(--lnk);
    height: auto;
    transition: all 0.5s;
    text-align: center;
    line-height: 1.5;
  }

  .toolslist li:hover .hovblock,
  .toolslist li:hover .showblock {
    transform: translateY(0);
  }

  .beiyin-bg {
    display: none !important;
  }

  .mbeiyin-bg {
    display: block !important;
  }

  .gby-text {
    width: 100% !important;
  }

  .gby-text .midtit {
    padding: 0 10%;
    box-sizing: border-box;
    text-align: center !important;
    font-size: 16px !important;
    margin-bottom: 25px !important;
    font-weight: 400 !important;
  }

  .rencai-mod3 .more-link {
    display: none !important;
  }

  .mod1-above {
    flex-direction: column-reverse !important;
    padding: 0;
    margin-bottom: 6.6vw;
  }

  .mod1-above .right-box {
    width: 100%;
    margin-bottom: 3vw;
  }

  .mod1-above .right-box .new-bigtit {
    text-align: center;
    margin-bottom: 3vw;
  }

  .mod1-above .left-box {
    width: 100% !important;
  }

  .mod1-above .left-box .icon-list li {
    min-width: 25% !important;
  }

  .mod1-above .icon-list .litext {
    font-size: 10px !important;
    width: 90%;
  }

  .mod1-above .icon-list .litop {
    width: 11vw !important;
  }

  .mod1-above .right-box .orange-arr {
    display: flex;
    flex-direction: row-reverse;
  }

  .mod1-above .right-box .orange-arr .arr {
    margin-left: 5px;
    height: 3vw;
    padding-top: 2px;
    box-sizing: border-box;
  }

  .mod1-above .right-box .orange-arr img {
    transform: rotate(90deg) !important;
    height: 100% !important;
  }

  .mod1-above .right-box .orange-arr span {
    font-size: 4vw !important;
    color: var(--graphite);
    font-weight: 700;
  }

  .mod1-above .borderline1,
  .pcbg {
    display: none;
  }

  .ky-rcmod3 .mod1-above {
    flex-direction: column;
  }

  .ky-rcmod3 .mod1-above .right-box .orange-arr {
    display: flex;
    flex-direction: row;
  }

  .ky-rcmod3 .mod1-above .right-box .new-bigtit {
    text-align: center;
  }

  .ky-rcmod3 .mod1-above .right-box .arr img {
    transform: rotate(90deg);
  }

  .mbg {
    width: 100%;
  }

  .mbg,
  .reportmod .mseemore {
    display: block;
  }

  .reportmod .report-info {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10% 5%;
  }

  .reportmod .report-info .left {
    width: 100% !important;
    height: auto;
  }

  .reportmod .report-info .left .seemore {
    display: none;
  }

  .reportmod .report-info .right {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .reportmod .report-info .left .title {
    font-size: 6.3vw;
    text-align: center;
    padding: 0 0 15px;
  }

  .reportmod .report-info .left .content {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .reportmod .report-info .right .newslist li {
    height: auto;
    padding: 4vw 0;
  }

  .reportmod .report-info .right .newslist li.onshow {
    padding: 4vw 0;
  }

  .report-info .right .newslist li .showbox {
    font-size: 14px !important;
    width: 90% !important;
    max-height: 42px !important;
  }

  .dingzhi .dzlist li {
    border-radius: 0.5vw;
    display: block;
  }

  .dingzhi .dzlist {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 10px;
  }

  .dingzhi .dzlist .topimg {
    overflow: hidden;
    box-shadow: 0 0 30px rgba(75, 75, 75, 0.2);
  }

  .dingzhi .dzlist .topimg,
  .dingzhi .dzlist .topimg img {
    width: 100%;
    height: auto;
    border-radius: 0.5vw;
  }

  .dingzhi .dzlist .midtit,
  .dingzhi .dzlist .midtit .hovtit {
    max-height: 80px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
  }

  .dingzhi .dzlist .midtit {
    margin: 10px 0;
  }

  .dingzhi .dzlist .midtit .hovtit {
    min-height: 67px;
  }

  .dingzhi .dzlist .btoinfo,
  .gby-text br {
    display: none;
  }

  .ky-jsmod1 .mod1-above .left-box,
  .mod1-above.sixbox .left-box {
    width: 100%;
  }

  .ky-jsmod1 .mod1-above .left-box .icon-list,
  .sixbox.mod1-above .left-box .icon-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5vw;
  }

  .gby-text .mseemore a {
    color: #878a8c;
  }

  .ky-jsmod1 .mod1-above .left-box .icon-list .litext,
  .sixbox.mod1-above .icon-list .litext {
    font-size: 12px;
  }

  .open-class-list-wrap {
    box-sizing: border-box;
  }

  .gby-text {
    right: 0 !important;
    flex-direction: column !important;
  }

  .gby-code {
    display: none;
  }

  .articletype {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    color: var(--blue);
    font-size: 3.5vw;
    line-height: 1.9;
    padding: 10px 10px 0;
    box-sizing: border-box;
  }

  .articletype span {
    font-size: 3.6vw;
    color: var(--blue);
  }

  .library-list-list-item.video>span {
    width: 100%;
    margin: 0 0 10px;
    padding: 0 10px;
  }
}

.hccr .rencai-mod1 {
  display: flex;
  justify-content: space-between;
  background-color: #f8f8f8;
  position: relative;
}

.hccr .rencai-mod1 .book-bg {
  width: 46%;
}

.hccr .conklist .conkimg img,
.hccr .highlycontent .conkbottomtext .conkbottomcode img,
.hccr .rencai-mod1 .book-bg img {
  width: 100%;
}

.hccr .rencai-mod1 .mbook-bg {
  display: none;
}

.hccr .rencai-mod1 .book-right {
  width: 50%;
}

.hccr .rencai-mod1 .book-right .rctext {
  color: var(--graphite);
  font-size: 1.35vw;
  line-height: 1.7;
}

.hccr .rencai-mod1.speed.now {
  background-color: #fff;
}

.hccr .rencai-mod1 .book-bg .new-minbig {
  line-height: 2;
  color: var(--graphite);
  text-align: justify;
  padding-bottom: 8%;
  font-size: 1.2vw;
}

.hccr .rencai-mod1 .book-bg .new-minbig span {
  font-weight: 700;
}

.hccr .rencai-mod1 .book-right.conk {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  margin-bottom: 1vw;
}

.hccr .rencai-mod1 .book-right.conk .topbu {
  width: 49%;
}

.hccr .rencai-mod1 .book-right.conk .topbu:hover {
  transform: translate(0, -5px);
  box-shadow: 0 0 3px 2px rgba(75, 75, 75, 0.3);
}

.hccr .highlycontent .highlyconk {
  display: flex;
  width: 49%;
  flex-direction: column;
  justify-content: flex-start;
}

.hccr .highlycontent .conkbottom,
.hccr .rencai-mod1 .book-right.conk .topbu {
  position: relative;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  border-radius: 8px;
}

.hccr .highlycontent .conkbottom .conklefta {
  margin-top: 5px;
}

.hccr .highlycontent .conkbottom .conkbottomimg {
  width: 100%;
  border-radius: 8px;
}

.hccr .highlycontent .conkbottomimglist {
  position: relative;
}

.hccr .highlycontent .conkbottomimglist::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}

.hccr .highlycontent .conkbottomtext {
  position: absolute;
  top: 0;
  left: 0;
  width: 92%;
  display: flex;
  justify-content: space-between;
  padding: 4%;
  align-items: center;
}

.hccr .highlycontent .conkbottomtext:hover .text img {
  transform: unset;
  filter: unset;
}

.hccr .highlycontent .conkbottom:hover {
  transform: translate(0, -5px);
  box-shadow: 0 0 3px 2px rgba(75, 75, 75, 0.3);
}

.hccr .highlycontent .conkbottomtext .conkbottomleft {
  width: 70%;
  color: #fff;
  font-size: 1.23vw;
}

.hccr .highlycontent .conkbottomtext .conkbottomleft a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8vw;
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.hccr .highlycontent .conkbottomtext .conkbottomleft a img {
  margin-left: 5px;
  transition: transform 0.3s;
  object-fit: cover;
  width: unset;
  border-radius: unset;
  height: 0.7vw;
  margin-top: 1px;
}

.hccr .highlycontent .conkbottomtext .conkbottomcode {
  width: 17%;
  height: auto;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
}

.hccr .rencai-mod1 .book-right.conk .topbu .top {
  border-radius: 8px;
  position: relative;
}

.hccr .rencai-mod1 .book-right.conk .topbu .top img {
  height: 80%;
  width: 100%;
  border-radius: 8px;
}

.hccr .rencai-mod1 .book-right.conk .topbu .top .topimg::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  border-radius: 8px;
}

.hccr .rencai-mod1 .book-right.conk .topbu.now {
  position: relative;
}

.hccr .leafright {
  z-index: 0;
}

.hccr .rencai-mod1 .book-right.conk .topbu .texcon {
  bottom: 0;
  position: absolute;
  color: #fff;
  width: 86%;
  display: flex;
  justify-content: space-between;
  font-size: 1.23vw;
  align-items: flex-end;
  padding: 0 0 5%;
  margin: 0 7%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hccr .rencai-mod1 .book-right.conk .topbu .text {
  font-size: 0.8vw;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
  margin: 4px 0;
}

.hccr .rencai-mod1 .book-right.conk .topbu .texconts {
  width: 60%;
}

.hccr .rencai-mod1 .book-right.conk .topbu .texconts .step {
  margin-bottom: 5px;
}

.hccr .rencai-mod1 .book-right.conk .topbu .textnow:hover,
.hccr .rencai-mod1 .book-right.conk .topbu:hover .text {
  color: var(--primary);
}

.hccr .rencai-mod1 .book-right.conk .topbu:hover .text img {
  transform: translateX(0.2vw);
}

.hccr .rencai-mod1 .book-right.conk .topbu .text img {
  margin-left: 5px;
  transition: transform 0.3s;
  object-fit: cover;
  width: unset;
  border-radius: unset;
  height: 0.7vw;
}

.hccr .rencai-mod1 .book-right.conk .topbu .textnow {
  position: absolute;
  font-size: 1vw;
  bottom: -2vw;
  right: 0;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}

.hccr .rencai-mod1 .book-right.conk .topbu .textnow:hover img {
  transform: translateX(0.52vw);
}

.hccr .rencai-mod1 .book-right.conk .topbu .textnow img {
  margin-left: 5px;
  height: 0.9vw;
  max-width: 15px;
  transition: transform 0.3s;
}

.hccr .scival-content {
  background: unset;
  padding: 0;
}

.hccr .conklist .conkimg {
  width: 4vw;
}

.hccr .rencai-mod1 .book-right.conk.conkcontent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  font-size: 1.1vw;
  font-weight: 700;
  width: 50%;
}

.hccr .rencai-mod1 .conklist {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  margin: 15px 0;
  transition: all 0.5s;
  position: relative;
}

.hccr .rencai-mod1 .conklist:nth-child(2)::before,
.hccr .rencai-mod1 .conklist:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1));
  opacity: 1;
  z-index: 1;
}

.hccr .rencai-mod1 .conklist:nth-child(4)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1));
  opacity: 1;
  z-index: 1;
}

.hccr .rencai-mod1 .conklist:nth-child(6)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.1));
  opacity: 1;
  z-index: 1;
}

.hccr .rencai-mod1 .conklist:nth-child(8)::before,
.hccr .rencai-mod1 .conklist:nth-child(9)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.1));
  opacity: 1;
  z-index: 1;
}

.hccr .rencai-mod1 .conklist:nth-child(7)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1));
  opacity: 1;
  z-index: 1;
}

.hccr .rencai-mod1 .conklist:nth-child(9)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.1));
  opacity: 1;
  z-index: 1;
}

.hccr .rencai-mod1 .conklist:nth-child(5)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  opacity: 1;
  z-index: 1;
}

.hccr .rencai-mod1 .conklist:nth-child(5)::before,
.hccr .rencai-mod1 .conklist:nth-child(6)::after,
.hccr .rencai-mod1 .conklist:nth-child(8)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  opacity: 1;
  z-index: 1;
}

.hccr .rencai-mod1 .conklist:nth-child(8)::after {
  width: 100%;
  height: 1px;
}

.hccr .rencai-mod1 .conklist:hover {
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
}

.hccr .rencai-mod1 .conklist a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hccr .rencai-mod1.info {
  flex-direction: column;
}

.hccr .infocontent {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.hccr .infocontent .infoleft {
  width: 47%;
}

.hccr .infocontent .infoleft .gc-list ul {
  display: unset;
  width: 96%;
}

.hccr .gc-list .card-classify .licardtit {
  height: 2.7vw;
}

.hccr .gc-list .card-classify .licardtext {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hccr .gc-list .topimg {
  height: 21.5vw;
  filter: none;
}

.hccr .gc-list .card-classify {
  padding: 1.56vw 1.6vw;
}

.hccr .gc-list .lanmu .sp1 {
  font-size: 1vw;
}

.hccr .infocontent .inforight {
  width: 51%;
  height: 33vw;
  overflow-y: scroll;
}

.hccr .infocontent .inforight .inforightcont .infolist {
  display: flex;
  justify-content: space-between;
  height: 7.2vw;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  margin: 10px 20px 5%;
}

.hccr .infocontent .inforight .inforightcont a:last-child .infolist {
  margin: 10px 20px 5px;
}

.hccr .infocontent .inforight .inforightcont .infolist:hover {
  transform: translate(0, -5px);
  box-shadow: 0 0 3px 2px rgba(75, 75, 75, 0.3);
}

.hccr .gc-list li {
  margin: 10px 2%;
}

.hccr .infocontent .inforight .inforightcont .infolist img {
  width: 30%;
}

.hccr .infocontent .inforight .inforightcont .infolisttext {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.hccr .infocontent .inforight .inforightcont .infolist .listtext {
  font-size: 1.3vw;
  color: var(--graphite);
  font-weight: 700;
}

.hccr .infocontent .inforight .inforightcont .infolist .show {
  font-size: 1vw;
  color: var(--blue);
}

.hccr .infocontent .inforight::-webkit-scrollbar,
.rightbox_scroll::-webkit-scrollbar {
  width: 3px;
}

.hccr .infocontent .inforight::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}

.hccr .infocontent .inforight::-webkit-scrollbar-track {
  background: #f2f2f2;
}

.hccr .reportmod .report-info {
  flex-direction: column;
  height: auto;
}

.hccr .reportmod .report-info .left {
  height: auto;
}

.hccr .report-infocont {
  display: flex;
  justify-content: space-between;
}

.hccr .report-infocont a {
  position: relative;
  height: 100%;
  width: 100%;
}

.hccr .report-infocont a .hove {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
}

.hccr .report-infocont a .hove .hovetext {
  color: #fff;
  font-size: 0.8vw;
  margin: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  position: absolute;
  bottom: 0;
  transition: all 0.5s;
}

.hccr .report-infocont a:hover .hove {
  display: block;
  transition: all 0.5s;
}

.hccr .report-infocont .reportleft {
  width: 49.5%;
}

.hccr .report-infocont .reportleft .reportlistleft {
  height: 12.9vw;
  height: 100%;
}

.hccr .report-infocont .reportleft,
.hccr .report-infocont .reportleft .reportlistleft.minlist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.8vw;
}

.hccr .report-infocont .reportleft img,
.hccr .report-infocont .reportright img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  transition: all 0.5s;
}

.hccr .report-infocont a .hove,
.hccr .report-infocont a .hoveimg {
  transition: all 0.5s;
  height: 100%;
  width: 100%;
}

.hccr .report-infocont a:hover .hoveimg {
  transform: translateY(-5px);
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
}

.hccr .report-infocont .reportlist .reportlistbottom {
  font-size: 0.9vw;
  color: var(--lnk);
  font-weight: lighter;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hccr .reportmod .report-info .left .title {
  padding: 1vw 0;
}

.hccr .report-infocont .reportright {
  display: flex;
  justify-content: space-between;
  width: 49.5%;
}

.hccr .report-infocont .reportright .reportrightmax {
  width: 64%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hccr .report-infocont .reportright .reportrightmax.maxright {
  width: 34%;
}

.hccr .report-infocont .reportright .reportrightmin.minbottom {
  display: flex;
  justify-content: space-between;
  height: 30%;
}

.hccr .report-infocont .reportright .reportrightmin.minbottom .minbottomlist {
  width: 48.5%;
}

.hccr .report-infocont .reportright .reportrightmax .maxtop,
.hccr .report-infocont .reportright .reportrightmin {
  height: 67%;
}

.hccr .report-infocont .reportright .reportrightmax .maxbottom {
  height: 30%;
}

.hccr .report-infocont .reportrightmax img:hover {
  transform: translateY(-5px);
  box-shadow: rgba(51, 51, 51, 0.2) 0 0 10px;
}

.hccr .swiper {
  width: 100%;
  height: 100%;
  overflow: unset;
  padding: 10px 0 10px 10px;
}

.hccr .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
  border-radius: 8px;
}

.hccr .swiper-slide img {
  display: block;
  width: 100%;
  border-radius: 8px;
}

.hccr .coopList .qimo ul,
.hccr .preview {
  height: auto;
  overflow: hidden;
}

.hccr .rencai-mod1 .book-right.conk .topbu .texcon .textli {
  color: var(--primary);
  font-family: "font_neut", sans-serif;
  font-size: 2.5vw;
}

.hccr .rencai-mod1 .book-right.conk .logo {
  width: 6vw;
  height: 6vw;
  border-radius: 100px;
  background-color: var(--primary);
  position: absolute;
  z-index: 1;
  top: -15%;
  right: -5%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #fff;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}

.hccr .rencai-mod1 .book-right.conk .logo img {
  width: 80%;
}

.hccr .ky-jsmod2.speed {
  position: relative;
  padding: 5% 0 5% 10%;
}

.hccr .swiper-pagination {
  bottom: 0;
  left: 40%;
  display: none;
}

.hccr .swiper {
  --swiper-theme-color: var(--primary);
}

.hccr .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 0px);
}

.hccr .swiper-pagination-bullet,
.hccr .swiper-pagination-bullet-active {
  width: 2vw !important;
  height: 2vw !important;
}

.hccr .swiper-slide .previewtitle {
  position: absolute;
  padding: 8% 32% 8% 8%;
  width: 60%;
  text-align: left;
  font-size: 1.1vw;
  font-weight: 700;
}

.hccr .swiper-slide .previewcont {
  position: absolute;
  padding: 8%;
  width: 84%;
  text-align: left;
  font-size: 0.8vw;
  color: #fff;
  display: none;
}

.hccr .swiper-slide .contimg {
  display: none;
}

.hccr .swiper-slide:hover .contimg,
.hccr .swiper-slide:hover .previewcont {
  display: block;
}

.hccr .swiper-wrapper {
  transition-timing-function: linear;
}

.hccr .gc-list li:hover .jianjie {
  background-color: unset;
}

.hccr .marqueelist,
.hccr .marqueelist .precont:hover .prenone,
.hccr .scroll_div {
  transition: all 0.5s;
}

.hccr .marqueelist .str_wrap {
  width: 10px;
  line-height: 0;
  transition: all 0.5s;
}

.hccr .marqueelist .marquee-wrap,
.hccr .partner div {
  box-sizing: border-box;
}

.hccr .marqueelist .scroll_div pre {
  display: inline-block;
}

.hccr .marqueelist .scroll_div .scroll_begin,
.hccr .marqueelist .scroll_div .scroll_end {
  width: 400px;
  margin-right: 20px;
  transition: all 0.5s;
}

.hccr .marqueelist .precont {
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.5s;
}

.hccr .marqueelist .precont img,
.hccr .precont img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 5px;
  transition: all 0.5s;
}

.hccr .marqueelist .previewtitle {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px;
  width: 70%;
  height: 120px;
  font-size: 0.9vw;
  color: var(--graphite);
  display: flex;
  transition: all 0.5s;
}

.hccr .marqueelist .previewtitle .cont {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  line-height: 1.5vw;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
  transition: all 0.5s;
  font-weight: 700;
}

.hccr .marqueelist {
  height: 200px;
  overflow: hidden;
}

.hccr .marqueelist .precont .preblock {
  display: none;
}

.hccr .marqueelist .previewtitlelist {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5%;
  width: 90%;
  height: 130px;
  font-size: 0.8vw;
  color: #fff;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  margin: 5px;
}

.hccr .marqueelist .previewtitlelist .cont,
.hccr .previewtitle .cont {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
  transition: all 0.5s;
}

.hccr .marqueelist .previewtitlelist .cont {
  line-height: 20px;
}

.hccr .marqueelist .precont:hover .previewtitle {
  display: none;
  transition: all 0.5s;
}

.hccr .marqueelist .precont:hover .previewtitlelist {
  display: block;
  transition: all 0.5s;
}

.hccr .marqueelist .precont:hover img,
.hccr .precont:hover img {
  background-color: rgba(0, 0, 0, 0.5);
}

.hccr .precont {
  width: 23vw;
  height: 200px;
  position: relative;
  transition: all 0.5s;
}

.hccr .previewtitle {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px;
  width: 70%;
  height: 10vw;
  font-size: 0.9vw;
  color: var(--graphite);
  display: flex;
  transition: all 0.5s;
}

.hccr .previewtitle .cont {
  line-height: 1.5vw;
  font-weight: 700;
}

.hccr .precont .preblock {
  display: none;
}

.hccr .previewtitlelist {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5%;
  width: 100%;
  height: 10vw;
  font-size: 0.8vw;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  margin: 5px;
}

.hccr .previewtitlelist .cont {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  line-height: 20px;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
  transition: all 0.5s;
}

.hccr .precont:hover .prenone {
  transition: all 0.5s;
}

.hccr .precont:hover .previewtitle,
.hccr .previewtitlelist {
  display: none;
  transition: all 0.5s;
}

.hccr .precont:hover .previewtitlelist {
  display: block;
  transition: all 0.5s;
}

.hccr .ky-jsmod2.speed.lis {
  display: none;
  padding: 10% 1%;
}

.hccr pre {
  font-family: arial !important;
}

.hccr .ky-jsmod2.speed.now .new-bigtit {
  margin-bottom: 1.9vw;
}

.hccr .coopList {
  height: 100%;
  overflow: hidden;
  width: 100%;
  float: right;
}

.hccr .coopList .qimo {
  width: 8000%;
  height: 100%;
  display: flex;
  align-items: center;
}

.hccr .coopList .qimo .demo1 {
  display: flex;
  align-item: center;
  height: 100%;
}

.hccr .coopList .qimo ul {
  float: left;
  zoom: 1;
}

.hccr .coopList li {
  width: auto;
  height: auto;
  float: left;
  margin-right: 36px;
}

.hccr .coopList li img {
  width: auto;
  height: 10vw;
  vertical-align: bottom;
}

.hccr .partner ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hccr .partner {
  width: 100%;
  height: 47.46vw;
  display: flex;
  box-sizing: border-box;
}

.hccr .partner .partnerbox {
  width: 400px;
  height: 200px;
  margin: auto;
  display: inline-flex;
  flex-direction: column;
}

.hccr .partner .partner_title {
  height: 8.13vw;
  width: 30vw;
  margin: 0 auto;
  text-align: justify;
  text-justify: distribute-all-lines;
  text-align-last: justify;
  padding-right: 20px;
  background: #fff;
}

.hccr .partner .partner_title h5 {
  font-size: 5.33vw;
  height: 5.07vw;
  width: auto;
  margin: auto;
  line-height: 5.07vw;
  color: #0426a0;
  letter-spacing: normal;
}

.hccr .partner .partner_title p {
  width: 100%;
  font-size: 2.5vw;
  height: 1.87vw;
  line-height: 1.87vw;
  margin-top: 1.3vw;
  font-weight: 700;
  color: #a4aad3;
  text-transform: uppercase;
  white-space: nowrap;
}

.hccr .tabmod {
  height: 50vw;
}

.hccr .rencai-mod1.highly {
  flex-direction: column;
}

.hccr .realtimeinfo {
  color: #fff;
  display: flex;
  margin-top: 4%;
}

.hccr .realtext {
  /* #region 按钮统一样式 */
  outline: none;
  cursor: pointer;
  color: #fff;
  white-space: nowrap;
  position: relative;
  border-radius: 3em;
  background-color: var(--blue);
  transition: background-color 0.3s, transform 0.3s;
  border: none;
  text-align: center;
  /* #endregion */


  padding: 1.2vw 2vw;
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: 1.2vw;
}

.hccr .realtext:hover {
  transform: translate(0, -5px);
  background-color: var(--blue-dark);
}

.hccr .realtimeinfo a {
  color: #fff;
}

.hccr .realtext img {
  height: 1.4vw;
  margin-left: 10px;
}

.hccr .highlylefttitle {
  display: flex;
  font-size: 1.5vw;
  font-weight: 700;
  border-top: 1px solid #e7e7e7;
  color: var(--graphite);
}

.hccr .highlylefttitle .titlelist {
  margin-right: 3vw;
  padding-bottom: 1.3vw;
  padding-top: 1.3vw;
  cursor: pointer;
  position: relative;
}

.hccr .highlylefttitle .titlelist.on {
  color: var(--primary);
  position: relative;
}

.hccr .highlylefttitle .titlelist.on::after {
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.hccr .highlylefttitle .titlelist.on::after,
.hccr .highlylefttitle .titlelist::after,
.hccr .highlylefttitle .titlelist:hover::after {
  content: "";
  position: absolute;
  height: 4px;
  background-color: var(--primary);
  border-radius: 10px;
  bottom: -2px;
}

.hccr .highlylefttitle .titlelist::after {
  width: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}

.hccr .highlylefttitle .titlelist:hover {
  color: var(--primary);
}

.hccr .highlycontent {
  display: flex;
  justify-content: space-between;
}

.hccr .rencai-mod1.highly .book-bg .new-minbig {
  padding: 5% 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  display: none;
}

.hccr .rencai-mod1.highly .book-bg .new-minbig .minbigtext {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: auto;
}

.hccr .rencai-mod1.highly .book-bg .new-minbig.on {
  display: block;
}

.hccr .highlylefttitle .titlelist:hover::after,
.hccr .linst {
  width: 100%;
}

.hccr .linst img,
.head-news .head-news-box ul li .title .icon img {
  width: 100%;
  height: 100%;
}

.hccr .minbigtext .bold {
  font-weight: 700;
  font-size: 1.35vw;
  color: var(--graphite);
}

.hccr .minbigtext .bold.no {
  margin-top: 15px;
}

.hccr .minbigtext .link {
  font-weight: 700;
  color: var(--blue);
  text-decoration: underline;
  transition: all 0.5s;
}

.hccr .minbigtext .link:hover,
.qx_video .qx_video_box .rightbox .rightbox_scroll .video_list li a:hover .con .tit {
  text-decoration: underline;
}

.hccr .contminbig {
  padding: 1vw 1.5vw 1vw 2.5vw;
  background-color: #f8f8f8;
  border-radius: 5px;
  font-size: 1.1vw;
}

.hccr .contminbig ul {
  position: relative;
  margin-bottom: 15px;
}

.hccr .contminbig ul li {
  line-height: 1.8vw;
  list-style: none;
}

.hccr .contminbig ul::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: var(--graphite);
  top: 0.9vw;
  left: -0.8vw;
  transform: translateX(-50%);
}

.hccr .contminbig .contminbigli {
  padding: 0 20px;
  font-size: 0.9vw;
  color: #898989;
}

.hccr .toolsmod {
  padding: 5% 10%;
  background: url(/images/yuanxing-bg5.png) no-repeat left bottom;
  background-size: 15%;
}

.hccr .toolsmod ul,
.toolsmod ul {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2vw;
}

.hccr .toolsmod ul li,
.toolsmod ul li {
  width: 12.4vw;
  border-radius: 8px;
  padding: 1vw 0 2vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.5s;
}

.toolsmod ul li:hover {
  background: var(--paper);
}

.hccr .toolsmod .tools-code {
  width: 100%;
  height: auto;
  text-align: center;
  opacity: 0;
  transition: all 0.5s;
  z-index: 1;
}

.hccr .toolsmod .tools-code img {
  width: 60%;
  border-radius: 6px;
  border: 1px solid rgb(237, 237, 237);
  box-shadow: 0 0 10px rgb(237, 237, 237);
}

.hccr .toolsmod li:hover .tools-code {
  opacity: 1;
}

.hccr .toolsmod .tools-icon {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 0.5vw;
  padding: 0 1vw;
  box-sizing: border-box;
}

.hccr .toolsmod .tools-icon img {
  width: 60%;
}

.hccr .toolsmod .tools-name {
  font-size: 1.25vw;
  color: var(--graphite);
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5vw;
}

.hccr .toolsmod .tools-intro {
  position: absolute;
  z-index: 11;
  transition: all 0.5s;
  width: 100%;
}

.hccr .toolsmod .tools-intro,
.hccr .toolsmod .tools-intro a {
  font-size: 0.9vw;
  color: var(--lnk);
  line-height: 1.5;
  text-align: center;
}

.hccr .toolsmod li:hover .tools-intro {
  opacity: 0;
  z-index: -1;
}

.hccr .toolsmod .tools-hover {
  position: relative;
  width: 100%;
  height: auto;
}

.hccr .big-modtitle {
  font-size: 2.6vw;
  color: var(--graphite);
  font-weight: 700;
  padding: 1vw 0 2vw;
}

.hccr .linst .linstnow,
.qx_video .qx_video_box .rightbox .rightbox_scroll .video_list li a {
  display: block;
}

.hccr .linst .linstper {
  display: none;
}

.hccr .contminbig ul:last-child li:nth-child(n+2) {
  font-size: 14px;
}

@media screen and (min-width: 1000px) {
  .hccr .partner {
    height: 12vw;
    margin-bottom: 3vw;
  }

  .hccr .partner .partnerbox {
    width: 100%;
    height: 200px;
    margin: auto 0;
    flex-direction: row;
    justify-content: space-between;
  }

  .partner .partner_title {
    height: 3.3vw;
    width: 12.5vw;
    margin: auto 0;
  }

  .hccr .partner .partner_title h5 {
    font-size: 2.08vw;
    height: 2.08vw;
    line-height: 2.08vw;
    color: #0426a0;
    letter-spacing: normal;
  }

  .hccr .partner .partner_title p {
    font-size: 1vw;
    height: 1.25vw;
    margin-top: 0.46vw;
  }

  .hccr .partner .slideshow_brand {
    width: 80vw;
    height: 8.65vw;
  }
}

@media screen and (max-width: 1680px) {
  .hccr .infocontent .inforight .inforightcont .infolist {
    margin: 10px 20px 4%;
    height: 7vw;
  }

  .hccr .gc-list .topimg {
    height: 21vw;
  }

  .hccr .marqueelist .previewtitle {
    font-size: 1.1vw;
  }
}

@media screen and (max-width: 1500px) {
  .hccr .infocontent .inforight .inforightcont .infolist {
    height: 6.9vw;
  }
}

@media screen and (max-width: 1450px) {
  .hccr .infocontent .inforight .inforightcont .infolist {
    margin: 10px 20px 3.5%;
    height: 6.85vw;
  }

  .hccr .gc-list .topimg {
    height: 20.8vw;
  }
}

@media screen and (max-width: 1350px) {
  .hccr .infocontent .inforight {
    height: 34vw;
  }

  .hccr .infocontent .inforight .inforightcont .infolist {
    margin: 10px 20px 4%;
    height: 6.7vw;
  }

  .hccr .gc-list .topimg {
    height: 21.5vw;
  }
}

@media screen and (max-width: 1210px) {
  .hccr .infocontent .inforight .inforightcont .infolist {
    margin: 10px 20px 3.5%;
    height: 6.5vw;
  }

  .hccr .gc-list .topimg {
    height: 21vw;
  }
}

@media screen and (max-width: 1130px) {
  .hccr .infocontent .inforight {
    height: 35vw;
  }

  .hccr .infocontent .inforight .inforightcont .infolist {
    height: 6.4vw;
  }
}

@media screen and (max-width: 1000px) {
  .hccr .report-infocont a:hover .hove {
    display: none;
  }

  .hccr .report-infocont a:hover .hoveimg {
    transform: unset;
    box-shadow: unset;
  }

  .hccr .report-infocont .reportleft .reportlistleft.minlist {
    grid-gap: 2vw;
  }

  .hccr .report-infocont .reportright {
    width: 100%;
    height: 48%;
  }

  .hccr .report-infocont .reportleft {
    width: 100%;
    height: 48%;
    grid-gap: 2vw;
  }

  .hccr .previewtitle {
    height: 50%;
    padding: 10% !important;
    display: flex;
    align-items: center;
  }

  .hccr .ky-jsmod2.speed.lis {
    display: block;
  }

  .hccr .ky-jsmod2.speed.now {
    display: none;
  }

  .hccr .gc-list li.bluemark:hover .licardtit .hovtit,
  .hccr .gc-list li:hover .licardtit .hovtit {
    border-bottom: unset;
  }

  .hccr .swiper-wrapper {
    transition-timing-function: unset;
  }

  .hccr .rencai-mod1 .book-right.conk .topbu .texcon .textli {
    font-size: 18px;
  }

  .hccr .gc-list .lanmu .sp1,
  .hccr .rencai-mod1 .book-right.conk.conkcontent .conktext {
    font-size: 12px;
  }

  .hccr .infocontent .inforight .inforightcont .infolist .listtext,
  .hccr .swiper-slide .previewtitle {
    font-size: 14px;
  }

  .hccr .infocontent .inforight .inforightcont .infolist .show {
    font-size: 12px;
  }

  .hccr .ky-jsmod2.speed {
    padding: 5% 10%;
  }

  .hccr .rencai-mod1 .book-right.conk .topbu .text img,
  .hccr .rencai-mod1 .book-right.conk .topbu .textnow img {
    height: 10px;
  }

  .hccr .swiper-pagination {
    display: block;
    bottom: 0 !important;
  }

  .hccr .swiper-slide {
    margin-bottom: 6vw;
  }

  .hccr .swiper {
    overflow: hidden;
    padding: 5px;
    width: 90%;
  }

  .hccr .rencai-mod1 .book-right.conk .logo {
    width: 15vw;
    height: 15vw;
    left: 41%;
    top: 30%;
  }

  .hccr .infocontent,
  .hccr .rencai-mod1 {
    flex-direction: column;
  }

  .hccr .infocontent .infoleft,
  .hccr .rencai-mod1 .book-bg,
  .hccr .rencai-mod1 .book-right.conk {
    width: 100%;
  }

  .hccr .rencai-mod1 .book-right.conk .topbu {
    margin-top: 5vw;
    margin-bottom: 2vw;
  }

  .hccr .rencai-mod1 .book-right.conk .topbu.now {
    margin-bottom: 2vw;
  }

  .hccr .rencai-mod1 .book-right.conk .topbu .text {
    top: -6vw;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hccr .rencai-mod1 .book-right.conk .topbu .textnow {
    font-size: 12px;
    bottom: -6vw;
  }

  .hccr .rencai-mod1 .book-right.conk .topbu .texcon {
    font-size: 16px;
    padding: 2% 0 5%;
  }

  .hccr .infocontent .inforight {
    width: 100%;
    height: 93vw;
    margin-top: 10px;
  }

  .hccr .gc-list .topimg {
    height: 50vw;
  }

  .hccr .gc-list .card-classify .licardtit {
    min-height: 12vw;
  }

  .hccr .gc-list .card-classify .licardtit .hovtit {
    -webkit-line-clamp: 2;
  }

  .hccr .gc-list .card-classify .licardtext {
    font-size: 14px;
    margin-bottom: 3vw;
  }

  .hccr .infocontent .infoleft .gc-list {
    width: 98%;
    margin: 1%;
  }

  .hccr .infocontent .inforight .inforightcont .infolist {
    padding: 3vw;
    margin: 10px 10px 15px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0.5vw;
    height: 30%;
  }

  .hccr .infocontent .inforight .inforightcont a:last-child .infolist {
    margin: 10px 10px 15px;
  }

  .hccr .infocontent .inforight .inforightcont .infolist img {
    width: 40%;
  }

  .hccr .infocontent .inforight .inforightcont .infolisttext {
    width: 55%;
  }

  .hccr .infocontent .inforight::-webkit-scrollbar {
    width: 2px;
  }

  .hccr .gc-list li {
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  }

  .hccr .conklist .conkimg {
    width: 15vw;
  }

  .hccr .rencai-mod1 .book-right.conk.conkcontent {
    height: 80vw;
  }

  .hccr .report-infocont {
    flex-direction: column;
    height: 130vw;
  }

  .hccr .report-infocont .reportlist .reportlistbottom {
    display: none;
  }

  .hccr .gc-list .card-classify {
    padding: 15px;
  }

  .hccr .rencai-mod1 .book-bg .new-minbig {
    font-size: 3vw;
  }

  .hccr .info .new-bigtit {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 450px) {
  .hccr .rencai-mod1 .book-bg .new-minbig {
    font-size: 16px;
  }

  .hccr .partner .partner_title h5 {
    width: 29.6vw;
    margin: auto;
    line-height: 5.07vw;
    color: #0426a0;
    letter-spacing: 2vw;
  }

  .hccr .partner .partner_title p {
    width: 35vw;
    margin: 1.3vw auto 0;
  }

  .hccr .slideshow_brand .dowebok_icon.str_move.str_origin {
    width: 1000px !important;
  }

  .hccr .highlycontent .highlyconk,
  .hccr .partner .partner_title,
  .hccr .realtimeinfo a,
  .hccr .rencai-mod1 .book-right.conk.conkcontent {
    width: 100%;
  }

  .hccr .highlycontent {
    flex-direction: column;
  }

  .hccr .highlylefttitle {
    font-size: 18px;
    justify-content: space-around;
  }

  .hccr .highlylefttitle .titlelist {
    margin-right: 0;
    padding-bottom: 3.3vw;
    padding-top: 3.3vw;
  }

  .hccr .rencai-mod1.highly .book-bg .new-minbig .minbigtext {
    height: auto;
    -webkit-line-clamp: unset;
  }

  .hccr .rencai-mod1 .book-right.conk .topbu .texconts {
    width: 70%;
  }

  .hccr .highlycontent .conkbottomtext .conkbottomleft a img {
    height: 10px;
  }

  .hccr .contminbig {
    font-size: 14px;
    padding: 2vw 3.5vw 1vw 5.5vw;
  }

  .hccr .contminbig ul::after {
    width: 8px;
    top: 3.3vw;
    left: -1.8vw;
  }

  .hccr .contminbig ul {
    margin-bottom: 5px;
  }

  .hccr .contminbig .contminbigli,
  .hccr .highlycontent .conkbottomtext .conkbottomleft a {
    font-size: 12px;
  }

  .hccr .highlycontent .conkbottomtext .conkbottomleft {
    font-size: 3.5vw;
    width: 55%;
  }

  .hccr .realtext {
    justify-content: center;
    font-size: 4vw;
    padding: 15px;
  }

  .hccr .minbigtext .bold {
    font-size: 17px;
  }

  .hccr .rencai-mod1.highly .book-bg .new-minbig {
    border-bottom: unset;
  }

  .hccr .highlycontent .conkbottomtext .conkbottomcode {
    padding: 3px;
  }

  .hccr .toolsmod {
    padding: 10% 5%;
  }

  .hccr .big-modtitle {
    font-size: 6.3vw;
    text-align: center;
    margin-bottom: 20px;
  }

  .hccr .toolsmod ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-bottom: 20px;
  }

  .hccr .toolsmod ul li {
    width: 100%;
    height: 100%;
    background-color: #f5f5f7;
    padding: 3vw 0.5vw;
  }

  .hccr .toolsmod .tools-icon {
    margin-bottom: 2vw;
  }

  .hccr .toolsmod .tools-name {
    font-size: 16px;
    margin-bottom: 1vw;
  }

  .hccr .toolsmod .tools-code {
    display: none;
  }

  .hccr .toolsmod .tools-intro {
    position: static;
    font-size: 13px;
    margin-bottom: 2vw;
  }

  .hccr .toolsmod li:hover .tools-intro {
    opacity: 1;
    z-index: 1;
  }

  .hccr .toolsmod {
    background-size: 50%;
  }

  .hccr .toolsmod .seemore {
    display: none;
  }

  .hccr .toolsmod .mseemore {
    display: block;
  }

  .hccr .toolsmod .tools-icon img {
    width: 48%;
  }

  .hccr .linst .linstnow {
    display: none;
  }

  .hccr .linst .linstper {
    display: block;
  }

  .hccr .realtext img {
    height: 20px;
  }

  .hccr .contminbig ul li {
    line-height: 6vw;
  }

  .hccr .rencai-mod1 .book-right.conk .topbu .texconts .step {
    margin-bottom: 0;
  }
}

.search-qx {
  width: 100%;
  padding: 2% 10%;
  box-sizing: border-box;
  position: relative;
}

.search-qx .search-qx-main {
  background: #fff;
  position: absolute;
  top: -2vw;
  z-index: 200;
  padding: 2.5vw 3vw;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0 -2vw 1.82vw 0 rgba(70, 70, 86, 0.2);
  width: 80%;
  display: flex;
}

.search-qx .search-qx-main form,
.search-qx-detail .search-qx-main form {
  width: 100%;
  height: auto;
}

.search-qx .search-qx-main form ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.search-qx .search-qx-main form ul li:last-child {
  margin-right: 0;
}

.search-qx .search-qx-main form ul li input[type=text] {
  width: 100%;
  height: 100%;
  color: var(--graphite);
  background-color: #fff;
  border: 0.105vw solid transparent;
  padding: 2% 5%;
  box-sizing: border-box;
  outline: 0;
  font-size: 1.1vw;
  float: left;
  border-radius: 0.36vw;
}

.search-qx .search-qx-main form ul .disable.new .select,
.search-qx .search-qx-main form ul li.disable .select,
.search-qx-detail .search-qx-main form ul .disable.new .select,
.search-qx-detail .search-qx-main form ul li.disable .select {
  width: 1vw;
  height: 0.55vw;
  overflow: hidden;
  background: url(/images/select1.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  border-radius: 0.2vw;
  right: 1.2vw;
  transition: 0.5s all;
  z-index: 1;
}

.search-qx .search-qx-main form ul .disable .select,
.search-qx .search-qx-main form ul .new .select {
  background: url(/images/select2.png) no-repeat center center;
  background-size: 100%;
  z-index: 99;
  transition: 0.5s all;
  transform: rotate(180deg);
}

.header .search-qx .search-qx-main form ul .disable,
.search-qx .search-qx-main form ul .disable.new {
  background-color: #f5f5f5;
  border-radius: 0.36vw;
}

.search-qx .search-qx-main form ul .new.disable select,
.search-qx-detail .search-qx-main form ul .new.disable select {
  color: var(--graphite);
  z-index: 6;
  border-radius: 0.36vw;
}

.search-qx .search-qx-main form ul li .bmt {
  /* #region 按钮统一样式 */
  outline: none;
  cursor: pointer;
  color: #fff;
  white-space: nowrap;
  position: relative;
  border-radius: 3em;
  background-color: var(--blue);
  transition: background-color 0.3s, transform 0.3s;
  border: none;
  text-align: center;
  /* #endregion */

  height: 100%;
  font-size: 1.1vw;
  box-sizing: border-box;
  border-radius: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  width: 7vw;
}

.search-qx .search-qx-main form ul li .bmt:hover {
  background-color: var(--blue-dark);
}

.search-qx .search-qx-main form ul li.qx_input {
  width: 24vw;
}

.search-qx .search-qx-main form ul li.qx_btn {
  width: 9vw;
  padding: 0 !important;
  border-radius: 3vw;
}

.search-qx .search-qx-main .search-qx-left {
  font-size: 1.5vw;
  height: 3.3vw;
  font-weight: 700;
  width: 16%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: var(--graphite);
}

.search-qx .search-qx-main .search-qx-left span {
  color: var(--primary);
}

.search-qx .search-qx-main .search-qx-left .msg {
  font-size: max(14px, 0.83vw);
  color: var(--lnk);
  font-weight: 400;
  width: 100%;
}

.box-top-cont .tab span,
.search-qx .search-qx-main .search-qx-left .msg span {
  color: var(--blue);
}

.search-qx .search-qx-main .search-qx-right {
  width: 100%;
  display: flex;
}

.search-qx-detail {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

.search-qx-detail .search-qx-main {
  width: 100%;
  background: #fff;
  z-index: 200;
  padding: 1.5vw 2.8vw;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0 -2vw 1.82vw 0 rgba(70, 70, 86, 0.2);
  margin-top: 1vw;
  display: flex;
}

.search-qx-detail .search-qx-main .search-left {
  width: 50%;
}

.search-qx-detail .search-qx-main .search-right {
  width: 50%;
  padding-left: 2vw;
  box-sizing: border-box;
}

.search-qx-detail .search-qx-main .search-right ul {
  width: 100%;
  padding-left: 1.2vw;
  box-sizing: border-box;
}

.search-qx-detail .search-qx-main .search-right ul li {
  width: 100%;
  line-height: 2vw;
}

.search-qx-detail .search-qx-main .search-right ul li::marker {
  width: 100%;
  color: var(--primary);
  transition: all 0.3s;
}

.search-qx-detail .search-qx-main .search-right ul li .lcon,
.search-qx-detail .search-qx-main .search-right ul li .lcon a {
  font-size: 1vw;
  text-decoration: none;
  transition: all 0.3s;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  float: left;
  line-height: 2vw;
  overflow: hidden;
}

.search-qx-detail .search-qx-main .search-right ul li .lcon {
  width: 75%;
  height: auto;
  color: var(--graphite);
}

.search-qx-detail .search-qx-main .search-right ul li .lcon a {
  color: var(--blue);
  position: relative;
  padding-right: 11px;
}

.search-qx-detail .search-qx-main .search-qx-left span,
.search-qx-detail .search-qx-main .search-right ul li a:hover {
  text-decoration: underline;
}

.search-qx-detail .search-qx-main .search-right ul li a::after {
  content: "";
  background: url(/images/qx_icon8.png) no-repeat;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 6px;
  transition: all 0.5s;
}

.search-qx-detail .search-qx-main .search-right ul li span {
  width: 23%;
  color: var(--lnk);
  float: right;
  font-size: 1vw;
  line-height: 2vw;
  text-align: right;
}

.search-qx-detail .search-qx-main form ul {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.8vw;
  border-right: #edeeee 1px solid;
  padding-right: 2vw;
  box-sizing: border-box;
}

.search-qx-detail .search-qx-main form ul li {
  height: 2.4vw;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  margin-right: 1.5%;
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.5s all;
  cursor: pointer;
  flex-grow: 1;
}

.search-qx-detail .search-qx-main form ul li:nth-child(1) {
  grid-area: 1/1/span 1/span 4;
}

.search-qx-detail .search-qx-main form ul li:nth-child(2) {
  grid-area: 1/5/span 1/span 1;
}

.search-qx-detail .search-qx-main form ul li:nth-child(3) {
  grid-area: 2/1/span 1/span 2;
}

.search-qx-detail .search-qx-main form ul li:nth-child(4) {
  grid-area: 2/3/span 1/span 2;
}

.search-qx-detail .search-qx-main form ul li:last-child {
  margin-right: 0;
}

.search-qx-detail .search-qx-main form ul.row-9 {
  grid-template-columns: repeat(9, 1fr);
}

.search-qx-detail .search-qx-main form ul.row-9 li:nth-child(1) {
  grid-area: 1/1/span 1/span 7;
}

.search-qx-detail .search-qx-main form ul.row-9 li:nth-child(2) {
  grid-area: 1/8/span 1/span 2;
}

.search-qx-detail .search-qx-main form ul.row-9 li:nth-child(3) {
  grid-area: 2/1/span 1/span 3;
}

.search-qx-detail .search-qx-main form ul.row-9 li:nth-child(4) {
  grid-area: 2/4/span 1/span 3;
}

.search-qx-detail .search-qx-main form ul.row-9 li:last-child {
  grid-area: 2/7/span 1/span 3;
  margin-right: 0;
}

.search-qx-detail .search-qx-main form ul li input[type=text] {
  width: 100%;
  height: 100%;
  color: var(--graphite);
  background-color: #fff;
  border: 0.105vw solid transparent;
  padding: 2% 3%;
  box-sizing: border-box;
  outline: 0;
  font-size: 1vw;
  float: left;
  border-radius: 0.36vw;
}

.search-qx-detail .search-qx-main form ul li .select {
  width: 0.8vw;
  height: 0.5vw;
  overflow: hidden;
  background: url(../images/select1.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  border-radius: 0.2vw;
  right: 0.7vw;
  transition: 0.5s all;
  z-index: 1;
}

.search-qx-detail .search-qx-main form ul .disable .select,
.search-qx-detail .search-qx-main form ul .new .select {
  background: url(/images/select2.png) no-repeat center center;
  background-size: 100%;
  z-index: 99;
  transition: 0.5s all;
  transform: rotate(180deg);
}

.header .search-qx-detail .search-qx-main form ul .disable,
.search-qx-detail .search-qx-main form ul .disable.new {
  background-color: #f5f5f5;
  border-radius: 0.36vw;
}

.search-qx-detail .search-qx-main form ul li .bmt {
  /* #region 按钮统一样式 */
  outline: none;
  cursor: pointer;
  color: #fff;
  white-space: nowrap;
  position: relative;
  border-radius: 3em;
  background-color: var(--blue);
  transition: background-color 0.3s, transform 0.3s;
  border: none;
  text-align: center;
  /* #endregion */

  height: 100%;
  font-size: 1vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  width: 100%;
}

.search-qx-detail .search-qx-main form ul li .bmt:hover {
  background-color: var(--blue-dark);
}

.qx_video,
.qx_video .qx_video_box .leftbox .titbox .icon img,
.qx_video .qx_video_box .rightbox .rightbox_scroll .video_list li img,
.search-qx-detail .search-qx-main form ul li.qx_btn,
.search-qx-detail .search-qx-main form ul li.qx_input,
.video-iframe .video_right .other .other_list li .pic img,
.video-iframe .video_right .title .code .pic canvas {
  width: 100%;
}

.search-qx-detail .search-qx-main form ul li.qx_btn {
  border-radius: 3vw;
}

.search-qx-detail .search-qx-main .search-qx-left {
  font-size: 1.4vw;
  height: 3.3vw;
  line-height: 1;
  font-weight: 700;
  width: 100%;
  display: flex;
  align-items: center;
  color: var(--graphite);
}

.search-qx-detail .search-qx-main .search-qx-left img {
  width: 1.6vw;
  height: 1.6vw;
  margin-right: 8px;
}

.search-qx-detail .search-qx-main .search-qx-right {
  width: 100%;
  display: flex;
}

.qx_video {
  padding: 5% 10%;
  box-sizing: border-box;
  background: url(/images/qx_leaf.png) no-repeat left top #fafafa;
  background-size: 40%;
  margin-bottom: 4.8vw;
}

.qx_video .qx_video_box:last-child {
  margin-bottom: 0;
}

.qx_video .big-modtitle {
  text-align: left;
  width: 100%;
}

.qx_video .qx_video_box {
  width: 100%;
  height: 33vw;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0.26vw 1.82vw 0 rgba(70, 70, 86, 0.2);
  overflow: hidden;
  display: block;
  margin-bottom: 4vw;
}

.qx_video .qx_video_box .leftbox {
  width: 24vw;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  float: left;
}

.qx_video .qx_video_box .leftbox .bg {
  width: auto;
  height: 100%;
  position: absolute;
  left: -50%;
}

.qx_video .qx_video_box .leftbox .tit {
  content: "";
  position: absolute;
  width: 24vw;
  height: 50%;
  background: linear-gradient(to top, var(--primary), rgb(var(--primary-rgb), 0));
  bottom: 0;
  left: 0;
  z-index: 2;
}

.qx_video .qx_video_box .leftbox .titbox {
  width: 100%;
  position: relative;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 8.5vw 2.2vw 2.2vw;
}

.qx_video .qx_video_box .leftbox .titbox .tit1_1 {
  font-weight: 700;
  color: #fff;
  font-size: 1.56vw;
  margin-bottom: 0.5vw;
}

.qx_video .qx_video_box .leftbox .titbox .tit1_2 {
  color: #fff;
  font-size: 1.04vw;
  margin-bottom: 1vw;
  line-height: 1.2;
}

.qx_video .qx_video_box .leftbox .titbox .icon {
  padding-left: 2vw;
  width: 2.8vw;
  max-width: 54px;
  margin-top: 0.2vw;
}

.qx_video .qx_video_box .rightbox {
  width: 54vw;
  padding: 2.2vw 1.2vw 2.2vw 2.2vw;
  box-sizing: border-box;
  float: right;
}

.qx_video .qx_video_box .rightbox .rightbox_scroll {
  width: 100%;
  height: 29vw;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
}

.qx_video .qx_video_box .rightbox .rightbox_scroll .video_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.8vw;
  padding: 0 1vw 0 0;
  box-sizing: border-box;
}

.qx_video .qx_video_box .rightbox .rightbox_scroll .video_list li {
  width: 100%;
  background: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #f5f5f5;
}

.qx_video .qx_video_box .rightbox .rightbox_scroll .video_list li .con {
  display: flex;
  padding: 1.1vw 1vw;
  justify-content: space-between;
}

.qx_video .qx_video_box .rightbox .rightbox_scroll .video_list li a .con .tit {
  font-size: 0.83vw;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  width: 81%;
}

.qx_video .qx_video_box .rightbox .rightbox_scroll .video_list li .icon {
  width: 15%;
  height: 2.5vw;
  background: url(/images/qx_icon6.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
}

.qx_video .qx_video_box .rightbox .rightbox_scroll .video_list li .icon img {
  max-width: 100%;
}

.qx_video .qx_video_box.blue .leftbox {
  float: right;
}

.qx_video .qx_video_box.blue .leftbox .tit {
  background: linear-gradient(to top, var(--blue), rgba(0, 86, 214, 0));
}

.qx_video .qx_video_box.blue .rightbox .rightbox_scroll .video_list li .icon {
  background: url(/images/qx_icon7.png) no-repeat center center;
  background-size: 100%;
}

.qx_video .qx_video_box.blue .rightbox_scroll::-webkit-scrollbar-thumb {
  background-color: var(--blue);
  width: 3px;
}

.rightbox_scroll::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  width: 3px;
}

.rightbox_scroll::-webkit-scrollbar-track {
  background: #f2f2f2;
  width: 3px;
}

.big-modtitle {
  font-size: var(--h1-font-size);
  color: var(--graphite);
  font-weight: 700;
  padding: 1vw 0 2vw;
}

.big-modtitle .en {
  font-size: 0.7em;
  display: inline-block;
  color: var(--lnk);
}

.toolsmod {
  padding: 5% 10%;
  background: url(/images/yuanxing-bg5.png) no-repeat left bottom #fafafa;
  background-size: 15%;
}

.toolsmod .tools-code {
  width: 100%;
  height: auto;
  text-align: center;
  opacity: 0;
  transition: all 0.5s;
  z-index: 1;
}

.toolsmod .tools-code img {
  width: 60%;
  border-radius: 6px;
  border: 1px solid rgb(237, 237, 237);
  box-shadow: 0 0 10px rgb(237, 237, 237);
}

.toolsmod li:hover .tools-code {
  opacity: 1;
}

.toolsmod .tools-icon {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 0.5vw;
  padding: 0 1vw;
  box-sizing: border-box;
}

.toolsmod .tools-icon img {
  width: 60%;
}

.toolsmod .tools-name {
  font-size: 1.25vw;
  color: var(--graphite);
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5vw;
}

.toolsmod .tools-intro {
  position: absolute;
  z-index: 11;
  transition: all 0.5s;
  width: 100%;
}

.toolsmod .tools-intro,
.toolsmod .tools-intro a {
  font-size: 0.9vw;
  color: var(--lnk);
  line-height: 1.5;
  text-align: center;
}

.toolsmod li:hover .tools-intro {
  opacity: 0;
  z-index: -1;
}

.toolsmod .tools-hover {
  position: relative;
  width: 100%;
  height: auto;
}

.video-iframe {
  background: #000;
  display: flex;
  justify-content: space-between;
}

.video-iframe .video_left {
  width: 66%;
  height: 100vh;
  padding: 2vw;
  box-sizing: border-box;
}

.video-iframe .video_right {
  width: 34%;
  background: #1a1a1a;
  padding: 5.3vh;
  box-sizing: border-box;
}

.video-iframe .video_right .title {
  width: 100%;
  height: 22vh;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #484848;
  padding-bottom: 1.4vw;
}

.video-iframe .video_right .title .title1 {
  width: 73%;
}

.video-iframe .video_right .title .title1 .title1_1 {
  font-size: 1.35vw;
  color: #fff;
  min-height: 4.4vw;
}

.video-iframe .video_right .title .title1 .link {
  background: #262626;
  border-radius: 4px 1vw 1vw 4px;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 1vw;
}

.video-iframe .video_right .title .title1 .link input[type=text] {
  width: 100%;
  height: 100%;
  color: #7c7c7c;
  background-color: #262626;
  border: 0.105vw solid transparent;
  padding: 2%;
  box-sizing: border-box;
  outline: 0;
  font-size: 1vw;
  float: left;
}

.video-iframe .video_right .title .title1 .link .btn {
  /* #region 按钮统一样式 */
  outline: none;
  cursor: pointer;
  color: #fff;
  white-space: nowrap;
  position: relative;
  border-radius: 3em;
  background-color: var(--blue);
  transition: background-color 0.3s, transform 0.3s;
  border: none;
  text-align: center;
  /* #endregion */

  padding: 2% 4%;
  box-sizing: border-box;
  font-size: 1vw;
}

.video-iframe .video_right .title .title1 .link .btn:hover {
  background-color: var(--blue-dark);
}

.video-iframe .video_right .title .code .pic {
  width: 5.6vw;
  height: 5.6vw;
  border-radius: 4px;
  overflow: hidden;
  padding: 6px;
  background: #fff;
}

.video-iframe .video_right .title .code .txt {
  color: #fff;
  font-size: 1vw;
  text-align: center;
  line-height: 2;
}

.video-iframe .video_right .other {
  width: 100%;
  padding-top: 3vh;
}

.video-iframe .video_right .other .other_title {
  width: 100%;
  color: #fff;
  font-size: 1.1vw;
  line-height: 1;
  padding-bottom: 3vh;
  font-weight: 700;
  height: 3vh;
}

.video-iframe .video_right .other .rightbox_scroll {
  width: 100%;
  height: 59vh;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  padding-right: 1vw;
  box-sizing: border-box;
}

.video-iframe .video_right .other .other_list li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5vw;
}

.video-iframe .video_right .other .other_list li .pic {
  width: 30%;
  border-radius: 4px;
  overflow: hidden;
}

.video-iframe .video_right .other .other_list li .otherlist_title {
  width: 70%;
  padding-left: 1vw;
}

.video-iframe .video_right .other .other_list li .otherlist_title .tit_link {
  width: 100%;
  color: #fff;
  font-size: 1vw;
  line-height: 1.4;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  border-bottom: 2px solid transparent;
  transition: all 0.5s;
  margin-bottom: 0.5vw;
}

.video-iframe .video_right .other .other_list li .otherlist_title .tit_link:hover {
  color: var(--primary);
}

.video-iframe .video_right .other .other_list li .otherlist_title .tip_link {
  width: 100%;
  color: var(--blue);
  font-size: 0.9vw;
  line-height: 1;
  transition: all 0.5s;
}

.video-iframe .video_right .other .other_list li .otherlist_title .tip_link:hover {
  text-decoration: underline;
}

.secondary-menu-wrap .swiper {
  overflow: hidden;
  position: relative;
  height: 25vw;
}

.secondary-menu-wrap .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: 0 0;
  opacity: 0.2;
  margin-right: 4px;
  border: #000 2px solid;
  border-radius: 20px;
}

.secondary-menu-wrap .swiper-pagination-bullet-active {
  width: 1.4vw;
  height: 12px;
  opacity: 1;
  background-color: var(--primary);
  border: 0;
}

.secondary-menu-wrap .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}

.secondary-menu-wrap .swiper-pagination {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 1000px) {
  .header .search-qx {
    width: 100%;
    padding: 5% 0;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 3%;
  }

  .header .search-qx .search-qx-main {
    width: 100%;
    padding: 5vw;
    transition: all 0.3s;
  }

  .header .search-qx .search-qx-main.sticky-top {
    position: fixed;
    top: 0;
    left: 0;
    padding: 2.5vw 5vw;
    border-radius: 0;
    box-shadow: 0 0.26vw 1.82vw 0 rgba(70, 70, 86, 0.2);
  }

  .header .search-qx .search-qx-main .search-qx-left {
    display: none;
  }

  .search-qx-detail .search-qx-main form ul {
    gap: 1.2vw;
  }

  .header .search-qx .search-qx-main form ul li {
    width: 90%;
    margin-right: 1%;
    border-radius: max(3px, 1vw) !important;
    box-sizing: border-box;
    height: 35px;
    padding: 2% 0;
  }

  .header .search-qx .search-qx-main form ul li.qx_input,
  .search-qx-detail .search-qx-main .search-left {
    width: 100%;
  }

  .header .search-qx .search-qx-main form ul li .bmt,
  .header .search-qx .search-qx-main form ul li input[type=text],
  .header .search-qx .search-qx-main form ul li select {
    font-size: 3vw;
  }

  .header .search-qx .search-qx-main form ul li.qx_btn {
    width: 40%;
    border-radius: 3px !important;
    overflow: hidden;
  }

  .header .search-qx .search-qx-main form ul li .select {
    width: 2vw;
    height: 1.55vw;
    right: 7px;
  }

  .search-qx-detail .search-qx-main .search-right ul {
    margin-top: -4px;
  }

  .toolsmod {
    padding: 10% 5%;
    margin-top: 0;
  }

  .big-modtitle {
    font-size: 6.3vw;
    text-align: center;
    margin-bottom: 20px;
  }

  .big-modtitle .en {
    display: block;
  }

  .toolsmod ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-bottom: 20px;
  }

  .toolsmod ul li {
    width: 100%;
    height: 100%;
    background-color: #f5f5f7;
    padding: 3vw 0.5vw;
  }

  .toolsmod .tools-icon {
    margin-bottom: 2vw;
  }

  .toolsmod .tools-name {
    font-size: 16px;
    margin-bottom: 1vw;
  }

  .toolsmod .tools-code {
    display: none;
  }

  .toolsmod .tools-intro {
    position: static;
    font-size: 13px;
    margin-bottom: 2vw;
  }

  .toolsmod li:hover .tools-intro {
    opacity: 1;
    z-index: 1;
  }

  .toolsmod {
    background-size: 50%;
  }

  .toolsmod .seemore {
    display: none;
  }

  .toolsmod .mseemore {
    display: block;
  }

  .toolsmod .tools-icon img {
    width: 48%;
  }

  .main-content-box .item-wrap-links {
    padding-top: 12px !important;
    padding-bottom: 8px;
  }

  .main-content-box>li .item-wrap-links {
    display: flex;
    height: 10vh;
  }

  .main-content-box>li:not(.item-full) .item-wrap-links {
    display: flex;
  }

  .main-content-box .item-wrap-links>div>ul {
    margin-bottom: 1.2vw;
  }

  .main-content-box>li:not(.item-full) .item-wrap-links>div>ul {
    margin-bottom: 4vh;
  }

  .main-content-box>li .item-wrap-links .news {
    padding: 0 5%;
    bottom: 2vw;
    width: 90vw;
  }

  .main-content-box>li:not(.item-full) .item-wrap-links .news {
    padding: 0 5%;
    bottom: 2.3vw;
  }

  .main-content-box>li .item-wrap-links .news .news_con {
    padding: 6px 6px 5px;
  }

  .main-content-box>li .item-wrap-links .news .news_con .lcon {
    height: 12px;
    font-size: 12px;
    line-height: 12px;
  }

  .main-content-box>li .item-wrap-links .news .news_con .news_icon {
    width: 2.5vh;
    height: 2.5vh;
  }

  .main-content-box>li .item-wrap-links .news .news_con .news_link {
    font-size: 12px;
    height: 12px;
    line-height: 1;
  }

  .main-content-box>li .item-wrap-links .news .news_con .news_date {
    font-size: 12px;
    line-height: 1;
    height: 12px;
    width: 30%;
  }

  .main-content-box>li:not(.item-full) .item-wrap-links>div {
    left: 0;
  }

  .search-qx-detail .search-qx-main {
    margin-top: 2vh;
    display: block;
    padding: 2% 5%;
    position: relative;
    float: left;
  }

  .search-qx-detail .search-qx-main form ul {
    border-right: 0;
    padding-right: 0;
  }

  .search-qx-detail .search-qx-main .search-qx-left img {
    width: 18px;
    height: 18px;
    margin-right: 3px;
  }

  .search-qx-detail .search-qx-main .search-qx-left {
    font-size: 15px;
    height: 4vh;
  }

  .search-qx-detail .search-qx-main .search-right ul li {
    line-height: 1.8;
    width: 94%;
    margin-left: 2vh;
  }

  .search-qx-detail .search-qx-main .search-right ul li .lcon,
  .search-qx-detail .search-qx-main .search-right ul li .lcon a,
  .search-qx-detail .search-qx-main .search-right ul li span {
    font-size: 14px;
    line-height: 2;
  }

  .search-qx-detail .search-qx-main form ul li {
    height: 30px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    border: 1px solid #edeeee;
    overflow: hidden;
    border-radius: 3px;
    font-size: 3.2vw;
  }

  .search-qx-detail .search-qx-main form ul li .bmt,
  .search-qx-detail .search-qx-main form ul li input[type=text],
  .search-qx-detail .search-qx-main form ul li select,
  .video-iframe .video_right .title .title1 .link .btn {
    font-size: 3.2vw;
  }

  .search-qx-detail .search-qx-main form ul li .select {
    width: 2vw;
    height: 1.55vw;
    right: 12px;
  }

  .search-qx-detail .search-qx-main .search-right {
    padding-left: 0;
    width: 100%;
    margin-top: 2vh;
  }

  .qx_video {
    padding: 5%;
  }

  .qx_video .big-modtitle {
    margin-bottom: 0;
  }

  .qx_video .qx_video_box {
    display: block;
    height: auto;
  }

  .qx_video .qx_video_box .leftbox {
    width: 100%;
    height: 47vw;
  }

  .qx_video .qx_video_box .leftbox .bg {
    width: 100%;
    height: auto;
    left: 0;
  }

  .qx_video .qx_video_box .leftbox .tit {
    width: 100%;
    height: 59%;
  }

  .qx_video .qx_video_box .leftbox .titbox {
    display: block;
    padding-top: 10.5vw;
  }

  .qx_video .qx_video_box .leftbox img {
    position: absolute;
    top: 0;
  }

  .qx_video .qx_video_box .leftbox .titbox .tit1_1 {
    font-size: 20px;
    text-align: center;
  }

  .qx_video .qx_video_box .leftbox .titbox .tit1_2 {
    font-size: 12px;
    line-height: 1.8;
    text-align: center;
  }

  .qx_video .qx_video_box .leftbox .titbox .icon {
    display: none;
  }

  .qx_video .qx_video_box .rightbox {
    width: 100%;
  }

  .qx_video .qx_video_box .rightbox .rightbox_scroll .video_list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.8vw;
    padding: 0 2vw 0 0;
  }

  .qx_video .qx_video_box .rightbox .rightbox_scroll .video_list li a .con .tit {
    font-size: 12px;
  }

  .qx_video .qx_video_box .rightbox .rightbox_scroll {
    height: 80vw;
  }

  .qx_video .qx_video_box .rightbox .rightbox_scroll .video_list li .con {
    padding: 1.8vw 1.5vw;
  }

  .qx_video .qx_video_box .rightbox .rightbox_scroll .video_list li .icon {
    height: 8.5vw;
    margin-left: 3vw;
  }

  .video-iframe {
    display: block;
  }

  .video-iframe .video_left {
    width: 100%;
    height: 37vh;
    display: block;
    padding: 0;
  }

  .video-iframe .video_right {
    width: 100%;
    padding: 4vh;
  }

  .video-iframe .video_right .title {
    padding-bottom: 4vw;
    height: 16vh;
  }

  .video-iframe .video_right .other {
    padding-top: 4vw;
  }

  .video-iframe .video_right .title .title1 .title1_1 {
    font-size: 17px;
    min-height: 14vw;
  }

  .video-iframe .video_right .title .code .pic {
    width: 15.5vw;
    height: 15.5vw;
    padding: 4px;
  }

  .video-iframe .video_right .title .title1 .link input[type=text] {
    padding: 2% 3%;
    box-sizing: border-box;
    outline: 0;
    font-size: 3.2vw;
    float: left;
    border-radius: 0.36vw;
  }

  .video-iframe .video_right .title .code .txt {
    font-size: 2.8vw;
  }

  .video-iframe .video_right .other .other_title {
    font-size: 16px;
    padding-bottom: 3vw;
  }

  .video-iframe .video_right .other .other_list li .otherlist_title .tip_link,
  .video-iframe .video_right .other .other_list li .otherlist_title .tit_link {
    font-size: 13px;
  }

  .video-iframe .video_right .other .other_list li .otherlist_title {
    padding-left: 3vw;
  }

  .video-iframe .video_right .other .rightbox_scroll {
    height: 50vw;
    padding-right: 3vw;
  }

  .video-iframe .video_right .other .other_list li {
    margin-bottom: 4.1vw;
  }

  .video-iframe .video_right .title .title1 {
    width: 100%;
  }

  .video-iframe .video_right .title .code {
    display: none;
  }

  .video-iframe .video_right .other .other_list li .pic {
    width: 40%;
  }
}

.research-services {
  scroll-padding-top: 5vw;
}

.research-services .banner-zs {
  margin-top: 0 !important;
}

.blue {
  --text-color: var(--blue);
}

.orange {
  --text-color: var(--primary);
}

.research-services .ky-rcmod2 .research-services {
  font-size: max(14px, 1.0417vw);
}

.research-services .ky-rcmod2 .gby-text .midtit {
  line-height: 1.6;
  font-size: max(14px, 1.15vw);
}

.research-services .ky-rcmod2 .gby-text .midtit.en {
  font-size: 0.7em;
}

@media screen and (max-width: 1000px) {
  .research-services .gby-text .midtit {
    font-size: 14px;
  }

  .research-services .banner-zs .headline .deep {
    color: #fff;
  }
}

.head-news {
  position: absolute;
  top: 50%;
  right: 1.5vw;
  transform: translateY(-50%);
  height: calc(100% - 3vw);
  width: 18.5%;
  z-index: 2;
  border-radius: 8px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.95);
}

.head-news>div {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 7% 10% 3%;
  height: 100%;
  line-height: 1;
  overflow: hidden;
}

.head-news .tab {
  position: absolute;
  top: 0;
  right: 0;
  background: url(/images/bg-tab1.png);
  color: #fff;
  padding: 0.4em 0.6em 0.4em 1.3em;
  font-size: max(13px, 1.0938vw);
}

.head-news .head-news-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.head-news .head-news-box>.title>span {
  color: var(--primary);
  margin-bottom: 0.4em;
  font-size: max(12px, 0.85vw);
}

.head-news .head-news-box>.title div>.en {
  font-size: 0.7em;
  color: rgba(0, 0, 0, 0.6);
}

.head-news .head-news-box .cont {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-y: auto;
}

.head-news .head-news-box .cont::-webkit-scrollbar {
  display: none;
}

.head-news .head-news-box .arrow {
  display: none;
}

.head-news .head-news-box>.title div {
  font-size: max(14px, 1.2vw);
  font-weight: 700;
  color: var(--graphite);
  line-height: 1.5;
}

.head-news .head-news-box>.title div img {
  height: 1em;
  object-fit: cover;
  margin-right: 0.3em;
  display: none;
}

.head-news .head-news-box ul {
  list-style: none;
}

.head-news .head-news-box ul li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4% 0;
}

.head-news .head-news-box ul li:nth-child(5) {
  border-bottom: 0;
}

.head-news .head-news-box ul li .checkbox {
  display: none !important;
}

.head-news .head-news-box ul li .title {
  display: flex;
  align-items: center;
  font-size: max(13px, 0.95vw);
  font-weight: 700;
  cursor: pointer;
  color: var(--graphite);
}

.head-news .head-news-box ul li .title .icon {
  width: 1.9em;
  height: 1.9em;
  border-radius: 0.3em;
  background-color: #5b5a5a;
  transition: background-color 0.3s;
  margin-right: 0.4em;
}

.head-news .head-news-box ul li .title .arrow {
  display: inline !important;
  width: 0.7em;
  height: auto;
  transition: transform 0.3s;
  object-fit: cover;
  margin-left: auto;
}

.head-news .head-news-box ul li .text {
  margin: 0.3em 0 0.5em;
  font-size: 13px;
  color: var(--lnk);
  line-height: 1.2;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.head-news .head-news-box ul li .checkbox:checked~.text {
  display: -webkit-box;
}

.head-news .head-news-box ul li .checkbox:checked~.title .icon {
  background-color: var(--primary);
}

.head-news .head-news-box ul li .checkbox:checked~.title .arrow {
  transform: rotate(180deg);
}

.head-news .head-news-box ul li .text a {
  color: var(--blue);
}

.head-news .head-news-box ul li .text a:hover {
  text-decoration: underline;
}

.head-news .head-news-box ul li .go {
  font-size: 13px;
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.7em;
}

.head-news .head-news-box ul li .go a {
  color: var(--primary);
  text-decoration: underline;
  transition: all 0.5s;
}

.head-news .head-news-box ul li .go a:hover {
  filter: brightness(1.2);
}

.head-news .head-news-box .cont>.go {
  margin-top: 8%;
  display: none;
  align-items: center;
  gap: 0.5em;
  color: var(--primary);
}

.head-news .head-news-box .cont>.go img {
  height: 1em;
  object-fit: cover;
  transform: rotate(90deg);
  transition: all 0.3s;
}

.head-news .head-news-box .cont>.go:hover img {
  transform: translateX(30%) rotate(90deg);
}

@media screen and (max-width: 1000px) {
  .head-news {
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
    transform: translateY(0);
    border-radius: 0;
    background: #0d0d0d;
  }

  .head-news>div {
    padding: 2.8vw 0;
    padding-left: 5%;
    white-space: nowrap;
  }

  .head-news .head-news-box ul li .go,
  .head-news .head-news-box ul li .text,
  .head-news .head-news-box>.title>span,
  .head-news .tab {
    display: none !important;
  }

  .head-news .head-news-box {
    flex-direction: row;
    align-items: center;
  }

  .head-news .head-news-box .arrow {
    position: absolute;
    height: 100%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 2.8vw 0;
    padding-right: 0.5em;
    width: 3.5em;
    background: linear-gradient(270deg, #0d0d0d, #0d0d0d, rgba(255, 255, 255, 0));
    box-sizing: border-box;
    font-size: max(14px, 2.2vw);
    display: flex;
    align-items: center;
    justify-content: right;
    z-index: 1;
  }

  .head-news .head-news-box .arrow .icon {
    display: block;
    height: 1em;
    object-fit: cover;
    animation: move 0.5s infinite alternate;
  }

  .head-news .head-news-box>.title {
    position: relative;
    border: 0;
    margin-right: 10px;
    padding-right: 10px;
  }

  .head-news .head-news-box>.title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 0.9em;
    background-color: rgba(255, 255, 255, 0.3);
  }

  .head-news .head-news-box .cont,
  .head-news .head-news-box>.title div {
    font-size: max(14px, 2.2vw);
    display: flex;
    align-items: center;
    flex-direction: row;
  }

  .head-news .head-news-box>.title div {
    color: var(--primary);
    margin: 0;
  }

  .head-news .head-news-box>.title div img {
    display: block;
  }

  .head-news .head-news-box>.title div>.en {
    display: none;
    margin-left: 0.2em;
    font-size: 1em;
  }

  .head-news .head-news-box .cont {
    padding-right: 3.5em;
    overflow-y: hidden;
    overflow-x: auto;
    gap: 1em;
  }

  .head-news .head-news-box .cont::-webkit-scrollbar {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    display: none;
  }

  .head-news .head-news-box ul {
    display: flex;
  }

  .head-news .head-news-box ul li {
    margin: 0;
    border: 0;
    padding: 0 10px;
  }

  .head-news .head-news-box ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 0.2em !important;
    height: 0.2em;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
  }

  .head-news .head-news-box ul li:nth-child(1) {
    padding-left: 0;
  }

  .head-news .head-news-box ul li:nth-child(1):before {
    content: none;
  }

  .head-news .head-news-box .cont>.go {
    display: flex;
    margin: 0;
  }

  .head-news .head-news-box ul li .title,
  .head-news .head-news-box ul li .title a {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
  }

  .head-news .head-news-box ul li .title .icon {
    display: none;
  }

  .head-news .head-news-box ul li .title .arrow {
    display: none !important;
  }
}

.main-menu {
  position: absolute;
  z-index: 6;
  transition: all 0.3s;
}

.main-menu {
  width: 100%;
  height: auto;
}

.research-services .bannrt-box {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 10%;
  transform: translateY(-50%);
  z-index: 5;
  box-sizing: border-box;
}

.research-services .banner-title {
  font-size: var(--title1-font-size);
  font-weight: 700;
  color: var(--graphite);
  margin-bottom: 1.4vw;
}

.research-services .banner-title .en {
  font-size: 0.7em;
  color: var(--primary);
}

.research-services .banner-txt {
  width: 27vw;
  color: #3e3e3e;
  font-size: 1.35vw;
  line-height: 1.5;
}

.research-services .banner-btn {
  margin-top: 2.4vw;
  color: #fff;
  background-color: var(--primary);
  width: 8.3vw;
  max-width: 158px;
  height: 2.7vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.84vw;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.5s;
}

.research-services .banner-btn:hover {
  transform: translateY(-5px);
}

@media screen and (max-width: 1000px) {
  .research-services .banner-title {
    text-align: center;
    color: #fff;
    margin-bottom: 2.6vw;
  }

  .research-services .bannrt-box {
    width: 100% !important;
    top: 55%;
    transform: translateY(-60%);
  }

  .research-services .banner-txt {
    font-size: 15px;
    width: 100%;
    color: #fff;
    text-align: center;
    margin-bottom: 4.6vw;
  }

  .research-services .banner-btn {
    width: 30vw;
    height: 10vw;
    margin: auto;
    font-size: 15px;
  }
}

.main-menu.sticky-top {
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 11;
}

.main-menu .box {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  background-color: var(--graphite);
  gap: 2%;
}

.main-menu.sticky-top .box,
.main-menu.sticky-top .box>.item.current img.bg-show {
  border-radius: 0 !important;
}

.main-menu,
.main-menu.sticky-top .box .item {
  box-sizing: border-box;
}

.main-menu.sticky-top .box .item:nth-child(1)>div {
  padding-left: 10vw;
}

.main-menu.sticky-top .box .item>div {
  padding: 1vw max(20px, 2vw);
}

.main-menu.sticky-top .box .item:nth-child(2)>div {
  padding-right: 10vw;
}

@media screen and (max-width: 1500px) {
  .main-menu.sticky-top .box .item:nth-child(1)>div {
    padding-left: 6vw;
  }

  .main-menu.sticky-top .box .item:nth-child(2)>div {
    padding-right: 6vw;
  }
}

.main-menu .box>.item {
  position: relative;
  flex: 1;
  height: auto;
  cursor: pointer;
}

.main-menu .box>.item>div {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 1.5625vw max(20px, 2vw);
  transition: all 0.3s;
}

.main-menu .box>.item:nth-child(1)>div {
  padding-left: 10vw !important;
}

.main-menu .box>.item:nth-child(2)>div {
  padding-right: 10vw !important;
}

.main-menu .box>.item img.bg-show {
  position: absolute;
  top: 0;
  height: 100%;
  width: 110%;
  transition: all 0.3s;
  display: none;
}

.main-menu.sticky-top .box>.item img.bg-show {
  border-radius: 0;
}

.main-menu .box>.item.current img.bg-show {
  display: block;
}

.main-menu .box>.item:nth-child(1) img.bg-show {
  right: -10%;
}

.main-menu .box>.item:nth-child(2) img.bg-show {
  left: -10%;
}

.main-menu .box>.item .title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 1;
  margin-right: 3%;
  padding-right: 3%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.main-menu .box>.item.current .title {
  border-color: rgba(0, 0, 0, 0.2);
}

.main-menu .box>.item .title .tab {
  font-size: max(13px, 0.9vw);
  color: var(--text-color);
}

.main-menu .box>.item .title h1 {
  font-size: var(--h1-font-size);
  color: #fff;
}

.main-menu .box>.item .title h1 .en {
  margin-top: 0.2em;
  font-size: 0.6em;
  opacity: 0.6;
  color: var(--lvory);
}

.main-menu .box>.item.current .title h1 {
  color: var(--graphite);
  white-space: nowrap;
}

.main-menu .box>.item.current .title h1 .en {
  color: var(--lnk);
}

.main-menu .box>.item .title h1 span {
  color: var(--primary);
}

.main-menu .box>.item.current .hr {
  background-color: rgba(0, 0, 0, 0.3);
}

.main-menu .box>.item .main-menu-content {
  position: relative;
  flex: 1;
  margin: 0;
}

.main-menu .box>.item .main-menu-content .value {
  display: none;
  justify-content: space-between;
  align-items: center;
}

.main-menu .box>.item .main-menu-content .value img {
  width: auto;
  height: 0.6em;
  object-fit: contain;
}

.main-menu .box>.item .main-menu-content ul {
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  gap: 0.6em 10%;
  font-size: max(14px, 1vw);
}

.main-menu .box>.item .main-menu-content ul li {
  width: auto;
  list-style: none;
}

.main-menu .box>.item .main-menu-content ul li div {
  display: flex;
  align-items: center;
  gap: 5%;
  white-space: nowrap;
  color: #e0e0e1;
  transition: all 0.5s;
}

.main-menu .box>.item.current .main-menu-content ul li div {
  color: var(--lnk);
}

.main-menu .box>.item .main-menu-content ul li div:hover {
  text-decoration: underline;
}

.main-menu .box>.item .main-menu-content ul li div img {
  height: 0.8em;
  filter: brightness(10);
  transition: all 0.5s;
}

.hot .btn.swiper-button-disabled img,
.inst .left .news-library .list-library ul .news-item div:hover img,
.main-menu .box>.item.current .main-menu-content ul li div img {
  filter: brightness(1);
}

.main-menu .box>.item.orange .main-menu-content ul li div:hover img {
  animation: move 0.5s infinite alternate;
  transform: translateX(0.4em);
}

.main-menu .box>.item.blue .main-menu-content ul li div:hover img {
  transform: translateX(0.4em);
}

@media screen and (max-width: 1200px) {
  .main-menu .box>.item .main-menu-content ul {
    gap: 0.6em 8%;
  }

  .main-menu .box>.item:nth-child(1)>div {
    padding-left: 5vw !important;
  }

  .main-menu .box>.item:nth-child(2)>div {
    padding-right: 3vw !important;
  }
}

@media screen and (max-width: 1000px) {
  .main-menu .box>.item .title {
    border: 0;
  }

  .main-menu .box>.item .title .tab,
  .main-menu .box>.item.current .main-menu-content ul li div img,
  .main-menu .box>.item:not(.current) .main-menu-content,
  .pc-block {
    display: none;
  }

  .main-menu .box>.item .main-menu-content .value>div,
  .main-menu .box>.item.current .main-menu-content ul li div span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .mblock {
    display: block;
  }

  .main-menu {
    padding: 0;
    transition: none;
  }

  .main-menu .box {
    gap: 0;
  }

  .main-menu .box>.item {
    width: auto;
    min-width: 35%;
    flex: none;
  }

  .main-menu .box>.item>div {
    padding: max(13px, 2vw) 5vw;
    min-height: 50px;
  }

  .main-menu .box>.item.current {
    width: 70%;
  }

  .main-menu .box>.item:not(.current) {
    flex: 1;
  }

  .main-menu .box>.item:not(.current)>div {
    width: 100%;
    justify-content: center;
  }

  .main-menu .box>.item .main-menu-content {
    flex: 1;
    position: absolute;
    width: 90%;
  }

  .main-menu .box>.item:nth-child(1) .main-menu-content {
    right: 2vw;
  }

  .main-menu .box>.item:nth-child(2) .main-menu-content {
    left: -2vw;
  }

  .main-menu .box>.item .main-menu-content .value {
    display: flex;
    font-size: 26px;
    justify-content: left;
    gap: 5%;
    padding-left: max(120px, 40%);
    font-size: max(2vw, 13px);
  }

  .main-menu .box>.item .main-menu-content ul {
    position: absolute;
    z-index: 1;
    width: 87%;
    height: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    font-size: max(2vw, 14px);
    gap: 1em;
    background-color: #fff;
    overflow: hidden;
    padding: 0;
    margin: 12px 0 0 29px;
    box-shadow: 0 0 16px 0 rgba(17, 17, 26, 0.1);
  }

  .main-menu .box>.item .main-menu-content.expand .value img {
    transform: rotate(180deg);
  }

  .main-menu .box>.item .main-menu-content.expand ul {
    height: auto;
    padding: 1em;
  }

  .main-menu .box>.item .title h1 {
    font-size: max(3vw, 16px);
  }
}

.top-title {
  width: 100%;
  height: auto;
  padding: 6vw 10% 0;
  box-sizing: border-box;
}

.top-title>div {
  display: flex;
  align-items: center;
  height: 4vw;
  box-sizing: border-box;
}

.top-title .tab,
.top-title .text,
.top-title h1 {
  box-sizing: border-box;
  border-bottom: 1px solid #ebebeb;
  line-height: 1;
  display: flex;
  align-items: center;
  height: 100%;
}

.top-title h1 {
  position: relative;
  color: var(--graphite);
  border-color: var(--text-color);
  font-size: var(--h1-font-size);
  padding-right: 20px;
  white-space: nowrap;
}

.top-title h1::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 0.8em;
  background-color: #ebebeb;
}

.top-title h1 img {
  height: 0.9em;
  object-fit: cover;
}

.top-title .text {
  padding-left: 20px;
  flex: 1;
  color: var(--lnk);
  font-size: max(12px, 0.9vw);
}

.top-title .text span {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-title .tab {
  color: var(--text-color);
  font-weight: 700;
  font-size: 1.875vw;
  flex: 1;
  justify-content: right;
  white-space: nowrap;
}

.top-title .tab,
.top-title .text,
.top-title h1 {
  padding-bottom: 2vw;
}

@media screen and (max-width: 1000px) {
  .top-title {
    padding: 5.2083vw 5% 0 !important;
  }

  .top-title>div {
    height: 60px;
  }

  .top-title h1 {
    font-size: max(26px, 3vw);
  }

  .top-title .text {
    font-size: max(13px, 2vw);
    flex: 1;
  }

  .top-title .tab {
    display: none;
  }
}

.hot {
  width: 100%;
  height: auto;
  padding: 5% 10% 5.5208vw;
  line-height: 1;
}

.hot>.text {
  margin: 1em 0 0.5em;
  line-height: 1.5;
}

.hot .box {
  width: 100%;
  position: relative;
}

.hot .btn {
  position: relative;
  width: 2.8vw;
  min-width: 35px;
  height: 2.8vw;
  min-height: 35px;
  background-color: var(--blue);
  border-radius: 50%;
  box-shadow: 0 0 17px 0 rgba(100, 100, 111, 0.2);
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s;
}

.hot .btn.btn-right,
.search-qx .search-qx-main form.hotlist-topform ul li.pos.open .select {
  transform: rotate(180deg);
}

.hot .box .btn,
.hot .btn img {
  position: absolute;
  top: 50%;
}

.hot .btn img {
  left: 50%;
  transform: translate(-60%, -50%);
  object-fit: cover;
  width: 22%;
  filter: brightness(100);
}

.hot .btn.swiper-button-disabled {
  background-color: #fff;
}

.hot .btn.swiper-button-lock {
  display: block;
}

.hot .box .btn.btn-left {
  left: 0;
  transform: translate(-130%, -50%);
}

.hot .box .btn.btn-right {
  right: 0;
  transform: translate(130%, -50%);
}

.hot .box .btn.btn-right img {
  transform: translate(-40%, -50%) rotate(180deg);
}

.hot .box .list {
  width: 100%;
  height: 100%;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  box-sizing: border-box;
}

.hot .box .list .Carousel-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
  padding-top: 1vw;
}

.hot .box .list .item {
  cursor: pointer;
  border: 1px solid #e6e6e6;
  transition: box-shadow 0.3s, transform 0.3s;
  background-color: #fff;
  overflow: hidden;
  display: block;
  margin: 2% auto;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.hot .box .list .item:hover {
  box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.02), 0px 10px 40px rgba(51, 51, 51, 0.1);
  transform: translateY(-8px);
}

.hot .box .list .item .tab {
  box-sizing: border-box;
  font-size: max(16px, 1vw);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 0.5em 0 0.5em 1em;
  background: linear-gradient(90deg, var(--lnk), var(--lnk), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  width: 100%;
  z-index: 1;
}

.subject .right .list-img .item>div>img {
  width: 100%;
  object-fit: cover;
}

.hot .box .list .item,
.hot .box .list .item .image {
  position: relative;
  width: 100%;
  height: auto;
}

.hot .box .list .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hot .box .list .item .image .msg {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: auto;
  bottom: 1.2em;
  left: 1.2em;
  color: #fff;
  font-size: max(12px, 1.35vw);
  font-weight: 700;
  line-height: 1.2;
}

.hot .box .list .item .cont {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  padding: 6% 5%;
}

.hot .box .list .item .cont .title,
.hot-more-title {
  font-size: max(16px, 1.3vw);
  color: var(--graphite);
  font-weight: 700;
}

.hot-more-title {
  font-size: max(22px, 2vw);
  margin-top: 2.5em;
}

.hot .box .list .item .cont .text {
  font-size: max(14px, 0.9vw);
  color: var(--lnk);
  line-height: 1.5;
  margin: 0.7em 0 1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hot .box .list .item .cont .href {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.hot .box .list .item .cont .go {
  /* #region 按钮统一样式 */
  outline: none;
  cursor: pointer;
  color: #fff;
  white-space: nowrap;
  position: relative;
  border-radius: 3em;
  background-color: var(--blue);
  transition: background-color 0.3s, transform 0.3s;
  border: none;
  text-align: center;
  /* #endregion */

  font-size: max(14px, 1vw);
  padding: 0.8em 1em;
  display: inline;
  box-sizing: border-box;
  min-width: 14ch;
}

.hot .box .list .item .cont .go:hover {
  background-color: var(--blue-dark);
}

.hot .box .list .item .cont .go.deep {
  background-color: var(--lnk);
}

.hot-more-title span {
  color: var(--blue);
}

.hot-more {
  width: 100%;
  padding-top: max(25px, 2.7vw) !important;
  overflow: visible !important;
}

.hot-more-list .item {
  position: relative;
  padding-top: max(20px, 1.8vw);
  display: block;
}

.hot-more-list .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 1px;
  transform: translateX(max(7px, 0.55vw));
  border-top: max(1px, 0.08vw) dashed rgba(0, 0, 0, 0.1);
}

.hot-more-list .item:last-child::before {
  width: 96%;
}

.hot-more-list .index {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.55vw;
  min-width: 7px;
  height: 0.55vw;
  min-height: 7px;
  border-radius: 50%;
  padding: max(7px, 0.55vw);
  background-color: rgba(57, 79, 251, 0.2);
  transform: translateY(-50%);
}

.hot-more-list .index div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--blue);
}

.hot-more-list .cont {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.hot-more-list .title {
  color: var(--graphite);
  font-weight: 700;
  font-size: max(16px, 1.3vw);
}

.hot-more-list .text {
  font-size: max(14px, 0.9vw);
  color: var(--lnk);
  line-height: 1.5;
  margin: 0.8em 0 1.2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hot-more-list .image {
  margin-top: auto;
  position: relative;
  overflow: hidden;
}

.hot-more-list .image img {
  display: none;
  width: 100%;
  object-fit: cover;
}

.hot-more-list .image .image-title {
  bottom: 0;
  left: 0;
  font-size: max(14px, 0.9vw);
  color: rgb(57, 79, 251);
  width: 100%;
}

.hot .operate {
  margin-top: max(10px, 2vw);
  display: flex;
  gap: max(10px, 1%);
}

@media screen and (max-width: 1000px) {
  .hot .box .list .item {
    border-radius: 8px;
  }

  .hot .box .list .item .cont {
    justify-content: left;
  }

  .hot .box .list .item .cont .href {
    margin-top: auto;
    gap: 5px;
  }

  .hot .box .list .item .cont .go {
    margin-top: auto;
  }

  .hot .box .list .item .cont .title {
    font-size: max(14px, 1.8vw);
  }

  .hot .box .list .item .cont .go,
  .hot .box .list .item .cont .text {
    font-size: max(12px, 1.4vw);
  }

  .hot .box .btn {
    width: 4.5vw;
    min-width: 30px;
    height: 4.5vw;
    min-height: 30px;
  }

  .hot .box .btn.btn-left {
    left: 0;
    transform: translate(-30%, -50%);
  }

  .hot .box .btn.btn-right {
    right: 0;
    transform: translate(30%, -50%);
  }
}

@media screen and (max-width: 700px) {
  .hot .box .list .Carousel-box {
    grid-template-columns: repeat(2, 1fr);
  }

  .hot .box .list .item .cont .text {
    margin: 0.3em 0 0.4em;
  }

  .hot .box .list .item .image {
    height: auto;
    min-height: 0;
  }

  .hot-more {
    padding-right: 10vw !important;
    box-sizing: border-box;
  }
}

.summary {
  width: 100%;
  height: auto;
  padding: 5.7292vw 10%;
  background-color: var(--white);
}

.summary .title {
  color: var(--graphite);
  font-weight: 700;
}

.summary>.title {
  margin-bottom: 0.5em;
}

.summary .table {
  width: 100%;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #ebebeb;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}

.summary .table.border {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.summary .table .item {
  width: 100%;
  height: 8.0729vw;
  background-color: #fff;
  box-sizing: border-box;
  padding: max(15px, 6%);
  line-height: 1;
  display: flex;
  flex-direction: column;
  min-height: 133px;
  overflow: hidden;
  transition: all 0.5s;
}

.summary .table .item:nth-child(1) {
  border-radius: max(8px, 0.5vw) 0 0;
}

.summary .table .item:nth-child(3) {
  border-radius: 0 max(8px, 0.5vw) 0 0;
}

.summary .table .item:nth-last-child(2) {
  border-radius: 0 0 max(8px, 0.5vw) 0;
}

.summary .table .item:nth-last-child(4) {
  border-radius: 0 0 0 max(8px, 0.5vw);
}

.summary .table .item.empty:last-child {
  display: none;
}

.summary .table .item:hover {
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
  z-index: 1;
}

.summary .table .item .title {
  width: 100%;
  font-size: max(16px, 1.3vw);
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.2;
  text-overflow: ellipsis;
}

.summary .table .item .text {
  width: 100%;
  font-size: max(14px, 0.9vw);
  color: var(--lnk);
  margin-top: 0.5em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.summary .table .item .go {
  margin-top: auto;
  font-size: max(14px, 0.9vw);
  color: var(--blue);
  display: flex;
  align-items: center;
  gap: 10px;
}

.summary .table .item .go span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.summary .table .item .go img {
  height: 0.5em;
  object-fit: cover;
  transition: all 0.5s;
}

.hotlist .upper .right .headline .cont>.text a:hover,
.promotion .serve .right .go:hover,
.summary .table .item:hover .go {
  text-decoration: underline;
}

.promotion .serve .right .go:hover img,
.summary .table .item:hover .go img {
  transform: translateX(100%);
}

@media screen and (max-width: 1000px) {
  .summary .table {
    grid-template-columns: repeat(2, 1fr);
  }

  .summary .table .item.empty:nth-child(9) {
    display: none;
  }

  .summary .table .item {
    min-height: 100px;
    height: 17vw;
    border-radius: 0 !important;
  }

  .summary .table .item:nth-child(1) {
    border-radius: max(8px, 0.5vw) 0 0 !important;
  }

  .summary .table .item:nth-child(2) {
    border-radius: 0 max(8px, 0.5vw) 0 0 !important;
  }

  .summary .table .item:nth-last-child(3) {
    border-radius: 0 0 max(8px, 0.5vw) 0 !important;
  }

  .summary .table .item:nth-last-child(4) {
    border-radius: 0 0 0 max(8px, 0.5vw) !important;
  }

  .summary .table .item .title {
    font-size: max(14px, 2.6vw);
  }

  .summary .table .item .go,
  .summary .table .item .text {
    font-size: max(12px, 2vw);
  }
}

.hotlist #mask.open,
.scholar .gby-text {
  display: block;
}

.scholar .gby-text .mseemore a {
  color: var(--graphite);
}

.promotion {
  width: 100%;
  height: auto;
  padding: 5.7292vw 10% 7.2917vw;
  background-color: #fff;
  line-height: 1;
}

.promotion .title {
  color: var(--graphite);
  font-weight: 700;
}

.promotion>.text {
  margin: 1.2em 0 1.5em;
  line-height: 1.5;
}

.promotion .partner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2%;
}

.promotion .partner li {
  background-color: transparent;
}

.promotion .partner .card {
  width: 100%;
  position: relative;
  background-color: var(--paper);
  display: flex;
  border-radius: 10px;
}

.promotion .partner .card .image {
  position: relative;
  width: 43.3155%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.promotion .partner .card .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.promotion .partner .card .image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(0deg, var(--blue), rgba(255, 255, 255, 0));
}

.promotion .partner .card .info {
  flex: 1;
  padding: 5%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.promotion .partner .card .info .title {
  font-size: max(16px, 1.3vw);
  margin-bottom: 5%;
  line-height: 1.2;
}

.promotion .partner .card .info .text {
  font-size: max(14px, 0.9vw);
  line-height: 1.5;
  flex: 1;
  color: var(--lnk);
  display: flex;
  flex-direction: column;
  gap: 10%;
}

.promotion .partner .card .info .text>ul {
  flex: 1;
  display: flex;
  flex-direction: column;
  line-height: 1.6;
  gap: 10%;
}

.promotion .partner .card .info .text li {
  position: relative;
  list-style: none;
  box-sizing: border-box;
  padding-left: 0.8em;
  width: 100%;
  background-color: transparent;
}

.promotion .partner .card .info .text li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(/images/icon--.png) no-repeat 0 center;
  background-size: 0.4em;
  width: 1.5em;
  height: 1.3em;
}

.promotion .partner .card .info .btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: max(14px, 1vw);
  gap: 1vw;
  margin-top: 5%;
}

.promotion .partner .card .info .btns .btn {
  /* #region 按钮统一样式 */
  outline: none;
  cursor: pointer;
  color: #fff;
  white-space: nowrap;
  position: relative;
  border-radius: 3em;
  background-color: var(--blue);
  transition: background-color 0.3s, transform 0.3s;
  border: none;
  text-align: center;
  /* #endregion */

  flex: 1;
  padding: 1em 0;
  width: 100%;
  box-sizing: border-box;
}

.promotion .partner .card .info .btns .btn:hover {
  background-color: var(--blue-dark);
}

.promotion .partner .card .info .btns .btn:nth-child(2) {
  background-color: var(--graphite);
}

.promotion .partner .card .info .btns .btn:hover {
  transform: translateY(-10%);
}

.promotion .partner .card .info .text>div {
  height: auto;
}

.promotion .partner .card .info .link-list {
  font-size: max(15px, 1vw);
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 0.8em;
}

.promotion .partner .card .info .link-list a {
  white-space: nowrap;
  display: inline-block;
  padding: 0.7em 0.63em 0.7em 0;
  color: var(--lnk);
  position: relative;
  transition: color 0.3s;
}

.promotion .partner .card .info .link-list a:hover {
  color: var(--blue);
}

.promotion .partner .card .info .link-list a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-left: 0.2em;
  filter: brightness(0);
  opacity: 0.6;
  transition: filter 0.3s, opacity 0.3s;
  transform: translateY(-60%) rotate(180deg);
  width: 0.43em;
  height: 0.7em;
  background-image: url("/images/icon-left.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.promotion .partner .card .info .link-list a:hover::after {
  opacity: 1;
  filter: brightness(1);
}

@keyframes move-partner {
  0% {
    transform: translate(0, -60%) rotate(180deg);
  }

  to {
    transform: translate(50%, -60%) rotate(180deg);
  }
}

.promotion .partner .card .info .link-list a:hover::after {
  animation: move-partner 0.5s infinite alternate;
}

.promotion .serve {
  padding: 4%;
  background-color: var(--paper);
  border-radius: 10px;
  margin-top: 2%;
  display: flex;
  gap: 5%;
}

.promotion .serve .left {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.promotion .serve .left .title {
  font-size: max(16px, 1.3vw);
}

.promotion .serve .left .text {
  font-size: max(14px, 0.9vw);
  color: var(--lnk);
  line-height: 1.5;
  margin-top: 1em;
}

.promotion .serve .right {
  flex: 1;
}

.promotion .serve .right .list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3vw;
}

.promotion .serve .right .list:not(:nth-child(1)) {
  margin-top: 4%;
  padding-top: 4%;
  border-top: 1px solid #e4e4e4;
}

.promotion .serve .right .list .item {
  flex: 1;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
}

.promotion .serve .right .list .item:not(:nth-child(4)) {
  border-right: 1px solid #e4e4e4;
}

.promotion .serve .right .list .item .title {
  position: relative;
  font-size: max(14px, 1.1vw);
  white-space: nowrap;
}

.promotion .serve .right .list .item .title::before {
  background: url(/images/icon-agency1.png) no-repeat 100% center;
  background-size: 0.9em;
  width: 0.9em;
  height: 0.9em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-130%, -66%);
}

.promotion .serve .right .go {
  font-size: max(13px, 0.9vw);
  margin-top: 1em;
  color: var(--blue);
  display: flex;
  align-items: center;
  gap: 3%;
}

.promotion .serve .right .go img {
  height: 0.6em;
  object-fit: cover;
  transition: all 0.3s;
}

@media screen and (max-width: 1000px) {
  .promotion .partner .card .info .title {
    font-size: max(16px, 3vw);
  }

  .promotion .partner .card .info .btns,
  .promotion .partner .card .info .text {
    font-size: max(12px, 2.2vw);
    gap: 5%;
  }

  .promotion .partner .card .info .text>div {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .promotion .serve {
    padding: 6%;
    margin-top: 15px;
  }

  .promotion .serve .left .title {
    font-size: max(16px, 3.2vw);
  }

  .promotion>.text {
    font-size: 16px;
  }

  .promotion .serve .right .list {
    padding-left: 1vw;
  }

  .promotion .serve .right .list .item {
    border: 0 !important;
  }

  .promotion .serve .right .list .item .title {
    font-size: max(14px, 2.6vw);
  }

  .promotion .serve .left .text br,
  .promotion .serve .right .go {
    display: none;
  }

  .promotion .serve .right .list .item:nth-child(odd) {
    border-right: 1px solid #e4e4e4;
  }

  .promotion .serve .right .list .item:nth-child(even) {
    border-right: 0;
  }

  .promotion .serve .left .text {
    margin-top: 0.5em;
    font-size: max(14px, 2.2vw);
  }

  .promotion .partner {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .promotion .serve {
    flex-direction: column;
  }

  .promotion .serve .right .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw;
    border: 0 !important;
    margin-top: 4vw !important;
    padding-top: 0 !important;
  }

  .promotion .serve .left {
    width: 100%;
    margin-bottom: 1%;
  }

  .promotion .serve .right {
    width: 100%;
  }

  .promotion .partner .card .info .text>ul {
    gap: 2%;
  }

  .promotion .partner .card .info .link-list {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
  }

  .promotion .partner .card .info .link-list a {
    padding: 0 0.63em 0 0;
  }
}

@media screen and (max-width: 450px) {
  .promotion .partner .card .info {
    padding: 3.5% 2% 3.5% 4%;
  }

  .promotion .partner .card .info .title {
    margin-bottom: 3%;
  }

  .promotion .partner .card .info .title .br {
    display: none;
  }

  .promotion .partner .card .info .btns {
    margin-top: 3%;
  }
}

.inst .left .news-library .nav-library .nav-item.current::before,
.inst .left .news-library .nav-library .nav-item:hover::before,
.interest,
.scholar {
  position: relative;
  width: 100%;
}

.scholar.ash {
  background-color: #f1f1f3;
}

.scholar.deep-ash {
  background-color: #dedede;
}

.scholar.bg-paper {
  background-color: var(--paper);
}

.scholar.bg::before {
  content: "";
  position: absolute;
  right: 0;
  width: 40%;
  aspect-ratio: 724/553;
  bottom: 0;
  background-image: url("/images/keyan-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

.scholar>.title {
  text-align: left;
  font-size: var(--h2-font-size);
  color: var(--graphite);
  font-weight: 700;
  line-height: normal;
}

.scholar>.title span {
  margin-top: 0.3em;
  font-size: 0.7em;
  display: inline-block;
  color: var(--lnk) !important;
}

.scholar>.text {
  text-align: left;
  color: var(--lnk);
  font-size: max(14px, 1.15vw);
}

@media screen and (max-width: 1000px) {
  .scholar>.title {
    font-size: max(24px, 3.2vw);
  }

  .scholar>.text {
    font-size: max(14px, 2.2vw);
  }
}

.interest {
  background-color: var(--paper) !important;
  background-image: url("/images/contact-bg.png");
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: bottom 0 left 0;

  height: auto;
  padding: 115px 10% 113px;
  line-height: 1;
  color: var(--graphite);
  display: flex;
  justify-content: space-between;
  align-items: flex-start !important;
  gap: 10% !important;
}

.interest.ash {
  background-color: #f6f7f9 !important;
}

.interest .title {
  color: var(--graphite);
  font-weight: 700;
}

.interest .left {
  width: 46%;
}

.interest .left .title {
  font-size: max(28px, 1.7708vw);
}

.interest .left .text {
  font-size: 20px;
  line-height: 1.8;
  color: #4a4a4c;
  margin: 1.2em 0 0 !important;
}

.interest .left .text a {
  color: var(--blue);
}

.interest .left h3 {
  line-height: 1.2;
  color: var(--graphite);
  margin-top: 2em;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.interest .left h3 img {
  filter: brightness(0.1);
  width: 1.5em;
  height: auto;
  object-fit: cover;
  margin-right: 0.5em;
}

.interest .left .list-li,
.interest .left .list-link {
  color: var(--graphite);
  position: relative;
  margin: 1em 0 0 41px;
  line-height: 1.4;
  display: block;
}

.interest .left .list-li {
  padding-left: 1em;
  font-size: 17px;
}

.interest .left .list-li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.6em;
  height: 0.1em;
  background-color: var(--graphite);
}

.interest .left .list-link {
  font-size: 20px;
  color: var(--blue);
  text-decoration: dashed;
}

.interest .right {
  width: 44% !important;
  padding: 0;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  box-shadow: 0 0 3vw rgba(1, 1, 1, 0.1);
  background-color: #fff;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.interest .right iframe {
  height: 840px;
}

@media screen and (max-width: 1000px) {
  .interest {
    flex-direction: column;
  }

  .interest .left,
  .interest .right {
    width: 100%;
  }

  .interest .right {
    margin: 20px 0 0;
  }

  .interest .left .title {
    font-size: max(28px, 1.7708vw);
  }

  .interest .left .text {
    font-size: 20px;
  }

  .interest .left h3 {
    font-size: 16px;
    margin-top: 20px;
  }

  .interest .left .list-li {
    margin-top: 5px;
    font-size: 14px;
  }

  .interest .left .list-link {
    margin-top: 5px;
    font-size: 13px;
  }
}

.inst {
  position: relative;
  width: 100%;
  height: auto;
  padding: 5% 10%;
  box-sizing: border-box;
  gap: 0 5%;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
}

.inst.bg-paper {
  background-color: var(--paper);
}

.inst>.title {
  line-height: 1.2;
  text-align: left;
  margin-right: auto;
  font-size: var(--h2-font-size);
  color: var(--graphite);
  font-weight: 700;
}

.inst>.title span {
  font-size: 0.7em;
  display: inline-block;
  color: var(--lnk) !important;
}

.inst>.text {
  color: var(--lnk);
  text-align: left;
  font-size: max(14px, 1.15vw);
  margin: 1em 0 0.5em;
  margin-right: auto;
  line-height: 1.5;
}

.inst:not(.interest) .left {
  width: 40%;
  height: auto;
}

.inst:not(.interest) .right {
  width: 55%;
  height: auto;
}

.inst:not(.interest) .right>.title {
  width: 100%;
  padding: 1.3em 0 0;
  font-size: max(17px, 1.25vw);
}

.inst:not(.interest) .right>.title .en {
  font-size: 0.9em;
  color: var(--lnk);
}

.library .left>.title span,
.library .right>.title .en {
  color: var(--lvory) !important;
}

.inst:nth-child(odd) {
  background-color: #f1f1f1;
}

.inst.library {
  background: url(/images/bg-library.png) no-repeat center center;
  background-size: cover;
  color: #fff;
}

.inst.library .left>.solve-box .solve-list .solve-item .text,
.inst.library .left>.text,
.inst.library .title {
  color: #fff;
}

.inst.library .solve-box .solve-title .en {
  color: rgba(255, 255, 255, 0.7) !important;
}

.inst.library .title>span {
  color: var(--white);
}

.inst .title {
  color: var(--graphite);
  font-weight: 700;
}

.inst .inst-top {
  width: 100%;
}

.inst .left .go {
  /* #region 按钮统一样式 */
  outline: none;
  cursor: pointer;
  color: #fff;
  white-space: nowrap;
  position: relative;
  border-radius: 3em;
  background-color: var(--blue);
  transition: background-color 0.3s, transform 0.3s;
  border: none;
  text-align: center;
  /* #endregion */

  font-size: max(16px, 1.35vw);
  padding: 0.6em 1.5em;
  width: auto;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 1.5em;
}

.inst .left .go:hover {
  background-color: var(--blue-dark);
}

.inst .left .go:hover {
  transform: translateY(-5px);
}

.inst .inst-top>.title,
.inst .left>.title {
  font-size: var(--h2-font-size);
}

.inst .left.small>.title {
  font-size: max(16px, 1.3vw);
}

.inst .inst-top>.title>span,
.inst .left>.title>span {
  font-size: 0.7em;
  display: inline-block;
  color: var(--lnk);
}

.inst .inst-top.small>.title>span,
.inst .left.small>.title>span {
  font-size: 0.9em;
}

.inst .left>.title>div {
  color: var(--primary);
  display: inline-block;
}

.inst .inst-top>.text,
.inst .left>.text {
  font-size: max(15px, 1.15vw);
  margin: 1em 0 1.3em;
  color: var(--lnk);
  line-height: 1.5;
}

.inst .left.small>.text {
  font-size: max(14px, 0.9vw);
  line-height: 1.8;
}

.inst .left.small {
  padding-left: max(3vw, 20px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inst .left>ul.text li {
  position: relative;
  list-style: none;
  background: url(/images/opcon-check-orange.png) no-repeat 0 center;
  background-size: 0.8em;
  padding: 0.3em 0 0.3em 1.1em;
}

.inst .left .news-library {
  width: 100%;
  margin-top: 4%;
}

.inst .left .news-library .nav-library {
  display: flex;
  gap: 7%;
  width: 100%;
  position: relative;
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}

.inst .left .news-library .nav-librar::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
}

.inst .left .news-library .nav-library::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.inst .left .news-library .nav-library .nav-item {
  position: relative;
  font-size: max(16px, 1.3vw);
  padding: 2% 0;
  cursor: pointer;
  font-weight: 700;
  transition: all 0.3s;
}

.inst .left .news-library .nav-library .nav-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background-color: var(--primary);
  transition: all 0.3s;
  transform: translateY(50%);
}

.inst .left .news-library .nav-library .nav-item.current,
.inst .left .news-library .nav-library .nav-item:hover,
.inst .solve-box .solve-title>span {
  color: var(--primary);
}

.inst .left .news-library .list-library {
  width: 100%;
  padding: 2% 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 6%;
}

.inst .left .news-library .list-library ul {
  width: 100%;
  display: none;
  grid-template-columns: repeat(1, 1fr);
  gap: 0 3%;
}

.inst .left .news-library .list-library ul.active {
  display: grid;
}

.inst .left .news-library .list-library ul:nth-child(2) {
  grid-template-columns: repeat(1, 1fr);
}

.inst .left .news-library .list-library ul .news-item {
  width: 100%;
  list-style: none;
  position: relative;
  padding: 2.5% 0 2.5% 0.6em;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.inst .left .news-library .list-library ul:nth-child(2) .news-item {
  padding: 2% 0 2% 0.6em;
}

.inst .left .news-library .list-library ul .news-item a:hover span {
  color: var(--primary) !important;
}

.inst .left .news-library .list-library ul .news-item::before {
  content: "";
  position: absolute;
  width: 0.3em;
  height: 0.3em;
  background-color: var(--primary);
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.inst .left .news-library .list-library ul .news-item a {
  display: flex;
  align-items: flex-start;
  font-size: max(16px, 1.3vw);
  white-space: nowrap;
  width: 100%;
}

.inst .left .news-library .list-library ul .news-item a span {
  transition: all 0.3s;
  margin-right: 0.4em;
}

.inst .left .news-library .list-library ul .news-item a img {
  height: 0.5em;
  object-fit: cover;
  filter: brightness(1000);
}

@media screen and (max-width: 1000px) {
  .inst {
    padding: 10% 5%;
    flex-direction: column;
  }

  .inst .left,
  .inst .right {
    width: 100% !important;
    height: auto;
  }

  .inst .right.dislocation {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .inst .left>.title {
    font-size: max(26px, 3vw);
  }

  .inst .left .news-library .nav-library {
    overflow: auto;
    white-space: nowrap;
    justify-content: space-evenly;
  }

  .inst .left>.text {
    font-size: max(13px, 2vw);
  }

  .inst .left .news-library .nav-library .nav-item {
    font-size: max(18px, 2.2vw);
  }

  .inst .left .news-library .list-library ul .news-item a {
    font-size: max(11px, 1.6vw);
  }

  .inst .left.small>.text {
    margin-top: 0.4em;
    line-height: 1.5;
  }
}

@media screen and (max-width: 600px) {
  .inst .left .news-library .list-library ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 400px) {
  .inst .left .news-library .list-library ul .news-item a {
    font-size: 13px;
  }
}

.inst .solve-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.inst .solve-box .solve-title {
  font-size: max(17px, 1.25vw);
  margin-bottom: 0.6em;
  font-weight: 700;
}

.inst .solve-box .solve-title .en {
  font-size: 0.9em;
  color: var(--lnk) !important;
}

.inst .solve-box .solve-list {
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  margin-bottom: 4%;
}

.inst .solve-box .solve-list .solve-item {
  flex: 1;
  padding: 2.5% 0;
  position: relative;
  display: block;
  overflow: hidden;
}

.inst .solve-box .solve-list.list-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.inst .solve-box .solve-list .solve-item.last {
  padding-left: 5%;
  padding-right: 4%;
  flex: 0.8;
  display: flex;
}

.inst .solve-box .solve-list .solve-item.last::before {
  content: none;
}

.inst .solve-box .solve-list .solve-item>div {
  padding: 0 10%;
  width: 100%;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  box-sizing: border-box;
}

.inst.library .solve-box .solve-list {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.inst.library .solve-box .solve-list .solve-item>div {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.inst .solve-box .solve-list .solve-item:nth-child(1)>div {
  border: 0;
}

.inst .solve-box .solve-list.list-2 .solve-item:not(:nth-child(1), :nth-child(2)):after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  height: 1px;
  background-color: rgba(196, 196, 196, 0.3);
}

.inst .solve-box .solve-list.list-2 .solve-item>div {
  padding: 2.5% 5%;
  border-left: 1px solid rgba(196, 196, 196, 0.3);
}

.inst .solve-box .solve-list.list-2 .solve-item:nth-child(1),
.inst .solve-box .solve-list.list-2 .solve-item:nth-child(2) {
  border-top: 0;
}

.inst .solve-box .solve-list.list-2 .solve-item:nth-child(odd)>div {
  border-left: 0;
}

.inst .solve-box .solve-list .solve-item::before {
  content: "";
  position: absolute;
  left: 10%;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: var(--primary);
  transition: all 0.5s;
}

.inst .solve-box .solve-list .solve-item:hover::before {
  width: 80%;
}

.inst .solve-box .solve-list .solve-item .title {
  color: var(--primary);
  font-size: 20px;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
}

.inst .solve-box .solve-list .solve-item .title img {
  max-width: 100%;
  object-fit: cover;
  height: max(30px, 1.7vw);
}

.inst .solve-box .solve-list .solve-item .title>div,
.subject .right .box .card>div .title>span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inst .solve-box .solve-list .solve-item .title>span {
  font-size: 0.4em;
}

.inst .solve-box .solve-list .solve-item .text {
  color: var(--lnk);
  font-size: max(12px, 0.8vw);
  line-height: 1.5;
  margin-top: 0.5em;
}

.inst .right .solve-box .go {
  padding: 0;
  flex: 1;
  height: 2em;
  line-height: 2em;
  margin: auto 0;
}

.inst .solve-box .go:hover {
  transform: translateY(-5px);
}

@media screen and (max-width: 1000px) {
  .inst {
    grid-template-columns: 100%;
    gap: 2vw;
  }

  .inst .solve-box .go {
    margin: 1em 0 0;
    width: 100%;
    font-size: max(15px, 2.2vw);
  }

  .inst-2 .solve-box .go {
    margin-top: 15px;
  }

  .inst .solve-box .solve-list {
    margin-bottom: 3%;
  }

  .inst .solve-box .solve-title {
    font-size: max(16px, 2.2vw);
  }
}

@media screen and (max-width: 630px) {
  .inst .solve-box .solve-list {
    flex-direction: column;
  }

  .inst.library .left>.solve-box .solve-list .solve-item>div {
    border: 0;
  }

  .inst .solve-box .solve-list .solve-item>div {
    border-left: 0;
    padding: 0 5%;
  }
}

.subject {
  padding-top: 3%;
}

.subject .right .list-img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2%;
}

.subject .right .list-img .item {
  flex: 1;
  transition: all 0.5s;
  display: block;
  border-radius: 0.5vw;
  overflow: hidden;
}

.subject .right .list-img .item.merge2 {
  grid-column: span 2;
}

.subject .right .box .card:hover,
.subject .right .list-img .item:hover {
  transform: translateY(-5%);
}

.inst-2 .right {
  position: relative;
  width: 100%;
  height: auto;
}

.inst .card-list {
  width: 100%;
  font-size: max(17px, 1.25vw);
  margin: 2.5em 0 0;
  display: flex;
  gap: 10px;
}

.inst .card-list .mak-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 80%;
  background: linear-gradient(0deg, rgb(0, 0, 0), rgba(255, 255, 255, 0)) !important;
}

.inst .card-list .mak-card.center {
  max-width: 68%;
}

.subject .right .list-img .item>div {
  position: relative;
  width: 100%;
  height: 100%;
}

.subject .right .list-img .item>div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(0deg, var(--primary), rgba(255, 255, 255, 0));
  z-index: 1;
}

.subject .right .list-img .item>div .title {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  font-size: var(--font-size-base);
  color: #fff;
  line-height: 1.2;
  z-index: 2;
  padding: 8%;
  display: flex;
  align-items: flex-end;
}

.inst-2 .writing .buttom .cont li a,
.subject .right .box .card,
.subject .right .list-img .item>div .title div {
  display: flex;
  align-items: center;
}

.inst-2 .writing .buttom .cont li a {
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 0.4em 0.3em;
  min-height: 1.8em;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.subject .right .box .card>div .text img,
.subject .right .list-img .item>div .title img {
  object-fit: cover;
  margin-left: 0.2em;
  padding-bottom: 0.2em;
}

.subject .right .list-img .item>div .title img {
  height: 0.8em;
}

.subject .right .list-img .item:hover>div .title img {
  animation: move 0.5s infinite alternate;
}

.subject .right .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2%;
  margin-top: 2%;
}

.subject .right .box .card {
  background-color: #f5f5f5;
  width: 100%;
  border-radius: 0.5vw;
  padding: 8% 7%;
  position: relative;
  box-sizing: border-box;
  justify-content: space-between;
  overflow: hidden;
  transition: all 0.5s;
}

.subject .right .box .card>div {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  overflow: hidden;
  flex: 1;
}

.subject .right .box .card .icon {
  margin-left: auto;
  width: auto;
  height: 1.8em;
  object-fit: cover;
}

.subject .right .box .card>div .title {
  font-size: var(--font-size-base);
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
}

.subject .right .box .card:hover>div .text,
.subject .right .box .card>div .title>span {
  color: var(--primary);
}

.subject .right .box .card>div .text {
  padding-top: 0.4em;
  line-height: 1.2;
  max-width: 100%;
  font-size: max(14px, 0.9vw);
  color: #737375;
}

.subject .right .box .card:hover>div .text img {
  transform: translateX(0.4em);
  filter: invert(59%) sepia(88%) saturate(3520%) hue-rotate(353deg) brightness(97%) contrast(94%);
}

.subject .right .box .card>div .text span {
  flex: 1;
  transition: all 0.5s;
}

.subject .right .box .card>div .text img {
  width: 0.4em;
  padding-right: 0.4em;
  height: auto;
  transition: all 0.5s;
  display: inline-block;
}

@media screen and (max-width: 1000px) {
  .subject {
    padding-top: 5% !important;
  }

  .subject .right .box .card {
    height: 13.2vw;
    border-radius: 1vw;
  }

  .subject .right .list-img .item>div {
    border-radius: 1vw;
  }

  .subject .right .list-img .item>div .title {
    font-size: 2.8vw;
  }

  .subject .right .box .card>div .title {
    font-size: max(14px, 2vw);
  }

  .inst .card-list {
    margin-top: 1em;
    flex-direction: column;
  }

  .inst .card-list .mak-card.center {
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .subject .right .box {
    gap: 10px;
  }

  .subject .right .box .card>div {
    flex-direction: row;
    align-items: center;
  }

  .subject .right .box .card>div .title {
    display: flex;
    justify-content: center;
    line-height: 1.2;
  }

  .subject .right .box .card>div .text {
    display: none;
  }

  .subject .right .box .card>img {
    height: 60%;
  }

  .subject .right .box .card {
    height: 13vw;
    min-height: 60px;
    padding: max(15px, 6%) max(15px, 8%);
  }
}

@media screen and (max-width: 670px) {
  .subject .right .list-img {
    gap: 10px;
  }
}

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

  .subject .right .box .card,
  .subject .right .list-img .item>div {
    border-radius: 5px;
  }
}

.inst-2 {
  align-items: stretch;
  flex-wrap: wrap;
}

.inst-2 .link1 {
  position: relative;
  padding-top: 0.5em;
  line-height: 1.2;
  max-width: 100%;
  padding-right: 0.7em;
  font-size: max(14px, 0.9vw);
  color: var(--mak-card-color);
  display: inline-flex;
  align-items: center;
  transition: color 0.3s;
  margin-right: 1em;
}

.inst-2 .link1::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.175em);
  right: 0;
  width: 0.35em;
  height: 0.8em;
  object-fit: cover;
  filter: brightness(3);
  transition: all 0.5s;
  background-image: url(https://eci.elsevier.cn/images/yx-pagearr.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.inst-2 .link1:hover::after {
  animation: 0.5s ease 0s infinite alternate none running move;
}

.inst-3 .solve-box .solve-title,
.inst-2 .solve-box .solve-title {
  margin: 0.5em 0 1em;
}

.inst-2 .left>.text,
.inst-2 .solve-box .solve-list {
  margin-bottom: 0;
}

.inst-2 .writing {
  width: 100%;
  margin: 4vw 0;
  background-color: #f6f6f6;
  border-radius: 12px;
  display: flex;
}

.inst-2 .writing:last-child {
  margin-bottom: 0;
}

.inst-2 .writing.gradient {
  background: linear-gradient(90deg, #f6f6f6, #f6f6f6, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

.inst-2.bg-paper .writing.gradient {
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 9), rgba(255, 255, 255, 8), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

.inst-2 .writing.minpadd {
  margin: 2vw 0;
}

.inst-2 .writing.center {
  align-items: center;
}

.inst-2 .writing.nobg {
  background: none !important;
}

.inst-2 .writing .writing-left {
  box-sizing: border-box;
  padding: max(3vw, 20px);
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.inst-2 .writing .writing-right {
  padding-left: 3%;
  width: 100%;
}

.inst-2 .writing .writing-right.imgbox {
  width: 32%;
  height: auto;
  padding-left: 0;
}

.inst-2 .writing .writing-right.imgbox>img {
  width: 100%;
  aspect-ratio: 444/414;
  object-fit: cover;
  border-radius: 15px;
}

.inst-2 .writing .writing-right.img-group {
  width: 48%;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1vw;
}

.inst-2 .writing .writing-right.correlation-box {
  width: 48%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.inst-2 .writing .writing-right.text-box {
  width: 48%;
}

.inst-2 .writing .buttom {
  font-size: max(14px, 1.15vw);
  width: 100%;
  margin-top: max(15px, 3%);
}

.inst-2 .writing .buttom .title {
  display: flex;
  align-items: center;
  gap: max(10px, 0.5vw);
  margin: 20px 0;
  white-space: nowrap;
  margin-right: 1vw;
}

.inst-2 .writing .buttom .title .hr {
  flex: 1;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

.inst-2 .writing .buttom .title img {
  height: 1.2em;
  object-fit: cover;
}

.inst-2 .writing .buttom .title div {
  line-height: 1.5;
}

.inst-2 .writing .buttom .title div.msg {
  color: var(--lnk);
  font-weight: 400;
  font-size: 0.8em;
}

.inst-2 .writing .buttom .cont {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: max(10px, 0.3vw);
}

.inst-2 .writing .buttom .cont.imgbox {
  display: flex;
  flex-wrap: wrap;
  gap: max(10px, 0.5vw);
}

.inst-2 .writing .buttom .cont li {
  list-style: none;
}

.inst-2 .writing .buttom .cont.imgbox li {
  max-width: 18%;
  aspect-ratio: 178/58;
  min-width: 110px;
  background-color: #f9f9f9;
  border-radius: 8px;
}

.inst-2 .writing .buttom .cont li img {
  max-height: 1.3em;
  max-width: 100%;
  object-fit: cover;
  mix-blend-mode: darken;
}

.inst-2 .writing .buttom .cont.imgbox li img {
  width: 100%;
  height: 100%;
  max-height: none;
}

.inst-2 .writing .buttom .cont li .text {
  color: var(--lnk);
  font-size: 14px;
  margin-left: 10px;
}

.inst-2 .writing .list {
  flex: 1;
  overflow: hidden;
}

.inst-2 .writing .img.box-video {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #202022;
}

.inst-2 .writing .img:not(.box-video):before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, var(--primary), rgba(255, 255, 255, 0));
  z-index: 1;
}

.inst-2 .writing .img .cont {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 6%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.inst-2 .writing .img .cont .title {
  margin-top: auto;
  color: #fff;
  font-size: max(15px, 1.15vw);
  z-index: 1;
}

.inst-2 .writing .img .cont .text {
  max-width: 62%;
  line-height: 1.2;
  color: var(--white);
  font-size: max(14px, 0.9vw);
  margin: 0.7em 0 auto;
  display: flex;
}

.inst-2 .writing .img .cont .go {
  /* #region 按钮统一样式 */
  outline: none;
  cursor: pointer;
  color: #fff;
  white-space: nowrap;
  position: relative;
  border-radius: 3em;
  background-color: var(--blue);
  transition: background-color 0.3s, transform 0.3s;
  border: none;
  text-align: center;
  /* #endregion */

  position: absolute;
  top: 50%;
  right: 6%;
  transform: translate(0, -50%);
  font-size: max(14px, 0.9vw);
  line-height: 1;
  padding: 0.5em 1em;
}

.inst-2 .writing .img .cont .go:hover {
  background-color: var(--blue-dark);
}

.inst-2 .writing .img .cover {
  position: relative;
  width: 100%;
  height: auto;
}

.inst-2 .writing .img .cover .bg {
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 666/400;
  object-fit: cover;
}

.character__card-tag div,
.inst-2 .writing.writing .list>.go a,
.inst-2 .writing.writing .list>.title,
.mak-card.card .title>span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inst-2 .writing.writing .list>.title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  line-height: 1.2;
  font-size: max(16px, 1.3vw);
  font-weight: 700;
  color: var(--primary);
  width: 100%;
  padding-bottom: 0.5em;
}

.inst-2 .writing.writing .list>.text {
  font-size: max(14px, 0.9vw);
  color: var(--lnk);
  line-height: 1.8;
  margin: 0 0 1.5em;
  word-break: break-all;
}

.inst-2 .writing.writing .list>.go {
  font-size: 14px;
  display: flex;
  align-items: flex-start;
}

.inst-2 .writing.writing .list>.go span {
  color: var(--primary);
  width: auto;
  white-space: nowrap;
}

.inst-2 .writing.writing .list>.go a {
  width: auto;
  color: var(--blue);
}

.inst-2 .writing.writing .list>.go a img {
  height: 0.5em;
  width: auto;
  object-fit: cover;
}

.inst-2 .writing.writing .list>.title .en {
  font-size: 0.9em;
  color: var(--lnk) !important;
  font-weight: 700;
}

.inst-2 .accordion {
  font-size: max(15px, 1.15vw);
  display: flex;
  gap: 10px;
}

.inst-2 .accordion-card {
  cursor: pointer;
  width: 16.72%;
  transition: width 0.3s, height 0.3s;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.inst-2 .accordion-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, var(--primary), rgba(255, 255, 255, 0));
  z-index: 3;
  transition: opacity 0.3s;
}

.inst-2 .accordion-card .bg {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s;
  top: 0;
  left: 0;
  /* width: 100%; */
  height: 100%;
  object-fit: cover;
}

.inst-2 .accordion-card .bg.show,
.inst-2 .accordion-card.active .bg.hide {
  position: absolute;
  transform: scale(4);
  width: 100%;
  opacity: 0;
}

.inst-2 .accordion-card .cont {
  box-sizing: border-box;
  padding: 1.1em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.inst-2 .accordion-card .cont .title {
  position: relative;
  transition: color 0.3s;
  line-height: 1.2;
  color: #fff;
}

.inst-2 .accordion-card .cont .title .icon {
  transition: transform 0.3s;
  position: absolute;
  right: 0;
  bottom: 0.3em;
  height: 0.6em;
}

.inst-2 .accordion-card.active .cont .title .icon {
  display: none;
  /* filter: invert(59%) sepia(88%) saturate(3520%) hue-rotate(353deg) brightness(97%) contrast(94%);
  transform: rotate(180deg); */
}

.inst-2 .accordion-card .cont .text {
  margin-top: 0.5em;
  color: var(--lnk);
  font-size: max(14px, 0.9vw);
  line-height: 1.8;
  display: none;
  width: 75%;
}

.inst-2 .accordion-card.active {
  width: 46.71%;
}

.inst-2 .accordion-card.active::before {
  opacity: 0;
}

.inst-2 .accordion-card.active .cont .title {
  display: flex;
  color: var(--primary);
}

.inst-2 .accordion-card.active .cont .text {
  display: block;
}

.inst-2 .accordion-card .cont .more {
  font-size: 0.8em;
  margin-top: 1em;
  display: none;
  align-items: center;
  transition: color 0.3s;
  display: none;
}

.inst-2 .accordion-card.active .cont .more {
  display: flex;
}

.inst-2 .accordion-card .cont .more img {
  height: 0.7em;
  margin-left: 0.3em;
  transition: transform 0.3s;
}

.inst-2 .accordion-card .cont .more:hover {
  color: var(--primary);
}

.inst-2 .accordion-card .cont .more:hover img {
  filter: invert(59%) sepia(88%) saturate(3520%) hue-rotate(353deg) brightness(97%) contrast(94%);
  transform: translateX(50%);
}

.inst-2 .accordion-card.active .bg.show {
  transform: scale(1);
  position: relative;
  opacity: 1;
}

.inst-2 .accordion-card .bg.min {
  display: none;
}

@media screen and (max-width: 1500px) {
  .inst-2 .writing.writing .list>.title {
    margin: 0;
  }
}

@media screen and (max-width: 1350px) {
  .inst-2 .writing .buttom .cont {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 1000px) {
  .inst-2 .left {
    margin: 0;
  }

  .inst-2 .writing {
    margin: 30px 0;
    display: block;
  }

  .inst-2 .writing.reverse {
    display: flex;
    flex-direction: column-reverse;
    gap: 12px;
  }

  .inst-2 .writing.gradient {
    background: linear-gradient(180deg, #f6f6f6, #f6f6f6, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  }

  .inst-2 .writing .writing-left {
    max-width: 100%;
    width: 100% !important;
  }

  .inst-2 .writing .writing-right {
    width: 100% !important;
    padding-left: 0;
  }

  .inst-2 .writing .writing-right.img-group {
    grid-template-columns: repeat(1, 1fr);
    gap: 7px;
  }

  .inst-2 .writing .writing-right.img-group .mak-card {
    height: 27vw;
  }

  .inst-2 .writing .buttom {
    gap: 1vw 2vw;
  }

  .inst-2 .writing .buttom .cont {
    grid-template-columns: repeat(2, 1fr);
  }

  .inst-2 .writing .buttom .cont li img {
    max-height: 2.2em;
  }

  .inst-2 .writing .img,
  .inst-2 .writing .writing-right.imgbox>img {
    display: none;
  }

  .inst-2 .right .nav>div {
    overflow: auto;
    flex-wrap: nowrap;
  }

  .inst-2 .right .nav .item {
    font-size: max(16px, 2.4vw);
    white-space: nowrap;
  }

  .inst-2 .writing.writing .list>.title {
    font-size: max(16px, 2vw);
  }

  .inst-2 .writing.writing .list>.go,
  .inst-2 .writing.writing .list>.text {
    font-size: max(14px, 1.6vw);
  }

  .inst-2 .writing.writing .list>.text {
    line-height: 1.5;
    margin-bottom: 0;
  }

  .inst-2 .accordion {
    margin-top: 0.6em;
    flex-direction: column;
    height: 100vw;
  }

  .inst-2 .accordion-card {
    border-radius: 6px;
    width: 100%;
    height: 10%;
    min-height: 55px;
  }

  .inst-2 .accordion-card.active {
    width: 100%;
    height: 42%;
    flex: 1;
  }

  .inst-2 .accordion-card::before {
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, var(--primary), rgba(255, 255, 255, 0));
  }

  .inst-2 .accordion-card .bg {
    width: 100%;
    /* height: ; */
    object-fit: cover;
  }

  .inst-2 .accordion-card.active .bg.show {
    width: 115%;
    height: 115%;
  }

  .inst-2 .accordion-card .bg.hide {
    display: none;
  }

  .inst-2 .accordion-card .bg.min {
    display: block;
  }

  .inst-2 .accordion-card .cont {
    padding: 1.5em 1.2em;
  }

  .inst-2 .accordion-card:not(.active) .cont {
    padding: 0 1.2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
  }

  .inst-2 .accordion-card .cont .title {
    display: flex;
  }

  .inst-2 .accordion-card .cont .title .icon {
    transform: rotate(90deg);
  }

  .inst-2 .accordion-card.active .cont .title .icon {
    transform: rotate(270deg);
  }

  .inst-2 .accordion-card .cont .text {
    line-height: 1.5;
  }
}

@media screen and (max-width: 550px) {
  .inst-2 .writing {
    flex-direction: column;
    gap: 20px;
  }

  .inst-2 .writing.maximized .buttom .cont {
    grid-template-columns: repeat(1, 1fr);
  }

  .inst-2 .writing .img,
  .inst-2 .writing .list {
    width: 100%;
    min-width: 0;
  }

  .inst-2 .writing.writing .list>.title {
    margin: 0;
  }
}

@media screen and (max-width: 475px) {
  .inst-2 .writing .buttom {
    flex-direction: column;
  }

  .inst-2 .writing .buttom .cont li img {
    max-height: 1.6em;
  }

  .inst-2 .writing .buttom .cont.imgbox li {
    width: 100%;
    max-width: 100%;
  }

  .inst-2 .writing .buttom .cont.imgbox {
    display: grid;
  }

  .inst-2 .writing .buttom .cont.child {
    grid-template-columns: repeat(1, 1fr);
  }
}

.dislocation {
  font-size: max(17px, 1.25vw);
  margin-bottom: auto;
  margin-top: 2.5em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1vw !important;
  position: relative;
}

.dislocation.nopad {
  padding: 0 !important;
  margin: 0;
}

.dislocation .mak-card:nth-child(2),
.dislocation .mak-card:nth-child(4) {
  margin-top: 1.5em;
}

.dislocation .mak-card:nth-child(3) {
  margin-top: -1.5em;
}

.dislocation .mak-card::before {
  width: 100% !important;
  height: 80% !important;
}

.dislocation .mak-card:nth-child(odd)::before {
  background: linear-gradient(var(--gra-angle), var(--primary), rgb(var(--primary-rgb), 0.9), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) !important;
}

.dislocation .mak-card:nth-child(even)::before {
  background: linear-gradient(var(--gra-angle), rgb(99, 99, 99), rgb(99, 99, 99), rgba(99, 99, 99, 0.9), rgba(99, 99, 99, 0.8), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) !important;
}

.dislocation .mak-card .cont .link {
  color: rgba(255, 255, 255, 0.6) !important;
}

.dislocation .mak-card .cont .link::after {
  transform: none !important;
  filter: brightness(10) !important;
  opacity: 0.6;
}

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

  .correlation,
  .dislocation {
    gap: 7px !important;
  }

  .dislocation .mak-card {
    margin-top: 0 !important;
  }
}

.library .right {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1vw;
}

.correlation {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1vw;
}

.correlation.bottom {
  padding-top: 12px;
  grid-template-columns: repeat(3, 1fr);
  /* display: flex; */
  flex: auto;
  width: 100%;
}

.correlation.flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex: auto;
  padding: 0 !important;
}

.correlation.flex+.correlation.flex {
  margin-top: 1vw;
}

@media screen and (min-width: 1000px) {
  .correlation .mak-card.gra-black::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(255, 255, 255, 0));
  }
}

.mak-card {
  display: block;
  font-size: var(--font-size-base);
  border-radius: 0.45em;
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
  box-sizing: border-box;
  line-height: 1.2;
  flex: 1;
  --gra-angle: 90deg;
  background-color: #4f4f4f;
  --mak-card-color: #fff;
}

.mak-card.light {
  background-color: #f5f5f7;
  --mak-card-color: var(--graphite);
}

.mak-card>img {
  position: relative;
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mak-card .cont {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: min(1.5em, 8%);
  z-index: 3;
  color: var(--mak-card-color);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: baseline;
  box-sizing: border-box;
}

.mak-card .cont.row-center {
  justify-content: center;
}

.mak-card .cont .tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 0.6em;
  color: #fff;
  padding: 0.4em 0.7em 0.3em;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0 0 0.5vw 0;
}

.mak-card .cont .title {
  color: var(--mak-card-color);
  width: 100%;
  font-weight: bold;
}

.mak-card .cont .en {
  width: 100%;
  margin-top: 0.3em;
  font-size: max(12px, 0.7em);
  font-weight: 400;
  color: var(--mak-card-color) !important;
}

.mak-card .cont .en.big {
  font-size: 1em;
}

.mak-card .cont .en.grey {
  color: rgba(255, 255, 255, 0.6) !important;
}

.mak-card .cont .en.hr {
  padding-bottom: 0.4em;
  margin-bottom: 0.7em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.mak-card .cont .text {
  max-width: 100%;
  font-size: max(12px, 0.7em);
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.2em;
  line-height: 1.3;
}

.mak-card .cont .link {
  position: relative;
  padding-top: 0.5em;
  line-height: 1.2;
  max-width: 100%;
  padding-right: 0.7em;
  font-size: max(14px, 0.9vw);
  color: var(--mak-card-color);
  display: inline-flex;
  align-items: center;
  transition: color 0.3s;
}

.mak-card .cont .link.active {
  color: var(--white);
}

.mak-card .cont .link span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mak-card .cont .link::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.175em);
  right: 0;
  width: 0.35em;
  height: 0.8em;
  object-fit: cover;
  filter: brightness(3);
  transition: all 0.5s;
  background-image: url("/images/yx-pagearr.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mak-card:hover {
  transform: translateY(-5px);
}

.mak-card:hover .cont .link {
  text-decoration: underline;
}

.mak-card:hover .cont .link::after {
  animation: 0.5s ease 0s infinite alternate none running move;
}

.mak-card.gra-orange::before,
.mak-card.gra-black::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.mak-card.gra-orange::before {
  background: linear-gradient(var(--gra-angle), var(--primary), rgb(var(--primary-rgb), 0.8), rgb(var(--primary-rgb), 0.6), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

.mak-card.angle-bottom {
  --gra-angle: 0deg;
}

.mak-card.angle-bottom::before {
  width: 100%;
  height: 90%;
  top: auto;
  bottom: 0;
}

.mak-card.gra-black::before {
  background: linear-gradient(var(--gra-angle), black, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

.mak-card.cooperate.deep:before {
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(255, 255, 255, 0));
}

.mak-card .cont .link.grey {
  --mak-card-color: rgb(255 255 255/ 80%);
}

.mak-card.card {
  display: flex;
  align-items: center;
  overflow: hidden;
  flex: 1;
  width: 100%;
}

.mak-card.card .icon {
  margin-left: auto;
  width: auto;
  height: 2.8em;
  object-fit: cover;
}

.mak-card.card .icon.big {
  height: 2.8em;
  padding-right: max(5%, 0.8em);
}

.mak-card.card .cont {
  position: relative;
  inset: auto;
  transform: none;
  width: 100%;
  padding: min(8%, 2em) max(5%, 0.8em);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mak-card.card .cont .title {
  display: flex;
  align-items: center;
}

.mak-card.card .en {
  font-weight: normal;
  margin-top: 0.5em;
  font-size: 0.9em;
  opacity: 0.6;
  color: var(--mak-card-color);
}

.mak-card.deep .cont .title {
  --mak-card-color: var(--graphite)
}

.mak-card.deep .cont .text {
  color: var(--lnk);
}

@media screen and (max-width: 1000px) {
  .mak-card {
    border-radius: 8px;
  }

  .mak-card:hover {
    transform: none;
  }

  /* 移动端占满整行 */
  .mak-card.min-col {
    width: 100%;
    flex: auto;
    height: 27vw;
    --gra-angle: 90deg;
  }

  .mak-card.min-col .cont {
    justify-content: center !important;
  }

  .mak-card.min-col::before {
    width: 90% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    bottom: auto;
  }
}

@media screen and (max-width: 1000px) {
  .correlation {
    width: 100%;
    flex: auto;
    gap: 7px;
    padding-top: 20px;
  }

  .correlation.bottom {
    grid-template-columns: repeat(1, 1fr);
  }

  .correlation.flex+.correlation.flex {
    margin-top: 7px;
  }

  .mak-card.cooperate.deep {
    height: 50vw;
    min-height: 200px;
  }
}

.inst-5 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.inst-5 .left {
  padding: 5vw 0;
}

.inst-5 .right {
  position: relative;
  height: 34vw !important;
  min-height: 430px;
  overflow: hidden;
}

.inst-5 .swiper-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  display: flex;
  font-size: max(12px, 0.9vw);
  gap: 0.6em;
}

.inst-5 .swiper-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  --t: 100s;
}

.inst-5 .swiper-list>div {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 0.6em;
  padding: 0.3em 0;
  animation: swiperTB1 var(--t) linear infinite;
}

.inst-5 .swiper-item {
  position: relative;
  width: 100%;
  display: block;
  aspect-ratio: 30/21;
  border-radius: 0.5em;
  overflow: hidden;
}

.inst-5 .swiper-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inst-5 .swiper-title {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5em 0 0.6em 1.2em;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
}

.inst-5 .swiper-list>div:nth-child(2) {
  animation: swiperTB2 var(--t) linear infinite;
  animation-delay: calc(var(--t) / -2);
}

.inst-5 .swiper-list:nth-child(2n)>div {
  animation-direction: reverse;
}

@media screen and (max-width: 1000px) {
  .inst-5 .left {
    padding: max(30px, 10%) 0 0;
  }

  .inst-5 .right {
    height: 60vw !important;
    min-height: 0;
  }

  .inst-5 .swiper-box {
    gap: 8px;
  }

  .inst-5 .swiper-list>div {
    gap: 8px;
    padding: 4px 0;
  }
}

.main.wrapper-box {
  display: none;
  margin: 0;
  padding: 0;
  padding-top: 12vw;
}

.main.wrapper-box.current {
  display: block;
}

.main.wrapper-box>div {
  position: relative;
}

.main.wrapper-box>div:not(.locate1-3) {
  padding-left: 10%;
  padding-right: 10%;
  box-sizing: border-box;
}

.main.wrapper-box * {
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}

.main.wrapper-box ::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
}

.locate {
  scroll-margin-top: max(5vw, 60px);
}

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

  .interest,
  .main.wrapper-box>div:not(.locate1-3) {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 1000px) {
  .main.wrapper-box>div:not(.locate1-3) {
    padding: max(30px, 10%) 5%;
  }

  .locate {
    scroll-margin-top: max(5vw, 40px);
  }
}

.more-hotlist {
  font-size: max(14px, 1.04vw);
  color: var(--graphite);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5vw 10vw 0 0;
}

.period-box {
  position: relative;
  overscroll-behavior-x: contain;
  flex: 1;
  overflow: hidden;
}

.period-list {
  display: flex;
  align-items: center;
  padding-left: 10vw;
}

.period-item {
  line-height: 1;
  position: relative;
  cursor: pointer;
  color: var(--graphite);
  padding: 0.8em 1.1em;
  border-radius: 0.4em 0.4em 0 0;
  border-top: 0.2em solid transparent;
  white-space: nowrap;
  transition: border-color 0.3s, color 0.3s, box-shadow 0.3s;
}

/* .period-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: calc(100% - 1.6em);
  transform: translateY(-50%);
  background-color: rgb(0 0 0/10%);
  transition: background-color .3s;
} */
.period-item.xla {
  display: none;
  z-index: 2;
  width: 12em;
}

.period-item:hover::before,
.period-item:hover+.period-item::before {
  background-color: transparent;
}

.period-list .period-item:nth-child(1)::before,
.period-item.xla::before {
  display: none;
}

.period-item.xla::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 10em;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(-90deg, #fff, rgba(255, 255, 255, 0));
}

.period-item:not(.xla).active {
  color: var(--primary);
  border-color: var(--primary);
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.period-item:not(.xla):hover {
  color: var(--primary);
}

.period-item h3 {
  font-size: inherit;
}

.period-item p {
  margin-top: 0.25em;
  opacity: 0.6;
}

.period-item.xla h3 img {
  width: auto;
  height: 0.5em;
  margin: 0 0 0.1em 0.3em;
  filter: brightness(0.1);
  object-fit: cover;
  transition: transform 0.3s;
}

.period-item.xla:hover h3 img {
  transform: rotate(180deg);
}

.period-item .select-more {
  position: absolute;
  top: 100%;
  width: auto;
  font-size: 0.8em;
  padding: 1.2em;
  border-radius: 0.5em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.1s;
}

.period-item:hover .select-more {
  transform: scaleY(1);
}

.period-item .select-more a {
  white-space: nowrap;
  display: block;
  color: var(--graphite);
  transition: color 0.3s;
}

.period-item .select-more a+a {
  margin-top: 1.2em;
}

.period-item .select-more a:hover {
  color: var(--primary);
}

.period-btn {
  /* #region 按钮统一样式 */
  outline: none;
  cursor: pointer;
  color: #fff;
  white-space: nowrap;
  position: relative;
  border-radius: 3em;
  background-color: var(--blue);
  transition: background-color 0.3s, transform 0.3s;
  border: none;
  text-align: center;
  /* #endregion */

  font-weight: bold;
  padding: 0.9em 1.6em 0.9em 1.8em;
}

.period-btn:hover {
  background-color: var(--blue-dark);
}

.period-btn img {
  width: auto;
  height: 0.8em;
  margin-bottom: 0.2em;
  object-fit: cover;
  margin-left: 0.2em;
}

@media screen and (max-width: 1300px) {
  .more-hotlist {
    padding-right: 8vw;
  }
}

@media screen and (max-width: 1000px) {
  .more-hotlist {
    display: none;
    padding-top: 30px;
    padding-right: 0;
  }

  .period-box {
    flex: auto;
    width: 100%;
  }

  .period-list {
    padding: 0 5vw;
  }

  .period-item.xla {
    margin-left: 5vw;
  }

  .period-btn {
    margin-left: auto;
    margin-right: 5vw;
  }
}

.hotlist .image-box {
  width: 100%;
  height: auto;
  margin: 5vw 0;
}

.hotlist .image-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: max(10px, 0.5vw);
}

.hotlist .mseemore.btn {
  display: flex;
  justify-content: center;
  margin-top: 2vw;
  border-radius: 5px;
}

.hotlist .mseemore.btn .outbox {
  height: auto;
  justify-content: center;
}

.hotlist .mseemore.btn a {
  /* #region 按钮统一样式 */
  outline: none;
  cursor: pointer;
  color: #fff;
  white-space: nowrap;
  position: relative;
  border-radius: 3em;
  background-color: var(--blue);
  transition: background-color 0.3s, transform 0.3s;
  border: none;
  text-align: center;
  /* #endregion */

  font-size: max(16px, 1.1458vw);
  padding: 0.95em 1.8em 0.85em;
}

.hotlist .mseemore.btn a:hover {
  background-color: var(--blue-dark);
}

.hotlist .mseemore.btn a:hover {
  background-color: rgb(var(--blue-rgb), 0.8);
}

.hotlist .mseemore.btn img {
  width: auto;
  height: 1em;
  margin-right: 0.2em;
  margin-left: 0;
  filter: grayscale(100%) brightness(200%);
}

.hotlist-sharecode {
  bottom: 3vw;
}

.tooltip {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 1em;
  transform: translate(100%, -100%);
  font-size: max(14px, 0.9vw);
  width: 30em;
  max-width: 50vw;
  line-height: 1.2em;
}

.tooltip__content {
  padding: 0.7em;
  position: relative;
  border-radius: 0.3em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  background-color: #fff;
}

.tooltip__content::before {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0.7em;
  transform: translateY(50%) rotate(45deg);
  background-color: #fff;
  width: 0.6em;
  height: 0.6em;
  border-radius: 0 0 0.1em 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12);
}

.tooltip__title {
  font-size: 1.1em;
  margin-bottom: 0.2em;
  color: var(--graphite);
}

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

  .top-title .text span,
  .top-title h1::before {
    display: none;
  }

  .hotlist-sharecode {
    bottom: 200px;
    left: auto;
    right: 1vw;
  }

  .hotlist .image-box {
    margin: 25px 0;
  }

  .hotlist .mseemore.btn a {
    width: 100%;
    font-size: 3.2vw;
  }
}

.hotlist * {
  scroll-margin-top: 5vw;
  scroll-padding-top: 5vw;
}

.hotlist #mask {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

@media screen and (max-width: 1000px) {
  .hotlist * {
    scroll-margin-top: 15vw;
  }
}

.hotlist .upper {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0 10vw;
  margin-top: 5vw;
  margin-bottom: 8vw;
  display: flex;
  justify-content: space-between;
}

.hotlist .upper .left {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  width: 15.8vw;
  padding-right: 2vw;
  align-items: flex-start;
}

.hotlist .upper .left .nav-box {
  gap: 0.5vw;
  width: 100%;
  top: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
}

.hotlist .upper .left .nav-box.sticky-top {
  position: fixed;
  top: 6vw;
  width: 15.8vw;
  max-width: 15.8vw;
}

.hotlist .upper .left .nav-box.sticky-bottom {
  top: 0;
  position: relative;
  margin-top: auto;
  width: 15.8vw;
  max-width: 15.8vw;
}

.hotlist .upper .left .nav-box .nav-title,
.nav-advert.min {
  display: none;
}

.hotlist .upper .left .nav-box .nav-title img {
  height: 0.9em;
  cursor: pointer;
}

.hotlist .upper .left .nav-box .nav-lists {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.hotlist .upper .left .nav-box .item {
  padding: 0.5208vw 0 1.0417vw 1.4583vw;
  position: relative;
  cursor: pointer;
  display: block;
}

.hotlist .upper .left .nav-box .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background-color: var(--graphite);
  transform: translateX(-50%);
  transition: all 0.3s;
}

.hotlist .upper .left .nav-box .item:hover::before {
  height: 90%;
  background-color: var(--primary);
}

.hotlist .upper .left .nav-box .item.current::before {
  height: 90%;
}

.hotlist .upper .left .nav-box .item .title {
  font-size: max(14px, 1.1458vw);
  color: var(--lnk);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hotlist .upper .left .nav-box .item .title .arrow {
  border-radius: 50%;
  height: 1em;
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.hotlist .upper .left .nav-box .item.current .title .arrow {
  background-color: var(--graphite);
}

.hotlist .upper .left .nav-box .item:hover .title .arrow {
  background-color: var(--primary);
  border-color: var(--primary);
}

.hotlist .upper .left .nav-box .item .title img {
  height: 1em;
  object-fit: cover;
  display: block;
}

.hotlist .upper .left .nav-box .item ul li.current a,
.hotlist .upper .left .nav-box .item ul li:hover a,
.hotlist .upper .left .nav-box .item:hover .title,
.hotlist .upper .right .headline .cont .title span,
.hotlist .upper .right .plate-news .box-video .title span {
  color: var(--primary);
}

.nav-advert .advert-cont .advert-item:hover {
  color: var(--blue);
}

.hotlist .upper .left .nav-box .item.current .title {
  color: var(--graphite);
}

.hotlist .upper .left .nav-box .item.current .title img,
.hotlist .upper .left .nav-box .item:hover .title img {
  filter: brightness(100);
}

.hotlist .upper .left .nav-box .item .cont {
  height: 0;
  transition: all 0.5s;
  overflow: hidden;
  box-sizing: border-box;
}

.hotlist .upper .left .nav-box .item ul {
  list-style: none;
  font-size: max(14px, 0.9896vw);
  margin: 1em 0 0;
}

.hotlist .upper .left .nav-box .item ul li {
  list-style: none;
  width: 100%;
  line-height: 2;
  transition: all 0.5s;
}

.hotlist .upper .left .nav-box .item ul li.current,
.hotlist .upper .left .nav-box .item ul li:hover {
  transform: translateX(5%);
}

.hotlist .upper .left .nav-box .item ul li a {
  color: var(--graphite);
  transition: all 0.3s;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.nav-advert,
.nav-advert .advert-title {
  border-radius: max(10px, 0.5vw);
  width: 100%;
}

.nav-advert {
  height: auto;
  background-color: #f9f9fa;
  margin-top: 20px;
  border: 1px solid #ffdbc0;
  background: no-repeat right top;
  background-size: 50% auto;
}

.nav-advert .advert-title {
  padding: 8%;
  position: relative;
  z-index: -1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: linear-gradient(180deg, rgb(var(--primary-rgb), 0.2), rgba(255, 255, 255, 0));
}

.nav-advert .advert-title img {
  position: absolute;
  top: 0;
  right: -10%;
  z-index: 1;
  width: 50%;
  height: auto;
  object-fit: cover;
}

.nav-advert .advert-title .advert-text1 {
  margin-top: auto;
  position: relative;
  z-index: 2;
  font-size: 12px;
  color: var(--graphite);
  font-weight: 700;
}

.nav-advert .advert-title .advert-text2 {
  position: relative;
  z-index: 2;
  font-size: max(15px, 1.1458vw);
  color: var(--primary);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.3em;
}

.nav-advert .advert-title .advert-text2 span {
  font-weight: 400;
  color: var(--lnk);
  font-size: 0.6em;
}

.nav-advert .advert-title .advert-text3 {
  font-size: max(14px, 0.8vw);
  color: var(--graphite);
}

.nav-advert .advert-cont {
  padding: 0 8% 5%;
  font-size: max(14px, 0.8vw);
  line-height: 1.3;
}

.nav-advert .advert-cont .advert-item {
  position: relative;
  color: var(--graphite);
  display: block;
  padding: 0.3em 0 0.3em 0.5em;
  transition: all 0.5s;
}

.nav-advert .advert-cont .advert-item::before {
  content: "";
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background-color: var(--primary);
}

.hotlist .upper .right {
  flex: 1;
  height: auto;
}

@media screen and (max-width: 1300px) {
  .hotlist .upper {
    padding-left: 0;
    padding-right: 5%;
  }

  .hotlist .upper .left,
  .hotlist .upper .left .nav-box.sticky-bottom,
  .hotlist .upper .left .nav-box.sticky-top {
    width: 14.5vw;
    max-width: 14.5vw;
  }
}

.hotlist .upper .right .headline {
  width: 100%;
  margin: 7vw 0 1.3vw;
}

.hotlist .upper .right .prompt {
  cursor: pointer;
  position: relative;
  display: inline-block;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: -0.3em;
}

.hotlist .upper .right .prompt__icon {
  width: auto;
  height: 0.5em;
  min-height: 12px;
  object-fit: cover;
  filter: brightness(1);
  margin-left: 2px;
}

.hotlist .upper .right .prompt .tooltip {
  display: none;
  right: calc(50% + 1.05em);
  top: -0.1em;
}

.hotlist .upper .right .prompt:hover .tooltip {
  display: block;
}

.hotlist .upper .right .headline .tab {
  font-size: max(14px, 0.9375vw);
  color: var(--primary);
  margin-bottom: 0.3em;
  font-weight: 700;
}

.hotlist .upper .right .headline .cont {
  width: 100%;
  display: flex;
}

.hotlist .upper .right .headline .cont>div {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.more-news .headline .cont>div {
  border-bottom: 0 !important;
}

.hotlist .upper .right .headline .cont .title {
  font-size: max(20px, 1.55vw);
  font-weight: 700;
  border: 0;
  color: var(--graphite);
  display: flex;
  align-items: center;
}

.hotlist .upper .right .headline .cont .title .en {
  position: relative;
  font-size: max(19px, 1.45vw);
  line-height: 1em;
  font-weight: 400;
  color: var(--lnk);
}

.hotlist .upper .right .headline .cont .title>img {
  height: 2.2em;
  width: auto;
  object-fit: cover;
  margin-right: 0.1em;
}

.hotlist .upper .right .headline .cont>.text {
  flex: 1;
  font-size: max(14px, 0.83vw);
  padding-right: 1.6em;
  margin-left: 1.6em;
  display: flex;
  align-items: center;
  color: var(--lnk);
}

.hotlist .upper .right .headline .cont>.text>div {
  width: 100%;
}

.hotlist .upper .right .headline .cont>.text a {
  padding-right: 0.6em;
  color: var(--blue);
  position: relative;
  white-space: nowrap;
}

.hotlist .upper .right .headline .cont>.text a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.55em;
  height: 0.5em;
  background-image: url(/images/qx_icon8.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.hotlist .upper .right .headline .cont .solve-list {
  display: flex;
  align-items: center;
}

.hotlist .upper .right .headline .cont .solve-list .item {
  padding-right: 1.6vw;
  margin-right: 1.6vw;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  font-size: max(14px, 0.83vw);
}

.hotlist .upper .right .headline .cont .solve-list .item:last-child {
  border-right: none;
  padding: 0;
  margin: 0;
}

.hotlist .upper .right .headline .cont .solve-list .item .logo {
  object-fit: cover;
  height: 2.1em;
}

.hotlist .upper .right .headline .cont .solve-list .item .go {
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: var(--lnk);
}

.hotlist .upper .right .headline .cont .solve-list:hover .item .go {
  color: var(--blue);
  transition: all 0.5s;
}

.hotlist .upper .right .headline .cont .solve-list .item .go img {
  height: 0.8em;
  object-fit: cover;
  transition: all 0.5s;
}

.hotlist .upper .right .headline .cont .solve-list .item:hover .go img {
  transform: translateX(0.25em);
  filter: brightness(0) saturate(100%) invert(32%) sepia(88%) saturate(1862%) hue-rotate(200deg) brightness(74%) contrast(84%);
}

@media screen and (max-width: 1000px) {
  .nav-advert.max {
    display: none;
  }

  .nav-advert.min {
    margin-top: 40px;
    display: block;
  }

  .nav-advert .advert-title {
    padding: 8% 8% 4%;
  }

  .nav-advert .advert-cont,
  .nav-advert .advert-title .advert-text1 {
    font-size: 14px;
  }

  .nav-advert .advert-title .advert-text2 {
    font-size: 20px;
  }

  .hotlist .upper .right .headline {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .hotlist .upper .right .headline .cont {
    flex-direction: column;
  }

  .hotlist .upper .right .headline .cont>div {
    border-bottom: 0;
    padding: 0;
  }

  .hotlist .upper .right .headline .cont>.text {
    margin-left: 0;
    padding: 0.5em 0 10px;
  }

  .hotlist .upper .right .headline .cont>.text>div {
    width: 100%;
  }

  .hotlist .upper .right .headline .cont .solve-list {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding: 1em 0 0.8em;
    border-radius: 5px;
  }

  .hotlist .upper .right .headline .cont .solve-list .item {
    flex: 1;
    display: flex;
    justify-content: space-between;
    padding: 0 5% !important;
    margin: 0 !important;
  }
}

@media screen and (max-width: 400px) {
  .hotlist .upper .right .headline .cont .solve-list .item:not(.one) {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

.hotlist .upper .right .plate-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 max(15px, 2vw);
  padding-bottom: 2vw;
}

.hotlist .upper .right .plate-news .news-left {
  width: 26%;
}

.hotlist .upper .right .plate-news .title {
  color: var(--graphite);
}

.hotlist .upper .right .plate-news>.text {
  font-size: max(16px, 1vw);
  color: #585858;
  line-height: 1.5;
}

.hotlist .upper .right .plate-news .news-right {
  font-size: max(14px, 1vw);
  flex: 1;
}

.hotlist .upper .right .plate-news .news-right .box-top-cont .title {
  font-weight: 700;
  font-size: 1.3em;
}

.hotlist .upper .right .box-top-cont .tab {
  color: var(--lnk);
  padding: 0.5em;
  font-size: 0.9em;
}

.hotlist .upper .right .plate-news .msg,
.hotlist .upper .right .plate-news .news-right .text {
  line-height: 1.4em;
  color: var(--graphite);
}

.hotlist .upper .right .plate-news .msg {
  padding-top: 0.5em;
}

.hotlist .upper .right .plate-news .msg span {
  font-size: 12px;
  color: var(--lnk);
  display: inline-block;
}

.hotlist .upper .right .plate-news .msg .text {
  padding: 0 0 0.5em;
}

.hotlist .upper .right .plate-news .msg .msg__item {
  padding: 0 0 0 2em;
  position: relative;
}

.hotlist .upper .right .plate-news .msg .msg__item::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 1em;
  transform: translate(-50%, -50%);
  width: 0.2em;
  height: 0.2em;
  background-color: var(--graphite);
  border-radius: 50%;
}

.hotlist .upper .right .plate-news .box-video {
  aspect-ratio: 432/161;
  box-sizing: border-box;
  padding: 5.5% 5%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: max(13px, 0.9vw);
  overflow: hidden;
  border-radius: 8px;
}

.hotlist .upper .right .plate-news .box-video .title {
  z-index: 1;
}

.hotlist .upper .right .plate-news .box-video .title div {
  color: #fff;
}

.hotlist .upper .right .plate-news .box-video .btn {
  z-index: 1;
  height: 1.3em;
  width: 1.3em;
  min-width: 25px;
  min-height: 25px;
  object-fit: cover;
}

.hotlist .upper .right .plate-news .box-video .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.hotlist .upper .right .plate-news .box-video:hover .bg {
  transform: scale(1.1);
}

.hotlist .upper .right .box-top {
  box-sizing: border-box;
  position: relative;
  font-size: max(14px, 0.9375vw);
  margin-bottom: 1.4em;
}

.hotlist .upper .right .box-top>.title {
  position: absolute;
  top: 0;
  left: 2.5%;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 0 0.3em;
  color: var(--graphite);
  font-weight: 700;
}

.hotlist .upper .right .box-top>.text {
  color: #585858;
  font-size: 13px;
  line-height: 1.8;
}

.hotlist .upper .right .box-top .top {
  display: flex;
  flex-direction: column;
  gap: 1.2em;
}

.hotlist .upper .right .box-top .top .top-item {
  position: relative;
  font-size: max(14px, 0.9vw);
  padding: 0.8em;
  line-height: 1.4em;
  flex: 1;
  border-radius: 0.5em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s;
}

.hotlist .upper .right .box-top .top .top-item .title {
  color: var(--lnk);
  line-height: 1.3;
}

.hotlist .upper .right .box-top .top .top-item.active .no,
.hotlist .upper .right .box-top .top .top-item.active .title,
.hotlist .upper .right .box-top .top .top-item:hover .no,
.hotlist .upper .right .box-top .top .top-item:hover .title {
  color: var(--primary);
}

.hotlist .upper .right .box-top .top .top-item::before {
  content: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(calc(50% + 1px), -50%) rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  background-color: #fff;
  border-radius: 0.1em;
  border: 1px solid var(--primary);
  border-left: 0;
  border-bottom: 0;
}

.hotlist .upper .right .box-top .top .top-item.active::before,
.hotlist .upper .right .box-top .top .top-item:hover::before {
  content: "";
}

.hotlist .upper .right .box-top .top .top-item.active,
.hotlist .upper .right .box-top .top .top-item:hover {
  border-color: var(--primary);
}

.hotlist .upper .right .box-top .top .top-item .no {
  font-size: max(14px, 0.83vw);
  position: absolute;
  top: 0;
  left: 0.8em;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 0 0.2em;
  display: flex;
  align-items: center;
  transition: border-color 0.3s;
}

.hotlist .upper .right .box-top .top .top-item .no .icon {
  margin-left: 0.3em;
  height: 1em;
  width: auto;
  object-fit: cover;
  filter: grayscale(1);
  transition: filter 0.3s;
}

.hotlist .upper .right .box-top .top .top-item .arrow {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.hotlist .upper .right .box-top .top .top-item .arrow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(90deg);
}

.hotlist .upper .right .box-top .top .top-item.active .arrow {
  border: 1px solid var(--primary);
  transform: rotate(180deg);
}

.hotlist .upper .right .box-top .top .top-item.active img {
  filter: invert(59%) sepia(88%) saturate(3520%) hue-rotate(353deg) brightness(97%) contrast(94%);
}

.hotlist .upper .right .box-top .top .top-item.active .icon,
.hotlist .upper .right .box-top .top .top-item:hover .icon {
  filter: grayscale(0);
}

.hotlist .upper .right .box-top-cont {
  display: none;
}

.hotlist .upper .right .box-top-cont.active {
  display: block;
}

@media screen and (max-width: 1000px) {
  .hotlist .upper .right .plate-news {
    padding-top: 1em;
  }

  .hotlist .upper .right .plate-news .news-left,
  .hotlist .upper .right .plate-news .news-right {
    width: 100%;
  }

  .hotlist .upper .right .plate-news>.text {
    line-height: 1.4em;
    margin: 0.7em 0;
  }

  .hotlist .upper {
    flex-direction: column;
    padding: 10px 5% 8vw;
    margin: 0;
  }

  .hotlist .upper .left {
    width: 0;
    height: 0;
    min-height: 0 !important;
    min-width: 0 !important;
  }

  .hotlist .upper .left .nav-box {
    margin-top: auto;
    position: fixed !important;
    box-sizing: border-box;
    bottom: 0 !important;
    left: 0 !important;
    transition: all 0.3s;
    background-color: #fff;
    max-width: 100vw !important;
    width: 100vw !important;
    height: 50vw !important;
    padding: 0 5% 5%;
    border-radius: 15px 15px 0 0;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    transform: translateY(100%);
    z-index: 9999;
    overflow-y: auto;
  }

  .hotlist .upper .left .nav-box::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
  }

  .hotlist .upper .left .nav-box .nav-title {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 5% 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
    margin-right: 10px;
  }

  .hotlist .upper .left .nav-box .nav-lists {
    padding-right: 10px;
    border: 0;
  }

  .hotlist .upper .left .nav-box .nav-lists::-webkit-scrollbar {
    width: 3px;
    height: 0;
  }

  .hotlist .upper .left .nav-box .nav-lists::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    width: 3px;
  }

  .hotlist .upper .left .nav-box .nav-lists::-webkit-scrollbar-track {
    width: 3px;
  }

  .hotlist .upper .left .nav-box .item {
    padding: 4% 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .hotlist .upper .left .item::before {
    content: none !important;
  }

  .hotlist .upper .left .nav-box .item ul li a {
    color: var(--graphite);
  }

  .hotlist .upper .left .nav-box .item ul li a::before {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(200%, -50%);
    content: "";
    width: 0.4em;
    height: 0.8em;
    background: url(/images/yx-pagearr.png) no-repeat;
    background-size: cover;
    filter: brightness(0);
  }

  .hotlist .upper .left.open #mask {
    display: block;
    animation: maskShow 1s;
  }

  @keyframes maskShow {
    0% {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  .hotlist .upper .left.open .nav-box {
    transform: translateY(0);
  }

  .hotlist .upper .right .plate-news>.title {
    font-size: max(16px, 2.2vw);
  }

  .hotlist .upper .right .plate-news {
    flex-direction: column;
    gap: 0;
    width: 100%;
    min-width: 0;
  }

  .hotlist .upper .right .plate-news .box-video {
    margin-bottom: 20px;
    font-size: max(14px, 2.6vw);
  }

  .hotlist .upper .right .box-top {
    border-radius: 8px;
    margin-top: 0;
    padding: 1em 0;
  }

  .hotlist .upper .right .plate-news {
    margin-bottom: 15px;
  }

  .hotlist .upper .right .box-top .top .top-item .title {
    width: 90%;
    font-size: max(16px, 2.2vw);
  }

  .hotlist .upper .right .box-top .top .top-item .box-top-cont {
    overflow: hidden;
    max-height: 0;
    transition: all 0.3s;
    display: block;
  }

  .hotlist .upper .right .box-top .top .top-item.active .box-top-cont {
    max-height: 2000px;
  }

  .hotlist .upper .right .box-top .top .top-item .arrow {
    display: flex;
  }

  .hotlist .upper .right .box-top .top .top-item::before {
    display: none;
  }

  .hotlist .upper .right .plate-news .news-right {
    display: none !important;
  }

  .hotlist .upper .right .box-top .top .top-item .tab {
    font-size: max(12px, 0.9vw);
    padding: 0.7em 0;
    margin-bottom: 0.7em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}

@media screen and (max-width: 600px) {
  .hotlist .upper .right .box-top {
    padding: 0;
  }

  .plate-news .tooltip {
    transform: translate(16%, -100%) !important;
    width: 70vw;
    max-width: 70vw;
  }

  .plate-news .tooltip .tooltip__content::before {
    left: 89%;
  }
}

.hotlist .upper .right .ranking-scholar,
.hotlist .upper .right .ranking-school {
  box-sizing: border-box;
  width: 100%;
  padding: 4.2% 10px;
  border-radius: 0 0 1vw 1vw;
}

.hotlist .upper .right .ranking-school {
  aspect-ratio: 1168/415;
  position: relative;
  background-color: var(--paper);
}

.hotlist .upper .right .ranking-school.complete {
  aspect-ratio: 1168/450;
  padding: 10px !important;
  border-radius: max(10px, 1vw);
  background-color: #fff;
}

.hotlist .upper .right .ranking .tabs {
  color: var(--lnk);
  font-size: max(14px, 0.9vw);
  padding: 10px 20px 10px 10px;
  background: linear-gradient(90deg, var(--paper), rgb(var(--paper-rgb), 0.8), rgb(var(--paper-rgb), 0.42));
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  line-height: 1.2;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1vw 1vw 0 0;
}

.hotlist .upper .right .ranking .tabs span:not(.l) {
  color: var(--lnk);
}

.hotlist .upper .right .ranking.dark .tabs span:not(.l) {
  color: rgb(255 255 255/ 80%);
}

.hotlist .upper .right .ranking .tabs span.l {
  margin-right: auto;
}

.hotlist .upper .right .ranking.ash .tabs {
  background-color: #f9f9fa;
  border-radius: 1vw 1vw 0 0;
}

.hotlist .upper .right .ranking.white .tabs {
  background-color: #fff;
}

.hotlist .upper .right .ranking.dark .tabs {
  background: linear-gradient(90deg, #000, transparent, transparent);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
}

.hotlist .upper .right .ranking-scholar {
  aspect-ratio: 1168/418;
}

.hotlist .upper .right .ranking-news,
.hotlist .upper .right .ranking-scholar,
.hotlist .upper .right .ranking-school {
  display: flex;
  justify-content: space-between;
  gap: max(15px, 2vw);
}

.hotlist .upper .right .ranking,
.hotlist .upper .right .ranking-books,
.hotlist .upper .right .ranking-news {
  border-radius: 1vw;
}

.hotlist .upper .right .ranking {
  margin-top: 3vw;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.hotlist .upper .right .ranking-left {
  width: 9vw;
  min-width: 120px;
  display: flex;
  flex-direction: column;
}

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

  .hotlist .upper .right .ranking,
  .hotlist .upper .right .ranking-books,
  .hotlist .upper .right .ranking-news {
    border-radius: 10px;
    margin-top: 0;
    margin-bottom: 40px;
  }
}

.hotlist .upper .right .ranking-title {
  font-size: max(16px, 1.5625vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 22%;
  padding-left: 3%;
  box-sizing: border-box;
}

.hotlist .upper .right .ranking-title .icon {
  height: 2.2em;
  width: auto;
  object-fit: cover;
}

#locate1-1 .ranking-title .icon {
  height: 1.8em;
}

.hotlist .upper .right .ranking-title .title {
  font-weight: 700;
  color: var(--graphite);
  margin: 0.1em 0 0;
}

.hotlist .upper .right .ranking-title .en {
  position: relative;
  z-index: 2;
  font-size: max(19px, 1.45vw);
  line-height: 1;
  margin-bottom: 0.7em;
  display: inline-block;
  font-weight: 400;
  color: var(--lnk);
  transform: translateY(0.2em);
}

.hotlist .upper .right .dark .ranking-title .title,
.hotlist .upper .right .dark .ranking-title .en,
.hotlist .upper .right .dark .ranking-title .msg {
  color: var(--paper) !important;
}

.hotlist .upper .right .ranking-title .text {
  font-size: max(13px, 0.83vw);
  color: var(--blue);
}

.hotlist .upper .right .ranking-title .go {
  margin: auto 0 2%;
}

.hotlist .upper .right .ranking-title .go .btn-go {
  /* #region 按钮统一样式 */
  outline: none;
  cursor: pointer;
  color: #fff;
  white-space: nowrap;
  position: relative;
  border-radius: 3em;
  background-color: var(--blue);
  transition: background-color 0.3s, transform 0.3s;
  border: none;
  text-align: center;
  /* #endregion */

  font-size: max(14px, 0.9vw);
  padding: 0.6em 0;
  margin-top: auto;
  display: block;
  width: 15ch;
}

.hotlist .upper .right .ranking-title .go .btn-go:hover {
  background-color: var(--blue-dark);
}

.hotlist .upper .right .ranking-title .go .btn-go:hover {
  transform: translateY(-10%);
}

.hotlist .upper .right .ranking-title .go .msg {
  margin-top: 5px;
  font-size: max(12px, 0.83vw);
  color: var(--lnk);
}

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

  .hotlist .upper .right .ranking-news,
  .hotlist .upper .right .ranking-scholar,
  .hotlist .upper .right .ranking-school {
    flex-direction: column;
    padding-left: 2%;
  }

  .hotlist .upper .right .ranking-title {
    padding-left: 0;
    display: grid;
    grid-template-columns: auto repeat(6, 1fr);
    width: 100%;
    gap: 0 0.6em;
    font-size: max(16px, 2.2vw);
  }

  .hotlist .upper .right .ranking-title .en {
    font-size: max(15px, 2vw);
  }

  .hotlist .upper .right .ranking-title .icon {
    width: auto;
    height: 2em;
    min-height: 36px;
  }

  .hotlist .upper .right .ranking-title>div:not(.go) {
    grid-row: 1/1;
    grid-column: 2/5;
  }

  .hotlist .upper .right .ranking-title .go {
    grid-row: 1/2;
    grid-column: 5/8;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .hotlist .upper .right .ranking-title .go .btn-go {
    margin: 0;
    font-size: 12px;
  }

  .hotlist .upper .right .ranking-title .go .msg {
    margin-top: 2px;
  }

  .hotlist .upper .right .ranking-title .title {
    margin: 0;
  }

  .hotlist .upper .right .ranking-title .title p {
    display: none;
  }
}

.hotlist .upper .right .ranking-box {
  flex: 1;
  font-size: max(14px, 0.83vw);
  color: var(--graphite);
  overflow: auto;
  padding-right: 10px;
}

.ranking-box::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.ranking-box::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  width: 3px;
}

.ranking-box::-webkit-scrollbar-track {
  background: #f2f2f2;
  width: 3px;
}

.hotlist .upper .right .ranking-school .ranking-box .ranking-top {
  display: flex;
  justify-content: space-between;
}

.hotlist .upper .right .ranking-school .ranking-box .ranking-top .ranking-top-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}

.hotlist .upper .right .ranking-school .ranking-box .ranking-top .ranking-top-item img {
  width: 4.9285em;
  object-fit: cover;
  mix-blend-mode: darken;
}

.hotlist .upper .right .ranking-school .ranking-box .ranking-top .ranking-top-item .name {
  margin-top: 0.8em;
}

.hotlist .upper .right .ranking-school .ranking-box .ranking-list {
  margin-top: 1em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 0 1vw;
}

.hotlist .upper .right .ranking-school .ranking-box .ranking-list .ranking-list-item {
  margin: 0.8em 0;
  padding-left: 0.8em;
  position: relative;
  line-height: 1;
}

.hotlist .upper .right .ranking-school .ranking-box .ranking-list .ranking-list-item::before {
  content: "";
  position: absolute;
  width: 0.3em;
  height: 0.3em;
  background-color: var(--primary);
  border-radius: 50%;
  top: 0.5em;
  left: 0;
  transform: translateY(-50%);
}

.hotlist .upper .right .ranking-scholar .ranking-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0 2%;
}

.hotlist .upper .right .ranking-scholar .ranking-box .ranking-item {
  width: 32%;
  padding: 0.8vw 0.9vw;
  box-sizing: border-box;
  border-radius: 0.5vw;
}

.hotlist .upper .right .ranking-scholar .ranking-box .ranking-item:hover .title {
  text-decoration: underline;
}

.hotlist .upper .right .ranking-scholar .ranking-box .ranking-item:nth-child(6n+1),
.hotlist .upper .right .ranking-scholar .ranking-box .ranking-item:nth-child(6n+2),
.hotlist .upper .right .ranking-scholar .ranking-box .ranking-item:nth-child(6n+3) {
  background-color: rgba(255, 255, 255, 0.05);
}

.hotlist .upper .right .ranking-scholar .ranking-box .ranking-item .title {
  font-size: max(15px, 0.9vw);
  color: #fff;
}

.hotlist .upper .right .ranking-scholar .ranking-box .ranking-item .text {
  color: #848389;
  font-size: max(14px, 0.83vw);
  margin-top: 0.5em;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

@media screen and (max-width: 1000px) {
  .hotlist .upper .right .ranking-scholar {
    aspect-ratio: auto;
    width: 100%;
    height: 400px;
  }
}

@media screen and (max-width: 550px) {
  .hotlist .upper .right .ranking-scholar .ranking-box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .hotlist .upper .right .ranking-scholar .ranking-box .ranking-item {
    aspect-ratio: auto;
    width: 100%;
    padding: 10px;
  }

  .hotlist .upper .right .ranking-scholar .ranking-box .ranking-item:nth-child(6n+1),
  .hotlist .upper .right .ranking-scholar .ranking-box .ranking-item:nth-child(6n+2),
  .hotlist .upper .right .ranking-scholar .ranking-box .ranking-item:nth-child(6n+3) {
    background: 0 0;
  }

  .hotlist .upper .right .ranking-scholar .ranking-box .ranking-item:nth-child(2n+1) {
    background-color: rgba(255, 255, 255, 0.05);
  }
}

.hotlist .upper .right .dark {
  background: url(/images/bg-ranking-article.jpg) no-repeat center center;
  background-size: cover;
}

.hotlist .upper .right .ranking-article {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  background-size: cover;
  padding: 4.2808% 2% 4.2808% 4.2808%;
  border-radius: 0 0 1vw 1vw;
}

.hotlist .upper .right .ranking-article .ranking-title {
  display: grid;
  gap: 0 0.6em;
  grid-template-columns: auto 1fr;
  width: 100%;
}

.hotlist .upper .right .ranking-article .ranking-title>div:not(.go) {
  grid-row: 1/1;
  grid-column: 2/5;
}

.hotlist .upper .right .ranking-article .ranking-title .title {
  margin-top: 0;
  color: var(--graphite);
}

.hotlist .upper .right .ranking-article .ranking-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.9896vw;
  margin-top: 3%;
  overflow: auto;
  flex: 1;
}

.hotlist .upper .right .ranking-article .ranking-box .ranking-item img {
  width: 100%;
  aspect-ratio: 199/98;
  border-radius: 5px;
}

.hotlist .upper .right .ranking-article .ranking-box .ranking-item .text {
  color: var(--graphite);
  font-size: max(14px, 0.9vw);
  line-height: 1.4;
  margin-top: 0.8em;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hotlist .upper .right .ranking-article .ranking-box .ranking-item .text p:nth-child(2) {
  color: var(--primary);
}

.hotlist .upper .right .ranking-article .ranking-box .ranking-item .text p:nth-child(3) {
  color: #848389;
  font-size: max(14px, 0.83vw);
}

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

  .hotlist .upper .right .ranking-article,
  .hotlist .upper .right .ranking-school {
    aspect-ratio: auto;
    width: 100%;
    height: 400px;
  }

  .hotlist .upper .right .ranking-article .ranking-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw 2vw;
  }

  .hotlist .upper .right .ranking-school .ranking-box .ranking-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .hotlist .upper .right .ranking-school .ranking-box .ranking-top .ranking-top-item {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 5%;
  }

  .hotlist .upper .right .ranking-school .ranking-box .ranking-top .ranking-top-item img {
    width: 3em;
  }

  .hotlist .upper .right .ranking-school .ranking-box .ranking-top .ranking-top-item .name {
    margin-top: 0;
  }

  .hotlist .upper .right .ranking-school .ranking-box .ranking-list {
    margin-top: 15px;
    gap: 15px;
  }

  .hotlist .upper .right .ranking-school .ranking-box .ranking-list .ranking-list-item {
    margin: 0;
  }
}

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

  .hotlist .upper .right .ranking-school .ranking-box .ranking-list,
  .hotlist .upper .right .ranking-school .ranking-box .ranking-top {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 480px) {
  .hotlist .upper .right .ranking-article .ranking-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

.hotlist .upper .right .ranking-news {
  margin-top: 5vw;
  padding-right: 2%;
  width: 100%;
  aspect-ratio: 1168/450;
}

.hotlist .upper .right .ranking-news .headline {
  margin-top: 0;
}

.hotlist .upper .right .ranking-news .go {
  margin: auto auto 10%;
}

.hotlist .upper .right .ranking-news .go .btn-go {
  background-color: var(--blue);
  font-size: max(14px, 0.9vw);
  padding: 0.6em 0;
  border-radius: 2em;
  color: #fff;
  margin-top: auto;
  display: block;
  text-align: center;
  width: 15ch;
  transition: all 0.5s;
  font-weight: 400;
}

.hotlist .upper .right .ranking-news .go .btn-go:hover {
  transform: translateY(-10%);
}

.hotlist .upper .right .ranking-news .go .msg {
  margin-top: 2px;
  font-size: max(14px, 0.93vw);
  color: var(--lnk);
  font-weight: 400;
  text-align: center;
}

.hotlist .upper .right .ranking-news .ranking-tabs {
  min-width: 175px;
  width: 23%;
  font-size: max(14px, 1vw);
  color: var(--graphite);
}

.hotlist .upper .right .ranking-news .ranking-right {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1;
}

.hotlist .upper .right .ranking-news .ranking-right .headline {
  margin-bottom: 1em;
}

.hotlist .upper .right .ranking-news .ranking-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1vw 6%;
  display: none;
  flex: 1;
}

.hotlist .upper .right .ranking-news .ranking-box.active {
  display: grid;
}

.hotlist .upper .right .ranking-news .ranking-box .ranking-item {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.hotlist .upper .right .ranking-news .ranking-box .ranking-item:nth-child(1) .tab {
  color: var(--danger);
}

.hotlist .upper .right .ranking-news .ranking-box .ranking-item:nth-child(2) .tab {
  color: var(--primary);
}

.hotlist .upper .right .ranking-news .ranking-box .ranking-item:nth-child(3) .tab {
  color: var(--warning);
}

.hotlist .upper .right .ranking-news .ranking-box .ranking-item .tab {
  font-size: max(14px, 0.9vw);
  text-align: right;
  color: var(--lnk);
}

.hotlist .upper .right .ranking-news .ranking-box .ranking-item .cont {
  flex: 1;
}

.hotlist .upper .right .ranking-news .ranking-box .ranking-item .title {
  line-height: 1;
  font-size: max(14px, 0.9vw);
}

.hotlist .upper .right .ranking-news .ranking-box .ranking-item .text {
  margin-top: 0.3em;
  font-size: max(14px, 0.83vw);
  color: var(--lnk);
}

@media screen and (max-width: 1000px) {
  .hotlist .upper .right .ranking-news {
    margin-top: 20px;
    margin-bottom: 0 !important;
    aspect-ratio: auto;
    width: 100%;
    height: 500px;
  }

  .hotlist .upper .right .ranking-news .ranking-tabs>.go {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .hotlist .upper .right .ranking-news .go {
    margin: 0;
  }

  .hotlist .upper .right .ranking-news .go .btn-go {
    font-size: 12px;
  }

  .hotlist .upper .right .ranking-news .ranking-tabs {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
  }

  .hotlist .upper .right .ranking-news .ranking-tabs .box-top {
    grid-column: span 3;
    margin-bottom: 0.5em;
  }

  .hotlist .upper .right .ranking-news .ranking-tabs>.go {
    grid-row: 1/1;
    grid-column: 2/4;
    margin-left: auto;
    margin-bottom: 1em;
    width: 100%;
  }

  .hotlist .upper .right .ranking-news .ranking-tabs .ranking-tabs-item {
    width: auto;
    background: 0 0 !important;
    text-align: center;
    flex: 1;
    height: 100%;
    padding: 0 0 0.5em;
    justify-content: center;
    align-items: center;
  }

  .hotlist .upper .right .ranking-news .ranking-tabs .ranking-tabs-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 0;
    height: 3px !important;
  }

  .hotlist .upper .right .ranking-news .ranking-tabs .ranking-tabs-item.current::before,
  .hotlist .upper .right .ranking-news .ranking-tabs .ranking-tabs-item:hover::before {
    width: 100%;
  }

  .hotlist .upper .right .ranking-news .ranking-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 1vw 6%;
  }
}

@media screen and (max-width: 650px) {
  .hotlist .upper .right .ranking-news .ranking-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}

.hotlist .upper .right .headline#locate4-1 {
  margin: 0;
}

.hotlist .upper .right .headline#locate4-1 .icon {
  height: 2.5em;
}

.hotlist .upper .right .ranking-books {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  gap: max(15px, 2vw);
  padding-right: 10px;
  width: 100%;
  aspect-ratio: 1168/413;
  background-color: #f9f9fa;
}

.hotlist .upper .right .ranking-books .box-img {
  width: 27.3973%;
  aspect-ratio: 320/413;
  position: relative;
  padding: 3% 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hotlist .upper .right .ranking-books .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1vw;
  position: absolute;
  top: 0;
  left: 0;
}

.hotlist .upper .right .ranking-books .box-img .title {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: max(14px, 0.9vw);
  color: #fff;
  margin-top: auto;
}

.hotlist .upper .right .ranking-books .box-img .go {
  /* #region 按钮统一样式 */
  outline: none;
  cursor: pointer;
  color: #fff;
  white-space: nowrap;
  position: relative;
  border-radius: 3em;
  background-color: var(--blue);
  transition: background-color 0.3s, transform 0.3s;
  border: none;
  text-align: center;
  /* #endregion */

  z-index: 1;
  font-size: max(14px, 0.9vw);
  padding: 0.5em 0.8em;
  margin-top: 0.8em;
}

.hotlist .upper .right .ranking-books .box-img .go:hover {
  background-color: var(--blue-dark);
}

.hotlist .upper .right .ranking-books .box-img .go:hover {
  transform: translateY(-10%);
}

.hotlist .upper .right .ranking-books .ranking-tabs {
  font-size: max(14px, 1.1458vw);
  font-weight: 700;
  color: var(--graphite);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2%;
}

.hotlist .upper .right .ranking-books .ranking-tabs .ranking-tabs-item {
  text-align: center;
  transition: all 0.3s;
  padding: 0 2.5% 2%;
  line-height: 1;
  position: relative;
}

.hotlist .upper .right .ranking-books .ranking-tabs .ranking-tabs-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1em;
  background-color: rgba(0, 0, 0, 0.1);
}

.hotlist .upper .right .ranking-books .ranking-tabs .ranking-tabs-item:nth-child(1)::after {
  display: none;
}

.hotlist .upper .right .ranking-books .ranking-tabs .ranking-tabs-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: var(--primary);
  transition: all 0.3s;
}

.hotlist .upper .right .ranking-books .ranking-tabs .ranking-tabs-item.current::before,
.hotlist .upper .right .ranking-books .ranking-tabs .ranking-tabs-item:hover::before {
  width: 80%;
}

.hotlist .upper .right .ranking-books .ranking-box-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 3.5% 0;
}

.hotlist .upper .right .ranking-books .ranking-box {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 1vw 3%;
}

.hotlist .upper .right .ranking-books .ranking-box.active {
  display: grid;
}

.hotlist .upper .right .ranking-books .ranking-box .ranking-item {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.hotlist .upper .right .ranking-books .ranking-box .ranking-item:nth-child(1) .tab {
  color: #fe2d46;
}

.hotlist .upper .right .ranking-books .ranking-box .ranking-item:nth-child(2) .tab {
  color: var(--primary);
}

.hotlist .upper .right .ranking-books .ranking-box .ranking-item:nth-child(3) .tab {
  color: var(--warning);
}

.hotlist .upper .right .ranking-books .ranking-box .ranking-item .tab {
  font-size: max(14px, 0.9vw);
  text-align: right;
  color: var(--lnk);
}

.hotlist .upper .right .ranking-books .ranking-box .ranking-item .cont {
  flex: 1;
}

.hotlist .upper .right .ranking-books .ranking-box .ranking-item .title {
  font-size: max(14px, 0.9vw);
}

.hotlist .upper .right .ranking-books .ranking-box .ranking-item .text {
  font-size: max(14px, 0.83vw);
  color: var(--lnk);
}

@media screen and (max-width: 1000px) {
  .hotlist .upper .right .ranking-books .box-img img {
    border-radius: 10px;
  }

  .hotlist .upper .right .ranking-books .ranking-tabs .ranking-tabs-item {
    padding: 4vw 3vw 3.5vw;
  }

  .hotlist .upper .right .ranking-books .ranking-tabs .ranking-tabs-item::after {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 800px) {
  .hotlist .upper .right .ranking-books {
    padding-left: 4.2808%;
    aspect-ratio: auto;
    width: 100%;
    height: 400px;
  }

  .hotlist .upper .right .ranking-books .box-img {
    display: none;
  }

  .hotlist .upper .right .ranking-books .ranking-box {
    gap: 15px 6vw;
  }
}

@media screen and (max-width: 650px) {
  .hotlist .upper .right .ranking-books .ranking-box {
    grid-template-columns: repeat(1, 1fr);
  }
}

.hotlist .qx_video {
  background-image: url(/images/back11.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  margin-bottom: 0;
}

.hotlist .qx_video .big-modtitle {
  padding: 5% 0;
  font-size: max(20px, 2.6042vw);
}

.hotlist .qx_video .qx_video_box {
  height: 33.5vw;
}

.hotlist .qx_video .qx_video_box .rightbox .rightbox_scroll {
  height: 29vw;
}

.hotlist .qx_video .qx_video_box .leftbox .tit {
  background: 0 0;
}

.hotlist .qx_video .qx_video_box .leftbox .titbox .tit1 {
  text-align: center;
  width: 100%;
}

.hotlist .qx_video .qx_video_box .leftbox .titbox .tit1 .tit1_1 {
  color: var(--graphite);
}

.hotlist .qx_video .qx_video_box .leftbox .titbox .tit1 .tit1_2 {
  color: var(--lnk);
}

.hotlist .qx_video .qx_video_box .rightbox .rightbox_scroll .video_list li img {
  border-radius: 8px;
  aspect-ratio: 285/163;
  object-fit: cover;
}

.hotlist .qx_video .scival-card-list {
  padding: 0;
  margin-top: 1.56vw;
}

@media screen and (max-width: 1000px) {
  .hotlist .qx_video .big-modtitle {
    padding: 0;
    margin: 1.4em 0 1em;
    font-size: max(20px, 2.6042vw);
  }

  .hotlist .qx_video .qx_video_box {
    height: 105vw;
  }

  .hotlist .qx_video .qx_video_box .leftbox .bg,
  .hotlist .qx_video .qx_video_box .leftbox .titbox .tit1_2 {
    display: none;
  }

  .hotlist .qx_video .qx_video_box .leftbox,
  .hotlist .qx_video .qx_video_box .leftbox .tit {
    position: relative;
    height: auto;
  }

  .hotlist .qx_video .qx_video_box .leftbox .titbox {
    padding: 0 4.2808% 10px;
    padding-top: 3.5vw;
  }

  .hotlist .qx_video .qx_video_box .leftbox .titbox .tit1 .tit1_1 {
    text-align: left;
    font-size: 17px;
  }

  .hotlist .qx_video .qx_video_box .rightbox {
    padding: 0 4.2808%;
  }

  .hotlist .qx_video .qx_video_box .rightbox .rightbox_scroll {
    height: 86vw;
  }

  .hotlist .scival-card-list-item {
    padding-top: 3.5vw;
  }

  .hotlist .scival-card-list-item .item-title {
    font-size: 17px;
    margin-bottom: 3.5vw;
  }

  .hotlist .qx_video .scival-card-list {
    padding: 0;
    margin-top: 20px;
  }

  .hotlist .qx_video .scival-card-list-item {
    padding-left: 4.2808%;
    padding-right: 4.2808%;
  }
}

.hotlist .below .product,
.hotlist .inst,
.hotlist .school-box {
  padding: 0 10vw;
}

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

  .hotlist .below .product,
  .hotlist .inst,
  .hotlist .school-box {
    padding: 0 5vw;
  }
}

.hotlist .below .product {
  padding-bottom: 5%;
}

.hotlist .below .product .btn-ontrial {
  width: 15em;
  font-size: max(14px, 1.0417vw);
  color: #fff;
  padding: 1em 2.8em;
  background-color: var(--primary);
  border-radius: 0.3em;
  display: block;
  text-align: center;
  box-sizing: border-box;
  font-weight: 700;
  margin: 2em auto;
  transition: all 0.5s;
  line-height: 1;
}

.hotlist .below .product .btn-ontrial:hover {
  transform: translateY(-5px);
}

.hotlist .below .product .title {
  color: var(--graphite);
  font-weight: 700;
}

.hotlist .below .product .text {
  color: var(--lnk);
}

.hotlist .below .product>.title {
  text-align: center;
  font-size: max(20px, 2.6042vw);
}

.hotlist .below .product>.text {
  text-align: center;
  margin-top: 1em;
  font-size: max(14px, 1.0417vw);
}

.hotlist .below .product .product-list {
  margin: 3% 0 1vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1vw;
}

.hotlist .below .product .product-list .item {
  width: 100%;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 5% 5.5%;
  min-height: 155px;
  box-shadow: 0 0.26vw 1.82vw 0 rgba(70, 70, 86, 0.2);
  border-radius: 0.5vw;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.5s;
}

.hotlist .below .product .product-list .item:hover {
  transform: scale(1.05);
}

.hotlist .below .product .product-list .item .title {
  position: relative;
  z-index: 1;
  font-size: max(16px, 1.3542vw);
}

.hotlist .below .product .product-list .item .text {
  position: relative;
  z-index: 1;
  font-size: max(14px, 0.83vw);
  margin: 0.6em 0 1em;
}

.hotlist .below .product .product-list .item .bg {
  position: absolute;
  top: 0;
  right: -2%;
  z-index: 0;
  object-fit: cover;
  height: 100%;
}

.hotlist .below .product .go {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}

.hotlist .below .product .table .item .go {
  justify-content: flex-end;
  flex-wrap: wrap;
}

.hotlist .below .product .go .go-item {
  display: flex;
  align-items: center;
  gap: 0.3em;
}

.hotlist .below .product .go .go-item div {
  color: var(--blue);
}

.hotlist .below .product .go .go-item img {
  height: 0.8em;
  object-fit: cover;
  transition: all 0.4s;
  filter: brightness(0) saturate(100%) invert(32%) sepia(88%) saturate(1862%) hue-rotate(200deg) brightness(74%) contrast(84%);
}

.hotlist .below .product .go .go-item:hover div {
  text-decoration: underline;
}

.hotlist .below .product .go .go-item:hover img {
  transform: translateX(80%);
}

.hotlist .below .product .table {
  width: 100%;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #ebebeb;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  box-shadow: 0 0.26vw 1.82vw 0 rgba(70, 70, 86, 0.2);
}

.hotlist .below .product .table .item {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: max(15px, 6%);
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  transition: all 0.5s;
  gap: 1em;
  min-height: 120px;
}

.hotlist .below .product .table .item:nth-child(1) {
  border-radius: max(8px, 0.5vw) 0 0;
}

.hotlist .below .product .table .item:nth-child(3) {
  border-radius: 0 max(8px, 0.5vw) 0 0;
}

.hotlist .below .product .table .item:nth-last-child(2) {
  border-radius: 0 0 max(8px, 0.5vw) 0;
}

.hotlist .below .product .table .item:nth-last-child(4) {
  border-radius: 0 0 0 max(8px, 0.5vw);
}

.hotlist .below .product .table .item.empty {
  display: none;
}

.hotlist .below .product .table .item:hover {
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
  z-index: 1;
}

.hotlist .below .product .table .item .title {
  width: 100%;
  font-size: max(16px, 1.3542vw);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hotlist .below .product .table .item .text {
  width: 100%;
  font-size: max(12px, 0.7813vw);
  color: var(--lnk);
  margin-top: 0.5em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1000px) {
  .hotlist .below .product .product-list {
    margin-bottom: 20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .hotlist .below .product .product-list .item {
    border-radius: 5px;
    min-height: 128px;
  }

  .hotlist .below .product .product-list .item .bg {
    border-radius: 8px;
  }

  .hotlist .below .product .table {
    grid-template-columns: repeat(2, 1fr);
  }

  .hotlist .below .product .table .item {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    gap: 0;
  }

  .hotlist .below .product .table .item .go {
    justify-content: left;
  }

  .hotlist .below .product .table .item:nth-child(3),
  .hotlist .below .product .table .item:nth-child(4) {
    border-radius: 0;
  }

  .hotlist .below .product .table .item:nth-child(2) {
    border-radius: 0 8px 0 0;
  }

  .hotlist .below .product .table .item:nth-last-child(2) {
    border-radius: 0 0 8px 0;
  }

  .hotlist .below .product .table .item:nth-last-child(3) {
    border-radius: 0 0 0 8px;
  }
}

@media screen and (max-width: 600px) {
  .hotlist .below .product>.title {
    margin-top: 1.4em;
  }

  .hotlist .below .product .product-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .hotlist .below .product .table {
    grid-template-columns: repeat(1, 1fr);
  }

  .hotlist .below .product .table .item {
    min-height: 110px;
  }

  .hotlist .below .product .table .item:nth-child(1) {
    border-radius: 8px 8px 0 0;
  }

  .hotlist .below .product .table .item:nth-last-child(2) {
    border-radius: 0 0 8px 8px;
  }

  .hotlist .below .product .table .item:nth-child(2),
  .hotlist .below .product .table .item:nth-child(5) {
    border-radius: 0;
  }
}

@media screen and (max-width: 400px) {
  .hotlist .below .product .btn-ontrial {
    width: auto;
  }
}

.hotlist .inst-5 {
  padding-top: 5%;
}

.hotlist .inst .left {
  width: 66% !important;
}

.hotlist .inst .left>.title {
  margin-bottom: 1em;
  font-size: max(20px, 2.6042vw);
}

.hotlist .inst .solve-box .go {
  width: 22.6ch;
  font-size: max(16px, 1.35vw);
  padding: 1em 2.8em;
  transition: all 0.5s;
  box-sizing: border-box;
  border-radius: 0.3em;
  font-weight: 700;
  line-height: 1;
}

.hotlist .inst .solve-box .go:hover {
  transform: translateY(-5px);
}

@media screen and (max-width: 1000px) {
  .hotlist .inst .left {
    width: 100% !important;
  }

  .hotlist .inst .left>.title {
    text-align: center;
  }
}

@media screen and (max-width: 400px) {
  .hotlist .inst .solve-box .go {
    width: 100%;
  }
}

.hotlist .inst-5,
.hotlist .school-box {
  padding-bottom: 5%;
  background-color: #fafafa;
}

.hotlist .school-box .school-top {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hotlist .school-box .school-top div {
  height: 1px;
  flex: 1;
  background-color: rgba(0, 0, 0, 0.1);
}

.hotlist .school-box .school-top span {
  font-size: max(14px, 1.3542vw);
  font-weight: 700;
  color: var(--graphite);
  padding: 0 0.2em;
  display: block;
  background-color: #fafafa;
}

.hotlist .school-box .school-list {
  margin-top: 3%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2vw 2vw;
}

.hotlist .school-box .school-list .item {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  aspect-ratio: 134/34;
}

.hotlist .school-box .school-list .item img {
  max-width: 80%;
  object-fit: cover;
}

@media screen and (max-width: 1000px) {
  .hotlist .school-box .school-list {
    gap: 2vw;
  }
}

@media screen and (max-width: 650px) {
  .hotlist .school-box {
    padding-bottom: 10%;
  }

  .hotlist .school-box .school-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
  }
}

.hotlist .interest {
  padding-top: 5%;
  background: 0 0;
  background: url(/images/contact-bg.png) no-repeat left bottom;
  padding-bottom: 5%;
  background-size: 42vw;
}

.hotlist .interest .left .list {
  list-style: none;
}

.hotlist .interest .left .list li {
  list-style: none;
  line-height: 1.8;
  display: flex;
  align-items: flex-start;
  margin-bottom: 4%;
}

.hotlist .interest .left .list li .title {
  line-height: 1.65;
  font-size: max(14px, 1.3542vw);
  display: flex;
  align-items: center;
  gap: 0.3em;
  margin-right: 0.5em;
  white-space: nowrap;
}

.hotlist .interest .left .list li .title img {
  width: 1.3em;
  object-fit: cover;
}

.hotlist .interest .left .list li .text {
  font-size: max(13px, 1.25vw);
  margin: 0 !important;
}

.search-qx .search-qx-main form.hotlist-topform ul {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 10px;
}

.search-qx .search-qx-main form.hotlist-topform ul li.pos {
  line-height: 1;
  display: none;
  width: 36%;
}

.search-qx .search-qx-main form.hotlist-topform ul li {
  flex-grow: 0 !important;
}

.search-qx .search-qx-main form.hotlist-topform ul li:nth-child(1) {
  width: 30%;
}

.search-qx .search-qx-main form.hotlist-topform ul li:nth-child(2) {
  width: 45%;
}

.search-qx .search-qx-main form.hotlist-topform ul li:nth-child(3) {
  width: 25%;
}

.select-box {
  width: 100%;
  position: relative;
  padding-left: 7%;
  height: 100%;
}

.select-box .select-value {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 3vw;
  color: var(--graphite);
}

.search-qx .search-qx-main form.hotlist-topform ul li.download {
  overflow: hidden;
  background-color: var(--blue);
  border-radius: 2em !important;
  line-height: 1;
}

.search-qx .search-qx-main form.hotlist-topform ul li.download .btn {
  display: block;
  cursor: pointer;
  color: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-weight: 700;
  transition: all 0.3s;
  font-size: 1.1458vw;
}

.search-qx .search-qx-main form.hotlist-topform ul li.download .btn img {
  height: 0.9em;
  margin-left: 0.2em;
}

.search-qx .search-qx-main form.hotlist-topform ul li.download:hover {
  background-color: var(--primary) c4;
}

@media screen and (max-width: 1000px) {
  .search-qx.min {
    display: block;
  }

  .search-qx .search-qx-main form.hotlist-topform ul li:nth-child(1) {
    display: flex;
    width: 30%;
  }

  .search-qx .search-qx-main form.hotlist-topform ul li:nth-child(2) {
    width: 40%;
  }

  .search-qx .search-qx-main form.hotlist-topform ul li:nth-child(3) {
    width: 19%;
  }

  .search-qx .search-qx-main form.hotlist-topform ul li.download .btn {
    font-size: 3.2vw;
  }
}

/* #region 医学 */
.page-nav-box {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.page-nav-box .search-qx-main {
  position: relative;
  width: 100%;
  align-items: center;
  gap: 20px;
  margin: -2vw 0 -3vw;
  background: linear-gradient(180deg, #fff, #fff, #fff, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

.page-nav {
  flex: 1;
  color: var(--graphite);
  font-size: max(14px, 1vw);
}

.page-nav__title {
  font-weight: bold;
  position: relative;
  line-height: 1;
  font-size: 1.2em;
}

.page-nav__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.4em;
  width: 3px;
  height: 1em;
  border-radius: 0.2em;
  background-color: var(--primary);
}

.page-nav-ul {
  padding: 1em 0 0;
}

.page-nav-ul li {
  overflow: hidden;
  margin-right: 1.5em;
  display: inline-block;
}

.page-nav-ul li a {
  position: relative;
  color: var(--lnk);
  padding-right: 0.7em;
  transition: color 0.3s;
}

.page-nav-ul li a:hover {
  color: var(--blue);
}

.page-nav-ul li a img {
  height: 0.8em;
  margin-bottom: 0.2em;
  transition: transform 0.3s;
  filter: brightness(0.1);
}

.page-nav-ul li a:hover img {
  animation: move 0.5s infinite alternate;
  filter: brightness(1);
}

.page-btn {
  /* #region 按钮统一样式 */
  outline: none;
  cursor: pointer;
  color: #fff;
  white-space: nowrap;
  position: relative;
  border-radius: 3em;
  background-color: var(--blue);
  transition: background-color 0.3s, transform 0.3s;
  border: none;
  text-align: center;
  /* #endregion */

  font-size: max(16.8px, 1.38vw);
  font-weight: bold;
  padding: 0.8em 3em;
}

.page-btn:hover {
  background-color: var(--blue-dark);
}

.outstanding {
  display: flex;
  justify-content: space-between;
  gap: max(10px, 2vw);
  margin-top: max(20px, 3vw);
}

.outstanding .mak-card::before {
  height: 50%;
  background: linear-gradient(0deg, rgb(0, 0, 0), rgba(255, 255, 255, 0));
}

@media screen and (max-width: 1000px) {
  .page-nav-box {
    padding: 0;
  }

  .page-nav-box .search-qx-main {
    padding: 20px 15px;
  }

  .page-nav {
    position: relative;
  }

  .page-nav__title {
    line-height: normal;
    position: relative;
    padding: 10px 30px 10px 10px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
  }

  .page-nav__title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 0.8em;
    height: 0.8em;
    background: url(../images/select1.png) no-repeat center center;
    transition: transform 0.3s;
  }

  .page-nav__title:hover::after {
    transform: translateY(-50%) rotate(180deg);
  }

  .page-nav__title::before {
    display: none;
  }

  .page-nav-ul {
    position: absolute;
    top: 100%;
    left: 0;
    white-space: nowrap;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px 10px;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s;
  }

  .page-nav__title:hover+.page-nav-ul {
    transform: scaleY(1);
  }

  .page-nav-ul li {
    margin: 0;
  }

  .page-btn {
    padding: 10px 1.5em;
  }

  .outstanding {
    flex-direction: column;
    gap: 7px;
  }
}

/* #endregion */

/* #region 作者培训课 */
.authorworkshop .section {
  padding: 4vw 10vw;
  background: #fff;
  background-image: url(../images/yuanxing-bg.png);
  background-size: 27%;
  background-repeat: no-repeat;
  background-position: right top;
}

.authorworkshop .section-title {
  padding-bottom: 3em;
}

.authorworkshop .section-title .title {
  padding-bottom: .6em;
  font-weight: bold;
  font-size: var(--h2-font-size);
}


.authorworkshop .section .qx_video_hr {
  line-height: 1;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, .6);
  font-size: var(--font-size-base);
  padding: 3.5em 0 1.5em;
  gap: 1em;
}

.authorworkshop .section .qx_video_hr .hr {
  flex: 1;
  height: 1px;
  border-bottom: 1px solid currentColor;
  box-sizing: border-box;
}

.authorworkshop .section .qx_video_box {
  margin: 0;
}

.authorworkshop .section .qx_video_box+.qx_video_box {
  margin: 3vw 0 0;
}

.authorworkshop .section .qx_video_box .leftbox .tit {
  height: auto;
}

.authorworkshop .video-nav-box {
  min-width: 0 !important;
  min-height: 0 !important;
  font-size: var(--font-size-base);
  height: 2.8em;
}

.authorworkshop .video-nav {
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  line-height: 1;
  background-color: var(--graphite);
  font-size: var(--font-size-base);
  border-radius: .2em;
  padding: 4px;
}

.authorworkshop .video-nav.sticky-top {
  border-radius: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: .5em 10vw;
}

.authorworkshop .video-nav ul {
  overflow: hidden;
  display: flex;
  align-items: center;
}

.authorworkshop .video-nav ul li {
  position: relative;
  flex: 1;
  margin-right: 3em;
}

.authorworkshop .video-nav ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 3em;
  height: 100%;
  background-image: url(../images/icon-sector3-arrow.png);
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: center;
}

.authorworkshop .video-nav ul li:last-child {
  margin-right: 0;
}

.authorworkshop .video-nav ul li:last-child::before {
  display: none;
}

.authorworkshop .video-nav ul li a {
  white-space: nowrap;
  display: block;
  padding: .9em 1em;
  text-align: center;
  border-radius: .2em;
  transition: background-color .3s;

}


.authorworkshop .video-nav ul li a:hover {
  background-color: rgb(255 255 255/ 8%);
}

.authorworkshop .video-nav ul li a.active {
  background-color: var(--primary) !important;
}

.authorworkshop .video-nav ul li a.active:hover {
  color: #fff;
}

.authorworkshop .video-nav ul li a .index {
  margin-right: .5em;
  color: var(--primary);
}

.authorworkshop .video-nav ul li a.active .index {
  color: #fff !important;
}

.authorworkshop .qx_video {
  margin: 0;
  padding: 0;
  background: none;
  scroll-margin-top: 2.8em;
  font-size: var(--font-size-base);
}

.authorworkshop .qx_video .qx_video_box .leftbox .titbox .tit1 {
  flex: 1;
}

.authorworkshop .qx_video .qx_video_box .leftbox .titbox .icon {
  font-size: var(--font-size-base);
  width: 3em;
  padding-left: 0;
  margin-left: 1em;
  max-width: none;
}

.authorworkshop .qx_video .qx_video_box .leftbox .titbox .icon img {
  width: 100%;
}

.authorworkshop .qx_video .qx_video_box .leftbox .titbox .tit1_1 {
  font-size: var(--font-size-large);
}

.authorworkshop .qx_video .qx_video_box .leftbox .titbox .tit1_2 {
  font-size: var(--font-size-extra-base);
}

.authorworkshop .zs-intro {
  display: flex;
  align-items: center;
  padding: 5vw 10% 4vw;
  box-sizing: border-box;
  justify-content: space-between;
  background: #c9c6c1 url(../images/bg-ky-intro.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.authorworkshop .zs-intro .left {
  width: 40%;
  height: auto;
}

.authorworkshop .zs-intro .left .title {
  font-size: var(--h2-font-size);
  font-weight: bold;
  color: var(--graphite);
  margin: 0 0 1em;
}

.authorworkshop .zs-intro .left .mid {
  width: 100%;
  height: auto;
}

.authorworkshop .zs-intro .left .go {
  /* #region 按钮统一样式 */
  outline: none;
  cursor: pointer;
  color: #fff;
  white-space: nowrap;
  position: relative;
  border-radius: 3em;
  background-color: var(--blue);
  transition: background-color 0.3s, transform 0.3s;
  border: none;
  text-align: center;
  /* #endregion */

  font-size: var(--font-size-extra-medium);
  line-height: 1;
  padding: 0.93em 0 .83em;
  width: 11em;
  display: block;
  box-sizing: border-box;
}

.authorworkshop .zs-intro .left .go:hover {
  background-color: var(--blue-dark);
}

.authorworkshop .zs-intro .left .minititle {
  width: 100%;
  height: auto;
  font-size: var(--font-size-large);
  font-weight: bold;
  color: var(--graphite);
  margin-bottom: 0.8vw;
}

.authorworkshop .zs-intro .left .minitext {
  width: 100%;
  height: auto;
  font-size: var(--font-size-base);
  color: var(--lnk);
  margin-bottom: 2em;
  line-height: 1.8;
}

.authorworkshop .zs-intro .right {
  width: 60%;
  height: auto;
  margin-right: -7%;
}

.authorworkshop .zs-intro .right .shareimg {
  margin-right: -5%;
  width: 100%;
  height: auto;
}

.authorworkshop .zs-intro .right .shareimg img {
  width: 100%;
  height: auto;
}

.authorworkshop .zs-intro .right .shareimg .text {
  margin-top: -1.5em;
  text-align: center;
  font-size: var(--font-size-small);
  color: var(--graphite);
  padding-right: 12%;
}

.authorworkshop .sector .primary-title {
  margin: 1em 0 .5em;
}

.authorworkshop .sector .list {
  font-size: max(14px, 0.83vw);
  display: flex;
  gap: 3em;
}

.authorworkshop .sector .list .item {
  font-size: var(--font-size-base);
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  background-color: #fff;
  padding: 1.5em 2em;
  color: var(--graphite);
  border: 1px solid #e6e6e6;
  border-radius: 0.45em;
}

.authorworkshop .sector .list .item .icon {
  margin-left: auto;
  display: block;
  width: 4em;
  height: 4em;
}

.authorworkshop .sector .list .item p {
  color: var(--lnk);
  font-size: var(--font-size-small);
  line-height: 1.2;
  padding: .3em 0;
}

.authorworkshop .sector .go {
  /* #region 按钮统一样式 */
  outline: none;
  cursor: pointer;
  color: #fff;
  white-space: nowrap;
  position: relative;
  border-radius: 3em;
  background-color: var(--blue);
  transition: background-color 0.3s, transform 0.3s;
  border: none;
  text-align: center;
  /* #endregion */

  margin-top: 1.5em;
  font-size: var(--font-size-small);
  line-height: 1;
  padding: .7em 1.1em .63em;
  display: inline-flex;
  justify-content: center;
  gap: .5em;
  align-items: center;
  box-sizing: border-box;
}

.authorworkshop .sector .go img {
  height: .8em;
}

.authorworkshop .sector .go:hover {
  background-color: var(--blue-dark);
}

.authorworkshop .sector .list .item:hover {
  border-color: #999999;
}

.authorworkshop .sector .correlation .cont {
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 2em;
}

.authorworkshop .sector .correlation .cont .right {
  margin-left: auto;
  flex: 0 1;
}


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

  .authorworkshop .section,
  .authorworkshop .sector {
    padding: 30px 10px;
  }

  .authorworkshop .section {
    background-size: 67%;
  }

  .authorworkshop .section-title {
    padding-bottom: 30px;
  }

  .authorworkshop .section-title .title {
    padding-bottom: 10px;
  }

  .authorworkshop .zs-intro {
    display: flex !important;
    padding: 10% 5% 7% !important;
    box-sizing: border-box;
    justify-content: space-between !important;
    flex-direction: column !important;
  }

  .authorworkshop .zs-intro .left {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 16px !important;
  }

  .authorworkshop .zs-intro .left .title {
    font-size: 22px !important;
    font-weight: bold !important;
    color: var(--graphite);
    margin-bottom: 15px !important;
    text-align: center !important;
  }

  .authorworkshop .zs-intro .left .linelist {
    width: 100% !important;
    height: auto;
    margin-bottom: 15px !important;
    padding: 0 2%;
    box-sizing: border-box;
  }

  .authorworkshop .zs-intro .left .mid {
    width: 100% !important;
    height: auto;
  }

  .authorworkshop .zs-intro .left .go {
    width: 100%;
    font-size: var(--font-size-base);
  }

  .authorworkshop .zs-intro .left .minititle {
    width: 100% !important;
    height: auto;
    font-size: 18px !important;
    font-weight: bold;
    color: var(--graphite);
    margin-bottom: 6px;
    text-align: center;
  }

  .authorworkshop .zs-intro .left .minitext {
    width: 100%;
    height: auto;
    font-size: 13px !important;
    margin-bottom: 10px;
    line-height: 1.5;
    text-align: justify;
    padding: 0 2%;
    box-sizing: border-box;
  }

  .authorworkshop .zs-intro .seemore {
    display: none;
  }

  .authorworkshop .zs-intro .mseemore {
    display: block;
    margin: 15px 0 30px;
  }

  .authorworkshop .zs-intro .right {
    margin: 0;
    width: 100% !important;
    margin-top: 20px;
  }

  .authorworkshop .zs-intro .right .shareimg {
    height: auto;
  }

  .authorworkshop .zs-intro .right .shareimg img {
    height: auto;
  }

  .authorworkshop .zs-intro .right .shareimg .text {
    margin-top: -10px;
  }

  .authorworkshop .video-nav.sticky-top {
    padding: .5em 10px;
  }

  .authorworkshop .video-nav ul li {
    margin: 0;
  }

  .authorworkshop .video-nav ul li::before {
    content: none;
  }

  .authorworkshop .video-nav ul li a {
    padding: 5px 8px;
    font-size: 13px;
  }

  .authorworkshop .video-nav ul li span {
    display: block;
  }

  .authorworkshop .video-nav ul li .index {
    padding-bottom: 5px;
  }

  .authorworkshop .section .qx_video_hr {
    font-size: 13px;
    padding: 30px 0 15px;
  }

  .authorworkshop .section .qx_video_box+.qx_video_box {
    margin-top: 20px;
  }

  .authorworkshop .sector .list {
    flex-direction: column;
    gap: 7px;
  }

  .authorworkshop .sector .list .item {
    border-radius: 8px;
    padding: 1em;
    align-items: flex-start;
    gap: 20px;
  }

  .authorworkshop .sector .list .item .icon {
    width: 3em;
    height: 3em;
  }

  .authorworkshop .sector .list .item h4 {
    font-size: 17px;
  }

  .authorworkshop .sector .go {
    margin-left: auto;
    font-size: 14px;
    padding: 8px 12px 8px 14px;
  }

  .authorworkshop .sector .list .item .go {
    margin-top: 10px;
  }

  .authorworkshop .sector .correlation {
    flex-direction: column;
  }
}

/* #endregion */

/* #region 教委工会项目 */
.sheclu-top {
  font-size: max(15px, 1.04vw);
  display: flex;
  align-items: center;
}

.sheclu-top .sheclu-list {
  margin-right: auto;
  display: flex;
  align-items: center;
  width: 100%;
  list-style: none;
  white-space: nowrap;
}

.sheclu-top .sheclu-list .sheclu-top-item {
  position: relative;
  padding: 0 15% 0 1em;
}

.sheclu-top .sheclu-list .sheclu-top-item span {
  color: var(--lnk);
}

.sheclu-top .sheclu-list .sheclu-top-item div {
  padding-top: 0.2em;
  font-weight: bold;
  color: var(--graphite);
}

.sheclu-top .sheclu-list .sheclu-top-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 2.8em;
  background-color: var(--primary);
}

.sheclu-top .sheclu-top-btn {
  /* #region 按钮统一样式 */
  outline: none;
  cursor: pointer;
  color: #fff;
  white-space: nowrap;
  position: relative;
  border-radius: 3em;
  background-color: var(--blue);
  transition: background-color 0.3s, transform 0.3s;
  border: none;
  text-align: center;
  /* #endregion */

  font-size: max(15px, 1.2vw);
  font-weight: bold;
  display: block;
  padding: 0 9em 0 2em;
  height: 3em;
  line-height: 3.1em;
}

.sheclu-top .sheclu-top-btn:hover {
  background-color: var(--blue-dark);
}

.sheclu-top .sheclu-top-btn .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 9em;
}

@media screen and (max-width: 1000px) {
  .sheclu-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .sheclu-top .sheclu-list {
    align-items: flex-start;
    justify-content: space-between;
    gap: 1em 0;
  }

  .sheclu-top .sheclu-list .sheclu-top-item {
    padding: 0 1.5em 0 1em;
  }

  .sheclu-top .sheclu-list .sheclu-top-item:nth-child(2) {
    white-space: wrap;
  }

  .sheclu-top .sheclu-top-btn {
    text-align: center;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
}

.sheclu {
  color: var(--graphite);
  /* 扫描列表项 */
  /* 第一阶段 */
  /* 第二阶段 */
  /* 第三阶段 */
  /* 科研热讯 */
}

.sheclu ul {
  list-style: none;
}

.sheclu .swiper {
  position: relative;
}

.sheclu .swiper .swiper-container {
  position: relative;
  width: 100vw;
  padding: 2.5vw 10vw 4vw 10vw;
  box-sizing: border-box;
}

.sheclu .swiper .swiper-container .swiper-wrapper {
  font-size: max(14px, 1.04vw);
}

.sheclu .swiper .swiper-container .swiper-wrapper .swiper-slide {
  font-size: max(14px, 1.04vw);
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
}

.sheclu .swiper .swiper-container::-webkit-scrollbar {
  display: none;
}

.sheclu .swiper .swiper-btn .btn-left,
.sheclu .swiper .swiper-btn .btn-right {
  position: absolute;
  z-index: 2;
  top: 30%;
  font-size: max(14px, 1.04vw);
  width: 2.8em;
  height: 2.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  border-radius: 50%;
  border: 1px solid;
  transition: transform 0.3s, opacity 0.3s;
  cursor: pointer;
  overflow: hidden;
  color: var(--blue);
}

.sheclu .swiper .swiper-btn .btn-left img,
.sheclu .swiper .swiper-btn .btn-right img {
  object-fit: cover;
  height: 0.8em;
  color: inherit;
  filter: drop-shadow(currentColor 100px 100px);
  transform: translate(-100px, -100px);
}

.sheclu .swiper .swiper-btn .btn-left.swiper-button-disabled,
.sheclu .swiper .swiper-btn .btn-right.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.3);
  cursor: not-allowed;
}

.sheclu .swiper .swiper-btn .btn-left {
  left: 2em;
  transform: rotate(180deg);
}

.sheclu .swiper .swiper-btn .btn-left:hover:not(.swiper-button-disabled) {
  transform: translateX(-0.5em) rotate(180deg);
}

.sheclu .swiper .swiper-btn .btn-right {
  right: 2em;
}

.sheclu .swiper .swiper-btn .btn-right:hover:not(.swiper-button-disabled) {
  transform: translate(0.5em);
}

.sheclu .scanning .scanning-list {
  padding-top: 0.8em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
}

.sheclu .scanning .scanning-list li {
  width: 100%;
}

.sheclu .scanning .scanning-list li img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.sheclu .sheclu1 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  background-image: url("/images/bg-sector1.jpg");
}

.sheclu .sheclu1 .sector-wrap {
  padding-right: 7vw;
}

.sheclu .sheclu1 .swiper .cover-box {
  display: block;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0% 0%, 0% 100%, 65% 100%, 100% 93%, 100% 7%, 65% 0%);
}

.sheclu .sheclu1 .swiper .cover-box .cover {
  position: relative;
  z-index: 1;
  transition: transform 0.3s;
  width: 100%;
  aspect-ratio: 350/273;
  object-fit: cover;
}

.sheclu .sheclu1 .swiper .cover-box .info {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 1em 3em 1em 1em;
}

.sheclu .sheclu1 .swiper .cover-box .info h6 {
  font-size: max(14px, 1.04vw);
}

.sheclu .sheclu1 .swiper .cover-box .info p {
  line-height: 1.4;
  margin-top: 0.3em;
  font-size: 14px;
}

.sheclu .sheclu1 .swiper .cover-box.video {
  cursor: pointer;
}

.sheclu .sheclu1 .swiper .cover-box.video::after {
  content: "";
  position: absolute;
  z-index: 4;
  right: 0.5em;
  bottom: 1.5em;
  width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
  background-color: var(--primary);
  background-image: url("../images/icon-video2.png");
  background-size: 0.51em 0.67em;
  background-position: 53% center;
  background-repeat: no-repeat;
}

.sheclu .sheclu1 .swiper .cover-box.video:hover .cover {
  transform: scale(1.1);
}

.sheclu .sheclu1 .swiper .cover-box::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(255, 255, 255, 0));
}

.sheclu .sheclu1 .swiper .cont {
  padding: 1em 0.6em;
}

.sheclu .sheclu1 .swiper .cont .tag {
  font-size: 0.8em;
  color: var(--primary);
}

.sheclu .sheclu1 .swiper .cont .title {
  cursor: inherit;
  font-weight: bold;
  display: block;
  font-size: inherit;
  padding-top: 0.3em;
  line-height: 1.5;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sheclu .sheclu1 .swiper .cont .title.link {
  transition: color 0.3s;
  text-decoration: underline;
  cursor: pointer;
}

.sheclu .sheclu1 .swiper .cont .title.link:hover {
  color: var(--blue);
}

@media screen and (max-width: 1000px) {
  .sheclu .sheclu1 .swiper .cover-box::before {
    height: 38%;
  }

  .sheclu .sheclu1 .swiper .cover-box .info {
    padding: 10px;
  }

  .sheclu .sheclu1 .swiper .cover-box .info p {
    display: none;
  }
}

.sheclu .sheclu2 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}

.sheclu .sheclu2 .sector-nav {
  padding: 1em 10vw 0;
}

.sheclu .sheclu2 .swiper-container {
  display: none;
}

.sheclu .sheclu2 .swiper-container.active {
  display: block;
}

.sheclu .sheclu2 .gc-list .swiper-slide {
  border-radius: 0.4em;
}

.sheclu .sheclu2 .gc-list .topimg {
  aspect-ratio: 318/183;
  height: auto;
  border-radius: 0.4em;
}

.sheclu .sheclu2 .gc-list .card-classify {
  font-size: max(17px, 1.15vw);
  padding: 0.8em;
}

.sheclu .sheclu2 .gc-list .card-classify .gc-icon {
  font-size: max(13px, 0.83vw);
  margin-bottom: 5px;
}

.sheclu .sheclu2 .gc-list .card-classify .gc-icon img {
  margin-right: 0.3em;
  max-width: none;
  height: 1.5em;
}

.sheclu .sheclu2 .gc-list .card-classify .gc-icon span {
  font-size: inherit;
}

.sheclu .sheclu2 .gc-list .card-classify .licardtit {
  line-height: 1.4;
  font-size: max(17px, 1.15vw);
  height: 2.8em;
}

.sheclu .sheclu2 .gc-list .card-classify .licardtit .hovtit {
  font-size: inherit;
  border: none;
}

.sheclu .sheclu2 .gc-list .card-classify .lanmu {
  margin-top: 0.8em;
  font-size: max(13px, 0.83vw);
}

.sheclu .sheclu2 .gc-list .card-classify .lanmu .sp1 {
  font-size: inherit;
}

@media screen and (max-width: 1000px) {
  .sheclu .sheclu2 .gc-list .card-classify .licardtit {
    line-height: 1.4;
    font-size: max(17px, 1.15vw);
    height: 4.2em;
  }

  .sheclu .sheclu2 .gc-list .card-classify .licardtit .hovtit {
    font-size: inherit;
    border: none;
  }
}

.sheclu .sheclu3 .list {
  font-size: max(14px, 0.83vw);
  padding-top: 2.5vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3em;
}

.sheclu .sheclu3 .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #fff;
  padding: 2em 3em;
  color: var(--graphite);
  border: 1px solid #e6e6e6;
  border-radius: 0.5em;
}

.sheclu .sheclu3 .list .item .icon {
  display: block;
  margin: 0 0 0.5em;
  width: 6em;
  height: 6em;
}

.sheclu .sheclu3 .list .item .text {
  text-align: center;
  line-height: 1.8;
}

.sheclu .sheclu3 .list .item .text.left {
  text-align: left;
}

.sheclu .sheclu3 .list .item .qrcode {
  width: 6em;
  height: 6em;
}

.sheclu .sheclu3 .list .item a {
  color: var(--blue);
  text-decoration: underline;
}

.sheclu .sheclu3 .list .item .date {
  margin-top: auto;
  padding-top: 0.5em;
  text-align: center;
  font-weight: bold;
  color: var(--primary);
}

.sheclu .sheclu3 .list .item:hover {
  border-color: #999999;
}

.sheclu .sheclu3 .list .item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
  width: 3em;
  height: 23px;
  background-image: url("/images/icon-sector3-arrow.png");
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.sheclu .sheclu3 .list .item:last-child::before {
  content: none;
  display: none;
}

@media screen and (max-width: 1000px) {
  .sheclu .sheclu3 .list {
    padding-top: 30px;
    grid-template-columns: repeat(1, 1fr);
  }

  .sheclu .sheclu3 .list .item {
    padding: 20px 18px 20px 5px;
    flex-direction: row;
  }

  .sheclu .sheclu3 .list .item .icon {
    margin: 0 5px 0 0;
    width: 4.5em;
    height: 4.5em;
  }

  .sheclu .sheclu3 .list .item .text {
    text-align: left;
    flex: 1;
    font-size: 12px;
    line-height: 1.5;
  }

  .sheclu .sheclu3 .list .item .qrcode {
    width: 65px;
    height: 65px;
  }

  .sheclu .sheclu3 .list .item .date {
    padding-top: 0;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 16px;
    transform: translateY(-50%);
  }

  .sheclu .sheclu3 .list .item::before {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 50%) rotate(90deg);
  }
}

.sheclu .fronts {
  padding: 4vw 0;
}

.sheclu .fronts #fronts {
  transition: height 0.3s;
  width: 100%;
  height: 0;
}

@media screen and (max-width: 1000px) {
  .sheclu .swiper .swiper-container {
    padding: 25px 5vw 40px 5vw;
  }

  .sheclu .swiper .swiper-container .swiper-slide {
    width: calc((100% - 30px) / 2);
    margin-right: 10px;
  }

  .sheclu .swiper .swiper-btn .btn-left,
  .sheclu .swiper .swiper-btn .btn-right {
    top: 24%;
    width: 30px;
    height: 30px;
    transform: none !important;
  }

  .sheclu .swiper .swiper-btn .btn-left img,
  .sheclu .swiper .swiper-btn .btn-right img {
    height: 10px;
  }

  .sheclu .swiper .swiper-btn .btn-left {
    left: 3px;
    transform: rotate(180deg) !important;
  }

  .sheclu .swiper .swiper-btn .btn-right {
    right: 3px;
  }

  .sheclu .scanning {
    padding-top: 145px;
  }

  .sheclu .scanning .scanning-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .sheclu .sheclu2 .sector-nav {
    padding: 0 5vw;
  }

  .sheclu .fronts {
    padding: 40px 0;
  }

  .sheclu .fronts .primary-title {
    margin-bottom: 0;
  }
}

.ifronts {
  overflow: hidden;
}

.ifronts .more-hotlist {
  padding-top: 3vw;
}

.ifronts .upper {
  margin-bottom: 0;
}

.ifronts.show-two {
  position: relative;
}

.ifronts.show-two .upper {
  margin-bottom: 0;
}

.ifronts.show-two .upper>.right>div:not(:nth-child(1), :nth-child(2), .ifronts-more) {
  display: none !important;
}

.ifronts.show-two .ifronts-more::before {
  height: 20vw;
  opacity: 1;
}

.ifronts .ifronts-more {
  text-align: center;
  margin-top: 30px;
  padding: 0 33%;
  position: relative;
}

.ifronts .ifronts-more .button {
  outline: none;
  cursor: pointer;
  border-radius: 3em;
  background-color: #fff;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s, transform 0.3s;
  font-size: 18px;
  padding: 0 1.5em;
  height: 55px;
  line-height: 55px;
  border: 1px solid #858281;
  overflow: hidden;
  color: var(--graphite);
  width: 100%;
}

.ifronts .ifronts-more .button:hover {
  background-color: #f7f6f2;
}

.ifronts .ifronts-more .button .show {
  display: none;
}

.ifronts .ifronts-more .button:hover {
  border-color: var(--graphite);
  background-color: #f2f2f2;
}

.ifronts .ifronts-more .button img {
  height: 0.7em;
  margin-left: 0.5em;
  margin-bottom: 0.2em;
  transition: transform 0.3s;
  color: inherit;
  filter: drop-shadow(currentColor 100px 100px);
  transform: rotate(90deg) translate(-100px, -100px);
}

.ifronts .ifronts-more .button.active .show {
  display: inline;
}

.ifronts .ifronts-more .button.active .hide {
  display: none;
}

.ifronts .ifronts-more .button.active img {
  transform: rotate(270deg) translate(-100px, -100px);
}

.ifronts .ifronts-more::before {
  content: "";
  position: absolute;
  z-index: 88;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  transition: height 0.3s, opacity 0.3s;
  background: linear-gradient(0deg, rgba(var(--white-rgb), 0.9), rgba(var(--white-rgb), 0.8), rgba(var(--white-rgb), 0));
}

@media screen and (max-width: 1000px) {
  .ifronts .ifronts-more {
    padding: 0;
  }

  .ifronts .header .search-qx .search-qx-main {
    padding: 8vw 5vw 5vw;
  }

  .scival-card-list-item a .new .new1 {
    font-size: 10px;
    border-radius: 3px;
  }
}


/* #endregion */

/* #region aibootcamp */
.aibootcamp {
  font-size: var(--font-size-extra-base);
}

.aibootcamp .banner-zs {
  /* background-color: #000; */
}

.aibootcamp .headline-img {
  width: 24vw;
}

.aibootcamp .link-more {
  margin-top: 2em;
}

@media screen and (max-width: 1300px) {
  .aibootcamp .sector {
    padding: 5vw;
  }

  .aibootcamp .sector .sector-wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

@media screen and (max-width: 1000px) {
  .aibootcamp .headline-img {
    width: 80vw;
  }

  .aibootcamp .sector {
    padding: 40px 10px;
  }

  .aibootcamp .sector .sector-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .aibootcamp .link-more {
    margin-top: 15px;
  }
}

/* Elseiver AI 使用场景 */
.aibootcamp .news-sector {
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
}

.aibootcamp .news-sector .news-card {
  background-color: var(--graphite);
  font-size: var(--font-size-extra-base);
  border-radius: .3em;
  overflow: hidden;
  line-height: 1;
  flex: 1;
}

.aibootcamp .news-sector .news-card.whole {
  background-image: url(../images/bg-aibootcamp1.png);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: top right;
  width: 100%;
  flex: none;
}

.aibootcamp .news-sector .news-head {
  display: flex;
  align-items: center;
  padding: .7em;
  color: var(--white);
  font-size: var(--font-size-large);
}

.aibootcamp .news-sector .news-head .icon {
  width: 1.2em;
  height: 1.2em;
  object-fit: cover;
}

.aibootcamp .news-sector .news-head .title {
  font-size: 1.2em;
  margin-left: 5px;
  font-weight: bold;
}

.aibootcamp .news-sector .news-head .title .text {
  font-weight: normal;
  margin-left: .5em;
  font-size: var(--font-size-extra-base);
}

.aibootcamp .news-sector .news-body {
  padding: 2.5em 2.2em;
  background-color: var(--white);
  border-radius: .3em;
}

.aibootcamp .news-sector .news-body .news-list {
  display: flex;
  gap: 2.5em;
}

.aibootcamp .news-sector .news-body .news-item {
  /* width: 25%;
  padding: 0 1em;
  box-sizing: border-box;
  display: inline-flex; */
  width: 100%;
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.aibootcamp .news-sector .news-body .news-item .cont {
  flex: 1;
}

.aibootcamp .news-sector .news-body .news-item h5 {
  font-size: var(--font-size-extra-medium);
  font-weight: bold;
}

.aibootcamp .news-sector .news-body .news-item .en {
  font-weight: bold;
  font-size: var(--font-size-base);
  /* color: var(--primary); */
  padding-top: .2em;
}

.aibootcamp .news-sector .news-body .news-item p {
  padding-top: .8em;
  line-height: 1.4;
  color: var(--lnk);
  font-size: var(--font-size-small);
  margin-bottom: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aibootcamp .news-sector .news-body .swiper {
  margin: .8em 0 0;
  width: 100%;
  padding-bottom: 1.5em;
}

.aibootcamp .news-sector .news-body .t-swiper-pagination {
  font-size: 9px;
  bottom: 0 !important;
}

.aibootcamp .news-sector .news-body .swiper-wrapper {
  width: 100%;
}

.aibootcamp .news-sector .news-body .swiper-slide {
  font-size: var(--font-size-base);
}

.aibootcamp .news-sector .news-body .swiper-slide a {
  display: block;
  position: relative;
  clip-path: polygon(0% 0%, 0% 100%, 65% 100%, 100% 93%, 100% 7%, 65% 0%);
}

.aibootcamp .news-sector .news-body .swiper-slide a::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(255, 255, 255, 0));
}

.aibootcamp .news-sector .news-body .swiper-slide a:hover .cover {
  transform: scale(1.1);
}

.aibootcamp .news-sector .news-body .swiper-slide a .cover {
  transition: transform .3s;
  width: 100%;
  height: auto;
  aspect-ratio: 321 / 210;
  object-fit: cover;
}

.aibootcamp .news-sector .news-body .swiper-slide a h6 {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 86%;
  margin: 6%;
  line-height: 1.2;
  font-size: var(--font-size-base);
  color: var(--white);
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aibootcamp .news-sector .news-body .news-item.row {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}

.aibootcamp .news-sector .news-body .news-item.row .cont {
  flex: none;
  width: 55%;
}

.aibootcamp .news-sector .news-body .news-item.row .swiper {
  margin: 0;
  width: 35%;
}

.aibootcamp .news-sector .news-body .news-item.row .swiper-slide a h6 {
  font-weight: normal;
  font-size: var(--font-size-small);
}

@media screen and (max-width: 1000px) {
  .aibootcamp .news-sector {
    margin-top: 20px;
    gap: 15px;
  }

  .aibootcamp .news-sector .news-card {
    flex: none;
    width: 100%;
  }

  .aibootcamp .news-sector .news-head {
    padding: 15px;
  }

  .aibootcamp .news-sector .news-head .icon {
    width: 40px;
    height: 40px;
  }

  .aibootcamp .news-sector .news-head .title span {
    font-size: 20px;
    display: block;
    margin: 0 !important;
  }

  .aibootcamp .news-sector .news-head .title .text {
    font-size: 13px;
    margin-top: 5px !important;
  }

  .aibootcamp .news-sector .news-body {
    padding: 15px;
  }

  .aibootcamp .news-sector .news-body .news-list {
    flex-direction: column;
    gap: 10px;
  }

  .aibootcamp .news-sector .news-body .news-item {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .aibootcamp .news-sector .news-body .news-item .swiper {
    width: 40% !important;
    padding-bottom: 15px;
  }

  .aibootcamp .news-sector .news-body .news-item p {
    padding-top: 5px;
  }

  .aibootcamp .news-sector .news-body .news-item .swiper-slide a h6 {
    font-size: 12px !important;
  }
}

/* Elsevier Ai 技能精进 */

.aibootcamp .sector .sector-nav .item {
  font-weight: normal !important;
}

.aibootcamp .video-list {
  margin-bottom: -2em;
}

.aibootcamp .video-list .swiper {
  position: relative;
  padding: 2em 0;
  --swiper-video-gtc: 4;
  --swiper-video-min-gtc: 4;
  --swiper-video-gap: 20px;
  display: none;
}

.aibootcamp .video-list .swiper.active {
  display: block;
}

.aibootcamp .video-list .t-swiper-pagination {
  font-size: 12px;
  bottom: 0 !important;
}

.aibootcamp .video-list .swiper .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(max(var(--swiper-video-gtc), var(--swiper-video-min-gtc)), 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: var(--swiper-video-gap) 0;
}

.aibootcamp .video-list .swiper .swiper-slide {
  margin-top: 0 !important;
  margin-right: var(--swiper-video-gap);
}

.aibootcamp .video-list .mak-card {
  background-image: url(../images/bg-aibootcamp2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex: 1;
  background-color: var(--graphite);
  border-radius: .3em;
}

.aibootcamp .video-list .mak-card .cont {
  position: relative;
}

.aibootcamp .video-list .mak-card .title {
  display: flex;
  align-items: center;
}

.aibootcamp .video-list .mak-card .title span {
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aibootcamp .video-list .mak-card .title .icon {
  margin-left: auto;
  position: relative;
  width: 1.6em;
  height: 1.6em;
  object-fit: cover;
  background-color: var(--primary);
  border-radius: 50%;
}

.aibootcamp .video-list .mak-card .title .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
  width: 0.5em;
  height: 0.6em;
  background-image: url("../images/icon-video2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: .5em .6em;
  filter: brightness(.12);
}

.aibootcamp .video-list .mak-card .text {
  width: 88%;
  padding-top: .6em;
  line-height: 1.5;
  height: 3em;
  opacity: .9;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 1300px) {
  .aibootcamp .video-list .swiper {
    --swiper-video-gap: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .aibootcamp .sector .sector-nav {
    padding-top: 10px;
  }

  .aibootcamp .video-list {
    margin: 0;
  }

  .aibootcamp .video-list .swiper {
    padding: 15px 0 25px;
    margin-bottom: -15px;
    --swiper-video-min-gtc: 2;
  }
}

@media screen and (max-width: 500px) {
  .aibootcamp .video-list .swiper {
    --swiper-video-min-gtc: 1;
    --swiper-video-gap: 8px;
  }
}

/* Elsevier AI 热门活动 */
.aibootcamp .swiper-activity {
  margin-top: 2em;
  --swiper-activity-gap: 16px
}

.aibootcamp .swiper-activity .arrow {
  font-size: var(--font-size-extra-base);
  width: 1.8em;
  height: 1.8em;
  background-color: var(--white);
  border-radius: 50%;
}

.aibootcamp .swiper-activity .swiper-wrapper {
  transition-timing-function: linear !important;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.aibootcamp .swiper-activity .swiper-slide {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: var(--swiper-activity-gap);
}

.aibootcamp .swiper-activity .swiper-slide.whole,
.aibootcamp .swiper-activity .swiper-slide.deep {
  border-radius: .3em;
}

.aibootcamp .swiper-activity .swiper-slide.whole {
  --card-border-color: rgb(0 0 0 / 10%);
  background-color: var(--white);
  color: var(--graphite);
}

.aibootcamp .swiper-activity .swiper-slide.deep {
  --card-border-color: rgb(255 255 255 / 10%);
  background-color: var(--graphite);
  color: var(--white);
}

.aibootcamp .swiper-activity .swiper-slide.whole .mak-card,
.aibootcamp .swiper-activity .swiper-slide.deep .mak-card {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.aibootcamp .swiper-activity .mak-card {
  flex: none;
  aspect-ratio: 493 / 208;
  transform: none;
  border-radius: .3em;
  display: block;
}

.aibootcamp .swiper-activity .mak-card>img {
  object-fit: cover;
}

.aibootcamp .swiper-activity .mak-card .cont .en {
  font-size: .8em;
  font-weight: bold;
  color: var(--primary) !important;
  margin: 0;
}

.aibootcamp .swiper-activity .mak-card .cont .text {
  width: 90%;
  margin-top: .5em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aibootcamp .swiper-activity .mak-card .cont .arrow {
  position: absolute;
  right: min(1.5em, 8%);
  bottom: min(1.5em, 20%);
}

.aibootcamp .swiper-activity .activity-cont {
  aspect-ratio: 493 / 208;
  padding: min(1.5em, 8%);
  padding-top: 0;
  box-sizing: border-box;
}

.aibootcamp .swiper-activity .activity-cont .title {
  display: flex;
  align-items: center;
  gap: 1em;
  border-bottom: 1px solid var(--card-border-color);
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.aibootcamp .swiper-activity .activity-cont .title span {
  font-size: var(--font-size-small);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aibootcamp .swiper-activity .activity-cont .links {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1em;
  line-height: 1;
}

.aibootcamp .swiper-activity .activity-cont .links li {
  width: 100%;
  overflow: hidden;
}

.aibootcamp .swiper-activity .activity-cont .links .link {
  position: relative;
  padding-left: 1em;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: var(--font-size-extra-small);
  transition: color .3s;
}

.aibootcamp .swiper-activity .activity-cont .links .link .primary {
  color: var(--primary);
  margin-right: .5em;
}

.aibootcamp .swiper-activity .activity-cont .links .link:hover {
  color: var(--blue);
}

.aibootcamp .swiper-activity .activity-cont .links .link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: .5em;
  transform: translate(-50%, -50%);
  width: .3em;
  height: .3em;
  border-radius: 50%;
  background-color: var(--primary);
}

@media screen and (max-width: 1000px) {
  .aibootcamp .swiper-activity {
    margin-top: 0;
    --swiper-activity-gap: 10px
  }

  .aibootcamp .swiper-activity .activity-cont {
    padding-bottom: 15px;
  }

  .aibootcamp .swiper-activity .activity-cont .title {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .aibootcamp .swiper-activity .activity-cont .title span {
    font-size: 14px;
  }

  .aibootcamp .swiper-activity .activity-cont .links {
    gap: 10px;
  }

  .aibootcamp .swiper-activity .mak-card .cont .text {
    -webkit-line-clamp: 2;
  }
}

/* 合作客户 Partnerships */
.aibootcamp .cooperate-list {
  margin-top: 2em;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: max(10px, .5vw);
}

.aibootcamp .cooperate-item {
  overflow: hidden;
  border-radius: .4em;
  background-color: #fff;
  padding: 1.2em .8em;
  border: 1px solid rgb(0 0 0 / 10%)
}

.aibootcamp .cooperate-item__image {
  width: 100%;
  height: 100%;

  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .aibootcamp .cooperate-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Elsevier AI 产品试用申请 */
.aibootcamp-more {
  background-image: url('../images/bg-aibootcamp-more.jpg');
}

.aibootcamp-more .box {
  width: 42%;
  min-width: 300px;
}

@media screen and (max-width: 1000px) {
  .aibootcamp-more {
    background-position: 82% 50%;
  }

  .aibootcamp-more .box {
    min-width: 0;
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .aibootcamp-more {
    text-align: center;
  }

  .aibootcamp-more .box {
    width: 100%;
  }
}

/* #endregion */