@charset "UTF-8";
@import './public.css';

input[type=submit] {
  width: 22%;
  height: 1.56vw;
  color: #fff;
  background: var(--primary);
  border: 0;
  border-radius: 0.8vw;
  cursor: pointer;
  font-size: 0.73vw;
}

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

/* #region 废弃? */
.header-search {
  position: fixed;
  top: 4.69vw;
  left: 0;
  z-index: 200;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10vw;
  background: #fff;
  transform: translateY(-15.21vw);
  transition: all 0.3s;
  opacity: 0;
  border-bottom: 0.05vw solid rgb(80 80 80 / 10%);
}

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

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

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

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

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

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

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

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

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

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 210;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5.16vw;
  transition: all 0.3s;
}

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

.header-sticky .sticky-left .s-left a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

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

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

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

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

.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-left .s-right {
  height: 100%;
}

.header-sticky .sticky-left .header-index-menu {
  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 rgb(255 255 255 / 30%);
}

.header-index-search-hover {
  color: rgb(47 47 47 / 60%) !important;
}

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

.header-sticky .sticky-right .header-index-search span {
  color: #edecf4;
  font-size: 1.04vw;
}

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

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

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

@media screen and (max-width: 1000px) {
  .header-search {
    top: 50px;
    align-items: flex-start;
    height: 100px;
    padding: 0 26px;
    transform: translateY(-100px);
  }

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

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

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

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

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

  .header-search>form input[type=submit]{
    font-size: 14px;
  }

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

  .header-sticky {
    height: 0 !important;
  }
  
  .header-sticky .sticky-left .s-left a h1 {
    font-size: 12px;
  }

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

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

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

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

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

/* #endregion */

/* #region 搜索弹出 */
.search1 {
  position: absolute;
  bottom: 34%;
  left: 12.75%;
  z-index: 999999;
  width: 32%;
}

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

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

.search1 .sousuo input::placeholder {
  color: #c6c6c6;
}

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

.search1 .sousuo input[type=submit]:hover {
  background-color: var(--primary);
}

/* #endregion */

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

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

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

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

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

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

.seabox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 29.2vw;
  height: 3.3vw;
  padding: 3px;
  background-color: #fff;
  border-radius: 0.36vw;
}

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

/* #region 废弃? */
.tabmenu {
  width: 100%;
  height: auto;
  margin-bottom: 2.91vw;
}

.tabmenu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 15vw;
  height: 5.3vw;
  border-bottom: #e7e7e7 1px solid;
}

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

.tabmenu li::after {
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 4px;
  background-color: var(--primary);
  border-radius: 10px;
  transform: translateX(-50%);
  transition: width 0.5s;
  content: '';
}

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

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

.tabcontent .tabitem {
  display: none;
}

.tabcontent .on {
  display: block;
}

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

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

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

.modfour .two {
  top: 14.06vw;
}

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

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

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

.modfour .four {
  top: 21.97vw;
}

.modfour .five {
  top: 24.97vw;
}

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

.modfive {
  position: relative;
}

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

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

.modfive .sea2 {
  left: 76.6vw;
}

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

@media screen and (max-width: 1000px) {
  .bg-main {
    background-size: 50%;
  }
}

/* #endregion */

/* #region 产品容器与标题 */
.main-content {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 8%;
  padding: 0 10%;
}

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

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


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

.main-content .content-subtitle .current {
  text-decoration: underline;
}

.main-content .content-subtitle span:not(.line):hover {
  color: var(--primary);
}

.main-content .content-subtitle .line,
.main-content .content-subtitle .line1 {
  position: absolute;
  bottom: -0.05vw;
  width: 10vw;
  height: 0.05vw;
  background: var(--primary);
  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;
}

@media screen and (max-width: 1000px) {
  .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);
  }
}

/* #endregion */

/* #region 产品列表 */
.main-content-box {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  gap: 1.56vw;
}

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

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

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

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

.main-content-box>li:not(.item-full) .item-wrap {
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  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: rgb(255 255 255 / 60%);
}

.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 {
  margin-bottom: 0.67vw;
  color: var(--graphite);
  font-size: var(--h1-font-size);
  font-weight: 700;
}

.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;
  width: 100%;
  padding: 1.5vw 0 1.8vw;
  background: rgb(0 0 0 / 50%);
}

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

.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 {
  position: relative;
  box-sizing: border-box;
  width: 26vw;
  margin-top: 3vw;
  padding: 0;
}

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

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

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

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

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

.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 {
  position: relative;
  display: -webkit-box;
  float: left;
  padding-right: 11px;
  color: var(--graphite);
  transition: all 0.3s;
  text-decoration: none;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.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 {
  position: absolute;
  top: 1px;
  right: 0;
  width: 8px;
  height: 8px;
  color: inherit;
  background: url('/images/qx_icon8.png') no-repeat;
  transform: translate(100px, 100px);
  content: '';
  filter: drop-shadow(currentcolor -100px -100px);
}

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

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

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

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

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

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

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

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

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

.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 {
  display: grid;
  width: 100%;
  margin-bottom: 0.2vw;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5vw 0;
  list-style: none;
}

.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: rgb(255 255 255 / 60%) !important;
}

.main-content-box .item-wrap-links.shadow-black-06 {
  background: rgb(0 0 0 / 60%) !important;
}

.main-content-box .item-wrap-links.shadow-black-07 {
  background: rgb(0 0 0 / 70%) !important;
}

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

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

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

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

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

.main-content-box .item-wrap-links 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 {
  position: relative;
  top: 0.05vw;
  width: 0.5em;
  margin-left: 0.5em;
}

@media screen and (max-width: 1000px) {
  .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 {
    bottom: 2vw;
    width: 90vw;
    padding: 0 5%;
  }

  .main-content-box>li:not(.item-full) .item-wrap-links .news {
    bottom: 2.3vw;
    padding: 0 5%;
  }

  .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 {
    width: 30%;
    height: 12px;
    font-size: 12px;
    line-height: 1;
  }

  .main-content-box>li:not(.item-full) .item-wrap-links>div {
    left: 0;
  }
}

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

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

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

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

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

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

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

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

.main-content-box .item-full .hover-box>div ul {
  margin-top: 1.82vw;
  margin-bottom: 3.13vw;
  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 {
  padding-bottom: 0.21vw;
  color: #fff;
  font-size: 1.15vw;
  text-decoration: none;
  border-bottom: 0.1vw solid #fff;
}

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

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

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

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

.main-content-box>li:not(.item-full) .hover-box ul {
  margin-top: 1.82vw;
  margin-bottom: 3.13vw;
  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 {
  padding-bottom: 0.21vw;
  color: #fff;
  font-size: 1.15vw;
  text-decoration: none;
  border-bottom: 0.1vw solid #fff;
}

@media screen and (max-width: 1000px) {
  .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 rgb(70 70 86 / 20%);
  }

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

  .main-content-box .item-full>img {
    top: 48% !important;
    left: 50% !important;
    width: 50vw !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{
    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{
    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 {
    justify-content: flex-start;
    align-items: center;
    padding: 25px 10px 25px 25px;
  }

  .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;
  }

  .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: rgb(255 255 255 / 60%);
    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;
  }

  .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 {
    z-index: 11;
    border-radius: 8px 8px 0 0 !important;
  }

  .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;
  }

  .main-content-box .item-wrap-links a span {
    font-size: 12px;
  }

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

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

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

/* #endregion */

/* #region 废弃? */
.more-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

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

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

.more-content-box {
  display: grid;
  width: 100%;
  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 {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.93vw;
  padding: 0 3.65vw 3.3vw 3.38vw;
  background-color: #f7f7f7;
  border-radius: 8px;
  opacity: 0.902;
  overflow: hidden;
}

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

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

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

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

.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%);
}

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

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

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

.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 {
  position: absolute;
  left: 1.04vw;
  width: 100%;
  color: var(--lnk);
  transition: all 0.3s;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1vw;
}

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

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

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

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

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

.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 {
  position: relative;
  top: -0.21vw;
  width: 0.47vw;
  margin-left: 0.42vw;
  transition: transform 0.3s;
}

.more-content-ofter-box>li>div>a span {
  transition: all 0.3s;
}

.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%);
}

.more-content-ofter-box>li>div>a:hover span  {
  color: var(--primary);
}

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

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

.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-top: -0.52vw;
  margin-bottom: 1.35vw;
}

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

@media screen and (max-width: 1000px) {
  .more-content .content-title {
    margin-top: 10%;
    font-size: 20px;
  }

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

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

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

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

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

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

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

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

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

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

  .more-content-box>li .item-top>div>a span{
    font-size: 12px;
  }

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

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

  .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{
    font-size: 13px;
  }

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

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

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

  .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;
    margin-top: 10px;
    padding: 0;
  }

  .more-content-ofter-box>li>div>a span {
    font-size: 12px;
  }

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

/* #endregion */

.scival-card-list ul {
  list-style: none;
}

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

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

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

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

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

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

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

/* #region 产品详情 banner */
.secondary-menu-wrap {
  box-sizing: border-box;
  width: 100%;
  padding: 0 9.9vw 6.4vw;
  color: #fff;
  background: url('/images/scival-bg-1.jpg') no-repeat;
  background-size: cover;
}

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

.secondary-menu.float {
  background: #fff;
  border-color: transparent;
  box-shadow: 0 0 5.37vw 0 rgb(39 39 39 / 13%);
}

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

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

.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 a {
  position: relative;
  padding: 0.63vw 1.56vw;
  color: #fff;
  background-color: var(--blue);
  border: none;
  border-radius: 3em;
  transition: background-color 0.3s, transform 0.3s;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
}

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

.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;
  transition: all 0.3s;
  cursor: pointer;
}

.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;
}

.secondary-menu-wrap .swiper-banner {
  overflow: hidden;
  position: relative;
  height: 25vw;
}

.secondary-menu-wrap .swiper-pagination {
  position: absolute;
  bottom: 1.5vw;
  left: 0;
  justify-content: center;
  width: 100%;
}

.secondary-menu-wrap .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  background: 0 0;
  border: #000 2px solid;
  border-radius: 20px;
  opacity: 0.2;
}

.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;
}

@media screen and (max-width: 1000px) {
  .secondary-menu {
    height: 50px;
    padding: 8px 0 0;
    border: 0;
  }

  .secondary-menu-wrap {
    padding: 0 5vw 30px;
  }

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

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

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

  .secondary-menu-wrap .secondary-menu>ul li a {
    font-size: 14px;
  }

  .secondary-menu-wrap .swiper-banner {
    height: 38vw !important;
  }

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

/* #endregion */

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

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

.scival-content {
  width: 100%;
  margin-bottom: 4.69vw;
  padding: 0 0 2vw;
  background-size: 100%;
}

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

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

.scival-data-list-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 4vw !important;
  padding: 0 10vw;
  list-style: none;
}

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

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

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

.pro-content .scival-data-list {
  max-width: 100%;
  margin-top: 2.29vw;
  padding-left: 1.04vw;
  color: var(--lnk);
  font-size: var(--font-size-extra-base);
  line-height: 1.6;
}

.pro-content .scival-data-list.list-style-none {
  padding-left: 0;
}

.pro-content .scival-data-list.list-style-none li {
  margin-left: 0;
  list-style: none;
}

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

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

.pro-content li.list-style-none {
  list-style: none;
}

.pro-content a:not([href='#']) {
  text-decoration: none;
  word-wrap: break-word;
  color: var(--blue);
}

.pro-content a:not([href='#']):hover {
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

.scival-card-list-item {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  padding: 3.91vw 1.04vw 3.91vw 3.39vw;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0.26vw 1.82vw 0 rgb(70 70 86 / 20%);
  transition: all 0.3s;
  scroll-margin-top: calc(var(--layout-header-height) + 10px);
}

.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 {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 0.3em;
  height: 0.3em;
  background-color: var(--primary);
  border-radius: 50%;
  transform: translateY(-50%);
  content: '';
}

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

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

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

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

.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 {
  position: relative;
  width: 26.04vw;
  height: 15vw;
  margin-bottom: 1.82vw;
  background-color: #ececec;
  border-radius: 8px;
  box-shadow: 0 0 1.25vw 0 rgb(31 31 31 / 22%);
  overflow: hidden;
  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 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

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

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

.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-swiper {
  box-sizing: border-box;
  width: 100%;
  padding-left: 10% !important;
}

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

.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;
}

.relative {
  position: relative;
}

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

.open-class-list-nav {
  position: relative;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 13vw;
  margin-bottom: 2vw;
  transition: top 0.3s;
  list-style: none;
}

.open-class-list-nav.sticky-top{
  position: fixed;
  top: calc(var(--layout-header-height) + 1.82vw);
  left: 10vw;
}

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

.open-class-list-nav li + li {
  margin-top: 1.82vw;
}

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

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

.right-content {
  flex: 1;
}

.m-0 {
  margin: 0;
}

.open-class-list {
  scroll-margin-top: var(--layout-header-height);
}

.open-class-list-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0.94vw;
}

.open-class-list:nth-child(1) .open-class-list-item {
  margin-top: 0;
}

.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 {
  width: 100%;
  margin-top: 0.6vw;
  margin-bottom: 1vw;
  color: var(--lnk);
  font-size: 1.15vw;
  line-height: 1.5;
}

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

.open-class-list-item .item-subtitle a:hover {
  color: var(--primary);
}

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

.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;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0.26vw 1.82vw 0 rgb(70 70 86 / 20%);
  transition: all 0.3s;
  overflow: hidden;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.library-list-header .library-list-nav {
  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 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  padding: 3.47vw 10% 0;
}

.library-list-swiper-1,
.library-list-swiper-2,
.library-list-swiper-3 {
  display: none;
  box-sizing: border-box;
  width: 100%;
  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 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 19.79vw !important;
  height: 20.54vw !important;
  margin-top: 2.87vw;
  margin-bottom: 3.13vw;
  background-color: #fff;
  border-radius: 0.63vw;
  box-shadow: 0 0.26vw 1.82vw 0 rgb(70 70 86 / 20%);
  transition: all 0.3s;
  overflow: hidden;
}

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

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

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

.library-list-list-item.video>img:not(:first-child) {
  position: absolute;
  right: 1.3vw;
  bottom: 47%;
  width: 2.19vw;
  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 {
  flex: 1;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 1.82vw 1.3vw 1.3vw;
  color: var(--graphite);
  font-size: 0.94vw;
  font-weight: 700;
}

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

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

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

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

.library-list-list-item: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:last-child {
  margin-right: 3.65vw;
}

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

.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 {
  right: 10%;
  left: 10% !important;
  width: unset !important;
  height: 0.104vw !important;
  background: silver;
}

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

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

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

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

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

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

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

.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 {
  display: flex;
  flex: 0.7;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  overflow: hidden;
  gap: 2vw;
}

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

.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: rgb(255 255 255 / 25.1%);
  line-height: 2;
}

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

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

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

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

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

.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;
  right: 1.3vw;
  bottom: 1.3vw;
  z-index: 9;
  width: 2.19vw;
}

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

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

.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 {
  display: none;
  box-sizing: border-box;
  width: 100%;
  padding: 4% 4% 10%;
}

.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 {
  position: relative;
  width: 100%;
  height: auto;
  margin: 1vw 0;
  border-radius: 0.63vw;
  box-shadow: 0 0 0.83vw 0 rgb(44 104 178 / 0.4%);
  transition: transform 0.3s;
  list-style: none;
  cursor: pointer;
}

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

.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;
  z-index: 99;
  width: 80%;
  font-size: 14px;
  -webkit-line-clamp: 1;
}

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

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

.more1 a {
  margin-right: 2px;
  color: #fff;
  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);
}

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

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

.preview-swiper {
  border-radius: 0.73vw;
  box-shadow: 0 0 5.37vw 0 rgb(39 39 39 / 13%);
  transition: transform 0.3s;
}

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

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

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

.arrow-left {
  display: none;
}

.auxiliary-bar {
  display: none;
}

.open-class-list-label {
  list-style: none;
  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 {
  color: var(--primary);
  background: #f9dac6;
}

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

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

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

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

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

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

.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] {
  width: 40vw;
  margin-left: 0.57vw;
  background: 0 0;
  border: 0;
  font-size: 1.56vw;
}

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

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

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

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

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

.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 {
  position: relative;
  height: auto;
}

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

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

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

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

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

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

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

@media screen and (max-width: 1000px) {
  .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 {
    font-size: 12px;
    margin-right: 14px;
    padding-bottom: 10px;
  }

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

  .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 {
    margin-bottom: 10px;
    padding: 7% 6%;
  }

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

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

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

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

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

  .pro-content li::marker{
    font-size: 13px;
  }

  .scival-card-list li::marker {
    font-size: 13px;
  }

  .auxiliary-bar {
    position: fixed;
    right: 6px;
    bottom: 190px;
    z-index: 240;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }

  .auxiliary-bar.sticky-top {
    opacity: 1;
    pointer-events: auto;
  }

  .auxiliary-bar-btn {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-top: 10px;
    background: rgb(0 0 0 / 30%);
    border-radius: 999px;
  }

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

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

  .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 {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: calc(20% - 20px) !important;
    padding-top: 20px !important;
    background: #773000 !important;
    border-radius: 0 0 8px 8px !important;
    transition: all 0.3s !important;
  }

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

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

  .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 rgb(39 39 39 / 13%);
  }

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

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

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

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

  .pro-content {
    flex: none;
    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) {
    margin: 0;
    padding: 0;
    border: 0;
  }

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

  .arrow-left {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 30px;
    color: var(--blue);
    font-size: 14px;
  }

  .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 rgb(70 70 86 / 20%);
    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 {
    right: 25px;
    width: 50px;
  }

  .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;
    margin-bottom: 12px;
    border-radius: 8px;
    box-shadow: 0 0 12px 0 rgb(31 31 31 / 22%);
  }

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

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

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

  .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 {
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 12px;
  }

  .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;
  }

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

@media (max-width: 1000px) and (any-hover: hover) {
  .opacity-hover-0~.hover-box,
  .opacity-hover-0~.hover-box div {
    transform: translateX(0) !important;
    opacity: 0.9 !important;
  }
}

@media screen and (max-width: 1000px) {
  #gongkaike .banner-zs {
    aspect-ratio: auto;
  }

  .open-class-list-nav li a {
    font-size: 14px;
  }

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

  .open-class-list-nav {
    z-index: 150;
    flex-direction: row;
    align-items: center;
    white-space: nowrap;
    overflow-x: auto;
    width: 100%;
    background: #fff;
  }

  .open-class-list-nav.sticky-top{
    top: 0;
    left: 0;
  }

  .open-class-list-nav li + li {
    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 {
    box-sizing: border-box;
    width: 100%;
    padding: 0 4%;
  }

  .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: 10px;
    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;
  }

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

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

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

  .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 {
    border-radius: 0 !important;
    box-shadow: none;
  }

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

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

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

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

  .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: rgb(255 255 255 / 60%);
  }

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

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

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

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

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

  .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) {
    top: 23.5vw;
    width: 25px;
  }

  .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) {
    display: -webkit-box;
    flex: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: unset;
  }

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

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

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

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

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

  .scival-course {
    position: relative;
  }

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

  .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 {
    width: auto;
    height: 10px;
  }

  .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;
    padding-bottom: 10%;
    background: #f8f8f8;
  }

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

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

  .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: none;
    margin-top: 15px;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2.6vw;
    gap: 40px;
    border-bottom: 1px solid #d2d2d7;
  }

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

  .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;
    box-sizing: border-box;
    margin-top: 10px;
    padding: 5.47vw 3.65vw 0;
  }

  .library-list-swiper-1,
  .library-list-swiper-2,
  .library-list-swiper-3 {
    display: none;
    box-sizing: border-box;
    width: 100%;
    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 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: unset !important;
    height: unset !important;
    margin: 0 !important;
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0.26vw 1.82vw 0 rgb(70 70 86 / 20%);
    transition: all 0.3s;
    overflow: hidden;
    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;
    right: 1.3vw;
    bottom: 47%;
    width: 2.19vw;
    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 {
    flex: 1;
    box-sizing: border-box;
    width: 100%;
    padding: 1.56vw 1.82vw 0 1.3vw;
    color: var(--graphite);
    font-size: 0.94vw;
    font-weight: 700;
  }

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

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

  .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) {
    min-height: 150px;
    margin-left: 1.77vw;
  }

  .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 {
    right: 3.65vw;
    left: 3.65vw !important;
    width: unset !important;
    height: 0.104vw !important;
    background: silver;
  }

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

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

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

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

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

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

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

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

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

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

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

.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 {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 10% 0;
}

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

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

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

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

.container li span {
  top: 0;
  left: 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 {
  position: relative;
  top: 73% !important;
  left: 1.5px !important;
  width: 100%;
}

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

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

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

.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 {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 2% 5% 0;
}

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

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

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

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

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

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

.courses .main-top .top-text {
  width: 100%;
  padding: 2% 0 0;
}

.courses .main-top .padd {
  padding: 0;
}

.courses .main-top .top-text .text-right {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.courses .main-top .top-text .text-right ul {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.courses .main-top .top-text .text-right li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  min-width: 130px;
  height: 40px;
  margin-right: 1%;
  margin-bottom: 1.5%;
  padding: 0 15px;
  background-color: rgb(254 125 1 / 20%);
  border: 1px solid var(--primary);
  border-radius: 2px;
  gap: 5px;
}

.courses .main-top .top-text .text-right li span {
  color: var(--primary);
  font-size: 0.9vw;
  transition: 0.5s all;
}

.courses .main-top .top-text .text-right li i {
  position: relative;
  z-index: 45;
  display: block;
  width: 0.6vw;
  height: 0.6vw;
  background: url('/images/select4.png') no-repeat right center;
  background-size: 100%;
  cursor: pointer;
}

.courses .main-content .con-txBox .cont ul li {
  transition: 0.5s all;
}

.courses .main-content .con-txBox .cont ul li a {
  position: relative;
  display: block;
}

.courses .main-content .con-txBox .cont ul li .text-box {
  position: absolute;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  height: 14vw;
  padding: 4% 5% 0;
  color: #fff;
  transition: 0.5s all;
  line-height: 1.8;
  font-size: 0.85vw;
  overflow: hidden;
}

.courses .main-content .con-txBox .cont ul li:hover .text-box {
  height: 14vw;
  background-color: rgb(0 0 0 / 50%);
  border-radius: 0.3vw;
  overflow: hidden;
}

.courses .main-content .con-txBox .cont ul li .text-box .text {
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: 0.5s all;
}

.courses .main-content .con-txBox .cont ul li:hover .text-box .text {
  display: -webkit-box;
  height: 12vw;
  transition: 0.5s all;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.courses .main-content .con-txBox .cont {
  padding: 0 0 2%;
}

.courses .main-content .con-txBox .cont li .context {
  height: auto;
}

.courses .main-content .con-txBox .cont ul li .context h4,
.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;
}

.courses .main-content .con-txBox .cont ul li .contlist {
  -webkit-line-clamp: 1;
}

.top-text .text-right .result,
.top-text .text-right ul {
  display: flex;
  align-items: center;
  width: 50%;
}

.top-text .text-right .result .retitle {
  position: relative;
  min-width: 120px;
  padding-left: 10px;
  color: var(--graphite);
  font-size: 1.98vw;
  font-weight: 700;
}

.top-text .text-right .result .retitle::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 80%;
  background: var(--primary);
  border-radius: 100px;
  transform: translateY(-50%);
  content: '';
}

.top-text .text-right .result .retext {
  position: relative;
  padding-left: 10px;
  color: #9e9fa0;
  font-size: 14px;
}

.top-text .text-right .result .retext .number {
  padding: 0 5px;
  color: var(--primary);
  font-size: 20px;
}

.top-text .text-right .result .retext .fenlei {
  padding: 0 5px;
  color: var(--primary);
  font-size: 14px;
}

.course-text {
  display: none;
}

.gc-list .course-text,
.gc-list .topimg .jianjie p,
.courses .gc-list .course-text {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gc-list .course-text,
.courses .gc-list .course-text {
  margin: 1vw 0;
  color: #53565a;
  font-size: 1.04vw;
  -webkit-line-clamp: 2;
}

.courses .gc-list .course-text {
  display: none;
}

.courses .gc-list .card-classify .licardtit {
  margin-bottom: 0.5vw;
}

.gc-list li.bluemark .course-text {
  color: #fff;
}

.gc-list .lanmu .sp2 {
  padding: 0 10px;
  color: var(--blue);
  font-size: 0.83vw;
}

.gc-list .lanmu .sp1 {
  padding-right: 10px;
  color: var(--blue);
  font-size: 0.83vw;
}

.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 {
  display: block;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  transition: box-shadow 0.3s, transform 0.3s;
  cursor: pointer;
  overflow: hidden;
}

.gc-list li:hover {
  box-shadow: 0 4px 4px rgb(51 51 51 / 2%), 0 10px 40px rgb(51 51 51 / 10%);
  transform: translateY(-8px);
}

.gc-list .topimg {
  position: relative;
  width: 100%;
  height: 14vw;
  border-radius: 8px;
  overflow: hidden;
  filter: drop-shadow(0 7px 9px rgb(0 0 0 / 20%));
}

.scroll-list .gc-list .topimg {
  height: 12vw;
}

.gc-list .topimg .jianjie {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 5%;
  transition: all 0.5s;
  overflow: hidden;
  opacity: 0;
}

.gc-list .topimg .jianjie p {
  box-sizing: border-box;
  color: #fff;
  transition: 0.5s all;
  font-size: 0.85vw;
  line-height: 1.8;
  -webkit-line-clamp: 6;
}

.gc-list li:hover .jianjie {
  overflow: hidden;
  background-color: rgb(0 0 0 / 50%);
  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 {
  max-width: 23px;
  margin-right: 8px;
}

.gc-list .bluemark .card-classify .gc-icon img {
  max-width: 23px;
  margin-right: 8px;
  filter: brightness(0) saturate(100%) invert(100%) hue-rotate(200deg);
}

.gc-list .course-text,
.hideli li,
.js-tools .hovblock br {
  display: none;
}

.articletype {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  padding: 1.3vw 1.3vw 0;
}

.gc-list .card-classify .licardtit,
.gc-list .card-classify .licardtit .hovtit {
  display: -webkit-box;
  color: var(--graphite);
  font-size: var(--font-size-medium);
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.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 rgb(0 0 0 / 20%);
}

.gc-list li.bluemark:hover .licardtit .hovtit {
  border-bottom: 2px solid #fff;
}

.gc-list .card-classify .lanmu,
.gc-list .card-classify .tolearn {
  margin-top: 1vw;
  color: var(--graphite);
  font-size: 0.9vw;
}

.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 {
  padding-right: 30px;
  color: var(--primary);
  background: url('/images/gc-arrhov.png') no-repeat center right;
  background-size: 0.9vw;
  font-size: 1.15vw;
}

.gc-show .showbg,
.gc-show .showbg.click {
  padding-right: 30px;
  color: var(--graphite);
  background-size: 0.9vw;
  transition: all 0.5s;
}

.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 {
  top: 0;
  right: 0;
  display: none;
}

.leafleft {
  bottom: 0;
  left: 0;
}

.leafleft img,
.leafright img {
  width: 100%;
}

.speed {
  box-sizing: border-box;
  padding: 5% 10%;
}

.new-bigtit {
  width: 100%;
  height: auto;
  margin-bottom: 2.1vw;
  color: var(--graphite);
  font-size: var(--h2-font-size);
  font-weight: 700;
}

.ky-content {
  position: relative;
  width: 100%;
  height: auto;
}

.ky-content::before,
.ky-content::after {
  position: absolute;
  z-index: 1;
  width: 30%;
  background-size: 100%;
  content: '';
  pointer-events: none;
}

.ky-content::before {
  top: 0;
  right: 0;
  background-image: url('/images/gc-leaf1.png');
  aspect-ratio: 86 / 39;
}

.ky-content::after {
  bottom: 0;
  left: 0;
  background-image: url('/images/gc-leaf2.png');
  aspect-ratio: 107 / 67;
}

.mod1-above {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 2.9vw;
  padding-bottom: 1.71vw;
}

.mod1-above .left-box {
  width: 65%;
}

.mod1-above .left-box .icon-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  list-style: none;
}

.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;
  float: right;
  width: 30%;
  height: 1px;
  background: var(--primary);
}

.mod1-above .right-box .arr,
.mod1-above .right-box .orange-arr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}

.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 {
  height: 100%;
  margin-right: 0.5vw;
  transform: rotate(180deg);
}

.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 {
  display: none;
  width: 100%;
}

.gby-text {
  position: absolute;
  top: 50%;
  right: 12%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  transform: translateY(-50%);
}

.gby-text .midtit {
  font-weight: 700;
  color: var(--graphite);
  font-size: 1.35vw;
}

.gby-code {
  box-sizing: border-box;
  width: 140px;
  height: 162px;
  margin-left: 5px;
  padding: 8px;
  background-color: #fff;
  border-radius: 5px;
}

.gby-code p {
  width: 100%;
  text-align-last: justify;
  font-size: 16px;
  color: var(--graphite);
}

.seemore {
  width: 100%;
}

.seemore a {
  display: inline-block;
  padding: 0.5vw 2vw 0.5vw 0;
  color: var(--graphite);
  background: url('/images/icp4.png') no-repeat 97% 54%;
  background-size: 1.3vw;
  transition: 0.5s all;
  font-size: 1.35vw;
}

.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 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.6vw;
}

.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 {
  height: 100%;
  margin-left: 0.5vw;
  transform: rotate(0deg);
}

.ky-rcmod3 .mod1-above .left-box .icon-list {
  justify-content: space-between;
}

.ky-rcmod3 .mod1-above .left-box .icon-list li {
  margin-right: 0;
}

.ky-rcmod3 .borderline1 .borderline2 {
  float: left;
}

.toolslist {
  display: grid;
  width: 100%;
  height: auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4vw;
}

.toolslist li {
  position: relative;
  width: 100%;
  height: 6.7vw;
  padding: 1vw;
  gap: 1vw;
  overflow: hidden;
}

.toolslist li:hover {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

.toolslist .item-left {
  width: 20%;
}

.toolslist .item-right,
.toolslist li {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  transition: all 0.5s;
}

.toolslist .item-right {
  position: absolute;
  top: 0;
  right: 0;
  justify-content: center;
  width: 30%;
  height: 100%;
  opacity: 0;
}

.toolslist li:hover .item-right {
  opacity: 1;
}

.toolslist .item-right img {
  height: 70%;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}

.toolslist .item-mid {
  flex: 1;
  flex-grow: 1;
}

.reportmod .report-info .right .newslist li,
.toolslist .item-mid a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.5s;
}

.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 {
  height: auto;
  color: var(--lnk);
  transition: all 0.5s;
  font-size: 1.04vw;
}

.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 {
  position: relative;
}

.reportmod .mbg,
.reportmod .pcbg {
  width: 100%;
}

.newslist li .titbox,
.reportmod .report-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.reportmod .report-info {
  position: absolute;
  top: 0;
  z-index: 10;
  box-sizing: border-box;
  height: 100%;
  padding: 5% 10%;
}

.reportmod .report-info .left {
  display: flex;
  flex-direction: column;
  width: 40.5%;
  height: 100%;
}

.reportmod .report-info .right {
  box-sizing: border-box;
  width: 50%;
  padding-right: 12%;
}

.reportmod .report-info .left .title {
  padding: 1vw 0 2vw;
  color: var(--graphite);
  font-size: var(--h1-font-size);
  font-weight: 700;
}

.reportmod .report-info .left .content {
  margin-bottom: 3.5vw;
  color: var(--lnk);
  font-size: 1.35vw;
  line-height: 2;
}

.reportmod .report-info .right .newslist li {
  box-sizing: border-box;
  width: 100%;
  height: 4.2vw;
  padding: 1vw 0;
  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 {
  display: none;
  width: 75%;
  height: 0;
  margin-top: 0.5vw;
  color: var(--lnk);
  transition: all 0.5s;
  font-size: 0.83vw;
  -webkit-line-clamp: 2;
  line-height: 1.5;
}

.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 {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 1vw 0;
  transition: all 0.5s;
  border-bottom: 1px solid var(--primary);
}

.reportmod .report-info .right .newslist li.onshow .showbox {
  display: -webkit-box;
  height: auto;
}

.newslist li .btn-icon {
  width: 10%;
  height: auto;
  background: url('/images/yuanxing-icon2.png') no-repeat right center;
  background-size: 33%;
  transition: all 0.5s;
  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 {
  display: grid;
  width: 100%;
  height: auto;
  margin-bottom: 2.5vw;
  grid-template-columns: repeat(3, 1fr);
  gap: 1vw 2.4vw;
}

.dingzhi .dzlist li {
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.5s;
}

.dingzhi .dzlist .topimg {
  overflow: hidden;
  box-shadow: 0 0 30px rgb(75 75 75 / 20%);
}

.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 {
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -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 {
  max-height: 80px;
  margin-bottom: 1vw;
  color: #666;
  font-size: 0.93vw;
}

.ky-jsmod1 .mod1-above .left-box,
.mod1-above.sixbox .left-box {
  width: 65%;
}

@media screen 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;
  }

  .line-box {
    box-sizing: border-box;
    padding: 4% 4.5% 3%;
  }

  .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;
    margin-left: 6%;
    background-position: center top 64%;
    background-size: 60%;
  }

  .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 {
    width: 40%;
    margin-top: 4%;
    margin-left: 29.5%;
    font-size: 5vw;
  }

  .wapper .circle .put span {
    font-size: 5vw;
  }
}

.layui-layer-iframe,
.layui-layer-iframe iframe {
  border-radius: 6px !important;
}

/* #region 问卷弹出 */
.questionnaire {
  position: fixed;
  right: 0;
  bottom: 10%;
  z-index: 999;
  display: none;
  list-style: none;
}

.questionnaire .ques_bth {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.2vw;
  height: 6.7vw;
  padding: 0.8vw 0;
  background-color: #ffab6f;
  border-radius: 0.8vw 0 0 0.8vw;
  transition: all 1.5s;
  cursor: pointer;
}

.questionnaire .ques_bth .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5vw;
  height: 1.5vw;
  background-color: #ff8b37;
  border-radius: 50%;
}

.questionnaire .ques_bth .icon img {
  width: 60%;
  max-width: 16px;
  height: auto;
}

.questionnaire .ques_bth .text {
  width: 0.8vw;
  height: auto;
  margin-top: 0.32vw;
  color: #fff;
  font-size: 0.8vw;
  line-height: 0.9vw;
  text-align: justify;
}

.questionnaire .ques_card {
  position: relative;
  right: -22vw;
  z-index: 999;
  box-sizing: border-box;
  width: 20.3vw;
  height: 7vw;
  padding: 1.35vw;
  background-color: #fff;
  border-radius: 0 0 0 0.8vw;
  box-shadow: 0 0 15px rgb(70 70 86 / 20%);
  transition: all 1s;
}

.questionnaire .ques_card .close {
  position: absolute;
  top: -0.5vw;
  left: -0.5vw;
  width: 1.6vw;
  height: 1.6vw;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.questionnaire .ques_card .close img {
  width: 100%;
  max-width: 30px;
  height: auto;
}

.questionnaire .ques_card .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  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) {
  float: left;
  width: auto;
  height: auto;
  color: var(--primary);
}

.questionnaire .ques_card .ques_list {
  position: relative;
  width: 100%;
  height: 1.56vw;
  margin-top: 0.3vw;
  border-radius: 1vw;
}

.questionnaire .ques_card .ques_list::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, #b5d3f6, #c6cad7);
  border-radius: 0.8vw 0 0 0.8vw;
  content: '';
}

.questionnaire .ques_card .ques_list::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  width: 50%;
  height: 100%;
  background: linear-gradient(to left, var(--primary), #c6cad7);
  border-radius: 0 0.8vw 0.8vw 0;
  content: '';
}

.questionnaire .ques_card .ques_list ul {
  position: relative;
  z-index: 999;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  list-style: none;
}

.questionnaire .ques_card .ques_list li,
.questionnaire .ques_card .ques_list li span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.4vw;
  height: 1.4vw;
  color: #fff;
  border-radius: 50%;
  transition: all 0.5s;
  font-size: 0.73vw;
  cursor: pointer;
}

.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%;
  max-width: 19px;
  height: auto;
  filter: saturate(0%) brightness(200%);
}

.questionnaire .ques_card .ques_list li:last-child span img {
  width: 80%;
  max-width: 19px;
  height: auto;
  filter: saturate(0%) brightness(200%);
}

.questionnaire .ques_card .ques_list li:last-child.now span img {
  filter: saturate(100%) brightness(100%);
}

.questionnaire .ques_card .ques_list li:first-child.now span img {
  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;
  color: #b5d3f6;
  background-color: #fff;
  box-shadow: 0 0 10px rgb(163 202 249 / 90%);
}

.questionnaire .ques_card .ques_list .orange.now span {
  width: 1.4vw;
  height: 1.4vw;
  color: var(--primary);
  background-color: #fff;
  box-shadow: 0 0 10px rgb(253 147 70 / 90%);
}

.questionnaire .ques_card .ques_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.93vw;
}

.questionnaire .ques_card .ques_title button {
  width: 22%;
  height: 1.56vw;
  color: #fff;
  background: var(--primary);
  border: 0;
  border-radius: 0.8vw;
  cursor: pointer;
  font-size: 0.73vw;
}

.questionnaire .ques_card .ques_title span {
  max-width: 75%;
  height: auto;
  color: #383838;
  font-size: 0.73vw;
}

@media screen and (max-width: 1000px) {
  .questionnaire {
    bottom: 0;
    height: 150px;
  }

  .questionnaire .ques_bth {
    top: 10px;
    right: 6px;
    width: 40px;
    height: 40px;
    padding: 0;
    background: rgb(0 0 0 / 30%);
    border-radius: 50%;
  }

  .questionnaire .ques_bth .icon {
    width: 20px;
    height: 20px;
    padding: 0;
    background: 0 0;
    border-radius: 0;
  }

  .questionnaire .ques_bth .icon img {
    width: 100%;
  }

  .questionnaire .ques_bth .text {
    display: none;
  }

  .questionnaire .ques_card {
    right: 3vw;
    bottom: -300px;
    z-index: 10000;
    width: 94vw;
    height: 140px;
    padding: 25px 20px;
    border-radius: 10px;
  }

  .questionnaire .ques_card .close {
    top: -8px;
    left: -8px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
  }

  .questionnaire .ques_card .tit {
    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 {
    top: 0;
    left: 0;
    width: 29px;
    height: 29px;
    box-shadow: 0 0 10px rgb(163 202 249 / 90%);
  }

  .questionnaire .ques_card .ques_list .orange.now span {
    top: 0;
    left: 0;
    width: 29px;
    height: 29px;
    box-shadow: 0 0 10px rgb(253 147 70 / 90%);
  }

  .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 {
    width: 22%;
    height: 29px;
    font-size: 14px;
    border-radius: 8px;
  }

  .questionnaire .ques_card .ques_list ul {
    justify-content: center;
    margin-top: 9px;
  }
}

/* #endregion */

.sharecode {
  position: fixed;
  bottom: 8vw;
  left: 1vw;
  z-index: 999;
  display: flex;
  box-sizing: border-box;
  width: 7vw;
  min-width: 100px;
  padding: 0.5vw;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 15px rgb(0 0 0 / 13%);
}

.share-img {
  width: 100%;
  height: auto;
}

.sdicon {
  width: 100%;
}

.aboveicon {
  width: 100%;
  margin-top: 6px;
}

.undertext {
  width: 100%;
  margin: 2px 0 3px;
  color: var(--graphite);
  text-align: center;
  font-size: 14px;
}

.textbox {
  display: none;
}

@media screen and (max-width: 1000px) {
  .sharecode {
    bottom: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    min-width: 36px;
    padding: 10px 0;
    background: linear-gradient(to bottom, #ffd2b1, #fffefd);
    border-radius: 4px;
  }

  .codebox {
    display: none;
  }

  .textbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: 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;
  }

  input[type=submit] {
    width: 22%;
    height: 29px;
    font-size: 14px;
    border-radius: 8px;
  }

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

  .newslist li .linetext {
    width: 85%;
  }

  .preview-swiper {
    width: 90%;
  }

  .scival-course .head {
    margin-bottom: 20px;
    padding: 0 5%;
    border: 0;
  }

  .scival-card-list {
    padding: 0 5%;
  }

  .scival-swiper {
    padding-left: 5% !important;
  }

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

  .main-content {
    margin-bottom: 14%;
    padding: 0 5%;
  }

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

  .main-content {
    margin-bottom: 0;
  }

  .search .search-con form input[type=submit] {
    height: 30px;
  }

  .hideli li {
    display: none;
  }

  .gc-list ul {
    display: grid;
    width: 100%;
    height: auto;
    margin-bottom: 3%;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .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: var(--font-size-small);
    color: var(--blue);
  }

  .articletype img,
  .gc-list .card-classify .gc-icon img {
    max-width: 4vw;
    margin-right: 1.8%;
  }

  .gc-list .card-classify .licardtit,
  .gc-list .card-classify .licardtit .hovtit {
    min-height: 4.2em;
    margin: 0;
    font-size: 14px;
    -webkit-line-clamp: 3;
    border-bottom: none !important;
    line-height: 1.4;
  }

  .gc-list .card-classify .lanmu,
  .gc-list .card-classify .tolearn {
    margin-top: 1vw;
    color: var(--graphite);
    font-size: 13px;
  }

  .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 {
    padding-right: 20px;
    color: var(--graphite);
    background-size: 12px;
    font-size: 16px;
  }

  .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 {
    font-size: 12px;
  }

  .courses .main-top .top-text .text-right li span {
    font-size: 12px;
  }

  .courses .main-top .top-text .text-right li {
    position: relative;
    z-index: 1;
    min-width: 90px;
    height: 30px;
    margin-right: 1.8%;
    padding: 0.6% 2.4% 0.6% 1.5%;
    background-color: #fff;
    border-radius: 0.5vw;
    font-size: 12px;
  }

  .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::-webkit-scrollbar {
    display: none;
  }

  .open-class-list-nav li + li {
    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,
  .courses .main-top {
    padding: 0;
  }

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

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

  .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 {
    margin-top: 30px !important;
  }

  .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);
  }

  .courses .main-top .top-text {
    box-sizing: border-box;
  }

  .courses .main-content .con-txBox .cont ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 7vw 5%;
  }

  .courses .main-content .con-txBox .cont ul li .contimg {
    float: left;
    width: 60%;
    height: auto;
  }

  .courses .main-content .con-txBox .cont li .context {
    float: right;
    width: 40%;
    height: auto;
    padding: 2% 0 0 3.5%;
  }

  .courses .main-content .con-txBox .cont ul li .text-box {
    position: relative;
    z-index: 555;
    height: auto;
    padding: 4% 0;
    color: var(--graphite);
    font-size: 3.4vw;
  }

  .top-text .text-right .result {
    display: flex;
  }

  .top-text .text-right .result .retitle {
    position: relative;
    padding-left: 10px;
    color: var(--graphite);
    font-size: 1.98vw;
    font-weight: 700;
  }

  .top-text .text-right .result .retitle::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 80%;
    background: var(--primary);
    border-radius: 100px;
    transform: translateY(-50%);
    content: '';
  }

  .top-text .text-right .result .retext {
    position: relative;
    margin: 10px 0;
    padding-left: 0;
    color: #9e9fa0;
    font-size: 14px;
  }

  .top-text .text-right .result .retext .number {
    padding: 0 5px;
    color: var(--primary);
    font-size: 20px;
  }

  .top-text .text-right .result .retext .fenlei {
    padding: 0 5px;
    color: var(--primary);
    font-size: 14px;
  }

  .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;
  }

  .courses .main-top .top-text .text-right {
    flex-direction: column;
  }

  .top-text .text-right .result {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .top-text .text-right ul {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .newslist li .linetext a,
  .top-text .text-right .result .retitle {
    font-size: 16px;
  }

  .gc-list .lanmu .sp1 {
    font-size: 14px;
  }

  .courses {
    margin-bottom: 0;
    padding: 5%;
  }

  .courses .main-top .top-text .text-right li i {
    position: relative;
    z-index: 5;
    width: 2vw;
    height: 3vw;
  }

  .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 {
    display: grid;
    width: 100%;
    height: auto;
    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 {
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 3vw;
    gap: 10px;
    overflow: hidden;
  }

  .toolslist li:hover {
    box-shadow: 0 0 0 rgb(0 0 0 / 20%);
  }

  .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 {
    margin-bottom: 10px;
    color: var(--graphite);
    transition: all 0.5s;
    font-size: 16px;
    font-weight: 700;
  }

  .toolslist .item-mid .hovblock {
    height: auto;
    color: var(--lnk);
    transition: all 0.5s;
    font-size: 14px;
    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 {
    box-sizing: border-box;
    margin-bottom: 25px !important;
    padding: 0 10%;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 400 !important;
  }

  .rencai-mod3 .more-link {
    display: none !important;
  }

  .mod1-above {
    flex-direction: column-reverse !important;
    margin-bottom: 6.6vw;
    padding: 0;
  }

  .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 {
    box-sizing: border-box;
    height: 3vw;
    margin-left: 5px;
    padding-top: 2px;
  }

  .mod1-above .right-box .orange-arr img {
    height: 100% !important;
    transform: rotate(90deg) !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);
  }

  .reportmod .mseemore {
    display: block;
  }

  .reportmod .report-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: 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%;
    margin-bottom: 20px;
    padding: 0;
  }

  .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 {
    display: block;
    border-radius: 0.5vw;
  }

  .dingzhi .dzlist {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 10px;
  }

  .dingzhi .dzlist .topimg {
    overflow: hidden;
    box-shadow: 0 0 30px rgb(75 75 75 / 20%);
  }

  .dingzhi .dzlist .topimg,
  .dingzhi .dzlist .topimg img {
    width: 100%;
    height: auto;
    border-radius: 0.5vw;
  }

  .dingzhi .dzlist .midtit,
  .dingzhi .dzlist .midtit .hovtit {
    display: -webkit-box;
    max-height: 80px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -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;
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 10px 10px 0;
    color: var(--blue);
    font-size: 3.5vw;
    line-height: 1.9;
  }

  .articletype span {
    font-size: 3.6vw;
    color: var(--blue);
  }

  .library-list-list-item.video>span {
    width: 100%;
    margin: 0 0 10px;
    padding: 0 10px;
  }
}

/* #region 高被引 */
.hccr .rencai-mod1 {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #f8f8f8;
}

.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 {
  padding-bottom: 8%;
  color: var(--graphite);
  line-height: 2;
  font-size: 1.2vw;
  border-bottom: 0 !important;
}

.hccr .rencai-mod1 .book-bg .new-minbig span {
  font-weight: 700;
}

.hccr .rencai-mod1 .book-right.conk {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1vw;
}

.hccr .rencai-mod1 .book-right.conk .topbu {
  width: 49%;
}

.hccr .rencai-mod1 .book-right.conk .topbu:hover {
  box-shadow: 0 0 3px 2px rgb(75 75 75 / 30%);
  transform: translate(0, -5px);
}

.hccr .highlycontent .highlyconk {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 49%;
}

.hccr .highlycontent .conkbottom,
.hccr .highlycontent .conk-banner,
.hccr .rencai-mod1 .book-right.conk .topbu {
  position: relative;
  border-radius: 8px;
  box-shadow: 0 0 4px 2px rgb(0 0 0 / 10%);
  transition: all 0.5s;
}

.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 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
  border-radius: 8px;
  content: '';
}

.hccr .highlycontent .conkbottomtext {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  padding: 4%;
}

.hccr .highlycontent .conkbottomtext:hover .text img {
  transform: unset;
  filter: unset;
}

.hccr .highlycontent .conkbottom:hover,
.hccr .highlycontent .conk-banner:hover {
  box-shadow: 0 0 3px 2px rgb(75 75 75 / 30%);
  transform: translate(0, -5px);
}

.hccr .highlycontent .conkbottomtext .conkbottomleft {
  width: 70%;
  color: #fff;
  font-size: 1.23vw;
}

.hccr .highlycontent .conkbottomtext .conkbottomleft a {
  display: flex;
  align-items: center;
  margin-top: 5px;
  color: rgb(255 255 255 / 60%);
  font-size: 0.8vw;
}

.hccr .highlycontent .conkbottomtext .conkbottomleft a img {
  width: unset;
  height: 0.7vw;
  margin-top: 1px;
  margin-left: 5px;
  border-radius: unset;
  transition: transform 0.3s;
  object-fit: cover;
}

.hccr .highlycontent .conkbottomtext .conkbottomcode {
  width: 17%;
  height: auto;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
}

.hccr .highlycontent .conk-banner {
  display: flex;
  align-items: center;
  padding: 6% 5%;
  color: var(--white);
  background-color: var(--primary);
  background-image: url('/images/bg-hrrc-orange.jpg');
  background-size: cover;
}

.hccr .highlycontent .conk-banner .qr-code {
  width: 18%;
  margin-right: 10px;
  padding: 3px;
  background: #fff;
  border-radius: 5px;
  aspect-ratio: 1;
  overflow: hidden;
}

.hccr .highlycontent .conk-banner .qr-code img {
  width: 100%;
  height: 100%;
}

.hccr .highlycontent .conk-banner .banner-content {
  margin: 0 auto;
}

.hccr .highlycontent .conk-banner h2 {
  font-size: max(1.55vw, 16px);
  font-weight: bold;
}

.hccr .highlycontent .conk-banner .features {
  display: flex;
  margin-top: 4%;
  font-size: max(1.12vw, 12px);
  line-height: 1.3;
}

.hccr .highlycontent .conk-banner .feature-item {
  margin-right: auto;
}

.hccr .highlycontent .conk-banner .feature-item+.feature-item {
  margin-left: 10px;
}

.hccr .highlycontent .conk-banner .icon {
  display: inline-block;
  vertical-align: middle;
  width: 2.6em;
  height: 2.6em;
  border-radius: 2px;
}

.hccr .highlycontent .conk-banner .feature-item span {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 1000px) {
  .hccr .highlycontent .conk-banner {
    padding: 3%;
  }

  .hccr .highlycontent .conk-banner .qr-code {
    width: 14%;
    margin-right: 5px;
    padding: 1px;
  }

  .hccr .highlycontent .conk-banner .banner-content {
    margin: 0 0 0 5%;
  }

  .hccr .highlycontent .conk-banner .feature-item+.feature-item {
    margin-left: 5px;
  }

  .hccr .highlycontent .conk-banner h2 {
    font-size: max(3vw, 15px);
  }

  .hccr .highlycontent .conk-banner .features {
    margin-top: 5px;
    font-size: max(2.2vw, 12px);
  }

  .hccr .highlycontent .conk-banner .icon {
    width: 2em;
    height: 2em;
  }
}

@media screen and (max-width: 400px) {
  .hccr .highlycontent .conk-banner .banner-content {
    margin: 0;
  }
}

.hccr .rencai-mod1 .book-right.conk .topbu .top {
  position: relative;
  border-radius: 8px;
}

.hccr .rencai-mod1 .book-right.conk .topbu .top img {
  width: 100%;
  height: 80%;
  border-radius: 8px;
}

.hccr .rencai-mod1 .book-right.conk .topbu .top .topimg::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, rgb(0 0 0 / 10%), rgb(0 0 0 / 0%));
  border-radius: 8px;
  content: '';
}

.hccr .rencai-mod1 .book-right.conk .topbu.now {
  position: relative;
}

.hccr .leafright {
  z-index: 0;
}

.hccr .rencai-mod1 .book-right.conk .topbu .texcon {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 86%;
  margin: 0 7%;
  padding: 0 0 5%;
  color: #fff;
  font-size: 1.23vw;
  border-top: 1px solid rgb(255 255 255 / 20%);
}

.hccr .rencai-mod1 .book-right.conk .topbu .text {
  display: flex;
  align-items: center;
  margin: 4px 0;
  color: rgb(255 255 255 / 60%);
  font-size: 0.8vw;
}

.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 {
  width: unset;
  height: 0.7vw;
  margin-left: 5px;
  border-radius: unset;
  transition: transform 0.3s;
  object-fit: cover;
}

.hccr .rencai-mod1 .book-right.conk .topbu .textnow {
  position: absolute;
  right: 0;
  bottom: -2vw;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  font-size: 1vw;
}

.hccr .rencai-mod1 .book-right.conk .topbu .textnow:hover img {
  transform: translateX(0.52vw);
}

.hccr .rencai-mod1 .book-right.conk .topbu .textnow img {
  max-width: 15px;
  height: 0.9vw;
  margin-left: 5px;
  transition: transform 0.3s;
}

.hccr .scival-content {
  padding: 0;
  background: unset;
}

.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 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 15px 0;
  transition: all 0.5s;
}

.hccr .rencai-mod1 .conklist:nth-child(2)::before,
.hccr .rencai-mod1 .conklist:nth-child(3)::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgb(0 0 0 / 10%));
  content: '';
  opacity: 1;
}

.hccr .rencai-mod1 .conklist:nth-child(4)::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgb(0 0 0 / 10%));
  content: '';
  opacity: 1;
}

.hccr .rencai-mod1 .conklist:nth-child(6)::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, transparent, rgb(0 0 0 / 10%));
  content: '';
  opacity: 1;
}

.hccr .rencai-mod1 .conklist:nth-child(8)::before,
.hccr .rencai-mod1 .conklist:nth-child(9)::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 1px;
  height: 100%;
  background: linear-gradient(to top, transparent, rgb(0 0 0 / 10%));
  content: '';
  opacity: 1;
}

.hccr .rencai-mod1 .conklist:nth-child(7)::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgb(0 0 0 / 10%));
  content: '';
  opacity: 1;
}

.hccr .rencai-mod1 .conklist:nth-child(9)::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, transparent, rgb(0 0 0 / 10%));
  content: '';
  opacity: 1;
}

.hccr .rencai-mod1 .conklist:nth-child(5)::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: rgb(0 0 0 / 10%);
  content: '';
  opacity: 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 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 1px;
  height: 100%;
  background: rgb(0 0 0 / 10%);
  content: '';
  opacity: 1;
}

.hccr .rencai-mod1 .conklist:nth-child(8)::after {
  width: 100%;
  height: 1px;
}

.hccr .rencai-mod1 .conklist:hover {
  box-shadow: 0 0 10px rgb(51 51 51 / 20%);
}

.hccr .rencai-mod1 .conklist a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.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 {
  font-size: var(--font-size-small);
  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;
  margin: 10px 20px 5%;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 4px 2px rgb(0 0 0 / 10%);
  transition: all 0.5s;
}

.hccr .infocontent .inforight .inforightcont a:last-child .infolist {
  margin: 10px 20px 5px;
}

.hccr .infocontent .inforight .inforightcont .infolist:hover {
  box-shadow: 0 0 3px 2px rgb(75 75 75 / 30%);
  transform: translate(0, -5px);
}

.hccr .gc-list li {
  margin: 10px 2%;
}

.hccr .infocontent .inforight .inforightcont .infolist img {
  width: 30%;
}

.hccr .infocontent .inforight .inforightcont .infolisttext {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 65%;
}

.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,
.hccr .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;
  width: 100%;
  height: 100%;
}

.hccr .report-infocont a .hove {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background-color: rgb(0 0 0 / 50%);
  border-radius: 8px;
}

.hccr .report-infocont a .hove .hovetext {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  margin: 10px;
  color: #fff;
  transition: all 0.5s;
  font-size: 0.8vw;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.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: 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 {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.hccr .report-infocont a:hover .hoveimg {
  box-shadow: 0 0 10px rgb(51 51 51 / 20%);
  transform: translateY(-5px);
}

.hccr .report-infocont .reportlist .reportlistbottom {
  display: -webkit-box;
  color: var(--lnk);
  font-size: 0.9vw;
  font-weight: lighter;
  overflow: hidden;
  text-overflow: ellipsis;
  -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 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 64%;
}

.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 {
  box-shadow: rgb(51 51 51 / 20%) 0 0 10px;
  transform: translateY(-5px);
}

.hccr .swiper {
  width: 100%;
  height: 100%;
  overflow: unset;
  padding: 10px 0 10px 10px;
}

.hccr .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 4px 2px rgb(0 0 0 / 20%);
  transition: all 0.5s;
  text-align: center;
  font-size: 18px;
}

.hccr .swiper-slide img {
  display: block;
  width: 100%;
  border-radius: 8px;
}

.hccr .coopList .qimo div {
  float: left;
}

.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 {
  position: absolute;
  top: -15%;
  right: -5%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6vw;
  height: 6vw;
  background-color: var(--primary);
  border: 5px solid #fff;
  border-radius: 100px;
  box-shadow: 0 0 4px 2px rgb(0 0 0 / 10%);
}

.hccr .rencai-mod1 .book-right.conk .logo img {
  width: 80%;
}

.hccr .ky-jsmod2.speed {
  position: relative;
  padding: 5% 0 5% 10%;
}

.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 {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.hccr .marqueelist .precont img,
.hccr .precont img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 5px;
  border-radius: 8px;
  box-shadow: 0 0 4px 2px rgb(0 0 0 / 10%);
  transition: all 0.5s;
}

.hccr .marqueelist .previewtitle {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 70%;
  height: 120px;
  padding: 25px;
  color: var(--graphite);
  transition: all 0.5s;
  font-size: 0.9vw;
}

.hccr .marqueelist .previewtitle .cont {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  line-height: 1.5vw;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
  font-weight: 700;
}

.hccr .marqueelist {
  height: 200px;
  overflow: hidden;
}

.hccr .marqueelist .precont .preblock {
  display: none;
}

.hccr .marqueelist .previewtitlelist {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 90%;
  height: 130px;
  margin: 5px;
  padding: 5%;
  color: #fff;
  background-color: rgb(0 0 0 / 50%);
  border-radius: 8px;
  transition: all 0.5s;
  font-size: 0.8vw;
}

.hccr .marqueelist .previewtitlelist .cont,
.hccr .previewtitle .cont {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}

.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: rgb(0 0 0 / 50%);
}

.hccr .precont {
  position: relative;
  width: 23vw;
  height: 200px;
  transition: all 0.5s;
}

.hccr .previewtitle {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 70%;
  height: 10vw;
  padding: 25px;
  color: var(--graphite);
  transition: all 0.5s;
  font-size: 0.9vw;
}

.hccr .previewtitle .cont {
  line-height: 1.5vw;
  font-weight: 700;
}

.hccr .precont .preblock {
  display: none;
}

.hccr .previewtitlelist {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10vw;
  margin: 5px;
  padding: 5%;
  color: #fff;
  background-color: rgb(0 0 0 / 50%);
  border-radius: 8px;
  font-size: 0.8vw;
}

.hccr .previewtitlelist .cont {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  line-height: 20px;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}

.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 {
  float: right;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hccr .coopList .qimo {
  display: flex;
  align-items: center;
  width: 8000%;
  height: 100%;
}

.hccr .coopList .qimo .demo1 {
  display: flex;
  align-items: center;
  height: 100%;
}

.hccr .coopList .qimo ul {
  float: left;
  zoom: 1;
}

.hccr .coopList li {
  float: left;
  width: auto;
  height: auto;
  margin-right: 36px;
}

.hccr .coopList li img {
  width: auto;
  height: 10vw;
  vertical-align: bottom;
}

.hccr .partner ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hccr .partner {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 47.46vw;
}

.hccr .partner .partnerbox {
  display: inline-flex;
  flex-direction: column;
  width: 400px;
  height: 200px;
  margin: auto;
}

.hccr .partner .partner_title {
  width: 30vw;
  height: 8.13vw;
  margin: 0 auto;
  padding-right: 20px;
  background: #fff;
  text-align: justify;
  text-justify: distribute-all-lines;
  text-align-last: justify;
}

.hccr .partner .partner_title h5 {
  width: auto;
  height: 5.07vw;
  margin: auto;
  color: #0426a0;
  font-size: 5.33vw;
  line-height: 5.07vw;
  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 {
  position: relative;
  width: 100%;
  height: 50vw;
}

.hccr .rencai-mod1.highly {
  flex-direction: column;
}

.hccr .realtimeinfo {
  display: flex;
  margin-top: 4%;
  color: #fff;
}

.hccr .realtext {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.2vw 2vw;
  color: #fff;
  background-color: var(--blue);
  border: none;
  border-radius: 3em;
  transition: background-color 0.3s, transform 0.3s;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  font-weight: 700;
  font-size: 1.2vw;
}

.hccr .realtext:hover {
  background-color: var(--blue-dark);
  transform: translate(0, -5px);
}

.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 {
  position: relative;
  margin-right: 3vw;
  padding-top: 1.3vw;
  padding-bottom: 1.3vw;
  cursor: pointer;
}

.hccr .highlylefttitle .titlelist.on {
  position: relative;
  color: var(--primary);
}

.hccr .highlylefttitle .titlelist::after {
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 4px;
  background-color: var(--primary);
  border-radius: 10px;
  transform: translateX(-50%);
  transition: all 0.5s;
  content: '';
}

.hccr .highlylefttitle .titlelist.on::after,
.hccr .highlylefttitle .titlelist:hover::after {
  width: 100%;
}

.hccr .highlylefttitle .titlelist:hover {
  color: var(--primary);
}

.hccr .highlycontent {
  display: flex;
  justify-content: space-between;
}

.hccr .rencai-mod1.highly .book-bg .new-minbig {
  display: none;
  padding: 5% 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.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 .minbigtext p+p {
  margin-top: 1em;
}

.hccr .rencai-mod1.highly .book-bg .new-minbig.on {
  display: block;
}

.hccr .highlylefttitle .titlelist:hover::after,
.hccr .linst {
  width: 100%;
}

.hccr .linst 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  {
  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 {
  position: absolute;
  top: 0.9vw;
  left: -0.8vw;
  width: 12px;
  height: 2px;
  background-color: var(--graphite);
  transform: translateX(-50%);
  content: '';
}

.hccr .contminbig .contminbigli {
  padding: 0 20px;
  font-size: 0.9vw;
  color: #898989;
}

.hccr .linst .linstnow {
  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 {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 200px;
    margin: auto 0;
  }

  .hccr .partner .partner_title {
    width: 12.5vw;
    height: 3.3vw;
    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 {
    height: 7vw;
    margin: 10px 20px 4%;
  }

  .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 {
    height: 6.85vw;
    margin: 10px 20px 3.5%;
  }

  .hccr .gc-list .topimg {
    height: 20.8vw;
  }
}

@media screen and (max-width: 1350px) {
  .hccr .infocontent .inforight {
    height: 34vw;
  }

  .hccr .infocontent .inforight .inforightcont .infolist {
    height: 6.7vw;
    margin: 10px 20px 4%;
  }

  .hccr .gc-list .topimg {
    height: 21.5vw;
  }
}

@media screen and (max-width: 1210px) {
  .hccr .infocontent .inforight .inforightcont .infolist {
    height: 6.5vw;
    margin: 10px 20px 3.5%;
  }

  .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 {
    box-shadow: unset;
    transform: 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 {
    display: flex;
    align-items: center;
    height: 50%;
    padding: 10% !important;
  }

  .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 .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 {
    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 .rencai-mod1 .book-right.conk .logo {
    top: 30%;
    left: 41%;
    width: 15vw;
    height: 15vw;
  }

  .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 {
    height: 30%;
    margin: 10px 10px 15px;
    padding: 3vw;
    border-radius: 0.5vw;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
  }

  .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 rgb(0 0 0 / 10%);
  }

  .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;
  }

  .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-top: 3.3vw;
    padding-bottom: 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 {
    top: 3.3vw;
    left: -1.8vw;
    width: 8px;
  }

  .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;
    width: 100%;
    padding: 15px;
    font-size: 4vw;
  }

  .hccr .minbigtext .bold {
    font-size: 17px;
  }

  .hccr .rencai-mod1.highly .book-bg .new-minbig {
    border-bottom: unset;
  }

  .hccr .highlycontent .conkbottomtext .conkbottomcode {
    padding: 3px;
  }

  .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;
  }
}

/* #endregion */

/* #region 栏目搜索 */
.search-qx {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  width: 100%;
  padding: 0 10vw;
}

.search-qx .search-qx-main {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  margin-top: -2vw;
  padding: 2.5vw 3vw;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 -2vw 1.82vw 0 rgb(70 70 86 / 20%);
}

.search-qx .search-qx-main form {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1vw;
  gap: 0.8em;
}

.search-qx .search-qx-main form .t-input-box {
  width: 20vw;
}

.search-qx .search-qx-main form .t-select-box {
  flex: 1;
}

.search-qx .search-qx-main form .t-button {
  --t-button-padding: 1.15em 2.8em 1.05em;
}

.search-qx .search-qx-main .search-qx-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 16%;
  height: 3.3vw;
  color: var(--graphite);
  font-size: 1.5vw;
  font-weight: 700;
}

.search-qx .search-qx-main .search-qx-left span {
  color: var(--primary);
}

.search-qx .search-qx-main .search-qx-left .msg {
  width: 100%;
  color: var(--lnk);
  font-size: var(--font-size-small);
  font-weight: 400;
}

.search-qx .search-qx-main .search-qx-left .msg span {
  color: var(--blue);
}

@media screen and (max-width: 1000px) {
  .search-qx {
    margin: 0;
    padding: 0;
  }

  .search-qx .search-qx-main {
    position: relative;
    margin-top: -10px;
    padding: 5vw;
  }

  .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 rgb(70 70 86 / 20%);
  }

  .search-qx .search-qx-main .search-qx-left {
    display: none;
  }

  .search-qx .search-qx-main form {
    font-size: var(--font-size-extra-small);
    gap: 5px;
  }

  .search-qx .search-qx-main form .t-input-box {
    --t-input-padding: 0.8em;
    --t-input-border: 2px;
    --t-input-line-height: 35px;
  }

  .search-qx .search-qx-main form .t-select-box {
    --t-select-padding: 0.8em;
    --t-select-line-height: 35px;
  }

  .search-qx .search-qx-main form .t-button {
    --t-button-padding: 0.97em 1em 0.95em;
  }
}

/* #endregion */

/* #region 产品研学中心-详情页搜索 */

.search-qx-detail {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin-top: -5.4vw;
  padding: 0 10vw;
}

.search-qx-detail .search-qx-main {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  padding: 1.5vw 2.8vw;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 -2vw 1.82vw 0 rgb(70 70 86 / 20%);
}

.search-qx-detail .search-qx-main .search-left {
  width: 50%;
}

.search-qx-detail .search-qx-main .search-right {
  box-sizing: border-box;
  width: 50%;
  padding-left: 2vw;
}

.search-qx-detail .search-qx-main .search-right ul {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.2vw;
}

.search-qx-detail .search-qx-main .search-right ul li {
  display: flex;
  align-items: center;
  width: 100%;
  color: var(--graphite);
  white-space: nowrap;
  font-size: var(--font-size-extra-base);
  line-height: 2;
}

.search-qx-detail .search-qx-main .search-right ul li .lcon {
  position: relative;
  padding-right: 0.7em;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color 0.3s;
}

.search-qx-detail .search-qx-main .search-right ul li .lcon.link {
  color: var(--blue);
}

.search-qx-detail .search-qx-main .search-right ul li .lcon.link:hover {
  text-decoration: underline;
}

.search-qx-detail .search-qx-main .search-right ul li .lcon.link::after {
  position: absolute;
  top: 0.5em;
  right: 0;
  width: 0.5em;
  height: 0.6em;
  background: url('/images/qx_icon8.png') no-repeat;
  transition: all 0.5s;
  content: '';
}

.search-qx-detail .search-qx-main .search-right ul li .date {
  margin-left: auto;
  padding-left: 3.5em;
  color: var(--lnk);
}

.search-qx-detail .search-qx-main form {
  width: 100%;
  height: auto;
}

.search-qx-detail .search-qx-main form ul {
  font-size: 1vw;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-right: 2em;
  gap: 0.8em;
  border-right: #edeeee 1px solid;
}

.search-qx-detail .search-qx-main form ul + ul {
  padding-top: 0.8em;
}

.search-qx-detail .search-qx-main form ul.selsct-box {
  padding-right: 8.8em;
}

.search-qx-detail .search-qx-main form ul .t-input-box {
  flex: 1;

  --t-input-padding: 0;
  --t-input-line-height: 2.4;
  --t-input-border-radius: 0.35em;
}

.search-qx-detail .search-qx-main form ul .t-select-box {
  flex: 1;

  --t-select-padding: 1em;
  --t-select-line-height: 2.4;
}

.search-qx-detail .search-qx-main form ul .t-button {
  --t-button-padding: 0.7em 2em;
}

.search-qx-detail .search-qx-main .search-qx-left {
  display: flex;
  align-items: center;
  width: 100%;
  height: 3.3vw;
  color: var(--graphite);
  font-size: 1.4vw;
  line-height: 1;
  font-weight: 700;
}

.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-left span {
  color: var(--primary);
}

@media screen and (max-width: 1000px) {
  .search-qx-detail {
    margin-top: -15px;
    padding: 0;
  }

  .search-qx-detail .search-qx-main {
    flex-direction: column;
    padding: 2% 5%;
  }

  .search-qx-detail .search-qx-main form ul {
    font-size: var(--font-size-small);
    gap: 5px;
    border-right: 0;
    padding-right: 0;
  }

  .search-qx-detail .search-qx-main form ul + ul {
    padding-top: 0.5em;
  }

  .search-qx-detail .search-qx-main form ul.selsct-box {
    padding-right: 0;
  }

  .search-qx-detail .search-qx-main form ul .t-input-box {
    --t-input-line-height: 35px;
    --t-input-border-radius: 0.35em;
  }

  .search-qx-detail .search-qx-main form ul .t-select-box {
    --t-select-line-height: 35px;
  }

  .search-qx-detail .search-qx-main form ul .t-button {
    --t-button-padding: 0.75em 2em;
  }

  .search-qx-detail .search-qx-main .search-left {
    width: 100%;
  }

  .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 {
    margin-top: -4px;
  }

  .search-qx-detail .search-qx-main .search-right ul li {
    font-size: 14px;
    line-height: 1.8;
  }

  .search-qx-detail .search-qx-main .search-right ul li .date {
    padding-left: 2em;
  }

  .search-qx-detail .search-qx-main .search-right {
    width: 100%;
    margin-top: 2vh;
    padding-left: 0;
  }
  
}

/* #endregion */

/* #region 视频列表 */
.qx_video {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 4.8vw;
  padding: 5% 10%;
  background: url('/images/qx_leaf.png') no-repeat left top #fafafa;
  background-size: 40%;
}

.qx_video .big-modtitle {
  text-align: left;
  width: 100%;
  padding: 1vw 0 2vw;
  color: var(--graphite);
  font-size: var(--h1-font-size);
  font-weight: 700;
}

.qx_video .big-modtitle .en {
  font-size: 0.7em;
  display: inline-block;
  color: var(--lnk);
}

.qx_video .qx_video_box:last-child {
  margin-bottom: 0;
}

.qx_video .qx_video_box {
  display: block;
  width: 100%;
  height: 33vw;
  margin-bottom: 4vw;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0.26vw 1.82vw 0 rgb(70 70 86 / 20%);
  overflow: hidden;
}

.qx_video .qx_video_box .leftbox {
  position: relative;
  float: left;
  width: 24vw;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.qx_video .qx_video_box .leftbox .bg {
  position: absolute;
  left: -50%;
  width: auto;
  height: 100%;
}

.qx_video .qx_video_box .leftbox .tit {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 24vw;
  height: 50%;
  background: linear-gradient(to top, var(--primary), rgb(var(--primary-rgb) / 0%));
  content: '';
}

.qx_video .qx_video_box .leftbox .titbox {
  position: relative;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  padding: 8.5vw 2.2vw 2.2vw;
}

.qx_video .qx_video_box .leftbox .titbox .tit1_1 {
  margin-bottom: 0.5vw;
  color: #fff;
  font-weight: 700;
  font-size: 1.56vw;
}

.qx_video .qx_video_box .leftbox .titbox .tit1_2 {
  margin-bottom: 1vw;
  color: #fff;
  font-size: 1.04vw;
  line-height: 1.2;
}

.qx_video .qx_video_box .leftbox .titbox .icon {
  width: 2vw;
  max-width: 54px;
  margin-top: 0.2vw;
  padding-left: 2vw;
}

.qx_video .qx_video_box .leftbox .titbox .icon img {
  width: 100%;
}

.qx_video .qx_video_box .rightbox {
  float: right;
  box-sizing: border-box;
  width: 54vw;
  padding: 2.2vw 1.2vw 2.2vw 2.2vw;
}

.qx_video .qx_video_box .rightbox .rightbox_scroll {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 29vw;
  overflow-y: auto;
  overflow-x: hidden;
}

.qx_video .qx_video_box .rightbox .rightbox_scroll::-webkit-scrollbar {
  width: 3px;
}

.qx_video .qx_video_box .rightbox .rightbox_scroll::-webkit-scrollbar-thumb {
  width: 3px;
  background-color: var(--primary);
}

.qx_video .qx_video_box .rightbox .rightbox_scroll::-webkit-scrollbar-track {
  width: 3px;
  background: #f2f2f2;
}

.qx_video .qx_video_box .rightbox .rightbox_scroll .video_list {
  display: grid;
  box-sizing: border-box;
  width: 100%;
  padding: 0 1vw 0 0;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.8vw;
}

.qx_video .qx_video_box .rightbox .rightbox_scroll .video_list li {
  width: 100%;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
}

.qx_video .qx_video_box .rightbox .rightbox_scroll .video_list li .con {
  display: flex;
  justify-content: space-between;
  padding: 1.1vw 1vw;
}

.qx_video .qx_video_box .rightbox .rightbox_scroll .video_list li a {
  display: block;
}

.qx_video .qx_video_box .rightbox .rightbox_scroll .video_list li a .con .tit {
  display: -webkit-box;
  width: 81%;
  transition: all 0.5s;
  font-size: 0.83vw;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.qx_video .qx_video_box .rightbox .rightbox_scroll .video_list li a:hover .con .tit {
  text-decoration: underline;
}


.qx_video .qx_video_box .rightbox .rightbox_scroll .video_list li a > img {
  width: 100%;
}

.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), rgb(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 {
  width: 3px;
  background-color: var(--blue);
}

@media screen and (max-width: 1000px) {
  .qx_video {
    padding: 5%;
  }

  .qx_video .big-modtitle {
    font-size: 6.3vw;
    text-align: center;
    margin-bottom: 20px;
  }

  .qx_video .big-modtitle .en {
    display: block;
  }

  .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 {
    left: 0;
    width: 100%;
    height: auto;
  }

  .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;
  }
}

/* #endregion */

/* #region 科研及临床工具 */
.toolsmod {
  padding: 5% 10%;
  background: url('/images/yuanxing-bg5.png') no-repeat left bottom #fafafa;
  background-size: 15%;
}

.toolsmod .big-modtitle {
  padding: 1vw 0 2vw;
  color: var(--graphite);
  font-size: var(--h1-font-size);
  font-weight: 700;
}

.toolsmod .big-modtitle .en {
  font-size: 0.7em;
  display: inline-block;
  color: var(--lnk);
}

.toolsmod ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 2vw;
}

.toolsmod .tools-code {
  z-index: 1;
  width: 100%;
  height: auto;
  transition: all 0.5s;
  text-align: center;
  opacity: 0;
}

.toolsmod .tools-code img {
  width: 60%;
  border: 1px solid rgb(237 237 237);
  border-radius: 6px;
  box-shadow: 0 0 10px rgb(237 237 237);
}

.toolsmod .tools-icon {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin-bottom: 0.5vw;
  padding: 0 1vw;
  text-align: center;
}

.toolsmod .tools-icon img {
  width: 60%;
}

.toolsmod .tools-name {
  margin-bottom: 0.5vw;
  color: var(--graphite);
  font-size: 1.25vw;
  font-weight: 700;
  text-align: center;
}

.toolsmod .tools-intro {
  position: absolute;
  z-index: 11;
  width: 100%;
  transition: all 0.5s;
}

.toolsmod .tools-intro,
.toolsmod .tools-intro a {
  font-size: 0.9vw;
  color: var(--lnk);
  line-height: 1.5;
  text-align: center;
}

.toolsmod .tools-hover {
  position: relative;
  width: 100%;
  height: auto;
}

.toolsmod ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 12.4vw;
  padding: 1vw 0 2vw;
  border-radius: 8px;
  transition: all 0.5s;
}

.toolsmod ul li:hover {
  background: var(--paper);
}

.toolsmod li:hover .tools-code {
  opacity: 1;
}

.toolsmod li:hover .tools-intro {
  opacity: 0;
  z-index: -1;
}

@media screen and (max-width: 1000px) {
  .toolsmod {
    margin-top: 0;
    padding: 10% 5%;
    background-size: 50%;
  }

  .toolsmod .big-modtitle {
    font-size: 6.3vw;
    text-align: center;
    margin-bottom: 20px;
  }

  .toolsmod .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%;
    padding: 3vw 0.5vw;
    background-color: #f5f5f7;
  }

  .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 .seemore {
    display: none;
  }

  .toolsmod .mseemore {
    display: block;
  }

  .toolsmod .tools-icon img {
    width: 48%;
  }
}

/* #endregion */

/* #region 视频弹窗 */
.video-iframe {
  display: flex;
  justify-content: space-between;
  background: #000;
}

.video-iframe .video_left {
  box-sizing: border-box;
  width: 66%;
  height: 100vh;
  padding: 2vw;
}

.video-iframe .video_right {
  box-sizing: border-box;
  width: 34%;
  padding: 5.3vh;
  background: #1a1a1a;
}

.video-iframe .video_right .title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 22vh;
  padding-bottom: 1.4vw;
  border-bottom: 1px solid #484848;
}

.video-iframe .video_right .title .title1 {
  width: 73%;
}

.video-iframe .video_right .title .title1 .title1_1 {
  min-height: 4.4vw;
  color: #fff;
  font-size: 1.35vw;
}

.video-iframe .video_right .title .title1 .link {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 1vw;
  background: #262626;
  border-radius: 4px 1vw 1vw 4px;
  overflow: hidden;
}

.video-iframe .video_right .title .title1 .link input {
  float: left;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 2%;
  color: #7c7c7c;
  background-color: #262626;
  border: 0.105vw solid transparent;
  outline: 0;
  font-size: 1vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video-iframe .video_right .title .title1 .link .btn {
  position: relative;
  box-sizing: border-box;
  padding: 2% 4%;
  color: #fff;
  background-color: var(--blue);
  border: none;
  border-radius: 3em;
  transition: background-color 0.3s, transform 0.3s;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  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;
  padding: 6px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.video-iframe .video_right .title .code .pic canvas {
  width: 100%;
  height: 100%;
}

.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%;
  height: 3vh;
  padding-bottom: 3vh;
  color: #fff;
  font-size: 1.1vw;
  line-height: 1;
  font-weight: 700;
}

.video-iframe .video_right .other .rightbox_scroll {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 59vh;
  padding-right: 1vw;
  overflow-y: auto;
  overflow-x: hidden;
}

.video-iframe .video_right .other .rightbox_scroll::-webkit-scrollbar {
  width: 3px;
}

.video-iframe .video_right .other .rightbox_scroll::-webkit-scrollbar-thumb {
  width: 3px;
  background-color: var(--primary);
}

.video-iframe .video_right .other .rightbox_scroll::-webkit-scrollbar-track {
  width: 3px;
  background: #f2f2f2;
}

.video-iframe .video_right .other .other_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5vw;
}

.video-iframe .video_right .other .other_list li .pic {
  cursor: pointer;
  width: 30%;
  border-radius: 4px;
  overflow: hidden;
}

.video-iframe .video_right .other .other_list li .pic img {
  width: 100%;
}

.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 {
  cursor: pointer;
  display: -webkit-box;
  width: 100%;
  margin-bottom: 0.5vw;
  color: #fff;
  transition: all 0.5s;
  font-size: 1vw;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  border-bottom: 2px solid transparent;
}

.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;
}

@media screen and (max-width: 1000px) {
  .video-iframe .video_right .title .title1 .link .btn {
    font-size: 3.2vw;
  }

  .video-iframe {
    display: block;
  }

  .video-iframe .video_left {
    display: block;
    width: 100%;
    height: 37vh;
    padding: 0;
  }

  .video-iframe .video_right {
    width: 100%;
    padding: 4vh;
  }

  .video-iframe .video_right .title {
    height: 16vh;
    padding-bottom: 4vw;
  }

  .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] {
    float: left;
    box-sizing: border-box;
    padding: 2% 3%;
    border-radius: 0.36vw;
    outline: 0;
    font-size: 3.2vw;
  }

  .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%;
  }
}

/* #endregion */

/* #region 科研服务 */
.research-services {
  scroll-padding-top: 5vw;
}

.research-services .banner-zs {
  margin-top: 0 !important;
}

.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;
}

.research-services .ky-rcmod2 .gby-text .seemore a {
  margin-top: 2vw;
}

.research-services .ky-rcmod2 .gby-text .mseemore a {
  color: var(--graphite);
}


@media screen and (max-width: 1000px) {
  .research-services .gby-text .midtit {
    font-size: 14px;
  }
}

/* #endregion */

/* #region 科研服务导航栏 */
.main-menu {
  position: absolute;
  z-index: 6;
  width: 100%;
  height: auto;
  transition: all 0.3s;
}

.main-menu.sticky-top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  padding: 0;
}

.main-menu .box {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  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;
}

.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;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  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;
  display: none;
  width: 110%;
  height: 100%;
  transition: all 0.3s;
}

.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 rgb(255 255 255 / 10%);
}

.main-menu .box>.item.current .title {
  border-color: rgb(0 0 0 / 20%);
}

.main-menu .box>.item .title .tab {
  font-size: max(13px, 0.9vw);
  color: var(--primary);
}

.main-menu .box>.item .title h1 {
  font-weight: bold;
  white-space: nowrap;
  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);
}

.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: rgb(0 0 0 / 30%);
}

.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 {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  width: 100%;
  height: 100%;
  margin: 0;
  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;
}

.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 {
  transform: translateX(0.4em);
  animation: move 0.5s infinite alternate;
}

.main-menu .box>.item.blue .main-menu-content ul li div:hover img {
  transform: translateX(0.4em);
}

@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;
  }
}

@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  {
    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;
  }

  .main-menu {
    padding: 0;
    transition: none;
  }

  .main-menu .box {
    gap: 0;
  }

  .main-menu .box>.item {
    flex: none;
    width: auto;
    min-width: 30%;
  }

  .main-menu .box>.item>div {
    min-height: 50px;
    padding: max(13px, 2vw) 5vw;
  }

  .main-menu .box>.item.current {
    width: 70%;
  }

  .main-menu .box>.item:not(.current) {
    flex: 1;
  }

  .main-menu .box>.item:not(.current)>div {
    justify-content: center;
    width: 100%;
  }

  .main-menu .box>.item .main-menu-content {
    position: absolute;
    flex: 1;
    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;
    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;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 87%;
    height: 0;
    margin: 12px 0 0 29px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 16px 0 rgb(17 17 26 / 10%);
    font-size: max(2vw, 14px);
    gap: 1em;
    overflow: hidden;
  }

  .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);
  }
}

/* #endregion */

/* #region top-title */
.top-title {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding-top: 5vw;
  padding-bottom: 0;
}

.top-title>div {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 4vw;
}

.top-title .tab,
.top-title .text,
.top-title h1 {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 100%;
  border-bottom: 1px solid #ebebeb;
  line-height: 1;
}

.top-title h1 {
  position: relative;
  padding-right: 20px;
  color: var(--graphite);
  border-color: var(--primary);
  font-size: var(--h1-font-size);
  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 {
  flex: 1;
  padding-left: 20px;
  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 {
  flex: 1;
  justify-content: right;
  color: var(--primary);
  font-weight: 700;
  font-size: 1.875vw;
  white-space: nowrap;
}

.top-title .tab,
.top-title .text,
.top-title h1 {
  padding-bottom: 2vw;
}

@media screen and (max-width: 1000px) {
  .top-title {
    padding-top: 5vw;
  }

  .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 .text span,
  .top-title h1::before {
    display: none;
  }

  .top-title .tab {
    display: none;
  }
}

/* #endregion */

.hot.bg::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  background-image: url('/images/keyan-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(180deg);
  content: '';
  aspect-ratio: 724/553;
}

.hot .box {
  position: relative;
  width: 100%;
}

.hot .btn {
  position: relative;
  z-index: 10;
  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 rgb(100 100 111 / 20%);
  transition: all 0.3s;
  cursor: pointer;
}

.hot .btn.btn-right {
  transform: rotate(180deg);
}

.hot .box .btn,
.hot .btn img {
  position: absolute;
  top: 50%;
}

.hot .btn img {
  left: 50%;
  width: 22%;
  transform: translate(-60%, -50%);
  object-fit: cover;
  filter: brightness(100);
}

.hot .btn.swiper-button-disabled {
  background-color: #fff;
}

.hot .btn.swiper-button-disabled img {
  filter: brightness(1);

}

.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 {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  cursor: grab;
  user-select: none;
}

.hot .box .list .Carousel-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
  padding-top: 2vw;
}

.hot .box .list .item {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 2% auto;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  transition: box-shadow 0.3s, transform 0.3s;
  cursor: pointer;
  overflow: hidden;
}

.hot .box .list .item:hover {
  box-shadow: 0 4px 4px rgb(51 51 51 / 2%), 0 10px 40px rgb(51 51 51 / 10%);
  transform: translateY(-8px);
}

.hot .box .list .item .tab {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  line-height: 1;
  padding: 0.5em 0 0.5em 1em;
  color: #fff;
  background: linear-gradient(
    90deg,
    var(--lnk), 
    var(--lnk), 
    rgb(255 255 255 / 0%), 
    rgb(255 255 255 / 0%), 
    rgb(255 255 255 / 0%), 
    rgb(255 255 255 / 0%));
  font-size: max(16px, 1vw);
}

.hot .box .list .item {
  position: relative;
  width: 100%;
  height: auto;
}

.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;
  bottom: 1.2em;
  left: 1.2em;
  z-index: 2;
  width: 100%;
  height: auto;
  color: #fff;
  font-size: max(12px, 1.35vw);
  font-weight: 700;
  line-height: 1.2;
}

.hot .box .list .item .cont {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6% 5%;
  text-align: center;
  line-height: 1;
}

.hot .box .list .item .cont .title  {
  font-size: max(16px, 1.3vw);
  color: var(--graphite);
  font-weight: 700;
}

.hot .box .list .item .cont .text {
  display: -webkit-box;
  margin: 0.7em 0 1em;
  color: var(--lnk);
  font-size: max(14px, 0.9vw);
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hot .box .list .item .cont .href {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.hot .box .list .item .cont .go {
  position: relative;
  display: inline;
  box-sizing: border-box;
  min-width: 14ch;
  padding: 0.8em 1em;
  color: #fff;
  background-color: var(--blue);
  border: none;
  border-radius: 3em;
  transition: background-color 0.3s, transform 0.3s;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  font-size: max(14px, 1vw);
}

.hot .box .list .item .cont .go:hover {
  background-color: var(--blue-dark);
}

.hot .box .list .item .cont .go.deep {
  background-color: var(--lnk);
}

.hot .operate {
  display: flex;
  margin-top: max(10px, 2vw);
  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;
  }
}

.database {
  padding-top: 5.7vw;
  padding-bottom: 5.7vw;
}

.database .title {
  color: var(--graphite);
  font-weight: 700;
}

.database>.title {
  margin-bottom: 0.5em;
}

.database .table {
  display: grid;
  box-sizing: border-box;
  width: 100%;
  background-color: #ebebeb;
  border-radius: 10px;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2px 1px;
}

.database .table.border {
  border: 1px solid rgb(0 0 0 / 5%);
}

.database .table .item {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  height: 8.0729vw;
  min-height: 133px;
  padding: max(15px, 6%);
  background-color: #fff;
  transition: all 0.5s;
  line-height: 1;
  overflow: hidden;
}

.database .table .item:nth-child(1) {
  border-radius: max(8px, 0.5vw) 0 0;
}

.database .table .item:nth-child(3) {
  border-radius: 0 max(8px, 0.5vw) 0 0;
}

.database .table .item:nth-last-child(2) {
  border-radius: 0 0 max(8px, 0.5vw) 0;
}

.database .table .item:nth-last-child(4) {
  border-radius: 0 0 0 max(8px, 0.5vw);
}

.database .table .item.empty:last-child {
  display: none;
}

.database .table .item:hover {
  z-index: 1;
  box-shadow: 0 0 10px rgb(51 51 51 / 20%);
}

.database .table .item .title {
  width: 100%;
  font-size: max(16px, 1.3vw);
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.2;
  text-overflow: ellipsis;
}

.database .table .item .text {
  display: -webkit-box;
  width: 100%;
  margin-top: 0.5em;
  color: var(--lnk);
  font-size: max(14px, 0.9vw);
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.database .table .item .links {
  display: flex;
  margin-top: auto;
  gap: 10px;
}

.database .table .item .go {
  display: flex;
  align-items: center;
  margin-top: auto;
  color: var(--blue);
  font-size: max(14px, 0.9vw);
  gap: 10px;
}

.database .table .item .go span {
  min-height: 1.4em;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.database .table .item .go img {
  height: 0.5em;
  object-fit: cover;
  transition: all 0.5s;
}

.database .table .item .go a {
  text-decoration: none;
}

.database .table .item .go a:hover {
  text-decoration: underline;
}

.database .table .item a.go:hover,
.database .table a.item:hover .go {
  text-decoration: underline;
}

.database .table .item a.go:hover img,
.database .table a.item:hover .go img {
  transform: translateX(100%);
}

@media screen and (max-width: 1000px) {
  .database .table {
    grid-template-columns: repeat(2, 1fr);
  }

  .database .table .item.empty:nth-child(9) {
    display: none;
  }

  .database .table .item {
    height: 17vw;
    min-height: 100px;
    border-radius: 0 !important;
  }

  .database .table .item:nth-child(1) {
    border-radius: max(8px, 0.5vw) 0 0 !important;
  }

  .database .table .item:nth-child(2) {
    border-radius: 0 max(8px, 0.5vw) 0 0 !important;
  }

  .database .table .item:nth-last-child(3) {
    border-radius: 0 0 max(8px, 0.5vw) 0 !important;
  }

  .database .table .item:nth-last-child(4) {
    border-radius: 0 0 0 max(8px, 0.5vw) !important;
  }

  .database .table .item .title {
    font-size: max(14px, 2.6vw);
  }

  .database .table .item .go,
  .database .table .item .text {
    font-size: max(12px, 2vw);
  }
}

.promotion {
  padding-top: 5.7vw;
  padding-bottom: 7.3vw;
  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;
  margin-top: 2vw;
  grid-template-columns: repeat(2, 1fr);
  gap: 2%;
}

.promotion .partner li {
  background-color: transparent;
}

.promotion .partner .card {
  position: relative;
  display: flex;
  width: 100%;
  background-color: var(--paper);
  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), rgb(255 255 255 / 0%));
}

.promotion .partner .card .info {
  display: flex;
  flex: 1;
  flex-direction: column;
  box-sizing: border-box;
  padding: 5%;
  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 {
  display: flex;
  flex: 1;
  flex-direction: column;
  color: var(--lnk);
  font-size: max(14px, 0.9vw);
  line-height: 1.5;
  gap: 10%;
}

.promotion .partner .card .info .text>ul {
  display: flex;
  flex: 1;
  flex-direction: column;
  line-height: 1.6;
  gap: 10%;
}

.promotion .partner .card .info .text li {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding-left: 0.8em;
  background-color: transparent;
  list-style: none;
}

.promotion .partner .card .info .text li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 1.3em;
  background: url('/images/icon--.png') no-repeat 0 center;
  background-size: 0.4em;
  content: '';
}

.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 {
  position: relative;
  flex: 1;
  box-sizing: border-box;
  width: 100%;
  padding: 1em 0;
  color: #fff;
  background-color: var(--blue);
  border: none;
  border-radius: 3em;
  transition: background-color 0.3s, transform 0.3s;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
}

.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 {
  position: relative;
  display: inline-block;
  padding: 0.7em 0.63em 0.7em 0;
  color: var(--lnk);
  transition: color 0.3s;
  white-space: nowrap;
}

.promotion .partner .card .info .link-list a:hover {
  color: var(--blue);
}

.promotion .partner .card .info .link-list a::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.43em;
  height: 0.7em;
  margin-left: 0.2em;
  background-image: url('/images/icon-left.png');
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-60%) rotate(180deg);
  transition: filter 0.3s, opacity 0.3s;
  content: '';
  filter: brightness(0);
  opacity: 0.6;
}

.promotion .partner .card .info .link-list a:hover::after {
  opacity: 1;
  filter: brightness(1);
}

.promotion .partner .card .info .link-list a:hover::after {
  animation: move-partner 0.5s infinite alternate;
}

.promotion .serve {
  display: flex;
  margin-top: 2%;
  padding: 4%;
  background-color: var(--paper);
  border-radius: 10px;
  gap: 5%;
}

.promotion .serve .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.promotion .serve .left .title {
  font-size: max(16px, 1.3vw);
}

.promotion .serve .left .text {
  margin-top: 1em;
  color: var(--lnk);
  font-size: max(14px, 0.9vw);
  line-height: 1.5;
}

.promotion .serve .right {
  flex: 1;
}

.promotion .serve .right .list {
  display: grid;
  width: 100%;
  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;
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
}

.promotion .serve .right .list .item:not(:nth-child(4n)) {
  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 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.9em;
  height: 0.9em;
  background: url('/images/icon-agency1.png') no-repeat 100% center;
  background-size: 0.9em;
  transform: translate(-130%, -66%);
}

.promotion .serve .right .go {
  display: flex;
  align-items: center;
  margin-top: 1em;
  color: var(--blue);
  font-size: max(13px, 0.9vw);
  gap: 3%;
}

.promotion .serve .right .go img {
  height: 0.6em;
  object-fit: cover;
  transition: all 0.3s;
}

.promotion .serve .right .go:hover  {
  text-decoration: underline;
}

.promotion .serve .right .go:hover img  {
  transform: translateX(100%);
}

@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 {
    margin-top: 15px;
    padding: 6%;
  }

  .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 {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .promotion .serve {
    flex-direction: column;
  }

  .promotion .serve .right .list {
    margin-top: 4vw !important;
    padding-top: 0 !important;
    border: 0 !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw;
  }

  .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 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
    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%;
  }
}

.interest {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 5.7vw;
  padding-bottom: 7.3vw;
  background-color: var(--paper);
  background-image: url('/images/contact-bg.png');
  background-position: bottom 0 left 0;
  background-repeat: no-repeat;
  background-size: 40%;
  line-height: 1;
  gap: 10%;
}

.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 {
  margin: 1.2em 0 0 !important;
  color: #4a4a4c;
  font-size: 20px;
  line-height: 1.8;
}

.interest .left .text a {
  color: var(--blue);
}

.interest .left .h3 {
  display: flex;
  align-items: center;
  margin-top: 2em;
  color: var(--graphite);
  line-height: 1.2;
  font-size: 20px;
}

.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 {
  position: relative;
  display: block;
  margin: 1em 0 0 41px;
  color: var(--graphite);
  line-height: 1.4;
}

.interest .left .list-li {
  padding-left: 1em;
  font-size: 17px;
}

.interest .left .list-li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.6em;
  height: 0.1em;
  background-color: var(--graphite);
  transform: translateY(-50%);
  content: '';
}

.interest .left .list-link {
  font-size: 20px;
  color: var(--blue);
  text-decoration: dashed;
}

.interest .right {
  position: relative;
  box-sizing: border-box;
  width: 44%;
  padding: 0;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  box-shadow: 0 0 3vw rgb(1 1 1 / 10%);
  overflow: hidden;
}

.interest .right iframe {
  height: 840px;
}

@media screen and (max-width: 1500px) {
  .interest {
    padding-right: 5%;
    padding-left: 5%;
  }
}

@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 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 5%;
  line-height: 1;
}

.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 {
  margin: 1em 0 0.5em;
  margin-right: auto;
  color: var(--lnk);
  text-align: left;
  font-size: max(14px, 1.15vw);
  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 {
  color: #fff;
  background: url('/images/bg-library.png') no-repeat center center;
  background-size: cover;
}

.inst.library .left>.text,
.inst.library .title {
  color: #fff;
}

.inst.library .solve-box .solve-title .en {
  color: rgb(255 255 255 / 70%) !important;
}

.inst.library .title>span {
  color: var(--white);
}

.inst .title {
  color: var(--graphite);
  font-weight: 700;
}

.inst .inst-top {
  width: 100%;
}

.inst .left .go {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  margin-top: 1.5em;
  padding: 0.6em 1.5em;
  color: #fff;
  background-color: var(--blue);
  border: none;
  border-radius: 3em;
  transition: background-color 0.3s, transform 0.3s;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  font-size: max(16px, 1.35vw);
  line-height: normal;
}

.inst .left .go:hover {
  background-color: var(--blue-dark);
  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>p {
  display: inline-block;
  color: var(--primary);
}

.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 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding-left: max(3vw, 20px);
}

.inst .left>ul.text li {
  position: relative;
  padding: 0.3em 0 0.3em 1.1em;
  background: url('/images/opcon-check-orange.png') no-repeat 0 center;
  background-size: 0.8em;
  list-style: none;
}

.inst .left .news-library {
  width: 100%;
  margin-top: 4%;
}

.inst .left .news-library .nav-library {
  position: relative;
  display: flex;
  width: 100%;
  gap: 7%;
  -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 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  border-bottom: 1px solid rgb(255 255 255 / 30%);
}

.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 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: var(--primary);
  transform: translateY(50%);
  transition: all 0.3s;
  content: '';
}

.inst .left .news-library .nav-library .nav-item.current,
.inst .left .news-library .nav-library .nav-item:hover {
  color: var(--primary);
}

.inst .left .news-library .nav-library .nav-item.current::before,
.inst .left .news-library .nav-library .nav-item:hover::before   {
  position: relative;
  width: 100%;
}

.inst .left .news-library .list-library {
  width: 100%;
  margin-bottom: 6%;
  padding: 2% 0;
  border-bottom: 1px solid rgb(255 255 255 / 30%);
}

.inst .left .news-library .list-library ul {
  display: none;
  width: 100%;
  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 {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 2.5% 0 2.5% 0.6em;
  list-style: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.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 div:hover img  {
  filter: brightness(1);
}

.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 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.3em;
  height: 0.3em;
  background-color: var(--primary);
  border-radius: 50%;
  transform: translateY(-50%);
  content: '';
}

.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 {
  margin-right: 0.4em;
  transition: all 0.3s;
}

.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 {
    flex-direction: column;
    padding: 10% 5%;
  }

  .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 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.inst .solve-box .solve-title {
  font-size: max(17px, 1.25vw);
  margin-bottom: 0.6em;
  font-weight: 700;
}

.inst .solve-box .solve-title>span {
  color: var(--primary);
}

.inst .solve-box .solve-title .en {
  font-size: 0.9em;
  color: var(--lnk) !important;
}

.solve-list {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 4%;
  border: 1px solid rgb(0 0 0 / 10%);
  border-radius: 5px;
  font-size: var(--font-size-extra-base);
}

.solve-list .solve-item {
  position: relative;
  display: block;
  flex: 1;
  padding: 1em 0;
  overflow: hidden;
}

.solve-list.list-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.solve-list.list-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.solve-list .solve-item>div {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 1em;
  border-right: 1px solid rgb(0 0 0 / 10%);
  overflow: hidden;
}

.solve-list .solve-item:last-child>div {
  border-right: none;
}

.solve-list .solve-item::after {
  position: absolute;
  bottom: 0;
  left: 1em;
  display: none;
  width: calc(100% - 2em);
  height: 1px;
  background-color: rgb(0 0 0 / 10%);
}

.solve-list.list-2 .solve-item:not(:nth-last-child(-n+2))::after,
.solve-list.list-3 .solve-item:not(:nth-last-child(-n+3))::after {
  content: '';
  display: block;
}

.solve-list.list-2 .solve-item>div {
  border-right: 1px solid rgb(0 0 0 / 10%);
}

.solve-list.list-2 .solve-item:nth-child(2n)>div,
.solve-list.list-3 .solve-item:nth-child(3n)>div {
  border-right: 0;
}

.solve-list .solve-item::before {
  position: absolute;
  bottom: 0;
  left: 1em;
  width: 0%;
  height: 2px;
  background-color: var(--primary);
  transition: all 0.5s;
  content: '';
}

.solve-list .solve-item:hover::before {
  width: calc(100% - 2em);
}

.solve-list .solve-item .title {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
  color: var(--primary);
  font-size: 20px;
}

.solve-list .solve-item .title img {
  max-width: 100%;
  object-fit: contain;
  height: max(30px, 1.7vw);
}

.solve-list.small-logo .solve-item .title img {
  height: max(18px, 1.5vw);
}

.solve-list .solve-item .title>span {
  font-size: 0.4em;
}

.solve-list .solve-item .text {
  color: #fff;
  margin-top: 0.5em;
  color: var(--lnk);
  font-size: max(12px, 0.8vw);
  line-height: 1.5;
}

@media screen and (max-width: 1000px) {
  .solve-list {
    display: flex !important;
    flex-direction: column;
    margin-bottom: 3%;
  }

  .solve-list .solve-item {
    padding: 1em 0;
  }

  .solve-list .solve-item>div {
    padding: 0 1em;
    border-right: 0 !important;
  }

  .solve-list.small-logo .solve-item .title img {
    height: 28px;
  }

  .solve-list .solve-item:not(:last-of-type)::after {
    content: '';
    display: block;
  }
}

.inst.library .solve-box .solve-list {
  background-color: rgb(255 255 255 / 10%);
  border-color: rgb(255 255 255 / 30%);
}

.inst.library .solve-box .solve-list .solve-item>div {
  border-color: rgb(255 255 255 / 30%);
}

.inst.library .solve-box .solve-list .solve-item::after {
  background-color: rgb(255 255 255 / 30%) !important;
}

.inst .right .solve-box .go {
  flex: 1;
  height: 2em;
  margin: auto 0;
  padding: 0;
  line-height: 2em;
}

.inst .solve-box .go:hover {
  transform: translateY(-5px);
}

@media screen and (max-width: 1000px) {
  .inst {
    grid-template-columns: 100%;
  }

  .inst .solve-box .go {
    width: 100%;
    margin: 1em 0 0;
    font-size: max(15px, 2.2vw);
  }

  .inst-2 .solve-box .go {
    margin-top: 15px;
  }

  .inst .solve-box .solve-title {
    font-size: max(16px, 2.2vw);
  }
}

@media screen and (max-width: 630px) {
  .inst.library .left>.solve-box .solve-list .solve-item>div {
    border: 0;
  }
}

.inst-2 .right {
  position: relative;
  width: 100%;
  height: auto;
}

.inst .card-list {
  display: flex;
  width: 100%;
  margin: 2.5em 0 0;
  font-size: max(17px, 1.25vw);
  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), rgb(255 255 255 / 0%)) !important;
}

.inst .card-list .mak-card.center {
  max-width: 68%;
}

.inst-2 .writing .buttom .cont li a {
  display: flex;
  align-items: center;
}

.inst-2 .writing .buttom .cont li a {
  min-height: 1.8em;
  padding: 0.4em 0.3em;
  background-color: #f9f9f9;
  border: 1px solid rgb(0 0 0 / 10%);
  border-radius: 5px;
}

@media screen and (max-width: 1000px) {
  .inst .card-list {
    flex-direction: column;
    margin-top: 1em;
  }

  .inst .card-list .mak-card.center {
    max-width: 100%;
  }
}

.inst-2 {
  flex-wrap: wrap;
  align-items: stretch;
}

.inst-2 .link1 {
  position: relative;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin-right: 1em;
  padding-top: 0.5em;
  padding-right: 0.7em;
  color: var(--mak-card-color);
  transition: color 0.3s;
  line-height: 1.2;
  font-size: max(14px, 0.9vw);
}

.inst-2 .link1::after {
  position: absolute;
  top: calc(50% - 0.175em);
  right: 0;
  width: 0.35em;
  height: 0.8em;
  background-image: url('https://eci.elsevier.cn/images/yx-pagearr.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s;
  content: '';
  object-fit: cover;
  filter: brightness(3);
}

.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 {
  display: flex;
  width: 100%;
  margin: 4vw 0;
  background-color: #f6f6f6;
  border-radius: 12px;
}

.inst-2 .writing:last-child {
  margin-bottom: 0;
}

.inst-2 .writing.gradient {
  background: linear-gradient(
    90deg,
    #f6f6f6, #f6f6f6, 
    rgb(255 255 255 / 0%), 
    rgb(255 255 255 / 0%), 
    rgb(255 255 255 / 0%), 
    rgb(255 255 255 / 0%));
}

.inst-2.paper .writing.gradient {
  background: linear-gradient(
    90deg, 
    #fff, 
    rgb(255 255 255 / 100%), 
    rgb(255 255 255 / 100%), 
    rgb(255 255 255 / 0%), 
    rgb(255 255 255 / 0%), 
    rgb(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 {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
  padding: max(3vw, 20px);
  gap: 40px;
}

.inst-2 .writing .writing-right {
  width: 100%;
  padding-left: 3%;
}

.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 {
  display: grid;
  width: 48%;
  padding: 0;
  grid-template-columns: repeat(2, 1fr);
  gap: 1vw;
}

.inst-2 .writing .writing-right.correlation-box {
  display: flex;
  flex-wrap: wrap;
  width: 48%;
  padding: 0;
}

.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: rgb(0 0 0 / 10%);
}

.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 {
  min-width: 110px;
  max-width: 18%;
  background-color: #f9f9f9;
  border-radius: 8px;
  aspect-ratio: 178/58;
}

.inst-2 .writing .buttom .cont li img {
  max-width: 100%;
  max-height: 1.3em;
  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 {
  margin-left: 10px;
  color: var(--lnk);
  font-size: 14px;
}

.inst-2 .writing .list {
  flex: 1;
  overflow: hidden;
}

.inst-2 .writing .list .solve-list {
  background-color: var(--white);
}

.inst-2 .writing .img.box-video {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: #202022;
  border-radius: 10px;
  overflow: hidden;
}

.inst-2 .writing .img:not(.box-video)::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, var(--primary), rgb(255 255 255 / 0%));
  content: '';
}

.inst-2 .writing .img .cont {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 6%;
}

.inst-2 .writing .img .cont .title {
  z-index: 1;
  margin-top: auto;
  color: #fff;
  font-size: max(15px, 1.15vw);
}

.inst-2 .writing .img .cont .text {
  display: flex;
  max-width: 62%;
  margin: 0.7em 0 auto;
  color: var(--white);
  line-height: 1.2;
  font-size: max(14px, 0.9vw);
}

.inst-2 .writing .img .cont .go {
  position: absolute;
  top: 50%;
  right: 6%;
  padding: 0.5em 1em;
  color: #fff;
  background-color: var(--blue);
  border: none;
  border-radius: 3em;
  transform: translate(0, -50%);
  transition: background-color 0.3s, transform 0.3s;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  font-size: max(14px, 0.9vw);
  line-height: 1;
}

.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 {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 666/400;
  object-fit: cover;
}

.character__card-tag div,
.inst-2 .writing .list>.go a,
.inst-2 .writing .list>.title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inst-2 .writing .list>.title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 0.5em;
  color: var(--primary);
  line-height: 1.2;
  font-size: max(17px, 1.3vw);
  font-weight: 700;
}

.inst-2 .writing .list>.text {
  margin: 0 0 1.5em;
  color: var(--lnk);
  font-size: max(14px, 0.9vw);
  line-height: 1.8;
  word-break: break-all;
}

.inst-2 .writing .list>.go {
  font-size: 14px;
  display: flex;
  align-items: flex-start;
}

.inst-2 .writing .list>.go span {
  width: auto;
  color: var(--primary);
  white-space: nowrap;
}

.inst-2 .writing .list>.go a {
  width: auto;
  color: var(--blue);
}

.inst-2 .writing .list>.go a img {
  width: auto;
  height: 0.5em;
  object-fit: cover;
}

.inst-2 .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 {
  position: relative;
  width: 16.72%;
  border-radius: 10px;
  transition: width 0.3s, height 0.3s;
  cursor: pointer;
  overflow: hidden;
}

.inst-2 .accordion-card::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, var(--primary), rgb(255 255 255 / 0%));
  transition: opacity 0.3s;
  content: '';
}

.inst-2 .accordion-card .bg {
  top: 0;
  left: 0;
  height: 100%;
  transform: scale(1);
  transition: all 0.3s;
  opacity: 1;
  object-fit: cover;
}

.inst-2 .accordion-card .bg.show,
.inst-2 .accordion-card.active .bg.hide {
  position: absolute;
  width: 100%;
  transform: scale(4);
  opacity: 0;
}

.inst-2 .accordion-card .cont {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 1.1em;
}

.inst-2 .accordion-card .cont .title {
  position: relative;
  color: #fff;
  transition: color 0.3s;
  line-height: 1.2;
}

.inst-2 .accordion-card .cont .title .icon {
  position: absolute;
  right: 0;
  bottom: 0.3em;
  height: 0.6em;
  transition: transform 0.3s;
}

.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 {
  display: none;
  width: 75%;
  margin-top: 0.5em;
  color: var(--lnk);
  font-size: max(14px, 0.9vw);
  line-height: 1.8;
}

.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 {
  display: none;
  align-items: center;
  margin-top: 1em;
  transition: color 0.3s;
  font-size: 0.8em;
}

.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 {
  position: relative;
  transform: scale(1);
  opacity: 1;
}

.inst-2 .accordion-card .bg.min {
  display: none;
}

@media screen and (max-width: 1500px) {
  .inst-2 .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 .writing.gradient {
    background: linear-gradient(
      180deg,
      #f6f6f6, #f6f6f6, 
      rgb(255 255 255 / 0%), 
      rgb(255 255 255 / 0%), 
      rgb(255 255 255 / 0%), 
      rgb(255 255 255 / 0%));
  }

  .inst-2.paper .writing.gradient {
    background: linear-gradient(
      180deg, 
      #fff, 
      rgb(255 255 255 / 100%), 
      rgb(255 255 255 / 100%), 
      rgb(255 255 255 / 0%), 
      rgb(255 255 255 / 0%), 
      rgb(255 255 255 / 0%));
  }

  .inst-2 .left {
    margin: 0;
  }

  .inst-2 .writing {
    display: block;
    margin: 30px 0;
  }

  .inst-2 .writing.reverse {
    display: flex;
    flex-direction: column-reverse;
    gap: 12px;
  }

  .inst-2 .writing.gradient {
    background: linear-gradient(
      180deg, 
      #f6f6f6, 
      #f6f6f6, 
      rgb(255 255 255 / 0%), 
      rgb(255 255 255 / 0%), 
      rgb(255 255 255 / 0%), 
      rgb(255 255 255 / 0%));
  }

  .inst-2 .writing .writing-left {
    width: 100% !important;
    max-width: 100%;
  }

  .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 .list>.go {
    font-size: max(14px, 1.6vw);
  }

  .inst-2 .writing .list>.text {
    font-size: max(14px, 1.6vw);
    line-height: 1.5;
    margin-bottom: 0;
  }


  .inst-2 .writing .list .solve-list {
    margin-top: 1em;
  }

  .inst-2 .accordion {
    flex-direction: column;
    height: 100vw;
    margin-top: 0.6em;
  }

  .inst-2 .accordion-card {
    width: 100%;
    height: 10%;
    min-height: 55px;
    border-radius: 6px;
  }

  .inst-2 .accordion-card.active {
    flex: 1;
    width: 100%;
    height: 42%;
  }

  .inst-2 .accordion-card::before {
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, var(--primary), rgb(255 255 255 / 0%));
  }

  .inst-2 .accordion-card .bg {
    width: 100%;
    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 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1.2em;

    
  }

  .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 .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 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2.5em;
  margin-bottom: auto;
  font-size: max(17px, 1.25vw);
  gap: 1vw !important;
}

.dislocation.nopad {
  margin: 0;
  padding: 0 !important;
}

.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: 100% !important;
}

.dislocation .mak-card:nth-child(odd)::before {
  background: linear-gradient(
    var(--gra-angle), 
    var(--primary), 
    rgb(var(--primary-rgb) / 90%), 
    rgb(255 255 255 / 0%), 
    rgb(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), 
    rgb(99 99 99 / 90%), 
    rgb(99 99 99 / 80%), 
    rgb(255 255 255 / 0%), 
    rgb(255 255 255 / 0%)) !important;
}

.dislocation .mak-card .cont .link {
  color: rgb(255 255 255 / 60%) !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 {
  display: grid;
  flex: 1;
  grid-template-columns: repeat(1, 1fr);
  gap: 1vw;
}

.correlation.bottom {
  flex: auto;
  width: 100%;
  padding-top: 12px;
  grid-template-columns: repeat(3, 1fr);
}

.correlation.flex {
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  width: 100%;
  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, rgb(0 0 0 / 90%), rgb(255 255 255 / 0%));
  }
}

@media screen and (max-width: 1000px) {
  .correlation {
    flex: auto;
    width: 100%;
    padding-top: 20px;
    gap: 7px;
  }

  .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;
  display: flex;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  font-size: max(12px, 0.9vw);
  gap: 0.6em;
}

.inst-5 .swiper-list {
  display: flex;
  flex-direction: column;
  width: 100%;

  --t: 100s;
}

.inst-5 .swiper-list>div {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 0.3em 0;
  animation: swiper-tb1 var(--t) linear infinite;
  gap: 0.6em;
}

.inst-5 .swiper-item {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 0.5em;
  aspect-ratio: 30/21;
  overflow: hidden;
}

.inst-5 .swiper-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inst-5 .swiper-title {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0.5em 0 0.6em 1.2em;
  color: #fff;
  background: linear-gradient(0deg, 
  rgb(0 0 0 / 90%), 
  rgb(0 0 0 / 80%), 
  rgb(0 0 0 / 70%), 
  rgb(0 0 0 / 60%), 
  rgb(0 0 0 / 50%), 
  rgb(0 0 0 / 40%), 
  rgb(0 0 0 / 10%));
}

.inst-5 .swiper-list>div:nth-child(2) {
  animation: swiper-tb2 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;
  }
}

.wrapper-box {
  display: none;
  padding-top: 4vw;
}

.wrapper-box.current {
  display: block;
}


@media screen and (max-width: 1500px) {
  .wrapper-box .sector {
    padding-right: 5%;
    padding-left: 5%;
  }
}

@media screen and (max-width: 1000px) {
  .wrapper-box {
    padding-top: 0;
  }

  .wrapper-box .sector {
    padding: 30px 5%;
  }
}

/* #region 科研热讯 */
.hotlist .more-hotlist {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5vw 10vw 0;
  color: var(--graphite);
  font-size: max(14px, 1.04vw);
}

.hotlist .period-box {
  overflow: hidden;
  position: relative;
  flex: 1;
}

.hotlist .period-list {
  display: flex;
  align-items: flex-end;
  padding: 0 2px;
  overflow: hidden;
  overscroll-behavior-x: contain;
}

.hotlist .period-item {
  position: relative;
  padding: 0.8em 1.1em;
  color: var(--graphite);
  border-radius: 0.4em 0.4em 0 0;
  transition: border-color 0.3s, color 0.3s, box-shadow 0.3s;
  line-height: 1;
  cursor: pointer;
  border-top: 0.2em solid transparent;
  white-space: nowrap;
}

.hotlist .period-item.xla {
  z-index: 2;
  width: 9em;
}

.hotlist .period-item:hover::before,
.hotlist .period-item:hover+.period-item::before {
  background-color: transparent;
}

.hotlist .period-list .period-item:nth-child(1)::before,
.hotlist .period-item.xla::before {
  display: none;
}

.hotlist .period-box::after {
  content: '';
  position: absolute;
  top: 0;
  width: 12em;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}

.hotlist .period-box.after-left::after {
  left: -2em;
  background: linear-gradient(90deg, #fff, rgb(255 255 255 / 0%));
  opacity: 1;
}

.hotlist .period-box.after-right::after {
  opacity: 1;
  right: -2em;
  background: linear-gradient(-90deg, #fff, rgb(255 255 255 / 0%));
}

.hotlist .period-item:not(.xla).active {
  color: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -2px rgb(0 0 0 / 10%);
}

.hotlist .period-item:not(.xla):hover {
  color: var(--primary);
}

.hotlist .period-item .title {
  font-weight: bold;
  font-size: inherit;
}

.hotlist .period-item .subject {
  margin-top: 0.25em;
  opacity: 0.6;
}

.hotlist .period-item h3 {
  display: inline-block;
}

.hotlist .period-item.xla  img {
  width: auto;
  height: 0.5em;
  margin: 0 0 0.1em 0.3em;
  filter: brightness(0.1);
  object-fit: cover;
  transition: transform 0.3s;
}

.hotlist .period-item.xla:hover h3 img {
  transform: rotate(180deg);
}

.hotlist .period-item .select-more {
  position: absolute;
  top: 100%;
  width: auto;
  padding: 1.2em;
  background-color: #fff;
  border: 1px solid rgb(0 0 0 / 10%);
  border-radius: 0.5em;
  transform: scaleY(0);
  transition: transform 0.1s;
  font-size: 0.8em;
  transform-origin: top;
}

.hotlist .period-item:hover .select-more {
  transform: scaleY(1);
}

.hotlist .period-item .select-more a {
  white-space: nowrap;
  display: block;
  color: var(--graphite);
  transition: color 0.3s;
}

.hotlist .period-item .select-more a+a {
  margin-top: 1.2em;
}

.hotlist .period-item .select-more a:hover {
  color: var(--primary);
}

.period-btn {
  position: relative;
  padding: 0.9em 1.6em 0.9em 1.8em;
  color: #fff;
  background-color: var(--blue);
  border: none;
  border-radius: 3em;
  transition: background-color 0.3s, transform 0.3s;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
}

.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;
}

.btn-cursor {
  position: absolute;
  top: 100%;
  left: 100%;
  width: 1.4em;
  height: 1.4em;
  transform: translate(-80%, -59%);
  font-size: 2.2em;
}

.btn-cursor .icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.btn-cursor .icon .point {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 0.75em solid rgb(161 182 255 / 50%);
  border-radius: 50%;
  animation: btn-cursor-point 1s infinite;
}

.btn-cursor .icon img {
  position: absolute;
  top: 46%;
  left: 24.4%;
  z-index: 2;
  width: 1em;
  height: 1em;
  animation: btn-cursor-icon 1s infinite;

}

@media screen and (max-width: 1300px) {
  .hotlist .more-hotlist {
    padding-right: 8vw;
  }
}

@media screen and (max-width: 1000px) {
  .hotlist .more-hotlist {
    display: none;
    padding-top: 30px;
    padding-right: 0;
  }

  .hotlist .period-box {
    flex: auto;
    width: 100%;
  }

  .hotlist .period-list {
    padding: 0 5vw;
  }

  .hotlist .period-item.xla {
    margin-left: 5vw;
  }

  .hotlist .period-btn {
    margin-right: 5vw;
    margin-left: auto;
  }
}

.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;
  border-radius: 5px;
}

.hotlist .mseemore.btn .outbox {
  justify-content: center;
  height: auto;
}

.hotlist .mseemore.btn a {
  position: relative;
  padding: 0.95em 1.8em 0.85em;
  color: #fff;
  background-color: var(--blue);
  border: none;
  border-radius: 3em;
  transition: background-color 0.3s, transform 0.3s;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  font-size: max(16px, 1.1458vw);
}

.hotlist .mseemore.btn a:hover {
  background-color: var(--blue-dark);
}

.hotlist .mseemore.btn a:hover {
  background-color: rgb(var(--blue-rgb) / 80%);
}

.hotlist .mseemore.btn img {
  width: auto;
  height: 1em;
  margin-right: 0.2em;
  margin-left: 0;
  filter: grayscale(100%) brightness(200%);
}

@media screen and (max-width: 1000px) {
  .hotlist .mseemore.btn a {
    width: 100%;
    font-size: 3.2vw;
  }
}

.hotlist [id^='front'] {
  scroll-margin-top: var(--layout-header-height);
}

.hotlist #mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0 0 0 / 50%);
}

.hotlist #mask.open  {
  display: block;
}

@media screen and (max-width: 1000px) {
  .hotlist #inquire,
  .hotlist [id^='front'] {
    scroll-margin-top: 10px;
  }
}

.hotlist .upper {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 5vw 10vw 8vw;
}

.hotlist .upper .left {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 15.8vw;
  height: auto;
  padding-right: 2vw;
}

.hotlist .nav-box {
  position: relative;
  top: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  gap: 0.5vw;
}

.hotlist .nav-box.sticky-top {
  position: fixed;
  top: 6vw;
  width: 15.8vw;
  max-width: 15.8vw;
}

.hotlist .nav-box.sticky-bottom {
  position: relative;
  top: 0;
  width: 15.8vw;
  max-width: 15.8vw;
  margin-top: auto;
}

.hotlist .nav-box .nav-title {
  display: none;
}

.hotlist .nav-box .nav-title img {
  height: 0.9em;
  cursor: pointer;
}

.hotlist .nav-box .nav-lists {
  border-left: 1px solid rgb(0 0 0 / 10%);
}

.hotlist .nav-box .item {
  position: relative;
  display: block;
  padding: 0.5208vw 0 1.0417vw 1.4583vw;
  cursor: pointer;
}

.hotlist .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 .nav-box .item:hover::before {
  height: 90%;
  background-color: var(--primary);
}

.hotlist .nav-box .item.active::before {
  height: 90%;
}

.hotlist .nav-box .item .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--lnk);
  font-size: max(14px, 1.1458vw);
}

.hotlist .nav-box .item .title .arrow {
  height: 1em;
  border: 1px solid rgb(0 0 0 / 50%);
  border-radius: 50%;
  transition: all 0.3s;
}

.hotlist .nav-box .item.active .title .arrow {
  background-color: var(--graphite);
}

.hotlist .nav-box .item:hover .title .arrow {
  background-color: var(--primary);
  border-color: var(--primary);
}

.hotlist .nav-box .item:hover .title {
  color: var(--primary);
}

.hotlist .nav-box .item .title img {
  display: block;
  height: 1em;
  object-fit: cover;
}

.hotlist .nav-advert .advert-cont .advert-item:hover {
  color: var(--blue);
}

.hotlist .nav-box .item.active .title {
  color: var(--graphite);
}

.hotlist .nav-box .item.active .title img {
  filter: brightness(100);
}

.hotlist .nav-box .item:hover .title img {
  filter: brightness(100);
}

.hotlist .nav-advert {
  width: 100%;
  height: auto;
  margin-top: 20px;
  background: no-repeat right top;
  background-color: #f9f9fa;
  background-size: 50% auto;
  border: 1px solid #ffdbc0;
  border-radius: max(10px, 0.5vw);
}

.hotlist .nav-advert .advert-title {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  padding: 8%;
  background: linear-gradient(180deg, rgb(var(--primary-rgb) / 20%), rgb(255 255 255 / 0%));
  border-radius: max(10px, 0.5vw);
  overflow: hidden;
}

.hotlist .nav-advert .advert-title img {
  position: absolute;
  top: 0;
  right: -10%;
  z-index: 1;
  width: 50%;
  height: auto;
  object-fit: cover;
}

.hotlist .nav-advert .advert-title .advert-text1 {
  position: relative;
  z-index: 2;
  margin-top: auto;
  color: var(--graphite);
  font-size: 12px;
  font-weight: 700;
}

.hotlist .nav-advert .advert-title .advert-text2 {
  position: relative;
  z-index: 2;
  margin-bottom: 0.3em;
  color: var(--primary);
  font-size: max(15px, 1.1458vw);
  font-weight: 700;
  line-height: 1;
}

.hotlist .nav-advert .advert-title .advert-text2 p {
  margin-top: 0.5em;
  font-weight: 400;
  color: var(--lnk);
  font-size: 0.6em;
}

.hotlist .nav-advert .advert-title .advert-text3 {
  font-size: max(14px, 0.8vw);
  color: var(--graphite);
}

.hotlist .nav-advert .advert-cont {
  padding: 0 8% 5%;
  font-size: max(14px, 0.8vw);
  line-height: 1.3;
}

.hotlist .nav-advert .advert-cont .advert-item {
  position: relative;
  display: block;
  padding: 0.3em 0 0.3em 0.5em;
  color: var(--graphite);
  transition: all 0.5s;
}

.hotlist .nav-advert .advert-cont .advert-item::before {
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 0.2em;
  height: 0.2em;
  background-color: var(--primary);
  border-radius: 50%;
  content: '';
}

.hotlist .upper .right {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 3vw;
}

.hotlist .upper .right .prompt {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: auto 0 0.15em 0.15em;
}

.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 {
  top: -0.1em;
  right: calc(50% + 1.05em);
  display: none;
}

.hotlist .upper .right .prompt:hover .tooltip {
  display: block;
}

.hotlist .upper .headline {
  width: 100%;
  margin: 0 0 1.3vw;
}

.hotlist .upper .headline .icon {
  height: 2.5em;
}

.hotlist .upper .headline .tab {
  margin-bottom: 0.3em;
  color: var(--primary);
  font-size: max(14px, 0.9375vw);
  font-weight: 700;
}

.hotlist .upper .headline .cont {
  display: flex;
  width: 100%;
}

.hotlist .upper .headline:not(.none-border) .cont .title,
.hotlist .upper .headline:not(.none-border) .cont .summary {
  border-bottom: 1px solid rgb(0 0 0 / 10%) !important;
}

.hotlist .upper .headline .title {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  color: var(--graphite);
  border: 0;
  font-size: max(20px, 1.55vw);
  font-weight: 700;
  min-width: 26%;
}

.hotlist .upper .headline .title span {
  color: var(--primary);
}

.hotlist .upper .headline .title .en {
  position: relative;
  font-size: max(19px, 1.25vw);
  line-height: 1em;
  font-weight: 400;
  color: var(--lnk);
}

.hotlist .upper .headline .title>img {
  width: auto;
  height: 2.2em;
  margin-right: 0.1em;
  object-fit: cover;
}

.hotlist .upper .headline .summary {
  display: flex;
  flex: 1;
  align-items: center;
  margin-left: max(15px, 1vw);
  padding-right: 1.6em;
  color: var(--lnk);
  font-size: var(--font-size-small);
}

.hotlist .upper .headline .summary>div {
  width: 100%;
}

.hotlist .upper .headline .summary a {
  position: relative;
  padding-right: 0.6em;
  color: var(--blue);
  white-space: nowrap;
}

.hotlist .upper .headline .summary a:hover {
  text-decoration: underline;
}

.hotlist .upper .headline .summary a::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.55em;
  height: 0.5em;
  background-image: url('/images/qx_icon8.png');
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}

.hotlist .solve-list {
  display: flex;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  border: none;
}

.hotlist .solve-list .item {
  margin-right: 1.6vw;
  padding: 0.5em;
  padding-top: 0;
  padding-right: 1.6vw;
  padding-bottom: 0;
  border-right: 1px solid rgb(0 0 0 / 20%);
  font-size: var(--font-size-small);
}

.hotlist .solve-list .item.flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hotlist .solve-list .item:last-child {
  margin: 0;
  padding: 0;
  border-right: none;
}

.hotlist .solve-list .item .logo {
  object-fit: cover;
  height: 2.1em;
}

.hotlist .solve-list .item .go {
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: var(--lnk);
}

.hotlist .solve-list .item:hover .go {
  color: var(--blue);
  transition: all 0.5s;
}

.hotlist .solve-list .item .go img {
  height: 0.8em;
  object-fit: cover;
  transition: all 0.5s;
}

.hotlist .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: 1300px) {
  .hotlist .upper {
    padding: 5vw 5vw 8vw 0;
  }

  .hotlist .upper .left,
  .hotlist .nav-box.sticky-bottom,
  .hotlist .nav-box.sticky-top {
    width: 14.5vw;
    max-width: 14.5vw;
  }
}

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

  .hotlist .upper .right {
    gap: 35px;
  }

  .hotlist .upper .headline {
    margin-bottom: 15px !important;
  }

  .hotlist .upper .headline .title {
    padding: 0;
    width: 100% !important;
  }

  .hotlist .upper .headline:not(.none-border) .cont .title,
  .hotlist .upper .headline:not(.none-border) .cont .summary {
    border-bottom: none !important;
  }

  .hotlist .upper .headline .cont {
    flex-direction: column;
    gap: 10px;
  }

  .hotlist .upper .headline .summary {
    margin: 0 !important;
    border: none !important;
    padding: 0 !important;
  }

  .hotlist .upper .headline .summary>div {
    width: 100%;
    white-space: wrap !important;
  }

  .hotlist .solve-list {
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 1em 0 0.8em;
    border: 1px solid rgb(0 0 0 / 10%) !important;
    border-radius: 5px;
  }

  .hotlist .solve-list .item {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 !important;
    padding: 0 5% !important;
  }

  .hotlist .solve-list .item .go div {
    padding: 0 !important;
  }

  .hotlist .inquire-box .headline .solve-list {
    background-color: rgb(255 255 255 / 80%);
  }

  .hotlist .nav-advert .advert-title {
    padding: 8% 8% 4%;
  }

  .hotlist .nav-advert .advert-cont,
  .hotlist .nav-advert .advert-title .advert-text1 {
    font-size: 14px;
  }

  .hotlist .nav-advert .advert-title .advert-text2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 400px) {
  .hotlist .solve-list .item:not(.one) {
    flex-wrap: wrap;
  }
}

.hotlist .plate-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 max(15px, 2vw);
}

.hotlist .plate-news .headline .summary {
  margin-left: max(15px, 2vw);
}

.hotlist .plate-news .news-left {
  width: 26%;
}

.hotlist .plate-news .title {
  color: var(--graphite);
}

.hotlist .plate-news>.text {
  font-size: max(16px, 1vw);
  color: #585858;
  line-height: 1.5;
}

.hotlist .plate-news .news-right {
  font-size: max(14px, 1vw);
  flex: 1;
}

.hotlist .plate-news .news-right .box-top-cont .title {
  font-weight: 700;
  font-size: 1.3em;
}

.hotlist .plate-news .news-right .text {
  line-height: 1.4em;
  color: var(--graphite);
}

.hotlist .plate-news .msg {
  padding-top: 0.5em;
  line-height: 1.4em;
  color: var(--graphite);
}

.hotlist .plate-news .msg span {
  display: inline-block;
  color: var(--lnk);
  font-size: 12px;
}

.hotlist .plate-news .msg .text {
  padding: 0 0 0.5em;
}

.hotlist .plate-news .msg .msg__item {
  position: relative;
  padding: 0 0 0 2em;
}

.hotlist .plate-news .msg .msg__item::before {
  position: absolute;
  top: 0.7em;
  left: 1em;
  width: 0.2em;
  height: 0.2em;
  background-color: var(--graphite);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  content: '';
}

.hotlist .plate-news .box-video {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  box-sizing: border-box;
  padding: 5.5% 5%;
  border-radius: 8px;
  aspect-ratio: 432/161;
  font-size: max(13px, 0.9vw);
  overflow: hidden;
}

.hotlist .plate-news .box-video .title {
  z-index: 1;
}

.hotlist .plate-news .box-video .title div {
  color: #fff;
}

.hotlist .plate-news .box-video .title span {
  color: var(--primary);
}

.hotlist .plate-news .box-video .arrow {
  position: relative;
  z-index: 1;
  width: 1.3em;
  min-width: 25px;
  height: 1.3em;
  min-height: 25px;
  background-color: var(--white);
  border: 1px solid var(--blue);
  border-radius: 50%;
  transition: background-color 0.3s;
  font-size: var(--font-size-extra-base);
  overflow: hidden;
}

.hotlist .plate-news .box-video .arrow::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/images/arrow-right3.png');
  background-position: center;
  background-size: 110%;
  content: '';
}

.hotlist .plate-news .box-video:hover .arrow {
  background-color: var(--blue);
}

.hotlist .plate-news .box-video:hover .arrow::before {
  filter: brightness(10);
}

.hotlist .plate-news .box-video .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.hotlist .plate-news .box-video:hover .bg {
  transform: scale(1.1);
}

.hotlist .inquire-box {
  padding: 3.5em 2.5em 2.5em;
  border-radius: 1vw;
  background: url('/images/hotlist-inquire-bg.jpg') no-repeat top right;
  background-size: 100% 100%;
  border: 1px solid rgb(0 0 0 / 10%);
}

.hotlist .inquire-box.none {
  padding: 1.5em 2.5em 2.5em;
  background: linear-gradient(#F8F4EE, #FDFBF9);
}

.hotlist .inquire-box .headline {
  margin-bottom: 30px;
}

.hotlist .inquire-box.none .headline {
  margin-bottom: 0;
}

.hotlist .inquire-box .headline .title .en {
  display: inline;
}

.hotlist .inquire-box .headline .summary {
  line-height: 1.4;
  width: 65%;
  padding: 0;
  margin: 0;
}

.hotlist .inquire-box .headline .solve-list {
  margin: 15px 0 0;
}

.hotlist .inquire-box .headline .summary:empty,
.hotlist .inquire-box .headline .solve-list:empty {
  display: none !important;
}

.hotlist .inquire .list {
  display: grid;
  font-size: var(--font-size-extra-small);
  grid-template-columns: repeat(6, 1fr);
  gap: 0.9em 0.5em;
}

.hotlist .inquire .list .item {
  grid-column: span 2;
}

.hotlist .inquire .list .item:nth-child(n+4) {
  grid-column: span 3;
}

.hotlist .inquire .inquire-card {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: 100%;
  padding: 1em;
  background-color: rgb(0 0 0 / 6%);
  border-radius: 0.4em;
  cursor: pointer;
}

.hotlist .inquire .inquire-card .border {
  width: 100%;
  margin-top: 0.6em;
  padding-top: 0.8em;
  border-top: 1px solid rgb(0 0 0 / 10%);
}

.hotlist .inquire .inquire-card .box {
  flex: 1;
}

.hotlist .inquire .inquire-card .box .product-logo {
  font-size: var(--font-size-min);
}

.hotlist .inquire .inquire-card .box .title {
  line-height: 1.4;
  margin-top: 0.3em;
  transition: color 0.3s;
}

.hotlist .inquire .inquire-card .box h4+.t-typed {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  overflow: hidden !important;
  width: 0 !important;
  height: 0 !important;
}

.hotlist .inquire .inquire-card:hover .box .title {
  color: var(--blue);
}

.hotlist .inquire .inquire-more {
  margin-top: 2em;
}

.hotlist .inquire-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0.5em 0 1em;
  border: 2px solid currentcolor;
  border-radius: 0.4em;
  transition: color 0.3s;
  font-size: var(--font-size-small);
  line-height: 3.6em;
  background-color: #fff;
}

.hotlist .inquire-more:hover {
  color: var(--blue);
}

.hotlist .inquire-more .t-icon {
  font-size: 2.2em;
}

.hotlist .inquire-more .t-icon path {
  fill: currentcolor;
}

.hotlist .answer {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 3em 1.5em 3em 3em;
  font-size: var(--font-size-small);
  gap: 2em;
}

.hotlist .answer .list {
  flex: 1;
  overflow: auto;
  padding: 0 1.5em 0 0;
}

.hotlist .answer .list::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background: #f2f2f2;
}

.hotlist .answer .list::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 3px;
}

.hotlist .answer .list .item {
  display: block;
  overflow: hidden;
}

.hotlist .answer .list .item+.item {
  margin-top: 1.7em;
}

.hotlist .answer .list .item .chat {
  position: relative;
  box-sizing: border-box;
  max-width: calc(100% - 0.7em);
}

.hotlist .answer .list .item .chat.my {
  float: right;
  margin: 0 0.7em 0 0;
  padding: 1em;
  background-color: #e9e9e9;
  border-radius: 0.4em 0.4em 0;
}

.hotlist .answer .list .item .chat.my::before,
.hotlist .answer .list .item .chat.my::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 0.7em;
  height: 1em;
}

.hotlist .answer .list .item .chat.my::before {
  background-color: #e9e9e9;
}

.hotlist .answer .list .item .chat.my::after {
  background-color: var(--white);
  border-radius: 0 0 0 1em;
}

.hotlist .answer .list .item .chat.ai {
  padding: 0 0 0 1em;
  border-left: 1px solid rgb(0 0 0 / 20%);
}

.hotlist .answer .list .item .chat .product-logo {
  margin-right: 0.5em;
  font-size: 0.9em;
  color: var(--graphite) !important;
  text-decoration: none !important;
}

.hotlist .answer .list .item .chat .tag {
  font-size: 0.9em;
  color: var(--lnk);
}

.hotlist .answer .list .item .chat .t-typed {
  line-height: 1.5
}

.hotlist .answer .list .item .chat .t-typed .cont {
  display: block;
}

.hotlist .answer .list .item .chat.ai .t-typed a {
  color: var(--blue);
  text-decoration: underline;
}

.hotlist .answer .list .item .chat.ai .t-typed div.cont {
  margin-top: 0.8em;
}

.hotlist .answer .list .item .chat.ai .t-typed.more-text div.cont {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hotlist .answer .list .item .chat.ai .t-typed.more-text.fold div.cont {
  -webkit-line-clamp: 3;
}

.hotlist .answer .list .item .chat.ai .t-typed img {
  display: block;
  max-width: 100%;
  margin-top: 0.8em;
}

.hotlist .answer .list .item .chat.ai .t-typed .more {
  margin-top: 1em;
  cursor: pointer;
  color: var(--blue);
  text-decoration: underline;
}

.hotlist .answer .list .item .chat.ai .t-typed .more .show,
.hotlist .answer .list .item .chat.ai .t-typed.fold .more .hide {
  display: none;
}

.hotlist .answer .list .item .chat.ai .t-typed.fold .more .show {
  display: inline;
}

.hotlist .t-drawer-content {
  width: 33vw;
  min-width: 634px;
}

.hotlist .t-drawer-content .icon-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: none;
  width: 1em;
}

@media screen and (max-width: 1000px) {
  .hotlist .inquire-box {
    border-radius: 8px;
    padding: 12px !important;
    background: linear-gradient(#F8F4EE, #FDFBF9);
  }

  .hotlist .inquire-box .headline .summary{
    width: 100%;
  }

  .hotlist .inquire .list {
    gap: 8px;
  }

  .hotlist .inquire .list .item {
    grid-column: span 3;
  }

  .hotlist .inquire .list .item:nth-child(n+5) {
    grid-column: span 6;
  }

  .hotlist .inquire .link {
    margin-top: 12px;
  }

  .hotlist .t-drawer-content {
    width: 100vw;
    min-width: 0;
    padding: 40px 8px 75px 16px;
  }

  .hotlist .t-drawer-content .icon-close {
    display: block;
  }

  .hotlist .answer .list {
    padding: 0 8px 0 0;
  }

  .hotlist .inquire .inquire-more {
    margin-top: 10px;
  }
}

.hotlist .box-top {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 1.4em;
  font-size: max(14px, 0.9375vw);
}

.hotlist .box-top>.title {
  position: absolute;
  top: 0;
  left: 2.5%;
  padding: 0 0.3em;
  color: var(--graphite);
  background-color: #fff;
  transform: translateY(-50%);
  font-weight: 700;
}

.hotlist .box-top>.text {
  color: #585858;
  font-size: 13px;
  line-height: 1.8;
}

.hotlist .box-top .top {
  display: flex;
  flex-direction: column;
  gap: 1.2em;
}

.hotlist .box-top .top .top-item {
  position: relative;
  flex: 1;
  padding: 0.8em;
  border: 1px solid rgb(0 0 0 / 10%);
  border-radius: 0.5em;
  transition: all 0.3s;
  font-size: max(14px, 0.9vw);
  line-height: 1.4em;
  cursor: pointer;
}

.hotlist .box-top .top .top-item .title {
  color: var(--lnk);
  line-height: 1.3;
}

.hotlist .box-top .top .top-item.active .no,
.hotlist .box-top .top .top-item.active .title,
.hotlist .box-top .top .top-item:hover .no,
.hotlist .box-top .top .top-item:hover .title {
  color: var(--primary);
}

.hotlist .box-top .top .top-item::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.5em;
  height: 0.5em;
  background-color: #fff;
  border: 1px solid var(--primary);
  border-radius: 0.1em;
  transform: translate(calc(50% + 1px), -50%) rotate(45deg);
  content: none;
  border-left: 0;
  border-bottom: 0;
}

.hotlist .box-top .top .top-item.active::before,
.hotlist .box-top .top .top-item:hover::before {
  content: '';
}

.hotlist .box-top .top .top-item.active,
.hotlist .box-top .top .top-item:hover {
  border-color: var(--primary);
}

.hotlist .box-top .top .top-item .no {
  position: absolute;
  top: 0;
  left: 0.8em;
  display: flex;
  align-items: center;
  padding: 0 0.2em;
  background-color: #fff;
  transform: translateY(-50%);
  transition: border-color 0.3s;
  font-size: var(--font-size-small);
}

.hotlist .box-top .top .top-item .no .icon {
  width: auto;
  height: 1em;
  margin-left: 0.3em;
  transition: filter 0.3s;
  object-fit: cover;
  filter: grayscale(1);
}

.hotlist .box-top .top .top-item .arrow {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  display: none;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  border: 1px solid rgb(0 0 0 / 10%);
  border-radius: 50%;
}

.hotlist .box-top .top .top-item .arrow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(90deg);
}

.hotlist .box-top .top .top-item.active .arrow {
  border: 1px solid var(--primary);
  transform: rotate(180deg);
}

.hotlist .box-top .top .top-item.active img {
  filter: invert(59%) sepia(88%) saturate(3520%) hue-rotate(353deg) brightness(97%) contrast(94%);
}

.hotlist .box-top .top .top-item.active .icon,
.hotlist .box-top .top .top-item:hover .icon {
  filter: grayscale(0);
}

.hotlist .box-top-cont {
  display: none;
}

.hotlist .box-top-cont.active {
  display: block;
}

.hotlist .box-top-cont .tab {
  padding: 0.5em;
  color: var(--lnk);
  font-size: 0.9em;
}

.hotlist .box-top-cont .tab span {
  color: var(--blue);
}

@media screen and (max-width: 1000px) {
  .hotlist .plate-news .news-left,
  .hotlist .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;
  }

  .hotlist .upper .left {
    width: 0;
    min-width: 0 !important;
    height: 0;
    min-height: 0 !important;
  }

  .hotlist .nav-box {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100vw !important;
    max-width: 100vw !important;
    height: 50vw !important;
    min-height: 380px;
    margin-top: auto;
    padding: 0 5% 5%;
    background-color: #fff;
    border-radius: 15px 15px 0 0;
    transform: translateY(100%);
    transition: all 0.3s;
    overflow-y: auto;
  }

  .hotlist .nav-box::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
  }

  .hotlist .nav-box .nav-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    margin-right: 10px;
    padding: 5% 0;
    font-size: 18px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    font-weight: 700;
  }

  .hotlist .nav-box .nav-lists {
    padding-right: 10px;
    border: 0;
  }

  .hotlist .nav-box .nav-lists::-webkit-scrollbar {
    width: 3px;
    height: 0;
  }

  .hotlist .nav-box .nav-lists::-webkit-scrollbar-thumb {
    width: 3px;
    background-color: var(--primary);
  }

  .hotlist .nav-box .nav-lists::-webkit-scrollbar-track {
    width: 3px;
  }

  .hotlist .nav-box .item {
    padding: 4% 0;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
  }

  .hotlist .upper .left .item::before {
    content: none !important;
  }

  .hotlist .upper .left.open #mask {
    display: block;
    animation: mask-show 1s;
  }

  .hotlist .upper .left.open .nav-box {
    transform: translateY(0);
  }

  .hotlist .upper .right .plate-news>.title {
    font-size: max(16px, 2.2vw);
  }

  .hotlist .plate-news {
    flex-direction: column;
    gap: 0;
    width: 100%;
    min-width: 0;
  }

  .hotlist .plate-news .box-video {
    font-size: max(14px, 2.6vw);
  }

  .hotlist .box-top {
    margin: 0 0 15px;
    border-radius: 10px;
  }

  .hotlist .box-top .top {
    gap: 12px;
  }

  .hotlist .box-top .top .top-item .title {
    width: 90%;
    font-size: max(16px, 2.2vw);
  }

  .hotlist .box-top .top .top-item .box-top-cont {
    display: block;
    max-height: 0;
    transition: all 0.3s;
    overflow: hidden;
  }

  .hotlist .box-top .top .top-item.active .box-top-cont {
    max-height: 2000px;
  }

  .hotlist .box-top .top .top-item .arrow {
    display: flex;
  }

  .hotlist .box-top .top .top-item::before {
    display: none;
  }

  .hotlist .plate-news .news-right .box-top-cont {
    display: none !important;
  }

  .hotlist .box-top .top .top-item .tab {
    margin-bottom: 0.7em;
    padding: 0.7em 0;
    font-size: max(12px, 0.9vw);
    border-bottom: 1px solid rgb(0 0 0 / 15%);
  }
}

@media screen and (max-width: 600px) {
  .plate-news .tooltip {
    width: 70vw;
    max-width: 70vw;
    transform: translate(16%, -100%) !important;
  }

  .plate-news .tooltip .tooltip__content::before {
    left: 89%;
  }
}

.hotlist .ranking {
  border: 1px solid rgb(0 0 0 / 10%);
  border-radius: 1vw;
  background-color: var(--paper);
  overflow: hidden;
}

.hotlist .ranking.dark {
  background: url('/images/bg-ranking-article.jpg') no-repeat center center;
  background-size: cover;
}

.hotlist .ranking.white {
  background-color: #fff;
}

.hotlist .ranking-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 20px 10px 10px;
  color: var(--lnk);
  background: linear-gradient(90deg, var(--paper), rgb(var(--paper-rgb) / 80%), rgb(var(--paper-rgb) / 42%));
  border-radius: 1vw 1vw 0 0;
  font-size: max(14px, 0.9vw);
  line-height: 1.2;
  border-bottom: 1px solid rgb(0 0 0 / 8%);
}

.hotlist .ranking-tag span:not(.l) {
  color: var(--lnk);
}

.hotlist .ranking.dark .ranking-tag span:not(.l) {
  color: rgb(255 255 255 / 80%);
}

.hotlist .ranking-tag span.l {
  margin-right: auto;
  padding-right: 5em;
}

.hotlist .ranking.dark .ranking-tag {
  color: #fff;
  background: linear-gradient(90deg, #000, transparent, transparent);
  border-bottom: 1px solid rgb(255 255 255 / 8%);
}

.hotlist .ranking.white .ranking-tag {
  background: #fff;
}

.hotlist .ranking-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  padding: 4.2% 10px;
  border-radius: 0 0 1vw 1vw;
  gap: max(15px, 1vw);
  aspect-ratio: 1168/415;
}

.hotlist .ranking-box.complete {
  padding: 10px !important;
  background-color: #fff;
  border-radius: max(10px, 1vw);
  aspect-ratio: 1168 / 450;
}

.hotlist .ranking-left {
  display: flex;
  flex-direction: column;
  width: 9vw;
  min-width: 120px;
}

@media screen and (max-width: 1000px) {
  .hotlist .ranking {
    border-radius: 8px;
  }
}

.hotlist .ranking-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  width: 26%;
  padding-left: 3%;
  font-size: max(16px, 1.5625vw);
}

.hotlist .ranking-title .icon {
  width: auto;
  height: 2.2em;
  object-fit: cover;
}

#locate1-1 .ranking-title .icon {
  height: 1.8em;
}

.hotlist .ranking-title .title {
  margin: 0.1em 0 0;
  color: var(--graphite);
  font-weight: 700;
}

.hotlist .ranking-title .en {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 0.7em;
  color: var(--lnk);
  transform: translateY(0.2em);
  font-size: max(19px, 1.25vw);
  line-height: 1;
  font-weight: 400;
}

.hotlist .dark .ranking-title .title,
.hotlist .dark .ranking-title .en,
.hotlist .dark .ranking-title .msg {
  color: var(--paper) !important;
}

.hotlist .ranking-title .text {
  font-size: max(13px, 0.83vw);
  color: var(--blue);
}

.hotlist .ranking-title .go {
  margin: auto 0 2%;
}

.hotlist .ranking-title .go .btn-go {
  position: relative;
  display: block;
  width: 15ch;
  margin-top: auto;
  padding: 0.6em 0;
  color: #fff;
  background-color: var(--blue);
  border: none;
  border-radius: 3em;
  transition: background-color 0.3s, transform 0.3s;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  font-size: max(14px, 0.9vw);
}

.hotlist .ranking-title .go .btn-go:hover {
  background-color: var(--blue-dark);
}

.hotlist .ranking-title .go .btn-go:hover {
  transform: translateY(-10%);
}

.hotlist .ranking-title .go .msg {
  margin-top: 5px;
  font-size: max(12px, 0.83vw);
  color: var(--lnk);
}

@media screen and (max-width: 1000px) {
  .hotlist .ranking-tag {
    padding: 12px;
  }

.hotlist .ranking-tag span.l {
  width: 100%;
  padding: 0;
  margin: 0;
}

  .hotlist .ranking-box {
    flex-direction: column;
    padding: 15px 7.5px 20px 12px;
    aspect-ratio: auto;
    width: 100%;
    height: 400px;
  }

  .hotlist .ranking-title {
    display: grid;
    width: 100%;
    padding-left: 0;
    grid-template-columns: auto repeat(6, 1fr);
    gap: 0 0.6em;
    font-size: max(16px, 2.2vw);
  }

  .hotlist .ranking-title h3 {
    grid-row: 1 / 2;
    grid-column: 2 / 5;
  }

  .hotlist .ranking-title .en {
    font-size: max(15px, 2vw);
    margin-bottom: 5px;
  }

  .hotlist .ranking-title .icon {
    width: auto;
    height: 2em;
    min-height: 36px;
  }

  .hotlist .ranking-title>div:not(.go) {
    grid-row: 2/2;
    grid-column: 1/5;
  }

  .hotlist .ranking-title .go {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    margin: 0;
    grid-row: 1/3;
    grid-column: 5/8;
  }

  .hotlist .ranking-title .go .btn-go {
    margin: 0;
    font-size: 12px;
  }

  .hotlist .ranking-title .go .msg {
    margin-top: 2px;
  }

  .hotlist .ranking-title .title {
    margin: 0;
  }

  .hotlist .ranking-title .title p {
    display: none;
  }
}

.hotlist .ranking-right {
  box-sizing: border-box;
  flex: 1;
  padding-right: 10px;
  color: var(--graphite);
  font-size: var(--font-size-small);
  overflow: auto;
}

.hotlist .ranking-right::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.hotlist .ranking-right::-webkit-scrollbar-thumb {
  width: 3px;
  background-color: var(--primary);
}

.hotlist .ranking-right::-webkit-scrollbar-track {
  width: 3px;
  background: #f2f2f2;
}

.hotlist .ranking-right.school  .ranking-top {
  display: flex;
  justify-content: space-between;
}

.hotlist .ranking-right.school  .ranking-top .ranking-top-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hotlist .ranking-right.school  .ranking-top .ranking-top-item img {
  width: 4.9285em;
  object-fit: cover;
  mix-blend-mode: darken;
}

.hotlist .ranking-right.school  .ranking-top .ranking-top-item .name {
  margin-top: 0.8em;
}

.hotlist .ranking-right.school  .ranking-list {
  display: grid;
  margin-top: 1em;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 0 1vw;
}

.hotlist .ranking-right.school  .ranking-list .ranking-list-item {
  position: relative;
  margin: 0.8em 0;
  padding-left: 0.8em;
  line-height: 1;
}

.hotlist .ranking-right.school  .ranking-list .ranking-list-item::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.3em;
  height: 0.3em;
  background-color: var(--primary);
  border-radius: 50%;
  transform: translateY(-50%);
  content: '';
}

.hotlist .ranking-right.scholar  {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 0 2%;
}

.hotlist .ranking-right.scholar  .ranking-item {
  box-sizing: border-box;
  width: 32%;
  padding: 0.8vw 0.9vw;
  border-radius: 0.5vw;
}

.hotlist .ranking-right.scholar  .ranking-item:hover .title {
  text-decoration: underline;
}

.hotlist .ranking-right.scholar  .ranking-item:nth-child(6n+1),
.hotlist .ranking-right.scholar  .ranking-item:nth-child(6n+2),
.hotlist .ranking-right.scholar  .ranking-item:nth-child(6n+3) {
  background-color: rgb(255 255 255 / 5%);
}

.hotlist .ranking-right.scholar  .ranking-item .title {
  font-size: max(15px, 0.9vw);
  color: #fff;
}

.hotlist .ranking-right.scholar  .ranking-item .text {
  margin-top: 0.5em;
  color: #848389;
  font-size: var(--font-size-small);
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

@media screen and (max-width: 550px) {
  .hotlist .ranking-right.scholar  {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .hotlist .ranking-right.scholar  .ranking-item {
    aspect-ratio: auto;
    width: 100%;
    padding: 10px;
  }

  .hotlist .ranking-right.scholar  .ranking-item:nth-child(6n+1),
  .hotlist .ranking-right.scholar  .ranking-item:nth-child(6n+2),
  .hotlist .ranking-right.scholar  .ranking-item:nth-child(6n+3) {
    background: 0 0;
  }

  .hotlist .ranking-right.scholar  .ranking-item:nth-child(2n+1) {
    background-color: rgb(255 255 255 / 5%);
  }
}

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

  .hotlist .ranking-right {
    padding-right: 7.5px;
  }
  
  .hotlist .ranking-right.school  .ranking-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .hotlist .ranking-right.school  .ranking-top .ranking-top-item {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 5%;
  }

  .hotlist .ranking-right.school  .ranking-top .ranking-top-item img {
    width: 3em;
  }

  .hotlist .ranking-right.school  .ranking-top .ranking-top-item .name {
    margin-top: 0;
  }

  .hotlist .ranking-right.school  .ranking-list {
    margin-top: 15px;
    gap: 15px;
  }

  .hotlist .ranking-right.school  .ranking-list .ranking-list-item {
    margin: 0;
  }
}

@media screen and (max-width: 550px) {
  .hotlist .ranking-right.school  .ranking-list,
  .hotlist .ranking-right.school  .ranking-top {
    grid-template-columns: repeat(1, 1fr);
  }
}

.hotlist .ranking-right.news  {
  grid-template-columns: repeat(2, 1fr);
  gap: 1vw 6%;
  display: grid;
  flex: 1;
}

.hotlist .ranking-right.news  .ranking-item {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.hotlist .ranking-right.news  .ranking-item:nth-child(1) .tab {
  color: var(--danger);
}

.hotlist .ranking-right.news  .ranking-item:nth-child(2) .tab {
  color: var(--primary);
}

.hotlist .ranking-right.news  .ranking-item:nth-child(3) .tab {
  color: var(--warning);
}

.hotlist .ranking-right.news  .ranking-item .tab {
  font-size: max(14px, 0.9vw);
  text-align: right;
  color: var(--lnk);
}

.hotlist .ranking-right.news  .ranking-item .cont {
  flex: 1;
}

.hotlist .ranking-right.news  .ranking-item .title {
  line-height: 1;
  font-size: max(14px, 0.9vw);
}

.hotlist .ranking-right.news  .ranking-item .text {
  margin-top: 0.3em;
  font-size: var(--font-size-small);
  color: var(--lnk);
}

@media screen and (max-width: 1000px) {
  .hotlist .ranking-right.news  {
    grid-template-columns: repeat(2, 1fr);
    gap: 1vw 6%;
  }
}

@media screen and (max-width: 650px) {
  .hotlist .ranking-right.news  {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}

.hotlist .ranking-books .books-card {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  padding-right: 10px;
  background-color: #f9f9fa;
  border-radius: 1vw;
  gap: max(15px, 2vw);
  aspect-ratio: 1168/413;
  overflow: hidden;
}

.hotlist .ranking-books .headline .title {
  width: 27.3973%;
}

.hotlist .ranking-books .headline .summary {
  margin-left: 0;
  padding-left: max(15px, 2vw);
}

.hotlist .ranking-books .box-img {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 27.3973%;
  padding: 3% 0;
  aspect-ratio: 320/413;
}

.hotlist .ranking-books .box-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1vw;
  object-fit: cover;
}

.hotlist .ranking-books .box-img .title {
  position: relative;
  z-index: 1;
  margin-top: auto;
  color: #fff;
  text-align: center;
  font-size: max(14px, 0.9vw);
}

.hotlist .ranking-books .box-img .go {
  position: relative;
  z-index: 1;
  margin-top: 0.8em;
  padding: 0.5em 0.8em;
  color: #fff;
  background-color: var(--blue);
  border: none;
  border-radius: 3em;
  transition: background-color 0.3s, transform 0.3s;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  font-size: max(14px, 0.9vw);
}

.hotlist .ranking-books .box-img .go:hover {
  background-color: var(--blue-dark);
}

.hotlist .ranking-books .box-img .go:hover {
  transform: translateY(-10%);
}

.hotlist .ranking-books .ranking-tabs {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2%;
  color: var(--graphite);
  font-size: max(14px, 1.1458vw);
  font-weight: 700;
  cursor: pointer;
}

.hotlist .ranking-books .ranking-tabs .ranking-tabs-item {
  position: relative;
  padding: 0 2.5% 2%;
  transition: all 0.3s;
  text-align: center;
  line-height: 1;
}

.hotlist .ranking-books .ranking-tabs .ranking-tabs-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1em;
  background-color: rgb(0 0 0 / 10%);
}

.hotlist .ranking-books .ranking-tabs .ranking-tabs-item:nth-child(1)::after {
  display: none;
}

.hotlist .ranking-books .ranking-tabs .ranking-tabs-item::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: var(--primary);
  transform: translateX(-50%);
  transition: all 0.3s;
  content: '';
}

.hotlist .ranking-books .ranking-tabs .ranking-tabs-item.active::before,
.hotlist .ranking-books .ranking-tabs .ranking-tabs-item:hover::before {
  width: 80%;
}

.hotlist .ranking-books .ranking-box {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 3.5% 0;
  overflow: hidden;
}

.hotlist .ranking-books .ranking-right {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 1vw 3%;
}

.hotlist .ranking-books .ranking-right.active {
  display: grid;
}

.hotlist .ranking-books .ranking-right .ranking-item {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.hotlist .ranking-books .ranking-right .ranking-item:nth-child(1) .tab {
  color: #fe2d46;
}

.hotlist .ranking-books .ranking-right .ranking-item:nth-child(2) .tab {
  color: var(--primary);
}

.hotlist .ranking-books .ranking-right .ranking-item:nth-child(3) .tab {
  color: var(--warning);
}

.hotlist .ranking-books .ranking-right .ranking-item .tab {
  font-size: max(14px, 0.9vw);
  text-align: right;
  color: var(--lnk);
}

.hotlist .ranking-books .ranking-right .ranking-item .cont {
  flex: 1;
}

.hotlist .ranking-books .ranking-right .ranking-item .title {
  font-size: max(14px, 0.9vw);
}

.hotlist .ranking-books .ranking-right .ranking-item .text {
  font-size: var(--font-size-small);
  color: var(--lnk);
}

@media screen and (max-width: 1000px) {
  .hotlist .ranking-books .books-card {
    border-radius: 10px;
    padding: 0 10px 0 12px;
  }

  .hotlist .ranking-books .ranking-box {
    padding: 20px 0;
  }

  .hotlist .ranking-books .box-img img {
    border-radius: 10px;
  }

  .hotlist .ranking-books .ranking-tabs .ranking-tabs-item {
    padding: 4vw 3vw 3.5vw;
  }

  .hotlist .ranking-books .ranking-tabs .ranking-tabs-item::after {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 800px) {
  .hotlist .ranking-books .books-card {
    width: 100%;
    height: 400px;
    aspect-ratio: auto;
  }

  .hotlist .ranking-books .box-img {
    display: none;
  }

  .hotlist .ranking-books .ranking-right {
    gap: 15px 6vw;
  }
}

@media screen and (max-width: 650px) {
  .hotlist .ranking-books .ranking-right {
    grid-template-columns: repeat(1, 1fr);
  }
}

.hotlist-topform {
  display: none;
}

.hotlist-topform .t-button {
  display: flex;
  align-items: center;
  font-weight: 700;
}

.hotlist-topform .t-button>img {
  height: 0.9em;
  margin-left: 0.2em;
}

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

/* #endregion */

/* #region 作者培训课 */
.authorworkshop .section {
  padding: 4vw 10vw;
  background: #fff;
  background-image: url('/images/yuanxing-bg.png');
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 27%;
}

.authorworkshop .section-title {
  padding-bottom: 3em;
}

.authorworkshop .section-title .title {
  padding-bottom: 0.6em;
  font-weight: bold;
  font-size: var(--h2-font-size);
}


.authorworkshop .section .qx_video_hr {
  display: flex;
  align-items: center;
  padding: 3.5em 0 1.5em;
  color: rgb(0 0 0 / 60%);
  line-height: 1;
  font-size: var(--font-size-base);
  gap: 1em;
}

.authorworkshop .section .qx_video_hr .hr {
  flex: 1;
  box-sizing: border-box;
  height: 1px;
  border-bottom: 1px solid currentcolor;
}

.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;
  height: 2.8em;
  min-height: 0 !important;
  font-size: var(--font-size-base);
}

.authorworkshop .video-nav {
  box-sizing: border-box;
  width: 100%;
  padding: 4px;
  color: #fff;
  background-color: var(--graphite);
  border-radius: 0.2em;
  line-height: 1;
  font-size: var(--font-size-base);
}

.authorworkshop .video-nav.sticky-top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 0.5em 10vw;
  border-radius: 0;
}

.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 {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 3em;
  height: 100%;
  background-image: url('/images/icon-sector3-arrow.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em;
  transform: translateY(-50%);
  content: '';
}

.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: 0.9em 1em;
  text-align: center;
  border-radius: 0.2em;
  transition: background-color 0.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: 0.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 {
  width: 3em;
  max-width: none;
  margin-left: 1em;
  padding-left: 0;
  font-size: var(--font-size-base);
}

.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;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 5vw 10% 4vw;
  background: #c9c6c1 url('/images/bg-ky-intro.jpg') no-repeat;
  background-position: center;
  background-size: cover;
}

.authorworkshop .zs-intro .left {
  width: 40%;
  height: auto;
}

.authorworkshop .zs-intro .left .title {
  margin: 0 0 1em;
  color: var(--graphite);
  font-size: var(--h2-font-size);
  font-weight: bold;
}

.authorworkshop .zs-intro .left .mid {
  width: 100%;
  height: auto;
}

.authorworkshop .zs-intro .left .go {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 11em;
  padding: 0.93em 0 0.83em;
  color: #fff;
  background-color: var(--blue);
  border: none;
  border-radius: 3em;
  transition: background-color 0.3s, transform 0.3s;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  font-size: var(--font-size-extra-medium);
  line-height: 1;
}

.authorworkshop .zs-intro .left .go:hover {
  background-color: var(--blue-dark);
}

.authorworkshop .zs-intro .left .minititle {
  width: 100%;
  height: auto;
  margin-bottom: 0.8vw;
  color: var(--graphite);
  font-size: var(--font-size-large);
  font-weight: bold;
}

.authorworkshop .zs-intro .left .minitext {
  width: 100%;
  height: auto;
  margin-bottom: 2em;
  color: var(--lnk);
  font-size: var(--font-size-base);
  line-height: 1.8;
}

.authorworkshop .zs-intro .right {
  width: 60%;
  height: auto;
  margin-right: -7%;
}

.authorworkshop .zs-intro .right .shareimg {
  width: 100%;
  height: auto;
  margin-right: -5%;
}

.authorworkshop .zs-intro .right .shareimg img {
  width: 100%;
  height: auto;
}

.authorworkshop .zs-intro .right .shareimg .text {
  margin-top: -1.5em;
  padding-right: 12%;
  color: var(--graphite);
  text-align: center;
  font-size: var(--font-size-small);
}

.authorworkshop .sector .primary-title {
  margin: 1em 0 0.5em;
}

.authorworkshop .sector .list {
  font-size: var(--font-size-small);
  display: flex;
  gap: 3em;
}

.authorworkshop .sector .list .item {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  padding: 1.5em 2em;
  color: var(--graphite);
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0.45em;
  font-size: var(--font-size-base);
}

.authorworkshop .sector .list .item h2 {
  font-weight: bold;
}

.authorworkshop .sector .list .item .icon {
  display: block;
  width: 4em;
  height: 4em;
  margin-left: auto;
}

.authorworkshop .sector .list .item p {
  padding: 0.3em 0;
  color: var(--lnk);
  font-size: var(--font-size-small);
  line-height: 1.2;
}

.authorworkshop .sector .go {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-top: 1.5em;
  padding: 0.7em 1.1em 0.63em;
  color: #fff;
  background-color: var(--blue);
  border: none;
  border-radius: 3em;
  transition: background-color 0.3s, transform 0.3s;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  font-size: var(--font-size-small);
  line-height: 1;
  gap: 0.5em;
}

.authorworkshop .sector .go img {
  height: 0.8em;
}

.authorworkshop .sector .go:hover {
  background-color: var(--blue-dark);
}

.authorworkshop .sector .list .item:hover {
  border-color: #999;
}

.authorworkshop .sector .correlation .cont {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 2em;
}

.authorworkshop .sector .correlation .cont .right {
  flex: 0 1;
  margin-left: auto;
}


@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;
    flex-direction: column !important;
    justify-content: space-between !important;
    box-sizing: border-box;
    padding: 10% 5% 7% !important;
  }

  .authorworkshop .zs-intro .left {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 16px !important;
  }

  .authorworkshop .zs-intro .left .title {
    margin-bottom: 15px !important;
    color: var(--graphite);
    font-size: 22px !important;
    font-weight: bold !important;
    text-align: center !important;
  }

  .authorworkshop .zs-intro .left .linelist {
    box-sizing: border-box;
    width: 100% !important;
    height: auto;
    margin-bottom: 15px !important;
    padding: 0 2%;
  }

  .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;
    margin-bottom: 6px;
    color: var(--graphite);
    font-size: 18px !important;
    font-weight: bold;
    text-align: center;
  }

  .authorworkshop .zs-intro .left .minitext {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 0 2%;
    font-size: 13px !important;
    line-height: 1.5;
    text-align: justify;
  }

  .authorworkshop .zs-intro .seemore {
    display: none;
  }

  .authorworkshop .zs-intro .mseemore {
    display: block;
    margin: 15px 0 30px;
  }

  .authorworkshop .zs-intro .right {
    width: 100% !important;
    margin: 0;
    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: 0.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 {
    align-items: flex-start;
    padding: 1em;
    border-radius: 8px;
    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 {
  display: flex;
  align-items: center;
  width: 100%;
  margin-right: auto;
  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 {
  position: relative;
  display: block;
  height: 3em;
  padding: 0 9em 0 2em;
  color: #fff;
  background-color: var(--blue);
  border: none;
  border-radius: 3em;
  transition: background-color 0.3s, transform 0.3s;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  font-size: max(15px, 1.2vw);
  font-weight: bold;
  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 {
    justify-content: space-between;
    align-items: flex-start;
    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 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    text-align: center;
  }
}

.sheclu {
  color: var(--graphite);

  

  

  

  

  
}

.sheclu ul {
  list-style: none;
}

.sheclu .swiper {
  position: relative;
}

.sheclu .swiper .swiper-container {
  position: relative;
  box-sizing: border-box;
  width: 100vw;
  padding: 2.5vw 10vw 4vw; 
}

.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;
  top: 30%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.8em;
  height: 2.8em;
  color: var(--blue);
  background-color: var(--white);
  border: 1px solid;
  border-radius: 50%;
  transition: transform 0.3s, opacity 0.3s;
  font-size: max(14px, 1.04vw);
  cursor: pointer;
  overflow: hidden;
}

.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: rgb(0 0 0 / 30%);
  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 {
  display: grid;
  padding-top: 0.8em;
  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-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  background-image: url('/images/bg-sector1.jpg');
}

.sheclu .sheclu1 .sector-wrap {
  padding-right: 7vw;
}

.sheclu .sheclu1 .swiper .cover-box {
  position: relative;
  display: block;
  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;
  width: 100%;
  transition: transform 0.3s;
  aspect-ratio: 350/273;
  object-fit: cover;
}

.sheclu .sheclu1 .swiper .cover-box .info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  box-sizing: border-box;
  padding: 1em 3em 1em 1em;
}

.sheclu .sheclu1 .swiper .cover-box .info h6 {
  font-weight: bold;
  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 {
  position: absolute;
  right: 0.5em;
  bottom: 1.5em;
  z-index: 4;
  width: 1.8em;
  height: 1.8em;
  background-color: var(--primary);
  background-image: url('/images/icon-video2.png');
  background-position: 53% center;
  background-repeat: no-repeat;
  background-size: 0.51em 0.67em;
  border-radius: 50%;
  content: '';
}

.sheclu .sheclu1 .swiper .cover-box.video:hover .cover {
  transform: scale(1.1);
}

.sheclu .sheclu1 .swiper .cover-box::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 33%;
  background: linear-gradient(0deg, rgb(0 0 0 / 90%), rgb(255 255 255 / 0%));
  content: '';
}

.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 {
  display: -webkit-box;
  padding-top: 0.3em;
  cursor: inherit;
  font-weight: bold;
  font-size: inherit;
  line-height: 1.5;
  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-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 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 {
  max-width: none;
  height: 1.5em;
  margin-right: 0.3em;
}

.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 {
  display: grid;
  padding-top: 2.5vw;
  font-size: var(--font-size-small);
  grid-template-columns: repeat(4, 1fr);
  gap: 3em;
}

.sheclu .sheclu3 .list .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2em 3em;
  color: var(--graphite);
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0.5em;
}

.sheclu .sheclu3 .list .item .icon {
  display: block;
  width: 6em;
  height: 6em;
  margin: 0 0 0.5em;
}

.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: #999;
}

.sheclu .sheclu3 .list .item::before {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 3em;
  height: 23px;
  background-image: url('/images/icon-sector3-arrow.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  transform: translate(0, -50%);
  content: '';
}

.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 {
    flex-direction: row;
    padding: 20px 18px 20px 5px;
  }

  .sheclu .sheclu3 .list .item .icon {
    width: 4.5em;
    height: 4.5em;
    margin: 0 5px 0 0;
  }

  .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 {
    position: absolute;
    top: 0;
    left: 16px;
    padding-top: 0;
    transform: translateY(-50%);
    line-height: 1;
  }

  .sheclu .sheclu3 .list .item::before {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 50%) rotate(90deg);
  }
}

.sheclu .fronts {
  padding: 4vw 0;
}

.sheclu .fronts #fronts {
  width: 100%;
  height: 0;
  transition: height 0.3s;
}

@media screen and (max-width: 1000px) {
  .sheclu .swiper .swiper-container {
    padding: 25px 5vw 40px;
  }

  .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: 20px;
  }

  .sheclu .scanning .scanning-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .sheclu .sheclu2 .sector-nav {
    padding: 0 5vw;
  }

  .sheclu .sheclu2  .swiper{
    padding: 0;
  }

  .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;
  padding-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 {
  position: relative;
  padding: 0 33%;
  text-align: center;
}

.ifronts .ifronts-more .button {
  width: 100%;
  height: 55px;
  padding: 0 1.5em;
  color: var(--graphite);
  background-color: #fff;
  border: 1px solid #858281;
  border-radius: 3em;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s, transform 0.3s;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 55px;
  overflow: hidden;
}

.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-bottom: 0.2em;
  margin-left: 0.5em;
  color: inherit;
  transform: rotate(90deg) translate(-100px, -100px);
  transition: transform 0.3s;
  filter: drop-shadow(currentcolor 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 {
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 88;
  width: 100%;
  height: 0;
  background: linear-gradient(0deg, rgb(var(--white-rgb) / 90%), rgb(var(--white-rgb) / 80%), rgb(var(--white-rgb) / 0%));
  transition: height 0.3s, opacity 0.3s;
  content: '';
  opacity: 0;
}

@media screen and (max-width: 1000px) {
  .ifronts .ifronts-more {
    padding: 0;
  }

  .ifronts .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 #ai-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aibootcamp .headline-img {
  width: 24vw;
}

.aibootcamp .first {
  padding-top: 3.5vw;
  background-image: url('/images/bg-aibootcamp1.png');
  background-position: top -33vw right;
  background-repeat: no-repeat;
  background-size: 40%;
}

.aibootcamp .link-more {
  line-height: normal;
  margin-top: 2em;
}

.aibootcamp .sector .primary-title .en {
  font-weight: normal;
  font-size: 0.8em;
}

@media screen and (max-width: 1300px) {
  .aibootcamp .sector {
    padding: 5vw;
  }

  .aibootcamp .sector .sector-wrap {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}

@media screen and (max-width: 1000px) {
  .aibootcamp .headline-img {
    width: 70vw;
    padding-left: 6.5vw;
  }

  .aibootcamp .sector {
    padding: 40px 10px;
  }

  .aibootcamp .sector .sector-wrap {
    padding-right: 10px;
    padding-left: 10px;
  }

  .aibootcamp .first {
    background-position: top -70vw right;
    background-size: 80%;
  }

  .aibootcamp .link-more {
    margin-top: 15px;
  }
}

/* Elseiver AI 使用场景 */
.aibootcamp .news-sector {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
  gap: 1.5em;
}

.aibootcamp .news-sector .news-card {
  position: relative;
  flex: 1;
  padding-top: 9px;
  border-radius: 0.3em;
  font-size: var(--font-size-extra-base);
  overflow: hidden;
  line-height: 1;
}

.aibootcamp .news-sector .news-card.whole {
  flex: none;
  width: 100%;
}

.aibootcamp .news-sector .news-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 10px;
  background-color: var(--primary);
}

.aibootcamp .news-sector .news-head {
  position: relative;
  z-index: 4;
  margin-top: -7px;
  color: var(--white);
  background-color: var(--white);
  border-radius: 0.3em 0.3em 0 0;
  font-size: var(--font-size-extra-base);
}

.aibootcamp .news-sector .news-head .title-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.5em 1.8em 0.6em 1.4em;
  background-color: var(--primary);
  border-radius: 0 0 1em;
}

.aibootcamp .news-sector .news-head .title-box .border {
  position: absolute;
  width: 1em;
  height: 50%;
  background-color: var(--primary);
}

.aibootcamp .news-sector .news-head .title-box .border::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 110%;
  background-color: var(--white);
  border-radius: 0.8em 0 0;
}

.aibootcamp .news-sector .news-head .title-box .border.right {
  top: 0;
  left: 100%;
}

.aibootcamp .news-sector .news-head .title-box .border.bottom {
  top: 100%;
  left: 0;
}

.aibootcamp .news-sector .news-head .icon {
  width: 1.7em;
  height: 1.7em;
  object-fit: cover;
}

.aibootcamp .news-sector .news-head .title {
  font-size: 1.2em;
  margin-left: 5px;
}

.aibootcamp .news-sector .news-head .title .text {
  font-weight: normal;
  margin-left: 0.5em;
  font-size: var(--font-size-extra-base);
}

.aibootcamp .news-sector .news-body {
  position: relative;
  z-index: 3;
  padding: 2.5em 2.2em;
  background-color: var(--white);
}

.aibootcamp .news-sector .news-body .news-list {
  display: flex;
  gap: 2.5em;
}

.aibootcamp .news-sector .news-body .news-item {
  display: flex;
  flex: 1;
  flex-direction: column;

  /* width: 25%;
  padding: 0 1em;
  box-sizing: border-box;
  display: inline-flex; */
  width: 100%;
  overflow: hidden;
}

.aibootcamp .news-sector .news-body .news-item .cont {
  display: flex;
  flex: 1;
  flex-direction: column;
  font-size: var(--font-size-base);

}

.aibootcamp .news-sector .news-body .news-item .tit {
  color: var(--graphite);
  font-size: var(--font-size-base);
  font-weight: bold;
}

.aibootcamp .news-sector .news-body .news-item .en {
  height: 2em;
  padding-top: 0.5em;
  color: var(--lnk);
  font-size: 0.75em;
}

.aibootcamp .news-sector .news-body .news-item .cont> p {
  padding-top: 0.8em;
  line-height: 1.4;
  color: var(--lnk);
  font-size: var(--font-size-small);
}

.aibootcamp .news-sector .news-body .swiper {
  width: 100%;
  margin: 0.8em 0 0;
  padding-bottom: 1.5em;

  --swiper-bun-position: -2.8em;
  --swiper-btn-size: 2.5em;
}

.aibootcamp .news-sector .news-body .swiper:hover {
  --swiper-bun-position: 1em;
}

.aibootcamp .news-sector .news-body .t-swiper-pagination {
  font-size: 9px;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
}

.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 {
  position: relative;
  display: block;
  clip-path: polygon(0% 0%, 0% 100%, 65% 100%, 100% 93%, 100% 7%, 65% 0%);
}

.aibootcamp .news-sector .news-body .swiper-slide a.link::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, rgb(0 0 0 / 70%), rgb(255 255 255 / 0%));
  content: '';
}

.aibootcamp .news-sector .news-body .swiper-slide a:hover .cover {
  transform: scale(1.1);
}

.aibootcamp .news-sector .news-body .swiper-slide a .cover {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
  object-fit: cover;
}

.aibootcamp .news-sector .news-body .swiper-slide a .cont {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 86%;
  padding: 6%;
  line-height: 1.2;
}

.aibootcamp .news-sector .news-body .swiper-slide a .title {
  box-sizing: border-box;
  font-weight: bold;
  color: var(--white);
  font-size: var(--font-size-small);

  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis; */
}

.aibootcamp .news-sector .news-body .swiper-slide a .text {
  font-size: var(--font-size-extra-small);
  color: var(--white);
  opacity: 0.8;
}

.aibootcamp .news-sector .news-body .swiper-btn {
  display: none;
}

.aibootcamp .news-sector .news-body .swiper-initialized .swiper-btn {
  display: block;
}

.aibootcamp .news-sector .news-body .swiper-btn [class^=btn-] {
  position: absolute;
  top: 35%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--swiper-btn-size);
  height: var(--swiper-btn-size);
  color: var(--blue);
  background-color: var(--white);
  border: 1px solid;
  border-radius: 50%;
  transition: transform 0.3s, opacity 0.3s, left 0.3s, right 0.3s, background-color 0.3s;
  font-size: var(--font-size-extra-small);
  cursor: pointer;
  overflow: hidden;
}

.aibootcamp .news-sector .news-body .swiper-btn [class^=btn-]:hover {
  background-color: var(--blue);
  border-color: var(--blue);
}

.aibootcamp .news-sector .news-body .swiper-btn [class^=btn-] img {
  object-fit: cover;
  height: 0.8em;
}

.aibootcamp .news-sector .news-body .swiper-btn [class^=btn-]:hover img {
  filter: brightness(10);
}


.aibootcamp .news-sector .news-body .swiper-btn [class^=btn-].swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
  color: rgb(0 0 0 / 30%);
  cursor: not-allowed;
}

.aibootcamp .news-sector .news-body .swiper-btn .btn-left {
  left: var(--swiper-bun-position);
  transform: rotate(180deg);
}

.aibootcamp .news-sector .news-body .swiper-btn .btn-left:hover:not(.swiper-button-disabled) {
  transform: translateX(-0.5em) rotate(180deg);
}

.aibootcamp .news-sector .news-body .swiper-btn .btn-right {
  right: var(--swiper-bun-position);
}

.aibootcamp .news-sector .news-body .swiper-btn .btn-right:hover:not(.swiper-button-disabled) {
  transform: translate(0.5em);
}

.aibootcamp .news-sector .news-body .news-item.row {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}

.aibootcamp .news-sector .news-body .news-item.row .cont {
  flex: none;
  width: 55%;
}

.aibootcamp .news-sector .news-body .news-item.row .swiper {
  overflow: hidden;
  position: relative;
  width: 40%;
  margin: 0;
}

@media screen and (max-width: 1000px) {
  .aibootcamp-sector1 {
    padding-top: 24px !important;
  }

  .aibootcamp .news-sector {
    margin-top: 20px;
    gap: 15px;
  }

  .aibootcamp .news-sector .news-card {
    flex: none;
    width: 100%;
  }

  .aibootcamp .news-sector .news-head .title-box {
    padding: 7px 21px 9px 15px;
  }

  .aibootcamp .news-sector .news-head .icon {
    width: 22px;
    height: 22px;
  }

  .aibootcamp .news-sector .news-head .title span {
    font-size: 17px;
    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;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }

  .aibootcamp .news-sector .news-body .swiper {
    overflow: hidden;
    width: 40% !important;
    padding-bottom: 15px;
  }

  .aibootcamp .news-sector .news-body .swiper-initialized .swiper-btn {
    display: none;
  }

  .aibootcamp .news-sector .news-body .news-item>.cont> p {
    display: none;
  }

  .aibootcamp .news-sector .news-body .swiper-slide a .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
  }

  .aibootcamp .news-sector .news-body .news-item .swiper-slide a h6 {
    font-size: 12px !important;
  }
}



.aibootcamp .sector .sector-nav .item {
  font-weight: normal !important;
}

.aibootcamp .video-list {
  margin-bottom: -2em;
}

.aibootcamp .video-list .swiper {
  position: relative;
  display: none;
  overflow: hidden;
  padding: 2em 0;

  --swiper-video-gtc: 4;
  --swiper-video-min-gtc: 4;
  --swiper-video-gap: 20px;
}

.aibootcamp .video-list .swiper.active {
  display: block;
}

.aibootcamp .video-list .t-swiper-pagination {
  font-size: 12px;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
}

.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);
}

.aibootcamp .video-list .swiper .swiper-slide {
  margin-top: 0 !important;
  margin-right: 0 !important;
}

.aibootcamp .video-list .mak-card {
  flex: 1;
  height: 100%;
  background-color: #ece4d9;
  background-image: url('/images/bg-aibootcamp2.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.3em;
}

.aibootcamp .video-list .mak-card .cont {
  position: relative;
}

.aibootcamp .video-list .mak-card .title {
  font-size: var(--font-size-extra-base);
  display: flex;
  gap: 10px;
}

.aibootcamp .video-list .mak-card .title h4 {
  display: -webkit-box;
  flex: 1;
  min-height: 2.4em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aibootcamp .video-list .mak-card .title .icon {
  position: relative;
  width: 1.6em;
  height: 1.6em;
  margin-left: auto;
  background-color: var(--primary);
  border-radius: 50%;
  font-size: 1.2em;
  object-fit: cover;
}

.aibootcamp .video-list .mak-card .title .icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5em;
  height: 0.6em;
  background-image: url('/images/icon-video2.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.5em 0.6em;
  transform: translate(-35%, -50%);
  content: '';
}

.aibootcamp .video-list .mak-card .text {
  display: -webkit-box;
  width: 88%;
  height: 3em;
  padding-top: 0.6em;
  line-height: 1.5;
  opacity: 0.9;
  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;
    --swiper-video-min-gtc: 3;
  }
}

@media screen and (max-width: 1000px) {
  .aibootcamp .sector .sector-nav {
    padding-top: 10px;
  }

  .aibootcamp .video-list {
    margin: 0;
  }

  .aibootcamp .video-list .swiper {
    margin-bottom: -15px;
    padding: 15px 0 25px;
  }

  .aibootcamp .video-list .mak-card .title {
    align-items: flex-start;
    gap: 10px;
  }

  .aibootcamp .video-list .mak-card .title span {
    height: 3.6em;
  }

  .aibootcamp .video-list .mak-card .text {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .aibootcamp .video-list .swiper {
    --swiper-video-min-gtc: 2;
    --swiper-video-gap: 7px;
  }
}

@media screen and (max-width: 500px) {
  .aibootcamp .video-list .swiper {
    --swiper-video-min-gtc: 1;
    --swiper-video-gap: 7px;
  }
}

/** 学院列表 */
.aibootcamp .college-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1vw;
}

.aibootcamp .college-item .mak-card>img {
  width: 101%;
}

.aibootcamp .college-item .mak-card .cont .title {
  font-size: var(--font-size-large);
}

.aibootcamp .college-item .mak-card .cont .text {
  font-size: var(--font-size-base);
  opacity: 0.8;
  line-height: 1.2;
  width: 60%;
}

@media screen and (max-width: 1000px) {
  .aibootcamp .college-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .aibootcamp .college-item .mak-card .cont .title {
    font-size: 16px;
  }

  .aibootcamp .college-item .mak-card .cont .text {
    font-size: 15px;
    width: 70%;
  }
}


.aibootcamp .activity {
  padding-right: 0;
  padding-left: 0;
}

.aibootcamp .activity .arrow {
  position: relative;
  width: 1.8em;
  height: 1.8em;
  background-color: var(--white);
  border: 1px solid var(--blue);
  border-radius: 50%;
  transition: background-color 0.3s;
  font-size: var(--font-size-extra-base);
  overflow: hidden;
}

.aibootcamp .activity .arrow::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/images/arrow-right3.png');
  background-position: center;
  background-size: 110%;
  content: '';
}

.aibootcamp .activity a:hover .arrow {
  background-color: var(--blue);
}

.aibootcamp .activity a:hover .arrow::before {
  filter: brightness(10);
}

.aibootcamp .activity .activity-box {
  --activity-gap: 16px;

  display: flex;
  width: max-content;
  margin-top: 2em;
  animation: scroll 20s linear infinite;
  overflow: hidden;
}

.aibootcamp .activity .activity-box:hover {
  animation-play-state: paused;
}

.aibootcamp .activity .activity-slide {
  display: flex;
  flex-direction: column;
  width: 26vw;
  min-width: 350px;
  margin: 0 calc(var(--activity-gap) / 2);
  overflow: hidden;
}

.aibootcamp .activity .activity-slide.white,
.aibootcamp .activity .activity-slide.deep {
  border-radius: 0.3em;
}

.aibootcamp .activity .activity-slide.white {
  --card-border-color: rgb(0 0 0 / 10%);

  color: var(--graphite);
  background-color: var(--white);
}

.aibootcamp .activity .activity-slide.deep {
  --card-border-color: rgb(255 255 255 / 10%);

  color: var(--white);
  background-color: var(--graphite);
}

.aibootcamp .activity .activity-slide.white .mak-card,
.aibootcamp .activity .activity-slide.deep .mak-card {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.aibootcamp .activity .activity-slide .slide+.slide {
  margin-top: var(--activity-gap);
}

.aibootcamp .activity .mak-card {
  display: block;
  background-color: transparent;
  border-radius: 0.3em;
  transform: none;
}

.aibootcamp .activity .mak-card>img {
  object-fit: cover;
}

.aibootcamp .activity .mak-card .cont .title {
  color: var(--graphite) !important;
}

.aibootcamp .activity .mak-card.special-title1 .cont h3 {
  display: flex;
  flex-direction: column-reverse;
}

.aibootcamp .activity .mak-card.deep .cont .title {
  color: var(--white) !important;
}

.aibootcamp .activity .mak-card .cont .en {
  margin: 0;
  color: var(--lnk) !important;
  font-size: 0.8em;
}

.aibootcamp .activity .mak-card.deep .cont .en {
  color: var(--white) !important;
}

.aibootcamp .activity .mak-card.special-title1 .cont .en {
  color: var(--primary) !important;
  font-family: bold-condensed;
  font-size: 0.9em;
}

.aibootcamp .activity .mak-card .cont .text {
  display: -webkit-box;
  width: 55%;
  margin-top: 0.5em;
  color: var(--lnk);
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aibootcamp .activity .mak-card.deep .cont .text {
  color: var(--white);
}

.aibootcamp .activity .text-whole .mak-card .cont .text {
  width: 80%;
}

.aibootcamp .activity .mak-card .cont .btns {
  display: flex;
  align-items: center;
  gap: 0.4em;
  margin: 0.7em 0 0;
}

.aibootcamp .activity .mak-card .cont .btns .t-button {
  padding: 0.8em 1.5em;
  font-size: var(--font-size-extra-small);
}

.aibootcamp .activity .mak-card .cont .btns .t-button img {
  height: 0.8em;
  margin-left: 0.3em;
  vertical-align: middle;
  filter: brightness(10);
}

.aibootcamp .activity .mak-card .cont .btns .t-button.default img {
  filter: brightness(1);
}

.aibootcamp .activity .mak-card .cont .btns .t-button.default:hover img {
  filter: brightness(10);
}

.aibootcamp .activity .mak-card .cont .arrow {
  position: absolute;
  right: min(1.5em, 8%);
  bottom: min(1.5em, 20%);
}

.aibootcamp .activity .arrow-title .mak-card .cont .arrow {
  bottom: 17%;
}

.aibootcamp .activity .activity-cont {
  box-sizing: border-box;
  padding: min(1.5em, 8%);
  padding-top: 0;
  aspect-ratio: 493 / 208;
}

.aibootcamp .activity .activity-cont .title {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  padding-bottom: 1em;
  gap: 1em;
  border-bottom: 1px solid var(--card-border-color);
}

.aibootcamp .activity .activity-cont .title span {
  display: -webkit-box;
  flex: 1;
  font-size: var(--font-size-small);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aibootcamp .activity .activity-cont .links {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1em;
  line-height: 1;
}

.aibootcamp .activity .activity-slide.gtc-2 .activity-cont .links {
  grid-template-columns: repeat(2, 1fr);
}

.aibootcamp .activity .activity-cont .links li {
  width: 100%;
  overflow: hidden;
}

.aibootcamp .activity .activity-cont .links .link {
  position: relative;
  display: block;
  padding-left: 1em;
  transition: color 0.3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: var(--font-size-extra-small);
}

.aibootcamp .activity .activity-cont .links .link .primary {
  margin-right: 0.5em;
  color: var(--primary);
}

.aibootcamp .activity .activity-cont .links .link:hover {
  color: var(--blue);
}

.aibootcamp .activity .activity-cont .links .link::before {
  position: absolute;
  top: 50%;
  left: 0.5em;
  width: 0.3em;
  height: 0.3em;
  background-color: var(--primary);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  content: '';
}

@media screen and (max-width: 1000px) {
  .aibootcamp .activity .activity-box {
    margin-top: 0;

    --activity-gap: 10px;
  }

  .aibootcamp .activity .activity-cont {
    padding-bottom: 15px;
  }

  .aibootcamp .activity .activity-cont .title {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .aibootcamp .activity .activity-cont .title span {
    font-size: 14px;
  }

  .aibootcamp .activity .activity-cont .links {
    gap: 10px;
  }

  .aibootcamp .activity .mak-card .cont .text {
    -webkit-line-clamp: 2;
  }
}


.aibootcamp .cooperate-list {
  display: grid;
  margin-top: 2em;
  grid-template-columns: repeat(4, 1fr);
  gap: max(10px, 0.5vw);
}

.aibootcamp .cooperate-item {
  padding: 1.2em 0.8em;
  background-color: #fff;
  border: 1px solid rgb(0 0 0 / 10%);
  border-radius: 0.4em;
  overflow: hidden
}

.aibootcamp .cooperate-item__image {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .aibootcamp .cooperate-list {
    grid-template-columns: repeat(1, 1fr);
  }
}


.aibootcamp-more {
  background-color: #d5ccbb;
  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 {
    width: 50%;
    min-width: 0;
  }
}

@media screen and (max-width: 600px) {
  .aibootcamp-more {
    text-align: center;
  }

  .aibootcamp-more .box {
    width: 100%;
  }
}

/* #endregion */

/* #region 医学循证 */

.healthservice .main-menu .current {
  background-color: #fff;
}

.healthservice .main-menu .current .bg-show {
  right: -5% !important;
  width: auto !important;
  height: 100%;
  object-fit: cover;
}

.healthservice .main-menu .item>div {
  padding: 1.3vw 0 1vw;
}

.healthservice .main-menu .btns {
  flex: none;
}

.healthservice .main-menu .btns>div {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 0 0 3vw;
}

.healthservice .main-menu .btns>div .period-btn {
  font-size: max(14px, 1.04vw);
}

.healthservice .page-nav {
  flex: 1;
  height: 100%;
  color: var(--graphite);
  font-size: var(--font-size-medium);
}

.healthservice .page-nav__title {
  position: relative;
  display: none;
  font-weight: bold;
  line-height: 1;
  font-size: 1.2em;
}

.healthservice .page-nav-ul {
  display: flex;
}

.healthservice .page-nav-ul li {
  margin-right: 1.2em;
  padding-right: 1.2em;
  border-right: 1px solid rgb(0 0 0 / 10%);
}

.healthservice .page-nav-ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.healthservice .page-nav-ul li a {
  position: relative;
  display: flex;
  align-items: flex-start;
  color: var(--graphite);
  transition: color 0.3s;
  white-space: nowrap;
}

.healthservice .page-nav-ul li a .label {
  line-height: 1.3;
  font-weight: bold;
}

.healthservice .page-nav-ul li a .en {
  color: var(--lnk);
  font-size: var(--font-size-extra-small);
}

.healthservice .page-nav-ul li.now a {
  color: var(--primary) !important;
}

.healthservice .page-nav-ul li a:hover {
  color: var(--blue);
}

.healthservice .page-nav-ul li a .icon {
  width: 2em;
  height: 2em;
  margin-right: 0.3em;
}

.healthservice .outstanding {
  display: flex;
  justify-content: space-between;
  gap: max(10px, 2vw);
  margin-top: max(20px, 3vw);
}

.healthservice .outstanding .mak-card::before {
  height: 50%;
  background: linear-gradient(0deg, rgb(0 0 0), rgb(255 255 255 / 0%));
}

.healthservice .ky-rcmod2 .gby-text .seemore a {
  margin-top: 2vw;
}

.healthservice .ky-rcmod2 .gby-text .mseemore a {
  color: var(--graphite);
}

@media screen and (max-width: 1500px) {
  .healthservice .main-menu .item:nth-child(1) .page-nav {
    padding-left: 5vw !important;
  }

  .healthservice .main-menu .item:nth-child(2)>div {
    height: 100%;
    padding: 0 0 0 2em;
    padding-right: 5vw !important;
  }
}

@media screen and (max-width: 1300px) {
  .healthservice .main-menu .item>div {
    padding: 23px 0 20px;
  }

  .healthservice .page-nav-ul li a .icon {
    width: 1.2em;
    height: 1.2em;
  }

  .healthservice .page-nav-ul li a .en {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .healthservice .main-menu .item {
    flex: none !important;
  }

  .healthservice .main-menu .item.current {
    flex: 1 !important;
    background: linear-gradient(90deg, rgb(255 255 255 / 100%) 50%, rgb(255 255 255 / 0%) 100%);
  }

  .healthservice .main-menu .current .bg-show {
    right: -10% !important;
  }

  .healthservice .main-menu .item>div:nth-child(1),
  .healthservice .main-menu .item>div:nth-child(2) {
    min-width: 72px;
    padding: 10px 5vw !important;
  }

  .healthservice .page-nav {
    position: relative;
  }

  .healthservice .page-nav__title {
    position: relative;
    display: block;
    padding: 10px 30px 10px 10px;
    border-radius: 5px;
    box-shadow: 0 0 7px rgb(0 0 0 / 10%);
    line-height: normal;
  }

  .healthservice .page-nav__title::after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0.8em;
    height: 0.8em;
    background: url('/images/select1.png') no-repeat center center;
    transform: translateY(-50%);
    transition: transform 0.3s;
    content: '';
  }

  .healthservice .page-nav__title:hover::after {
    transform: translateY(-50%) rotate(180deg);
  }

  .healthservice .page-nav:hover .page-nav-ul {
    transform: scaleY(1);
    opacity: 1;
  }

  .healthservice .page-nav-ul {
    position: absolute;
    top: 100%;
    left: 5vw;
    flex-direction: column;
    box-sizing: border-box;
    width: calc(100% - 10vw);
    padding: 10px;
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 5px;
    transform: scaleY(0);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    font-size: var(--font-size-base);
    white-space: nowrap;
    gap: 8px 10px;
    transform-origin: top;
    opacity: 0;
  }

  .healthservice .page-nav-ul li {
    margin: 0;
    padding-left: 0;
    border: none !important;
  }

  .healthservice .outstanding {
    flex-direction: column;
    gap: 7px;
  }
}

.healthservice .main-menu {
  position: relative;
}

.healthservice .promotion .partner li {
  width: 100%;
  font-size: max(14px, 0.9vw);
}

@media screen and (max-width: 1000px) {
  .healthservice .promotion .partner .card .info .link-list {
    gap: 8px;
  }

  .healthservice .promotion .partner li {
    font-size: 12px;
  }

  .healthservice .inst-2.bg-paper .writing.gradient {
    background: none;
  }

  .healthservice .page-nav__title {
    width: 100%;
    font-size: max(16.8px, 1.38vw);
  }

  .healthservice .page-nav-ul li a .en {
    white-space: wrap;
  }

  .healthservice .inst-2.bg-paper .writing.gradient .writing-left {
    padding-right: 0;
    padding-left: 0;
  }

  .healthservice .database .table.border {
    grid-template-columns: 1fr;
  }

  .healthservice .database .table .item {
    height: 25vw;
    min-height: 110px;
  }

  .healthservice .database .table .item:nth-child(1) {
    border-radius: max(8px, 0.5vw) max(8px, 0.5vw) 0 0 !important;
  }

  .healthservice .database .table .item:nth-child(2) {
    border-radius: 0 !important;
  }

  .healthservice .database .table .item:nth-last-child(3) {
    display: none;
  }

  .healthservice .database .table .item:nth-last-child(4) {
    border-radius: 0 0 max(8px, 0.5vw) max(8px, 0.5vw) !important;
  }
}

/* #endregion */