body{
  font-family: "Microsoft Yahei", "PingFang SC","Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYiMicro Hei", sans-serif;
}
html {
  font-size: 625%;
}
body {
  margin: 0;
  font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", SimSun, sans-serif;
  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;
}

.S {
  position: relative;
  min-width: 1260px;
  overflow: hidden;
}
body {
  background-color: #ffffff;
}
img {
  -webkit-user-drag: none;
}
.swiper-pagination {
  width: 100%;
}

.app-cell {
  width: 75%;
  height: 2.8rem;
  margin-bottom: 0.3rem;
  background: #1c1F28;
  display: inline-block;
  text-align: center;
}
.app-cell:hover{
  box-shadow: 0rem 0rem 0.16rem 0.16rem #101216;
}
.app-cell .product {
  display: inline-block;
  margin: 0.4rem 0;
  text-align: left;
}
.app-cell  .type {
  display:inline-block;
  text-align: center;
  width: 2rem;
  height: 2rem;
  vertical-align: top;
}
.app-cell  .type .product-category{
  margin: 0.38rem 0;
}
.android {
  color:#88ef6c;
  border: 1px solid #88ef6c;
}
.ios {
  color:#ffffff;
  border: 1px solid #ffffff;
}
.windows {
  color:#ffffff;
  border: 1px solid #5b88bd;
}
.linux {
  color:#a28a39;
  border: 1px solid #a28a39;
}
.javascript {
  color:#5b88bd;
  border: 1px solid #5b88bd;
}
.videoKit {
  color:#ffffff;
  border: 1px solid #30c18f;
}
.type .icon {
  text-align: center;
}
.type .name {
  display: none;
  line-height: 1.5em;
  font-family: "Microsoft Yahei";
  display: inline-block;
  text-align: center;
}
.app-cell .intro {
  display: inline-block;
  vertical-align: top;
  width: 6.18rem;
  height: 2rem;
}
.app-cell .intro .title {
 font-family: "Helvetica Neue";
 padding:0 0 0 0.55rem ;
 margin-bottom: .1rem;
 text-align: left;
}
.intro .title .version {
  display: inline-block;
  font-size: 0.26rem;
  line-height: 1.5em;
  color:#ffffff;
}
.intro .title .time {
  display: inline-block;
  color: #ffffff;
  font-size: 0.13rem;
  margin-left:0.2rem;

}
.intro .detail {
  font-family: "Microsoft Yahei";
  color:#6f7693;
}
.intro .detail .detail-container {
  list-style: none;
  margin:0;
  padding:0 0 0 0.55rem ;
  text-align: left;

}
.detail-container .detail-item {
  font-size: .12rem;
  line-height: .22rem;
}
.app-cell .support {
  height:2.14rem;
  display: inline-block;
}
.support .support-group {
  height: 100%;
  list-style: none;
  margin: auto;
  padding: 0;
  display: table;
}
.support .support-group .support-item {
  margin: 0.07rem 0;
  display: block;
}
.support .support-group .support-item .btn {
  text-align: center;
  line-height: .4rem;
  color: #ffffff;
  width: 1.2rem;
  height: .4rem;
  display: inline-block;
  border: 1px solid #a1a2b3;
  border-radius: 1px;
}
.support .support-group .support-item .btn:hover {
  background: #65acfc;
}
.support .support-group .support-item .btn .btn-before img {
  display: inline-block;
  width: .14rem;
  height: .14rem;
  vertical-align: middle;
  line-height: 0.4rem;
  margin-right: 0.06rem;
}
.support .support-group .support-item .hint-vertical {
  display: none;
  height: .4rem;
  color:#6f7693;
  text-align: center;
}
.support .support-group .support-item .hint-horizontal {
  display: inline-block;
  height: .4rem;
  color:#6f7693;
  margin-left:.18rem;
  vertical-align: middle;
  line-height: 0.42rem;
}
a {
  text-decoration: none;
  color: #5390ff;
}
@media only screen and (max-width: 1600px) {
  .app-cell {
    height: 4rem;
    width: 6.7rem;
    margin-right:0.3rem;
  }
  .app-cell .intro {
    width: 4rem;
    height: 2rem;
  }
  .app-cell .support {
    display: block;
    width: 6rem;
    height: 0.7rem;
  }
  .app-cell .support-group {
    width: 100%;
    margin-top: 0.5rem;
  }
  .support .support-group .support-item {
    display: inline-block;
  }
  .support .support-group .support-item {
    margin-right: 0.37rem;
  }
  .support .support-group .support-item:last-child {
    margin: 0;
  }
  .support .support-group .support-item .hint-vertical {
    height: 3em;
    line-height: 3em;
    display: block;
  }
  .support .support-group .support-item .hint-horizontal {
    display: none;
  }
}

/** 移动端响应式相关 **/
@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 750px) {
  .app-cell {
    height: 3.2rem;
    width: 5.36rem;
    padding: auto;
  }
  .app-cell .product {
    margin: 0.32rem 0;
    text-align: center;
  }
  .app-cell  .type {
    width: 1.6rem;
    height: 1.6rem;
  }
  .app-cell  .type .product-category{
    margin: 0.304rem 0;
  }
  .type .name {
    font-size: 0.14rem;
  }
  .app-cell .intro {
    width: 3.2rem;
    height: 100%;
  }
  .app-cell .support {
    width: 100%;
  }
  .app-cell .support .support-group {
    margin-top: 0.4rem;
    min-width:5.36rem;
  }
  .support .support-group .support-item {
  }
  .support .support-group .support-item .btn {
    line-height: .32rem;
    width: 0.96rem;
    height: .32rem;
  }
  .support .support-group .support-item .hint-vertical {
    font-size: 0.12rem;
    height: .32rem;
  }
}
@media only screen and (max-width: 414px) {
  .app-cell {
    width: 2.96rem;
    text-align: center;
    height: 100%;
    margin-right: 0;
  }
  .app-cell .product {
    margin: 0.18rem 0;
    text-align: center;
  }
  .app-cell  .type {
    vertical-align: bottom;
    width: .89rem;
    height: .89rem;
  }
  .app-cell  .type .product-category {
    margin: 0.17rem 0;
  }
  .app-cell  .type .product-category .icon img {
    width: 0.5rem;
    height: 0.5rem;
  }
  .type .name {
    font-size: 0.10rem;
  }
  .app-cell .intro {
    width: 1.5rem;
  }
  .app-cell .intro .title {
    text-align: left;
    padding: 0 0 0 0.1rem;
  }
  .app-cell .intro .title .version {
    font-size: .16rem;
  }
  .app-cell .intro .detail .detail-container {
    padding: 0 0 0 0.1rem;
    font-size: .12rem;
    text-align: left;
  }
  .app-cell .support {
    width: 100%;
    height: 100%;
  }
  .app-cell .support .support-group {
    margin-top: 0.2rem;
    min-width: 2.96rem;
    text-align: left;
  }
  .support .support-group .support-item {
    width: 50%;
    text-align: center;
    font-size: 0.12rem;
    margin-right: 0;
  }
  .support .support-group .support-item .btn {
    line-height: .22rem;
    width: 1rem;
    height: .22rem;
  }
  .support .support-group .support-item .hint-vertical {
  }
  /*.support .support-group .support-item .hint-horizontal {
    font-size: 0.12rem;
    display: inline-block;
    margin-left:.09rem;
    vertical-align: middle;
  }*/

}

.download-app-area {
  background: #16181E;
  padding-top: 30px;
  text-align: center;
}

.local-page {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.local-page .local-page-container {
  max-width: 1440px;
  min-width: 1200px;
  padding: 0 20px;
  margin: auto;
  color: #333333;
}
.local-page .local-page-container .row {
  display: flex;
  flex-direction: row;
}
.local-page .local-page-container a {
  color: #519bff;
  font-size: 14px;
  line-height: 22px;
  display: block;
}
.local-page .local-page-container .inline-a {
  display: inline;
}
.local-page .local-page-container .content-empty {
  height: 22px;
}
.local-page .local-page-container .content-end {
  height: 66px;
}
.local-page .local-page-container .content-point {
  background-color: #333333;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 8px 11px;
}
.local-page .local-page-container .container-title {
  width: 100%;
  margin-top: 26px;
  margin-bottom: 10px;
  color: #333333;
  font-size: 26px;
  text-align: center;
  line-height: 48px;
  font-weight: 500;
}
.local-page .local-page-container .content-txt {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  width: fit-content;
}
.local-page .local-page-container .content-desc {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
  width: fit-content;
}
.local-page .local-page-container .content-txt-weight {
  font-weight: 600;
}
.local-page .local-page-container .content-txt-center {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
}
.local-page .local-page-container .content-txt-center2 {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
}
.local-page .local-page-container .content-tag {
  line-height: 22px;
  margin-right: 12px;
  font-weight: 500;
  display: inline-block;
}
.local-page .local-page-container .content-title {
  margin-top: 22px;
  font-size: 21px;
  line-height: 38px;
  font-weight: 500;
}
.local-page .local-page-container .content-line {
  width: 100%;
  height: 1px;
  background-color: #f2f2f2;
  margin: 20px 0;
}
.local-page .local-page-container .content-left {
  width: 160px;
  min-width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.local-page .local-page-container .content-right {
  width: calc(100% -160px);
}
.local-page .local-page-container .content-table {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  margin-top: 12px;
  font-weight: normal;
}
.local-page .local-page-container .content-table .frist-row {
  font-weight: 500;
}
.local-page .local-page-container .content-table table td {
  border: 1px solid #999999;
  padding: 5px;
}
.local-page .local-page-container .content-table p {
  margin-bottom: 0;
}

.S {
  position: relative;
  min-width: 1260px;
  overflow: hidden;
}
body {
  background-color: #ffffff;
}
img {
  -webkit-user-drag: none;
}
.swiper-pagination {
  width: 100%;
}

body #__next {
  width: 100%;
  height: 100%;
}
.login-wrap {
  width: 100%;
  height: 100%;
  background-color: #EFEFF4;
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 0;
}
.login-wrap .login {
  width: 330px;
  height: 500px;
}
.login-wrap .login .login-logo {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  margin-bottom: 36px;
}
.login-wrap .login .login-logo img {
  width: 100%;
  height: 100%;
}
.login-wrap .login .login-form {
  width: 330px;
  margin-bottom: 20px;
}
.login-wrap .login .login-form > input {
  height: 40px;
  width: 100%;
  text-indent: 15px;
  padding: 0;
  outline: none;
  border: 1px solid #b5b5b5;
  font-size: 18px;
  box-shadow: 0 20px 6px -4px rgba(0, 0, 0, 0.05), 0 10px 16px 0 rgba(0, 0, 0, 0.15), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 16px;
}
.login-wrap .login .login-form .vcode-container > input {
  height: 40px;
  width: 60%;
  text-indent: 15px;
  padding: 0;
  outline: none;
  border: 1px solid #b5b5b5;
  font-size: 18px;
  box-shadow: 0 20px 6px -4px rgba(0, 0, 0, 0.05), 0 10px 16px 0 rgba(0, 0, 0, 0.15), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  margin: 0 20px 16px 0;
}
.login-wrap .login .login-form .vcode-container #code_img {
  width: calc(40% - 20px);
  height: 40px;
  border: 1px solid #b5b5b5;
  box-shadow: 0 20px 6px -4px rgba(0, 0, 0, 0.05), 0 10px 16px 0 rgba(0, 0, 0, 0.15), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  vertical-align: top;
  cursor: pointer;
}
.login-wrap .login .login-agree {
  white-space: nowrap;
  margin-bottom: 8px;
}
.login-wrap .login .login-agree input {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 8px;
}
.login-wrap .login .login-agree span {
  color: #000000;
  vertical-align: middle;
  font-size: 18px;
}
.login-wrap .login .login-tips {
  margin-bottom: 24px;
}
.login-wrap .login .login-tips p {
  color: #939394;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 0;
}
.login-wrap .login .login-tips p img {
  width: 18px;
  height: 20px;
  margin-right: 5px;
}
.login-wrap .login .login-btns {
  width: 330px;
}
.login-wrap .login .login-btns button {
  width: 100%;
  height: 40px;
  border: none;
  cursor: pointer;
}
.login-wrap .login .login-btns .button-login {
  background-color: #e63e3e;
  margin-bottom: 12px;
  color: #ffffff;
}
.login-wrap .login .login-btns .button-login:hover {
  background-color: #e95252;
}
.login-wrap .login .login-btns .button-login.disabled {
  cursor: not-allowed;
  background-color: #dcdcdc;
  color: #ffffff;
}
.login-wrap .login .login-btns .button-register {
  background-color: #ffffff;
  color: #939394;
}

.country-select {
  width: 500px;
  height: 200px;
  left: 300px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 340px;
}
.country-select .country-select-header {
  display: flex;
  height: 30px;
  border-bottom: 1px solid #e63e3e;
}
.country-select .country-select-header .country-select-header-continent {
  line-height: 20px;
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
}
.country-select .country-select-header .country-select-header-continent:hover {
  background-color: #e63e3e20 !important;
}
.country-select .country-select-header .country-select-header-continent.active {
  background-color: #e63e3e;
  color: #ffffff;
}
.country-select .country-select-body {
  height: calc(200px - 25px);
  overflow-y: auto;
  overflow-x: hidden;
}
.country-select .country-select-body .country-select-body-country {
  display: inline-block;
  padding: 5px 10px;
  height: 30px;
  line-height: 20px;
  color: #000000;
  cursor: pointer;
}
.country-select .country-select-body .country-select-body-country:hover {
  background-color: #e63e3e20 !important;
}
.country-select .country-select-body .country-select-body-country.active {
  color: #e63e3e;
  background-color: #e63e3e10;
}
.country-select.hidden {
  display: none;
}
.country-select-confirm .ant-btn:not(.ant-btn-danger):hover {
  border-color: #ff7875;
  color: #ff7875;
}

body #__next {
  width: 100%;
  height: 100%;
}
.register-wrap {
  width: 100%;
  height: 100%;
  background-color: #EFEFF4;
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 0;
}
.register-wrap .register {
  width: 330px;
  height: 500px;
}
.register-wrap .register .register-logo {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  margin-bottom: 36px;
}
.register-wrap .register .register-logo img {
  width: 100%;
  height: 100%;
}
.register-wrap .register .register-form {
  width: 330px;
}
.register-wrap .register .register-form input {
  height: 40px;
  width: 100%;
  text-indent: 15px;
  padding: 0;
  outline: none;
  border: 1px solid #b5b5b5;
  font-size: 18px;
  box-shadow: 0 20px 6px -4px rgba(0, 0, 0, 0.05), 0 10px 16px 0 rgba(0, 0, 0, 0.05), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.register-wrap .register .register-form .country-select-wrap {
  position: relative;
}
.register-wrap .register .register-code {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.register-wrap .register .register-code input {
  width: 190px;
  height: 40px;
  text-indent: 15px;
  padding: 0;
  outline: none;
  border: 1px solid #b5b5b5;
  font-size: 18px;
  box-shadow: 0 20px 6px -4px rgba(0, 0, 0, 0.05), 0 10px 16px 0 rgba(0, 0, 0, 0.05), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 16px;
}
.register-wrap .register .register-code button {
  width: 130px;
  height: 40px;
  border: none;
  cursor: pointer;
  background-color: #e63e3e;
  margin-bottom: 12px;
  color: #ffffff;
  margin-bottom: 16px;
  font-size: 16px;
}
.register-wrap .register .register-code button.disabled {
  cursor: not-allowed;
  background-color: #dcdcdc;
  color: #ffffff;
}
.register-wrap .register .register-agree {
  white-space: nowrap;
  margin-bottom: 8px;
}
.register-wrap .register .register-agree input {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 8px;
}
.register-wrap .register .register-agree span {
  color: #000000;
  vertical-align: middle;
  font-size: 18px;
}
.register-wrap .register .register-btns {
  width: 330px;
}
.register-wrap .register .register-btns button {
  width: 100%;
  height: 40px;
  border: none;
  cursor: pointer;
}
.register-wrap .register .register-btns .button-register {
  background-color: #e63e3e;
  margin-bottom: 12px;
  color: #ffffff;
}
.register-wrap .register .register-btns .button-register:hover {
  background-color: #e95252;
}
.register-wrap .register .register-btns .button-register.disabled {
  cursor: not-allowed;
  background-color: #dcdcdc;
  color: #ffffff;
}

.ai-model-plaza {
  width: 100%;
  min-height: 100vh;
  background: #f5f7fa;
}
/* Banner */
.plaza-banner {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f0f5ff 0%, #e8f4f8 100%);
}
.plaza-banner .banner-overlay {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  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;
}
/* Main Content */
.plaza-main {
  width: 1200px;
  margin: 0 auto;
  padding: 32px 0 60px;
}
/* Action Buttons */
.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;
}
/* Category Filter */
.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;
}
/* Model Card Grid */
.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 */
.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;
}
/* Detail Modal */
.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;
}
.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: 100px;
  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;
}

