@charset "UTF-8";
/*! 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;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: #12CEFA;
  text-decoration: none;
}
a.btn {
  text-align: center;
  padding: 1rem;
  display: block;
  border: 1px solid #12CEFA;
}
a.btn:hover {
  color: white;
  background: #12CEFA;
}

i {
  display: inline-block;
  font-size: 1.5rem;
  text-align: center;
  display: inline-block;
  width: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

p {
  margin-bottom: 1rem;
}

.navbar a#logo {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
  text-align: center;
  font: 3rem/1 bold Georgia, "Times New Roman", "FangSong", serif;
  padding: 20px 0;
}
.navbar ul {
  flex: 1 1 auto;
  margin-left: auto;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar ul li {
  padding: 1rem;
}
.navbar ul li a {
  color: #999;
  font-size: 1.5rem;
  transition: all 0.7s;
}
.navbar ul li a:hover {
  color: #12CEFA;
}
@media (min-width: 700px) {
  .navbar {
    display: flex;
    width: calc(100vw - 5ch);
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 1rem;
  }
  .navbar a#logo {
    margin-bottom: unset;
  }
  .navbar ul {
    justify-content: flex-end;
  }
}

.header {
  background: #eee;
  padding: 2rem 1rem;
  margin: 1rem;
}
.header h1 {
  font-size: 3rem;
  color: #444;
}
.header ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.header ul li a {
  display: block;
  background: #12CEFA;
  padding: 30px;
  color: white;
  display: flex;
  font-size: 1.5rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.header ul li a:hover {
  background: #FA7F11;
}
@media (min-width: 700px) {
  .header {
    width: calc(100vw - 5ch);
    max-width: 1400px;
    margin: 0 auto;
    padding: 4rem 1rem;
  }
  .header ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 700px) {
  header.ip {
    width: calc(100vw - 5ch);
    max-width: 1400px;
    margin: 0 auto;
    padding: 4rem 1rem;
  }
  header.ip ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}

.footer {
  margin: 0 auto;
  padding: 4rem 1rem;
}
.footer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer ul li.center {
  flex: 1 1 auto;
  text-align: center;
}
.footer ul li.left, .footer ul li.right {
  position: relative;
}
.footer ul li.left .fas, .footer ul li.right .fas {
  position: absolute;
  font-size: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.footer ul li.left .fas {
  left: 0;
}
.footer ul li.right .fas {
  right: 0;
}
.footer ul li.btn a {
  display: block;
  border: 1px solid #3AA5BD;
  padding: 1.5rem;
  text-align: center;
}
.footer ul li.btn a:hover {
  color: white;
  background: #3AA5BD;
}
.footer ul li.btn.disable a {
  background: grey;
}
@media (min-width: 700px) {
  .footer {
    width: calc(100vw - 5ch);
    max-width: 1400px;
    margin: 0 auto;
    padding: 4rem 1rem;
  }
  .footer ul {
    flex-direction: row;
    align-items: center;
  }
  .footer li.btn a {
    width: 300px;
  }
  .footer li.right {
    margin-left: auto;
  }
}

html {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "system-ui", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body > footer {
  background: #3AA5BD;
}
body > footer > section, body > footer p {
  width: calc(100vw - 5ch);
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem 0;
}
body > footer section h2 {
  font-size: 3rem;
  margin-bottom: 20px;
  color: white;
}
body > footer section ul {
  list-style: none;
}
body > footer section ul li {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
  color: #444;
}
body > footer section ul li a {
  font-size: 1.5rem;
  color: inherit;
  transition: all 0.3s;
}
body > footer section ul li a:hover {
  color: #12CEFA;
}
body > footer section figure {
  max-width: 300px;
}
body > footer section figure figcaption {
  margin-top: 0.5rem;
  text-align: center;
}
body > footer section figure img {
  width: 100%;
  margin: 0 auto;
}
body > footer p.copy {
  text-align: right;
  color: #eee;
}
@media (min-width: 700px) {
  body > footer > section, body > footer p {
    padding: 2rem 1rem;
  }
}

body > main header.detail {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
body > main header.detail div.info {
  flex: 1 1 auto;
  order: 2;
}
body > main header.detail div.info h1 {
  font-size: 2rem;
  color: #12CEFA;
}
body > main header.detail div.info figure.skin {
  width: 100%;
  max-width: 400px;
}
body > main header.detail div.info figure.skin img {
  aspect-ratio: 1/1;
  object-fit: contain;
  width: 100%;
}
body > main header.detail figure.logo {
  order: 1;
  max-width: 400px;
  margin: 0 auto;
}
body > main header.detail figure.logo img {
  max-width: 100%;
  aspect-ratio: 16/9;
  object-fit: contain;
}
@media (min-width: 700px) {
  body > main header.detail {
    flex-direction: row;
  }
  body > main header.detail div.info {
    order: 1;
  }
  body > main header.detail div.info h1 {
    font-size: 3rem;
  }
  body > main header.detail figure.logo {
    order: 2;
  }
}
body > main section {
  padding: 4rem 0;
}
body > main section .wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  padding: 2ch;
}
body > main section .wrapper .item {
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 10px;
  background: #eee;
  border-radius: 5px;
  transition: all 0.3s;
}
body > main section .wrapper .item figure {
  padding: 10px;
  background: lightblue;
  border-radius: 10px;
}
body > main section .wrapper .item figure img {
  aspect-ratio: 1/1;
  object-fit: contain;
  width: 100%;
  transition: all 0.4s;
}
body > main section .wrapper .item .item-info {
  margin-top: 10px;
  margin-bottom: 10px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
body > main section .wrapper .item .item-info h2 {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 1.5rem;
  margin-bottom: 0;
}
body > main section .wrapper .item .item-info p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 0;
}
body > main section .wrapper .item .item-info p.status {
  color: #FA7F11;
}
body > main section .wrapper .item .item-info .counter {
  position: absolute;
  top: 5px;
  right: 5px;
  line-height: 1;
  font-size: 1.5rem;
  z-index: 10;
  color: white;
}
body > main section .wrapper .item .item-info .counter::after {
  content: "";
  position: absolute; /* 绝对定位伪元素 */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  /* 伪元素的尺寸与父容器（数字容器）一致 */
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%; /* 使伪元素成为圆形 */
  background-color: #FA7F11; /* 设置背景色 */
  z-index: -10;
}
body > main section .wrapper .item a.btn {
  margin-top: auto;
}
body > main section .wrapper .item:hover {
  box-shadow: 5px 5px 10px 0 #444;
}
body > main section .wrapper .item:hover figure img {
  transform: scale(1.2);
}
body > main section.ip > h2 {
  margin: 2rem 1rem 1rem 1rem;
  font-size: 3rem;
  color: #999;
}
body > main section.ip .wrapper {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
body > main section.ip .wrapper .item figure img {
  aspect-ratio: 16/9;
  object-fit: contain;
}
@media (min-width: 700px) {
  body > main section {
    width: calc(100vw - 5ch);
    max-width: 1400px;
    margin: 0 auto;
  }
}

body > aside section {
  padding: 4rem 1rem;
}
body > aside section h1 {
  font-size: 2rem;
  color: #12CEFA;
}
body > aside section .wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
body > aside section .wrapper .card {
  background: #eee;
}
body > aside section .wrapper .card img {
  max-width: 100%;
  display: block;
}
body > aside section .wrapper .card div.content {
  padding: 1rem;
}
body > aside section .wrapper .card div.content h2 {
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}
body > aside section .wrapper .card div.content p {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media (min-width: 700px) {
  body > aside section .wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  body > aside section .wrapper .card div.content h2 {
    font-size: 1.2rem;
  }
  body > aside section .wrapper .card div.content p {
    font-size: 1rem;
  }
}
@media (min-width: 1000px) {
  body > aside section .wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  body > aside section .wrapper .card div.content h2 {
    font-size: 2rem;
  }
  body > aside section .wrapper .card div.content p {
    font-size: 1.5rem;
  }
}
@media (min-width: 700px) {
  body > aside section {
    width: calc(100vw - 5ch);
    max-width: 1400px;
    margin: 0 auto;
  }
  body > aside section h1 {
    font-size: 3rem;
  }
}

/*# sourceMappingURL=style.css.map */
