
html {
  font-size: 625%;
}
body {
  margin: 0;
  font-family: pingfang SC,helvetica neue,arial,hiragino sans gb,microsoft yahei ui,microsoft yahei,simsun,sans-serif!important;
  font-size: 0.14rem;
  background: #ffffff!important;
}

#preShow{
  /* background: url(./home/imgs/logo-color.png) no-repeat center; */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box
}
li, ul {
  list-style: none;
}
html ::-webkit-scrollbar-track-piece{
  background-color:#fff;/*æ»šåŠ¨æ¡çš„èƒŒæ™¯é¢œè‰²*/
  -webkit-border-radius:0;/*æ»šåŠ¨æ¡çš„åœ†è§’å®½åº¦*/
}

html ::-webkit-scrollbar{
  width:10px;/*æ»šåŠ¨æ¡çš„å®½åº¦*/
  height:8px;/*æ»šåŠ¨æ¡çš„é«˜åº¦*/
}

html ::-webkit-scrollbar-thumb:vertical{/*åž‚ç›´æ»šåŠ¨æ¡çš„æ ·å¼*/
  height:50px;
  background-color:#acacac;
  -webkit-border-radius:4px;
  outline:2px solid #fff;
  outline-offset:-2px;
  border: 2px solid #fff;
}
html ::-webkit-scrollbar-thumb:hover{/*æ»šåŠ¨æ¡çš„hoveræ ·å¼*/
  height:50px;
  background-color:#acacac;
  -webkit-border-radius:4px;
}
html ::-webkit-scrollbar-thumb:horizontal{/*æ°´å¹³æ»šåŠ¨æ¡çš„æ ·å¼*/
  width: 5px;
  background-color: #CCCCCC;
  -webkit-border-radius: 6px;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
.ai-model-plaza {
  width: 100%;
  min-height: 100vh;
  background: #f5f7fa;
}
/* Banner区域 */
.plaza-banner {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.plaza-banner .banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.plaza-banner .banner-overlay {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 60px;
  z-index: 2;
}
.plaza-banner .banner-title {
  font-size: 42px;
  font-weight: 500;
  color: #262626;
  margin: 0 0 20px 0;
  line-height: 50px;
}
.plaza-banner .banner-desc {
  font-size: 16px;
  color: #262626;
  margin: 0;
  max-width: 652px;
  line-height: 28px;
  text-align: justify;
}
/* 主体区域 */
.plaza-main {
  width: 1200px;
  margin: 0 auto;
  padding: 32px 0 60px;
}
/* 操作按钮行 */
.plaza-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
.plaza-actions .action-btn {
  height: 36px;
  border-radius: 4px;
  font-size: 14px;
  padding: 0 20px;
  background: #fff;
  border: 1px solid #d9d9d9;
  color: #333;
}
.plaza-actions .action-btn:hover {
  border-color: #407aff;
  color: #407aff;
  background: #f0f5ff;
}
.plaza-actions .action-btn-outline {
  background: #fff;
  border: 1px solid #d9d9d9;
  color: #333;
}
.plaza-actions .action-btn-outline:hover {
  border-color: #407aff;
  color: #407aff;
  background: #f0f5ff;
}
/* 分类筛选 */
.plaza-filter {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.plaza-filter .filter-tabs {
  display: flex;
  gap: 0;
  align-items: center;
  flex: 1;
}
.plaza-filter .filter-tab {
  padding: 9px 16px;
  font-size: 14px;
  color: #595959;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  border-right: none;
  background: #fff;
  height: 40px;
  line-height: 22px;
  box-sizing: border-box;
  transition: all 0.2s;
}
.plaza-filter .filter-tab:first-child {
  border-radius: 2px 0 0 2px;
}
.plaza-filter .filter-tab:last-child {
  border-radius: 0 2px 2px 0;
  border-right: 1px solid #d9d9d9;
}
.plaza-filter .filter-tab:hover {
  color: #407aff;
  border-color: #407aff;
  position: relative;
  z-index: 1;
}
.plaza-filter .filter-tab.active {
  background: #407aff;
  color: #fff;
  border-color: #407aff;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.plaza-filter .filter-price-unit {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 16px;
  flex-shrink: 0;
}
.plaza-filter .filter-price-unit .unit-label {
  font-size: 13px;
  color: #999;
}
/* 模型卡片列表 */
.plaza-model-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.plaza-empty {
  grid-column: -1;
  text-align: center;
  padding: 80px 0;
  color: #999;
  font-size: 14px;
}
/* 模型卡片 */
.model-card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  border: 1px solid #eee;
  transition: box-shadow 0.3s;
}
.model-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.model-card .card-header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
.model-card .card-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 12px;
  flex-shrink: 0;
}
.model-card .card-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.model-card .card-icon .card-icon-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #407aff, #6c5ce7);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
}
.model-card .card-info {
  flex: 1;
  min-width: 0;
}
.model-card .card-name {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.model-card .card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.model-card .card-tags .tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
}
.model-card .card-tags .tag-provider {
  background: #fff3e0;
  color: #e65100;
}
.model-card .card-tags .tag-ability {
  background: #e3f2fd;
  color: #1565c0;
}
.model-card .card-detail-link {
  flex-shrink: 0;
  font-size: 13px;
  color: #1a1a1a;
  margin-left: 8px;
  white-space: nowrap;
}
.model-card .card-detail-link:hover {
  color: #407aff;
  text-decoration: underline;
}
.model-card .card-desc {
  font-size: 13px;
  color: #888;
  line-height: 1.6;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 42px;
}
.model-card .card-price {
  display: flex;
  gap: 24px;
  border-top: 1px solid #f5f5f5;
  padding-top: 12px;
}
.model-card .card-price .price-item {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.model-card .card-price .price-label {
  font-size: 12px;
  color: #999;
}
.model-card .card-price .price-value {
  font-size: 16px;
  font-weight: 600;
  color: #ff6b00;
}
.model-card .card-price .price-unit {
  font-size: 12px;
  color: #999;
}
/* 详情弹框样式 */
.model-detail-modal .detail-content .detail-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 16px;
}
.model-detail-modal .detail-content .detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.model-detail-modal .detail-content .detail-tags .detail-tag {
  padding: 4px 12px;
  border: 1px solid #407aff;
  color: #407aff;
  border-radius: 3px;
  font-size: 12px;
}
.model-detail-modal .detail-content .detail-section-title {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 24px 0 12px;
  padding-bottom: 8px;
  border-bottom: none;
}
.model-detail-modal .detail-content .detail-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
}
.model-detail-modal .detail-content .detail-info-grid .info-row {
  display: flex;
  align-items: center;
}
.model-detail-modal .detail-content .detail-info-grid .info-row .info-label {
  color: #999;
  font-size: 14px;
  width: 90px;
  flex-shrink: 0;
}
.model-detail-modal .detail-content .detail-info-grid .info-row .info-value {
  color: #333;
  font-size: 14px;
  font-weight: 500;
}
.model-detail-modal .detail-content .detail-access-info .access-row {
  padding: 16px 0;
  border-bottom: 1px solid #f0f0f0;
}
.model-detail-modal .detail-content .detail-access-info .access-row .access-label {
  display: block;
  color: #999;
  font-size: 13px;
  margin-bottom: 6px;
}
.model-detail-modal .detail-content .detail-access-info .access-row .access-value-wrap .access-value {
  font-size: 15px;
  color: #333;
  font-weight: 500;
}
.model-detail-modal .detail-content .detail-access-info .access-row .access-value-wrap .access-value.mono {
  font-family: 'SFMono-Regular', Consolas, monospace;
}
.model-detail-modal .detail-content .detail-access-info .access-row .access-value-wrap .copy-btn {
  cursor: pointer;
  margin-left: 8px;
  font-size: 14px;
  opacity: 0.6;
}
.model-detail-modal .detail-content .detail-access-info .access-row .access-value-wrap .copy-btn:hover {
  opacity: 1;
}
.model-detail-modal .detail-content .detail-access-info .access-row .access-value-wrap .access-hint {
  font-size: 12px;
  color: #999;
  margin-top: 4px;
}
.model-detail-modal .detail-content .detail-access-info .access-row .access-value-wrap .access-link {
  color: #407aff;
  font-size: 14px;
}
.model-detail-modal .detail-content .detail-access-info .access-row .access-value-wrap .access-link:hover {
  text-decoration: underline;
}
.model-detail-modal .detail-content .detail-price-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;
}
.model-detail-modal .detail-content .detail-price-table th,
.model-detail-modal .detail-content .detail-price-table td {
  border: 1px solid #f0f0f0;
  padding: 10px 16px;
  text-align: left;
  font-size: 13px;
}
.model-detail-modal .detail-content .detail-price-table th {
  background: #fafafa;
  color: #666;
  font-weight: 500;
}
.model-detail-modal .detail-content .detail-price-table td {
  color: #333;
}

html {
  font-size: 100px!important;
}
body {
  background-color: #ffffff!important;
}
.M {
  position: relative;
}

.S {
  position: relative;
  min-width: 1260px;
}
body {
  background-color: #ffffff;
}
img {
  -webkit-user-drag: none;
}
.swiper-pagination {
  width: 100%;
}
.adaptive {
  max-width: 14rem;
  min-width: 10.8rem;
  width: 100%;
  margin: auto;
}

