
.__nuxt-error-page {
  padding: 1rem;
  background: #F7F8FB;
  color: #47494E;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: sans-serif;
  font-weight: 100 !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.__nuxt-error-page .error {
  max-width: 450px;
}
.__nuxt-error-page .title {
  font-size: 1.5rem;
  margin-top: 15px;
  color: #47494E;
  margin-bottom: 8px;
}
.__nuxt-error-page .description {
  color: #7F828B;
  line-height: 21px;
  margin-bottom: 10px;
}
.__nuxt-error-page a {
  color: #7F828B !important;
  text-decoration: none;
}
.__nuxt-error-page .logo {
  position: fixed;
  left: 12px;
  bottom: 12px;
}


.nuxt-progress {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 2px;
  width: 0%;
  opacity: 1;
  transition: width 0.1s, opacity 0.4s;
  background-color: black;
  z-index: 999999;
}
.nuxt-progress.nuxt-progress-notransition {
  transition: none;
}
.nuxt-progress-failed {
  background-color: red;
}


.nuxt__build_indicator[data-v-71e9e103] {
  box-sizing: border-box;
  position: fixed;
  font-family: monospace;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
  width: 88px;
  z-index: 2147483647;
  font-size: 16px;
  line-height: 1.2rem;
}
.v-enter-active[data-v-71e9e103], .v-leave-active[data-v-71e9e103] {
  transition-delay: 0.2s;
  transition-property: all;
  transition-duration: 0.3s;
}
.v-leave-to[data-v-71e9e103] {
  opacity: 0;
  transform: translateY(20px);
}
svg[data-v-71e9e103] {
  display: inline-block;
  vertical-align: baseline;
  width: 1.1em;
  height: 0.825em;
  position: relative;
  top: 1px;
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Prevent adjustments of font size after orientation changes in IE and iOS.
*/

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
* Remove the margin in all browsers (opinionated).
*/

body {
    margin: 0;
}

/* HTML5 display definitions
    ========================================================================== */

/**
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
* 2. Add the correct display in IE.
*/

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
    display: block;
}

/**
* Add the correct display in IE 9-.
*/

audio,
canvas,
progress,
video {
    display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/

audio:not([controls]) {
    display: none;
    height: 0;
}

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

progress {
    vertical-align: baseline;
}

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

template, /* 1 */
[hidden] {
    display: none;
}

/* Links
    ========================================================================== */

/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/

a:active,
a:hover {
    outline-width: 0;
}

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

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

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

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/

b,
strong {
    font-weight: inherit;
}

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

b,
strong {
    font-weight: bolder;
}

/**
* Add the correct font style in Android 4.3-.
*/

dfn {
    font-style: italic;
}

/**
* 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;
}

/**
* Add the correct background and color in IE 9-.
*/

mark {
    background-color: #ff0;
    color: #000;
}

/**
* 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;
}

/**
* Hide the overflow in IE.
*/

svg:not(:root) {
    overflow: hidden;
}

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

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

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

/**
* Add the correct margin in IE 8.
*/

figure {
    margin: 1em 40px;
}

/**
* 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 */
}

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

/**
* 1. Change font properties to `inherit` in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
select,
textarea {
    font: inherit; /* 1 */
    margin: 0; /* 2 */
}

/**
* Restore the font weight unset by the previous rule.
*/

optgroup {
    font-weight: bold;
}

/**
* 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;
}

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/**
* 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;
}

/**
* Change the border, margin, and padding in all browsers (opinionated).
*/

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
* 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 */
}

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

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 and cancel buttons in Chrome and Safari on OS X.
*/

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

/**
* Correct the text style of placeholders in Chrome, Edge, and Safari.
*/

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

/**
* 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 */
}


@charset "UTF-8";
html {
  font-size: 14px;
  color: #434343;
  box-sizing: border-box;
  background-color: #FFF; }
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0; }
a {
  display: inline-block !important; }
a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }
ul, li, ol {
  padding: 0;
  list-style: none; }
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  padding: 0;
  margin: 0; }
.content {
  width: 1200px;
  margin: 0 auto;
  position: relative; }
.first {
  margin-top: 110px; }
.second {
  margin-top: 60px; }
.cursor {
  cursor: pointer; }
.hover:hover {
  cursor: pointer;
  text-decoration: underline; }
.custom-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.custom-desc {
  color: #9A9A9A; }
.el-drawer:focus,
.el-drawer .el-drawer__header span:focus {
  outline: none; }
.custom-scroll::-webkit-scrollbar {
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px; }
.custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2); }
.custom-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1); }
.bread-section {
  margin-bottom: 20px; }
.el-pagination {
  text-align: center;
  display: inline-block;
  padding-right: 0; }
.el-pagination .el-pagination__jump {
    margin-left: 0; }
.el-pagination .btn-prev,
  .el-pagination .btn-next {
    padding: 0 10px;
    color: #fff;
    background-color: #FFB93D; }
.el-pagination .btn-prev[disabled="disabled"],
  .el-pagination .btn-next[disabled="disabled"] {
    color: #959595;
    background-color: #EFEFF4; }
.el-pagination .el-input__inner:focus {
    border-color: #FFB93D; }
.el-pagination .el-pager .el-icon.more:hover {
    color: #FFB93D !important; }
.el-pagination .el-pager .number:hover {
    color: #FFB93D !important; }
.el-pagination .el-pager .number.active {
    background-color: #FFB93D !important; }
.el-pagination .el-pager .number.active:hover {
    color: #fff !important; }
.el-pagination .el-pagination__total {
    margin-right: 0; }
.el-radio {
  padding: 13px 0;
  display: flex;
  align-items: center; }
.el-radio .el-radio__input {
    width: auto; }
.el-radio .el-radio__label {
    flex: 1;
    margin-left: 10px;
    display: flex;
    align-items: center;
    overflow: hidden; }
.el-radio .el-radio__label .main {
      flex: 1;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
.el-radio .el-radio__label .price {
      width: 100px;
      text-align: right; }
.el-radio .el-radio__inner {
    border-color: #7D7D7D !important;
    background: #FFFFFF !important;
    width: 16px;
    height: 16px; }
.el-radio .el-radio__input.is-checked + .el-radio__label {
    color: #FFB93D; }
.el-radio .el-radio__input.is-checked .el-radio__inner {
    border-color: #FFB93D !important; }
.el-radio .el-radio__input.is-checked .el-radio__inner:hover {
      border-color: #FFB93D; }
.el-radio .el-radio__input.is-checked .el-radio__inner::after {
      width: 8px;
      height: 8px;
      background: #FFB93D; }
.el-radio .el-radio__input.is-checked .el-radio__inner::before {
      content: "";
      width: 14px;
      height: 14px;
      border-radius: 100%;
      background-color: #FFF;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) scale(1); }
.el-message {
  z-index: 999999 !important; }
.page-enter-active,
.page-leave-active {
  transition: opacity .1s linear; }
.page-enter,
.page-leave-to {
  opacity: 0; }
.xxpage-enter-active,
.xxpage-leave-active {
  transition: opacity .1s linear; }
.xxpage-enter,
.xxpage-leave-to {
  opacity: 0; }
.default-page {
  display: block;
  width: 400px;
  margin: 200px auto; }

.qd {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(27, 27, 27, 0.7);
}
.qd-box {
  height: 386px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 331px;
  background-image: url(/_nuxt/static/img/qds.png);
  background-size: 100%;
}
.box-one {
  text-align: center;
  margin-top: 204px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FF6228;
}
.box-two {
  text-align: center;
  margin-top: 18px;
  font-size: 34px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FF6228;
}
.box-two span {
  font-size: 18px;
}
.box-three {
  width: 193px;
  height: 44px;
  text-align: center;
  margin: 0 auto;
  margin-top: 34px;
}
.box-three img {
  width: 100%;
  height: 100%;
}
.footer-section {
  padding: 20px 180px;
  background-color: #1B1B1B;
  display: flex;
  align-items: center;
}
.footer-section .left {
    width: 298px;
    text-align: center;
}
.footer-section .left img {
      width: 158px;
      height: 22px;
      border-radius: 8px;
      pointer-events: none;
}
.footer-section .left .desc {
      margin-top: 9px;
      text-align: justify;
      line-height: 25px;
      font-size: 14px;
      color: #626262;
}
.footer-section .left .desc_logo {
      margin-top: 37px;
      font-size: 22px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: #FFFFFF;
}
.footer-section .right {
    flex: 1;
    margin-left: 188px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer-section .right .text-item .title {
      margin-bottom: 35px;
      font-weight: 700;
      font-size: 14px;
      color: #FFFFFF;
      cursor: pointer;
}
.footer-section .right .text-item .text {
      margin-bottom: 15px;
      font-size: 14px;
      color: #898989;
      cursor: pointer;
}
.footer-section .right .text-item .text:hover {
        text-decoration: underline;
}
.footer-section .right .text-item img {
      width: 72px;
      height: 72px;
}
.copy-section {
  padding: 15px 0;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
  background-color: #434343;
}
.aside-section {
  z-index: 5;
  position: fixed;
  top: 50%;
  right: 26px;
  width: 67px;
  border-radius: 35px;
  border: 1px solid #eee;
  background-color: #fff;
  transform: translateY(-50%);
}
.aside-section .items-list {
    text-align: center;
    padding-bottom: 15px;
}
.aside-section .items-list .item {
      margin-top: 15px;
      position: relative;
}
.aside-section .items-list .item:nth-of-type(2) {
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
}
.aside-section .items-list .item .icon-content img {
        width: 40px;
        height: 40px;
}
.aside-section .items-list .item .icon-content p {
        margin-top: 5px;
        font-size: 12px;
        color: #898989;
}
.aside-section .items-list .item:hover .hidden-content {
        display: block;
}
.aside-section .items-list .item .hidden-content {
        display: none;
        z-index: 999;
        position: absolute;
        top: 50%;
        right: 65px;
        padding-right: 15px;
        transform: translateY(-50%);
}
.aside-section .items-list .item .hidden-content .inner {
          overflow: hidden;
          width: 123px;
          padding: 10px;
          background-color: #ffffff;
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.aside-section .items-list .item .hidden-content .inner .qr img {
            width: 90px;
            height: 90px;
            margin-bottom: 2px;
}
.aside-section .items-list .item .hidden-content .inner .qr p {
            line-height: 20px;
            color: #333;
            font-size: 12px;
            letter-spacing: 0px;
}

