@charset "UTF-8";
.search-list .search-item {
  padding: 12px;
  border-radius: 12px;
  box-shadow: 0 0 5px 0rem rgba(209, 209, 209, 0.4);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  --bs-heading-color: #222;
  max-width: 100%;
}

a {
  text-decoration: inherit;
}

.view-container {
  width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
}

body {
  background-color: #f4f9ff;
}

.text--2 {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 显示 2 行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.button-primary {
  display: block;
  width: 120px;
  height: 34px;
  border-radius: 5px;
  border: 1px solid #216fff;
  color: #216fff;
  text-align: center;
  line-height: 32px;
  background-image: linear-gradient(to right, #45a9f8, #298cfd);
  color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.button-primary.is-disabled {
  color: white !important;
  background-image: linear-gradient(to right, #bec4ca, #9a9fad) !important;
  pointer-events: none;
  cursor: not-allowed;
}
.button-primary:active {
  opacity: 0.7;
}
.button-primary.outlined {
  color: #216fff;
  background: none;
}
.button-primary.outlined:hover {
  color: white;
  background-image: linear-gradient(to right, #45a9f8, #298cfd);
}

.view-tags span {
  display: inline-block;
  font-size: 14px;
  color: #216fff;
  background-color: #deecff;
  border-radius: 5px;
  margin-right: 6px;
  padding: 4px 6px;
  line-height: 1;
}

.ul-text {
  margin-top: 12px;
  list-style: none;
  padding: 0;
  font-size: 14px;
  color: #a5a6a9;
  line-height: 1.75;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ul-text.fr2 {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ul-text.fr3 {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ul-text li {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ul-text li.text-- {
  display: flex;
  white-space: initial;
}
.ul-text li.text-- p {
  flex-shrink: 0;
}
.ul-text li.text-- span {
  margin-left: 12px;
}
.ul-text span, .ul-text a {
  color: #333;
  margin-left: 8px;
}

.card-information, .ci {
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 16px;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.card-information:hover, .ci:hover {
  box-shadow: 0 0 12px rgba(46, 144, 252, 0.6);
}

.card--no-hover {
  transform: none;
  cursor: default;
}
.card--no-hover:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.statistic-cards {
  position: relative;
  display: flex;
  gap: 16px;
  font-size: 14px;
  justify-content: space-between;
  background-color: white;
  background-image: linear-gradient(to bottom, #ffffff, #f6f8fe);
  transform: translateY(-42px);
  z-index: 16;
}

.statistic-card {
  width: 12%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  padding-bottom: 4px;
}
.statistic-card-value span {
  font-size: 24px;
  font-weight: 700;
}
.statistic-card-info {
  display: flex;
  justify-content: center;
  margin-top: 7px;
  gap: 4px;
  line-height: 18px;
}
.statistic-card-info img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #e6ecf3;
  line-height: 24px;
  margin-bottom: 16px;
}
.section-title-text {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  background: url(../images2/icon-title.png) no-repeat left center;
  background-size: 18px auto;
  padding: 6px 24px;
}
.section-title-text h3 {
  font-size: 1em;
  font-weight: inherit;
  margin: 0;
}
.section-title-text p {
  text-transform: uppercase;
  margin: 0 0 0 10px;
  color: #d9e0ed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.section-title-link {
  display: flex;
  gap: 12px;
}

.n-btn {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  border-radius: 5px;
  font-size: 16px;
  color: white;
  background-image: linear-gradient(to right, #bec4ca, #9a9fad);
  padding: 0 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.n-btn.n-btn-disabled {
  background-image: linear-gradient(to right, #bec4ca, #9a9fad);
}

.jq-tooltip {
  position: absolute;
  display: none;
  color: #fff;
  font-size: 14px;
  padding: 6px 10px 6px 30px;
  border-radius: 4px;
  pointer-events: none;
  white-space: nowrap;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7) url(../images2/icon-dev-time.png) no-repeat 8px center;
  background-size: 16px auto;
}

.card-01-items {
  display: flex;
  gap: 12px;
  height: 224px;
}

.card-01-item {
  min-width: 0;
  padding: 20px 16px;
  flex: 1;
  height: 100%;
  flex-shrink: 0;
}
.card-01-item:hover h3 {
  color: #216fff;
}
.card-01-item h3 {
  max-width: 100%;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-01-item .__tags {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-01-item .__tags span {
  display: inline-block;
  font-size: 14px;
  color: #216fff;
  background-color: #deecff;
  border-radius: 5px;
  margin-right: 6px;
  padding: 2px 6px;
}
.card-01-item .__btn {
  display: block;
  width: 60%;
  margin: 16px auto 0;
  border-radius: 5px;
  border: 1px solid #216fff;
  color: #216fff;
  text-align: center;
  line-height: 36px;
}
.card-01-item .__btn:hover {
  background-image: linear-gradient(to right, #45a9f8, #298cfd);
  color: white;
}
.card-01-item .__btn:active {
  opacity: 0.7;
}

.view2-context {
  display: flex;
  height: 300px;
  justify-content: space-between;
}
.view2-context-title {
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin-bottom: 8px;
  text-align: center;
  height: 46px;
  line-height: 46px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: linear-gradient(to right, #45a9f8, #298cfd);
  margin-bottom: 12px;
}
.view2-context .card-01-items {
  width: 1180px;
}
.view2-context .__panel {
  height: 100%;
  transition: all 0.25s ease-in-out;
  position: relative;
  overflow: hidden;
}
.view2-context .__left {
  width: 782.66px;
}
.view2-context .__right {
  width: 385.33px;
}
.view2-context .__right .view2-context-title {
  background: linear-gradient(to right, #fbbd84, #f68845);
}
.view2-context {
  /* 悬浮状态 */
}
.view2-context.hover-left .__left {
  width: 100%;
  overflow: initial;
}
.view2-context.hover-left .__right {
  transition: none !important;
  width: 0;
  opacity: 0;
}
.view2-context.hover-right .__right {
  overflow: initial;
}
.view2-context.hover-right .__right, .view2-context.hover-right .__logo-list {
  width: 100%;
}
.view2-context.hover-right .__left {
  transition: none !important;
  width: 0;
  opacity: 0;
}

.__logo-list {
  display: grid;
  gap: 12px;
  width: 1970px;
  grid-template-columns: repeat(5, minmax(226px, 1fr));
}
.__logo-list .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 106px;
  padding: 15px 10px;
  border-radius: 10px;
}
.__logo-list .logo-wrapper {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.__logo-list .logo-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 6px 0;
}
.__logo-list .info {
  width: 130px;
  min-width: 0; /* 防止内容过长撑破 */
}
.__logo-list .school-name {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
}
.__logo-list .stats {
  font-size: 14px;
  color: #777777;
  margin-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.__logo-list .stats strong {
  color: #374151;
  font-weight: 600;
}

.view-link {
  text-align: right;
  font-size: 14px;
}
.view-link a {
  color: #216fff;
  text-decoration: none;
}
.view-link a:hover {
  text-decoration: underline;
}

.context02 .tabs {
  display: flex;
  background-color: #e5eef5;
  line-height: 46px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}
.context02 .tabs p {
  width: 50%;
  margin: 0;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.context02 .tabs p.is-active {
  background-image: linear-gradient(to right, #45a9f8, #298cfd);
  color: white;
}
.context02 .cards2 {
  display: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.context02 ._card2 {
  height: 117px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #333;
}
.context02 ._card2:hover h3 {
  color: #216fff;
}
.context02 ._card2 .cover {
  width: 64px;
  height: 64px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.context02 ._card2 .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.context02 ._card2 .text {
  width: 160px;
}
.context02 ._card2 .text h3, .context02 ._card2 .text p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.context02 ._card2 .text h3 {
  font-size: 16px;
  font-weight: 700;
}
.context02 ._card2 .text p {
  font-size: 14px;
  margin: 12px 0 0 0;
}
.context02.click-left .cards {
  display: grid;
}
.context02.click-left .cards2 {
  display: none;
}
.context02.click-right .cards {
  display: none;
}
.context02.click-right .cards2 {
  display: grid;
}

.context02-cards {
  height: 246px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.context02-cards ._card {
  position: relative;
}
.context02-cards ._card:hover h3 {
  color: #216fff;
}
.context02-cards ._card .top {
  display: flex;
  align-items: center;
  gap: 12px;
}
.context02-cards ._card .top .cover {
  width: 60px;
  height: 60px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
}
.context02-cards ._card .top .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.context02-cards ._card .top .text {
  min-width: 0;
}
.context02-cards ._card .top .text h3, .context02-cards ._card .top .text p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.context02-cards ._card .top .text h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.context02-cards ._card .top .text p {
  font-size: 14px;
  margin: 10px 0 0 0;
}
.context02-cards ._card .view-tags {
  margin: 12px 0 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.context02-cards ._card .status {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: white;
  background-image: linear-gradient(to right, #45a9f8, #298cfd);
  padding: 4px 12px;
  border-radius: 4px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.context02-cards ._card .status.o1 {
  background-image: linear-gradient(to right, #fbbd84, #f68845);
}
.context02-cards ._card .status.o2 {
  background-image: linear-gradient(to right, #bec4ca, #9a9fad);
}
.context02-cards ._card .__btn {
  display: block;
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 120px;
  border-radius: 5px;
  border: 1px solid #216fff;
  color: #216fff;
  text-align: center;
  line-height: 36px;
}
.context02-cards ._card .__btn:hover {
  background-image: linear-gradient(to right, #45a9f8, #298cfd);
  color: white;
}
.context02-cards ._card .__btn:active {
  opacity: 0.7;
}

.context03 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.context03-news {
  display: flex;
  align-items: center;
}
.context03-news .cover {
  width: 64px;
  height: 64px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  overflow: hidden;
  background-color: #efefef;
}
.context03-news .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.context03-news:hover h3 {
  color: #216fff;
}
.context03-news .text {
  width: 460px;
  margin-left: 12px;
}
.context03-news .text h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.context03-news .text p {
  font-size: 14px;
  color: #a5a6a9;
  margin: 8px 0 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.context04 {
  display: flex;
  gap: 24px;
}
.context04-card {
  flex: 1;
  min-width: 0;
}
.context04-card .cover {
  position: relative;
  width: 100%;
  height: 306px;
  background-color: #efefef;
}
.context04-card .cover img {
  display: block;
  width: 100%;
  height: 100%;
}
.context04-card .cover .status {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: white;
  background-image: linear-gradient(to right, #45a9f8, #298cfd);
  padding: 4px 12px;
  border-bottom-left-radius: 10px;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.context04-card .cover .status.o1 {
  background-image: linear-gradient(to right, #fbbd84, #f68845);
}
.context04-card .cover .status.o2 {
  background-image: linear-gradient(to right, #bec4ca, #9a9fad);
}
.context04-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 12px;
}
.context04-card:hover h3 {
  color: #216fff;
}
.context04-card .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
}
.context04-card .text .ul-text {
  width: 360px;
  margin: 0;
}
.context04-card .text ._btn {
  display: block;
  width: 120px;
  border-radius: 5px;
  border: 1px solid #216fff;
  color: #216fff;
  text-align: center;
  line-height: 32px;
  background-image: linear-gradient(to right, #45a9f8, #298cfd);
  color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.context04-card .text ._btn:active {
  opacity: 0.7;
}
.context04-card .text ._btn.is-disabled {
  pointer-events: none;
  cursor: not-allowed;
  background-image: linear-gradient(to right, #bec4ca, #9a9fad);
  border-color: #a5a6a9;
}

.context05 {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  padding: 20px 16px;
}
.context05-item {
  min-width: 0;
  color: #333;
  text-align: center;
}
.context05-item:hover {
  color: #216fff;
}
.context05-item:hover img {
  box-shadow: 0 0 12px rgba(46, 144, 252, 0.6);
}
.context05-item img {
  display: block;
  width: 100%;
  height: 158px;
}
.context05-item p {
  font-weight: 700;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 12px 0 0 0;
  background-size: 24px auto;
}

.footer2 {
  background-color: #404143;
  color: #8b8b8b;
  font-size: 14px;
  line-height: 1.75;
  margin-top: 60px;
}
.footer2 a {
  color: inherit;
  text-decoration: inherit;
}
.footer2 a:hover {
  text-decoration: underline;
}
.footer2-top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  border-top: 1px solid #6c6c6e;
}
.footer2-top span {
  width: 120px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
}
.footer2-top a {
  color: #cdcdcd;
}
.footer2-bottom {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
.footer2-bottom-l span {
  font-size: 14px;
  color: #999999;
}
.footer2-bottom-r {
  display: flex;
}
.footer2-bottom-r p {
  font-size: 14px;
}
.footer2-bottom-r ._code {
  margin-right: 50px;
  text-align: center;
}
.footer2-bottom-r ._code img {
  display: block;
  width: 96px;
  height: 96px;
}
.footer2-bottom-r ._code p {
  margin-top: 8px;
}
.footer2-bottom-r ._about h5 {
  margin-bottom: 16px;
  color: inherit;
}
.footer2-bottom-r ._about p {
  color: #cdcdcd;
  margin-bottom: 8px;
}

.text-ellipsis-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 显示 2 行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.header {
  position: relative;
  background-color: white;
  min-width: 1200px;
  z-index: 30;
}
.header .dropdown-menu {
  min-width: 160px;
  transform: translateX(-30px);
  --bs-dropdown-border-color: #ededed;
}

.header-container {
  width: 100%;
  height: 60px;
  align-items: center;
}
.header-container-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header-container-nav {
  margin-left: auto;
}
.header-container-nav .nav-link {
  font-weight: 600;
  --bs-navbar-nav-link-padding-x: 12px;
}
.header-container-user {
  margin-left: 60px;
}
.header-container-user > div {
  width: 40px;
  height: 40px;
  background-color: #efefef;
  border-radius: 50%;
  overflow: hidden;
}
.header-container-user > div img {
  display: block;
  width: 100%;
  height: 100%;
}
.header-container-user .btn-login {
  background: linear-gradient(to right, #4da3ff, #2d6cdf);
  border: none;
  font-size: 13px;
  line-height: 24px;
}
.header-container-user .btn-login:active {
  opacity: 0.7;
}

.banner {
  position: relative;
  min-width: 1200px;
  min-height: 344px;
  --swiper-pagination-bullet-inactive-color: #808080;
}
.banner .banner-image {
  display: block;
  width: 100%;
  height: auto;
}
.banner .swiper-slide {
  position: relative;
}
.banner .swiper-pagination {
  z-index: 20;
}
.banner .banner-text {
  position: absolute;
  top: 0;
  left: 50%;
  width: 700px;
  height: 100%;
  margin-left: -350px;
  z-index: 15;
}

.banner-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner-text-image {
  display: block;
  width: 100%;
  height: auto;
}
.banner-text .input-group {
  width: 600px;
  margin-top: 12px;
  border-radius: 8px;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.3);
}
.banner-text .input-group .form-control {
  border-color: transparent !important;
}
.banner-text .input-group .form-control:focus {
  box-shadow: none !important;
  border-color: #ced4da; /* 还原默认边框色 */
}
.banner-text .input-group .form-control::-moz-placeholder {
  font-size: 14px;
  color: #a8a8a8;
}
.banner-text .input-group .form-control::placeholder {
  font-size: 14px;
  color: #a8a8a8;
}
.banner-text .input-group .btn {
  width: 120px;
  border-color: #216fff;
  background: #216fff url(../images/icon-search.png) no-repeat 10px center;
  background-size: 16px auto;
  padding-left: 30px;
}
.banner-text .input-group .btn:active {
  opacity: 0.8;
}
.banner-text .__plus {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 120px;
  border-color: #216fff;
  margin-top: 30px;
}
.banner-text .__plus:active {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.3);
}

.website-content {
  position: relative;
  min-height: 100vh;
  background-color: #F4F9FF;
  min-width: 1200px;
  padding-bottom: 30px;
}
.website-content .banner-text {
  padding: 12px 0 16px;
}
.website-content .website-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.website-content .website-banner img {
  display: block;
  width: 100%;
  height: auto;
}
.website-content .website-title {
  position: relative;
  z-index: 12;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #f0feff;
  letter-spacing: 5px;
  padding-top: 20px;
}
.website-content .breadcrumb {
  color: white;
  background: url(../images/position.png) no-repeat left center;
  background-size: 20px auto;
  font-size: 15px;
  padding: 20px 0 20px 24px;
  --bs-breadcrumb-margin-bottom: 0;
}
.website-content .breadcrumb a, .website-content .breadcrumb .breadcrumb-item {
  --bs-breadcrumb-divider: '>';
  --bs-breadcrumb-divider-color: white;
  text-decoration: inherit;
  color: inherit;
}
.website-content .breadcrumb a:hover {
  text-decoration: underline;
}
.website-content .breadcrumb .breadcrumb-label + .breadcrumb-item {
  padding-left: 0 !important;
}
.website-content .breadcrumb .breadcrumb-label + .breadcrumb-item::before {
  display: none !important;
}
.website-content .view-container {
  position: relative;
  z-index: 12;
}

.context10-top {
  position: relative;
  padding: 20px 24px;
}
.context10-top h3 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 8px;
}
.context10-top .flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.context10-top .ul-text {
  width: 720px;
  margin-top: 16px;
}
.context10-top .button-primary {
  flex-shrink: 0;
}
.context10-top:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.context10-bot {
  position: relative;
  margin-top: 16px;
  padding: 24px 24px;
}
.context10-bot:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.context10-title {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin: 0 0 18px;
}
.context10-title::before {
  content: "";
  width: 4px;
  height: 20px;
  background: #2f7bff;
  border-radius: 2px;
  margin-right: 12px;
}
.context10-content {
  line-height: 1.75;
}
.context10-block + .context10-block {
  margin-top: 30px;
}

.filter-card {
  max-width: 1400px;
  margin: 0 auto;
}
.filter-card .filter-row {
  display: flex;
  flex-wrap: wrap;
}
.filter-card .filter-row + .filter-row {
  margin-top: 18px;
}
.filter-card .filter-label {
  width: 100px;
  color: #666;
  font-size: 14px;
  line-height: 34px;
  flex-shrink: 0;
}
.filter-card .filter-options {
  flex: 1;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.filter-card .option {
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: all 0.2s;
}
.filter-card .option:hover {
  color: #1677ff;
}
.filter-card .option.active {
  background: #e6f0ff;
  color: #1677ff;
  font-weight: 500;
}
.filter-card select {
  width: 160px;
}
.filter-card .sort {
  display: flex;
  gap: 12px;
}

.pagination-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: #666;
  font-size: 14px;
  padding: 30px 0 0;
}
.pagination-wrap .total {
  white-space: nowrap;
}
.pagination-wrap .pager {
  display: flex;
  align-items: center;
  gap: 6px;
}
.pagination-wrap .btn {
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid #e3e6eb;
  background: #fff;
  color: #333;
  cursor: pointer;
  transition: all 0.2s;
}
.pagination-wrap .btn:hover:not(.active):not(:disabled) {
  border-color: #2f7bff;
  color: #2f7bff;
}
.pagination-wrap .btn.active {
  background: #2f7bff;
  color: #fff;
  border-color: #2f7bff;
  cursor: default;
}
.pagination-wrap .btn:disabled {
  color: #bbb;
  cursor: not-allowed;
  background: #fafafa;
}
.pagination-wrap .arrow {
  font-size: 18px;
  line-height: 1;
}
.pagination-wrap .ellipsis {
  padding: 0 6px;
  color: #999;
}
.pagination-wrap .jump {
  display: flex;
  align-items: center;
  gap: 6px;
}
.pagination-wrap .jump input {
  width: 56px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid #e3e6eb;
  text-align: center;
  outline: none;
}
.pagination-wrap .jump input:focus {
  border-color: #2f7bff;
}

.card03 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  margin-top: 16px;
  font-size: 14px;
}
.card03 .card03-item {
  padding: 20px;
  min-width: 0;
}
.card03 .card03-item:hover h3 {
  color: #216fff;
}
.card03 .card03-item h3 {
  font-size: 16px;
  font-weight: 700;
}
.card03 .card03-item .view-tags, .card03 .card03-item h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card03 .card03-item p {
  margin-bottom: 10px;
}
.card03 .card03-item .button-primary {
  margin-left: auto;
  margin-top: -30px;
}

.c--status {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: white;
  background-image: linear-gradient(to right, #45a9f8, #298cfd);
  padding: 4px 12px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c--status.o1 {
  background-image: linear-gradient(to right, #fbbd84, #f68845);
}
.c--status.o2 {
  background-image: linear-gradient(to right, #bec4ca, #9a9fad);
}

.expert-card {
  text-decoration: none;
  display: flex;
  gap: 16px;
}
.expert-card .avatar {
  width: 146px;
  height: 200px;
  flex-shrink: 0;
}
.expert-card .avatar img {
  display: block;
  width: 100%;
  height: 100%;
}
.expert-card .c-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.expert-card .c-text {
  line-height: 1.5;
  font-size: 14px;
}
.expert-card .view-tags {
  margin-bottom: 8px;
  margin-top: 8px;
}
.expert-card .c-text-col {
  line-height: 2;
}

.c-text-cols {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
.c-text-cols .c-text-col {
  display: flex;
}
.c-text-cols .c-text-col .label {
  color: #999;
  flex-shrink: 0;
  margin-right: 10px;
}
.c-text-cols .c-text-col .value {
  color: #444;
  display: inline-block;
}

.expert01 {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.expert01-item {
  min-width: 0;
  display: flex;
  justify-content: space-between;
  color: #333;
  padding: 20px;
}
.expert01 .view-tags {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.expert01 .text {
  width: 360px;
  font-size: 14px;
}
.expert01 .text h3 {
  font-size: 18px;
  font-weight: 700;
}
.expert01 .text p {
  margin-bottom: 10px;
}
.expert01 .text ._more {
  display: block;
  margin-top: 16px;
}
.expert01 .text ._more:hover {
  color: #216fff;
}
.expert01 .cover {
  width: 140px;
  height: 192px;
  background: url("../images2/default.jpg") no-repeat;
  background-size: 100% 100%;
}
.expert01 .cover img {
  display: block;
  width: 100%;
  height: 100%;
}

.context20 .card03-item h3 {
  margin-bottom: 12px;
}
.context20 .card03-item .button-primary {
  margin-top: -20px;
}

.context30 {
  display: flex;
  align-items: center;
  gap: 16px;
}
.context30 .__cover {
  flex-shrink: 0;
  width: 86px;
  height: 86px;
  background-color: #efefef;
  border: 1px solid #efefef;
  border-radius: 5px;
}
.context30 .__cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.context30 .__text {
  flex: 1;
  min-width: 0;
}

.context40 {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.context40-item {
  min-width: 0;
  padding: 20px;
}
.context40-item ._top {
  display: flex;
  align-items: center;
  gap: 16px;
}
.context40-item ._top ._cover {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background-color: #efefef;
}
.context40-item ._top ._cover img {
  display: block;
  width: 100%;
}
.context40-item ._top ._text {
  min-width: 0;
  font-size: 14px;
}
.context40-item ._top ._text h3 {
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.context40-item ._top ._text p {
  margin: 0;
}
.context40-item .view-tags {
  margin-top: 10px;
}
.context40-item .button-primary {
  float: right;
  margin-top: -30px;
}

.context50 {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}
.context50-item {
  min-width: 0;
  color: #333;
  font-size: 14px;
  text-align: center;
}
.context50-item p {
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.context50-item img {
  display: block;
  width: 100%;
  height: 138px;
  -o-object-fit: contain;
     object-fit: contain;
}
.context50-item:hover {
  color: #216fff;
}

.context60 {
  padding: 24px;
  display: flex;
  gap: 16px;
}
.context60 .__cover {
  position: relative;
  flex-shrink: 0;
  width: 300px;
  height: 170px;
  border-radius: 10px;
  overflow: hidden;
}
.context60 .__cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.context60 .__text {
  min-width: 0;
  flex: 1;
}
.context60 .__text h3 {
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}
.context60 .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.context60 .ul-text {
  width: 620px;
}

.context70 {
  margin-top: 16px;
  align-items: center;
}
.context70 .flex {
  display: block;
}
.context70 .button-primary {
  margin-top: 12px;
}
.context70 .__cover {
  width: 320px;
  height: 182px;
}

.detail-section {
  padding: 36px 40px;
  margin-top: 16px;
}
.detail-section:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.detail-section .detail-title {
  font-size: 24px;
  font-weight: 700;
}
.detail-section .detail-subtitle {
  font-size: 14px;
  color: #9a9a9a;
  margin-top: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}
.detail-section .detail-content {
  padding: 30px 0;
  min-height: 30vh;
  font-size: 15px;
  color: #333;
  line-height: 1.75;
  text-align: justify;
  word-break: break-all;
}
.detail-section .detail-footer {
  border-top: 1px solid #eee;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  color: #9a9a9a;
  gap: 30px;
}
.detail-section .detail-footer div {
  max-width: 50%;
}
.detail-section .detail-footer a, .detail-section .detail-footer span {
  color: inherit;
  text-decoration: none;
}
.detail-section .detail-footer a[href]:hover {
  color: #216fff;
}

.context80 {
  margin-top: 16px;
  padding: 4px 20px;
}
.context80:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.context80-item {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #333;
  padding: 20px 0;
  border-top: 1px dashed transparent;
}
.context80-item:hover ._cover {
  box-shadow: 0 0 12px rgba(46, 144, 252, 0.6);
}
.context80-item ._cover {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.context80-item ._cover img {
  display: block;
  width: 100%;
  height: 100%;
}
.context80-item ._text {
  flex: 1;
  min-width: 0;
  font-size: 14px;
}
.context80-item ._text h3 {
  font-weight: 700;
  font-size: 18px;
}
.context80-item ._text p {
  margin-bottom: 6px;
}
.context80-item ._text span {
  display: block;
  color: #a5a6a9;
  margin-top: 4px;
}
.context80-item:hover h3 {
  color: #216fff;
}
.context80-item + .context80-item {
  border-color: #d2d2d2;
}

.context90 {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding-top: 4px;
}
.context90-item {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: -6px;
}
.context90-item ._cover {
  width: 180px;
  height: 112px;
  flex-shrink: 0;
}
.context90-item ._cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.context90-item ._text {
  width: 346px;
  min-width: 0;
}
.context90-item ._text h3 {
  font-size: 18px;
  font-weight: 700;
}
.context90-item ._text .ul-text {
  margin-top: 6px;
}
.context90-item .flex {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  margin-top: 6px;
}
.context90-item .flex .view-tags {
  flex: 1;
  min-width: 0;
}
.context90-item .flex .button-primary {
  flex-shrink: 0;
  width: 120px;
}
.context90-item .view-tags span {
  background-color: #ededed;
  color: #333;
}

.context90-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.context90-title span {
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.context90-title span::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 26px;
  background: url(../images2/icon-l.png) no-repeat center center;
  background-size: 26px auto;
}
.context90-title span::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 26px;
  background: url(../images2/icon-r.png) no-repeat center center;
  background-size: 26px auto;
}

.context90-subtitle {
  font-size: 18px;
  font-weight: 700;
  padding-left: 30px;
  background: url(../images2/icon-s.png) no-repeat left center;
  background-size: 18px auto;
  color: #216fff;
}

.context91 .__cover {
  width: 180px;
  height: 100px;
  border-radius: 5px;
}

/* 弹窗整体 */
.dialog-apply {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2026;
}
.dialog-apply-mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.dialog-apply .dialog-apply-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  transition: all 0.3s ease;
  opacity: 0;
}
.dialog-apply.show .dialog-apply-content {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.dialog-apply .dialog-apply-close {
  position: absolute;
  top: -36px;
  right: 0;
  color: #fff;
  width: 26px;
  height: 26px;
  background: url(../images2/icon-close.png) no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}
.dialog-apply .dialog-apply-close:active {
  opacity: 0.7;
}
.dialog-apply .dialog-apply-box {
  width: 520px;
  background: #fff url(../images2/sqbox.png) no-repeat left top;
  background-size: 100% auto;
  border-radius: 12px;
  padding: 40px 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.dialog-apply .dialog-apply-title {
  text-align: center;
  font-size: 24px;
  color: #216fff;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.dialog-apply .form-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.dialog-apply .form-item label {
  width: 92px;
  text-align: left;
  margin-right: 10px;
  color: #333;
  white-space: nowrap;
}
.dialog-apply .form-item label span {
  color: red;
}
.dialog-apply .form-item input,
.dialog-apply .form-item textarea {
  min-width: 0;
  flex: 1;
  border: 1px solid #efefef;
  border-radius: 5px;
  padding: 10px 12px;
  font-size: 14px;
  outline: none;
}
.dialog-apply .form-item textarea {
  height: 120px;
  resize: none;
}
.dialog-apply .form-item .text {
  flex: 1;
  color: #333;
}
.dialog-apply .textarea {
  align-items: flex-start;
}
.dialog-apply .dialog-apply-btns {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
}
.dialog-apply .btn {
  width: 160px;
  height: 44px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-size: 16px;
}
.dialog-apply .submit {
  background: linear-gradient(90deg, #4da1ff, #2e6cf6);
  color: #fff;
}
.dialog-apply .cancel {
  background: #eee;
}

.search-list {
  margin-top: 20px;
}
.search-list .search-item {
  display: block;
  background: white;
  padding: 24px 32px;
  text-decoration: none;
  color: #333333;
}
.search-list .search-item h5 {
  font-size: 18px;
  font-weight: 550;
  margin-bottom: 12px;
}
.search-list .search-item p {
  font-size: 15px;
  color: #7a7a7a;
  margin-bottom: 12px;
}
.search-list .search-item-text {
  font-size: 14px;
  color: #9c9c9c;
  vertical-align: middle;
}
.search-list .search-item + .search-item {
  margin-top: 16px;
}

.login-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 1200px;
  padding-top: 60px;
  background: url(../images/login-bg.jpg) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.login-container .login-card {
  position: absolute;
  right: 10%;
  top: 50%;
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  padding: 50px 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transform: translateY(-50%);
}
.login-container .text-muted {
  text-decoration: none;
}
.login-container .captcha-img {
  height: 38px;
  cursor: pointer;
  border-radius: 5px;
  border: var(--bs-border-width) solid var(--bs-border-color);
}
.login-container input::-webkit-input-placeholder {
  font-size: 14px;
  color: #adadad;
}
.login-container .btn-login {
  background: linear-gradient(to right, #4da3ff, #2d6cdf);
  border: none;
  font-size: 16px;
}
.login-container .btn-login:hover {
  opacity: 0.9;
}
.login-container .register-link {
  font-size: 14px;
}
.login-container .register-link a {
  text-decoration: none;
  font-weight: 500;
}
.login-container .captcha {
  position: relative;
}
.login-container .captcha-text {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #a2a2a2;
  line-height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.login-container .captcha-text:active {
  opacity: 0.7;
}
.login-container .captcha input {
  padding-right: 120px;
}
.login-container .agreement {
  font-size: 13px;
}
.login-container .agreement .form-check-input {
  margin-top: 3px;
}
.login-container .login-copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 13px;
  color: #60615e;
  text-align: center;
  padding: 12px 0;
}

.bg-tr {
  background-position: right top;
  background-repeat: no-repeat;
}

.user-container .sidebar {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.user-container .sidebar .nav-link {
  color: #333;
  border-radius: 6px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.user-container .sidebar .nav-link img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.user-container .sidebar .nav-link.active {
  background: #e9ecef;
  font-weight: 500;
}
.user-container .card {
  border: none;
  border-radius: 10px;
}
.user-container .form-label {
  font-weight: 500;
}
.user-container .btn-primary {
  padding: 8px 30px;
}
.user-container .logout-btn {
  color: #dc3545;
  border-color: #dc3545;
}
.user-container .logout-btn:hover {
  color: white;
}
.user-container .table-responsive {
  text-align: center;
  font-size: 14px;
}
.user-container .text-muted {
  font-size: 14px;
}

.supply-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  /* 弹窗 */
}
.supply-dialog .modal-box {
  width: 400px;
  background: #fff url(../images2/供需发布.png) no-repeat left top;
  background-size: 100% auto;
  border-radius: 16px;
  padding: 30px 30px 25px;
  position: relative;
}
.supply-dialog {
  /* 关闭按钮 */
}
.supply-dialog .close-btn {
  position: absolute;
  right: 0;
  top: -38px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.supply-dialog .close-btn img {
  display: block;
  width: 100%;
  height: 100%;
}
.supply-dialog .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-top: 20px;
}
.supply-dialog .actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 30px 0 20px;
}
.supply-dialog .actions ._btn {
  flex: 1;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3894fb;
  background-image: url(../images2/发布需求.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: white;
  border-radius: 5px;
  gap: 12px;
}
.supply-dialog .actions ._btn img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}
.supply-dialog .actions ._btn:active {
  opacity: 0.7;
}
.supply-dialog .actions ._btn:last-child {
  background-color: #f9ad71;
  background-image: url(../images2/发布成果.png);
}/*# sourceMappingURL=new-style.css.map */