/*! normalize.css v8.0.1 | 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;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * 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;
}
.pc {
  overflow: auto;
}
.pc .header {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  line-height: 50px;
  padding: 0;
  background: #001529;
  z-index: 999;
}
.pc .header .logo {
  float: left;
  margin: 0;
  padding-left: 16px;
}
.pc .header .logo img {
  height: 22px;
  vertical-align: middle;
  width: auto;
}
.pc .header .buttons {
  float: right;
  font-size: 14px;
}
.pc .header .buttons a {
  line-height: 1;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
  padding: 6px 22px;
  text-decoration: none;
  margin-left: 16px;
}
.pc .header .buttons a.register {
  background: #fff;
  color: #333;
}
.pc .header .buttons a.plain {
  border: none;
  padding: 0 4px;
}
.pc .header .language-dropdown {
  position: relative;
  line-height: 50px;
  height: 50px;
  padding: 0 16px;
  display: inline-block;
}
.pc .header .language-dropdown img {
  width: 18px;
  vertical-align: middle;
  cursor: pointer;
}
.pc .header .language-dropdown:hover > ul {
  display: block;
}
.pc .header .language-dropdown > ul {
  display: none;
  position: absolute;
  right: 0;
  z-index: 1000;
  background: #191d2b;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 6px;
}
.pc .header .language-dropdown > ul li {
  text-align: right;
  padding: 0;
  white-space: nowrap;
}
.pc .header .language-dropdown > ul li a {
  border: 0;
  display: block;
  margin: 0;
  padding: 12px 20px;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "pingfang SC", "Hiragina Sans GB", "Helvetica Neue", Helvetica, "microsoft yahei ui", "microsoft yahei", simsun, arial, sans-serif;
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
.body {
  flex: 1;
  overflow: auto;
}
.price-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}
.price-list .price-item {
  width: 100%;
}
.price-list .price-item:first-child .product-info {
  border-left: 1px solid #eee;
}
.price-list .price-item .price-header {
  text-align: center;
  background: #3c3c3c;
  color: #fff;
  height: 170px;
  overflow: hidden;
  margin: 4px;
  margin-top: 0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.price-list .price-item .price-header h3 {
  margin: 0;
  font-weight: normal;
  padding: 12px 0;
  color: #fff;
  font-size: 18px;
}
.price-list .price-item .price-header .price-detail {
  flex: 1;
  color: #F5691D;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 16px;
}
.price-list .price-item .price-header .price-detail label {
  color: #ddd;
  font-size: 14px;
}
.price-list .price-item .price-header .price-detail p {
  margin: 0;
}
.price-list .price-item .price-header .price-detail .price-num {
  font-size: 26px;
}
.price-list .price-item .price-header .price-detail .price-unit {
  color: #888;
  font-size: 13px;
  line-height: 1;
}
.price-list .price-item .price-header .price-detail .price-buy-btn a {
  line-height: 1;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 2px;
  padding: 6px 22px;
  text-decoration: none;
  font-size: 14px;
}
.price-list .price-item .price-header .price-detail .price-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.price-list .price-item .price-header .price-detail .price-content > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.price-list .product-info {
  background: #fff;
  color: #666;
  list-style: none;
  margin: 0;
  padding: 0;
  border-right: 1px solid #eee;
}
.price-list .product-info li {
  font-size: 13px;
  padding: 16px;
}
.price-list .product-info li > div {
  font-size: 14px;
  float: right;
  color: #333;
  font-weight: bold;
}
.price-list .product-info li:hover,
.price-list .product-info li.selected {
  background: #f0f0f0;
}
.price {
  padding-bottom: 50px;
  margin: 0 auto;
  width: 1300px;
  box-sizing: border-box;
}
.price .price-title {
  position: relative;
  text-align: center;
  font-size: 22px;
  margin: 32px 0;
}
.price .price-title h2 {
  color: #333;
  font-weight: 200;
}
.price .price-title .price-currency {
  position: absolute;
  right: 0;
  top: 10px;
}
.price .price-title .price-currency .ant-select {
  margin-left: 1em;
}
.price .price-title .price-currency .ant-select-selector {
  background-color: #3c3c3c;
  color: #fff;
}
.price .price-title .price-currency .ant-select-arrow {
  color: #fff;
}
.footer {
  padding: 8px 16px;
  background: #001529;
  color: #aaa;
  font-size: 12px;
}
.footer .container {
  width: 1300px;
}
.footer .container > div {
  margin: 12px 0;
  line-height: 1.5;
}
.footer a {
  color: #aaa;
  text-decoration: none;
  padding-right: 4px;
}
.footer a > img {
  width: 14px;
  vertical-align: sub;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, "pingfang SC", "Hiragina Sans GB", "Helvetica Neue", Helvetica, "microsoft yahei ui", "microsoft yahei", simsun, arial, sans-serif;
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
.body {
  flex: 1;
  overflow: auto;
}
.pc .container {
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1200px;
  box-sizing: border-box;
}
.pc .top-banner {
  padding-top: 50px;
}
.pc .top-banner .slogan {
  width: 100%;
}
.pc .top-banner .slogan img {
  height: 32px;
}
.pc .top-banner .slogan h1 {
  font-size: 60px;
  color: #333;
}
.pc .top-banner .slogan h3 {
  font-size: 26px;
  color: #555;
  font-weight: normal;
}
.pc .top-banner .slogan a {
  display: inline-block;
  background: #495A80;
  margin-top: 16px;
  border: 1px solid #ececec;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  padding: 10px 32px;
  text-decoration: none;
}
.pc .features {
  padding: 32px 0;
}
.pc .features .feature-item {
  padding: 70px 0;
}
.pc .features .feature-item.dark {
  background: #f5f5f5;
}
.pc .features .feature-item.dark .feature-desc {
  text-align: left;
}
.pc .features .feature-item.dark .container {
  flex-direction: row;
}
.pc .features .feature-item > .container {
  display: flex;
  flex-direction: row-reverse;
  gap: 32px;
}
.pc .features .feature-item .feature-desc {
  width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
}
.pc .features .feature-item .feature-desc h2 {
  font-size: 38px;
  color: #333;
  margin: 26px 0;
}
.pc .features .feature-item .feature-desc h4 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: normal;
  margin: 8px 0;
  color: #555;
}
.pc .features .feature-item .feature-img {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pc .features .feature-item .feature-img img {
  width: 100%;
  display: block;
  box-sizing: border-box;
  border: 2px solid #333;
  border-radius: 8px;
}
.pc .features .feature-users h2 {
  font-size: 38px;
  color: #333;
  margin: 32px 0;
  text-align: center;
}
.pc .features .feature-users img {
  width: 100%;
}
.pc .features .feature-remark {
  font-size: 14px;
  margin-top: 16px;
  color: #aaa;
  padding: 0 8px;
}
.pc .footer {
  padding: 8px 0;
  background: #001529;
  color: #aaa;
  font-size: 12px;
  margin-top: 32px;
}
.pc .footer .container > div {
  margin: 12px 0;
  line-height: 1.5;
}
.pc .footer a {
  color: #aaa;
  text-decoration: none;
  padding-right: 4px;
}
.pc .footer a > img {
  width: 14px;
  vertical-align: sub;
}
.mobile .header {
  display: none;
}
.mobile .container {
  width: 100%;
  padding: 0 32px;
  overflow: hidden;
  box-sizing: border-box;
}
.mobile .top-banner {
  padding-top: 32px;
  text-align: center;
}
.mobile .top-banner .slogan {
  width: 100%;
}
.mobile .top-banner .slogan img {
  height: 32px;
}
.mobile .top-banner .slogan h1 {
  font-size: 40px;
  color: #333;
}
.mobile .top-banner .slogan h3 {
  font-size: 20px;
  color: #555;
  font-weight: normal;
}
.mobile .top-banner .slogan a {
  display: inline-block;
  background: #495A80;
  margin-top: 16px;
  border: 1px solid #ececec;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  padding: 10px 32px;
  text-decoration: none;
}
.mobile .features {
  padding: 32px 0;
}
.mobile .features .feature-item {
  padding: 32px 0;
  text-align: center;
}
.mobile .features .feature-item.dark {
  background: #f5f5f5;
}
.mobile .features .feature-item > .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.mobile .features .feature-item .feature-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mobile .features .feature-item .feature-desc h2 {
  font-size: 32px;
  color: #333;
  margin: 26px 0;
}
.mobile .features .feature-item .feature-desc h4 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
  margin: 8px 0;
  color: #555;
}
.mobile .features .feature-item .feature-img {
  flex: 1;
}
.mobile .features .feature-item .feature-img img {
  width: 100%;
  display: block;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.mobile .features .feature-users h2 {
  font-size: 32px;
  color: #333;
  margin: 32px 0;
  text-align: center;
}
.mobile .features .feature-users img {
  width: 100%;
}
.mobile .features .feature-remark {
  font-size: 14px;
  margin-top: 16px;
  color: #aaa;
  padding: 0 8px;
}
.mobile .footer {
  padding: 8px;
  background: #001529;
  color: #aaa;
  font-size: 12px;
  margin-top: 32px;
}
.mobile .footer .container > div {
  margin: 12px 0;
  line-height: 1.5;
}
.mobile .footer a {
  color: #aaa;
  text-decoration: none;
  padding-right: 4px;
}
.mobile .footer a > img {
  width: 14px;
  vertical-align: sub;
}
.mobile .user-logo {
  display: block;
}
.mobile .user-logo img {
  display: block;
  margin: 0 auto;
  margin-bottom: 2em;
  width: 70%;
  height: auto;
}
.common-tips {
  margin-top: 200px;
  text-align: center;
  color: #353535;
}
.common-tips h1 {
  font-size: 22px;
}
