/*! 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: 0.005208rem 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: -0.010417rem;
  /* 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;
}/* Make clicks pass-through */

#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.010417rem;
}

/* Fancy blur effect */

#nprogress .peg {
  display: block;
  position: absolute;
  right: 0;
  width: 0.520833rem;
  height: 100%;
  box-shadow: 0 0 0.052083rem #29d, 0 0 0.026042rem #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0, -0.020833rem);
  -ms-transform: rotate(3deg) translate(0, -0.020833rem);
  transform: rotate(3deg) translate(0, -0.020833rem);
}

/* Remove these to get rid of the spinner */

#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 0.078125rem;
  right: 0.078125rem;
}

#nprogress .spinner-icon {
  width: 0.09375rem;
  height: 0.09375rem;
  box-sizing: border-box;
  border: solid 0.010417rem transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}/*!
 * Viewer.js v1.11.4
 * https://fengyuanchen.github.io/viewerjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2023-07-23T07:45:51.236Z
 */

.viewer-zoom-in::before,
.viewer-zoom-out::before,
.viewer-one-to-one::before,
.viewer-reset::before,
.viewer-prev::before,
.viewer-play::before,
.viewer-next::before,
.viewer-rotate-left::before,
.viewer-rotate-right::before,
.viewer-flip-horizontal::before,
.viewer-flip-vertical::before,
.viewer-fullscreen::before,
.viewer-fullscreen-exit::before,
.viewer-close::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-size: 1.458333rem;
  color: transparent;
  display: block;
  font-size: 0;
  height: 0.104167rem;
  line-height: 0;
  width: 0.104167rem;
}

.viewer-zoom-in::before {
  background-position: 0 0;
  content: "Zoom In";
}

.viewer-zoom-out::before {
  background-position: -0.104167rem 0;
  content: "Zoom Out";
}

.viewer-one-to-one::before {
  background-position: -0.208333rem 0;
  content: "One to One";
}

.viewer-reset::before {
  background-position: -0.3125rem 0;
  content: "Reset";
}

.viewer-prev::before {
  background-position: -0.416667rem 0;
  content: "Previous";
}

.viewer-play::before {
  background-position: -0.520833rem 0;
  content: "Play";
}

.viewer-next::before {
  background-position: -0.625rem 0;
  content: "Next";
}

.viewer-rotate-left::before {
  background-position: -0.729167rem 0;
  content: "Rotate Left";
}

.viewer-rotate-right::before {
  background-position: -0.833333rem 0;
  content: "Rotate Right";
}

.viewer-flip-horizontal::before {
  background-position: -0.9375rem 0;
  content: "Flip Horizontal";
}

.viewer-flip-vertical::before {
  background-position: -1.041667rem 0;
  content: "Flip Vertical";
}

.viewer-fullscreen::before {
  background-position: -1.145833rem 0;
  content: "Enter Full Screen";
}

.viewer-fullscreen-exit::before {
  background-position: -1.25rem 0;
  content: "Exit Full Screen";
}

.viewer-close::before {
  background-position: -1.354167rem 0;
  content: "Close";
}

.viewer-container {
  bottom: 0;
  direction: ltr;
  font-size: 0;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.viewer-container::-moz-selection,
.viewer-container *::-moz-selection {
  background-color: transparent;
}

.viewer-container::selection,
.viewer-container *::selection {
  background-color: transparent;
}

.viewer-container:focus {
  outline: 0;
}

.viewer-container img {
  display: block;
  height: auto;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.viewer-canvas {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.viewer-canvas > img {
  height: auto;
  margin: 0.078125rem auto;
  max-width: 90% !important;
  width: auto;
}

.viewer-footer {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
}

.viewer-navbar {
  background-color: rgba(0, 0, 0, 50%);
  overflow: hidden;
}

.viewer-list {
  box-sizing: content-box;
  height: 0.260417rem;
  margin: 0;
  overflow: hidden;
  padding: 0.005208rem 0;
}

.viewer-list > li {
  color: transparent;
  cursor: pointer;
  float: left;
  font-size: 0;
  height: 0.260417rem;
  line-height: 0;
  opacity: 0.5;
  overflow: hidden;
  transition: opacity 0.15s;
  width: 0.15625rem;
}

.viewer-list > li:focus,
.viewer-list > li:hover {
  opacity: 0.75;
}

.viewer-list > li:focus {
  outline: 0;
}

.viewer-list > li + li {
  margin-left: 0.005208rem;
}

.viewer-list > .viewer-loading {
  position: relative;
}

.viewer-list > .viewer-loading::after {
  border-width: 0.010417rem;
  height: 0.104167rem;
  margin-left: -0.052083rem;
  margin-top: -0.052083rem;
  width: 0.104167rem;
}

.viewer-list > .viewer-active,
.viewer-list > .viewer-active:focus,
.viewer-list > .viewer-active:hover {
  opacity: 1;
}

.viewer-player {
  background-color: #000;
  bottom: 0;
  cursor: none;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.viewer-player > img {
  left: 0;
  position: absolute;
  top: 0;
}

.viewer-toolbar > ul {
  display: inline-block;
  margin: 0 auto 0.026042rem;
  overflow: hidden;
  padding: 0.03125rem 0.015625rem;
}

.viewer-toolbar > ul > li {
  background-color: rgba(0, 0, 0, 50%);
  border-radius: 50%;
  cursor: pointer;
  float: left;
  height: 0.125rem;
  overflow: hidden;
  transition: background-color 0.15s;
  width: 0.125rem;
}

.viewer-toolbar > ul > li:focus,
.viewer-toolbar > ul > li:hover {
  background-color: rgba(0, 0, 0, 80%);
}

.viewer-toolbar > ul > li:focus {
  box-shadow: 0 0 0.015625rem #fff;
  outline: 0;
  position: relative;
  z-index: 1;
}

.viewer-toolbar > ul > li::before {
  margin: 0.010417rem;
}

.viewer-toolbar > ul > li + li {
  margin-left: 0.005208rem;
}

.viewer-toolbar > ul > .viewer-small {
  height: 0.09375rem;
  margin-bottom: 0.015625rem;
  margin-top: 0.015625rem;
  width: 0.09375rem;
}

.viewer-toolbar > ul > .viewer-small::before {
  margin: -0.005208rem;
}

.viewer-toolbar > ul > .viewer-large {
  height: 0.15625rem;
  margin-bottom: -0.015625rem;
  margin-top: -0.015625rem;
  width: 0.15625rem;
}

.viewer-toolbar > ul > .viewer-large::before {
  margin: 0.026042rem;
}

.viewer-tooltip {
  background-color: rgba(0, 0, 0, 80%);
  border-radius: 0.052083rem;
  color: #fff;
  display: none;
  font-size: 0.0625rem;
  height: 0.104167rem;
  left: 50%;
  line-height: 0.104167rem;
  margin-left: -0.130208rem;
  margin-top: -0.052083rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 0.260417rem;
}

.viewer-title {
  color: #ccc;
  display: inline-block;
  font-size: 0.0625rem;
  line-height: 1.2;
  margin: 0.026042rem 5%;
  max-width: 90%;
  min-height: 0.072917rem;
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 0.15s;
  white-space: nowrap;
}

.viewer-title:hover {
  opacity: 1;
}

.viewer-button {
  -webkit-app-region: no-drag;
  background-color: rgba(0, 0, 0, 50%);
  border-radius: 50%;
  cursor: pointer;
  height: 0.416667rem;
  overflow: hidden;
  position: absolute;
  right: -0.208333rem;
  top: -0.208333rem;
  transition: background-color 0.15s;
  width: 0.416667rem;
}

.viewer-button:focus,
.viewer-button:hover {
  background-color: rgba(0, 0, 0, 80%);
}

.viewer-button:focus {
  box-shadow: 0 0 0.015625rem #fff;
  outline: 0;
}

.viewer-button::before {
  bottom: 0.078125rem;
  left: 0.078125rem;
  position: absolute;
}

.viewer-fixed {
  position: fixed;
}

.viewer-open {
  overflow: hidden;
}

.viewer-show {
  display: block;
}

.viewer-hide {
  display: none;
}

.viewer-backdrop {
  background-color: rgba(0, 0, 0, 50%);
}

.viewer-invisible {
  visibility: hidden;
}

.viewer-move {
  cursor: move;
  cursor: grab;
}

.viewer-fade {
  opacity: 0;
}

.viewer-in {
  opacity: 1;
}

.viewer-transition {
  transition: all 0.3s;
}

@keyframes viewer-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.viewer-loading::after {
  animation: viewer-spinner 1s linear infinite;
  border: 0.020833rem solid rgba(255, 255, 255, 10%);
  border-left-color: rgba(255, 255, 255, 50%);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.208333rem;
  left: 50%;
  margin-left: -0.104167rem;
  margin-top: -0.104167rem;
  position: absolute;
  top: 50%;
  width: 0.208333rem;
  z-index: 1;
}

@media (max-width: 767px) {
  .viewer-hide-xs-down {
    display: none;
  }
}

@media (max-width: 991px) {
  .viewer-hide-sm-down {
    display: none;
  }
}

@media (max-width: 1199px) {
  .viewer-hide-md-down {
    display: none;
  }
}/**
 * Swiper 5.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2019
 */

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */

.swiper-container-3d {
  perspective: 6.25rem;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 0.229167rem;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0.052083rem;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0.052083rem;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0.052083rem;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 0.041667rem;
  height: 0.041667rem;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 0.052083rem;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0.03125rem 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 0.041667rem;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.020833rem;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 0.020833rem;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 0.020833rem;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 0.052083rem;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 0.015625rem;
  z-index: 50;
  height: 0.026042rem;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 0.015625rem;
  top: 1%;
  z-index: 50;
  width: 0.026042rem;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.052083rem;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 0.21875rem;
  height: 0.21875rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.109375rem;
  margin-top: -0.109375rem;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 0.020833rem solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(0.260417rem);
  filter: blur(0.260417rem);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}.login-container .el-input {
  display: inline-block;
  height: 0.244792rem;
}
.login-container .el-input input {
  border: 0;
  -webkit-appearance: none;
  border-radius: 0.026042rem;
  height: 0.239583rem;
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  line-height: 0.114583rem;
}
.login-container .el-input input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 5.208333rem #fff inset !important;
  -webkit-text-fill-color: #505050 !important;
}
.login-container .el-input input::-webkit-input-placeholder {
  font-weight: lighter;
  color: #909090;
}
.login-container .el-form-item {
  border: 0.005208rem solid rgba(255,255,255,0.1);
  border-radius: 0.026042rem;
  color: #454545;
}
.login-container .el-input.verify-auth-code {
  width: 60%;
}[data-v-b4095704] .el-input__inner {
  font-weight: normal;
  color: #505050;
}
[data-v-b4095704] .el-form-item--mini .el-form-item__error {
  font-size: 0.072917rem;
  line-height: 0.114583rem;
}
[data-v-b4095704] .el-form-item__error {
  right: 0;
  left: unset;
}
@keyframes showAlert-data-v-b4095704 {
0% {
    opacity: 0;
}
30% {
    opacity: 1;
}
70% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
.login-container[data-v-b4095704] {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(static/img/login_bg.d6b026a.png);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-container .login_box[data-v-b4095704] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 5.3125rem;
  height: 3.1875rem;
  background: #FFFFFF;
  box-shadow: 0.036458rem 0.036458rem 0.041667rem 0 rgba(15,90,156,0.1);
  border-radius: 0.114583rem;
  position: relative;
}
.login-container .login_box .login_box_img[data-v-b4095704] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5625rem;
  height: 3.1875rem;
  border-radius: 0.114583rem 0 0 0.114583rem;
}
.login-container .login_box .login_box_img img[data-v-b4095704] {
  width: 2.5625rem;
  height: 3.1875rem;
}
.login-container .login_box .login-form[data-v-b4095704] {
  background-size: cover;
  width: 2.75rem;
  height: 3.1875rem;
  max-width: 2.598958rem;
  padding: 0.453125rem 0.46875rem 0.234375rem 0.25rem;
}
.login-container .radio-box[data-v-b4095704] {
  display: flex;
  flex-direction: row;
}
.login-container .get_code[data-v-b4095704] {
  width: 0.588542rem;
  height: 0.083333rem;
  font-size: 0.072917rem;
  color: #F56C6C;
  line-height: 0.114583rem;
  cursor: pointer;
}
.login-container .top_33[data-v-b4095704] {
  margin-top: 0.171875rem;
  margin-bottom: 0;
}
.login-container .top_9[data-v-b4095704] {
  margin-top: 0.046875rem;
  margin-bottom: 0;
}
.login-container .inputSel[data-v-b4095704] {
  border: 0.005208rem solid #409eff;
  border-radius: 0.026042rem;
}
.login-container .inputNor[data-v-b4095704] {
  border: 0.005208rem solid #ADADAD;
  border-radius: 0.026042rem;
}
.login-container .bottom_lab[data-v-b4095704] {
  width: 100%;
  height: 0.671875rem;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: center;
}
.login-container .label_1[data-v-b4095704] {
  width: 1.385417rem;
  min-width: 266Px;
  height: 0.083333rem;
  min-height: 16Px;
  font-size: 0.083333rem;
  font-weight: lighter;
  color: #707070;
  margin-top: 0.15625rem;
  text-align: center;
}
.login-container .label_2[data-v-b4095704] {
  width: 0.9375rem;
  min-width: 180Px;
  height: 0.083333rem;
  min-height: 16Px;
  font-size: 0.083333rem;
  font-weight: lighter;
  color: #707070;
  margin-top: 0.057292rem;
  text-align: center;
}
.login-container .label_2[data-v-b4095704]:hover {
  color: #409eff;
  cursor: pointer;
}
.login-container .label_3[data-v-b4095704] {
  width: 2.84375rem;
  min-width: 546Px;
  height: 0.083333rem;
  min-height: 16Px;
  font-size: 0.083333rem;
  font-weight: lighter;
  color: #707070;
  margin-top: 0.057292rem;
  text-align: center;
}
.login-container .title-container[data-v-b4095704] {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 0.260417rem;
}
.login-container .title-container .title[data-v-b4095704] {
  width: 0.786458rem;
  height: 0.182292rem;
  font-size: 0.1875rem;
  font-weight: lighter;
  color: #505050;
  line-height: 0.114583rem;
}
.login-container .remember[data-v-b4095704] {
  width: 0.380208rem;
  height: 0.09375rem;
  font-size: 0.09375rem;
  font-weight: lighter;
  color: #505050;
  line-height: 0.114583rem;
}
.login-container .remember2[data-v-b4095704] {
  width: 0.276042rem;
  height: 0.09375rem;
  font-size: 0.09375rem;
  font-weight: lighter;
  color: #505050;
  line-height: 0.114583rem;
}
.login-container .remember_check[data-v-b4095704] {
  width: 0.380208rem;
  height: 0.09375rem;
  margin-top: 0.1875rem;
}
.login-container .selBtn[data-v-b4095704] {
  width: 0.760417rem;
  height: 0.239583rem;
  background: #409eff;
  border-radius: 0.026042rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-container .selBtn label[data-v-b4095704] {
  width: 45Px;
  height: 22Px;
  text-align: center;
  font-size: 0.114583rem;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 22Px;
}
.login-container .norBtn[data-v-b4095704] {
  width: 0.760417rem;
  height: 0.239583rem;
  background: #F0F0F0;
  border-radius: 0.026042rem;
  cursor: pointer;
  color: #3C3C3C;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-container .norBtn label[data-v-b4095704] {
  width: 45Px;
  height: 22Px;
  text-align: center;
  font-size: 0.114583rem;
  font-weight: normal;
  line-height: 22Px;
  cursor: pointer;
}
.login-container .norBtn label[data-v-b4095704]:hover {
  color: #fff;
}
.login-container .norBtn[data-v-b4095704]:hover {
  background: #4581E0;
}
.login-container .norBtn:hover label[data-v-b4095704] {
  color: #fff;
}
.login-container .alertCont[data-v-b4095704] {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 1.869792rem;
  margin-top: -0.130208rem;
  z-index: 999999;
  right: 0.416667rem;
}
.login-container .alertBg[data-v-b4095704] {
  position: absolute;
  height: 0.25rem;
  background-color: rgba(0,10,20,0.64);
  border-radius: 0.052083rem;
  display: flex;
  align-items: center;
  animation: showAlert-data-v-b4095704 2s 1 forwards;
  -webkit-animation: showAlert-data-v-b4095704 2s 1 forwards;
}
.login-container .hideAlert[data-v-b4095704] {
  opacity: 0;
}
.login-container .svg_img[data-v-b4095704] {
  width: 0.151042rem;
  height: 0.151042rem;
  margin-left: 0.052083rem;
}
.login-container .alertSpan[data-v-b4095704] {
  width: 0.770833rem;
  height: 0.088542rem;
  font-size: 0.09375rem;
  font-weight: lighter;
  color: #FFFFFF;
  line-height: 0.09375rem;
  margin-left: 0.026042rem;
  display: flex;
  flex-grow: 1;
  justify-content: center;
}
.login-container .top-btn-container[data-v-b4095704] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.171875rem;
  margin-top: 0.1875rem;
}
.login-container .code_img[data-v-b4095704] {
  width: 0.541667rem;
  height: 0.239583rem;
  margin-top: 0.1875rem;
  margin-left: 0.104167rem;
  cursor: pointer;
  border: 0.005208rem solid #ADADAD;
  border-radius: 0.026042rem;
}
.login-container .codeNor[data-v-b4095704] {
  margin-top: 0.171875rem;
  margin-bottom: 0;
  width: 1.25rem;
  height: 0.255208rem;
  border-radius: 0.026042rem;
  display: flex;
  border: 0.005208rem solid #ADADAD;
}
.login-container .codeSel[data-v-b4095704] {
  margin-top: 0.171875rem;
  margin-bottom: 0;
  width: 1.25rem;
  height: 0.255208rem;
  border-radius: 0.026042rem;
  display: flex;
  border: 0.005208rem solid #409eff;
}
.login-container .top_37[data-v-b4095704] {
  margin-top: 0.192708rem;
}
.login-container .width_33[data-v-b4095704] {
  width: 0.171875rem;
}
.login-container .bottom_btn[data-v-b4095704] {
  width: 100%;
  height: 0.09375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.login-container .bottom_btn:hover span[data-v-b4095704] {
  color: #409EFF;
}
.login-container .bottom_btn span[data-v-b4095704] {
  font-size: 0.09375rem;
  font-weight: 300;
  color: #707070;
}
.login-container .login_btn[data-v-b4095704] {
  font-size: 0.125rem;
  font-family: 'Source Han Sans SC';
  color: #FFFFFF;
  margin: 0.104167rem auto 0.052083rem auto;
  text-align: center;
  font-weight: lighter;
  width: 1.875rem;
  height: 0.239583rem;
  border-radius: 0.026042rem;
  line-height: 0.114583rem;
  background: #409EFF;
}
.login-container .login_btn[data-v-b4095704]:hover {
  background: #409eff;
}
.login-container .show-pwd[data-v-b4095704] {
  position: absolute;
  right: 0.052083rem;
  top: 0.036458rem;
  font-size: 0.083333rem;
  color: #889aa4;
  cursor: pointer;
  user-select: none;
}
.login-container[data-v-b4095704] .el-checkbox__input.is-checked .el-checkbox__inner::after {
  content: "";
  border-left: 0;
  border-top: 0;
  color: #409eff;
}
.login-container[data-v-b4095704]  .el-checkbox__inner {
  background: transparent;
  zoom: 140%;
}
.login-container[data-v-b4095704]  .el-checkbox {
  margin-right: 0.098958rem;
}
.login-container[data-v-b4095704] .el-checkbox__input.is-focus .el-checkbox__inner,
.login-container .el-checkbox__inner[data-v-b4095704]:hover {
  border: 0.005208rem solid #909090;
  zoom: 140%;
}
.login-container[data-v-b4095704] .el-checkbox__input.is-checked .el-checkbox__inner {
  background: transparent;
  border-color: #fff;
  background: #409eff;
  zoom: 140%;
}
.login-container[data-v-b4095704]  .el-checkbox__inner:hover {
  border: 0.005208rem solid #909090;
  zoom: 140%;
}.wscn-http404-container[data-v-056b7de5] {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 40%;
  left: 50%;
}
.wscn-http404[data-v-056b7de5] {
  position: relative;
  width: 6.25rem;
  padding: 0 0.260417rem;
  overflow: hidden;
}
.wscn-http404 .pic-404[data-v-056b7de5] {
  position: relative;
  float: left;
  width: 3.125rem;
  overflow: hidden;
}
.wscn-http404 .pic-404__parent[data-v-056b7de5] {
  width: 100%;
}
.wscn-http404 .pic-404__child[data-v-056b7de5] {
  position: absolute;
}
.wscn-http404 .pic-404__child.left[data-v-056b7de5] {
  width: 0.416667rem;
  top: 0.088542rem;
  left: 1.145833rem;
  opacity: 0;
  animation-name: cloudLeft-data-v-056b7de5;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
.wscn-http404 .pic-404__child.mid[data-v-056b7de5] {
  width: 0.239583rem;
  top: 0.052083rem;
  left: 2.1875rem;
  opacity: 0;
  animation-name: cloudMid-data-v-056b7de5;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-delay: 1.2s;
}
.wscn-http404 .pic-404__child.right[data-v-056b7de5] {
  width: 0.322917rem;
  top: 0.520833rem;
  left: 2.604167rem;
  opacity: 0;
  animation-name: cloudRight-data-v-056b7de5;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
@keyframes cloudLeft-data-v-056b7de5 {
0% {
    top: 0.088542rem;
    left: 1.145833rem;
    opacity: 0;
}
20% {
    top: 0.171875rem;
    left: 0.979167rem;
    opacity: 1;
}
80% {
    top: 0.421875rem;
    left: 0.479167rem;
    opacity: 1;
}
100% {
    top: 0.505208rem;
    left: 0.3125rem;
    opacity: 0;
}
}
@keyframes cloudMid-data-v-056b7de5 {
0% {
    top: 0.052083rem;
    left: 2.1875rem;
    opacity: 0;
}
20% {
    top: 0.208333rem;
    left: 1.875rem;
    opacity: 1;
}
70% {
    top: 0.677083rem;
    left: 0.9375rem;
    opacity: 1;
}
100% {
    top: 0.833333rem;
    left: 0.625rem;
    opacity: 0;
}
}
@keyframes cloudRight-data-v-056b7de5 {
0% {
    top: 0.520833rem;
    left: 2.604167rem;
    opacity: 0;
}
20% {
    top: 0.625rem;
    left: 2.395833rem;
    opacity: 1;
}
80% {
    top: 0.9375rem;
    left: 1.770833rem;
    opacity: 1;
}
100% {
    top: 1.041667rem;
    left: 1.5625rem;
    opacity: 0;
}
}
.wscn-http404 .bullshit[data-v-056b7de5] {
  position: relative;
  float: left;
  width: 1.5625rem;
  padding: 0.15625rem 0;
  overflow: hidden;
}
.wscn-http404 .bullshit__oops[data-v-056b7de5] {
  font-size: 0.166667rem;
  font-weight: bold;
  line-height: 0.208333rem;
  color: #1482f0;
  opacity: 0;
  margin-bottom: 0.104167rem;
  animation-name: slideUp-data-v-056b7de5;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__headline[data-v-056b7de5] {
  font-size: 0.104167rem;
  line-height: 0.125rem;
  color: #222;
  font-weight: bold;
  opacity: 0;
  margin-bottom: 0.052083rem;
  animation-name: slideUp-data-v-056b7de5;
  animation-duration: 0.5s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__info[data-v-056b7de5] {
  font-size: 0.067708rem;
  line-height: 0.109375rem;
  color: grey;
  opacity: 0;
  margin-bottom: 0.15625rem;
  animation-name: slideUp-data-v-056b7de5;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__return-home[data-v-056b7de5] {
  display: block;
  float: left;
  width: 0.572917rem;
  height: 0.1875rem;
  background: #1482f0;
  border-radius: 0.520833rem;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  font-size: 0.072917rem;
  line-height: 0.1875rem;
  cursor: pointer;
  animation-name: slideUp-data-v-056b7de5;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
@keyframes slideUp-data-v-056b7de5 {
0% {
    transform: translateY(0.3125rem);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}.errPage-container[data-v-24c0cb68] {
  width: 4.166667rem;
  max-width: 100%;
  margin: 0.520833rem auto;
}
.errPage-container .pan-back-btn[data-v-24c0cb68] {
  background: #008489;
  color: #fff;
  border: none !important;
}
.errPage-container .pan-gif[data-v-24c0cb68] {
  margin: 0 auto;
  display: block;
}
.errPage-container .pan-img[data-v-24c0cb68] {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.errPage-container .text-jumbo[data-v-24c0cb68] {
  font-size: 0.3125rem;
  font-weight: 700;
  color: #484848;
}
.errPage-container .list-unstyled[data-v-24c0cb68] {
  font-size: 0.072917rem;
}
.errPage-container .list-unstyled li[data-v-24c0cb68] {
  padding-bottom: 0.026042rem;
}
.errPage-container .list-unstyled a[data-v-24c0cb68] {
  color: #008489;
  text-decoration: none;
}
.errPage-container .list-unstyled a[data-v-24c0cb68]:hover {
  text-decoration: underline;
}.ad-select-component .el-tag.el-tag--info.el-tag--mini.el-tag--light {
  max-width: 50%;
}
.ad-select-component .el-tag.el-tag--info.el-tag--mini.el-tag--light .el-select__tags-text {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1400px) {
.ad-select-component .el-tag.el-tag--info.el-tag--mini.el-tag--light .el-select__tags-text {
    max-width: 0.21875rem;
}
}
.ad-select-component.el-select .el-tag__close.el-icon-close {
  top: -0.036458rem;
  right: -0.020833rem;
}.byte-input-style .el-input__inner {
  border-right-width: 0;
  padding-left: 0.052083rem;
}
.byte-input-style .el-input__inner ~ div.el-input-group__append {
  background-color: white;
  padding: 0 0.052083rem 0 0;
  border-left-width: 0;
}
.byte-input-style .el-input__inner:hover ~ div.el-input-group__append {
  border-color: #c0c4cc;
  background-color: white;
  padding: 0 0.052083rem 0 0;
  border-left-width: 0;
}
.byte-input-style .el-input__inner:focus ~ div.el-input-group__append {
  border-color: #409eff;
  background-color: white;
  padding: 0 0.052083rem 0 0;
  border-left-width: 0;
}.pagination-container[data-v-8b1ffffe] {
  background: #fff;
}.ad-datepicker-container .el-button+.el-button {
  margin-left: 0.026042rem;
}.ad-upload-style .el-upload-list__item.is-fail .el-upload-list__item-name {
  color: red;
}.tem-select-option {
  display: none !important;
}.el-tree>.el-tree-node {
  min-width: 100%;
  display: inline-block;
}[aria-disabled='true']>.el-tree-node__content[data-v-0966eaac] {
  color: inherit !important;
  background: transparent !important;
  cursor: no-drop !important;
}.tree-select-tem-popper[data-v-d84afd50] {
  max-height: 3.125rem;
  overflow: auto;
}
.tree-select-tem-popper.disabled[data-v-d84afd50] {
  display: none !important;
}
.tree-select-tem-popper .el-button--small[data-v-d84afd50] {
  width: 0.130208rem !important;
  min-width: 0.130208rem !important;
}
.tree-select-tem-popper[x-placement^='bottom'][data-v-d84afd50] {
  margin-top: 0.026042rem;
}
.mb10[data-v-d84afd50] {
  margin-bottom: 0.052083rem;
}.el-scrollbar .el-scrollbar__wrap {
  overflow-x: scroll;
}.tree-select-tem[data-v-52c98214] {
  display: inline-block;
}/* (ignored) *//* (ignored) *//* (ignored) */.serve_dialog_page_info_x[data-v-148e8495] {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 2.083333rem;
}
.serve_dialog_page_info_x .dialog_page_serve_desc[data-v-148e8495] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: #EAEAEA solid 0.005208rem;
  padding: 0.130208rem 0.052083rem;
  width: 4.557292rem;
  margin-bottom: 0.041667rem;
}
.serve_dialog_page_info_x .dialog_page_serve_desc span[data-v-148e8495] {
  font-size: 0.072917rem;
  font-weight: bold;
  color: red;
}
.serve_dialog_page_info_x .serve_dialog_page_info_title[data-v-148e8495] {
  position: fixed;
  width: 4.557292rem;
  height: 0.260417rem;
  background: #F0F0F0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: #D2D2D2 solid 0.005208rem;
  z-index: 1;
}
.serve_dialog_page_info_x .serve_dialog_page_info_title .serve_dialog_page_info_title_left[data-v-148e8495] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.255208rem;
  width: 2.276042rem;
}
.serve_dialog_page_info_x .serve_dialog_page_info_title .serve_dialog_page_info_title_left span[data-v-148e8495] {
  font-size: 0.114583rem;
  font-weight: 400;
  color: #494949;
}
.serve_dialog_page_info_x .serve_dialog_page_info_title .serve_dialog_page_info_title_right[data-v-148e8495] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.255208rem;
  border-left: #D2D2D2 solid 0.005208rem;
  flex-grow: 1;
}
.serve_dialog_page_info_x .serve_dialog_page_info_title .serve_dialog_page_info_title_right span[data-v-148e8495] {
  font-size: 0.114583rem;
  font-weight: 400;
  color: #494949;
}
.serve_dialog_page_info_x .serve_dialog_page_info_content[data-v-148e8495] {
  width: 4.557292rem;
  height: 2.34375rem;
  margin-top: 0.260417rem;
  overflow: auto;
}
.serve_dialog_page_info_x .serve_dialog_page_info_content .serve_dialog_page_info_content_list[data-v-148e8495] {
  display: flex;
  height: 2.34375rem;
  justify-content: start;
  flex-direction: column;
  overflow: auto;
}
.serve_dialog_page_info_x .serve_dialog_page_info_content .serve_dialog_page_info_content_list .serve_dialog_page_info_content_item[data-v-148e8495] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.260417rem;
  width: 100%;
  cursor: pointer;
  border-bottom: #D2D2D2 solid 0.005208rem;
  border-left: #D2D2D2 solid 0.005208rem;
  border-right: #D2D2D2 solid 0.005208rem;
}
.serve_dialog_page_info_x .serve_dialog_page_info_content .serve_dialog_page_info_content_list .serve_dialog_page_info_content_item[data-v-148e8495]:hover {
  background: #F0F0F0;
}
.serve_dialog_page_info_x .serve_dialog_page_info_content .serve_dialog_page_info_content_list .serve_dialog_page_info_content_item .serve_dialog_page_info_content_item_left[data-v-148e8495] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.255208rem;
  width: 2.276042rem;
}
.serve_dialog_page_info_x .serve_dialog_page_info_content .serve_dialog_page_info_content_list .serve_dialog_page_info_content_item .serve_dialog_page_info_content_item_left span[data-v-148e8495] {
  font-size: 0.114583rem;
  font-weight: 300;
  color: #494949;
}
.serve_dialog_page_info_x .serve_dialog_page_info_content .serve_dialog_page_info_content_list .serve_dialog_page_info_content_item .serve_dialog_page_info_content_item_right[data-v-148e8495] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.255208rem;
  padding: 0 0.052083rem;
  border-left: #D2D2D2 solid 0.005208rem;
  flex-grow: 1;
}
.serve_dialog_page_info_x .serve_dialog_page_info_content .serve_dialog_page_info_content_list .serve_dialog_page_info_content_item .serve_dialog_page_info_content_item_right span[data-v-148e8495] {
  font-size: 0.114583rem;
  font-weight: 300;
  color: #3E98F9;
}
.serve_dialog_page_info_x .info_empty[data-v-148e8495] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 0.442708rem;
}
.serve_dialog_page_info_x .info_empty img[data-v-148e8495] {
  width: 1.5rem;
  height: 1.447917rem;
}
.serve_dialog_page_info_x .info_empty span[data-v-148e8495] {
  font-size: 0.125rem;
  font-weight: 300;
  color: #505050;
}.activity_dialog_page_info_x[data-v-739d4217] {
  margin-top: 0.145833rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 2.083333rem;
}
.activity_dialog_page_info_x .activity_dialog_page_info_title[data-v-739d4217] {
  position: fixed;
  width: 4.557292rem;
  height: 0.260417rem;
  background: #F0F0F0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: #D2D2D2 solid 0.005208rem;
  z-index: 1;
}
.activity_dialog_page_info_x .activity_dialog_page_info_title .activity_dialog_page_info_title_left[data-v-739d4217] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.255208rem;
  width: 2.28125rem;
}
.activity_dialog_page_info_x .activity_dialog_page_info_title .activity_dialog_page_info_title_left span[data-v-739d4217] {
  font-size: 0.114583rem;
  font-weight: 400;
  color: #494949;
}
.activity_dialog_page_info_x .activity_dialog_page_info_title .activity_dialog_page_info_title_mid[data-v-739d4217] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.255208rem;
  border-left: #D2D2D2 solid 0.005208rem;
  width: 1.130208rem;
}
.activity_dialog_page_info_x .activity_dialog_page_info_title .activity_dialog_page_info_title_mid span[data-v-739d4217] {
  font-size: 0.114583rem;
  font-weight: 400;
  color: #494949;
}
.activity_dialog_page_info_x .activity_dialog_page_info_title .activity_dialog_page_info_title_right[data-v-739d4217] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.255208rem;
  border-left: #D2D2D2 solid 0.005208rem;
  flex-grow: 1;
}
.activity_dialog_page_info_x .activity_dialog_page_info_title .activity_dialog_page_info_title_right span[data-v-739d4217] {
  font-size: 0.114583rem;
  font-weight: 400;
  color: #494949;
}
.activity_dialog_page_info_x .activity_dialog_page_info_content[data-v-739d4217] {
  width: 4.557292rem;
  height: 2.083333rem;
  margin-top: 0.260417rem;
  overflow: auto;
}
.activity_dialog_page_info_x .activity_dialog_page_info_content .activity_dialog_page_info_content_list[data-v-739d4217] {
  display: flex;
  height: 2.083333rem;
  justify-content: start;
  flex-direction: column;
  overflow: auto;
}
.activity_dialog_page_info_x .activity_dialog_page_info_content .activity_dialog_page_info_content_list .activity_dialog_page_info_content_item[data-v-739d4217] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.260417rem;
  width: 100%;
  cursor: pointer;
  border-bottom: #D2D2D2 solid 0.005208rem;
  border-left: #D2D2D2 solid 0.005208rem;
  border-right: #D2D2D2 solid 0.005208rem;
}
.activity_dialog_page_info_x .activity_dialog_page_info_content .activity_dialog_page_info_content_list .activity_dialog_page_info_content_item[data-v-739d4217]:hover {
  background: #F0F0F0;
}
.activity_dialog_page_info_x .activity_dialog_page_info_content .activity_dialog_page_info_content_list .activity_dialog_page_info_content_item .activity_dialog_page_info_content_item_left[data-v-739d4217] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.255208rem;
  width: 2.28125rem;
  padding: 0 0.052083rem;
}
.activity_dialog_page_info_x .activity_dialog_page_info_content .activity_dialog_page_info_content_list .activity_dialog_page_info_content_item .activity_dialog_page_info_content_item_left span[data-v-739d4217] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.114583rem;
  font-weight: 300;
  color: #494949;
}
.activity_dialog_page_info_x .activity_dialog_page_info_content .activity_dialog_page_info_content_list .activity_dialog_page_info_content_item .activity_dialog_page_info_content_item_mid[data-v-739d4217] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.255208rem;
  width: 1.130208rem;
  border-left: #D2D2D2 solid 0.005208rem;
}
.activity_dialog_page_info_x .activity_dialog_page_info_content .activity_dialog_page_info_content_list .activity_dialog_page_info_content_item .activity_dialog_page_info_content_item_mid span[data-v-739d4217] {
  font-size: 0.114583rem;
  font-weight: 300;
  color: #3E98F9;
}
.activity_dialog_page_info_x .activity_dialog_page_info_content .activity_dialog_page_info_content_list .activity_dialog_page_info_content_item .activity_dialog_page_info_content_item_right[data-v-739d4217] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.255208rem;
  flex-grow: 1;
  border-left: #D2D2D2 solid 0.005208rem;
}
.activity_dialog_page_info_x .activity_dialog_page_info_content .activity_dialog_page_info_content_list .activity_dialog_page_info_content_item .activity_dialog_page_info_content_item_right span[data-v-739d4217] {
  font-size: 0.114583rem;
  font-weight: 300;
  color: #3E98F9;
}
.activity_dialog_page_info_x .info_empty[data-v-739d4217] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 0.442708rem;
}
.activity_dialog_page_info_x .info_empty img[data-v-739d4217] {
  width: 1.5rem;
  height: 1.447917rem;
}
.activity_dialog_page_info_x .info_empty span[data-v-739d4217] {
  font-size: 0.125rem;
  font-weight: 300;
  color: #505050;
}.vip_dialog_page_info_x[data-v-21dd2d75] {
  margin-top: 0.145833rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 2.083333rem;
}
.vip_dialog_page_info_x .vip_dialog_page_info_content[data-v-21dd2d75] {
  width: 4.635417rem;
  height: 2.338542rem;
  overflow-y: auto;
  overflow-x: hidden;
  border: #D2D2D2 solid 0.005208rem;
  display: grid;
  justify-content: flex-start;
  grid-template-columns: 0.645833rem 0.645833rem 0.645833rem 0.645833rem 0.645833rem 0.645833rem;
  grid-gap: 0.114583rem 0.104167rem;
  align-content: flex-start;
  align-items: center;
  padding: 0.104167rem;
}
.vip_dialog_page_info_x .vip_dialog_page_info_content .vip_dialog_info_item[data-v-21dd2d75] {
  width: 0.640625rem;
  height: 0.520833rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.vip_dialog_page_info_x .vip_dialog_page_info_content .vip_dialog_info_item .vip_dialog_info_item_top[data-v-21dd2d75] {
  flex-grow: 1;
  background: #E2E2E2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.vip_dialog_page_info_x .vip_dialog_page_info_content .vip_dialog_info_item .vip_dialog_info_item_top span[data-v-21dd2d75] {
  font-size: 0.125rem;
  font-weight: 300;
  color: #505050;
}
.vip_dialog_page_info_x .vip_dialog_page_info_content .vip_dialog_info_item .vip_dialog_info_item_bottom[data-v-21dd2d75] {
  flex-grow: 1;
  background: #3E98F9;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.vip_dialog_page_info_x .vip_dialog_page_info_content .vip_dialog_info_item .vip_dialog_info_item_bottom span[data-v-21dd2d75] {
  font-size: 0.125rem;
  font-weight: 300;
  color: #fff;
}
.vip_dialog_page_info_x .info_empty[data-v-21dd2d75] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 0.442708rem;
}
.vip_dialog_page_info_x .info_empty img[data-v-21dd2d75] {
  width: 1.5rem;
  height: 1.447917rem;
}
.vip_dialog_page_info_x .info_empty span[data-v-21dd2d75] {
  font-size: 0.125rem;
  font-weight: 300;
  color: #505050;
}.serve_dialog_page_info_x[data-v-30680a85] {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 2.083333rem;
}
.serve_dialog_page_info_x .top[data-v-30680a85] {
  text-align: center;
}
.serve_dialog_page_info_x .top img[data-v-30680a85] {
  height: 2.5rem;
}
.serve_dialog_page_info_x .dialog_page_serve_desc[data-v-30680a85] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: #EAEAEA solid 0.005208rem;
  padding: 0.078125rem 0.052083rem;
  width: 4.557292rem;
  margin-bottom: 0.041667rem;
}
.serve_dialog_page_info_x .dialog_page_serve_desc span[data-v-30680a85] {
  margin-right: 0.3125rem;
  font-size: 0.072917rem;
  font-weight: bold;
  color: red;
}
.serve_dialog_page_info_x .dialog_page_serve_desc img[data-v-30680a85] {
  height: 0.3125rem;
}
.serve_dialog_page_info_x .serve_dialog_page_info_title[data-v-30680a85] {
  position: fixed;
  width: 4.557292rem;
  height: 0.260417rem;
  background: #F0F0F0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: #D2D2D2 solid 0.005208rem;
  z-index: 1;
}
.serve_dialog_page_info_x .serve_dialog_page_info_title .serve_dialog_page_info_title_left[data-v-30680a85] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.255208rem;
  width: 2.276042rem;
}
.serve_dialog_page_info_x .serve_dialog_page_info_title .serve_dialog_page_info_title_left span[data-v-30680a85] {
  font-size: 0.114583rem;
  font-weight: 400;
  color: #494949;
}
.serve_dialog_page_info_x .serve_dialog_page_info_title .serve_dialog_page_info_title_right[data-v-30680a85] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.255208rem;
  border-left: #D2D2D2 solid 0.005208rem;
  flex-grow: 1;
}
.serve_dialog_page_info_x .serve_dialog_page_info_title .serve_dialog_page_info_title_right span[data-v-30680a85] {
  font-size: 0.114583rem;
  font-weight: 400;
  color: #494949;
}
.serve_dialog_page_info_x .serve_dialog_page_info_content[data-v-30680a85] {
  width: 4.557292rem;
  height: 2.083333rem;
  margin-top: 0.260417rem;
  overflow: auto;
}
.serve_dialog_page_info_x .serve_dialog_page_info_content .serve_dialog_page_info_content_list[data-v-30680a85] {
  display: flex;
  height: 1.979167rem;
  justify-content: start;
  flex-direction: column;
  overflow: auto;
}
.serve_dialog_page_info_x .serve_dialog_page_info_content .serve_dialog_page_info_content_list .serve_dialog_page_info_content_item[data-v-30680a85] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.260417rem;
  width: 100%;
  cursor: pointer;
  border-bottom: #D2D2D2 solid 0.005208rem;
  border-left: #D2D2D2 solid 0.005208rem;
  border-right: #D2D2D2 solid 0.005208rem;
}
.serve_dialog_page_info_x .serve_dialog_page_info_content .serve_dialog_page_info_content_list .serve_dialog_page_info_content_item[data-v-30680a85]:hover {
  background: #F0F0F0;
}
.serve_dialog_page_info_x .serve_dialog_page_info_content .serve_dialog_page_info_content_list .serve_dialog_page_info_content_item .serve_dialog_page_info_content_item_left[data-v-30680a85] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.255208rem;
  width: 2.276042rem;
}
.serve_dialog_page_info_x .serve_dialog_page_info_content .serve_dialog_page_info_content_list .serve_dialog_page_info_content_item .serve_dialog_page_info_content_item_left span[data-v-30680a85] {
  font-size: 0.114583rem;
  font-weight: 300;
  color: #494949;
}
.serve_dialog_page_info_x .serve_dialog_page_info_content .serve_dialog_page_info_content_list .serve_dialog_page_info_content_item .serve_dialog_page_info_content_item_right[data-v-30680a85] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.255208rem;
  padding: 0 0.052083rem;
  border-left: #D2D2D2 solid 0.005208rem;
  flex-grow: 1;
}
.serve_dialog_page_info_x .serve_dialog_page_info_content .serve_dialog_page_info_content_list .serve_dialog_page_info_content_item .serve_dialog_page_info_content_item_right span[data-v-30680a85] {
  font-size: 0.114583rem;
  font-weight: 300;
  color: #3E98F9;
}
.serve_dialog_page_info_x .info_empty[data-v-30680a85] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 0.442708rem;
}
.serve_dialog_page_info_x .info_empty img[data-v-30680a85] {
  width: 1.5rem;
  height: 1.447917rem;
}
.serve_dialog_page_info_x .info_empty span[data-v-30680a85] {
  font-size: 0.125rem;
  font-weight: 300;
  color: #505050;
}.app-container {
  background: #f5f7fe !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: auto;
  padding: 0;
}
.app-container .manageCenter .info {
  background: #fff;
  display: flex;
  justify-content: space-between;
  margin: 0.15625rem;
  height: 0.885417rem;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.13);
  border-radius: 0.151042rem;
}
.app-container .manageCenter .info .user_head {
  display: flex;
  margin: 0.130208rem 0.145833rem;
  width: 4.166667rem;
}
.app-container .manageCenter .info .user_head .head_img {
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
}
.app-container .manageCenter .info .user_head .name_info {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  margin-left: 0.098958rem;
  justify-content: space-around;
  align-items: center;
  height: 0.625rem;
}
.app-container .manageCenter .info .user_head .name_info .top {
  display: flex;
  width: 100%;
  align-items: center;
}
.app-container .manageCenter .info .user_head .name_info .top .name {
  height: 0.151042rem;
  width: 0.625rem;
  font-size: 0.15625rem;
  font-weight: normal;
  color: #1B203A;
  line-height: 0.09375rem;
}
.app-container .manageCenter .info .user_head .name_info .top .user_info {
  display: flex;
  font-size: 0.0625rem;
  flex-grow: 1;
  justify-content: space-around;
}
.app-container .manageCenter .info .user_head .name_info .top .user_info .personal {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.927083rem;
  height: 0.145833rem;
  background: #F6F6F6;
  border-radius: 0.0625rem;
}
.app-container .manageCenter .info .user_head .name_info .top .user_info .personal span {
  margin-left: 0.0625rem;
  height: 0.09375rem;
  font-size: 0.09375rem;
  font-weight: normal;
  color: #929292;
}
.app-container .manageCenter .info .user_head .name_info .contact {
  display: flex;
  height: 0.119792rem;
  width: 100%;
  flex-wrap: nowrap;
}
.app-container .manageCenter .info .user_head .name_info .contact .phone {
  width: 1.197917rem;
  height: 0.119792rem;
  font-size: 0.125rem;
  font-weight: normal;
  color: #515151;
  line-height: 0.114583rem;
}
.app-container .manageCenter .info .user_head .name_info .contact .email {
  overflow: hidden;
  white-space: nowrap;
  width: 2.083333rem;
  flex-grow: 1;
  margin-left: 0.171875rem;
  height: 0.140625rem;
  font-size: 0.125rem;
  font-weight: normal;
  color: #515151;
  line-height: 0.114583rem;
}
.app-container .manageCenter .info .user_coin {
  display: flex;
  flex-grow: 1;
  height: 0.682292rem;
  justify-content: space-between;
  margin: 0.098958rem 0.276042rem 0.098958rem 0;
}
.app-container .manageCenter .info .user_coin .remain_coin {
  display: flex;
  width: 1.447917rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARoAAACHCAYAAADJPJaTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3NpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDM1MiwgMjAyMC8wMS8zMC0xNTo1MDozOCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3YmFkNGRhZi02NWI0LWY4NDItOWIyYS0zNmVjZWE3NjU0MzkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTQ4MUFEQzMxMkZDMTFFREE0QTBGQUUyMDVEQjdDNjYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTQ4MUFEQzIxMkZDMTFFREE0QTBGQUUyMDVEQjdDNjYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjEgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NmIzYjI0ZmYtNjVlZS1iNzQxLTg1ZTktYjMxNzNmMDRiMzE3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjdiYWQ0ZGFmLTY1YjQtZjg0Mi05YjJhLTM2ZWNlYTc2NTQzOSIvPiA8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) no-repeat;
  background-size: cover;
  flex-direction: column;
}
.app-container .manageCenter .info .user_coin .remain_coin .title {
  height: 0.083333rem;
  font-size: 0.083333rem;
  font-weight: 400;
  color: #202D58;
  line-height: 0.0625rem;
  margin: 0.213542rem 0.067708rem 0 0.6875rem;
}
.app-container .manageCenter .info .user_coin .remain_coin .balance {
  width: 0.692708rem;
  height: 0.140625rem;
  font-size: 0.135417rem;
  font-weight: 500;
  color: #202D58;
  line-height: 0.166667rem;
  margin: 0.057292rem 0.067708rem 0.223958rem 0.6875rem;
}
.app-container .manageCenter .info .user_coin .remain_cash {
  display: flex;
  width: 1.447917rem;
  background: url(static/img/remain_cash.52854b5.png) no-repeat;
  background-size: cover;
  flex-direction: column;
}
.app-container .manageCenter .info .user_coin .remain_cash .title {
  height: 0.083333rem;
  font-size: 0.083333rem;
  font-weight: 400;
  color: #202D58;
  line-height: 0.0625rem;
  margin: 0.213542rem 0.067708rem 0 0.6875rem;
}
.app-container .manageCenter .info .user_coin .remain_cash .settlement {
  width: 0.692708rem;
  height: 0.140625rem;
  font-size: 0.135417rem;
  font-weight: 500;
  color: #202D58;
  line-height: 0.166667rem;
  margin: 0.057292rem 0.067708rem 0.223958rem 0.6875rem;
}
.app-container .manageCenter .info .item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.app-container .manageCenter .top_message {
  display: flex;
  justify-content: space-between;
  margin: 0.078125rem 0.078125rem 0.15625rem 0.078125rem;
}
.app-container .manageCenter .top_message .top_message_left {
  background: #fff;
  width: 5rem;
  height: 1.973958rem;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.13);
  border-radius: 0.151042rem;
}
.app-container .manageCenter .top_message .top_message_left .head {
  display: flex;
  justify-content: space-between;
  margin: 0.130208rem;
  height: 0.208333rem;
}
.app-container .manageCenter .top_message .top_message_left .head .head_btn {
  width: 0.760417rem;
  height: 0.208333rem;
  border: 0.005208rem solid #888FA5;
  border-radius: 0.0625rem;
  cursor: pointer;
  background-color: #fff;
  outline: none;
  position: relative;
}
.app-container .manageCenter .top_message .top_message_left .head .head_btn span {
  width: 0.494792rem;
  height: 0.125rem;
  font-size: 0.125rem;
  font-weight: normal;
  color: #888FA5;
}
.app-container .manageCenter .top_message .top_message_left .head .head_btn:hover {
  background: linear-gradient(90deg, #4584F4 0%, #67A3FF 100%);
}
.app-container .manageCenter .top_message .top_message_left .head .head_btn:hover span {
  color: #FFFFFF;
}
.app-container .manageCenter .top_message .top_message_left .head .head_btn .active {
  background: linear-gradient(90deg, #4584F4 0%, #67A3FF 100%);
}
.app-container .manageCenter .top_message .top_message_left .head .head_btn .active span {
  color: #FFFFFF;
}
.app-container .manageCenter .top_message .top_message_left .head .head_btn_sel {
  width: 0.760417rem;
  height: 0.208333rem;
  border: none;
  border-radius: 0.0625rem;
  cursor: pointer;
  background: linear-gradient(90deg, #4584F4 0%, #67A3FF 100%);
}
.app-container .manageCenter .top_message .top_message_left .head .head_btn_sel span {
  width: 0.494792rem;
  height: 0.125rem;
  font-size: 0.125rem;
  font-weight: normal;
  color: #FFFFFF;
}
.app-container .manageCenter .top_message .top_message_left .list {
  display: flex;
  margin: 0 0 0.15625rem 0.0625rem;
  height: 1.421875rem;
  justify-content: start;
  flex-direction: column;
  overflow: auto;
}
.app-container .manageCenter .top_message .top_message_left .list .item {
  height: 0.09375rem;
  font-size: 0.083333rem;
  font-weight: normal;
  margin-bottom: 0.09375rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
}
.app-container .manageCenter .top_message .top_message_left .list .item img {
  padding-top: 0.026042rem;
}
.app-container .manageCenter .top_message .top_message_left .list .item .title {
  color: #505050;
  flex-grow: 1;
}
.app-container .manageCenter .top_message .top_message_left .list .item .title .important {
  display: inline-block;
  border: 0.005208rem solid #f8f0e4;
  padding: 0.005208rem 0.052083rem;
  margin-left: 0.026042rem;
  height: 0.125rem;
  border-radius: 0.067708rem;
  background-color: #fbf7f2;
  color: #f0d2a4;
}
.app-container .manageCenter .top_message .top_message_left .list .item .title .newGame {
  display: inline-block;
  border: 0.005208rem solid #eaf7e4;
  padding: 0.005208rem 0.052083rem;
  margin-left: 0.026042rem;
  height: 0.125rem;
  border-radius: 0.067708rem;
  background-color: #f5fbf1;
  color: #9fd983;
}
.app-container .manageCenter .top_message .top_message_left .list .item .title .adjustment {
  display: inline-block;
  border: 0.005208rem solid #e4f2ff;
  padding: 0.005208rem 0.052083rem;
  margin-left: 0.026042rem;
  height: 0.125rem;
  border-radius: 0.067708rem;
  background-color: #f2f8ff;
  color: #9bccff;
}
.app-container .manageCenter .top_message .top_message_left .list .item .title .myInfo {
  display: inline-block;
  border: 0.005208rem solid #e4f2ff;
  padding: 0.005208rem 0.052083rem;
  margin-left: 0.026042rem;
  height: 0.125rem;
  border-radius: 0.067708rem;
  background-color: #eee;
  color: #9c9c9c;
}
.app-container .manageCenter .top_message .top_message_left .list .item .time {
  color: #505050;
  width: 0.520833rem;
  margin-right: 0.130208rem;
}
.app-container .manageCenter .top_message .top_message_left .list .item .title_click {
  flex-grow: 1;
  color: #ccc;
}
.app-container .manageCenter .top_message .top_message_left .list .item .title_click .important {
  display: inline-block;
  border: 0.005208rem solid #f8f0e4;
  padding: 0.005208rem 0.052083rem;
  margin-left: 0.026042rem;
  height: 0.125rem;
  border-radius: 0.067708rem;
  background-color: #fbf7f2;
  color: #f0d2a4;
}
.app-container .manageCenter .top_message .top_message_left .list .item .title_click .newGame {
  display: inline-block;
  border: 0.005208rem solid #eaf7e4;
  padding: 0.005208rem 0.052083rem;
  margin-left: 0.026042rem;
  height: 0.125rem;
  border-radius: 0.067708rem;
  background-color: #f5fbf1;
  color: #9fd983;
}
.app-container .manageCenter .top_message .top_message_left .list .item .title_click .adjustment {
  display: inline-block;
  border: 0.005208rem solid #e4f2ff;
  padding: 0.005208rem 0.052083rem;
  margin-left: 0.026042rem;
  height: 0.125rem;
  border-radius: 0.067708rem;
  background-color: #f2f8ff;
  color: #9bccff;
}
.app-container .manageCenter .top_message .top_message_left .list .item .title_click .myInfo {
  display: inline-block;
  border: 0.005208rem solid #e4f2ff;
  padding: 0.005208rem 0.052083rem;
  margin-left: 0.026042rem;
  height: 0.125rem;
  border-radius: 0.067708rem;
  background-color: #eee;
  color: #9c9c9c;
}
.app-container .manageCenter .top_message .top_message_left .list .item .time_click {
  color: #ccc;
  width: 0.520833rem;
  margin-right: 0.130208rem;
}
.app-container .manageCenter .top_message .top_message_left .list .item img {
  opacity: 0;
}
.app-container .manageCenter .top_message .top_message_left .list .item:hover {
  color: #3E98EF;
}
.app-container .manageCenter .top_message .top_message_left .list .item:hover .time {
  color: #3E98EF;
}
.app-container .manageCenter .top_message .top_message_left .list .item:hover img {
  opacity: 1;
}
.app-container .manageCenter .top_message .top_message_right {
  width: 3.203125rem;
  height: 1.973958rem;
  background: #fff;
  border-radius: 0.151042rem;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.13);
}
.app-container .manageCenter .top_message .top_message_right .head_btn {
  height: 0.234375rem;
  display: flex;
  justify-content: start;
  margin-top: 0.130208rem;
  cursor: pointer;
}
.app-container .manageCenter .top_message .top_message_right .head_btn .title {
  height: 0.166667rem;
  font-size: 0.125rem;
  font-weight: normal;
  color: #888FA5;
  margin-left: 0.130208rem;
}
.app-container .manageCenter .top_message .top_message_right .head_btn .title:hover {
  color: #202D58;
  margin-left: 0.130208rem;
  border-bottom: 0.010417rem solid #3E98F9;
}
.app-container .manageCenter .top_message .top_message_right .head_btn .title_go {
  position: absolute;
  right: 0.234375rem;
  height: 0.078125rem;
  font-size: 0.072917rem;
  font-weight: normal;
  color: #3E98F9;
  cursor: pointer;
}
.app-container .manageCenter .top_message .top_message_right .head_btn .title_sel {
  height: 0.166667rem;
  font-size: 0.125rem;
  font-weight: normal;
  color: #202D58;
  margin-left: 0.130208rem;
  border-bottom: 0.010417rem solid #3E98F9;
}
.app-container .manageCenter .top_message .top_message_right .scale1 {
  transform: scale(1);
}
.app-container .manageCenter .top_message .top_message_right .scale0 {
  transform: scale(0);
}
.app-container .manageCenter .top_message .top_message_right .list_item {
  height: 0.291667rem;
  margin: 0.052083rem 0.130208rem 0.072917rem 0.130208rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.app-container .manageCenter .top_message .top_message_right .list_item .item_head {
  width: 0.291667rem;
  height: 0.291667rem;
  border-radius: 0.046875rem;
}
.app-container .manageCenter .top_message .top_message_right .list_item .item_head img {
  width: 0.291667rem;
  height: 0.291667rem;
  border-radius: 0.046875rem;
}
.app-container .manageCenter .top_message .top_message_right .list_item .item_info {
  margin: 0 0.0625rem;
  flex-grow: 1;
  height: 0.291667rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.app-container .manageCenter .top_message .top_message_right .list_item .item_info .game_name {
  height: 0.09375rem;
  font-size: 0.083333rem;
  font-weight: normal;
  color: #505050;
}
.app-container .manageCenter .top_message .top_message_right .list_item .item_info .game_type {
  height: 0.072917rem;
  font-size: 0.072917rem;
  font-weight: normal;
  color: #9F9F9F;
}
.app-container .manageCenter .top_message .top_message_right .list_item .item_info .game_desc {
  height: 0.072917rem;
  font-size: 0.072917rem;
  font-weight: normal;
  color: #3E98F9;
}
.app-container .manageCenter .top_message .top_message_right .list_item .item_btn {
  cursor: pointer;
  width: 0.34375rem;
  height: 0.145833rem;
  background: #3E98F9;
  border-radius: 0.067708rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.app-container .manageCenter .top_message .top_message_right .list_item .item_btn span {
  text-align: center;
  font-size: 0.072917rem;
  font-weight: normal;
  color: #FEFEFE;
}
.app-container .manageCenter .top_message .top_message_right .list_item_new_serve {
  height: 0.291667rem;
  margin: 0.052083rem 0.182292rem 0.072917rem 0.182292rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.app-container .manageCenter .top_message .top_message_right .list_item_new_serve .item_head {
  width: 0.291667rem;
  height: 0.291667rem;
  border-radius: 0.046875rem;
}
.app-container .manageCenter .top_message .top_message_right .list_item_new_serve .item_head img {
  width: 0.291667rem;
  height: 0.291667rem;
  border-radius: 0.046875rem;
}
.app-container .manageCenter .top_message .top_message_right .list_item_new_serve .item_info {
  margin: 0 0.0625rem;
  flex-grow: 1;
  height: 0.208333rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.app-container .manageCenter .top_message .top_message_right .list_item_new_serve .item_info .game_name {
  height: 0.09375rem;
  font-size: 0.083333rem;
  font-weight: normal;
  color: #505050;
}
.app-container .manageCenter .top_message .top_message_right .list_item_new_serve .item_info .game_other_msg {
  display: flex;
  height: 0.072917rem;
}
.app-container .manageCenter .top_message .top_message_right .list_item_new_serve .item_info .game_other_msg .game_type {
  height: 0.072917rem;
  width: 0.411458rem;
  font-size: 0.072917rem;
  font-weight: normal;
  color: #9F9F9F;
  border-right: 0.005208rem solid #9F9F9F;
}
.app-container .manageCenter .top_message .top_message_right .list_item_new_serve .item_info .game_other_msg .game_serve {
  height: 0.072917rem;
  width: 0.598958rem;
  font-size: 0.072917rem;
  margin-left: 0.265625rem;
  font-weight: normal;
  color: #3E98F9;
}
.app-container .manageCenter .top_message .top_message_right .list_item_new_serve .item_info .game_other_msg .game_date {
  height: 0.072917rem;
  font-size: 0.072917rem;
  font-weight: normal;
  color: #3E98F9;
}
.app-container .manageCenter .top_message .top_message_right .list_item_new_serve .item_btn {
  cursor: pointer;
  width: 0.34375rem;
  height: 0.145833rem;
  background: #3E98F9;
  border-radius: 0.067708rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.app-container .manageCenter .top_message .top_message_right .list_item_new_serve .item_btn span {
  text-align: center;
  font-size: 0.072917rem;
  font-weight: normal;
  color: #FEFEFE;
}
.app-container .manageCenter .mid_message_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.078125rem 0.078125rem 0.15625rem 0.078125rem;
}
.app-container .manageCenter .mid_message_box .mid_message {
  display: flex;
  height: 0.786458rem;
  width: 5rem;
  background: #fff;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.13);
  border-radius: 0.151042rem;
  flex-direction: column;
}
.app-container .manageCenter .mid_message_box .mid_message .top {
  height: 0.197917rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.130208rem;
}
.app-container .manageCenter .mid_message_box .mid_message .top .title {
  height: 0.166667rem;
  font-size: 0.125rem;
  font-weight: normal;
  color: #202D58;
  margin-left: 0.130208rem;
  border-bottom: 0.010417rem solid #3E98F9;
}
.app-container .manageCenter .mid_message_box .mid_message .top .all {
  height: 0.078125rem;
  font-size: 0.072917rem;
  font-weight: normal;
  color: #3E98F9;
  margin-right: 0.130208rem;
  cursor: pointer;
}
.app-container .manageCenter .mid_message_box .mid_message .bottom {
  height: 0.1875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.app-container .manageCenter .mid_message_box .mid_message .bottom .item {
  font-size: 0.083333rem;
  color: #505050;
  font-weight: normal;
  width: 3.90625rem;
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
  margin: 0 0.052083rem 0.020833rem 0.026042rem;
  overflow: hidden;
}
.app-container .manageCenter .mid_message_box .mid_message .bottom .item .title {
  overflow: hidden;
  max-width: 1.473958rem;
  min-width: 1.473958rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.app-container .manageCenter .mid_message_box .mid_message .bottom .item .time {
  color: #9F9F9F;
  width: 0.520833rem;
  margin-left: 0.197917rem;
}
.app-container .manageCenter .mid_message_box .mid_message .bottom .item img {
  opacity: 0;
}
.app-container .manageCenter .mid_message_box .mid_message .bottom .item:hover {
  color: #3E98EF;
}
.app-container .manageCenter .mid_message_box .mid_message .bottom .item:hover .time {
  color: #3E98EF;
}
.app-container .manageCenter .mid_message_box .mid_message .bottom .item:hover img {
  opacity: 1;
}
.app-container .manageCenter .mid_message_box .mid_message_box_download {
  width: 3.203125rem;
  height: 0.786458rem;
  background: #FFFFFF;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.03);
  border-radius: 0.15625rem;
}
.app-container .manageCenter .mid_message_box .mid_message_box_download .mid_message_box_download_top_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.app-container .manageCenter .mid_message_box .mid_message_box_download .mid_message_box_download_top_box .mid_message_box_download_top_box_left {
  width: 100%;
  height: 0.526042rem;
  margin-top: 0.130208rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.app-container .manageCenter .mid_message_box .mid_message_box_download .mid_message_box_download_top_box .mid_message_box_download_top_box_left .mid_message_box_download_top_box_left_top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.app-container .manageCenter .mid_message_box .mid_message_box_download .mid_message_box_download_top_box .mid_message_box_download_top_box_left .mid_message_box_download_top_box_left_top .title {
  width: 0.520833rem;
  height: 0.166667rem;
  font-size: 0.125rem;
  font-weight: normal;
  color: #202D58;
  margin-left: 0.130208rem;
  white-space: nowrap;
  border-bottom: 0.010417rem solid #3E98F9;
}
.app-container .manageCenter .mid_message_box .mid_message_box_download .mid_message_box_download_top_box .mid_message_box_download_top_box_left .mid_message_box_download_top_box_left_top .tips {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 0.166667rem;
  white-space: nowrap;
}
.app-container .manageCenter .mid_message_box .mid_message_box_download .mid_message_box_download_top_box .mid_message_box_download_top_box_left .mid_message_box_download_top_box_left_top .tips span {
  font-size: 0.072917rem;
  font-weight: normal;
  color: #202D58;
  margin-left: 0.130208rem;
}
.app-container .manageCenter .mid_message_box .mid_message_box_download .mid_message_box_download_top_box .mid_message_box_download_top_box_left .mid_message_box_download_info {
  width: 100%;
  height: 0.1875rem;
  margin-left: 0.130208rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.app-container .manageCenter .mid_message_box .mid_message_box_download .mid_message_box_download_top_box .mid_message_box_download_top_box_left .mid_message_box_download_info .mid_message_box_download_info_btn_1 {
  height: 0.1875rem;
  background: #3E98F9;
  border-radius: 0.03125rem;
  padding: 0.052083rem 0.125rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.app-container .manageCenter .mid_message_box .mid_message_box_download .mid_message_box_download_top_box .mid_message_box_download_top_box_left .mid_message_box_download_info .mid_message_box_download_info_btn_1 span {
  font-size: 0.083333rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.09375rem;
}
.app-container .manageCenter .mid_message_box .mid_message_box_download .mid_message_box_download_top_box .mid_message_box_download_top_box_left .mid_message_box_download_info .mid_message_box_download_info_btn_2 {
  height: 0.1875rem;
  background: #E8F0FF;
  border-radius: 0.03125rem;
  padding: 0.052083rem 0.125rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-left: 0.057292rem;
}
.app-container .manageCenter .mid_message_box .mid_message_box_download .mid_message_box_download_top_box .mid_message_box_download_top_box_left .mid_message_box_download_info .mid_message_box_download_info_btn_2 span {
  font-size: 0.083333rem;
  font-weight: 400;
  color: #3E98F9;
  line-height: 0.09375rem;
}
.app-container .manageCenter .mid_message_box .mid_message_box_download .mid_message_box_download_top_box .mid_message_box_download_top_box_left .mid_message_box_download_info .mid_message_box_download_info_btn_2:hover {
  background: #3E98F9;
}
.app-container .manageCenter .mid_message_box .mid_message_box_download .mid_message_box_download_top_box .mid_message_box_download_top_box_left .mid_message_box_download_info .mid_message_box_download_info_btn_2:hover span {
  color: #FFFFFF;
}
.app-container .manageCenter .mid_message_box .mid_message_box_download .mid_message_box_download_top_box .mid_message_box_download_top_box_right_box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.app-container .manageCenter .mid_message_box .mid_message_box_download .mid_message_box_download_top_box .mid_message_box_download_top_box_right_box .mid_message_box_download_top_box_right {
  width: 0.526042rem;
  height: 0.526042rem;
  background: #FFFFFF;
  border: 0.010417rem solid #3E98F9;
  border-radius: 0.03125rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.052083rem;
}
.app-container .manageCenter .mid_message_box .mid_message_box_download .mid_message_box_download_top_box .mid_message_box_download_top_box_right_box .mid_message_box_download_top_box_right img {
  width: 0.442708rem;
  height: 0.442708rem;
}
.app-container .manageCenter .mid_message_box .mid_message_box_download .mid_message_box_download_top_box .mid_message_box_download_top_box_right_box .mid_message_box_download_top_box_right_code_btn {
  height: 0.104167rem;
  background: #3E98F9;
  border-radius: 0.015625rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 0.520833rem;
  margin-right: 0.130208rem;
  margin-top: 0.0625rem;
}
.app-container .manageCenter .mid_message_box .mid_message_box_download .mid_message_box_download_top_box .mid_message_box_download_top_box_right_box .mid_message_box_download_top_box_right_code_btn span {
  font-size: 0.0625rem;
  font-weight: 400;
  color: #fff;
  line-height: 0.09375rem;
}
.app-container .manageCenter .game_list {
  display: flex;
  margin: 0.078125rem;
  background: #fff;
  height: 2.046875rem;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.13);
  border-radius: 0.151042rem;
  flex-direction: column;
  overflow: hidden;
}
.app-container .manageCenter .game_list .top {
  height: 0.286458rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.130208rem;
}
.app-container .manageCenter .game_list .top .title {
  height: 0.166667rem;
  font-size: 0.125rem;
  font-weight: normal;
  color: #202D58;
  margin-left: 0.130208rem;
  border-bottom: 0.010417rem solid #3E98F9;
}
.app-container .manageCenter .game_list .rect {
  padding-bottom: 0.041667rem;
}
.app-container .manageCenter .game_list .rect .bottom_rect {
  width: 2.895833rem;
}
.app-container .manageCenter .game_list .rect .bottom_rect .bottom_list_item {
  height: 0.291667rem;
  margin: 0.010417rem 0.130208rem 0.072917rem 0.130208rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.app-container .manageCenter .game_list .rect .bottom_rect .bottom_list_item .bottom_item_head {
  width: 0.291667rem;
  height: 0.291667rem;
  border-radius: 0.046875rem;
}
.app-container .manageCenter .game_list .rect .bottom_rect .bottom_list_item .bottom_item_head img {
  width: 0.291667rem;
  height: 0.291667rem;
  border-radius: 0.046875rem;
}
.app-container .manageCenter .game_list .rect .bottom_rect .bottom_list_item .bottom_item_info {
  margin: 0 0.0625rem;
  flex-grow: 1;
  height: 0.291667rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.app-container .manageCenter .game_list .rect .bottom_rect .bottom_list_item .bottom_item_info .bottom_game_name {
  overflow: hidden;
  height: 0.09375rem;
  font-size: 0.083333rem;
  font-weight: normal;
  color: #505050;
}
.app-container .manageCenter .game_list .rect .bottom_rect .bottom_list_item .bottom_item_info .bottom_game_type {
  overflow: hidden;
  font-size: 0.072917rem;
  font-weight: normal;
  color: #9F9F9F;
}
.app-container .manageCenter .game_list .rect .bottom_rect .bottom_list_item .bottom_item_info .bottom_game_desc {
  height: 0.072917rem;
  font-size: 0.072917rem;
  font-weight: normal;
  color: #3E98F9;
}
.app-container .manageCenter .game_list .rect .bottom_rect .bottom_list_item .bottom_item_btn {
  cursor: pointer;
  width: 0.34375rem;
  min-width: 0.34375rem;
  height: 0.145833rem;
  background: #3E98F9;
  border-radius: 0.067708rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.app-container .manageCenter .game_list .rect .bottom_rect .bottom_list_item .bottom_item_btn span {
  text-align: center;
  font-size: 0.072917rem;
  font-weight: normal;
  color: #FEFEFE;
}
.swiper-slide2 {
  display: flex;
  flex-direction: row;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-pagination-bullet {
  width: 0.052083rem;
  height: 0.052083rem;
  border: 0.010417rem solid #3E98F9;
  border-radius: 0.026042rem;
  background: unset !important;
}
.swiper-pagination-bullet-active {
  width: 0.0625rem;
  height: 0.0625rem;
  border: 0.010417rem solid #3E98F9;
  border-radius: 50%;
  background: unset !important;
  margin-top: 0.026042rem;
}
.swiper-container {
  height: 1.5625rem;
}
.icon_float_activity {
  position: fixed;
  cursor: pointer;
  z-index: 9999999;
  opacity: .9;
}
.icon_float_activity img {
  width: 0.979167rem;
  height: 1.3125rem;
}
.icon_float_activity span {
  position: absolute;
  right: 0.104167rem;
  top: 0.15625rem;
  color: #FB3232;
}var map = {
	"./af": "K/tc",
	"./af.js": "K/tc",
	"./ar": "jnO4",
	"./ar-dz": "o1bE",
	"./ar-dz.js": "o1bE",
	"./ar-kw": "Qj4J",
	"./ar-kw.js": "Qj4J",
	"./ar-ly": "HP3h",
	"./ar-ly.js": "HP3h",
	"./ar-ma": "CoRJ",
	"./ar-ma.js": "CoRJ",
	"./ar-sa": "gjCT",
	"./ar-sa.js": "gjCT",
	"./ar-tn": "bYM6",
	"./ar-tn.js": "bYM6",
	"./ar.js": "jnO4",
	"./az": "SFxW",
	"./az.js": "SFxW",
	"./be": "H8ED",
	"./be.js": "H8ED",
	"./bg": "hKrs",
	"./bg.js": "hKrs",
	"./bm": "p/rL",
	"./bm.js": "p/rL",
	"./bn": "kEOa",
	"./bn-bd": "loYQ",
	"./bn-bd.js": "loYQ",
	"./bn.js": "kEOa",
	"./bo": "0mo+",
	"./bo.js": "0mo+",
	"./br": "aIdf",
	"./br.js": "aIdf",
	"./bs": "JVSJ",
	"./bs.js": "JVSJ",
	"./ca": "1xZ4",
	"./ca.js": "1xZ4",
	"./cs": "PA2r",
	"./cs.js": "PA2r",
	"./cv": "A+xa",
	"./cv.js": "A+xa",
	"./cy": "l5ep",
	"./cy.js": "l5ep",
	"./da": "DxQv",
	"./da.js": "DxQv",
	"./de": "tGlX",
	"./de-at": "s+uk",
	"./de-at.js": "s+uk",
	"./de-ch": "u3GI",
	"./de-ch.js": "u3GI",
	"./de.js": "tGlX",
	"./dv": "WYrj",
	"./dv.js": "WYrj",
	"./el": "jUeY",
	"./el.js": "jUeY",
	"./en-au": "Dmvi",
	"./en-au.js": "Dmvi",
	"./en-ca": "OIYi",
	"./en-ca.js": "OIYi",
	"./en-gb": "Oaa7",
	"./en-gb.js": "Oaa7",
	"./en-ie": "4dOw",
	"./en-ie.js": "4dOw",
	"./en-il": "czMo",
	"./en-il.js": "czMo",
	"./en-in": "7C5Q",
	"./en-in.js": "7C5Q",
	"./en-nz": "b1Dy",
	"./en-nz.js": "b1Dy",
	"./en-sg": "t+mt",
	"./en-sg.js": "t+mt",
	"./eo": "Zduo",
	"./eo.js": "Zduo",
	"./es": "iYuL",
	"./es-do": "CjzT",
	"./es-do.js": "CjzT",
	"./es-mx": "tbfe",
	"./es-mx.js": "tbfe",
	"./es-us": "Vclq",
	"./es-us.js": "Vclq",
	"./es.js": "iYuL",
	"./et": "7BjC",
	"./et.js": "7BjC",
	"./eu": "D/JM",
	"./eu.js": "D/JM",
	"./fa": "jfSC",
	"./fa.js": "jfSC",
	"./fi": "gekB",
	"./fi.js": "gekB",
	"./fil": "1ppg",
	"./fil.js": "1ppg",
	"./fo": "ByF4",
	"./fo.js": "ByF4",
	"./fr": "nyYc",
	"./fr-ca": "2fjn",
	"./fr-ca.js": "2fjn",
	"./fr-ch": "Dkky",
	"./fr-ch.js": "Dkky",
	"./fr.js": "nyYc",
	"./fy": "cRix",
	"./fy.js": "cRix",
	"./ga": "USCx",
	"./ga.js": "USCx",
	"./gd": "9rRi",
	"./gd.js": "9rRi",
	"./gl": "iEDd",
	"./gl.js": "iEDd",
	"./gom-deva": "qvJo",
	"./gom-deva.js": "qvJo",
	"./gom-latn": "DKr+",
	"./gom-latn.js": "DKr+",
	"./gu": "4MV3",
	"./gu.js": "4MV3",
	"./he": "x6pH",
	"./he.js": "x6pH",
	"./hi": "3E1r",
	"./hi.js": "3E1r",
	"./hr": "S6ln",
	"./hr.js": "S6ln",
	"./hu": "WxRl",
	"./hu.js": "WxRl",
	"./hy-am": "1rYy",
	"./hy-am.js": "1rYy",
	"./id": "UDhR",
	"./id.js": "UDhR",
	"./is": "BVg3",
	"./is.js": "BVg3",
	"./it": "bpih",
	"./it-ch": "bxKX",
	"./it-ch.js": "bxKX",
	"./it.js": "bpih",
	"./ja": "B55N",
	"./ja.js": "B55N",
	"./jv": "tUCv",
	"./jv.js": "tUCv",
	"./ka": "IBtZ",
	"./ka.js": "IBtZ",
	"./kk": "bXm7",
	"./kk.js": "bXm7",
	"./km": "6B0Y",
	"./km.js": "6B0Y",
	"./kn": "PpIw",
	"./kn.js": "PpIw",
	"./ko": "Ivi+",
	"./ko.js": "Ivi+",
	"./ku": "JCF/",
	"./ku.js": "JCF/",
	"./ky": "lgnt",
	"./ky.js": "lgnt",
	"./lb": "RAwQ",
	"./lb.js": "RAwQ",
	"./lo": "sp3z",
	"./lo.js": "sp3z",
	"./lt": "JvlW",
	"./lt.js": "JvlW",
	"./lv": "uXwI",
	"./lv.js": "uXwI",
	"./me": "KTz0",
	"./me.js": "KTz0",
	"./mi": "aIsn",
	"./mi.js": "aIsn",
	"./mk": "aQkU",
	"./mk.js": "aQkU",
	"./ml": "AvvY",
	"./ml.js": "AvvY",
	"./mn": "lYtQ",
	"./mn.js": "lYtQ",
	"./mr": "Ob0Z",
	"./mr.js": "Ob0Z",
	"./ms": "6+QB",
	"./ms-my": "ZAMP",
	"./ms-my.js": "ZAMP",
	"./ms.js": "6+QB",
	"./mt": "G0Uy",
	"./mt.js": "G0Uy",
	"./my": "honF",
	"./my.js": "honF",
	"./nb": "bOMt",
	"./nb.js": "bOMt",
	"./ne": "OjkT",
	"./ne.js": "OjkT",
	"./nl": "+s0g",
	"./nl-be": "2ykv",
	"./nl-be.js": "2ykv",
	"./nl.js": "+s0g",
	"./nn": "uEye",
	"./nn.js": "uEye",
	"./oc-lnc": "Fnuy",
	"./oc-lnc.js": "Fnuy",
	"./pa-in": "8/+R",
	"./pa-in.js": "8/+R",
	"./pl": "jVdC",
	"./pl.js": "jVdC",
	"./pt": "8mBD",
	"./pt-br": "0tRk",
	"./pt-br.js": "0tRk",
	"./pt.js": "8mBD",
	"./ro": "lyxo",
	"./ro.js": "lyxo",
	"./ru": "lXzo",
	"./ru.js": "lXzo",
	"./sd": "Z4QM",
	"./sd.js": "Z4QM",
	"./se": "//9w",
	"./se.js": "//9w",
	"./si": "7aV9",
	"./si.js": "7aV9",
	"./sk": "e+ae",
	"./sk.js": "e+ae",
	"./sl": "gVVK",
	"./sl.js": "gVVK",
	"./sq": "yPMs",
	"./sq.js": "yPMs",
	"./sr": "zx6S",
	"./sr-cyrl": "E+lV",
	"./sr-cyrl.js": "E+lV",
	"./sr.js": "zx6S",
	"./ss": "Ur1D",
	"./ss.js": "Ur1D",
	"./sv": "X709",
	"./sv.js": "X709",
	"./sw": "dNwA",
	"./sw.js": "dNwA",
	"./ta": "PeUW",
	"./ta.js": "PeUW",
	"./te": "XLvN",
	"./te.js": "XLvN",
	"./tet": "V2x9",
	"./tet.js": "V2x9",
	"./tg": "Oxv6",
	"./tg.js": "Oxv6",
	"./th": "EOgW",
	"./th.js": "EOgW",
	"./tk": "Wv91",
	"./tk.js": "Wv91",
	"./tl-ph": "Dzi0",
	"./tl-ph.js": "Dzi0",
	"./tlh": "z3Vd",
	"./tlh.js": "z3Vd",
	"./tr": "DoHr",
	"./tr.js": "DoHr",
	"./tzl": "z1FC",
	"./tzl.js": "z1FC",
	"./tzm": "wQk9",
	"./tzm-latn": "tT3J",
	"./tzm-latn.js": "tT3J",
	"./tzm.js": "wQk9",
	"./ug-cn": "YRex",
	"./ug-cn.js": "YRex",
	"./uk": "raLr",
	"./uk.js": "raLr",
	"./ur": "UpQW",
	"./ur.js": "UpQW",
	"./uz": "Loxo",
	"./uz-latn": "AQ68",
	"./uz-latn.js": "AQ68",
	"./uz.js": "Loxo",
	"./vi": "KSF8",
	"./vi.js": "KSF8",
	"./x-pseudo": "/X5v",
	"./x-pseudo.js": "/X5v",
	"./yo": "fzPg",
	"./yo.js": "fzPg",
	"./zh-cn": "XDpg",
	"./zh-cn.js": "XDpg",
	"./zh-hk": "SatO",
	"./zh-hk.js": "SatO",
	"./zh-mo": "OmwH",
	"./zh-mo.js": "OmwH",
	"./zh-tw": "kOpN",
	"./zh-tw.js": "kOpN"
};


function webpackContext(req) {
	var id = webpackContextResolve(req);
	return __webpack_require__(id);
}
function webpackContextResolve(req) {
	if(!__webpack_require__.o(map, req)) {
		var e = new Error("Cannot find module '" + req + "'");
		e.code = 'MODULE_NOT_FOUND';
		throw e;
	}
	return map[req];
}
webpackContext.keys = function webpackContextKeys() {
	return Object.keys(map);
};
webpackContext.resolve = webpackContextResolve;
module.exports = webpackContext;
webpackContext.id = "RnhZ";.warning-row {
  background: #a1f58e !important;
}
.el-table th,
.el-table tr {
  background-color: unset !important;
}.title[data-v-fc62381a] {
  display: block;
  font-size: 0.083333rem;
  padding: 0.026042rem;
}
.rtms_index_container[data-v-fc62381a] {
  position: relative;
}
.rtms_index_container .rtms_index_container_title[data-v-fc62381a] {
  width: 100%;
  height: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.052083rem 0;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item[data-v-fc62381a] {
  width: 1.979167rem;
  height: 0.625rem;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.18);
  border-radius: 0.072917rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item .rtms_index_container_title_item_left[data-v-fc62381a] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-direction: column;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item .rtms_index_container_title_item_left .bg_1[data-v-fc62381a] {
  background: #67ADFF;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item .rtms_index_container_title_item_left .bg_1 span[data-v-fc62381a] {
  color: #FFFFFF;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item .rtms_index_container_title_item_left .bg_2[data-v-fc62381a] {
  background: #FF9251;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item .rtms_index_container_title_item_left .bg_2 span[data-v-fc62381a] {
  color: #FFFFFF;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item .rtms_index_container_title_item_left .rtms_index_container_title_item_left_num[data-v-fc62381a] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  width: 100%;
  position: relative;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item .rtms_index_container_title_item_left .rtms_index_container_title_item_left_num .rtms_index_container_title_item_left_num_1[data-v-fc62381a] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item .rtms_index_container_title_item_left .rtms_index_container_title_item_left_num .rtms_index_container_title_item_left_num_1 span[data-v-fc62381a] {
  font-size: 0.15625rem;
  font-weight: 400;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item .rtms_index_container_title_item_left .rtms_index_container_title_item_left_num .rtms_index_container_title_item_left_num_2[data-v-fc62381a] {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 0.15625rem;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item .rtms_index_container_title_item_left .rtms_index_container_title_item_left_num .rtms_index_container_title_item_left_num_2 span[data-v-fc62381a] {
  font-size: 0.09375rem;
  font-weight: 300;
  color: #FFFFFF;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item .rtms_index_container_title_item_left .rtms_index_container_title_item_left_num .rtms_icon_1[data-v-fc62381a] {
  position: absolute;
  left: 0;
  bottom: 0;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item .rtms_index_container_title_item_left .rtms_index_container_title_item_left_num .rtms_icon_2[data-v-fc62381a] {
  position: absolute;
  right: 0;
  bottom: 0;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item .rtms_index_container_title_item_left .bg_btn_1[data-v-fc62381a] {
  background: #2C8AF8;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item .rtms_index_container_title_item_left .bg_btn_1 span[data-v-fc62381a] {
  color: #FFFFFF;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item .rtms_index_container_title_item_left .bg_btn_2[data-v-fc62381a] {
  background: #FF6D15;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item .rtms_index_container_title_item_left .bg_btn_2 span[data-v-fc62381a] {
  color: #FFFFFF;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item .rtms_index_container_title_item_left .rtms_index_container_title_item_left_btn[data-v-fc62381a] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.208333rem;
  width: 100%;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item .rtms_index_container_title_item_left .rtms_index_container_title_item_left_btn span[data-v-fc62381a] {
  font-size: 0.072917rem;
  font-weight: 300;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item .bg_3[data-v-fc62381a] {
  background: #EFF4FF;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item .bg_3 span[data-v-fc62381a] {
  color: #3492FF;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item .bg_4[data-v-fc62381a] {
  background: #FFF8F4;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item .bg_4 span[data-v-fc62381a] {
  color: #FF6000;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item .rtms_index_container_title_item_right[data-v-fc62381a] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-direction: column;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item .rtms_index_container_title_item_right .rtms_index_container_title_item_right_num[data-v-fc62381a] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  width: 100%;
  position: relative;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item .rtms_index_container_title_item_right .rtms_index_container_title_item_right_num .rtms_index_container_title_item_right_num_1[data-v-fc62381a] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item .rtms_index_container_title_item_right .rtms_index_container_title_item_right_num .rtms_index_container_title_item_right_num_1 span[data-v-fc62381a] {
  font-size: 0.15625rem;
  font-weight: 400;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item .rtms_index_container_title_item_right .rtms_index_container_title_item_right_num .rtms_index_container_title_item_right_num_2[data-v-fc62381a] {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 0.15625rem;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item .rtms_index_container_title_item_right .rtms_index_container_title_item_right_num .rtms_index_container_title_item_right_num_2 span[data-v-fc62381a] {
  font-size: 0.09375rem;
  font-weight: 300;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item .rtms_index_container_title_item_right .rtms_index_container_title_item_right_num .rtms_icon_3[data-v-fc62381a] {
  position: absolute;
  left: 0;
  bottom: 0;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item .rtms_index_container_title_item_right .rtms_index_container_title_item_right_num .rtms_icon_4[data-v-fc62381a] {
  position: absolute;
  right: 0;
  top: 0;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item .rtms_index_container_title_item_right .bg_btn_3[data-v-fc62381a] {
  background: #4EA0FF;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item .rtms_index_container_title_item_right .bg_btn_3 span[data-v-fc62381a] {
  color: #FFFFFF;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item .rtms_index_container_title_item_right .bg_btn_4[data-v-fc62381a] {
  background: #FF8942;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item .rtms_index_container_title_item_right .bg_btn_4 span[data-v-fc62381a] {
  color: #FFFFFF;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item .rtms_index_container_title_item_right .rtms_index_container_title_item_right_btn[data-v-fc62381a] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.208333rem;
  width: 100%;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item .rtms_index_container_title_item_right .rtms_index_container_title_item_right_btn span[data-v-fc62381a] {
  font-size: 0.072917rem;
  font-weight: 300;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item2[data-v-fc62381a] {
  width: 1.979167rem;
  height: 0.625rem;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.18);
  border-radius: 0.072917rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  flex-direction: column;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item2 .bg_5[data-v-fc62381a] {
  background: #EFF4FF;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item2 .bg_5 span[data-v-fc62381a] {
  color: #3492FF;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item2 .bg_6[data-v-fc62381a] {
  background: #FFF8F4;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item2 .bg_6 span[data-v-fc62381a] {
  color: #FF6000;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item2 .rtms_index_container_title_item2_top[data-v-fc62381a] {
  flex-grow: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item2 .rtms_index_container_title_item2_top .rtms_index_container_title_item2_top_num_1[data-v-fc62381a] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item2 .rtms_index_container_title_item2_top .rtms_index_container_title_item2_top_num_1 span[data-v-fc62381a] {
  font-size: 0.15625rem;
  font-weight: 400;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item2 .rtms_index_container_title_item2_top .rtms_index_container_title_item2_top_num_2[data-v-fc62381a] {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 0.15625rem;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item2 .rtms_index_container_title_item2_top .rtms_index_container_title_item2_top_num_2 span[data-v-fc62381a] {
  font-size: 0.09375rem;
  font-weight: 300;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item2 .rtms_index_container_title_item2_top .rtms_icon_9[data-v-fc62381a] {
  position: absolute;
  left: 0;
  bottom: 0;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item2 .rtms_index_container_title_item2_top .rtms_icon_10[data-v-fc62381a] {
  position: absolute;
  right: 0;
  top: 0;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item2 .bg_btn_5[data-v-fc62381a] {
  background: #4EA0FF;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item2 .bg_btn_5 span[data-v-fc62381a] {
  color: #FFFFFF;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item2 .bg_btn_6[data-v-fc62381a] {
  background: #FF8942;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item2 .bg_btn_6 span[data-v-fc62381a] {
  color: #FFFFFF;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item2 .rtms_index_container_title_item2_bottom[data-v-fc62381a] {
  height: 0.208333rem;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item2 .rtms_index_container_title_item2_bottom .rtms_index_container_title_item2_bottom_btn_sel1[data-v-fc62381a] {
  background: #1D80F4;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item2 .rtms_index_container_title_item2_bottom .rtms_index_container_title_item2_bottom_btn_sel2[data-v-fc62381a] {
  background: #FF6509;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item2 .rtms_index_container_title_item2_bottom .rtms_index_container_title_item2_bottom_btn_hover1[data-v-fc62381a]:hover {
  background: #71B3FF;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item2 .rtms_index_container_title_item2_bottom .rtms_index_container_title_item2_bottom_btn_hover2[data-v-fc62381a]:hover {
  background: #FFA772;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item2 .rtms_index_container_title_item2_bottom .rtms_index_container_title_item2_bottom_btn[data-v-fc62381a] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.494792rem;
  height: 0.135417rem;
  border-radius: 0.015625rem;
  cursor: pointer;
  transition: .5s ease;
}
.rtms_index_container .rtms_index_container_title .rtms_index_container_title_item2 .rtms_index_container_title_item2_bottom .rtms_index_container_title_item2_bottom_btn span[data-v-fc62381a] {
  font-size: 0.072917rem;
  font-weight: 300;
  color: #FFFFFF;
}
.labelStyle[data-v-fc62381a] {
  display: block;
  padding: 0.026042rem;
  background-color: #f2f2f2;
}
.flag_name[data-v-fc62381a] {
  cursor: default;
  color: #00abfe;
}
.base_background[data-v-fc62381a] {
  background: #FFFFFF;
  border-radius: 0.041667rem;
  margin: 0.052083rem 0;
}
.base_background_mask[data-v-fc62381a] {
  background: #fff;
  border-radius: 0.151042rem;
}
.left_30[data-v-fc62381a] {
  margin-left: 0;
}.warning-row {
  background: #a1f58e !important;
}.el-dialog__wrapper[data-v-39a29de1] {
  position: fixed;
  bottom: 0.104167rem;
  overflow: auto;
  margin: 0;
  width: 5.208333rem;
  height: 4.6875rem;
  left: calc(50% - 2.083333rem);
  top: calc(50% - 2.34375rem);
}
article[data-v-39a29de1] {
  margin: 0.052083rem;
}
.title[data-v-39a29de1] {
  display: block;
  font-size: 0.083333rem;
  padding: 0.026042rem;
}
.labelStyle[data-v-39a29de1] {
  display: block;
  padding: 0.026042rem;
  background-color: #f2f2f2;
}
.flag_name[data-v-39a29de1] {
  cursor: default;
  color: #00abfe;
}[data-v-68d17b43] .el-input__inner {
  height: 0.1875rem;
}
[data-v-68d17b43] .el-form-item__label {
  width: 0.885417rem;
  height: 0.098958rem;
  font-size: 0.104167rem;
  font-weight: 500;
  color: #656565;
  line-height: 0.171875rem;
}
[data-v-68d17b43] .el-form-item__content {
  margin-left: 0.885417rem;
  margin-right: 0.052083rem;
}
.trans[data-v-68d17b43] {
  background: rgba(0,0,0,0.3);
  z-index: 9;
}
.base_background[data-v-68d17b43] {
  background: #FFFFFF;
  border-radius: 0.114583rem;
  margin: 0.15625rem;
}
.batchCreate_container[data-v-68d17b43] {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.batchCreate_container .batchCreate_info[data-v-68d17b43] {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: start;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.32);
  width: 2.96875rem;
  height: 2.135417rem;
  border-radius: 0.114583rem;
}
.batchCreate_container .batchCreate_info .top[data-v-68d17b43] {
  margin-top: 0.104167rem;
  height: 0.338542rem;
  width: 100%;
  border-bottom: 0.005208rem solid #EAEAEA;
}
.batchCreate_container .batchCreate_info .top .batchCreate_info_title[data-v-68d17b43] {
  margin-left: 0.1875rem;
  height: 0.213542rem;
  font-size: 0.114583rem;
  font-weight: 400;
  color: #494949;
}
.batchCreate_container .batchCreate_info .batchCreate_form[data-v-68d17b43] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 0.197917rem;
}
.batchCreate_container .batchCreate_info .batchCreate_form .inputSize[data-v-68d17b43] {
  width: 1.322917rem;
  height: 0.1875rem;
  font-size: 0.104167rem;
  font-weight: 300;
  color: #494949;
  line-height: 0.171875rem;
}
.batchCreate_container .batchCreate_info .confim_btn[data-v-68d17b43] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #FFFFFF;
  margin: 0.0625rem auto 0.208333rem auto;
  text-align: center;
  font-weight: lighter;
  background: #1297ED;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.batchCreate_container .batchCreate_info .confim_btn[data-v-68d17b43]:hover {
  background: #4581E0;
}
.batchCreate_container .batchCreate_info .cancel_btn[data-v-68d17b43] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #000;
  margin: 0.0625rem 0.15625rem 0.208333rem 0.416667rem;
  text-align: center;
  font-weight: lighter;
  background: #FFFFFF;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.batchCreate_container .batchCreate_info .cancel_btn[data-v-68d17b43]:hover {
  background: #4581E0;
  color: #FFFFFF;
}
.batchCreate_container .batchCreate_info .inputSel[data-v-68d17b43] {
  border: 0.005208rem solid #09A9CB;
  border-radius: 0.026042rem;
}
.batchCreate_container .batchCreate_info .inputNor[data-v-68d17b43] {
  border: 0.005208rem solid #ADADAD;
  border-radius: 0.026042rem;
}.warning-row {
  background: #a1f58e !important;
}
.app-container {
  background: #f5f7fe !important;
}.title[data-v-0b4e8efe] {
  display: block;
  font-size: 0.083333rem;
  padding: 0.026042rem;
}
.labelStyle[data-v-0b4e8efe] {
  display: block;
  padding: 0.026042rem;
  background-color: #f2f2f2;
}
.flag_name[data-v-0b4e8efe] {
  cursor: default;
  color: #00abfe;
}
.base_background[data-v-0b4e8efe] {
  background: #FFFFFF;
  border-radius: 0.041667rem;
  margin: 0.052083rem 0;
}
.base_background_mask[data-v-0b4e8efe] {
  background: #fff;
  border-radius: 0.151042rem;
}
.left_30[data-v-0b4e8efe] {
  margin-left: 0;
}
.register_top_desc[data-v-0b4e8efe] {
  width: 100%;
  height: 0.15625rem;
  margin: 0.026042rem 0 0.052083rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.register_top_desc span[data-v-0b4e8efe] {
  font-size: 0.09375rem;
  font-weight: bold;
  color: #ff4641;
}
.register_index_container[data-v-0b4e8efe] {
  position: relative;
}[data-v-364ad340] .el-input__inner {
  height: 0.1875rem;
}
[data-v-364ad340] .el-form-item__label {
  width: 0.833333rem;
  height: 0.098958rem;
  font-size: 0.104167rem;
  font-weight: 500;
  color: #656565;
  line-height: 0.171875rem;
}
[data-v-364ad340] .el-form-item__content {
  margin-left: 0.833333rem;
  margin-right: 0.104167rem;
}
.trans[data-v-364ad340] {
  z-index: 9;
  background: rgba(0,0,0,0.3);
}
.base_background[data-v-364ad340] {
  background: #FFFFFF;
  border-radius: 0.114583rem;
  margin: 0.15625rem;
}
.Info_dialog_container[data-v-364ad340] {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.Info_dialog_container .Info_dialog_info[data-v-364ad340] {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.32);
  width: 2.96875rem;
  height: 1.614583rem;
}
.Info_dialog_container .Info_dialog_info .top[data-v-364ad340] {
  height: 0.286458rem;
  width: 100%;
  border-bottom: 0.005208rem solid #EAEAEA;
  margin-bottom: 0.052083rem;
  background: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Info_dialog_container .Info_dialog_info .top .Info_dialog_info_title[data-v-364ad340] {
  margin-left: 0.1875rem;
  font-size: 0.09375rem;
  font-weight: 400;
  color: #494949;
}
.Info_dialog_container .Info_dialog_info .Info_dialog_form[data-v-364ad340] {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0.052083rem;
  margin-left: 0.208333rem;
}
.Info_dialog_container .Info_dialog_info .confim_btn[data-v-364ad340] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #FFFFFF;
  margin: 0.098958rem auto 0.208333rem auto;
  text-align: center;
  font-weight: lighter;
  background: #1297ED;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.Info_dialog_container .Info_dialog_info .confim_btn[data-v-364ad340]:hover {
  background: #4581E0;
}
.Info_dialog_container .Info_dialog_info .cancel_btn[data-v-364ad340] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #000;
  margin: 0.1875rem 0.15625rem 0.208333rem 0.364583rem;
  text-align: center;
  font-weight: lighter;
  background: #FFFFFF;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.Info_dialog_container .Info_dialog_info .cancel_btn[data-v-364ad340]:hover {
  background: #4581E0;
  color: #FFFFFF;
}
.Info_dialog_container .Info_dialog_info .inputSel[data-v-364ad340] {
  border: 0.005208rem solid #09A9CB;
  border-radius: 0.026042rem;
}
.Info_dialog_container .Info_dialog_info .inputNor[data-v-364ad340] {
  border: 0.005208rem solid #ADADAD;
  border-radius: 0.026042rem;
}
.close_img_cont[data-v-364ad340] {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.close_img_cont .close_img[data-v-364ad340] {
  margin-top: -0.052083rem;
  margin-right: 0.104167rem;
  width: 0.15625rem;
  height: 0.15625rem;
  cursor: pointer;
}.warning-row {
  background: #a1f58e !important;
}.redWord[data-v-640de4b2] {
  color: red !important;
}
.title[data-v-640de4b2] {
  display: block;
  font-size: 0.083333rem;
  padding: 0.026042rem;
}
.labelStyle[data-v-640de4b2] {
  display: block;
  padding: 0.026042rem;
  background-color: #f2f2f2;
}
.flag_name[data-v-640de4b2] {
  cursor: default;
  color: #00abfe;
}
.base_background[data-v-640de4b2] {
  background: #FFFFFF;
  border-radius: 0.041667rem;
  margin: 0.052083rem 0;
}
.base_background_mask[data-v-640de4b2] {
  background: #fff;
  border-radius: 0.151042rem;
}
.left_30[data-v-640de4b2] {
  margin-left: 0;
}
.order_top_desc[data-v-640de4b2] {
  width: 100%;
  height: 0.15625rem;
  margin: 0.026042rem 0 0.052083rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.order_top_desc span[data-v-640de4b2] {
  font-size: 0.09375rem;
  font-weight: bold;
  color: #ff4641;
}
.order_bottom_desc[data-v-640de4b2] {
  width: 100%;
  height: 0.15625rem;
  margin: 0.026042rem 0 0.052083rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.order_bottom_desc .order_bottom_desc_lab_1[data-v-640de4b2] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.order_bottom_desc .order_bottom_desc_lab_1 span[data-v-640de4b2] {
  font-size: 0.072917rem;
  font-weight: 400;
  color: #515151;
}
.order_bottom_desc .order_bottom_desc_lab_2[data-v-640de4b2] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.260417rem;
}
.order_bottom_desc .order_bottom_desc_lab_2 span[data-v-640de4b2] {
  font-size: 0.072917rem;
  font-weight: 400;
  color: #515151;
}
.order_bottom_desc .order_bottom_desc_lab_3[data-v-640de4b2] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.260417rem;
}
.order_bottom_desc .order_bottom_desc_lab_3 span[data-v-640de4b2] {
  font-size: 0.072917rem;
  font-weight: 400;
  color: #515151;
}
.order_bottom_desc .order_bottom_desc_lab_4[data-v-640de4b2] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.260417rem;
}
.order_bottom_desc .order_bottom_desc_lab_4 span[data-v-640de4b2] {
  font-size: 0.072917rem;
  font-weight: 400;
  color: #515151;
}
.order_index_container[data-v-640de4b2] {
  position: relative;
}.material-lib-style .el-tabs__header {
  margin: 0.036458rem 0;
}
.material-lib-style .el-tabs__header .el-tabs__item {
  height: 0.15625rem;
  line-height: 0.15625rem;
}
.margin_10 {
  margin-top: 0.052083rem;
}
.data_container {
  padding: 0.104167rem;
  background: #f5f7fe;
  position: relative;
}
.data_base_background {
  padding: 0.052083rem 0.104167rem;
  background: #FFFFFF;
  border-radius: 0.151042rem;
  margin: 0 0;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.13);
}[data-v-351a7297] .el-input__inner {
  height: 0.1875rem;
}
[data-v-351a7297] .el-form-item__label {
  width: 0.833333rem;
  height: 0.098958rem;
  font-size: 0.104167rem;
  font-family: Source Han Sans SC;
  font-weight: 500;
  color: #656565;
  line-height: 0.171875rem;
}
[data-v-351a7297] .el-form-item__content {
  margin-left: 0.833333rem;
  margin-right: 0.104167rem;
}
[data-v-351a7297] .el-table--border {
  border-radius: 0 !important;
  border: 0.005208rem solid #EBEEF5 !important;
}
[data-v-351a7297] .el-table__body-wrapper {
  height: 85% !important;
}
.trans[data-v-351a7297] {
  z-index: 9;
  background: rgba(0,0,0,0.3);
}
.base_background[data-v-351a7297] {
  background: #FFFFFF;
  border-radius: 0.114583rem;
  margin: 0.15625rem;
}
.settle_account_container[data-v-351a7297] {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.settle_account_container .settle_account_info[data-v-351a7297] {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.32);
  height: 1.875rem;
}
.settle_account_container .settle_account_info .top[data-v-351a7297] {
  height: 0.286458rem;
  width: 100%;
  border-bottom: 0.005208rem solid #EAEAEA;
  background: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.settle_account_container .settle_account_info .top .settle_account_info_title[data-v-351a7297] {
  margin-left: 0.1875rem;
  font-size: 0.09375rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #494949;
}
.settle_account_container .settle_account_info .top .close_img_cont[data-v-351a7297] {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.settle_account_container .settle_account_info .top .close_img_cont .close_img[data-v-351a7297] {
  margin-top: 0;
  margin-right: 0.052083rem;
  width: 0.15625rem;
  height: 0.15625rem;
  cursor: pointer;
}
.settle_account_container .settle_account_info .settle_account_form[data-v-351a7297] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 0.09375rem;
}
.settle_account_container .settle_account_info .settle_account_form .inputSizeText[data-v-351a7297] {
  width: 1.322917rem;
  height: 0.708333rem;
  font-size: 0.072917rem;
  font-family: Source Han Sans SC;
  font-weight: 500;
  color: #494949;
  line-height: 0.171875rem;
}
.settle_account_container .settle_account_info .confim_btn[data-v-351a7297] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #FFFFFF;
  margin: 0.098958rem auto 0.208333rem auto;
  text-align: center;
  font-weight: lighter;
  background: #1297ED;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.settle_account_container .settle_account_info .confim_btn[data-v-351a7297]:hover {
  background: #4581E0;
}
.settle_account_container .settle_account_info .cancel_btn[data-v-351a7297] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #000;
  margin: 0.1875rem 0.15625rem 0.208333rem 0.364583rem;
  text-align: center;
  font-weight: lighter;
  background: #FFFFFF;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.settle_account_container .settle_account_info .cancel_btn[data-v-351a7297]:hover {
  background: #4581E0;
  color: #FFFFFF;
}
.settle_account_container .settle_account_info .inputSel[data-v-351a7297] {
  border: 0.005208rem solid #09A9CB;
  border-radius: 0.026042rem;
}
.settle_account_container .settle_account_info .inputNor[data-v-351a7297] {
  border: 0.005208rem solid #ADADAD;
  border-radius: 0.026042rem;
}
.table_name[data-v-351a7297] {
  width: 100%;
  height: 0.197917rem;
  line-height: 0.197917rem;
  font-size: 0.083333rem;
  color: #606266;
  background-color: rgba(120,130,140,0.2);
  text-indent: 0.15625rem;
}.warning-row {
  background: #a1f58e !important;
}
.el-table th,
.el-table tr {
  background-color: unset !important;
}
.guide_index_container {
  position: relative;
}.download_android_btn[data-v-56706409] {
  color: #29bb43;
  background: #dff8e3;
  border: none;
}
.download_android_btn[data-v-56706409]:hover {
  color: #fff;
  background: #29bb43;
}
.download_mini_btn[data-v-56706409] {
  color: #fc881d;
  background: #fff5eb;
  border: none;
}
.download_mini_btn[data-v-56706409]:hover {
  color: #fff;
  background: #fc881d;
}
.guide_index_base_background[data-v-56706409] {
  background: #FFFFFF;
  border-radius: 0.052083rem;
  margin: 0.052083rem 0;
}
.applyAllGameDesc[data-v-56706409] {
  position: absolute;
  right: 0.78125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0.052083rem;
}
.applyAllGameDesc span[data-v-56706409] {
  font-size: 0.0625rem;
  font-weight: bold;
  color: #909090;
}
.applyAllGame[data-v-56706409] {
  position: absolute;
  right: 0.104167rem;
}
.guide_index_base_background_mask[data-v-56706409] {
  background: #fff;
  border-radius: 0.052083rem;
}
.title[data-v-56706409] {
  display: block;
  font-size: 0.083333rem;
  padding: 0.026042rem;
}
.labelStyle[data-v-56706409] {
  display: block;
  padding: 0.026042rem;
  background-color: #f2f2f2;
}
.flag_name[data-v-56706409] {
  cursor: default;
  color: #00abfe;
}
.apply_btn[data-v-56706409] {
  color: #fff;
  background-color: #409eff;
  border: none;
}
.apply_btn[data-v-56706409]:hover {
  color: #fff;
  background-color: #66b1ff;
}
.applying_btn[data-v-56706409] {
  color: #fff;
  background-color: #ffa800;
  border: none;
}
.applying_btn[data-v-56706409]:hover {
  color: #fff;
  background-color: #ffbb39;
}
.publish_btn[data-v-56706409] {
  color: #fff;
  background-color: #ff6d23;
  border: none;
}
.publish_btn[data-v-56706409]:hover {
  color: #fff;
  background-color: #ff894d;
}
.downLoad_btn[data-v-56706409] {
  color: #fff;
  background-color: #23b71f;
  border: none;
}
.downLoad_btn[data-v-56706409]:hover {
  color: #fff;
  background-color: #36cb2e;
}
.quick_btn[data-v-56706409] {
  color: #23b71f;
  border: #23b71f 0.005208rem solid;
  background-color: unset;
}
.quick_btn[data-v-56706409]:hover {
  color: #fff;
  background-color: #36cb2e;
}
.margin_30[data-v-56706409] {
  margin-left: 0 !important;
}.warning-row {
  background: #a1f58e !important;
}
.el-table th,
.el-table tr {
  background-color: unset !important;
}
.guide_index_container {
  position: relative;
}.download_android_btn[data-v-63139c22] {
  color: #29bb43;
  background: #dff8e3;
  border: none;
}
.download_android_btn[data-v-63139c22]:hover {
  color: #fff;
  background: #29bb43;
}
.download_mini_btn[data-v-63139c22] {
  color: #fc881d;
  background: #fff5eb;
  border: none;
}
.download_mini_btn[data-v-63139c22]:hover {
  color: #fff;
  background: #fc881d;
}
.guide_index_base_background[data-v-63139c22] {
  background: #FFFFFF;
  border-radius: 0.052083rem;
  margin: 0.052083rem 0;
}
.applyAllGameDesc[data-v-63139c22] {
  position: absolute;
  right: 0.78125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0.052083rem;
}
.applyAllGameDesc span[data-v-63139c22] {
  font-size: 0.0625rem;
  font-weight: bold;
  color: #909090;
}
.applyAllGame[data-v-63139c22] {
  position: absolute;
  right: 0.104167rem;
}
.guide_index_base_background_mask[data-v-63139c22] {
  background: #fff;
  border-radius: 0.052083rem;
}
.guide_index_base_background_code_box[data-v-63139c22] {
  width: 100%;
  height: 0.9375rem;
  border-radius: 0.041667rem;
  border: 0.005208rem solid #A5D1FF;
  margin-bottom: 0.052083rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.052083rem 0.104167rem;
  box-sizing: border-box;
}
.guide_index_base_background_code_box .guide_index_base_background_code_box_left[data-v-63139c22] {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.104167rem;
  width: 0;
  flex-grow: 1;
  margin-right: 0.052083rem;
  height: 100%;
}
.guide_index_base_background_code_box .guide_index_base_background_code_box_left .guide_index_base_background_code_box_left_title[data-v-63139c22] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.guide_index_base_background_code_box .guide_index_base_background_code_box_left .guide_index_base_background_code_box_left_title span[data-v-63139c22] {
  font-size: 0.130208rem;
  color: #0D141E;
  line-height: 0.161458rem;
}
.guide_index_base_background_code_box .guide_index_base_background_code_box_left .guide_index_base_background_code_box_left_desc[data-v-63139c22] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.guide_index_base_background_code_box .guide_index_base_background_code_box_left .guide_index_base_background_code_box_left_desc span[data-v-63139c22] {
  font-size: 0.078125rem;
  color: #0D141E;
  line-height: 0.109375rem;
}
.guide_index_base_background_code_box .guide_index_base_background_code_box_right[data-v-63139c22] {
  width: 2.083333rem;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.guide_index_base_background_code_box .guide_index_base_background_code_box_right .guide_index_base_background_code_box_right_code[data-v-63139c22] {
  width: 0.833333rem;
  height: 0.833333rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.041667rem;
  border: 0.015625rem solid #8bc7ff;
  overflow: hidden;
}
.guide_index_base_background_code_box .guide_index_base_background_code_box_right .guide_index_base_background_code_box_right_code img[data-v-63139c22] {
  width: 0.833333rem;
  height: 0.833333rem;
}
.guide_index_base_background_code_box .guide_index_base_background_code_box_right .guide_index_base_background_code_box_right_btn_box[data-v-63139c22] {
  margin-left: 0.104167rem;
  height: 100%;
  width: 0;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.104167rem;
}
.guide_index_base_background_code_box .guide_index_base_background_code_box_right .guide_index_base_background_code_box_right_btn_box .guide_index_base_background_code_box_copy[data-v-63139c22] {
  background-color: #409EFF;
  border-color: #409EFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.015625rem;
  padding: 0.041667rem 0.041667rem;
  box-sizing: border-box;
  cursor: pointer;
}
.guide_index_base_background_code_box .guide_index_base_background_code_box_right .guide_index_base_background_code_box_right_btn_box .guide_index_base_background_code_box_copy span[data-v-63139c22] {
  font-size: 0.072917rem;
  color: #FFF;
  line-height: 0.067708rem;
}
.guide_index_base_background_code_box .guide_index_base_background_code_box_right .guide_index_base_background_code_box_right_btn_box .guide_index_base_background_code_box_switch_box[data-v-63139c22] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.104167rem;
}
.guide_index_base_background_code_box .guide_index_base_background_code_box_right .guide_index_base_background_code_box_right_btn_box .guide_index_base_background_code_box_switch_box .guide_index_base_background_code_box_switch_box_title[data-v-63139c22] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.guide_index_base_background_code_box .guide_index_base_background_code_box_right .guide_index_base_background_code_box_right_btn_box .guide_index_base_background_code_box_switch_box .guide_index_base_background_code_box_switch_box_title span[data-v-63139c22] {
  font-size: 0.078125rem;
  color: #0D141E;
  line-height: 0.067708rem;
}
.title[data-v-63139c22] {
  display: block;
  font-size: 0.083333rem;
  padding: 0.026042rem;
}
.labelStyle[data-v-63139c22] {
  display: block;
  padding: 0.026042rem;
  background-color: #f2f2f2;
}
.flag_name[data-v-63139c22] {
  cursor: default;
  color: #00abfe;
}
.apply_btn[data-v-63139c22] {
  color: #fff;
  background-color: #409eff;
  border: none;
}
.apply_btn[data-v-63139c22]:hover {
  color: #fff;
  background-color: #66b1ff;
}
.applying_btn[data-v-63139c22] {
  color: #fff;
  background-color: #ffa800;
  border: none;
}
.applying_btn[data-v-63139c22]:hover {
  color: #fff;
  background-color: #ffbb39;
}
.publish_btn[data-v-63139c22] {
  color: #fff;
  background-color: #ff6d23;
  border: none;
}
.publish_btn[data-v-63139c22]:hover {
  color: #fff;
  background-color: #ff894d;
}
.downLoad_btn[data-v-63139c22] {
  color: #fff;
  background-color: #23b71f;
  border: none;
}
.downLoad_btn[data-v-63139c22]:hover {
  color: #fff;
  background-color: #36cb2e;
}
.quick_btn[data-v-63139c22] {
  color: #23b71f;
  border: #23b71f 0.005208rem solid;
  background-color: unset;
}
.quick_btn[data-v-63139c22]:hover {
  color: #fff;
  background-color: #36cb2e;
}
.margin_30[data-v-63139c22] {
  margin-left: 0 !important;
}
.guide_index_fixed_box[data-v-63139c22] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  background-color: rgba(0,0,0,0.46);
  top: 0;
  left: 0;
  z-index: 99999;
}
.guide_index_fixed_box .guide_index_fixed_box_code[data-v-63139c22] {
  width: 1.354167rem;
  height: 1.354167rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.041667rem;
  border: 0.015625rem solid #8bc7ff;
  overflow: hidden;
}
.guide_index_fixed_box .guide_index_fixed_box_code img[data-v-63139c22] {
  width: 1.354167rem;
  height: 1.354167rem;
}.warning-row {
  background: #a1f58e !important;
}.el-dialog__wrapper[data-v-275980e8] {
  position: fixed;
  bottom: 0.104167rem;
  overflow: auto;
  margin: 0;
  width: 5.208333rem;
  height: 4.6875rem;
  left: calc(50% - 2.083333rem);
  top: calc(50% - 2.34375rem);
}
.lookInfoDialog[data-v-275980e8] {
  margin-top: -0.15625rem;
}
.lookInfoDialog .kaiFu[data-v-275980e8] {
  overflow: auto;
  display: flex;
  justify-content: start;
  flex-direction: column;
  margin-bottom: 0.052083rem;
  height: 2.34375rem;
}
.lookInfoDialog .kaiFu .title[data-v-275980e8] {
  width: 100%;
  height: 0.234375rem;
  font-size: 0.114583rem;
  font-weight: 400;
  color: #494949;
}
.lookInfoDialog .kaiFu .info[data-v-275980e8] {
  width: 100%;
  height: 2.34375rem;
  overflow: auto;
}
.lookInfoDialog .kaiFu .info .list[data-v-275980e8] {
  display: flex;
  height: 2.083333rem;
  justify-content: start;
  flex-direction: column;
  overflow: auto;
}
.lookInfoDialog .kaiFu .info .list .item[data-v-275980e8] {
  display: flex;
  height: 0.322917rem;
  align-items: center;
  margin-top: 0.010417rem;
}
.lookInfoDialog .kaiFu .info .list .item .left[data-v-275980e8] {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6F6F6;
  width: 1.5625rem;
  height: 0.317708rem;
  border: 0.005208rem solid rgba(101,101,101,0.41);
}
.lookInfoDialog .kaiFu .info .list .item .left span[data-v-275980e8] {
  text-align: center;
  font-size: 0.09375rem;
  font-weight: 300;
  color: #494949;
}
.lookInfoDialog .kaiFu .info .list .item .right[data-v-275980e8] {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E0F3FF;
  width: 1.5625rem;
  height: 0.317708rem;
  border: 0.005208rem solid #96c7ff;
}
.lookInfoDialog .kaiFu .info .list .item .right span[data-v-275980e8] {
  text-align: center;
  font-size: 0.09375rem;
  font-weight: 300;
  color: #393939;
}
.lookInfoDialog .vip[data-v-275980e8] {
  overflow: auto;
  display: flex;
  justify-content: start;
  flex-direction: column;
  margin-bottom: 0.052083rem;
}
.lookInfoDialog .vip .title[data-v-275980e8] {
  width: 100%;
  height: 0.234375rem;
  font-size: 0.114583rem;
  font-weight: 400;
  color: #494949;
}
.lookInfoDialog .vip .info[data-v-275980e8] {
  width: 100%;
  max-height: 2.34375rem;
  overflow: auto;
}
.lookInfoDialog .vip .info .item[data-v-275980e8] {
  display: flex;
  height: 0.322917rem;
  align-items: center;
  margin-top: 0.010417rem;
}
.lookInfoDialog .vip .info .item .left[data-v-275980e8] {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6F6F6;
  width: 1.5625rem;
  height: 0.317708rem;
  border: 0.005208rem solid rgba(101,101,101,0.41);
}
.lookInfoDialog .vip .info .item .left span[data-v-275980e8] {
  text-align: center;
  font-size: 0.09375rem;
  font-weight: 300;
  color: #494949;
}
.lookInfoDialog .vip .info .item .right[data-v-275980e8] {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E0F3FF;
  width: 1.5625rem;
  height: 0.317708rem;
  border: 0.005208rem solid #96c7ff;
}
.lookInfoDialog .vip .info .item .right span[data-v-275980e8] {
  text-align: center;
  font-size: 0.09375rem;
  font-weight: 300;
  color: #393939;
}
.lookInfoDialog .activity[data-v-275980e8] {
  overflow: auto;
  display: flex;
  justify-content: start;
  flex-direction: column;
}
.lookInfoDialog .activity .title[data-v-275980e8] {
  width: 100%;
  height: 0.234375rem;
  font-size: 0.114583rem;
  font-weight: 400;
  color: #494949;
}
.lookInfoDialog .activity .info[data-v-275980e8] {
  width: 100%;
  max-height: 2.34375rem;
  overflow: auto;
}
.lookInfoDialog .activity .info .list[data-v-275980e8] {
  display: flex;
  height: 2.083333rem;
  justify-content: start;
  flex-direction: column;
  overflow: auto;
}
.lookInfoDialog .activity .info .list .item[data-v-275980e8] {
  display: flex;
  height: 0.322917rem;
  align-items: center;
  margin-top: 0.010417rem;
}
.lookInfoDialog .activity .info .list .item .left[data-v-275980e8] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5625rem;
  height: 0.317708rem;
  border: 0.005208rem solid rgba(101,101,101,0.41);
  background: #F6F6F6;
  overflow: hidden;
}
.lookInfoDialog .activity .info .list .item .left span[data-v-275980e8] {
  text-align: center;
  font-size: 0.078125rem;
  font-weight: 300;
  color: #494949;
}
.lookInfoDialog .activity .info .list .item .right[data-v-275980e8] {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  background: #F6F6F6;
  width: 1.5625rem;
  height: 0.317708rem;
  border: 0.005208rem solid rgba(101,101,101,0.41);
}
.lookInfoDialog .activity .info .list .item .right span[data-v-275980e8] {
  text-align: center;
  font-size: 0.09375rem;
  font-weight: 300;
  color: #393939;
}
.lookInfoDialog .activity .info .list .item .goBtn[data-v-275980e8] {
  width: 0.572917rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E0F3FF;
  height: 0.317708rem;
  border: 0.005208rem solid #96c7ff;
  cursor: pointer;
}
.lookInfoDialog .activity .info .list .item .goBtn span[data-v-275980e8] {
  text-align: center;
  font-size: 0.09375rem;
  font-weight: 300;
  color: #393939;
}[data-v-a99f7136] .el-input__inner {
  height: 0.1875rem;
}
[data-v-a99f7136] .el-form-item__label {
  width: 0.833333rem;
  height: 0.098958rem;
  font-size: 0.104167rem;
  font-family: Source Han Sans SC;
  font-weight: 500;
  color: #656565;
  line-height: 0.171875rem;
}
[data-v-a99f7136] .el-form-item__content {
  margin-left: 0.833333rem;
  margin-right: 0.104167rem;
}
[data-v-a99f7136] .el-table--border {
  border-radius: 0 !important;
  border: 0.005208rem solid #EBEEF5 !important;
}
[data-v-a99f7136] .el-table__body-wrapper {
  height: 85% !important;
}
.trans[data-v-a99f7136] {
  z-index: 9;
  background: rgba(0,0,0,0.3);
}
.base_background[data-v-a99f7136] {
  background: #FFFFFF;
  border-radius: 0.114583rem;
  margin: 0.15625rem;
}
.settle_account_container[data-v-a99f7136] {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.settle_account_container .settle_account_info[data-v-a99f7136] {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.32);
  height: 1.875rem;
}
.settle_account_container .settle_account_info .top[data-v-a99f7136] {
  height: 0.286458rem;
  width: 100%;
  border-bottom: 0.005208rem solid #EAEAEA;
  background: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.settle_account_container .settle_account_info .top .settle_account_info_title[data-v-a99f7136] {
  margin-left: 0.1875rem;
  font-size: 0.09375rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #494949;
}
.settle_account_container .settle_account_info .top .close_img_cont[data-v-a99f7136] {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.settle_account_container .settle_account_info .top .close_img_cont .close_img[data-v-a99f7136] {
  margin-top: 0;
  margin-right: 0.052083rem;
  width: 0.15625rem;
  height: 0.15625rem;
  cursor: pointer;
}
.settle_account_container .settle_account_info .settle_account_form[data-v-a99f7136] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 0.09375rem;
}
.settle_account_container .settle_account_info .settle_account_form .inputSizeText[data-v-a99f7136] {
  width: 1.322917rem;
  height: 0.708333rem;
  font-size: 0.072917rem;
  font-family: Source Han Sans SC;
  font-weight: 500;
  color: #494949;
  line-height: 0.171875rem;
}
.settle_account_container .settle_account_info .confim_btn[data-v-a99f7136] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #FFFFFF;
  margin: 0.098958rem auto 0.208333rem auto;
  text-align: center;
  font-weight: lighter;
  background: #1297ED;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.settle_account_container .settle_account_info .confim_btn[data-v-a99f7136]:hover {
  background: #4581E0;
}
.settle_account_container .settle_account_info .cancel_btn[data-v-a99f7136] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #000;
  margin: 0.1875rem 0.15625rem 0.208333rem 0.364583rem;
  text-align: center;
  font-weight: lighter;
  background: #FFFFFF;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.settle_account_container .settle_account_info .cancel_btn[data-v-a99f7136]:hover {
  background: #4581E0;
  color: #FFFFFF;
}
.settle_account_container .settle_account_info .inputSel[data-v-a99f7136] {
  border: 0.005208rem solid #09A9CB;
  border-radius: 0.026042rem;
}
.settle_account_container .settle_account_info .inputNor[data-v-a99f7136] {
  border: 0.005208rem solid #ADADAD;
  border-radius: 0.026042rem;
}
.table_name[data-v-a99f7136] {
  width: 100%;
  height: 0.197917rem;
  line-height: 0.197917rem;
  font-size: 0.083333rem;
  color: #606266;
  background-color: rgba(120,130,140,0.2);
  text-indent: 0.15625rem;
}.warning-row {
  background: #a1f58e !important;
}
.el-table th,
.el-table tr {
  background-color: unset !important;
}
.guide_index_container {
  position: relative;
}.download_android_btn[data-v-646e28f0] {
  color: #29bb43;
  background: #dff8e3;
  border: none;
}
.download_android_btn[data-v-646e28f0]:hover {
  color: #fff;
  background: #29bb43;
}
.download_mini_btn[data-v-646e28f0] {
  color: #fc881d;
  background: #fff5eb;
  border: none;
}
.download_mini_btn[data-v-646e28f0]:hover {
  color: #fff;
  background: #fc881d;
}
.guide_index_base_background[data-v-646e28f0] {
  background: #FFFFFF;
  border-radius: 0.052083rem;
  margin: 0.052083rem 0;
}
.guide_index_base_background_mask[data-v-646e28f0] {
  background: #fff;
  border-radius: 0.052083rem;
}
.title[data-v-646e28f0] {
  display: block;
  font-size: 0.083333rem;
  padding: 0.026042rem;
}
.labelStyle[data-v-646e28f0] {
  display: block;
  padding: 0.026042rem;
  background-color: #f2f2f2;
}
.flag_name[data-v-646e28f0] {
  cursor: default;
  color: #00abfe;
}
.apply_btn[data-v-646e28f0] {
  color: #fff;
  background-color: #409eff;
  border: none;
}
.apply_btn[data-v-646e28f0]:hover {
  color: #fff;
  background-color: #66b1ff;
}
.applying_btn[data-v-646e28f0] {
  color: #fff;
  background-color: #ffa800;
  border: none;
}
.applying_btn[data-v-646e28f0]:hover {
  color: #fff;
  background-color: #ffbb39;
}
.publish_btn[data-v-646e28f0] {
  color: #fff;
  background-color: #ff6d23;
  border: none;
}
.publish_btn[data-v-646e28f0]:hover {
  color: #fff;
  background-color: #ff894d;
}
.downLoad_btn[data-v-646e28f0] {
  color: #fff;
  background-color: #23b71f;
  border: none;
}
.downLoad_btn[data-v-646e28f0]:hover {
  color: #fff;
  background-color: #36cb2e;
}
.quick_btn[data-v-646e28f0] {
  color: #23b71f;
  border: #23b71f 0.005208rem solid;
  background-color: unset;
}
.quick_btn[data-v-646e28f0]:hover {
  color: #fff;
  background-color: #36cb2e;
}
.margin_30[data-v-646e28f0] {
  margin-left: 0 !important;
}.material-lib-style .el-tabs__header {
  margin: 0.036458rem 0;
}
.material-lib-style .el-tabs__header .el-tabs__item {
  height: 0.15625rem;
  line-height: 0.15625rem;
}
.guide_container {
  padding: 0.088542rem 0.104167rem;
  background: #f5f7fe;
  position: relative;
}
.guide_base_background {
  padding: 0.052083rem 0.104167rem;
  background: #FFFFFF;
  border-radius: 0.151042rem;
  margin: 0 0;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.13);
}.warning-row {
  background: #a1f58e !important;
}
.el-table th,
.el-table tr {
  background-color: unset !important;
}
.charge_game_index_container {
  position: relative;
}.charge_game_index_base_background[data-v-2276afc1] {
  background: #FFFFFF;
  border-radius: 0.052083rem;
  margin: 0.052083rem 0;
}
.applyAllGameDesc[data-v-2276afc1] {
  position: absolute;
  right: 0.78125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0.052083rem;
}
.applyAllGameDesc span[data-v-2276afc1] {
  font-size: 0.0625rem;
  font-weight: bold;
  color: #909090;
}
.applyAllGame[data-v-2276afc1] {
  position: absolute;
  right: 0.104167rem;
}
.charge_game_index_base_background_mask[data-v-2276afc1] {
  background: #fff;
  border-radius: 0.052083rem;
}
.title[data-v-2276afc1] {
  display: block;
  font-size: 0.083333rem;
  padding: 0.026042rem;
}
.labelStyle[data-v-2276afc1] {
  display: block;
  padding: 0.026042rem;
  background-color: #f2f2f2;
}
.flag_name[data-v-2276afc1] {
  cursor: default;
  color: #00abfe;
}
.apply_btn[data-v-2276afc1] {
  color: #fff;
  background-color: #409eff;
  border: none;
}
.apply_btn[data-v-2276afc1]:hover {
  color: #fff;
  background-color: #66b1ff;
}
.applying_btn[data-v-2276afc1] {
  color: #fff;
  background-color: #ffa800;
  border: none;
}
.applying_btn[data-v-2276afc1]:hover {
  color: #fff;
  background-color: #ffbb39;
}
.publish_btn[data-v-2276afc1] {
  color: #fff;
  background-color: #ff6d23;
  border: none;
}
.publish_btn[data-v-2276afc1]:hover {
  color: #fff;
  background-color: #ff894d;
}
.downLoad_btn[data-v-2276afc1] {
  color: #fff;
  background-color: #23b71f;
  border: none;
}
.downLoad_btn[data-v-2276afc1]:hover {
  color: #fff;
  background-color: #36cb2e;
}
.margin_30[data-v-2276afc1] {
  margin-left: 0 !important;
}.material-lib-style .el-tabs__header {
  margin: 0.036458rem 0;
}
.material-lib-style .el-tabs__header .el-tabs__item {
  height: 0.15625rem;
  line-height: 0.15625rem;
}
.charge_game_container {
  padding: 0.088542rem 0.104167rem;
  background: #f5f7fe;
  position: relative;
}
.charge_game_base_background {
  padding: 0.052083rem 0.104167rem;
  background: #FFFFFF;
  border-radius: 0.151042rem;
  margin: 0 0;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.13);
}.title[data-v-d9127c4e] {
  display: block;
  color: red;
  margin: 0.026042rem;
}.warning-row {
  background: #a1f58e !important;
}
.el-table th,
.el-table tr {
  background-color: unset !important;
}
.app-container {
  background: #f5f7fe !important;
}.title[data-v-53dcef6a] {
  display: block;
  font-size: 0.083333rem;
  padding: 0.026042rem;
}
.labelStyle[data-v-53dcef6a] {
  display: block;
  padding: 0.026042rem;
  background-color: #f2f2f2;
}
.base_background[data-v-53dcef6a] {
  background: #FFFFFF;
  border-radius: 0.041667rem;
  margin: 0.052083rem 0;
}
.promote_container[data-v-53dcef6a] {
  position: relative;
}
.promote_base_background[data-v-53dcef6a] {
  background: #FFFFFF;
  border-radius: 0.041667rem;
  margin: 0.052083rem 0;
}
.margin_30[data-v-53dcef6a] {
  margin-left: 0;
}.title[data-v-8ea5af0a] {
  display: block;
  color: red;
  margin: 0.026042rem;
}.warning-row {
  background: #a1f58e !important;
}
.el-table th,
.el-table tr {
  background-color: unset !important;
}
.app-container {
  background: #f5f7fe !important;
}.title[data-v-75301424] {
  display: block;
  font-size: 0.083333rem;
  padding: 0.026042rem;
}
.labelStyle[data-v-75301424] {
  display: block;
  padding: 0.026042rem;
  background-color: #f2f2f2;
}
.base_background[data-v-75301424] {
  background: #FFFFFF;
  border-radius: 0.041667rem;
  margin: 0.052083rem 0;
}
.promote_container[data-v-75301424] {
  position: relative;
}
.promote_base_background[data-v-75301424] {
  background: #FFFFFF;
  border-radius: 0.041667rem;
  margin: 0.052083rem 0;
}
.margin_30[data-v-75301424] {
  margin-left: 0;
}.material-lib-style .el-tabs__header {
  margin: 0.036458rem 0;
}
.material-lib-style .el-tabs__header .el-tabs__item {
  height: 0.15625rem;
  line-height: 0.15625rem;
}
.margin_10 {
  margin-top: 0.052083rem;
}
.data_container {
  padding: 0.104167rem;
  background: #f5f7fe;
  position: relative;
}
.data_base_background {
  padding: 0.052083rem 0.104167rem;
  background: #FFFFFF;
  border-radius: 0.151042rem;
  margin: 0 0;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.13);
}[data-v-7f7e64ad] .el-input__inner {
  height: 0.1875rem;
}
[data-v-7f7e64ad] .el-form-item__label {
  width: 0.833333rem;
  height: 0.098958rem;
  font-size: 0.104167rem;
  font-weight: 500;
  color: #656565;
  line-height: 0.171875rem;
}
[data-v-7f7e64ad] .el-form-item__content {
  margin-left: 0.833333rem;
  margin-right: 0.104167rem;
}
.trans[data-v-7f7e64ad] {
  z-index: 9;
  background: rgba(0,0,0,0.3);
}
.base_background[data-v-7f7e64ad] {
  background: #FFFFFF;
  border-radius: 0.114583rem;
  margin: 0.15625rem;
}
.Info_dialog_container[data-v-7f7e64ad] {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.Info_dialog_container .Info_dialog_info[data-v-7f7e64ad] {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.32);
  width: 2.96875rem;
  height: 1.614583rem;
}
.Info_dialog_container .Info_dialog_info .top[data-v-7f7e64ad] {
  height: 0.286458rem;
  width: 100%;
  border-bottom: 0.005208rem solid #EAEAEA;
  margin-bottom: 0.052083rem;
  background: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Info_dialog_container .Info_dialog_info .top .Info_dialog_info_title[data-v-7f7e64ad] {
  margin-left: 0.1875rem;
  font-size: 0.09375rem;
  font-weight: 400;
  color: #494949;
}
.Info_dialog_container .Info_dialog_info .Info_dialog_form[data-v-7f7e64ad] {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0.052083rem;
  margin-left: 0.208333rem;
}
.Info_dialog_container .Info_dialog_info .confim_btn[data-v-7f7e64ad] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #FFFFFF;
  margin: 0.098958rem auto 0.208333rem auto;
  text-align: center;
  font-weight: lighter;
  background: #1297ED;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.Info_dialog_container .Info_dialog_info .confim_btn[data-v-7f7e64ad]:hover {
  background: #4581E0;
}
.Info_dialog_container .Info_dialog_info .cancel_btn[data-v-7f7e64ad] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #000;
  margin: 0.1875rem 0.15625rem 0.208333rem 0.364583rem;
  text-align: center;
  font-weight: lighter;
  background: #FFFFFF;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.Info_dialog_container .Info_dialog_info .cancel_btn[data-v-7f7e64ad]:hover {
  background: #4581E0;
  color: #FFFFFF;
}
.Info_dialog_container .Info_dialog_info .inputSel[data-v-7f7e64ad] {
  border: 0.005208rem solid #09A9CB;
  border-radius: 0.026042rem;
}
.Info_dialog_container .Info_dialog_info .inputNor[data-v-7f7e64ad] {
  border: 0.005208rem solid #ADADAD;
  border-radius: 0.026042rem;
}
.close_img_cont[data-v-7f7e64ad] {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.close_img_cont .close_img[data-v-7f7e64ad] {
  margin-top: -0.052083rem;
  margin-right: 0.104167rem;
  width: 0.15625rem;
  height: 0.15625rem;
  cursor: pointer;
}[data-v-798a480c] .el-input__inner {
  height: 0.1875rem;
}
[data-v-798a480c] .el-form-item__label {
  width: 0.833333rem;
  height: 0.098958rem;
  font-size: 0.104167rem;
  font-family: Source Han Sans SC;
  font-weight: 500;
  color: #656565;
  line-height: 0.171875rem;
}
[data-v-798a480c] .el-form-item__content {
  margin-left: 0.833333rem;
  margin-right: 0.104167rem;
}
[data-v-798a480c] .el-table--border {
  border-radius: 0 !important;
  border: 0.005208rem solid #EBEEF5 !important;
}
[data-v-798a480c] .el-table__body-wrapper {
  height: 85% !important;
}
.trans[data-v-798a480c] {
  z-index: 9;
  background: rgba(0,0,0,0.3);
}
.base_background[data-v-798a480c] {
  background: #FFFFFF;
  border-radius: 0.114583rem;
  margin: 0.15625rem;
}
.settle_account_container[data-v-798a480c] {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.settle_account_container .settle_account_info[data-v-798a480c] {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.32);
  height: 1.875rem;
}
.settle_account_container .settle_account_info .top[data-v-798a480c] {
  height: 0.286458rem;
  width: 100%;
  border-bottom: 0.005208rem solid #EAEAEA;
  background: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.settle_account_container .settle_account_info .top .settle_account_info_title[data-v-798a480c] {
  margin-left: 0.1875rem;
  font-size: 0.09375rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #494949;
}
.settle_account_container .settle_account_info .top .close_img_cont[data-v-798a480c] {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.settle_account_container .settle_account_info .top .close_img_cont .close_img[data-v-798a480c] {
  margin-top: 0;
  margin-right: 0.052083rem;
  width: 0.15625rem;
  height: 0.15625rem;
  cursor: pointer;
}
.settle_account_container .settle_account_info .settle_account_form[data-v-798a480c] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 0.09375rem;
}
.settle_account_container .settle_account_info .settle_account_form .inputSizeText[data-v-798a480c] {
  width: 1.322917rem;
  height: 0.708333rem;
  font-size: 0.072917rem;
  font-family: Source Han Sans SC;
  font-weight: 500;
  color: #494949;
  line-height: 0.171875rem;
}
.settle_account_container .settle_account_info .confim_btn[data-v-798a480c] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #FFFFFF;
  margin: 0.098958rem auto 0.208333rem auto;
  text-align: center;
  font-weight: lighter;
  background: #1297ED;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.settle_account_container .settle_account_info .confim_btn[data-v-798a480c]:hover {
  background: #4581E0;
}
.settle_account_container .settle_account_info .cancel_btn[data-v-798a480c] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #000;
  margin: 0.1875rem 0.15625rem 0.208333rem 0.364583rem;
  text-align: center;
  font-weight: lighter;
  background: #FFFFFF;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.settle_account_container .settle_account_info .cancel_btn[data-v-798a480c]:hover {
  background: #4581E0;
  color: #FFFFFF;
}
.settle_account_container .settle_account_info .inputSel[data-v-798a480c] {
  border: 0.005208rem solid #09A9CB;
  border-radius: 0.026042rem;
}
.settle_account_container .settle_account_info .inputNor[data-v-798a480c] {
  border: 0.005208rem solid #ADADAD;
  border-radius: 0.026042rem;
}
.table_name[data-v-798a480c] {
  width: 100%;
  height: 0.197917rem;
  line-height: 0.197917rem;
  font-size: 0.083333rem;
  color: #606266;
  background-color: rgba(120,130,140,0.2);
  text-indent: 0.15625rem;
}.warning-row {
  background: #a1f58e !important;
}@keyframes hideForm-data-v-5d31a86c {
0% {
    width: 2.604167rem;
    opacity: .5;
}
100% {
    width: 0;
    opacity: 0;
}
}
@keyframes showForm-data-v-5d31a86c {
0% {
    width: 0;
    opacity: 0;
}
100% {
    width: 2.604167rem;
    opacity: 1;
}
}
[data-v-5d31a86c] .el-input__inner {
  height: 0.1875rem;
}
[data-v-5d31a86c] .el-form-item__label {
  width: 0.572917rem;
  height: 0.083333rem;
  font-size: 0.083333rem;
  font-weight: 500;
  color: #656565;
  line-height: 0.171875rem;
}
[data-v-5d31a86c] .el-form-item__content {
  margin-left: 0.572917rem;
}
.voucher_app-container[data-v-5d31a86c] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.052083rem 0.015625rem;
}
.voucher_app-container .show_base_background_left[data-v-5d31a86c] {
  animation: showForm-data-v-5d31a86c .5s linear 0s 1 forwards;
}
.voucher_app-container .hide_base_background_left[data-v-5d31a86c] {
  animation: hideForm-data-v-5d31a86c .5s linear 0s 1 forwards;
}
.voucher_app-container .base_background_left[data-v-5d31a86c] {
  width: 2.604167rem;
  height: 3.557292rem;
  background: #FFFFFF;
  border-radius: 0.114583rem;
}
.voucher_app-container .voucher_left[data-v-5d31a86c] {
  width: 2.34375rem;
  height: 3.557292rem;
  background: #FFFFFF;
  border-radius: 0.114583rem;
  border: 0.005208rem solid #A5D1FF;
  display: flex;
  padding: 0.104167rem 0.140625rem;
  flex-direction: column;
}
.voucher_app-container .voucher_left .voucher_title[data-v-5d31a86c] {
  border-bottom: 0.010417rem solid #3E98F9;
  width: 0.416667rem;
  height: 0.171875rem;
  white-space: nowrap;
}
.voucher_app-container .voucher_left .voucher_title span[data-v-5d31a86c] {
  height: 0.109375rem;
  font-size: 0.114583rem;
  font-weight: 400;
  color: #202D58;
  line-height: 0.171875rem;
}
.voucher_app-container .voucher_left .voucher_form[data-v-5d31a86c]::-webkit-scrollbar {
  width: 0.020833rem;
}
.voucher_app-container .voucher_left .voucher_form[data-v-5d31a86c]::-webkit-scrollbar-track {
  background-color: transparent;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.voucher_app-container .voucher_left .voucher_form[data-v-5d31a86c]::-webkit-scrollbar-thumb {
  background-color: rgba(147,147,153,0.5);
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.voucher_app-container .voucher_left .voucher_form[data-v-5d31a86c] {
  display: flex;
  justify-content: space-around;
  align-items: start;
  margin-top: 0.052083rem;
}
.voucher_app-container .voucher_left .voucher_form .inputSize[data-v-5d31a86c] {
  width: 1.375rem;
  height: 0.1875rem;
  font-size: 0.09375rem;
  font-weight: 500;
  color: #494949;
  line-height: 0.171875rem;
}
.voucher_app-container .voucher_left .voucher_form .red[data-v-5d31a86c] {
  color: #D11616;
}
.voucher_app-container .voucher_left .voucher_form .confim_btn[data-v-5d31a86c] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #FFFFFF;
  text-align: center;
  font-weight: lighter;
  background: #1297ED;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.voucher_app-container .voucher_left .voucher_form .confim_btn[data-v-5d31a86c]:hover {
  background: #4581E0;
}
.voucher_app-container .voucher_left .voucher_form .cancel_btn[data-v-5d31a86c] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #000;
  margin-top: 0;
  text-align: center;
  font-weight: lighter;
  background: #FFFFFF;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.voucher_app-container .voucher_left .voucher_form .cancel_btn[data-v-5d31a86c]:hover {
  background: #4581E0;
  color: #FFFFFF;
}
.voucher_app-container .base_background_right[data-v-5d31a86c] {
  min-width: 5.770833rem;
  flex-grow: 1;
  height: 3.557292rem;
  background: #FFFFFF;
  border-radius: 0.114583rem;
}
.voucher_app-container .voucher_right[data-v-5d31a86c] {
  min-width: 5.770833rem;
  height: 3.557292rem;
  background: #FFFFFF;
  border-radius: 0.114583rem;
  border: 0.005208rem solid #A5D1FF;
  padding: 0.104167rem;
  display: flex;
  flex-direction: column;
}
.voucher_app-container .voucher_right .right_title[data-v-5d31a86c] {
  border-bottom: 0.010417rem solid #3E98F9;
  width: 0.46875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.voucher_app-container .voucher_right .right_title span[data-v-5d31a86c] {
  height: 0.161458rem;
  font-size: 0.114583rem;
  font-weight: 400;
  color: #202D58;
  line-height: 0.171875rem;
}
.voucher_app-container .voucher_right .recharge_list[data-v-5d31a86c] {
  margin-top: 0.052083rem;
  flex-grow: 1;
}.warning-row {
  background: #a1f58e !important;
}[data-v-3738581f] .el-input__inner {
  height: 0.1875rem;
}
[data-v-3738581f] .el-form-item__label {
  width: 0.572917rem;
  height: 0.083333rem;
  font-size: 0.083333rem;
  font-weight: 500;
  color: #656565;
  line-height: 0.171875rem;
}
[data-v-3738581f] .el-form-item__content {
  margin-left: 0.572917rem;
}
.base_background_left[data-v-3738581f] {
  width: 2.604167rem;
  height: 3.557292rem;
  background: #FFFFFF;
  border-radius: 0.114583rem;
}
.voucher_app-container[data-v-3738581f] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.052083rem 0.015625rem;
}
.voucher_app-container .voucher_left[data-v-3738581f] {
  width: 2.34375rem;
  height: 3.557292rem;
  background: #FFFFFF;
  border-radius: 0.114583rem;
  border: 0.005208rem solid #A5D1FF;
  display: flex;
  padding: 0.104167rem 0.140625rem;
  flex-direction: column;
}
.voucher_app-container .voucher_left .voucher_title[data-v-3738581f] {
  border-bottom: 0.010417rem solid #3E98F9;
  width: 0.416667rem;
  height: 0.171875rem;
  white-space: nowrap;
}
.voucher_app-container .voucher_left .voucher_title span[data-v-3738581f] {
  height: 0.109375rem;
  font-size: 0.114583rem;
  font-weight: 400;
  color: #202D58;
  line-height: 0.171875rem;
}
.voucher_app-container .voucher_left .voucher_form[data-v-3738581f] {
  display: flex;
  justify-content: space-around;
  align-items: start;
  margin-top: 0.302083rem;
}
.voucher_app-container .voucher_left .voucher_form .inputSize[data-v-3738581f] {
  width: 1.375rem;
  height: 0.1875rem;
  font-size: 0.09375rem;
  font-weight: 500;
  color: #494949;
  line-height: 0.171875rem;
}
.voucher_app-container .voucher_left .voucher_form .red[data-v-3738581f] {
  color: #D11616;
}
.voucher_app-container .voucher_left .voucher_form .confim_btn[data-v-3738581f] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #FFFFFF;
  text-align: center;
  font-weight: lighter;
  background: #1297ED;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.voucher_app-container .voucher_left .voucher_form .confim_btn[data-v-3738581f]:hover {
  background: #4581E0;
}
.voucher_app-container .voucher_left .voucher_form .cancel_btn[data-v-3738581f] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #000;
  margin-top: 0.260417rem;
  text-align: center;
  font-weight: lighter;
  background: #FFFFFF;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.voucher_app-container .voucher_left .voucher_form .cancel_btn[data-v-3738581f]:hover {
  background: #4581E0;
  color: #FFFFFF;
}
.voucher_app-container .base_background_right[data-v-3738581f] {
  width: 5.770833rem;
  height: 3.557292rem;
  background: #FFFFFF;
  border-radius: 0.114583rem;
}
.voucher_app-container .voucher_right[data-v-3738581f] {
  width: 5.770833rem;
  height: 3.557292rem;
  background: #FFFFFF;
  border-radius: 0.114583rem;
  border: 0.005208rem solid #A5D1FF;
  padding: 0.104167rem;
  display: flex;
  flex-direction: column;
}
.voucher_app-container .voucher_right .right_title[data-v-3738581f] {
  border-bottom: 0.010417rem solid #3E98F9;
  width: 0.46875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.voucher_app-container .voucher_right .right_title span[data-v-3738581f] {
  height: 0.161458rem;
  font-size: 0.114583rem;
  font-weight: 400;
  color: #202D58;
  line-height: 0.171875rem;
}
.voucher_app-container .voucher_right .recharge_list[data-v-3738581f] {
  margin-top: 0.052083rem;
  flex-grow: 1;
}.warning-row {
  background: #a1f58e !important;
}[data-v-7fd51c66] .el-input__inner {
  height: 0.1875rem;
}
[data-v-7fd51c66] .el-form-item__label {
  width: 0.572917rem;
  height: 0.083333rem;
  font-size: 0.083333rem;
  font-weight: 500;
  color: #656565;
  line-height: 0.171875rem;
}
[data-v-7fd51c66] .el-form-item__content {
  margin-left: 0.572917rem;
}
.num_bg[data-v-7fd51c66] {
  width: 0.416667rem;
  height: 0.125rem;
  background: linear-gradient(0deg, #F15185 0%, #FF86AD 100%);
  border-radius: 0.0625rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.num_bg span[data-v-7fd51c66] {
  height: unset !important;
  width: unset !important;
  font-size: 0.072917rem !important;
  font-weight: 300;
  color: #FFFFFF !important;
}
.base_background_left[data-v-7fd51c66] {
  width: 2.604167rem;
  height: 3.557292rem;
  background: #FFFFFF;
  border-radius: 0.114583rem;
}
.voucher_app-container[data-v-7fd51c66] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.052083rem 0.015625rem;
}
.voucher_app-container .voucher_left[data-v-7fd51c66] {
  width: 2.34375rem;
  height: 3.557292rem;
  background: #FFFFFF;
  border-radius: 0.114583rem;
  border: 0.005208rem solid #A5D1FF;
  display: flex;
  padding: 0.104167rem 0.140625rem;
  flex-direction: column;
}
.voucher_app-container .voucher_left .voucher_title[data-v-7fd51c66] {
  border-bottom: 0.010417rem solid #3E98F9;
  width: 0.416667rem;
  height: 0.171875rem;
  white-space: nowrap;
}
.voucher_app-container .voucher_left .voucher_title span[data-v-7fd51c66] {
  height: 0.109375rem;
  font-size: 0.114583rem;
  font-weight: 400;
  color: #202D58;
  line-height: 0.171875rem;
}
.voucher_app-container .voucher_left .voucher_form[data-v-7fd51c66] {
  display: flex;
  justify-content: space-around;
  align-items: start;
  margin-top: 0.302083rem;
}
.voucher_app-container .voucher_left .voucher_form .inputSize[data-v-7fd51c66] {
  width: 1.375rem;
  height: 0.1875rem;
  font-size: 0.09375rem;
  font-weight: 500;
  color: #494949;
  line-height: 0.171875rem;
}
.voucher_app-container .voucher_left .voucher_form .red[data-v-7fd51c66] {
  color: #D11616;
}
.voucher_app-container .voucher_left .voucher_form .confim_btn[data-v-7fd51c66] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #FFFFFF;
  text-align: center;
  font-weight: lighter;
  background: #1297ED;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.voucher_app-container .voucher_left .voucher_form .confim_btn[data-v-7fd51c66]:hover {
  background: #4581E0;
}
.voucher_app-container .voucher_left .voucher_form .cancel_btn[data-v-7fd51c66] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #000;
  margin-top: 0.260417rem;
  text-align: center;
  font-weight: lighter;
  background: #FFFFFF;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.voucher_app-container .voucher_left .voucher_form .cancel_btn[data-v-7fd51c66]:hover {
  background: #4581E0;
  color: #FFFFFF;
}
.voucher_app-container .base_background_right[data-v-7fd51c66] {
  width: 5.770833rem;
  height: 3.557292rem;
  background: #FFFFFF;
  border-radius: 0.114583rem;
}
.voucher_app-container .voucher_right[data-v-7fd51c66] {
  width: 5.770833rem;
  height: 3.557292rem;
  background: #FFFFFF;
  border-radius: 0.114583rem;
  border: 0.005208rem solid #A5D1FF;
  padding: 0.104167rem;
  display: flex;
  flex-direction: column;
}
.voucher_app-container .voucher_right .right_title[data-v-7fd51c66] {
  border-bottom: 0.010417rem solid #3E98F9;
  width: 0.46875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.voucher_app-container .voucher_right .right_title span[data-v-7fd51c66] {
  height: 0.161458rem;
  font-size: 0.114583rem;
  font-weight: 400;
  color: #202D58;
  line-height: 0.171875rem;
}
.voucher_app-container .voucher_right .recharge_list[data-v-7fd51c66] {
  margin-top: 0.052083rem;
  flex-grow: 1;
}[data-v-26cb354c] .el-input__inner {
  height: 0.1875rem;
}
[data-v-26cb354c] .el-form-item__label {
  width: 0.885417rem;
  height: 0.098958rem;
  font-size: 0.104167rem;
  font-weight: 500;
  color: #656565;
  line-height: 0.171875rem;
}
[data-v-26cb354c] .el-form-item__content {
  margin-left: 0.885417rem;
  margin-right: 0.052083rem;
}
.trans[data-v-26cb354c] {
  background: rgba(0,0,0,0.3);
  z-index: 9;
}
.base_background[data-v-26cb354c] {
  background: #FFFFFF;
  border-radius: 0.114583rem;
  margin: 0.15625rem;
}
.pay_password_container[data-v-26cb354c] {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pay_password_container .pay_password_info[data-v-26cb354c] {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: start;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.32);
  width: 2.96875rem;
  height: 2.135417rem;
  border-radius: 0.114583rem;
}
.pay_password_container .pay_password_info .top[data-v-26cb354c] {
  height: 0.234375rem;
  width: 100%;
  border-bottom: 0.005208rem solid #EAEAEA;
  margin-bottom: 0.052083rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.pay_password_container .pay_password_info .top .pay_password_info_title[data-v-26cb354c] {
  margin-left: 0.1875rem;
  height: 0.234375rem;
  font-size: 0.114583rem;
  font-weight: 400;
  color: #494949;
  cursor: pointer;
}
.pay_password_container .pay_password_info .top .pay_password_info_title[data-v-26cb354c]:hover {
  border-bottom: 0.010417rem solid #3E98F9;
}
.pay_password_container .pay_password_info .top .pay_password_info_title_sel[data-v-26cb354c] {
  margin-left: 0.1875rem;
  height: 0.182292rem;
  font-size: 0.114583rem;
  font-weight: 400;
  color: #494949;
  border-bottom: 0.010417rem solid #3E98F9;
}
.pay_password_container .pay_password_info .pay_password_form[data-v-26cb354c] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 0.197917rem;
}
.pay_password_container .pay_password_info .pay_password_form .inputSize[data-v-26cb354c] {
  width: 1.322917rem;
  height: 0.1875rem;
  font-size: 0.104167rem;
  font-weight: 300;
  color: #494949;
  line-height: 0.171875rem;
}
.pay_password_container .pay_password_info .confim_btn[data-v-26cb354c] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #FFFFFF;
  margin: 0.0625rem auto 0.208333rem auto;
  text-align: center;
  font-weight: lighter;
  background: #1297ED;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.pay_password_container .pay_password_info .confim_btn[data-v-26cb354c]:hover {
  background: #4581E0;
}
.pay_password_container .pay_password_info .cancel_btn[data-v-26cb354c] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #000;
  margin: 0.0625rem 0.15625rem 0.208333rem 0.416667rem;
  text-align: center;
  font-weight: lighter;
  background: #FFFFFF;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.pay_password_container .pay_password_info .cancel_btn[data-v-26cb354c]:hover {
  background: #4581E0;
  color: #FFFFFF;
}
.pay_password_container .pay_password_info .inputSel[data-v-26cb354c] {
  border: 0.005208rem solid #09A9CB;
  border-radius: 0.026042rem;
}
.pay_password_container .pay_password_info .inputNor[data-v-26cb354c] {
  border: 0.005208rem solid #ADADAD;
  border-radius: 0.026042rem;
}
.close_img_cont[data-v-26cb354c] {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.close_img_cont .close_img[data-v-26cb354c] {
  margin-top: -0.052083rem;
  margin-right: 0.104167rem;
  width: 0.15625rem;
  height: 0.15625rem;
  cursor: pointer;
}.material-lib-style .el-tabs__header {
  margin: 0.036458rem 0;
}
.material-lib-style .el-tabs__header .el-tabs__item {
  height: 0.15625rem;
  line-height: 0.15625rem;
}
.el-table th,
.el-table tr {
  background-color: unset !important;
}
.payment_container {
  padding: 0.104167rem;
  background: #f5f7fe;
  position: relative;
}
.payment_base_background {
  padding: 0.104167rem;
  background: #FFFFFF;
  border-radius: 0.151042rem;
  margin: 0 0;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.13);
  position: relative;
}
.payment_base_background .base_background_right_hide_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 9;
  cursor: pointer;
}
.payment_base_background .base_background_right_hide_btn span {
  color: #3E98F9;
  font-size: 0.130208rem;
}.warning-row {
  background: #a1f58e !important;
}
.el-table th,
.el-table tr {
  background-color: unset !important;
}.walletBalance_container[data-v-b60335a4] {
  position: relative;
}
.base_background[data-v-b60335a4] {
  background: #FFFFFF;
  border-radius: 0.041667rem;
  margin: 0.052083rem 0;
}
.base_background_mask[data-v-b60335a4] {
  background: #fff;
  border-radius: 0.151042rem;
}
.title[data-v-b60335a4] {
  display: block;
  font-size: 0.083333rem;
  padding: 0.026042rem;
}
.labelStyle[data-v-b60335a4] {
  display: block;
  padding: 0.026042rem;
  background-color: #f2f2f2;
}
.flag_name[data-v-b60335a4] {
  cursor: default;
  color: #00abfe;
}.warning-row {
  background: #a1f58e !important;
}.coin_container[data-v-7ed0b1ae] {
  position: relative;
}
.base_background[data-v-7ed0b1ae] {
  background: #FFFFFF;
  border-radius: 0.041667rem;
  margin: 0.052083rem 0;
}
.base_background_mask[data-v-7ed0b1ae] {
  background: #fff;
  border-radius: 0.151042rem;
}
.title[data-v-7ed0b1ae] {
  display: block;
  font-size: 0.083333rem;
  padding: 0.026042rem;
}
.labelStyle[data-v-7ed0b1ae] {
  display: block;
  padding: 0.026042rem;
  background-color: #f2f2f2;
}
.flag_name[data-v-7ed0b1ae] {
  cursor: default;
  color: #00abfe;
}.warning-row {
  background: #a1f58e !important;
}
.el-table th,
.el-table tr {
  background-color: unset !important;
}.cash_container[data-v-57a6000c] {
  position: relative;
}
.base_background[data-v-57a6000c] {
  background: #FFFFFF;
  border-radius: 0.041667rem;
  margin: 0.052083rem 0;
}
.base_background_mask[data-v-57a6000c] {
  background: #fff;
  border-radius: 0.151042rem;
}
.title[data-v-57a6000c] {
  display: block;
  font-size: 0.083333rem;
  padding: 0.026042rem;
}
.labelStyle[data-v-57a6000c] {
  display: block;
  padding: 0.026042rem;
  background-color: #f2f2f2;
}
.flag_name[data-v-57a6000c] {
  cursor: default;
  color: #00abfe;
}.warning-row {
  background: #a1f58e !important;
}
.el-table th,
.el-table tr {
  background-color: unset !important;
}.profit_container[data-v-5f898305] {
  position: relative;
}
.base_background[data-v-5f898305] {
  background: #FFFFFF;
  border-radius: 0.041667rem;
  margin: 0.052083rem 0;
}
.base_background_mask[data-v-5f898305] {
  background: #fff;
  border-radius: 0.151042rem;
}
.title[data-v-5f898305] {
  display: block;
  font-size: 0.083333rem;
  padding: 0.026042rem;
}
.labelStyle[data-v-5f898305] {
  display: block;
  padding: 0.026042rem;
  background-color: #f2f2f2;
}
.flag_name[data-v-5f898305] {
  cursor: default;
  color: #00abfe;
}.warning-row {
  background: #a1f58e !important;
}
.el-table th,
.el-table tr {
  background-color: unset !important;
}.profitSettlement_container[data-v-0e6fd995] {
  position: relative;
}
.base_background[data-v-0e6fd995] {
  background: #FFFFFF;
  border-radius: 0.041667rem;
  margin: 0.052083rem 0;
}
.base_background_mask[data-v-0e6fd995] {
  background: #fff;
  border-radius: 0.151042rem;
}
.title[data-v-0e6fd995] {
  display: block;
  font-size: 0.083333rem;
  padding: 0.026042rem;
}
.labelStyle[data-v-0e6fd995] {
  display: block;
  padding: 0.026042rem;
  background-color: #f2f2f2;
}
.flag_name[data-v-0e6fd995] {
  cursor: default;
  color: #00abfe;
}[data-v-0f4dcc54] .el-input__inner {
  height: 0.1875rem;
}
[data-v-0f4dcc54] .el-form-item__label {
  width: 0.885417rem;
  height: 0.098958rem;
  font-size: 0.104167rem;
  font-weight: 500;
  color: #656565;
  line-height: 0.171875rem;
}
[data-v-0f4dcc54] .el-form-item__content {
  margin-left: 0.885417rem;
  margin-right: 0.3125rem;
}
.cash_desc[data-v-0f4dcc54] {
  height: 0.53125rem;
  font-size: 0.072917rem;
  font-weight: 300;
  line-height: 0.104167rem;
  color: #393939;
  margin-left: 0.25rem;
  display: flex;
  flex-direction: column;
}
.trans[data-v-0f4dcc54] {
  background: rgba(0,0,0,0.3);
}
.base_background[data-v-0f4dcc54] {
  background: #FFFFFF;
  border-radius: 0.114583rem;
  margin: 0.15625rem;
}
.cashPlatform_container[data-v-0f4dcc54] {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.cashPlatform_container .cashPlatform_info[data-v-0f4dcc54] {
  display: flex;
  flex-direction: column;
  justify-content: start;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.32);
  width: 2.96875rem;
  height: 2.78125rem;
  background: #FFFFFF;
  border-radius: 0.114583rem;
}
.cashPlatform_container .cashPlatform_info .top[data-v-0f4dcc54] {
  height: 0.208333rem;
  margin-top: 0.104167rem;
  width: 100%;
  border-bottom: 0.005208rem solid #EAEAEA;
}
.cashPlatform_container .cashPlatform_info .top .cashPlatform_info_title[data-v-0f4dcc54] {
  margin-left: 0.1875rem;
  width: 0.390625rem;
  height: 0.109375rem;
  font-size: 0.114583rem;
  font-weight: 400;
  color: #494949;
}
.cashPlatform_container .cashPlatform_info .cashPlatform_form[data-v-0f4dcc54] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 0.197917rem;
}
.cashPlatform_container .cashPlatform_info .cashPlatform_form .inputSize[data-v-0f4dcc54] {
  width: 1.375rem;
  height: 0.1875rem;
  font-size: 0.09375rem;
  font-weight: 500;
  color: #494949;
  line-height: 0.171875rem;
}
.cashPlatform_container .cashPlatform_info .confim_btn[data-v-0f4dcc54] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #FFFFFF;
  text-align: center;
  font-weight: lighter;
  background: #1297ED;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.cashPlatform_container .cashPlatform_info .confim_btn[data-v-0f4dcc54]:hover {
  background: #4581E0;
}
.cashPlatform_container .cashPlatform_info .cancel_btn[data-v-0f4dcc54] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #000;
  margin-right: 0.104167rem;
  margin-top: 0.15625rem;
  text-align: center;
  font-weight: lighter;
  background: #FFFFFF;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.cashPlatform_container .cashPlatform_info .cancel_btn[data-v-0f4dcc54]:hover {
  background: #4581E0;
  color: #FFFFFF;
}
.cashPlatform_container .cashPlatform_info .inputSel[data-v-0f4dcc54] {
  border: 0.005208rem solid #09A9CB;
  border-radius: 0.026042rem;
}
.cashPlatform_container .cashPlatform_info .inputNor[data-v-0f4dcc54] {
  border: 0.005208rem solid #ADADAD;
  border-radius: 0.026042rem;
}
.cashPlatform_close_img_cont[data-v-0f4dcc54] {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.cashPlatform_close_img_cont .cashPlatform_close_img[data-v-0f4dcc54] {
  margin-top: -0.15625rem;
  margin-right: 0.104167rem;
  width: 0.15625rem;
  height: 0.15625rem;
  cursor: pointer;
}[data-v-de5a86ac] .el-input__inner {
  height: 0.1875rem;
}
[data-v-de5a86ac] .el-form-item__label {
  width: 0.885417rem;
  height: 0.098958rem;
  font-size: 0.104167rem;
  font-weight: 500;
  color: #656565;
  line-height: 0.171875rem;
}
[data-v-de5a86ac] .el-form-item__content {
  margin-left: 0.885417rem;
  margin-right: 0.260417rem;
}
.cash_desc[data-v-de5a86ac] {
  height: 0.53125rem;
  font-size: 0.072917rem;
  font-weight: 300;
  color: #656565;
  margin-left: 0.25rem;
  display: flex;
  flex-direction: column;
}
.trans[data-v-de5a86ac] {
  background: rgba(0,0,0,0.3);
}
.base_background[data-v-de5a86ac] {
  background: #FFFFFF;
  border-radius: 0.114583rem;
  margin: 0.15625rem;
}
.pledgeRecharge_container[data-v-de5a86ac] {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.pledgeRecharge_container .pledgeRecharge_info[data-v-de5a86ac] {
  display: flex;
  flex-direction: column;
  justify-content: start;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.32);
  width: 2.96875rem;
  background: #FFFFFF;
  border-radius: 0.114583rem;
  height: 2.135417rem;
}
.pledgeRecharge_container .pledgeRecharge_info .top[data-v-de5a86ac] {
  height: 0.208333rem;
  margin-top: 0.104167rem;
  width: 100%;
  border-bottom: 0.005208rem solid #EAEAEA;
}
.pledgeRecharge_container .pledgeRecharge_info .top .pledgeRecharge_info_title[data-v-de5a86ac] {
  margin-left: 0.1875rem;
  width: 0.390625rem;
  height: 0.109375rem;
  font-size: 0.114583rem;
  font-weight: 400;
  color: #494949;
}
.pledgeRecharge_container .pledgeRecharge_info .pledgeRecharge_form[data-v-de5a86ac] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 0.197917rem;
}
.pledgeRecharge_container .pledgeRecharge_info .pledgeRecharge_form .inputSize[data-v-de5a86ac] {
  width: 1.375rem;
  height: 0.1875rem;
  font-size: 0.09375rem;
  font-weight: 500;
  color: #494949;
  line-height: 0.171875rem;
}
.pledgeRecharge_container .pledgeRecharge_info .confim_btn[data-v-de5a86ac] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #FFFFFF;
  text-align: center;
  font-weight: lighter;
  background: #1297ED;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.pledgeRecharge_container .pledgeRecharge_info .confim_btn[data-v-de5a86ac]:hover {
  background: #4581E0;
}
.pledgeRecharge_container .pledgeRecharge_info .cancel_btn[data-v-de5a86ac] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #000;
  margin-top: 0.260417rem;
  text-align: center;
  font-weight: lighter;
  background: #FFFFFF;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.pledgeRecharge_container .pledgeRecharge_info .cancel_btn[data-v-de5a86ac]:hover {
  background: #4581E0;
  color: #FFFFFF;
}
.pledgeRecharge_container .pledgeRecharge_info .inputSel[data-v-de5a86ac] {
  border: 0.005208rem solid #09A9CB;
  border-radius: 0.026042rem;
}
.pledgeRecharge_container .pledgeRecharge_info .inputNor[data-v-de5a86ac] {
  border: 0.005208rem solid #ADADAD;
  border-radius: 0.026042rem;
}
.pledgeRecharge_close_img_cont[data-v-de5a86ac] {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.pledgeRecharge_close_img_cont .pledgeRecharge_close_img[data-v-de5a86ac] {
  margin-top: -0.15625rem;
  margin-right: 0.104167rem;
  width: 0.15625rem;
  height: 0.15625rem;
  cursor: pointer;
}[data-v-42b3816c] .el-input__inner {
  height: 0.1875rem;
}
[data-v-42b3816c] .el-form-item__label {
  width: 0.885417rem;
  height: 0.098958rem;
  font-size: 0.104167rem;
  font-weight: 500;
  color: #656565;
  line-height: 0.171875rem;
}
[data-v-42b3816c] .el-form-item__content {
  margin-left: 0.885417rem;
  margin-right: 0.260417rem;
}
.cash_desc[data-v-42b3816c] {
  height: 0.53125rem;
  font-size: 0.072917rem;
  font-weight: 300;
  color: #656565;
  margin-left: 0.25rem;
  display: flex;
  flex-direction: column;
}
.trans[data-v-42b3816c] {
  background: rgba(0,0,0,0.3);
}
.base_background[data-v-42b3816c] {
  background: #FFFFFF;
  border-radius: 0.114583rem;
  margin: 0.15625rem;
}
.pledgeCash_container[data-v-42b3816c] {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.pledgeCash_container .pledgeCash_info[data-v-42b3816c] {
  display: flex;
  flex-direction: column;
  justify-content: start;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.32);
  width: 2.96875rem;
  background: #FFFFFF;
  border-radius: 0.114583rem;
  height: 2.135417rem;
}
.pledgeCash_container .pledgeCash_info .top[data-v-42b3816c] {
  height: 0.208333rem;
  margin-top: 0.104167rem;
  width: 100%;
  border-bottom: 0.005208rem solid #EAEAEA;
}
.pledgeCash_container .pledgeCash_info .top .pledgeCash_info_title[data-v-42b3816c] {
  margin-left: 0.1875rem;
  width: 0.390625rem;
  height: 0.109375rem;
  font-size: 0.114583rem;
  font-weight: 400;
  color: #494949;
}
.pledgeCash_container .pledgeCash_info .pledgeCash_form[data-v-42b3816c] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 0.197917rem;
}
.pledgeCash_container .pledgeCash_info .pledgeCash_form .inputSize[data-v-42b3816c] {
  width: 1.375rem;
  height: 0.1875rem;
  font-size: 0.09375rem;
  font-weight: 500;
  color: #494949;
  line-height: 0.171875rem;
}
.pledgeCash_container .pledgeCash_info .confim_btn[data-v-42b3816c] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #FFFFFF;
  text-align: center;
  font-weight: lighter;
  background: #1297ED;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.pledgeCash_container .pledgeCash_info .confim_btn[data-v-42b3816c]:hover {
  background: #4581E0;
}
.pledgeCash_container .pledgeCash_info .cancel_btn[data-v-42b3816c] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #000;
  margin-top: 0.260417rem;
  text-align: center;
  font-weight: lighter;
  background: #FFFFFF;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.pledgeCash_container .pledgeCash_info .cancel_btn[data-v-42b3816c]:hover {
  background: #4581E0;
  color: #FFFFFF;
}
.pledgeCash_container .pledgeCash_info .inputSel[data-v-42b3816c] {
  border: 0.005208rem solid #09A9CB;
  border-radius: 0.026042rem;
}
.pledgeCash_container .pledgeCash_info .inputNor[data-v-42b3816c] {
  border: 0.005208rem solid #ADADAD;
  border-radius: 0.026042rem;
}
.pledgeCash_close_img_cont[data-v-42b3816c] {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.pledgeCash_close_img_cont .pledgeCash_close_img[data-v-42b3816c] {
  margin-top: -0.15625rem;
  margin-right: 0.104167rem;
  width: 0.15625rem;
  height: 0.15625rem;
  cursor: pointer;
}[data-v-0369a992] .el-input__inner {
  height: 0.1875rem;
}
[data-v-0369a992] .el-form-item__label {
  width: 0.885417rem;
  height: 0.098958rem;
  font-size: 0.104167rem;
  font-weight: 500;
  color: #656565;
  line-height: 0.171875rem;
}
[data-v-0369a992] .el-form-item__content {
  margin-left: 0.885417rem;
  margin-right: 0.260417rem;
}
.cash_desc[data-v-0369a992] {
  height: 0.53125rem;
  font-size: 0.072917rem;
  font-weight: 300;
  color: #656565;
  margin-left: 0.25rem;
  display: flex;
  flex-direction: column;
}
.trans[data-v-0369a992] {
  background: rgba(0,0,0,0.3);
}
.base_background[data-v-0369a992] {
  background: #FFFFFF;
  border-radius: 0.114583rem;
  margin: 0.15625rem;
}
.settlementCash_container[data-v-0369a992] {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.settlementCash_container .settlementCash_info[data-v-0369a992] {
  display: flex;
  flex-direction: column;
  justify-content: start;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.32);
  width: 2.96875rem;
  background: #FFFFFF;
  border-radius: 0.114583rem;
  height: 2.135417rem;
}
.settlementCash_container .settlementCash_info .top[data-v-0369a992] {
  height: 0.208333rem;
  margin-top: 0.104167rem;
  width: 100%;
  border-bottom: 0.005208rem solid #EAEAEA;
}
.settlementCash_container .settlementCash_info .top .settlementCash_info_title[data-v-0369a992] {
  margin-left: 0.1875rem;
  width: 0.390625rem;
  height: 0.109375rem;
  font-size: 0.114583rem;
  font-weight: 400;
  color: #494949;
}
.settlementCash_container .settlementCash_info .settlementCash_form[data-v-0369a992] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 0.197917rem;
}
.settlementCash_container .settlementCash_info .settlementCash_form .inputSize[data-v-0369a992] {
  width: 1.375rem;
  height: 0.1875rem;
  font-size: 0.09375rem;
  font-weight: 500;
  color: #494949;
  line-height: 0.171875rem;
}
.settlementCash_container .settlementCash_info .confim_btn[data-v-0369a992] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #FFFFFF;
  text-align: center;
  font-weight: lighter;
  background: #1297ED;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.settlementCash_container .settlementCash_info .confim_btn[data-v-0369a992]:hover {
  background: #4581E0;
}
.settlementCash_container .settlementCash_info .cancel_btn[data-v-0369a992] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #000;
  margin-top: 0.260417rem;
  text-align: center;
  font-weight: lighter;
  background: #FFFFFF;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.settlementCash_container .settlementCash_info .cancel_btn[data-v-0369a992]:hover {
  background: #4581E0;
  color: #FFFFFF;
}
.settlementCash_container .settlementCash_info .inputSel[data-v-0369a992] {
  border: 0.005208rem solid #09A9CB;
  border-radius: 0.026042rem;
}
.settlementCash_container .settlementCash_info .inputNor[data-v-0369a992] {
  border: 0.005208rem solid #ADADAD;
  border-radius: 0.026042rem;
}
.settlementCash_close_img_cont[data-v-0369a992] {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.settlementCash_close_img_cont .settlementCash_close_img[data-v-0369a992] {
  margin-top: -0.15625rem;
  margin-right: 0.104167rem;
  width: 0.15625rem;
  height: 0.15625rem;
  cursor: pointer;
}[data-v-333fb0e8] .el-input__inner {
  height: 0.1875rem;
}
[data-v-333fb0e8] .el-form-item__label {
  width: 0.885417rem;
  height: 0.098958rem;
  font-size: 0.104167rem;
  font-weight: 500;
  color: #656565;
  line-height: 0.171875rem;
}
[data-v-333fb0e8] .el-form-item__content {
  margin-left: 0.885417rem;
}
.cash_desc[data-v-333fb0e8] {
  height: 0.53125rem;
  font-size: 0.072917rem;
  font-weight: 300;
  line-height: 0.104167rem;
  color: #393939;
  margin-left: 0.25rem;
  display: flex;
  flex-direction: column;
}
.trans[data-v-333fb0e8] {
  background: rgba(0,0,0,0.3);
}
.base_background[data-v-333fb0e8] {
  background: #FFFFFF;
  border-radius: 0.114583rem;
  margin: 0.15625rem;
}
.platformRecharge_container[data-v-333fb0e8] {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.platformRecharge_container .platformRecharge_info[data-v-333fb0e8] {
  display: flex;
  flex-direction: column;
  justify-content: start;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.32);
  width: 2.96875rem;
  height: 2.135417rem;
  background: #FFFFFF;
  border-radius: 0.114583rem;
}
.platformRecharge_container .platformRecharge_info .platformRecharge_info_top[data-v-333fb0e8] {
  display: flex;
  justify-content: space-between;
  height: 0.260417rem;
  margin-top: 0.104167rem;
  width: 100%;
  border-bottom: 0.005208rem solid #EAEAEA;
}
.platformRecharge_container .platformRecharge_info .platformRecharge_info_top .platformRecharge_info_title[data-v-333fb0e8] {
  margin-left: 0.1875rem;
  height: 0.109375rem;
  font-size: 0.114583rem;
  font-weight: 400;
  color: #494949;
}
.platformRecharge_container .platformRecharge_info .top_desc[data-v-333fb0e8] {
  width: 2.604167rem;
  height: 0.208333rem;
  background: #3E98F9;
  border-radius: 0.036458rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.104167rem;
  white-space: nowrap;
  overflow: hidden;
}
.platformRecharge_container .platformRecharge_info .top_desc span[data-v-333fb0e8] {
  font-size: 0.072917rem;
  font-weight: 300;
  color: #FFFFFF;
}
.platformRecharge_container .platformRecharge_info .platformRecharge_form[data-v-333fb0e8] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  margin-top: 0.15625rem;
}
.platformRecharge_container .platformRecharge_info .platformRecharge_form .inputSize[data-v-333fb0e8] {
  width: 1.375rem;
  height: 0.1875rem;
  font-size: 0.09375rem;
  font-weight: 500;
  color: #494949;
  line-height: 0.171875rem;
}
.platformRecharge_container .platformRecharge_info .confim_btn[data-v-333fb0e8] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #FFFFFF;
  text-align: center;
  font-weight: lighter;
  background: #1297ED;
  line-height: 0.114583rem;
  width: 0.583333rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.platformRecharge_container .platformRecharge_info .confim_btn[data-v-333fb0e8]:hover {
  background: #4581E0;
}
.platformRecharge_container .platformRecharge_info .cancel_btn[data-v-333fb0e8] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #000;
  margin-right: 0.104167rem;
  text-align: center;
  font-weight: lighter;
  background: #FFFFFF;
  line-height: 0.114583rem;
  width: 0.583333rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.platformRecharge_container .platformRecharge_info .cancel_btn[data-v-333fb0e8]:hover {
  background: #4581E0;
  color: #FFFFFF;
}
.platformRecharge_container .platformRecharge_info .inputSel[data-v-333fb0e8] {
  border: 0.005208rem solid #09A9CB;
  border-radius: 0.026042rem;
}
.platformRecharge_container .platformRecharge_info .inputNor[data-v-333fb0e8] {
  border: 0.005208rem solid #ADADAD;
  border-radius: 0.026042rem;
}
.platformRecharge_close_img_cont[data-v-333fb0e8] {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.platformRecharge_close_img_cont .platformRecharge_close_img[data-v-333fb0e8] {
  margin-right: 0.104167rem;
  width: 0.15625rem;
  height: 0.15625rem;
  cursor: pointer;
}
.charge_btn_box[data-v-333fb0e8] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0.161458rem;
}
.charge_type_btn_box[data-v-333fb0e8] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0.390625rem;
}
.charge_type_btn_box .charge_type_btn_box_item_r_75[data-v-333fb0e8] {
  margin-right: 0.390625rem;
}
.charge_type_btn_box .charge_type_btn_box_item[data-v-333fb0e8] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  flex-direction: column;
  cursor: pointer;
}
.charge_type_btn_box .charge_type_btn_box_item .charge_type_btn_box_item_img[data-v-333fb0e8] {
  width: 0.239583rem;
  height: 0.239583rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.charge_type_btn_box .charge_type_btn_box_item .charge_type_btn_box_item_img img[data-v-333fb0e8] {
  width: 0.239583rem;
  height: 0.239583rem;
}
.charge_type_btn_box .charge_type_btn_box_item .charge_type_btn_box_item_label[data-v-333fb0e8] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.charge_type_btn_box .charge_type_btn_box_item .charge_type_btn_box_item_label span[data-v-333fb0e8] {
  font-size: 0.072917rem;
  font-weight: 400;
  color: #656565;
  line-height: 0.114583rem;
  margin-top: 0.026042rem;
}
.charge_type_btn_box .charge_type_btn_box_item .charge_type_btn_box_item_tag[data-v-333fb0e8] {
  position: absolute;
  right: -0.052083rem;
  top: -0.052083rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.104167rem;
  height: 0.104167rem;
  background: #BBBBBB;
  border-radius: 0.052083rem;
}
.charge_type_btn_box .charge_type_btn_box_item .charge_type_btn_box_item_tag img[data-v-333fb0e8] {
  width: 0.104167rem;
  height: 0.104167rem;
}
.pay_shadow[data-v-333fb0e8] {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 999999;
}
.pay_shadow .pay_erweima_pop[data-v-333fb0e8] {
  position: absolute;
  top: 1.635417rem;
  left: 4.1875rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: start;
}
.pay_shadow .pay_erweima_pop .pay_erweima_content[data-v-333fb0e8] {
  width: 2.96875rem;
  height: 2.135417rem;
  background: #FFFFFF;
  border-radius: 0.114583rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.pay_shadow .pay_erweima_pop .pay_erweima_content .pay_erweima_content_top[data-v-333fb0e8] {
  height: 0.21875rem;
  margin-top: 0.104167rem;
  width: 100%;
  border-bottom: 0.005208rem solid #EAEAEA;
}
.pay_shadow .pay_erweima_pop .pay_erweima_content .pay_erweima_content_top .pay_erweima_content_top_title[data-v-333fb0e8] {
  margin-left: 0.1875rem;
  width: 0.390625rem;
  height: 0.109375rem;
  font-size: 0.114583rem;
  font-weight: 400;
  color: #494949;
}
.pay_shadow .pay_erweima_pop .pay_erweima_content .pay_erweima_content_top .pay_erweima_content_close[data-v-333fb0e8] {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.pay_shadow .pay_erweima_pop .pay_erweima_content .pay_erweima_content_top .pay_erweima_content_close .pay_erweima_content_close_img[data-v-333fb0e8] {
  margin-top: -0.15625rem;
  margin-right: 0.104167rem;
  width: 0.15625rem;
  height: 0.15625rem;
  cursor: pointer;
}
.pay_shadow .pay_erweima_pop .pay_erweima_content .pay_erweima_content_info[data-v-333fb0e8] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.pay_shadow .pay_erweima_pop .pay_erweima_content .pay_erweima_content_info .pay_erweima_content_info_title[data-v-333fb0e8] {
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: 0.151042rem;
}
.pay_shadow .pay_erweima_pop .pay_erweima_content .pay_erweima_content_info .pay_erweima_content_info_title span[data-v-333fb0e8] {
  font-size: 0.104167rem;
  font-weight: 400;
  color: #494949;
  line-height: 0.114583rem;
}
.pay_shadow .pay_erweima_pop .pay_erweima_content .pay_erweima_content_info .pay_erweima_content_info_pay_num[data-v-333fb0e8] {
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: 0.0625rem;
}
.pay_shadow .pay_erweima_pop .pay_erweima_content .pay_erweima_content_info .pay_erweima_content_info_pay_num span[data-v-333fb0e8] {
  font-size: 0.125rem;
  font-weight: 500;
  color: #E80000;
  line-height: 0.135417rem;
  margin-right: 0.036458rem;
}
.pay_shadow .pay_erweima_pop .pay_erweima_content .pay_erweima_content_info .pay_erweima_content_info_pay_num label[data-v-333fb0e8] {
  font-size: 0.09375rem;
  font-weight: 400;
  color: #707070;
  line-height: 0.135417rem;
}
.pay_shadow .pay_erweima_pop .pay_erweima_content .pay_erweima_content_code[data-v-333fb0e8] {
  width: 0.9375rem;
  height: 0.9375rem;
  border: 0.005208rem solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0.104167rem;
}
.pay_shadow .pay_erweima_pop .pay_erweima_content .pay_erweima_content_code .pay_erweima_content_code_tip[data-v-333fb0e8] {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 0.416667rem;
  height: 0.416667rem;
  position: absolute;
  right: -0.447917rem;
  top: 0.057292rem;
}
.pay_shadow .pay_erweima_pop .pay_erweima_content .pay_erweima_content_code .pay_erweima_content_code_tip img[data-v-333fb0e8] {
  width: 0.416667rem;
  height: 0.317708rem;
}
.pay_shadow .pay_erweima_pop .pay_erweima_content .pay_erweima_content_code img[data-v-333fb0e8] {
  width: 0.8125rem;
  height: 0.8125rem;
}
.pay_shadow .pay_erweima_pop .pay_erweima_content .pay_erweima_content_info_pay_desc[data-v-333fb0e8] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.119792rem;
}
.pay_shadow .pay_erweima_pop .pay_erweima_content .pay_erweima_content_info_pay_desc span[data-v-333fb0e8] {
  font-size: 0.083333rem;
  font-weight: 300;
  color: #656565;
  line-height: 0.09375rem;
}[data-v-0b532507] .el-input__inner {
  height: 0.1875rem;
}
[data-v-0b532507] .el-form-item__label {
  width: 0.885417rem;
  height: 0.098958rem;
  font-size: 0.104167rem;
  font-weight: 500;
  color: #656565;
  line-height: 0.171875rem;
}
[data-v-0b532507] .el-form-item__content {
  margin-left: 0.885417rem;
  margin-right: 0.260417rem;
}
.cash_desc[data-v-0b532507] {
  height: 0.53125rem;
  font-size: 0.072917rem;
  font-weight: 300;
  color: #656565;
  margin-left: 0.25rem;
  display: flex;
  flex-direction: column;
}
.trans[data-v-0b532507] {
  background: rgba(0,0,0,0.3);
}
.base_background[data-v-0b532507] {
  background: #FFFFFF;
  border-radius: 0.114583rem;
  margin: 0.15625rem;
}
.cashToCoin_container[data-v-0b532507] {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.cashToCoin_container .cashToCoin_info[data-v-0b532507] {
  display: flex;
  flex-direction: column;
  justify-content: start;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.32);
  width: 2.96875rem;
  background: #FFFFFF;
  border-radius: 0.114583rem;
  height: 2.135417rem;
}
.cashToCoin_container .cashToCoin_info .top[data-v-0b532507] {
  height: 0.208333rem;
  margin-top: 0.104167rem;
  width: 100%;
  border-bottom: 0.005208rem solid #EAEAEA;
}
.cashToCoin_container .cashToCoin_info .top .cashToCoin_info_title[data-v-0b532507] {
  margin-left: 0.1875rem;
  width: 0.390625rem;
  height: 0.109375rem;
  font-size: 0.114583rem;
  font-weight: 400;
  color: #494949;
}
.cashToCoin_container .cashToCoin_info .cashToCoin_form[data-v-0b532507] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 0.197917rem;
}
.cashToCoin_container .cashToCoin_info .cashToCoin_form .inputSize[data-v-0b532507] {
  width: 1.375rem;
  height: 0.1875rem;
  font-size: 0.09375rem;
  font-weight: 500;
  color: #494949;
  line-height: 0.171875rem;
}
.cashToCoin_container .cashToCoin_info .confim_btn[data-v-0b532507] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #FFFFFF;
  text-align: center;
  font-weight: lighter;
  background: #1297ED;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.cashToCoin_container .cashToCoin_info .confim_btn[data-v-0b532507]:hover {
  background: #4581E0;
}
.cashToCoin_container .cashToCoin_info .cancel_btn[data-v-0b532507] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #000;
  margin-top: 0.260417rem;
  text-align: center;
  font-weight: lighter;
  background: #FFFFFF;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.cashToCoin_container .cashToCoin_info .cancel_btn[data-v-0b532507]:hover {
  background: #4581E0;
  color: #FFFFFF;
}
.cashToCoin_container .cashToCoin_info .inputSel[data-v-0b532507] {
  border: 0.005208rem solid #09A9CB;
  border-radius: 0.026042rem;
}
.cashToCoin_container .cashToCoin_info .inputNor[data-v-0b532507] {
  border: 0.005208rem solid #ADADAD;
  border-radius: 0.026042rem;
}
.cashToCoin_close_img_cont[data-v-0b532507] {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.cashToCoin_close_img_cont .cashToCoin_close_img[data-v-0b532507] {
  margin-top: -0.15625rem;
  margin-right: 0.104167rem;
  width: 0.15625rem;
  height: 0.15625rem;
  cursor: pointer;
}[data-v-450f613e] .el-upload__tip {
  margin-top: unset;
}
[data-v-450f613e] .el-input__inner {
  height: 0.1875rem;
}
[data-v-450f613e] .el-input__inner::-webkit-input-placeholder {
  font-size: 0.078125rem;
  font-weight: 300;
}
[data-v-450f613e] .el-form-item__label {
  width: 0.885417rem;
  height: 0.098958rem;
  font-size: 0.104167rem;
  font-weight: 300;
  color: #494949;
  line-height: 0.171875rem;
}
[data-v-450f613e] .el-form-item__content {
  margin-left: 0.885417rem;
  margin-right: 0.260417rem;
}
.trans[data-v-450f613e] {
  background: rgba(0,0,0,0.3);
}
.base_background[data-v-450f613e] {
  background: #FFFFFF;
  border-radius: 0.052083rem;
  margin: 0.15625rem;
}
.remittance_container[data-v-450f613e] {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.remittance_container .remittance_info[data-v-450f613e] {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 2.96875rem;
  background: #FFFFFF;
  height: 3.947917rem;
}
.remittance_container .remittance_info .top[data-v-450f613e] {
  height: 0.208333rem;
  margin-top: 0.104167rem;
  width: 100%;
  border-bottom: 0.005208rem solid #EAEAEA;
}
.remittance_container .remittance_info .top .remittance_info_title[data-v-450f613e] {
  margin-left: 0.1875rem;
  width: 0.390625rem;
  height: 0.109375rem;
  font-size: 0.114583rem;
  font-weight: 400;
  color: #494949;
}
.remittance_container .remittance_info .remittance_form[data-v-450f613e] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 0.197917rem;
}
.remittance_container .remittance_info .remittance_form .inputSize[data-v-450f613e] {
  width: 1.375rem;
  height: 0.1875rem;
  font-size: 0.09375rem;
  font-weight: 500;
  color: #494949;
  line-height: 0.171875rem;
}
.remittance_container .remittance_info .confim_btn[data-v-450f613e] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #FFFFFF;
  text-align: center;
  font-weight: lighter;
  background: #1297ED;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.remittance_container .remittance_info .confim_btn[data-v-450f613e]:hover {
  background: #4581E0;
}
.remittance_container .remittance_info .cancel_btn[data-v-450f613e] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #000;
  text-align: center;
  font-weight: lighter;
  background: #FFFFFF;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.remittance_container .remittance_info .cancel_btn[data-v-450f613e]:hover {
  background: #4581E0;
  color: #FFFFFF;
}
.remittance_container .remittance_info .inputSel[data-v-450f613e] {
  border: 0.005208rem solid #09A9CB;
  border-radius: 0.026042rem;
}
.remittance_container .remittance_info .inputNor[data-v-450f613e] {
  border: 0.005208rem solid #ADADAD;
  border-radius: 0.026042rem;
}
.close_img_cont[data-v-450f613e] {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.close_img_cont .close_img[data-v-450f613e] {
  margin-top: -0.15625rem;
  margin-right: 0.104167rem;
  width: 0.15625rem;
  height: 0.15625rem;
  cursor: pointer;
}
.remittance_top_info[data-v-450f613e] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-top: 0.104167rem;
}
.remittance_top_info .remittance_top_info_title[data-v-450f613e] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 2.53125rem;
}
.remittance_top_info .remittance_top_info_title span[data-v-450f613e] {
  font-size: 0.104167rem;
  font-weight: 400;
  color: #494949;
  line-height: 0.114583rem;
}
.remittance_top_info .remittance_top_info_content[data-v-450f613e] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 2.53125rem;
  height: 0.614583rem;
  background: #E6F4FF;
  margin-top: 0.09375rem;
  gap: 0.09375rem;
}
.remittance_top_info .remittance_top_info_content .remittance_top_info_content_item[data-v-450f613e] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 1.822917rem;
}
.remittance_top_info .remittance_top_info_content .remittance_top_info_content_item span[data-v-450f613e] {
  font-size: 0.09375rem;
  font-weight: 300;
  color: #494949;
  line-height: 0.104167rem;
}
.remittance_form_info[data-v-450f613e] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-top: 0.09375rem;
}
.remittance_form_info .remittance_form_info_title[data-v-450f613e] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 2.53125rem;
}
.remittance_form_info .remittance_form_info_title span[data-v-450f613e] {
  font-size: 0.104167rem;
  font-weight: 400;
  color: #494949;
  line-height: 0.114583rem;
}
[data-v-450f613e] .el-upload-dragger {
  width: 1.375rem;
  height: 0.546875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
  display: flex;
  justify-content: center;
  align-items: center;
}.material-lib-style .el-tabs__header {
  margin: 0.036458rem 0;
}
.material-lib-style .el-tabs__header .el-tabs__item {
  height: 0.15625rem;
  line-height: 0.15625rem;
}
.wallet_container {
  padding: 0.104167rem;
  background: #f5f7fe;
  position: relative;
}
.wallet_base_background {
  padding: 0.052083rem 0.104167rem;
  background: #FFFFFF;
  border-radius: 0.151042rem;
  margin: 0 0;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.13);
}
.balance_bg {
  background: linear-gradient(90deg, #F15185 0%, #F96A98 100%);
}
.cash_bg {
  background: linear-gradient(90deg, #2D91FE 0%, #15BBF7 100%);
}
.profit_bg {
  background: linear-gradient(90deg, #FFA53B 0%, #FFD267 100%);
}
.balance_btn_bg {
  background: #FF8FB3;
}
.cash_btn_bg {
  background: #6BBBFF;
}
.profit_btn_bg {
  background: #ffca85;
}
.profit_btn_bg2 {
  background: #ffca85;
}
.width-333 {
  width: 1.734375rem;
}
.width-283 {
  width: 1.473958rem;
}
.item_btn {
  width: 2.572917rem;
  height: 0.833333rem;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.08);
  border-radius: 0.072917rem;
  display: flex;
}
.item_btn .left {
  margin: 0.083333rem 0 0 0.145833rem;
  display: flex;
  flex-direction: column;
}
.item_btn .left .title {
  height: 0.15625rem;
  font-size: 0.083333rem;
  font-weight: 400;
  color: #FFFFFF;
}
.item_btn .left .desc {
  width: 1.234375rem;
  height: 0.307292rem;
  font-size: 0.1875rem;
  font-weight: bold;
  color: #FFFFFF;
}
.item_btn .left .bottom_btn_react {
  display: flex;
  justify-content: start;
}
.item_btn .left .bottom_btn_react .btn {
  width: 0.541667rem;
  height: 0.151042rem;
  opacity: 0.9;
  border-radius: 0.03125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-right: 0.041667rem;
}
.item_btn .left .bottom_btn_react .btn span {
  height: 0.09375rem;
  font-size: 0.083333rem;
  font-weight: normal;
  color: #FFFFFF;
}
.item_btn img {
  width: 0.583333rem;
  height: 0.833333rem;
  margin-left: 0.109375rem;
}
.user_coin {
  display: flex;
  height: 0.833333rem;
  justify-content: space-between;
  margin: 0.052083rem 0;
}[data-v-6270fb2c] .el-input__inner {
  height: 0.1875rem;
}
[data-v-6270fb2c] .el-form-item__label {
  width: 0.885417rem;
  height: 0.098958rem;
  font-size: 0.104167rem;
  font-weight: 500;
  color: #656565;
  line-height: 0.171875rem;
}
[data-v-6270fb2c] .el-form-item__content {
  margin-left: 0.885417rem;
  margin-right: 0.052083rem;
}
.trans[data-v-6270fb2c] {
  background: rgba(0,0,0,0.3);
}
.base_background[data-v-6270fb2c] {
  background: #FFFFFF;
  border-radius: 0.114583rem;
  margin: 0.15625rem;
}
.change_password_container[data-v-6270fb2c] {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.change_password_container .change_password_info[data-v-6270fb2c] {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: start;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.32);
  width: 2.96875rem;
  height: 2.135417rem;
  border-radius: 0.114583rem;
}
.change_password_container .change_password_info .top[data-v-6270fb2c] {
  height: 0.234375rem;
  width: 100%;
  border-bottom: 0.005208rem solid #EAEAEA;
  margin-bottom: 0.052083rem;
  display: flex;
  justify-content: start;
}
.change_password_container .change_password_info .top .change_password_info_title[data-v-6270fb2c] {
  margin-left: 0.1875rem;
  height: 0.234375rem;
  font-size: 0.114583rem;
  font-weight: 400;
  color: #494949;
  cursor: pointer;
}
.change_password_container .change_password_info .top .change_password_info_title[data-v-6270fb2c]:hover {
  border-bottom: 0.010417rem solid #3E98F9;
}
.change_password_container .change_password_info .top .change_password_info_title_sel[data-v-6270fb2c] {
  margin-left: 0.1875rem;
  height: 0.234375rem;
  font-size: 0.114583rem;
  font-weight: 400;
  color: #494949;
  border-bottom: 0.010417rem solid #3E98F9;
}
.change_password_container .change_password_info .change_password_form[data-v-6270fb2c] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 0.197917rem;
}
.change_password_container .change_password_info .change_password_form .inputSize[data-v-6270fb2c] {
  width: 1.322917rem;
  height: 0.1875rem;
  font-size: 0.104167rem;
  font-weight: 300;
  color: #494949;
  line-height: 0.171875rem;
}
.change_password_container .change_password_info .confim_btn[data-v-6270fb2c] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #FFFFFF;
  margin: 0.0625rem auto 0.208333rem auto;
  text-align: center;
  font-weight: lighter;
  background: #1297ED;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.change_password_container .change_password_info .confim_btn[data-v-6270fb2c]:hover {
  background: #4581E0;
}
.change_password_container .change_password_info .cancel_btn[data-v-6270fb2c] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #000;
  margin: 0.0625rem 0.15625rem 0.208333rem 0.416667rem;
  text-align: center;
  font-weight: lighter;
  background: #FFFFFF;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.change_password_container .change_password_info .cancel_btn[data-v-6270fb2c]:hover {
  background: #4581E0;
  color: #FFFFFF;
}
.change_password_container .change_password_info .inputSel[data-v-6270fb2c] {
  border: 0.005208rem solid #09A9CB;
  border-radius: 0.026042rem;
}
.change_password_container .change_password_info .inputNor[data-v-6270fb2c] {
  border: 0.005208rem solid #ADADAD;
  border-radius: 0.026042rem;
}
.close_img_cont[data-v-6270fb2c] {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.close_img_cont .close_img[data-v-6270fb2c] {
  margin-top: -0.052083rem;
  margin-right: 0.104167rem;
  width: 0.15625rem;
  height: 0.15625rem;
  cursor: pointer;
}[data-v-6141c1f9] .el-input.is-disabled .el-input__inner {
  font-size: 0.104167rem;
  font-weight: 300;
  color: #494949;
}
[data-v-6141c1f9] .el-input__inner {
  height: 0.1875rem;
}
[data-v-6141c1f9] .el-form-item__label {
  width: 0.78125rem;
  height: 0.098958rem;
  font-size: 0.104167rem;
  font-weight: 500;
  color: #656565;
  line-height: 0.171875rem;
}
[data-v-6141c1f9] .el-form-item__content {
  margin-left: 0.78125rem;
  margin-right: 0.078125rem;
}
.trans[data-v-6141c1f9] {
  background: rgba(0,0,0,0.3);
}
.base_background[data-v-6141c1f9] {
  background: #FFFFFF;
  border-radius: 0.114583rem;
  margin: 0.15625rem;
}
.mobile_container[data-v-6141c1f9] {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mobile_container .mobile_info[data-v-6141c1f9] {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: start;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.32);
  width: 2.96875rem;
  height: 2.135417rem;
  border-radius: 0.114583rem;
}
.mobile_container .mobile_info .top[data-v-6141c1f9] {
  height: 0.286458rem;
  width: 100%;
  border-bottom: 0.005208rem solid #EAEAEA;
  margin-bottom: 0.052083rem;
}
.mobile_container .mobile_info .top .mobile_info_title[data-v-6141c1f9] {
  margin-left: 0.1875rem;
  height: 0.109375rem;
  font-size: 0.114583rem;
  font-weight: 400;
  color: #494949;
  line-height: 0.171875rem;
}
.mobile_container .mobile_info .mobile_form[data-v-6141c1f9] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 0.197917rem;
}
.mobile_container .mobile_info .mobile_form .inputSize[data-v-6141c1f9] {
  width: 1.375rem;
  height: 0.1875rem;
  font-size: 0.104167rem;
  font-weight: 500;
  color: #494949;
  line-height: 0.171875rem;
}
.mobile_container .mobile_info .mobile_form .codeInputSize[data-v-6141c1f9] {
  width: 0.833333rem;
  height: 0.1875rem;
  font-size: 0.104167rem;
  font-weight: 300;
  color: #494949;
  line-height: 0.171875rem;
}
.mobile_container .mobile_info .confim_btn[data-v-6141c1f9] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #FFFFFF;
  margin: 0.098958rem auto 0.208333rem auto;
  text-align: center;
  font-weight: lighter;
  background: #4581E0;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.mobile_container .mobile_info .confim_btn[data-v-6141c1f9]:hover {
  background: #1297ED;
}
.mobile_container .mobile_info .code_btn[data-v-6141c1f9] {
  width: 0.46875rem;
  height: 0.1875rem;
  background: #4581E0;
  border-radius: 0.020833rem;
  font-size: 0.072917rem;
  font-weight: 300;
  color: #FFFFFF;
  margin-left: 0.052083rem;
  padding: 0;
}
.mobile_container .mobile_info .code_btn[data-v-6141c1f9]:hover {
  background: #1297ED;
}
.mobile_container .mobile_info .cancel_btn[data-v-6141c1f9] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #000;
  margin: 0.1875rem 0.15625rem 0.208333rem 0.416667rem;
  text-align: center;
  font-weight: lighter;
  background: #FFFFFF;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.mobile_container .mobile_info .cancel_btn[data-v-6141c1f9]:hover {
  background: #1297ED;
  color: #FFFFFF;
}
.close_img_cont[data-v-6141c1f9] {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.close_img_cont .close_img[data-v-6141c1f9] {
  margin-top: -0.052083rem;
  margin-right: 0.104167rem;
  width: 0.15625rem;
  height: 0.15625rem;
  cursor: pointer;
}[data-v-80ac214c] .el-upload--picture-card {
  width: 0.53125rem;
  height: 0.416667rem;
  border-radius: 0.020833rem;
}
[data-v-80ac214c] .el-input__inner {
  height: 0.1875rem;
}
[data-v-80ac214c] .el-form-item__label {
  width: 0.859375rem;
  height: 0.098958rem;
  font-size: 0.104167rem;
  font-weight: 500;
  color: #656565;
  line-height: 0.171875rem;
  white-space: nowrap;
}
[data-v-80ac214c] .el-form-item__content {
  margin-left: 0.911458rem;
  margin-right: 0.130208rem;
}
.avatar[data-v-80ac214c] {
  width: 0.53125rem;
  height: 0.416667rem;
  background: #E4E4E4;
  border-radius: 0.020833rem;
  position: absolute;
  left: 0;
  top: 0;
}
.avatar2[data-v-80ac214c] {
  width: 0.53125rem;
  height: 0.416667rem;
  background: #E4E4E4;
  border-radius: 0.020833rem;
  position: absolute;
  left: 0.572917rem;
}
.trans[data-v-80ac214c] {
  background: rgba(0,0,0,0.3);
}
.base_background[data-v-80ac214c] {
  background: #FFFFFF;
  border-radius: 0.114583rem;
  margin: 0.15625rem;
}
.idcard_container[data-v-80ac214c] {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.idcard_container .idcard_info[data-v-80ac214c] {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: start;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.32);
  width: 2.96875rem;
  height: 2.135417rem;
  border-radius: 0.114583rem;
}
.idcard_container .idcard_info .top[data-v-80ac214c] {
  height: 0.286458rem;
  width: 100%;
  border-bottom: 0.005208rem solid #EAEAEA;
  margin-bottom: 0.052083rem;
}
.idcard_container .idcard_info .top .idcard_info_title[data-v-80ac214c] {
  margin-left: 0.1875rem;
  height: 0.109375rem;
  font-size: 0.114583rem;
  font-weight: 400;
  color: #494949;
  line-height: 0.171875rem;
}
.idcard_container .idcard_info .idcard_form[data-v-80ac214c] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 0.197917rem;
}
.idcard_container .idcard_info .idcard_form .inputSize[data-v-80ac214c] {
  width: 1.375rem;
  height: 0.1875rem;
  font-size: 0.104167rem;
  font-weight: 500;
  color: #494949;
  line-height: 0.171875rem;
}
.idcard_container .idcard_info .no_card_bg[data-v-80ac214c] {
  width: 0.53125rem;
  height: 0.416667rem;
  background: #E4E4E4;
  border-radius: 0.020833rem;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.idcard_container .idcard_info .no_card_bg span[data-v-80ac214c] {
  width: 0.4375rem;
  height: 0.067708rem;
  font-size: 0.0625rem;
  font-weight: 300;
  color: #868686;
  line-height: 0.067708rem;
}
.idcard_container .idcard_info .confim_btn[data-v-80ac214c] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #FFFFFF;
  text-align: center;
  font-weight: lighter;
  background: #1297ED;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.idcard_container .idcard_info .confim_btn[data-v-80ac214c]:hover {
  background: #4581E0;
}
.idcard_container .idcard_info .cancel_btn[data-v-80ac214c] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #000;
  margin: 0.34375rem 0.052083rem 0.083333rem 1.677083rem;
  text-align: center;
  font-weight: lighter;
  background: #FFFFFF;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.idcard_container .idcard_info .cancel_btn[data-v-80ac214c]:hover {
  background: #4581E0;
  color: #FFFFFF;
}
.idcard_container .idcard_info .inputSel[data-v-80ac214c] {
  border: 0.005208rem solid #09A9CB;
  border-radius: 0.026042rem;
}
.idcard_container .idcard_info .inputNor[data-v-80ac214c] {
  border: 0.005208rem solid #ADADAD;
  border-radius: 0.026042rem;
}
.close_img_cont[data-v-80ac214c] {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.close_img_cont .close_img[data-v-80ac214c] {
  margin-top: -0.052083rem;
  margin-right: 0.104167rem;
  width: 0.15625rem;
  height: 0.15625rem;
  cursor: pointer;
}[data-v-e23ab1d2] .el-input__inner {
  height: 0.1875rem;
}
[data-v-e23ab1d2] .el-form-item__label {
  width: 0.833333rem;
  height: 0.098958rem;
  font-size: 0.104167rem;
  font-weight: 500;
  color: #656565;
  line-height: 0.171875rem;
}
[data-v-e23ab1d2] .el-form-item__content {
  margin-left: 0.833333rem;
  margin-right: 0.104167rem;
}
.trans[data-v-e23ab1d2] {
  background: rgba(0,0,0,0.3);
}
.base_background[data-v-e23ab1d2] {
  background: #FFFFFF;
  border-radius: 0.114583rem;
  margin: 0.15625rem;
}
.settle_account_container[data-v-e23ab1d2] {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.settle_account_container .settle_account_info[data-v-e23ab1d2] {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: start;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.32);
  width: 2.96875rem;
  height: 2.135417rem;
  border-radius: 0.114583rem;
}
.settle_account_container .settle_account_info .top[data-v-e23ab1d2] {
  height: 0.286458rem;
  width: 100%;
  border-bottom: 0.005208rem solid #EAEAEA;
  margin-bottom: 0.052083rem;
}
.settle_account_container .settle_account_info .top .settle_account_info_title[data-v-e23ab1d2] {
  margin-left: 0.1875rem;
  height: 0.109375rem;
  font-size: 0.114583rem;
  font-weight: 400;
  color: #494949;
  line-height: 0.171875rem;
}
.settle_account_container .settle_account_info .settle_account_form[data-v-e23ab1d2] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 0.197917rem;
}
.settle_account_container .settle_account_info .settle_account_form .inputSize[data-v-e23ab1d2] {
  width: 1.322917rem;
  height: 0.1875rem;
  font-size: 0.104167rem;
  font-weight: 500;
  color: #494949;
  line-height: 0.171875rem;
}
.settle_account_container .settle_account_info .confim_btn[data-v-e23ab1d2] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #FFFFFF;
  margin: 0.098958rem auto 0.208333rem auto;
  text-align: center;
  font-weight: lighter;
  background: #1297ED;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.settle_account_container .settle_account_info .confim_btn[data-v-e23ab1d2]:hover {
  background: #4581E0;
}
.settle_account_container .settle_account_info .cancel_btn[data-v-e23ab1d2] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #000;
  margin: 0.1875rem 0.15625rem 0.208333rem 0.364583rem;
  text-align: center;
  font-weight: lighter;
  background: #FFFFFF;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.settle_account_container .settle_account_info .cancel_btn[data-v-e23ab1d2]:hover {
  background: #4581E0;
  color: #FFFFFF;
}
.settle_account_container .settle_account_info .inputSel[data-v-e23ab1d2] {
  border: 0.005208rem solid #09A9CB;
  border-radius: 0.026042rem;
}
.settle_account_container .settle_account_info .inputNor[data-v-e23ab1d2] {
  border: 0.005208rem solid #ADADAD;
  border-radius: 0.026042rem;
}
.close_img_cont[data-v-e23ab1d2] {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.close_img_cont .close_img[data-v-e23ab1d2] {
  margin-top: -0.052083rem;
  margin-right: 0.104167rem;
  width: 0.15625rem;
  height: 0.15625rem;
  cursor: pointer;
}[data-v-6a04fd2f] .el-upload--picture-card {
  width: 0.53125rem;
  height: 0.416667rem;
  border-radius: 0.020833rem;
}
[data-v-6a04fd2f] .el-input__inner {
  height: 0.1875rem;
}
[data-v-6a04fd2f] .el-form-item__label {
  width: 0.885417rem;
  height: 0.098958rem;
  font-size: 0.104167rem;
  font-weight: 500;
  color: #656565;
  line-height: 0.171875rem;
}
[data-v-6a04fd2f] .el-form-item__content {
  margin-left: 0.885417rem;
  margin-right: 0.15625rem;
}
.avatar[data-v-6a04fd2f] {
  width: 0.53125rem;
  height: 0.416667rem;
  background: #E4E4E4;
  border-radius: 0.020833rem;
  position: absolute;
  left: 0;
  top: 0;
}
.avatar2[data-v-6a04fd2f] {
  width: 0.53125rem;
  height: 0.416667rem;
  background: #E4E4E4;
  border-radius: 0.020833rem;
  position: absolute;
  left: 0.572917rem;
}
.trans[data-v-6a04fd2f] {
  background: rgba(0,0,0,0.3);
}
.base_background[data-v-6a04fd2f] {
  background: #FFFFFF;
  border-radius: 0.114583rem;
  margin: 0.15625rem;
}
.contact_container[data-v-6a04fd2f] {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contact_container .contact_info[data-v-6a04fd2f] {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: start;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.32);
  width: 2.96875rem;
  height: 2.135417rem;
  border-radius: 0.114583rem;
}
.contact_container .contact_info .top[data-v-6a04fd2f] {
  height: 0.286458rem;
  width: 100%;
  border-bottom: 0.005208rem solid #EAEAEA;
  margin-bottom: 0.052083rem;
}
.contact_container .contact_info .top .contact_info_title[data-v-6a04fd2f] {
  margin-left: 0.1875rem;
  height: 0.109375rem;
  font-size: 0.114583rem;
  font-weight: 400;
  color: #494949;
  line-height: 0.171875rem;
}
.contact_container .contact_info .contact_form[data-v-6a04fd2f] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 0.197917rem;
}
.contact_container .contact_info .contact_form .inputSize[data-v-6a04fd2f] {
  width: 1.375rem;
  height: 0.1875rem;
  font-size: 0.104167rem;
  font-weight: 500;
  color: #494949;
  line-height: 0.171875rem;
}
.contact_container .contact_info .no_card_bg[data-v-6a04fd2f] {
  width: 0.53125rem;
  height: 0.416667rem;
  background: #E4E4E4;
  border-radius: 0.020833rem;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.contact_container .contact_info .no_card_bg span[data-v-6a04fd2f] {
  width: 0.4375rem;
  height: 0.067708rem;
  font-size: 0.0625rem;
  font-weight: 300;
  color: #868686;
  line-height: 0.067708rem;
}
.contact_container .contact_info .confim_btn[data-v-6a04fd2f] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #FFFFFF;
  text-align: center;
  font-weight: lighter;
  background: #1297ED;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
  margin-left: 0;
}
.contact_container .contact_info .confim_btn[data-v-6a04fd2f]:hover {
  background: #4581E0;
}
.contact_container .contact_info .cancel_btn[data-v-6a04fd2f] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #000;
  margin-top: 0.260417rem;
  text-align: center;
  font-weight: lighter;
  background: #FFFFFF;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.contact_container .contact_info .cancel_btn[data-v-6a04fd2f]:hover {
  background: #4581E0;
  color: #FFFFFF;
}
.contact_container .contact_info .contract_btn[data-v-6a04fd2f] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #FFFFFF;
  text-align: center;
  font-weight: lighter;
  line-height: 0.114583rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
  width: 0.791667rem;
  height: 0.1875rem;
  background: #4581E0;
}
.contact_container .contact_info .contract_btn[data-v-6a04fd2f]:hover {
  background: #1297ED;
}
.close_img_cont[data-v-6a04fd2f] {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.close_img_cont .close_img[data-v-6a04fd2f] {
  margin-top: -0.052083rem;
  margin-right: 0.104167rem;
  width: 0.15625rem;
  height: 0.15625rem;
  cursor: pointer;
}.trans[data-v-e4140306] {
  background: rgba(0,0,0,0.3);
}
.base_background[data-v-e4140306] {
  background: #FFFFFF;
  border-radius: 0.114583rem;
  margin: 0.15625rem;
}
.contact_container[data-v-e4140306] {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contact_container .contact_info[data-v-e4140306] {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: start;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.32);
  width: 2.96875rem;
  height: 2.135417rem;
  border-radius: 0.114583rem;
}
.contact_container .contact_info .top[data-v-e4140306] {
  height: 0.286458rem;
  width: 100%;
  border-bottom: 0.005208rem solid #EAEAEA;
}
.contact_container .contact_info .top .contact_info_title[data-v-e4140306] {
  margin-left: 0.1875rem;
  height: 0.109375rem;
  font-size: 0.114583rem;
  font-weight: 400;
  color: #494949;
  line-height: 0.171875rem;
}
.contact_container .contact_info .contact_form[data-v-e4140306] {
  margin-left: 0.197917rem;
  overflow: auto;
  height: 1.822917rem;
}
.close_img_cont[data-v-e4140306] {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.close_img_cont .close_img[data-v-e4140306] {
  margin-top: -0.052083rem;
  margin-right: 0.104167rem;
  width: 0.15625rem;
  height: 0.15625rem;
  cursor: pointer;
}.alertCont {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 1.869792rem;
  left: 41%;
  top: 41%;
  pointer-events: none;
}
.alertBg {
  position: absolute;
  width: 1.166667rem;
  height: 0.25rem;
  background-color: rgba(0,10,20,0.64);
  border-radius: 0.052083rem;
  display: flex;
  align-items: center;
  animation: showAlert 2s 1 forwards;
  -webkit-animation: showAlert 2s 1 forwards;
}
.hideAlert {
  transform: scale(0);
}
.svg_img {
  width: 0.151042rem;
  height: 0.151042rem;
  margin-left: 0.052083rem;
}
.alertSpan {
  width: 0.770833rem;
  height: 0.088542rem;
  font-size: 0.09375rem;
  font-weight: lighter;
  color: #FFFFFF;
  line-height: 0.09375rem;
  margin-left: 0.026042rem;
  display: flex;
  flex-grow: 1;
  justify-content: center;
}
.material-lib-style .el-tabs__header {
  margin: 0.036458rem 0;
}
.material-lib-style .el-tabs__header .el-tabs__item {
  height: 0.15625rem;
  line-height: 0.15625rem;
}
.base_background {
  background: #FFFFFF;
  margin: 0.104167rem;
  border-radius: 0.151042rem;
}
.personal-app-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: auto;
  background: #f5f7fe;
}
.personal-app-container .info {
  display: flex;
  height: 4.114583rem;
  background: #FFFFFF;
  flex-direction: column;
}
.personal-app-container .info .top {
  height: 0.286458rem;
  display: flex;
  justify-content: space-between;
  margin-top: 0.145833rem;
  width: 100%;
}
.personal-app-container .info .top .title {
  height: 0.166667rem;
  font-size: 0.125rem;
  font-weight: normal;
  color: #202D58;
  margin-left: 0.1875rem;
  border-bottom: 0.010417rem solid #3E98F9;
}
.personal-app-container .info .mid {
  height: 0.848958rem;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0 0.4375rem;
  border-bottom: 0.005208rem solid #DFDFDF;
}
.personal-app-container .info .mid .mid_left {
  height: 0.848958rem;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.personal-app-container .info .mid .mid_left .head {
  width: 0.40625rem;
  height: 0.40625rem;
  background: #8C94B1;
  border-radius: 50%;
}
.personal-app-container .info .mid .mid_left .desc {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 0.234375rem;
}
.personal-app-container .info .mid .mid_left .desc .username {
  height: 0.119792rem;
  font-size: 0.104167rem;
  font-weight: 400;
  color: #1B203A;
}
.personal-app-container .info .mid .mid_left .desc .hello {
  margin-top: 0.083333rem;
  height: 0.119792rem;
  font-size: 0.104167rem;
  font-weight: lighter;
  color: #515151;
}
.personal-app-container .info .mid .mid_left_2 {
  height: 0.848958rem;
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.personal-app-container .info .mid .mid_left_2 .margin_16 {
  margin-top: 0.083333rem;
}
.personal-app-container .info .mid .mid_left_2 .item {
  display: flex;
  flex-direction: row;
}
.personal-app-container .info .mid .mid_left_2 .item .title {
  height: 0.119792rem;
  font-size: 0.104167rem;
  font-weight: 400;
  color: #707070;
}
.personal-app-container .info .mid .mid_left_2 .item .desc {
  height: 0.119792rem;
  font-size: 0.104167rem;
  font-weight: lighter;
  color: #515151;
}
.personal-app-container .info .mid .mid_right {
  height: 0.848958rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.personal-app-container .info .mid .mid_right .title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.166667rem;
}
.personal-app-container .info .mid .mid_right .title span {
  white-space: nowrap;
  width: 1.286458rem;
  font-size: 0.09375rem;
  font-weight: 400;
  color: #909090;
  line-height: 0.09375rem;
}
.personal-app-container .info .mid .mid_right .desc {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.166667rem;
}
.personal-app-container .info .mid .mid_right .desc span {
  white-space: nowrap;
  width: 0.744792rem;
  font-size: 0.15625rem;
  font-weight: 500;
  color: #FE3106;
  line-height: 0.09375rem;
}
.personal-app-container .info .mid .mid_right .go_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.625rem;
  height: 0.166667rem;
  background: #409EFF;
  border-radius: 0.03125rem;
  cursor: pointer;
  margin-top: 0.052083rem;
}
.personal-app-container .info .mid .mid_right .go_btn span {
  white-space: nowrap;
  width: 0.302083rem;
  font-size: 0.083333rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.09375rem;
}
.personal-app-container .info .bottom {
  height: 1.265625rem;
  display: flex;
  justify-content: space-between;
  padding: 0 0.171875rem;
}
.personal-app-container .info .btn_img {
  width: 0.40625rem;
  height: 0.40625rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.personal-app-container .info .btn_img span {
  color: #fff;
  font-size: 0.208333rem;
}
.personal-app-container .info .btn_img .font_size_55 {
  font-size: 0.286458rem;
}
.personal-app-container .info .btn_img .font_size_45 {
  font-size: 0.234375rem;
}
.personal-app-container .info .edit_bg {
  background: linear-gradient(0deg, #2091F0 0%, #7FC4FF 100%);
}
.personal-app-container .info .phone_bg {
  background: linear-gradient(0deg, #32CA6F 0%, #90F3C1 100%);
}
.personal-app-container .info .smile_bg {
  background: linear-gradient(0deg, #FBC00F 0%, #FDE000 100%);
}
.personal-app-container .info .gold_bg {
  background: linear-gradient(0deg, #F25D4E 0%, #F88F7D 100%);
}
.personal-app-container .info .deal_bg {
  background: linear-gradient(0deg, #7A6ED2 0%, #B9AAFF 100%);
}
.personal-app-container .info .question_bg {
  background: linear-gradient(0deg, #FF659F 0%, #FFA3CC 100%);
}
.personal-app-container .info .item_btn {
  background: #FFFFFF;
  width: 2.583333rem;
  height: 1.088542rem;
  display: flex;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.23);
  align-items: center;
  flex-direction: column;
}
.personal-app-container .info .item_btn .item_top {
  display: flex;
  align-items: center;
  padding: 0 0.223958rem;
  width: 100%;
  justify-content: space-between;
  flex-grow: 1;
}
.personal-app-container .info .item_btn .item_top .left {
  width: 1.473958rem;
  margin: 0.130208rem 0;
}
.personal-app-container .info .item_btn .item_top .left .title {
  height: 0.119792rem;
  font-size: 0.125rem;
  color: #505050;
  font-weight: 400;
}
.personal-app-container .info .item_btn .item_top .left .desc {
  margin-top: 0.09375rem;
  width: 1.307292rem;
  height: 0.166667rem;
  font-size: 0.072917rem;
  font-weight: 400;
  color: #909090;
  line-height: 0.09375rem;
}
.personal-app-container .info .item_btn .item_bottom {
  height: 0.265625rem;
  width: 100%;
  background: #F5F7FA;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.personal-app-container .info .item_btn .item_bottom span {
  width: 0.1875rem;
  font-size: 0.09375rem;
  font-weight: 400;
  color: #3E98F9;
  line-height: 0.09375rem;
}
.personal-app-container .info .item_btn .item_bottom:hover {
  background: #EBF2FF;
}.warning-row {
  background: #a1f58e !important;
}.margin_top_20[data-v-173fb38d] {
  margin-top: 0.104167rem;
}
[data-v-173fb38d] .el-upload-dragger {
  width: 0.677083rem;
  height: 0.677083rem;
  background: #F5F7FE;
  border: 0.005208rem solid #DCDFE6;
  border-radius: 0.020833rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
[data-v-173fb38d] .el-input__inner {
  height: 0.1875rem;
}
[data-v-173fb38d] .el-input__inner::-webkit-input-placeholder {
  font-size: 0.0625rem;
}
[data-v-173fb38d] .el-form-item__label {
  width: 0.572917rem;
  height: 0.083333rem;
  font-size: 0.083333rem;
  font-weight: 500;
  color: #656565;
  line-height: 0.171875rem;
}
[data-v-173fb38d] .el-form-item__content {
  margin-left: 0.572917rem;
}
.base_background_left[data-v-173fb38d] {
  width: 8.4375rem;
  height: 4.135417rem;
  background: #FFFFFF;
  border-radius: 0.114583rem;
}
.feedback_app-container[data-v-173fb38d] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0.104167rem;
}
.feedback_app-container .feedback_left[data-v-173fb38d] {
  width: 8.4375rem;
  height: 4.135417rem;
  background: #FFFFFF;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.12);
  border-radius: 0.151042rem;
  display: flex;
  padding: 0.104167rem 0.140625rem;
}
.feedback_app-container .feedback_left .feedback_title[data-v-173fb38d] {
  border-bottom: 0.010417rem solid #3E98F9;
  height: 0.171875rem;
}
.feedback_app-container .feedback_left .feedback_title span[data-v-173fb38d] {
  height: 0.109375rem;
  font-size: 0.114583rem;
  font-weight: 400;
  color: #202D58;
  line-height: 0.171875rem;
}
.feedback_app-container .feedback_left .feedback_form[data-v-173fb38d] {
  display: flex;
  justify-content: space-around;
  align-items: start;
  margin-top: 0.458333rem;
}
.feedback_app-container .feedback_left .feedback_form .width-374[data-v-173fb38d] {
  width: 1.947917rem;
}
.feedback_app-container .feedback_left .feedback_form .inputSize[data-v-173fb38d] {
  width: 1.375rem;
  height: 0.1875rem;
  font-size: 0.083333rem;
  font-weight: 500;
  color: #494949;
  line-height: 0.171875rem;
}
.feedback_app-container .feedback_left .feedback_form .red[data-v-173fb38d] {
  color: #D11616;
}
.feedback_app-container .feedback_left .feedback_form .confim_btn[data-v-173fb38d] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #FFFFFF;
  text-align: center;
  font-weight: lighter;
  line-height: 0.114583rem;
  border: 0.005208rem solid #E3E3E3;
  width: 0.572917rem;
  height: 0.1875rem;
  background: #4581E0;
  border-radius: 0.020833rem;
}
.feedback_app-container .feedback_left .feedback_form .confim_btn[data-v-173fb38d]:hover {
  background: #1297ED;
}
.feedback_app-container .feedback_left .feedback_form .cancel_btn[data-v-173fb38d] {
  font-size: 0.09375rem;
  font-family: 'Source Han Sans SC';
  color: #000;
  margin-top: 0.260417rem;
  text-align: center;
  font-weight: lighter;
  background: #FFFFFF;
  line-height: 0.114583rem;
  width: 0.395833rem;
  height: 0.1875rem;
  border: 0.005208rem solid #E3E3E3;
  border-radius: 0.020833rem;
}
.feedback_app-container .feedback_left .feedback_form .cancel_btn[data-v-173fb38d]:hover {
  background: #4581E0;
  color: #FFFFFF;
}.warning-row {
  background: #a1f58e !important;
}
.el-table th,
.el-table tr {
  background-color: unset !important;
}
.guide_index_container {
  position: relative;
}.guide_index_base_background[data-v-577a77bc] {
  background: #FFFFFF;
  border-radius: 0.052083rem;
  margin: 0.052083rem 0;
}
.guide_index_base_background_mask[data-v-577a77bc] {
  background: #fff;
  border-radius: 0.052083rem;
}
.title[data-v-577a77bc] {
  display: block;
  font-size: 0.083333rem;
  padding: 0.026042rem;
}
.labelStyle[data-v-577a77bc] {
  display: block;
  padding: 0.026042rem;
  background-color: #f2f2f2;
}
.flag_name[data-v-577a77bc] {
  cursor: default;
  color: #00abfe;
}
.apply_btn[data-v-577a77bc] {
  color: #fff;
  background-color: #4581E0;
  border: none;
}
.apply_btn[data-v-577a77bc]:hover {
  color: #fff;
  background-color: #1297ED;
}
.publish_btn[data-v-577a77bc] {
  border: none;
}
.downLoad_btn[data-v-577a77bc] {
  border: none;
}
.margin_30[data-v-577a77bc] {
  margin-left: 0 !important;
}.warning-row {
  background: #a1f58e !important;
}
.el-table th,
.el-table tr {
  background-color: unset !important;
}
.guide_index_container {
  position: relative;
}.guide_index_base_background[data-v-4f01dac6] {
  background: #FFFFFF;
  border-radius: 0.052083rem;
  margin: 0.052083rem 0;
}
.guide_index_base_background_mask[data-v-4f01dac6] {
  background: #fff;
  border-radius: 0.052083rem;
}
.title[data-v-4f01dac6] {
  display: block;
  font-size: 0.083333rem;
  padding: 0.026042rem;
}
.labelStyle[data-v-4f01dac6] {
  display: block;
  padding: 0.026042rem;
  background-color: #f2f2f2;
}
.flag_name[data-v-4f01dac6] {
  cursor: default;
  color: #00abfe;
}
.apply_btn[data-v-4f01dac6] {
  color: #fff;
  background-color: #4581E0;
  border: none;
}
.apply_btn[data-v-4f01dac6]:hover {
  color: #fff;
  background-color: #1297ED;
}
.publish_btn[data-v-4f01dac6] {
  border: none;
}
.downLoad_btn[data-v-4f01dac6] {
  border: none;
}
.margin_30[data-v-4f01dac6] {
  margin-left: 0 !important;
}.warning-row {
  background: #a1f58e !important;
}
.el-table th,
.el-table tr {
  background-color: unset !important;
}
.guide_index_container {
  position: relative;
}.guide_index_base_background[data-v-2a206d07] {
  background: #FFFFFF;
  border-radius: 0.052083rem;
  margin: 0.052083rem 0;
}
.guide_index_base_background_mask[data-v-2a206d07] {
  background: #fff;
  border-radius: 0.052083rem;
}
.title[data-v-2a206d07] {
  display: block;
  font-size: 0.083333rem;
  padding: 0.026042rem;
}
.labelStyle[data-v-2a206d07] {
  display: block;
  padding: 0.026042rem;
  background-color: #f2f2f2;
}
.flag_name[data-v-2a206d07] {
  cursor: default;
  color: #00abfe;
}
.apply_btn[data-v-2a206d07] {
  color: #fff;
  background-color: #4581E0;
  border: none;
}
.apply_btn[data-v-2a206d07]:hover {
  color: #fff;
  background-color: #1297ED;
}
.publish_btn[data-v-2a206d07] {
  border: none;
}
.downLoad_btn[data-v-2a206d07] {
  border: none;
}
.margin_30[data-v-2a206d07] {
  margin-left: 0 !important;
}
.title_hover[data-v-2a206d07] {
  cursor: pointer;
}
.title_hover[data-v-2a206d07]:hover {
  color: red;
}.material-lib-style .el-tabs__header {
  margin: 0.036458rem 0;
}
.material-lib-style .el-tabs__header .el-tabs__item {
  height: 0.15625rem;
  line-height: 0.15625rem;
}
.guide_container {
  padding: 0.088542rem 0.104167rem;
  background: #f5f7fe;
  position: relative;
}
.guide_base_background {
  padding: 0.052083rem 0.104167rem;
  background: #FFFFFF;
  border-radius: 0.151042rem;
  margin: 0 0;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.13);
}.title[data-v-14df2e3e] {
  display: block;
  color: red;
  margin: 0.026042rem;
}.warning-row {
  background: #a1f58e !important;
}
.el-table th,
.el-table tr {
  background-color: unset !important;
}
.charge_game_index_container {
  position: relative;
}.charge_game_index_base_background[data-v-7f112baa] {
  background: #FFFFFF;
  border-radius: 0.052083rem;
  margin: 0.052083rem 0;
}
.applyAllGameDesc[data-v-7f112baa] {
  position: absolute;
  right: 0.78125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0.052083rem;
}
.applyAllGameDesc span[data-v-7f112baa] {
  font-size: 0.0625rem;
  font-weight: bold;
  color: #909090;
}
.applyAllGame[data-v-7f112baa] {
  position: absolute;
  right: 0.104167rem;
}
.charge_game_index_base_background_mask[data-v-7f112baa] {
  background: #fff;
  border-radius: 0.052083rem;
}
.title[data-v-7f112baa] {
  display: block;
  font-size: 0.083333rem;
  padding: 0.026042rem;
}
.labelStyle[data-v-7f112baa] {
  display: block;
  padding: 0.026042rem;
  background-color: #f2f2f2;
}
.flag_name[data-v-7f112baa] {
  cursor: default;
  color: #00abfe;
}
.apply_btn[data-v-7f112baa] {
  color: #fff;
  background-color: #409eff;
  border: none;
}
.apply_btn[data-v-7f112baa]:hover {
  color: #fff;
  background-color: #66b1ff;
}
.applying_btn[data-v-7f112baa] {
  color: #fff;
  background-color: #ffa800;
  border: none;
}
.applying_btn[data-v-7f112baa]:hover {
  color: #fff;
  background-color: #ffbb39;
}
.publish_btn[data-v-7f112baa] {
  color: #fff;
  background-color: #ff6d23;
  border: none;
}
.publish_btn[data-v-7f112baa]:hover {
  color: #fff;
  background-color: #ff894d;
}
.downLoad_btn[data-v-7f112baa] {
  color: #fff;
  background-color: #23b71f;
  border: none;
}
.downLoad_btn[data-v-7f112baa]:hover {
  color: #fff;
  background-color: #36cb2e;
}
.margin_30[data-v-7f112baa] {
  margin-left: 0 !important;
}.material-lib-style .el-tabs__header {
  margin: 0.036458rem 0;
}
.material-lib-style .el-tabs__header .el-tabs__item {
  height: 0.15625rem;
  line-height: 0.15625rem;
}
.charge_game_container {
  padding: 0.088542rem 0.104167rem;
  background: #f5f7fe;
  position: relative;
}
.charge_game_base_background {
  padding: 0.052083rem 0.104167rem;
  background: #FFFFFF;
  border-radius: 0.151042rem;
  margin: 0 0;
  box-shadow: 0 0.020833rem 0.041667rem 0 rgba(0,0,4,0.13);
}