.notice--dBsLh {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #444;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: bold;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.notice--dBsLh .noticeClose--mQZKl {
  color: #444;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.notice--dBsLh .noticeClose--mQZKl:hover {
  opacity: 0.8;
}
.notice--dBsLh .noticeContent--yTkx2 {
  flex: 1;
  text-align: center;
  cursor: pointer;
  background: linear-gradient(97deg, #0051FF 13.85%, #23B4F9 56.54%, #14CA4C 99.24%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-weight: 700;
}
.notice--dBsLh.noticeVisible--yraLw {
  display: block;
}
.notice--dBsLh.noticeHidden--VvTr2 {
  display: none;
}
.noticeModal--AZqgY {
  white-space: wrap;
  padding: 20px;
}
.noticeModal--AZqgY .title--l5aRb {
  margin-bottom: 16px;
}
.noticeModal--AZqgY p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 8px;
}
.noticeModal--AZqgY .strong--hD02S {
  font-weight: bold;
}
.noticeModal--AZqgY ul {
  margin-bottom: 12px;
}
.noticeModal--AZqgY li {
  list-style: disc;
  margin-left: 12px;
}

.mainHeader--l2rie .header3 {
  margin-top: 40px;
}

.main-layout--wqKEB {
  display: flex;
  flex-direction: column;
  margin: auto;
  min-width: 1260px;
  min-height: 100%;
  background: url('https://oss.openmmlab.com/model-center/imgs/background.png') no-repeat right top, url('https://oss.openmmlab.com/model-center/imgs/background-left.png') no-repeat left top;
}
.main-layout--wqKEB .top-nav--IOU6K {
  width: 100%;
  z-index: 99;
}
.main-layout--wqKEB .top-nav--IOU6K.top-nav-sticky--D59Re {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
.main-layout--wqKEB .main--wfdyU {
  flex: 1;
  display: flex;
}
.main-layout--wqKEB .container--M_LNY {
  flex: 1;
  display: flex;
  justify-content: center;
}

.container--bb5gO {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.container--bb5gO .return-model-btn--QiBGd {
  margin-top: 24px;
  padding: 0;
}
.container--bb5gO .divider--gQBwD {
  width: 100%;
  height: 1px;
  margin-top: 12px;
  background-color: #F4F5F9;
}
.container--bb5gO .content--MrslV {
  margin-top: 24px;
}

.container--xkBnX {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 22%;
  width: 100%;
}
.container--xkBnX .loading--NlQaS {
  position: relative;
  width: 72px;
  height: 85px;
}
.container--xkBnX .loading--NlQaS img {
  width: 72px;
  height: 72px;
  animation: jump--sUI_n 0.5s linear infinite;
}
.container--xkBnX .loading--NlQaS::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 45px;
  height: 4px;
  background: #0D53DE;
  opacity: 30%;
  border-radius: 50%;
  animation: shadow--qSW1j 0.5s linear infinite;
}
.container--xkBnX .desc--R16zH {
  position: relative;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.55);
}
.container--xkBnX .desc--R16zH::after {
  content: '...';
  display: inline-block;
  position: absolute;
  top: 0%;
  left: 100%;
  width: 0ch;
  overflow: hidden;
  animation: typing--HUIT2 0.5s steps(4, jump-none) infinite;
}
@keyframes jump--sUI_n {
  25% {
    transform: translateY(9px);
  }
  50% {
    transform: translateY(18px) scale(1.02, 0.9);
  }
  75% {
    transform: translateY(9px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes shadow--qSW1j {
  0%,
  100% {
    transform: translateX(-50%) scale(1, 1);
  }
  50% {
    transform: translateX(-50%) scale(1.2, 1);
  }
}
@keyframes typing--HUIT2 {
  from {
    width: 0ch;
  }
  to {
    width: 1.5ch;
  }
}

.notFound--qBIOu {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 24px;
}
.notFound--qBIOu .notFoundText--vAGN0 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #464A53;
}

.wrapper--Tf8Wb {
  padding-top: 50px;
  color: #0D53DE;
}

.container--TQ1xn {
  min-height: 100%;
  background: url('https://oss.openmmlab.com/model-center/imgs/background.png') no-repeat right top, url('https://oss.openmmlab.com/model-center/imgs/background-left.png') no-repeat left top;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container--TQ1xn .image--CkIoM {
  width: 120px;
  height: 120px;
}
.container--TQ1xn .text--JkPGe {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #464A53;
}

@font-face {
  font-family: 'AlimamaShuHeiTi-Bold';
  src: url(/models/85951bfede60674b74c4.otf), url(/models/8d5a97e49220985c3ea3.ttf), url(/models/702016304ec7df46c63b.woff), url(/models/07ba6db10d150b84b341.woff2);
}

.apply-hardware--rKLGN {
  width: 600px;
  padding: 32px 0 48px;
}
.apply-hardware--rKLGN .apply-hardware-title--tebz8 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: rgba(18, 19, 22, 0.8);
  margin-bottom: 8px;
}
.apply-hardware--rKLGN .apply-tooltip--tMYP0 {
  display: inline-block;
  margin-left: 4px;
  line-height: 21px;
  font-size: 14px;
  color: rgba(18, 19, 22, 0.5);
  margin-bottom: 32px;
}
.apply-hardware--rKLGN .email--iszfZ {
  display: flex;
  align-items: center;
  line-height: 24px;
}
.apply-hardware--rKLGN .email--iszfZ .email-url--Vu20t {
  margin-left: 8px;
  margin-right: 16px;
}
.apply-hardware--rKLGN .email-change--nCcY8 {
  color: #0D53DE;
  cursor: pointer;
}
.apply-hardware--rKLGN .email-config--BQoxN {
  width: 100%;
  height: 32px;
  background: rgba(230, 242, 255, 0.6);
  border: 1px solid #3477EB;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.apply-hardware--rKLGN .email-bind--QZDtv {
  width: 100%;
  height: 32px;
  background: #FFF7E6;
  border: 1px solid #FF8800;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.apply-hardware--rKLGN .paper-editor--NG7qK {
  row-gap: 8px;
}
.apply-hardware--rKLGN .paper-editor--NG7qK > div {
  margin-bottom: 8px;
}
.apply-hardware--rKLGN .paper-editor--NG7qK .ant-form-item label {
  width: 100%;
}
.apply-hardware--rKLGN .paper-index--_QK18 {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: rgba(18, 19, 22, 0.5);
}
.apply-hardware--rKLGN .delete-button--X7luN {
  float: right;
  color: #0D53DE;
  cursor: pointer;
}
.apply-hardware--rKLGN .add-button--FfiSV {
  width: 124px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.apply-hardware--rKLGN .ant-input-textarea-show-count::after {
  float: none;
  position: absolute;
  bottom: 24px;
  right: 6px;
}
.apply-hardware--rKLGN .ant-form-item-label > label {
  color: rgba(18, 19, 22, 0.8);
}
.apply-hardware--rKLGN .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  background-color: #F4F5F9;
  border: 1px solid #F4F5F9;
}
.apply-hardware--rKLGN .ant-select:not(.ant-select-customize-input) .ant-select-selector:hover {
  border: 1px solid #F4F5F9;
}
.apply-hardware--rKLGN .ant-form-item-control-input {
  min-height: auto;
}
.modal--nBTt_ {
  display: flex;
  align-items: center;
  line-height: 24px;
}
.modal--nBTt_ .modal-title--Yq__A {
  font-weight: 600;
  font-size: 16px;
  color: #121316;
  margin-left: 8px;
}
.modal-desc--orQ7m {
  margin-left: 26px;
  margin-top: 8px;
}
.modal-btn--GoVoB {
  margin-top: 22px;
  margin-bottom: -4px;
  text-align: right;
}
.email-btn--XtJYh {
  margin-left: 8px;
  margin-right: 4px;
}
.alert-icon--l35OJ {
  margin-left: 12px;
}
.success--x4PAg {
  position: relative;
  text-align: center;
  min-height: 300px;
  height: 100%;
}
.success--x4PAg .success-content--TEefi {
  width: 100%;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
}
.success--x4PAg .success-content--TEefi .success-title--JqMJY {
  line-height: 30px;
  margin-bottom: 24px;
}
.success--x4PAg .success-content--TEefi .success-title--JqMJY .success-title-name--V9LJo {
  margin-left: 8px;
  color: #000;
  font-weight: 600;
  font-size: 20px;
}
.success--x4PAg .success-content--TEefi .success-info--Tf3zK {
  color: rgba(18, 19, 22, 0.8);
  font-size: 14px;
  line-height: 21px;
}

.lab-wrapper--ExatI {
  width: 100%;
  background-image: url('https://oss.openmmlab.com/model-center/lab/bgc.svg');
  margin-top: -65px;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 65px;
}
.lab-wrapper--ExatI .lab-title--I5DaU {
  margin: 40px 0;
  text-align: center;
}
.lab-wrapper--ExatI .lab-content--WEmyN {
  width: 100%;
  min-height: calc(100vh - 260px);
  background: #fff;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  padding-top: 40px;
  padding-bottom: 80px;
  margin: auto;
}
.lab-wrapper--ExatI .lab-content--WEmyN .lab-info--XpHLg {
  width: 1200px;
  margin: auto;
}
.lab-wrapper--ExatI .lab-content--WEmyN .lab-tag--SrClC {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 24px;
  background: var(--100-text-5, #121316);
  color: var(--fill-0, #FFF);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 24px;
}
.lab-wrapper--ExatI .lab-content--WEmyN .lab-desc--A58_r {
  color: var(--80-text-4, rgba(18, 19, 22, 0.8));
  font-size: 16px;
  line-height: 24px;
}
.lab-wrapper--ExatI .lab-content--WEmyN .last-desc--KILFH {
  margin-bottom: 40px;
}

.scroll--PLVrR {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.scroll--PLVrR::-webkit-scrollbar {
  display: none;
}
.loading--gp43K {
  margin-top: 28px;
  text-align: center;
}

.card--ysfp9 {
  width: 282px;
  border-radius: 20px;
  overflow: hidden;
}
.card--ysfp9 .img--welfs {
  width: 100%;
  cursor: pointer;
  transform: scale(1);
  transition: transform 0.8s ease 0s;
}
.card--ysfp9 .info--E_huM {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  color: var(--fill-0, #FFF);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  display: none;
  word-wrap: break-word;
}
.card--ysfp9:hover .info--E_huM {
  display: block;
}
.card--ysfp9:hover .img--welfs {
  transition: transform 0.8s ease 0s;
  transform: scale(1.2);
  transform-origin: center center;
}

.anchor-list--Sq7YA {
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  font-weight: 600;
}
.anchor-list--Sq7YA .anchor-item--zzeBL {
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 4px 14px;
  border-radius: 21px;
  height: 32px;
}
.anchor-list--Sq7YA .active--_5PN4 {
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  width: -webkit-fit-content;
  width: fit-content;
  background-color: #121316;
  padding: 4px 14px;
  border-radius: 21px;
  height: 32px;
  min-width: -webkit-fit-content;
  min-width: fit-content;
}

.info--tgLd_ {
  position: relative;
  border: 1px solid #EBECF0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  padding: 24px 32px;
  width: calc(50% - 10px);
  height: 218px;
}
.info--tgLd_:hover {
  border: 1px solid var(--brand-16, #0D53DE);
  box-shadow: 0px 4px 12px 2px rgba(18, 19, 22, 0.12);
}
.info--tgLd_ .info-model-name--LJc0t {
  font-size: 20px;
  font-weight: 600;
  color: #121316;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
  line-height: 36px;
}
.info--tgLd_ .info-model-name-hover--NhPnR {
  color: #0D53DE !important;
}
.info--tgLd_ .info-creator--d5uac {
  display: flex;
  align-items: center;
}
.info--tgLd_ .info-base-creator--oL3ts {
  position: absolute;
  bottom: 24px;
  left: 32px;
  max-width: calc(100% - 203px);
  display: flex;
  align-items: center;
}
.info--tgLd_ .info-base-value--fdwSA {
  margin-left: 4px;
  color: rgba(18, 19, 22, 0.6);
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info--tgLd_ .info-base-other--pT3W0 {
  position: absolute;
  bottom: 24px;
  right: 32px;
}
.info--tgLd_ .info-base-other--pT3W0 .info-base-time--KR_0O {
  display: inline-flex;
  align-items: center;
  color: rgba(18, 19, 22, 0.6);
  margin-left: 16px;
  line-height: 20px;
  font-size: 13px;
}
.info--tgLd_ .info-base-other--pT3W0 .info-base-content--SAWqT {
  margin-left: 4px;
  font-size: 13px;
  color: rgba(18, 19, 22, 0.6);
  vertical-align: middle;
}
.info--tgLd_ .tags--TSD5K {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.info--tgLd_ .tags--TSD5K .sdk--JTEwF {
  width: 69px !important;
}
.info--tgLd_ .tags--TSD5K .sdk--JTEwF .sdk-content--EH7pY {
  font-size: 12px;
  line-height: 18px;
  color: rgba(18, 19, 22, 0.8);
  margin-left: 4px;
}
.info--tgLd_ .desc--zqqei {
  color: var(--50-text-3, rgba(18, 19, 22, 0.6));
  font-size: 14px;
  line-height: 21px;
}

.tags--GUEik {
  position: relative;
}
.tags--GUEik .tag--uSzj8 {
  height: 20px;
  overflow: hidden;
  margin-bottom: 0 !important;
  opacity: 0;
}
.tags--GUEik .show--NYQmP {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-bottom: 0 !important;
  height: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.popover-list--BHT2D:last-child {
  margin-bottom: 0;
}
.tag-item--_xf26 {
  height: 20px;
  margin-right: 8px;
  overflow: hidden;
  color: rgba(18, 19, 22, 0.8);
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 2px;
  line-height: 18px;
}
.tag-item--_xf26 > * {
  vertical-align: top;
}
.tag-item-last--ebtUi {
  margin-right: 0 !important;
  cursor: pointer;
}

.seal-popover .ant-popover-content {
  margin-bottom: -6px;
}
.seal-popover .ant-popover-inner-content {
  padding: 8px 16px;
}
.seal-popover .ant-popover-inner-content > div {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.avatar--qyqND {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0d53de;
  color: white;
}

.container--fLhIM {
  border: 1px solid #EBECF0;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.75);
  width: calc(50% - 10px);
}
.container--fLhIM:hover {
  background-color: #F9F9F9;
}
.container--fLhIM .cover--XvMTk {
  position: relative;
}
.container--fLhIM .cover--XvMTk .cover-icon--PRm7o {
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.container--fLhIM .cover--XvMTk .cover-icon--PRm7o .cover-icon-repo-name--hQbxH {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 224px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 99;
}
.container--fLhIM .cover--XvMTk .cover-icon--PRm7o .cover-icon-logo--WgLJB {
  text-align: center;
  line-height: 140px;
  width: 100%;
}
.container--fLhIM .cover--XvMTk .cover-like--wIruV {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 8px;
  right: 8px;
  height: 22px;
  padding: 0 6px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
}
.container--fLhIM .cover--XvMTk .cover-like--wIruV .cover-like-count--VBVLz {
  color: rgba(18, 19, 22, 0.8);
  margin-left: 5px;
}
.container--fLhIM .cover--XvMTk .state--dyicb {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 2px 6px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  color: rgba(18, 19, 22, 0.8);
  font-size: 12px;
}
.container--fLhIM .info--TwuMy {
  padding: 12px 16px 16px;
}
.container--fLhIM .info--TwuMy .info-name--D00Zq {
  height: 26px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(18, 19, 22, 0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
}
.container--fLhIM .info--TwuMy .info-name-hover--iYD9i {
  color: #0D53DE !important;
}
.container--fLhIM .info--TwuMy .info-creator--UfC8A {
  display: flex;
  align-items: center;
  min-width: 0;
  line-height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transform: translateY(2px);
}
.container--fLhIM .info--TwuMy .info-creator--UfC8A img {
  border-radius: 50%;
  transform: translateY(-1px);
}
.container--fLhIM .info--TwuMy .info-create--wrgeP {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.container--fLhIM .info--TwuMy .info-create--wrgeP .info-create-name--vQkts {
  display: inline;
  flex: 1;
  margin-left: 4px;
  color: rgba(18, 19, 22, 0.5);
  font-size: 12px;
}
.container--fLhIM .info--TwuMy .info-create--wrgeP .info-create-time--iMSAg {
  color: rgba(18, 19, 22, 0.5);
  font-size: 12px;
  margin-left: 5px;
}
.container--fLhIM .info--TwuMy .info-create-right--ROoRr {
  flex-shrink: 0;
  color: rgba(18, 19, 22, 0.5);
  font-size: 12px;
}
.container--fLhIM .info--TwuMy .info-create-right--ROoRr i {
  display: inline-block;
  position: relative;
  transform: translateY(1px);
}
.container--fLhIM .info--TwuMy .info-create-right--ROoRr img {
  transform: translateY(-2.5px);
}

.collection--Wm1zy {
  padding-top: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
}

.bg-container--t2M0H {
  margin-top: -65px;
  padding-top: 65px;
  background: url('https://oss.openmmlab.com/model-center/puyu/internlm_bg.jpg') no-repeat top;
  background-size: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 1260px;
  min-height: 100%;
}
.bg-container--t2M0H .lm-header--y9bSd {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
  margin-top: 64px;
  padding-left: 160px;
  padding-right: 160px;
  max-width: 1920px;
  min-width: 1260px;
  height: -webkit-fit-content;
  height: fit-content;
  width: calc(100vw);
}
.bg-container--t2M0H .lm-header--y9bSd .lm-description--edoc0 {
  width: 63%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bg-container--t2M0H .lm-header--y9bSd .lm-description--edoc0 .title--v2EHA {
  color: #000;
  font-family: "AlimamaShuHeiTi-Bold";
  font-size: 64px;
  line-height: normal;
}
.bg-container--t2M0H .lm-header--y9bSd .lm-description--edoc0 .text--TGK9l {
  color: rgba(18, 19, 22, 0.8);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.bg-container--t2M0H .lm-header--y9bSd .lm-description--edoc0 .tags--NvJrw {
  justify-self: flex-end;
  display: flex;
  align-items: center;
  gap: 8px;
}
.bg-container--t2M0H .lm-header--y9bSd .lm-description--edoc0 .tags--NvJrw .tag--hyqi0 {
  color: rgba(18, 19, 22, 0.8);
  padding: 4px 14px;
  border-radius: 21px;
  height: 32px;
  border: #000 1px solid;
}
.bg-container--t2M0H .model-container--AOXig {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #fff;
  border-radius: 32px 32px 0 0;
  height: 100%;
}
.bg-container--t2M0H .model-container--AOXig .container--vLsFo {
  display: flex;
  padding-left: 100px;
  padding-right: 160px;
  justify-content: center;
  max-width: 1920px;
  min-width: 1260px;
  height: -webkit-fit-content;
  height: fit-content;
  width: calc(100vw);
}
.bg-container--t2M0H .model-container--AOXig .container--vLsFo .anchor--RbT5f {
  margin-right: 48px;
  width: 280px;
  padding-top: 64px;
}
.bg-container--t2M0H .model-container--AOXig .container--vLsFo .anchor--RbT5f .image--xWPpG {
  width: 280px;
  cursor: pointer;
}
.bg-container--t2M0H .model-container--AOXig .container--vLsFo .models-content--es5OJ {
  width: 75%;
}
.bg-container--t2M0H .model-container--AOXig .container--vLsFo .models-content--es5OJ .models-card--vb4i1 {
  padding-top: 64px;
}
.bg-container--t2M0H .model-container--AOXig .container--vLsFo .models-content--es5OJ .models-card--vb4i1 .models-name--JzggR {
  font-size: 36px;
  font-weight: 600;
  color: #121316;
}
.bg-container--t2M0H .model-container--AOXig .container--vLsFo .models-content--es5OJ .models-card--vb4i1 .models-desc--ipir3 {
  font-size: 14px;
  font-weight: 400;
  color: rgba(18, 19, 22, 0.8);
}
.bg-container--t2M0H .lm-signup--KjewL {
  width: 340px;
  height: 264px;
  border-radius: 8px;
  cursor: pointer;
}
.footer {
  position: relative;
  z-index: 99;
}

.wrapper--dp6S3 {
  width: 100%;
}
.wrapper--dp6S3 .top--LAbuV {
  position: relative;
  width: 100%;
  height: 564px;
  background: url('https://oss.openmmlab.com/model-center/puyu/bg.png') no-repeat left bottom;
  background-size: cover;
}
.wrapper--dp6S3 .top--LAbuV .icon-left--dPaNw {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 245px;
}
.wrapper--dp6S3 .top--LAbuV .top-center--uFPdv {
  position: relative;
  width: 1200px;
  height: 564px;
  margin: auto;
}
.wrapper--dp6S3 .top--LAbuV .top-content--IypzK {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.wrapper--dp6S3 .top--LAbuV .top-content--IypzK .top-content-title--hIV9s {
  color: #FFF;
  -webkit-text-stroke: 1px #000;
  font-family: "AlimamaShuHeiTi-Bold";
  font-size: 72px;
  line-height: 120%;
}
.wrapper--dp6S3 .top--LAbuV .top-content--IypzK .top-content-title--hIV9s .tip--_PJGK {
  border-radius: 16px 16px 16px 0px;
  border: 1px solid #000;
  background: linear-gradient(0deg, #FFE587 0%, #FFE587 100%), #83FFE6;
  padding: 8px 10px;
  color: #000;
  font-family: "AlimamaShuHeiTi-Bold";
  font-size: 20px;
  -webkit-text-stroke: 0px;
  margin-left: 15px;
  vertical-align: 5px;
}
.wrapper--dp6S3 .top--LAbuV .top-content--IypzK .top-content-time--Yv7Ek span {
  margin-left: 11px;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}
.wrapper--dp6S3 .top--LAbuV .top-content--IypzK .top-content--btns--NrQkN {
  margin-top: 21px;
}
.wrapper--dp6S3 .top--LAbuV .top-content--IypzK .top-content--btns--NrQkN span {
  border-radius: 6px;
  background: #83FFE6;
  padding: 6px 30px;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2.4px;
  cursor: pointer;
}
.wrapper--dp6S3 .top--LAbuV .top-content--IypzK .top-content--btns--NrQkN span:hover i {
  transition: all 0.5s linear;
  transform: translateX(5px);
}
.wrapper--dp6S3 .top--LAbuV .top-content--IypzK .top-content--btns--NrQkN .certificate--HW7DZ {
  margin-left: 20px;
  background: #FFF;
}
.wrapper--dp6S3 .top--LAbuV .top-content--IypzK .top-content--btns--NrQkN .certificate--HW7DZ:hover {
  color: var(---Brand1-5, #3477EB);
}
.wrapper--dp6S3 .top--LAbuV .bg-right--FTYNN {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 350px;
}
.wrapper--dp6S3 .tabs--i52kt {
  width: 100%;
  height: 80px;
  background: #4583FF;
}
.wrapper--dp6S3 .tabs--i52kt .tabs-center--zBxxQ {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 150px;
}
.wrapper--dp6S3 .tabs--i52kt .tabs-center--zBxxQ .tab--LICOi {
  width: 300px;
  height: 80px;
  text-align: center;
  color: var(--95-text-dark-5, rgba(255, 255, 255, 0.95));
  font-size: 24px;
  font-weight: 500;
  line-height: 80px;
  cursor: pointer;
}
.wrapper--dp6S3 .tabs--i52kt .tabs-center--zBxxQ .tab-active--XhO9A {
  background: #45FBD7;
  color: var(--100-text-5, #121316);
}
.wrapper--dp6S3 .code--krOl_ {
  position: fixed;
  right: 0;
  bottom: 300px;
}

.wrapper--PlWZh {
  background: #FAFAFA;
}
.wrapper--PlWZh .introduction-wrapper--bnbaA {
  background: linear-gradient(103deg, #ECFFFD 0%, #E7EFFE 99.99%, #EAF2FF 100%);
}
.wrapper--PlWZh .introduction-wrapper--bnbaA .introduction--DBXdb {
  position: relative;
  width: 1000px;
  margin: auto;
  padding: 80px 0;
}
.wrapper--PlWZh .introduction-wrapper--bnbaA .introduction--DBXdb .description--wfkqZ {
  color: #3D4961;
  font-size: 20px;
  line-height: 40px;
}
.wrapper--PlWZh .introduction-wrapper--bnbaA .introduction--DBXdb .attraction-list--uFyOW {
  margin-top: 27px;
}
.wrapper--PlWZh .introduction-wrapper--bnbaA .introduction--DBXdb .attraction-list--uFyOW .attraction--zQFkj {
  display: flex;
  align-items: center;
  color: #3D4961;
  font-size: 20px;
  line-height: 40px;
}
.wrapper--PlWZh .introduction-wrapper--bnbaA .introduction--DBXdb .attraction-list--uFyOW .attraction--zQFkj .attraction-title--TvUvB {
  margin-left: 7px;
  font-weight: 600;
}
.wrapper--PlWZh .introduction-wrapper--bnbaA .introduction--DBXdb .content--CqGQB {
  margin-top: 80px;
  margin-bottom: 100px;
  text-align: center;
}
.wrapper--PlWZh .introduction-wrapper--bnbaA .introduction--DBXdb .content--CqGQB .content-list--pOQA2 {
  color: #000;
  font-family: "AlimamaShuHeiTi-Bold";
  font-size: 40px;
  margin-top: 8px;
  margin-bottom: 40px;
}
.wrapper--PlWZh .introduction-wrapper--bnbaA .introduction--DBXdb .platform--V2j4G {
  display: flex;
  gap: 40px;
}
.wrapper--PlWZh .introduction-wrapper--bnbaA .introduction--DBXdb .platform--V2j4G .card--zmPax {
  width: 480px;
  height: 500px;
  padding: 64px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(251, 250, 254, 0.7) 0%, rgba(251, 250, 254, 0.26) 100%);
  text-align: center;
}
.wrapper--PlWZh .introduction-wrapper--bnbaA .introduction--DBXdb .platform--V2j4G .card--zmPax .card-title--tZziS {
  color: #000;
  font-family: "AlimamaShuHeiTi-Bold";
  font-size: 40px;
}
.wrapper--PlWZh .introduction-wrapper--bnbaA .introduction--DBXdb .platform--V2j4G .card--zmPax .card-desc--WDvZt {
  color: #3D4961;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.wrapper--PlWZh .introduction-wrapper--bnbaA .introduction--DBXdb .platform--V2j4G .card--zmPax .card-tags--rSKho {
  display: flex;
  justify-content: center;
  margin: 40px 0;
  gap: 4px;
}
.wrapper--PlWZh .introduction-wrapper--bnbaA .introduction--DBXdb .platform--V2j4G .card--zmPax .card-tags--rSKho .card-tag--IwzsL {
  border-radius: 10px 10px 10px 0px;
  border: 1px solid #000;
  background: linear-gradient(0deg, #81FFF0 0%, #81FFF0 100%), linear-gradient(299deg, #376FFF 17.19%, #7EE0FF 110.02%), conic-gradient(from 97deg at 53.36% 107.41%, #DBFFF8 0deg, #D4E2FF 125.99999785deg, #DBF8FF 251.99999571deg, #D7D4FF 360deg);
  color: #3D4961;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 6px 10px;
}
.wrapper--PlWZh .introduction-wrapper--bnbaA .introduction--DBXdb .platform--V2j4G .card--zmPax .card-btn--6QsIg {
  display: inline-flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  border: 1px solid var(---Brand1-6, #0D53DE);
  background: #FFF;
  color: var(---Brand1-6, #0D53DE);
  font-size: 20px;
  line-height: 30px;
  cursor: pointer;
}
.wrapper--PlWZh .introduction-wrapper--bnbaA .introduction--DBXdb .platform--V2j4G .card--zmPax .card-btn--6QsIg:hover {
  background: #1B6BF0;
  color: var(---fill-0, #FFF);
}
.wrapper--PlWZh .introduction-wrapper--bnbaA .introduction--DBXdb .other1--vZeMO {
  position: absolute;
  left: -54px;
  bottom: 93px;
}
.wrapper--PlWZh .introduction-wrapper--bnbaA .introduction--DBXdb .other2--U_e1H {
  position: absolute;
  right: -80px;
  bottom: 253px;
}
.wrapper--PlWZh .introduction-wrapper--bnbaA .ant-table {
  background: transparent;
}
.wrapper--PlWZh .introduction-wrapper--bnbaA .ant-table-thead {
  background: linear-gradient(74deg, rgba(255, 255, 255, 0.2) 2.23%, rgba(242, 249, 252, 0.25) 2.24%, #FFF 100.22%);
}
.wrapper--PlWZh .introduction-wrapper--bnbaA .ant-table-thead > tr > th {
  background: transparent;
  color: var(--fill-5, #464A53);
  font-weight: 600;
  font-size: 16px;
  border-bottom: 0.5px solid #fff;
}
.wrapper--PlWZh .introduction-wrapper--bnbaA .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  width: 0;
}
.wrapper--PlWZh .introduction-wrapper--bnbaA .ant-table-tbody > tr {
  background: linear-gradient(74deg, rgba(255, 255, 255, 0.2) 2.23%, rgba(242, 249, 252, 0.25) 2.24%, #FFF 100.22%);
}
.wrapper--PlWZh .introduction-wrapper--bnbaA .ant-table-tbody > tr > td {
  border-bottom: 0.5px solid #fff;
  font-size: 16px;
}
.wrapper--PlWZh .introduction-wrapper--bnbaA .ant-table-tbody > tr.ant-table-row:hover > td,
.wrapper--PlWZh .introduction-wrapper--bnbaA .ant-table-tbody > tr > td .ant-table-cell-row-hover {
  background: transparent;
}
.wrapper--PlWZh .past-wrapper--jtTjo {
  background: linear-gradient(96deg, #F2FFFE -0.04%, #F0F6FF 100.31%);
}
.wrapper--PlWZh .past-wrapper--jtTjo .past--yGfrd {
  width: 1200px;
  margin: auto;
  padding: 80px 0;
  text-align: center;
}
.wrapper--PlWZh .past-wrapper--jtTjo .past--yGfrd .past-name--UOGVU {
  position: relative;
  display: inline-block;
  color: #000;
  font-family: "AlimamaShuHeiTi-Bold";
  font-size: 40px;
  margin-bottom: 90px;
}
.wrapper--PlWZh .past-wrapper--jtTjo .past--yGfrd .past-name--UOGVU .icon1--ft0NO {
  position: absolute;
  left: -23px;
  bottom: 0;
}
.wrapper--PlWZh .past-wrapper--jtTjo .past--yGfrd .past-name--UOGVU .icon2--Cmdqw {
  position: absolute;
  right: -13px;
  top: 0;
}
.wrapper--PlWZh .past-wrapper--jtTjo .past--yGfrd .image--OHdnT {
  width: 580px;
  cursor: pointer;
}
.wrapper--PlWZh .past-wrapper--jtTjo .past--yGfrd .react-multiple-carousel__arrow--left {
  left: 0;
}
.wrapper--PlWZh .past-wrapper--jtTjo .past--yGfrd .react-multiple-carousel__arrow--right {
  right: 0;
}
.wrapper--PlWZh .past-wrapper--jtTjo .past--yGfrd .react-multiple-carousel__arrow {
  background: #1B6BF0;
  min-width: 30px;
  min-height: 30px;
}
.wrapper--PlWZh .past-wrapper--jtTjo .past--yGfrd .react-multiple-carousel__arrow:hover {
  background: #1B6BF0;
}
.wrapper--PlWZh .past-wrapper--jtTjo .past--yGfrd .react-multiple-carousel__arrow::before {
  color: #FFDC7C;
  font-size: 16px;
}
.wrapper--PlWZh .past-other-wrapper--iOpzB {
  background: linear-gradient(103deg, #ECFFFD 0%, #EAF2FF 99.99%, #DBE7FF 100%);
}
.wrapper--PlWZh .past-other-wrapper--iOpzB .past-other--IwEnz {
  width: 1200px;
  margin: auto;
  padding: 80px 0;
  display: flex;
  justify-content: center;
  gap: 42px;
}
.wrapper--PlWZh .past-other-wrapper--iOpzB .past-other--IwEnz .image--OHdnT {
  width: 372px;
}
.wrapper--PlWZh .past-other-wrapper--iOpzB .past-other--IwEnz .name--b5dPq {
  color: var(--fill-5, #464A53);
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-top: 16px;
}
.wrapper--PlWZh .question--rSiH2 {
  width: 1000px;
  padding: 80px 0;
  margin: auto;
  text-align: center;
}
.wrapper--PlWZh .question--rSiH2 .question-name--jVamj {
  position: relative;
  display: inline-block;
  color: #000;
  font-family: "AlimamaShuHeiTi-Bold";
  font-size: 40px;
  margin-bottom: 70px;
}
.wrapper--PlWZh .question--rSiH2 .question-name--jVamj .icon1--ft0NO {
  position: absolute;
  left: -40px;
  bottom: 0;
}
.wrapper--PlWZh .question--rSiH2 .question-name--jVamj .icon2--Cmdqw {
  position: absolute;
  right: -40px;
  top: 0;
}
.btns--GiRhc {
  display: flex;
  gap: 8px;
}
.btns--GiRhc .ant-btn {
  padding: 0;
  font-size: 16px;
}
.teacher--pQC0X {
  display: flex;
  align-items: center;
  gap: 8px;
}
.teacher--pQC0X .teacher-name--WOvo5 {
  width: 63px;
  color: var(--fill-5, #464A53);
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  text-align: justify;
  text-justify: distribute-all-lines;
  text-align-last: justify;
}
.teacher--pQC0X .teacher-desc--cSvZX {
  color: var(--fill-5, #464A53);
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.collapse--i81XJ {
  border-bottom: 1px dashed #000;
  margin-bottom: 16px;
  padding: 24px 0;
}
.collapse--i81XJ .collapse-header--EaLQk {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.collapse--i81XJ .collapse-header--EaLQk .collapse-title--H1OAv {
  color: #3D4961;
  font-size: 24px;
  line-height: 36px;
}
.collapse--i81XJ .collapse-header--EaLQk .icon--Udb6g {
  cursor: pointer;
}
.collapse--i81XJ .collapse-content--S8yf5 {
  margin-top: 12px;
  -webkit-user-select: none;
          user-select: none;
}
.collapse--i81XJ .collapse-content--S8yf5 .collapse-desc--YceMI {
  color: #3D4961;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}
.collapse--i81XJ .collapse-content--S8yf5 .collapse-links--mN2ni {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.collapse--i81XJ .collapse-content--S8yf5 .collapse-links--mN2ni .collapse-link--yidat {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(---Brand1-6, #0D53DE);
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
}

.model-wrapper--PUsoQ {
  background: linear-gradient(103deg, #ECFFFE 0%, #DBE7FF 100%, #EAF2FF 100%);
  min-height: calc(100vh - 745px);
  padding: 80px 0;
}
.model-wrapper--PUsoQ .model--mVL9m {
  width: 1200px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin: auto;
}
.model-wrapper--PUsoQ .model--mVL9m .card--NLUrG {
  width: 592px;
  padding: 24px 32px;
  border-radius: 4px;
  border: 1px solid var(----line-2, #EBECF0);
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.model-wrapper--PUsoQ .model--mVL9m .card--NLUrG .name--aphfu {
  color: var(--100-text-5, #121316);
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}
.model-wrapper--PUsoQ .model--mVL9m .card--NLUrG .desc--E6lMi {
  color: var(--80-text-4, rgba(18, 19, 22, 0.8));
  font-size: 14px;
  line-height: 21px;
}
.model-wrapper--PUsoQ .model--mVL9m .card--NLUrG:hover {
  border: 1px solid var(---Brand1-6, #0D53DE);
  background: #FFF;
  box-shadow: 0px 4px 12px 2px rgba(18, 19, 22, 0.12);
}

.project--crmv_ {
  background: linear-gradient(103deg, #ECFFFD 0%, #E7EFFE 99.99%, #EAF2FF 100%);
  padding: 48px;
}
.project--crmv_ .content--dqPgy {
  width: 1200px;
  margin: auto;
}
.project--crmv_ .content--dqPgy .cards--cgXHa {
  margin-top: 48px;
  display: flex;
  column-gap: 16px;
  row-gap: 16px;
  flex-wrap: wrap;
}
.project--crmv_ .content--dqPgy .page--x1KFd {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 32px;
}
.project--crmv_ .content--dqPgy .page--x1KFd .seal-pagination-item-active {
  background: #B3D6FF;
}

.radio--Wkwdb {
  display: flex;
  align-items: center;
  gap: 16px;
}
.radio--Wkwdb .type-selected--HczWv {
  background: #121316;
  color: #fff;
}
.radio--Wkwdb .type-selected--HczWv .icon--peo3Y {
  color: #fff !important;
}
.radio--Wkwdb .type-selected--HczWv .type-name--wBuKW {
  color: #fff !important;
}
.radio--Wkwdb .type--IM62M {
  display: flex;
  align-items: center;
  padding: 8px 32px;
  border-radius: 24px;
  line-height: 24px;
  cursor: pointer;
}
.radio--Wkwdb .type--IM62M .icon--peo3Y {
  font-size: 20px;
}
.radio--Wkwdb .type--IM62M .type-name--wBuKW {
  color: #121316;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin-left: 8px;
}
.radio--Wkwdb .type--IM62M:hover {
  background: #121316;
  color: #fff;
}
.radio--Wkwdb .type--IM62M:hover .icon--peo3Y {
  color: #fff !important;
}
.radio--Wkwdb .type--IM62M:hover .type-name--wBuKW {
  color: #fff !important;
}
.radio--Wkwdb .all--eXNvX {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.card--pb_BX {
  width: 592px;
  height: 176px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  border: 1px solid #EBECF0;
  padding: 24px 32px;
  position: relative;
}
.card--pb_BX:hover {
  border: 1px solid #0D53DE;
  background: #FFF;
  box-shadow: 0px 4px 12px 2px rgba(18, 19, 22, 0.12);
}
.card--pb_BX:hover .icons--xcKm1 .icon--s0xE_ {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  width: 120px;
  height: 32px;
  border-radius: 2px;
  background: #F4F5F9;
}
.card--pb_BX:hover .icons--xcKm1 .icon--s0xE_:hover {
  background: #E6F2FF;
  color: #0D53DE;
}
.card--pb_BX:hover .icons--xcKm1 .icon--s0xE_::after {
  content: attr(data-tag);
  position: relative;
  top: -1px;
  margin-left: 4px;
}
.card--pb_BX:hover .icons--xcKm1 .icon--s0xE_ i {
  font-size: 16px;
}
.card--pb_BX .star--NLOpC {
  text-align: center;
  width: 76px;
  line-height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(90deg, #4395FE 0%, #0E54DF 105.26%);
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.card--pb_BX .title--u1csV {
  color: #121316;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
}
.card--pb_BX .tags--rQXsd {
  display: flex;
  margin-top: 8px;
  margin-bottom: 32px;
  column-gap: 8px;
}
.card--pb_BX .tags--rQXsd .tag--_FYSp {
  padding: 1px 4px;
  color: rgba(18, 19, 22, 0.8);
  text-align: center;
  line-height: 18px;
  border-radius: 2px;
  background: #E6F2FF;
}
.card--pb_BX .icons--xcKm1 {
  display: flex;
}
.card--pb_BX .icons--xcKm1 a {
  color: unset;
}
.card--pb_BX .icons--xcKm1 .icon--s0xE_ {
  margin-right: 12px;
}
.card--pb_BX .icons--xcKm1 .icon--s0xE_ i {
  font-size: 24px;
  line-height: 100%;
}

.wrapper--kls28 {
  width: 100%;
  background: url('https://oss.openmmlab.com/model-center/puyu/certificate_bg.svg') no-repeat right bottom;
  background-size: cover;
  text-align: center;
  padding: 69px 0 0;
}
.wrapper--kls28 .form--UuRKz {
  width: 560px;
  margin: 120px auto 195px;
}
.wrapper--kls28 .ant-form-item-label > label {
  color: var(---fill-0, #FFF);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2.4px;
}
.wrapper--kls28 .seal-input-group .seal-input-inner-container {
  padding: 20px 27px;
}
.wrapper--kls28 .ant-form-item {
  margin-bottom: 40px;
}
.wrapper--kls28 .ant-btn {
  padding: 13px 53px;
  height: auto;
  border-radius: 3.429px;
}
.wrapper--kls28 .ant-btn-primary {
  background: #45FBD7;
  border-color: #45FBD7;
  color: var(--100-text-5, #121316);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2.4px;
}
.wrapper--kls28 .code--UWq70 {
  position: fixed;
  right: 0;
  top: 394px;
}
.wrapper--kls28 .connect--EPREN {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
  color: #fff;
  font-size: 12px;
}

.wrapper--PJS0Q {
  width: 100%;
  background: url('https://oss.openmmlab.com/model-center/puyu/certificate_bg.svg') no-repeat right bottom;
  background-size: cover;
  text-align: center;
  padding: 69px 0 0;
}
.wrapper--PJS0Q .image--Iz12v {
  margin-top: 55px;
}
.wrapper--PJS0Q .image--Iz12v img {
  width: 600px;
}
.wrapper--PJS0Q .btn--DvJOW {
  display: inline-block;
  margin-top: 40px;
  border-radius: 3.429px;
  background: #45FBD7;
  cursor: pointer;
}
.wrapper--PJS0Q .btn--DvJOW a {
  color: var(--100-text-5, #121316);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2.4px;
  padding: 13px 53px;
}
.wrapper--PJS0Q .code--JkGrf {
  position: fixed;
  right: 0;
  top: 394px;
}
.wrapper--PJS0Q .connect--eagPD {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  row-gap: 12px;
  color: #fff;
  font-size: 12px;
}

.info--eyyME {
  position: relative;
  border: 1px solid #EBECF0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  padding: 24px 32px;
  width: calc(50% - 10px);
  height: 218px;
}
.info--eyyME:hover {
  border: 1px solid var(--brand-16, #0D53DE);
  box-shadow: 0px 4px 12px 2px rgba(18, 19, 22, 0.12);
}
.info--eyyME .info-model-name--mZxsK {
  font-size: 20px;
  font-weight: 600;
  color: #121316;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
  line-height: 36px;
}
.info--eyyME .info-model-name-hover--j5kyD {
  color: #0D53DE !important;
}
.info--eyyME .info-creator--qaOp6 {
  display: flex;
  align-items: center;
}
.info--eyyME .info-base-creator--zRyKW {
  position: absolute;
  bottom: 24px;
  left: 32px;
  max-width: calc(100% - 203px);
  display: flex;
  align-items: center;
}
.info--eyyME .info-base-value--LO_NA {
  margin-left: 4px;
  color: rgba(18, 19, 22, 0.6);
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info--eyyME .info-base-other--KNuyH {
  position: absolute;
  bottom: 24px;
  right: 32px;
}
.info--eyyME .info-base-other--KNuyH .info-base-time--v3vGn {
  display: inline-flex;
  align-items: center;
  color: rgba(18, 19, 22, 0.6);
  margin-left: 16px;
  line-height: 20px;
  font-size: 13px;
}
.info--eyyME .info-base-other--KNuyH .info-base-content--_EHuz {
  margin-left: 4px;
  font-size: 13px;
  color: rgba(18, 19, 22, 0.6);
  vertical-align: middle;
}
.info--eyyME .tags--OWnia {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.info--eyyME .tags--OWnia .sdk--wFsmH {
  width: 69px !important;
}
.info--eyyME .tags--OWnia .sdk--wFsmH .sdk-content--N8GZx {
  font-size: 12px;
  line-height: 18px;
  color: rgba(18, 19, 22, 0.8);
  margin-left: 4px;
}
.info--eyyME .desc--ufxe4 {
  color: var(--50-text-3, rgba(18, 19, 22, 0.6));
  font-size: 14px;
  line-height: 21px;
}

.tags--pU3JN {
  position: relative;
}
.tags--pU3JN .tag--kdeGM {
  height: 20px;
  overflow: hidden;
  margin-bottom: 0 !important;
  opacity: 0;
}
.tags--pU3JN .show--ULOTV {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-bottom: 0 !important;
  height: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.popover-list--nb3sN:last-child {
  margin-bottom: 0;
}
.tag-item--QFXG9 {
  height: 20px;
  margin-right: 8px;
  overflow: hidden;
  color: rgba(18, 19, 22, 0.8);
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 2px;
  line-height: 18px;
}
.tag-item--QFXG9 > * {
  vertical-align: top;
}
.tag-item-last--_xNy_ {
  margin-right: 0 !important;
  cursor: pointer;
}

.hot--Fx4Bp {
  margin-top: -65px;
  padding-top: 65px;
  background: url('https://oss.openmmlab.com/model-center/puyu/internlm_bg.jpg') no-repeat top;
  background-size: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 1260px;
  min-height: 100%;
}
.hot--Fx4Bp .lm-header--OCpzm {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
  margin-top: 64px;
  padding-left: 160px;
  padding-right: 160px;
  max-width: 1920px;
  min-width: 1260px;
  height: -webkit-fit-content;
  height: fit-content;
  width: calc(100vw);
}
.hot--Fx4Bp .lm-header--OCpzm .lm-description--ZM3pm {
  width: 63%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hot--Fx4Bp .lm-header--OCpzm .lm-description--ZM3pm .title--IzPxG {
  color: #000;
  font-family: "AlimamaShuHeiTi-Bold";
  font-size: 64px;
}
.hot--Fx4Bp .lm-header--OCpzm .lm-description--ZM3pm .text--wp8Eh {
  color: rgba(18, 19, 22, 0.8);
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
}
.hot--Fx4Bp .lm-header--OCpzm .lm-icon--hj6wf {
  width: 168px;
}
.hot--Fx4Bp .lm-content--1ffVy {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 32px 32px 0 0;
}
.hot--Fx4Bp .lm-content--1ffVy .list--qH3Aa {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: auto;
  padding: 54px 120px;
  max-width: 1920px;
}

