body * {
  box-sizing: border-box;
  font-family: "PingFang SC";
}

body {
  background: #f6f9fe;
}

.header {
  width: 100%;
  height: 38.75rem;
  padding: 0.0625rem 0 0 0;
  margin-bottom: 1.25rem;
  background: url(banner.png) no-repeat;
  background-size: 100% 100%;
}

.head {
  width: 90rem;
  margin: 0 auto;
}

.head-nav {
  margin-top: 1.375rem;
}

.head-nav img {
  width: 31.5rem;
}

.head-logo {
  margin-top: 5.5625rem;
}

.head-logo img {
  width: 51.75rem;
  height: 8.4375rem;
}

.head-search {
  margin-top: 1.875rem;
  width: 39.6875rem;
  height: 3.75rem;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 0.125rem 0.75rem #1e78ff4d;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 3.5rem;
  background: #fff url(search.png) 1.25rem center no-repeat;
  background-size: 1.25rem auto;
}

.head-search input {
  width: 75%;
  border: none;
  background: none;
}

.search-btn {
  width: 7.5625rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  background-image: linear-gradient(90deg, #1e78ff 0%, #876ffa 100%);
  border-radius: 0.5rem;
  text-align: center;
  font-size: 1rem;
  color: #ffffff;
  cursor: pointer;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-right: 0.6875rem;
}

.search-btn img {
  width: 5.125rem;
  height: auto;
  vertical-align: sub;
  margin: 0 auto;
}

.search-list {
  margin-top: 1rem;
}

.search-list a,
.search-list span {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 2.4375rem;
  text-align: left;
}

.search-list span {
  color: #999999;
}

.search-list a {
  color: #333;
  padding: 0.4375rem 0.625rem;
  border-radius: 0.25rem;
  background: #e3f1ff;
  margin-right: 0.3125rem;
}

.search-list a:hover {
  background: #e2f1fe;
  color: #1e78ff;
}

/* 通用样式 */

.yzs_title {
  width: 100%;
  min-height: 4.8125rem;
  padding: 1.25rem 0 1.25rem 1.375rem;
  background: url(dian.png) no-repeat left center;
  border-bottom: 0.0625rem solid #e5e5e5;
  background-size: 0.75rem;
  align-items: center;
  margin-bottom: 1.25rem;
}

.yzs_title span,
.yzs_title h\:tag {
  font-family: "PingFang SC Bold";
  display: inline-block;
  font-weight: 700;
  font-size: 1.625rem;
  text-align: center;
  color: #060e33;
  line-height: 2.3125rem;
}

.yzs_title strong {
  font-family: "PingFang SC";
  display: inline-block;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  color: #999;
  margin-left: 1rem;
  line-height: 1.375rem;
}

.yzs_title a {
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  color: #999;
  float: right;
  align-items: center;
  margin-left: auto;
}

.yzs_title a img {
  width: 0.5rem;
  margin-left: 0.3125rem;
}

.jxkc_title {
  width: 100%;
  align-items: center;
  line-height: 1.875rem;
}

.jxkc_title span {
  font-weight: 700;
  font-size: 1.375rem;
  text-align: right;
  color: #060e33;
  transition: color 0.2s ease;
}

.jxkc_title a {
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  color: #999;
  float: right;
  align-items: center;
  margin-left: auto;
  transition: color 0.2s ease;
}

.czfn > .yzs_title span,
.czfn > .yzs_title a,
.jxkc-box-list p,
.rmfw-list-nr p,
.cyzx-box li a {
  transition: color 0.2s ease;
}

.czfn > .yzs_title span:hover,
.czfn > .yzs_title a:hover,
.jxkc_title span:hover,
.jxkc_title a:hover,
.jxkc-box-list:hover p,
.rmfw-box-list:hover .rmfw-list-nr p,
.cyzx-box li:hover a {
  color: #1e78ff;
}

.jxkc_title a img {
  width: 0.5rem;
  margin-left: 0.3125rem;
}

.jxkc_title a:hover img,
.yzs_title a:hover img {
  filter: brightness(0) saturate(100%) invert(43%) sepia(99%) saturate(3224%) hue-rotate(205deg) brightness(101%) contrast(102%);
}

/* 一站式创业服务 */
.yzsfw {
  width: 90rem;
  height: auto;
  border-radius: 0.5rem;
  background: linear-gradient(180deg, #ffffffb3 0%, #fff 100%);
  margin: 0 auto;
  margin-top: -6.375rem;
  padding: 0 1.25rem 1.25rem;
}

.yzs_box {
  display: flex;
  justify-content: space-between;
  margin-top: 1.25rem;
  gap: 1.25rem;
}

.list-item {
  width: 13.5rem;
  min-height: 14.4375rem;
  border-radius: 0.5rem;
  background: linear-gradient(180deg, #fff 0%, #f6f8fa 100%);
  border: 0.0625rem solid #e5e5e5;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.list-item:hover {
  transform: translateY(-0.375rem);
  border-color: #1e78ff;
  box-shadow: 0 0.5rem 1.125rem #1e78ff26;
}

.list-item:hover span {
  color: #1e78ff;
}

.list-item img,
.list-item span,
.list-item strong {
  display: block;
  margin: 0 auto;
}

.list-item img {
  width: 3.9537rem;
  height: 4.75rem;
}

.list-item span {
  font-weight: 700;
  font-size: 1.125rem;
  text-align: center;
  color: #060e33;
  margin: 1.25rem auto 0.875rem;
}

.list-item strong {
  font-weight: 400;
  font-size: 1rem;
  line-height: 2rem;
  text-align: center;
  color: #999;
}

/* 成长赋能 */
.czfn {
  width: 90rem;
  height: auto;
  border-radius: 0.5rem;
  background: linear-gradient(180deg, #ffffffb3 0%, #fff 100%);
  margin: 0 auto;
  margin-top: 2.5rem;
  padding: 0 1.25rem 1.25rem;
}

.czfn_box {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
}

/* 精选课程 */
.jxkc {
  width: 28.25rem;
  height: 24.0625rem;
  border-radius: 0.5rem;
  background: #fff;
  border: 0.0625rem solid #e5e5e5;
  padding: 1.25rem;
  overflow: hidden;
}

.jxkc-box {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
}

.jxkc-box-list {
  width: 100%;
  display: flex;
  margin-bottom: 1.25rem;
}

.jxkc-box-list:last-child {
  margin-bottom: 0;
}

.jxkc-box-list img {
  width: 8.25rem;
  height: 5.3125rem;
  border-radius: 0.25rem;
  object-fit: cover;
}

.box-list-nr {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
  min-width: 0;
}

.jxkc-box-list div p {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  color: #333;
  margin-top: 0.6875rem;
  margin-bottom: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jxkc-box-list div span {
  font-weight: 400;
  font-size: 1rem;
  color: #999;
}

/* 热门活动 */

.rmfw-box {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
}

.rmfw-box-list {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.25rem;
}

.rmfw-time {
  width: 4.8125rem;
  flex: 0 0 4.8125rem;
  height: 3.625rem;
  border-radius: 0.5rem;
  background: #eff4f9;
  display: flex;
  flex-direction: column;
  padding: 0.3125rem;
}

.rmfw-time .day {
  font-weight: 700;
  font-size: 1.375rem;
  color: #060e33;
  text-align: center;
}

.rmfw-time .moon {
  font-weight: 400;
  font-size: 0.875rem;
  color: #999;
  text-align: center;
  margin-top: 0.4375rem;
}

.rmfw-list-nr {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  margin-left: 1rem;
}

.rmfw-list-nr p {
  font-weight: 400;
  font-size: 1.125rem;
  color: #333;
  margin-top: 0.4375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rmfw-list-nr span {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #999;
  margin-top: 0.625rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  white-space: nowrap;
}

.rmfw-list-nr span .rmfw-date {
  font-size: 0.875rem;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: normal;
}

.rmfw-list-nr span strong {
  flex: 0 0 auto;
  font-weight: 400;
  white-space: nowrap;
}

.rmfw-list-nr span strong.bmz {
  color: #1e78ff;
}

.rmfw-list-nr span strong.jxz1 {
  color: #df7539;
}

.rmfw-list-nr span strong.jxz2 {
  color: #268f71;
}

.rmfw-list-nr span strong.yjs {
  color: #999999;
}

/* 创业资讯 */
.cyzx-box {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
}

.cyzx-box ul {
  overflow: hidden;
}

.cyzx-box li {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 4rem;
  column-gap: 1.25rem;
  align-items: start;
  margin-bottom: 0.625rem;
}

.cyzx-box li a {
  display: block;
  color: #333;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

.cyzx-box span {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #999;
  text-align: right;
}

.cyzx-box li:last-child {
  margin-bottom: 0;
}

.cyzx-box li:nth-child(n + 6) {
  display: none;
}

/* 创新能力资源汇 */
.cxnlh {
  width: 90rem;
  height: auto;
  border-radius: 0.5rem;
  background: linear-gradient(180deg, #ffffffb3 0%, #fff 100%);
  margin: 0 auto;
  margin-top: 2.5rem;
  padding: 0 1.25rem 1.25rem;
}

.cxnlh_box {
  display: flex;
  justify-content: space-between;
  margin-top: 1.25rem;
  gap: 1.875rem;
}

.cxnlh_list-item {
  --resource-action-hover: #1e78ff;
  width: 16rem;
  min-height: 17.25rem;
  border-radius: 0.5rem;
  padding: 1.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  box-shadow: 0 0.125rem 0.75rem #0048b54d;
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

.cxnlh_list-item:nth-child(2) {
  --resource-action-hover: #18b885;
}

.cxnlh_list-item:nth-child(3) {
  --resource-action-hover: #7a5cff;
}

.cxnlh_list-item:nth-child(4) {
  --resource-action-hover: #1e78ff;
}

.cxnlh_list-item:nth-child(5) {
  --resource-action-hover: #f58220;
}

.cxnlh_list-item:hover {
  transform: translateY(-0.375rem);
  background: linear-gradient(180deg, #f7fbff 0%, #fff 100%);
  box-shadow: 0 0.5rem 1.25rem #1e78ff40;
}

.cxnlh_list-item img,
.cxnlh_list-item span,
.cxnlh_list-item strong,
.cxnlh_list-item p {
  display: block;
  margin: 0 auto;
}

.cxnlh_list-item img {
  width: 3.5rem;
  height: 4.6875rem;
  object-fit: contain;
}

.cxnlh_list-item span {
  font-weight: 700;
  font-size: 1.125rem;
  text-align: center;
  color: #060e33;
  margin: 0.625rem auto;
}

.cxnlh_list-item strong {
  font-weight: 400;
  font-size: 1rem;
  line-height: 2rem;
  text-align: center;
  color: #999;
}

.cxnlh_list-item p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  text-align: center;
  color: #999;
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  transition: color 0.2s ease;
}

.cxnlh_list-item p img {
  display: none;
}

.cxnlh_list-item p::after {
  content: "";
  width: 0.5rem;
  height: 0.75rem;
  display: inline-block;
  background: currentColor;
  -webkit-mask: url(arrow-blue.png) center / contain no-repeat;
  mask: url(arrow-blue.png) center / contain no-repeat;
}

.cxnlh_list-item:hover p {
  color: var(--resource-action-hover);
}

/* OPC社区生态 */
.OPCsqst {
  width: 90rem;
  height: auto;
  border-radius: 0.5rem;
  background: linear-gradient(180deg, #ffffffb3 0%, #fff 100%);
  margin: 0 auto;
  margin-top: 2.5rem;
  padding: 0 1.25rem 1.25rem;
}

.sqst_box {
  display: flex;
  margin-top: 1.25rem;
  gap: 1.25rem;
}

.sqst_left ul li {
  width: 6.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 0.25rem;
  background: #f5f9ff;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  color: #333;
  cursor: pointer;
}

.sqst_ul {
  flex-direction: column;
  gap: 0.625rem;
}

.sqst_left ul li.active {
  color: #fff;
  background: url(sqst.png) no-repeat;
  background-size: cover;
}

.sqst_right {
  flex: 1;
  display: grid;
  grid-template-columns: 21.25rem 1fr;
  gap: 1.25rem;
  min-width: 0;
}

.sqst_map {
  width: 21.25rem;
  aspect-ratio: 1 / 1;
  border-radius: 0.5rem;
  background: #fff;
  border: 0.0625rem solid #d8e5f5;
  overflow: hidden;
}

.sqst_panels {
  min-width: 0;
}

.sqst_panel {
  display: none;
}

.sqst_panel.active {
  display: block;
}

.sqst_flag {
  height: 0;
  overflow: hidden;
}

.sqst_cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 13.375rem));
  gap: 1.25rem;
}

.sqst_card {
  width: 13.375rem;
  min-height: 21.25rem;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 0.125rem 0.75rem #99999933;
  padding: 0.625rem;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.sqst_card:hover {
  transform: translateY(-0.375rem);
  box-shadow: 0 0.5rem 1.25rem #1e78ff30;
}

.sqst_card.is-hidden {
  display: none;
}

.sqst_card img {
  width: 12.125rem;
  height: 8.125rem;
  border-radius: 0.25rem;
  object-fit: cover;
}

.sqst_card strong {
  min-height: 3.125rem;
  margin-top: 1.25rem;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  color: #333;
}

.sqst_card p {
  display: flex;
  gap: 0.625rem;
  flex-wrap: wrap;
  margin-top: 0.75rem;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #999;
}

.sqst_card p span {
  min-width: 2.875rem;
  height: 2rem;
  padding: 0 1rem;
  border-radius: 0.25rem;
  background: #1e78ff1f;
  color: #1e78ff;
  line-height: 2rem;
  text-align: center;
}

.sqst_card em {
  margin-top: 1.125rem;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #666;
}

.sqst_card_more {
  align-items: center;
  text-align: center;
}

.sqst_card_more strong {
  min-height: 0;
  margin-top: 1.25rem;
}

.sqst_card_more p {
  display: block;
  margin-top: 1rem;
}

.sqst_more_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 10.875rem;
  height: 3.125rem;
  margin-top: 1.125rem;
  border-radius: 0.25rem;
  background: linear-gradient(90deg, #12a1ff 0%, #1e78ff 100%);
  color: #fff;
  font-size: 1rem;
}

.sqst_empty {
  grid-column: 1 / -1;
  min-height: 21.25rem;
  border-radius: 0.5rem;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
  border: 0.0625rem dashed #c9ddf8;
  color: #6b7a90;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  text-align: center;
}

.sqst_empty::before {
  content: "";
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background:
    url(location-dot-1.png) center / 1.5rem 1.75rem no-repeat,
    #eaf4ff;
  display: block;
  box-shadow: inset 0 0 0 0.0625rem #d6e8ff;
  margin-bottom: 0.5rem;
}

.sqst_empty span {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-weight: 700;
  color: #26364f;
}

.sqst_empty em {
  font-style: normal;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #8a98aa;
}

.opc-modal[hidden] {
  display: none;
}

.opc-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
}

.opc-modal-open {
  overflow: hidden;
}

.opc-modal__mask {
  position: absolute;
  inset: 0;
  background: rgba(6, 14, 51, 0.28);
}

.opc-modal__dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 61.25rem;
  max-width: calc(100vw - 3rem);
  max-height: calc(100vh - 5rem);
  transform: translate(-50%, -50%);
  border-radius: 0.5rem;
  border: 0.0625rem solid #d8e6fb;
  background: radial-gradient(circle at 0 100%, rgba(30, 120, 255, 0.12) 0, rgba(30, 120, 255, 0) 34%), linear-gradient(180deg, #f8fbff 0%, #fff 100%);
  box-shadow: 0 1.125rem 3rem rgba(6, 14, 51, 0.18);
  padding: 2.125rem 2.5rem 2.375rem;
  overflow: auto;
}

.opc-modal--notice .opc-modal__dialog {
  height: 10.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.5rem;
  overflow: hidden;
}

.opc-modal__close {
  position: absolute;
  right: 1.5rem;
  top: 1.375rem;
  width: 1.75rem;
  height: 1.75rem;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.opc-modal__close::before,
.opc-modal__close::after {
  content: "";
  position: absolute;
  left: 0.1875rem;
  top: 0.8125rem;
  width: 1.375rem;
  height: 0.125rem;
  border-radius: 0.125rem;
  background: #44506a;
}

.opc-modal__close::before {
  transform: rotate(45deg);
}

.opc-modal__close::after {
  transform: rotate(-45deg);
}

.opc-modal__head {
  text-align: center;
  margin-bottom: 1.5rem;
}

.opc-modal--notice .opc-modal__head {
  margin-bottom: 0;
}

.opc-modal__head h3 {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.3125rem;
  color: #060e33;
}

.opc-modal__head p {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #7c8798;
}

.opc-modal__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.opc-modal--notice .opc-modal__list {
  display: none;
}

.opc-modal__item {
  min-height: 6rem;
  border-radius: 0.5rem;
  border: 0.0625rem solid #e5edf8;
  background: rgba(255, 255, 255, 0.86);
  padding: 1.125rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.875rem;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.opc-modal__icon {
  width: 3rem;
  height: 3rem;
  flex: 0 0 3rem;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 0.375rem;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0.375rem 0.875rem rgba(30, 120, 255, 0.12);
}

.opc-modal__icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.opc-modal__content {
  min-width: 0;
  display: block;
}

.opc-modal__item strong {
  display: block;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #060e33;
}

.opc-modal__content span {
  margin-top: 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  color: #7c8798;
  display: -webkit-box;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.opc-modal__item:hover {
  transform: translateY(-0.1875rem);
  border-color: #1e78ff;
  box-shadow: 0 0.625rem 1.5rem rgba(30, 120, 255, 0.16);
}

.opc-modal__item:hover strong {
  color: #1e78ff;
}