/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 10.667vw;
}
/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * 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 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -0.533vw;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*do not import this file except components/style/index.less*/
.am-fade-enter,
.am-fade-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-enter.am-fade-enter-active,
.am-fade-appear.am-fade-appear-active {
  animation-name: amFadeIn;
  animation-play-state: running;
}
.am-fade-leave.am-fade-leave-active {
  animation-name: amFadeOut;
  animation-play-state: running;
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.am-slide-up-enter,
.am-slide-up-appear {
  transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-up-enter.am-slide-up-enter-active,
.am-slide-up-appear.am-slide-up-appear-active {
  animation-name: amSlideUpIn;
  animation-play-state: running;
}
.am-slide-up-leave.am-slide-up-leave-active {
  animation-name: amSlideUpOut;
  animation-play-state: running;
}
@keyframes amSlideUpIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideUpOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.am.am-zoom-enter,
.am.am-zoom-leave {
  display: block;
}
.am-zoom-enter,
.am-zoom-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.am-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.am-zoom-enter.am-zoom-enter-active,
.am-zoom-appear.am-zoom-appear-active {
  animation-name: amZoomIn;
  animation-play-state: running;
}
.am-zoom-leave.am-zoom-leave-active {
  animation-name: amZoomOut;
  animation-play-state: running;
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.am-slide-down-enter,
.am-slide-down-appear {
  transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-down-enter.am-slide-down-enter-active,
.am-slide-down-appear.am-slide-down-appear-active {
  animation-name: amSlideDownIn;
  animation-play-state: running;
}
.am-slide-down-leave.am-slide-down-leave-active {
  animation-name: amSlideDownOut;
  animation-play-state: running;
}
@keyframes amSlideDownIn {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideDownOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f5f5f9;
  font-size: 3.733vw;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}

.am-icon {
  fill: currentColor;
  background-size: cover;
  width: 5.867vw;
  height: 5.867vw;
}
.am-icon-xxs {
  width: 4vw;
  height: 4vw;
}
.am-icon-xs {
  width: 4.8vw;
  height: 4.8vw;
}
.am-icon-sm {
  width: 5.6vw;
  height: 5.6vw;
}
.am-icon-md {
  width: 5.867vw;
  height: 5.867vw;
}
.am-icon-lg {
  width: 9.6vw;
  height: 9.6vw;
}
.am-icon-loading {
  animation: cirle-anim 1s linear infinite;
}
@keyframes cirle-anim {
  100% {
    transform: rotate(360deg);
  }
}

.am-toast {
  position: fixed;
  width: 100%;
  z-index: 1999;
  font-size: 3.733vw;
  text-align: center;
}
.am-toast > span {
  max-width: 50%;
}
.am-toast.am-toast-mask {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  transform: translateZ(1px);
}
.am-toast.am-toast-nomask {
  position: fixed;
  max-width: 50%;
  width: auto;
  left: 50%;
  top: 50%;
  transform: translateZ(1px);
}
.am-toast.am-toast-nomask .am-toast-notice {
  transform: translateX(-50%) translateY(-50%);
}
.am-toast-notice-content .am-toast-text {
  min-width: 16vw;
  border-radius: 0.8vw;
  color: #fff;
  background-color: rgba(58, 58, 58, 0.9);
  line-height: 1.5;
  padding: 2.4vw 4vw;
}
.am-toast-notice-content .am-toast-text.am-toast-text-icon {
  border-radius: 1.333vw;
  padding: 4vw 4vw;
}
.am-toast-notice-content .am-toast-text.am-toast-text-icon .am-toast-text-info {
  margin-top: 1.6vw;
}

/*!
 * 
 * antd-mobile v2.3.4
 * 
 * Copyright 2015-present, Alipay, Inc.
 * All rights reserved.
 *       
 */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 10.667vw;
}
/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * 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 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -0.533vw;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/*do not import this file except components/style/index.less*/
.am-fade-enter,
.am-fade-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-enter.am-fade-enter-active,
.am-fade-appear.am-fade-appear-active {
  animation-name: amFadeIn;
  animation-play-state: running;
}
.am-fade-leave.am-fade-leave-active {
  animation-name: amFadeOut;
  animation-play-state: running;
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.am-slide-up-enter,
.am-slide-up-appear {
  transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-up-enter.am-slide-up-enter-active,
.am-slide-up-appear.am-slide-up-appear-active {
  animation-name: amSlideUpIn;
  animation-play-state: running;
}
.am-slide-up-leave.am-slide-up-leave-active {
  animation-name: amSlideUpOut;
  animation-play-state: running;
}
@keyframes amSlideUpIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideUpOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.am.am-zoom-enter,
.am.am-zoom-leave {
  display: block;
}
.am-zoom-enter,
.am-zoom-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.am-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.am-zoom-enter.am-zoom-enter-active,
.am-zoom-appear.am-zoom-appear-active {
  animation-name: amZoomIn;
  animation-play-state: running;
}
.am-zoom-leave.am-zoom-leave-active {
  animation-name: amZoomOut;
  animation-play-state: running;
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.am-slide-down-enter,
.am-slide-down-appear {
  transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-down-enter.am-slide-down-enter-active,
.am-slide-down-appear.am-slide-down-appear-active {
  animation-name: amSlideDownIn;
  animation-play-state: running;
}
.am-slide-down-leave.am-slide-down-leave-active {
  animation-name: amSlideDownOut;
  animation-play-state: running;
}
@keyframes amSlideDownIn {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideDownOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f5f5f9;
  font-size: 3.733vw;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}
.am-accordion {
  position: relative;
  border-top: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-accordion {
    border-top: none;
  }
  html:not([data-scale]) .am-accordion::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-accordion::before {
    transform: scaleY(0.33);
  }
}
.am-accordion-anim-active {
  transition: all 0.2s ease-out;
}
.am-accordion .am-accordion-item .am-accordion-header {
  position: relative;
  color: #000;
  font-size: 4.533vw;
  height: 11.733vw;
  line-height: 11.733vw;
  background-color: #fff;
  box-sizing: content-box;
  padding-left: 4vw;
  padding-right: 8vw;
  border-bottom: 1PX solid #ddd;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-accordion .am-accordion-item .am-accordion-header {
    border-bottom: none;
  }
  html:not([data-scale]) .am-accordion .am-accordion-item .am-accordion-header::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-accordion .am-accordion-item .am-accordion-header::after {
    transform: scaleY(0.33);
  }
}
.am-accordion .am-accordion-item .am-accordion-header i {
  position: absolute;
  display: block;
  top: 4vw;
  right: 4vw;
  width: 4vw;
  height: 4vw;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216%22%20height%3D%2226%22%20viewBox%3D%220%200%2016%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22UI-KIT_%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%229.9%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20transform%3D%22translate(-5809.000000%2C%20-8482.000000)%22%20fill%3D%22%23C7C7CC%22%3E%3Cpolygon%20id%3D%22Disclosure-Indicator%22%20points%3D%225811%208482%205809%208484%205820.5%208495%205809%208506%205811%208508%205825%208495%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}
.am-accordion .am-accordion-item .am-accordion-header[aria-expanded~="true"] i {
  transform: rotate(270deg);
}
.am-accordion .am-accordion-item .am-accordion-content {
  overflow: hidden;
  background: #fff;
}
.am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box {
  font-size: 4vw;
  color: #333;
  position: relative;
  border-bottom: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box {
    border-bottom: none;
  }
  html:not([data-scale]) .am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box::after {
    transform: scaleY(0.33);
  }
}
.am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box .am-list-body {
  border-top: 0;
}
.am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box .am-list-body:before {
  display: none !important;
}
.am-accordion .am-accordion-item .am-accordion-content.am-accordion-content-inactive {
  display: none;
}
.am-badge {
  position: relative;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.am-badge-text {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: -1.6vw;
  height: 4.8vw;
  line-height: 4.8vw;
  min-width: 2.4vw;
  border-radius: 3.2vw;
  padding: 0 1.333vw;
  text-align: center;
  font-size: 3.2vw;
  color: #fff;
  background-color: #ff5b05;
  white-space: nowrap;
  transform: translateX(-45%);
  transform-origin: -10% center;
  z-index: 10;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", SimSun, sans-serif;
}
.am-badge-text a {
  color: #fff;
}
.am-badge-text p {
  margin: 0;
  padding: 0;
}
.am-badge-hot .am-badge-text {
  background-color: #f96268;
}
.am-badge-dot {
  position: absolute;
  transform: translateX(-50%);
  transform-origin: 0 center;
  top: -1.067vw;
  height: 2.133vw;
  width: 2.133vw;
  border-radius: 100%;
  background: #ff5b05;
  z-index: 10;
}
.am-badge-dot-large {
  height: 4.267vw;
  width: 4.267vw;
}
.am-badge-not-a-wrapper .am-badge-text,
.am-badge-not-a-wrapper .am-badge-dot {
  top: auto;
  display: block;
  position: relative;
  transform: translateX(0);
}
.am-badge-corner {
  width: 21.333vw;
  padding: 2.133vw;
  position: absolute;
  right: -8.533vw;
  top: 2.133vw;
  background-color: #ff5b05;
  color: #fff;
  white-space: nowrap;
  transform: rotate(45deg);
  text-align: center;
  font-size: 4vw;
}
.am-badge-corner-wrapper {
  overflow: hidden;
}
.am-action-sheet-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.am-action-sheet-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  z-index: 1000;
}
.am-action-sheet-mask-hidden {
  display: none;
}
.am-action-sheet-close {
  display: none;
}
.am-action-sheet {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  padding-bottom: env(safe-area-inset-bottom);
}
.am-action-sheet.am-action-sheet-share {
  background-color: #f2f2f2;
}
.am-action-sheet-title,
.am-action-sheet-message {
  margin: 4vw auto;
  padding: 0 4vw;
  text-align: center;
}
.am-action-sheet-title {
  font-size: 4.533vw;
}
.am-action-sheet-message {
  color: #888;
  font-size: 3.733vw;
}
.am-action-sheet-button-list {
  text-align: center;
  color: #000;
}
.am-action-sheet-button-list-item {
  font-size: 4.8vw;
  padding: 0 2.133vw;
  margin: 0;
  position: relative;
  height: 13.333vw;
  line-height: 13.333vw;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  border-top: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-action-sheet-button-list-item {
    border-top: none;
  }
  html:not([data-scale]) .am-action-sheet-button-list-item::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-action-sheet-button-list-item::before {
    transform: scaleY(0.33);
  }
}
.am-action-sheet-button-list-item.am-action-sheet-button-list-item-active {
  background-color: #ddd;
}
.am-action-sheet-button-list-badge {
  display: flex;
  align-items: center;
  justify-content: center;
}
.am-action-sheet-button-list-badge .am-badge {
  margin-left: 2.133vw;
  flex-shrink: 0;
}
.am-action-sheet-button-list-item-content {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.am-action-sheet-button-list .am-action-sheet-cancel-button {
  padding-top: 1.6vw;
  position: relative;
}
.am-action-sheet-button-list .am-action-sheet-cancel-button-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.6vw;
  background-color: #e7e7ed;
  border-top: 1PX solid #ddd;
  border-bottom: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-action-sheet-button-list .am-action-sheet-cancel-button-mask {
    border-top: none;
  }
  html:not([data-scale]) .am-action-sheet-button-list .am-action-sheet-cancel-button-mask::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-action-sheet-button-list .am-action-sheet-cancel-button-mask::before {
    transform: scaleY(0.33);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-action-sheet-button-list .am-action-sheet-cancel-button-mask {
    border-bottom: none;
  }
  html:not([data-scale]) .am-action-sheet-button-list .am-action-sheet-cancel-button-mask::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-action-sheet-button-list .am-action-sheet-cancel-button-mask::after {
    transform: scaleY(0.33);
  }
}
.am-action-sheet-button-list .am-action-sheet-destructive-button {
  color: #f4333c;
}
.am-action-sheet-share-list {
  display: flex;
  position: relative;
  border-top: 1PX solid #ddd;
  padding: 5.6vw 0 5.6vw 4vw;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-action-sheet-share-list {
    border-top: none;
  }
  html:not([data-scale]) .am-action-sheet-share-list::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-action-sheet-share-list::before {
    transform: scaleY(0.33);
  }
}
.am-action-sheet-share-list-item {
  flex: none;
  margin: 0 3.2vw 0 0;
}
.am-action-sheet-share-list-item-icon {
  margin-bottom: 2.4vw;
  width: 16vw;
  height: 16vw;
  background-color: #fff;
  border-radius: 0.8vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.am-action-sheet-share-list-item-title {
  color: #888;
  font-size: 2.667vw;
  text-align: center;
}
.am-action-sheet-share-cancel-button {
  height: 13.333vw;
  line-height: 13.333vw;
  text-align: center;
  background-color: #fff;
  color: #000;
  font-size: 4.8vw;
  position: relative;
  border-top: 1PX solid #ddd;
  box-sizing: border-box;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-action-sheet-share-cancel-button {
    border-top: none;
  }
  html:not([data-scale]) .am-action-sheet-share-cancel-button::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-action-sheet-share-cancel-button::before {
    transform: scaleY(0.33);
  }
}
.am-action-sheet-share-cancel-button.am-action-sheet-share-cancel-button-active {
  background-color: #ddd;
}
.am-activity-indicator {
  display: flex;
  align-items: center;
  z-index: 99;
}
.am-activity-indicator-spinner {
  display: inline-block;
  width: 5.333vw;
  height: 5.333vw;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2.125%20-1.875%2064%2064%22%3E%3Cpath%20fill%3D%22%23CCC%22%20d%3D%22M29.875-1.875c-17.673%200-32%2014.327-32%2032s14.327%2032%2032%2032%2032-14.327%2032-32-14.327-32-32-32zm0%2060.7c-15.85%200-28.7-12.85-28.7-28.7s12.85-28.7%2028.7-28.7%2028.7%2012.85%2028.7%2028.7-12.85%2028.7-28.7%2028.7z%22%2F%3E%3Cpath%20fill%3D%22%23108ee9%22%20d%3D%22M61.858%2030.34c.003-.102.008-.203.008-.305%200-11.43-5.996-21.452-15.01-27.113l-.013.026c-.24-.137-.515-.22-.81-.22-.912%200-1.65.738-1.65%201.65%200%20.654.384%201.215.937%201.482%207.963%205.1%2013.247%2014.017%2013.247%2024.176%200%20.147-.01.293-.01.44h.022c0%20.01-.004.02-.004.03%200%20.91.74%201.65%201.65%201.65s1.65-.74%201.65-1.65c0-.06-.012-.112-.018-.167z%22%2F%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  animation: spinner-anime 1s linear infinite;
}
.am-activity-indicator-tip {
  font-size: 3.733vw;
  margin-left: 2.133vw;
  color: #000;
  opacity: 0.4;
}
.am-activity-indicator.am-activity-indicator-toast {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1999;
}
.am-activity-indicator.am-activity-indicator-toast .am-activity-indicator-spinner {
  margin: 0;
}
.am-activity-indicator.am-activity-indicator-toast .am-activity-indicator-toast {
  display: inline-block;
  position: relative;
  top: 1.067vw;
}
.am-activity-indicator-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4vw 4vw;
  border-radius: 1.867vw;
  background-clip: padding-box;
  color: #fff;
  background-color: rgba(58, 58, 58, 0.9);
  font-size: 4vw;
  line-height: 5.333vw;
}
.am-activity-indicator-spinner-lg {
  width: 8.533vw;
  height: 8.533vw;
}
@keyframes spinner-anime {
  100% {
    transform: rotate(360deg);
  }
}
.am-icon {
  fill: currentColor;
  background-size: cover;
  width: 5.867vw;
  height: 5.867vw;
}
.am-icon-xxs {
  width: 4vw;
  height: 4vw;
}
.am-icon-xs {
  width: 4.8vw;
  height: 4.8vw;
}
.am-icon-sm {
  width: 5.6vw;
  height: 5.6vw;
}
.am-icon-md {
  width: 5.867vw;
  height: 5.867vw;
}
.am-icon-lg {
  width: 9.6vw;
  height: 9.6vw;
}
.am-icon-loading {
  animation: cirle-anim 1s linear infinite;
}
@keyframes cirle-anim {
  100% {
    transform: rotate(360deg);
  }
}
.am-button {
  display: block;
  outline: 0 none;
  -webkit-appearance: none;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  font-size: 4.8vw;
  height: 12.533vw;
  line-height: 12.533vw;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: nowrap;
  color: #000;
  background-color: #fff;
  border: 1PX solid #ddd;
  border-radius: 1.333vw;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-button {
    position: relative;
    border: none;
  }
  html:not([data-scale]) .am-button::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1PX solid #ddd;
    border-radius: 10px;
    transform-origin: 0 0;
    transform: scale(0.5);
    box-sizing: border-box;
    pointer-events: none;
  }
}
.am-button-borderfix:before {
  transform: scale(0.49) !important;
}
.am-button.am-button-active {
  background-color: #ddd;
}
.am-button.am-button-disabled {
  color: rgba(0, 0, 0, 0.3);
  opacity: 0.6;
}
.am-button-primary {
  color: #fff;
  background-color: #108ee9;
  border: 1PX solid #108ee9;
  border-radius: 1.333vw;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-button-primary {
    position: relative;
    border: none;
  }
  html:not([data-scale]) .am-button-primary::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1PX solid #108ee9;
    border-radius: 10px;
    transform-origin: 0 0;
    transform: scale(0.5);
    box-sizing: border-box;
    pointer-events: none;
  }
}
.am-button-primary.am-button-active {
  color: rgba(255, 255, 255, 0.3);
  background-color: #0e80d2;
}
.am-button-primary.am-button-disabled {
  color: rgba(255, 255, 255, 0.6);
  opacity: 0.4;
}
.am-button-ghost {
  color: #108ee9;
  background-color: transparent;
  border: 1PX solid #108ee9;
  border-radius: 1.333vw;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-button-ghost {
    position: relative;
    border: none;
  }
  html:not([data-scale]) .am-button-ghost::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1PX solid #108ee9;
    border-radius: 10px;
    transform-origin: 0 0;
    transform: scale(0.5);
    box-sizing: border-box;
    pointer-events: none;
  }
}
.am-button-ghost.am-button-active {
  color: rgba(16, 142, 233, 0.6);
  background-color: transparent;
  border: 1PX solid rgba(16, 142, 233, 0.6);
  border-radius: 1.333vw;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-button-ghost.am-button-active {
    position: relative;
    border: none;
  }
  html:not([data-scale]) .am-button-ghost.am-button-active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1PX solid rgba(16, 142, 233, 0.6);
    border-radius: 10px;
    transform-origin: 0 0;
    transform: scale(0.5);
    box-sizing: border-box;
    pointer-events: none;
  }
}
.am-button-ghost.am-button-disabled {
  color: rgba(0, 0, 0, 0.1);
  border: 1PX solid rgba(0, 0, 0, 0.1);
  border-radius: 1.333vw;
  opacity: 1;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-button-ghost.am-button-disabled {
    position: relative;
    border: none;
  }
  html:not([data-scale]) .am-button-ghost.am-button-disabled::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1PX solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transform-origin: 0 0;
    transform: scale(0.5);
    box-sizing: border-box;
    pointer-events: none;
  }
}
.am-button-warning {
  color: #fff;
  background-color: #e94f4f;
}
.am-button-warning.am-button-active {
  color: rgba(255, 255, 255, 0.3);
  background-color: #d24747;
}
.am-button-warning.am-button-disabled {
  color: rgba(255, 255, 255, 0.6);
  opacity: 0.4;
}
.am-button-inline {
  display: inline-block;
  padding: 0 4vw;
}
.am-button-inline.am-button-icon {
  display: inline-flex;
}
.am-button-small {
  font-size: 3.467vw;
  height: 8vw;
  line-height: 8vw;
  padding: 0 4vw;
}
.am-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.am-button > .am-button-icon {
  margin-right: 0.5em;
}
.am-picker-col {
  display: block;
  position: relative;
  height: 63.467vw;
  overflow: hidden;
  width: 100%;
}
.am-picker-col-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  padding: 27.2vw 0;
}
.am-picker-col-item {
  touch-action: manipulation;
  text-align: center;
  font-size: 4.267vw;
  height: 9.067vw;
  line-height: 9.067vw;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.am-picker-col-item-selected {
  font-size: 4.533vw;
}
.am-picker-col-mask {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  z-index: 3;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), linear-gradient(to top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
  background-position: top, bottom;
  background-size: 100% 27.2vw;
  background-repeat: no-repeat;
}
.am-picker-col-indicator {
  box-sizing: border-box;
  width: 100%;
  height: 9.067vw;
  position: absolute;
  left: 0;
  top: 27.2vw;
  z-index: 3;
  border-top: 1PX solid #ddd;
  border-bottom: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-picker-col-indicator {
    border-top: none;
  }
  html:not([data-scale]) .am-picker-col-indicator::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-picker-col-indicator::before {
    transform: scaleY(0.33);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-picker-col-indicator {
    border-bottom: none;
  }
  html:not([data-scale]) .am-picker-col-indicator::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-picker-col-indicator::after {
    transform: scaleY(0.33);
  }
}
.am-picker {
  display: flex;
  align-items: center;
}
.am-picker-item {
  flex: 1;
  text-align: center;
}
.am-picker-popup {
  left: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  background-color: #fff;
  padding-bottom: env(safe-area-inset-bottom);
}
.am-picker-popup-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  transform: translateZ(1px);
}
.am-picker-popup-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  z-index: 1000;
  transform: translateZ(1px);
}
.am-picker-popup-mask-hidden {
  display: none;
}
.am-picker-popup-header {
  background-image: linear-gradient(to bottom, #e7e7e7, #e7e7e7, transparent, transparent);
  background-position: bottom;
  background-size: 100% 1PX;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-picker-popup-header {
    border-bottom: none;
  }
  html:not([data-scale]) .am-picker-popup-header::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-picker-popup-header::after {
    transform: scaleY(0.33);
  }
}
.am-picker-popup-header .am-picker-popup-header-right {
  text-align: right;
}
.am-picker-popup-item {
  color: #108ee9;
  font-size: 4.533vw;
  padding: 2.4vw 4vw;
  height: 11.2vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.am-picker-popup-item-active {
  background-color: #ddd;
}
.am-picker-popup-title {
  flex: 1;
  text-align: center;
  color: #000;
}
.am-picker-popup .am-picker-popup-close {
  display: none;
}
.am-picker-col {
  flex: 1;
}
.am-calendar .animate {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.am-calendar .fade-enter {
  animation-name: fadeIn;
}
.am-calendar .fade-leave {
  animation-name: fadeOut;
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    transform: translateZ(0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    transform: translateZ(0);
    visibility: visible;
  }
  to {
    transform: translate3d(100%, 0, 0);
  }
}
.am-calendar .slideV-enter {
  animation-name: slideInUp;
}
.am-calendar .slideV-leave {
  animation-name: slideInDown;
}
.am-calendar .slideH-enter {
  animation-name: slideInLeft;
}
.am-calendar .slideH-leave {
  animation-name: slideInRight;
}
.am-calendar .mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}
.am-calendar .content {
  position: fixed;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
}
.am-calendar .header {
  margin: 1.333vw;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.am-calendar .header .title {
  text-align: center;
  width: 100%;
  font-size: 4.267vw;
  font-weight: bold;
}
.am-calendar .header .left {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2.133vw;
  height: 6.4vw;
  left: 1.333vw;
  top: 1.333vw;
  color: #068EEF;
}
.am-calendar .header .right {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2.133vw;
  height: 6.4vw;
  right: 1.333vw;
  top: 1.333vw;
  color: #068EEF;
  font-size: 3.733vw;
}
.am-calendar .timePicker {
  border-top: 1PX #ccc solid;
}
.am-calendar .week-panel {
  background: #fff;
  display: flex;
  flex-shrink: 0;
  padding: 0 0.533vw;
  border-bottom: 1PX #ddd solid;
}
.am-calendar .week-panel .cell {
  height: 6.4vw;
  display: flex;
  width: 14.28571429%;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 3.733vw;
}
.am-calendar .week-panel .cell-grey {
  color: #bbb;
}
.am-calendar .date-picker {
  display: flex;
  flex-direction: column;
  background: #eee;
  padding-bottom: env(safe-area-inset-bottom);
  flex: 1;
  min-height: 0;
}
.am-calendar .date-picker .wrapper {
  height: auto;
  position: relative;
  flex: 1;
  min-height: 0;
}
.am-calendar .date-picker .months {
  background: #fff;
}
.am-calendar .date-picker .load-tip {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  left: 0;
  right: 0;
  padding: 2.667vw 0;
  top: -10.667vw;
  color: #bbb;
}
.am-calendar .confirm-panel {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  background: #f7f7f7;
  padding: 2.133vw 4vw;
  border-top: #ddd 1PX solid;
}
.am-calendar .confirm-panel .info {
  font-size: 3.2vw;
}
.am-calendar .confirm-panel .info p {
  margin: 0;
}
.am-calendar .confirm-panel .info p + p {
  margin-top: 2.133vw;
}
.am-calendar .confirm-panel .info .grey {
  color: #bbb;
}
.am-calendar .confirm-panel .button {
  text-align: center;
  width: 21.333vw;
  margin: 0 0 0 auto;
  padding: 2.133vw 0;
  border-radius: 1.333vw;
  color: #fff;
  font-size: 4.8vw;
  background: #108ee9;
}
.am-calendar .confirm-panel .button-disable {
  color: #bbb;
  background: #ddd;
}
.am-calendar .confirm-panel .button-full {
  width: 100%;
  text-align: center;
}
.am-calendar .time-picker {
  flex-shrink: 0;
  text-align: center;
  background: #fff;
}
.am-calendar .time-picker .title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 11.733vw;
  font-size: 4.267vw;
  border-top: 1PX #ddd solid;
  border-bottom: 1PX #ddd solid;
}
.am-calendar .single-month {
  padding: 0;
}
.am-calendar .single-month .month-title {
  margin: 0;
  padding: 5.6vw 0 1.6vw 4vw;
}
.am-calendar .single-month .row {
  display: flex;
  align-items: baseline;
}
.am-calendar .single-month .row .cell {
  display: flex;
  flex-direction: column;
  width: 14.28571429%;
  justify-content: center;
  align-items: center;
}
.am-calendar .single-month .row .cell .date-wrapper {
  display: flex;
  height: 9.333vw;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.533vw;
}
.am-calendar .single-month .row .cell .date-wrapper .date {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9.333vw;
  height: 9.333vw;
  flex-shrink: 0;
  color: #000;
  font-size: 4.533vw;
  font-weight: bold;
}
.am-calendar .single-month .row .cell .date-wrapper .disable {
  color: #bbb;
  background: #eee;
  border: none;
  border-radius: 100%;
}
.am-calendar .single-month .row .cell .date-wrapper .grey {
  color: #bbb;
}
.am-calendar .single-month .row .cell .date-wrapper .important {
  border: 1PX #ddd solid;
  border-radius: 100%;
}
.am-calendar .single-month .row .cell .date-wrapper .left,
.am-calendar .single-month .row .cell .date-wrapper .right {
  border: none;
  width: 100%;
  height: 9.333vw;
}
.am-calendar .single-month .row .cell .date-wrapper .date-selected {
  border: none;
  background: #108ee9;
  color: #fff;
  font-size: 4.533vw;
}
.am-calendar .single-month .row .cell .date-wrapper .selected-start {
  border-radius: 100% 0 0 100%;
}
.am-calendar .single-month .row .cell .date-wrapper .selected-single {
  border-radius: 100%;
}
.am-calendar .single-month .row .cell .date-wrapper .selected-middle {
  border-radius: 0;
}
.am-calendar .single-month .row .cell .date-wrapper .selected-end {
  border-radius: 0 100% 100% 0;
}
.am-calendar .single-month .row .cell .info {
  height: 4vw;
  width: 100%;
  padding: 0 1.333vw;
  font-size: 2.667vw;
  color: #888;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
.am-calendar .single-month .row .cell .date-selected {
  color: #108ee9;
}
.am-calendar .single-month .row + .row {
  margin-top: 1.6vw;
}
.am-calendar .single-month .row-xl + .row-xl {
  margin-top: 5.6vw;
}
.am-calendar .shortcut-panel {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  padding: 0 8vw;
  border-top: #ddd 1PX solid;
  height: 11.2vw;
}
.am-calendar .shortcut-panel .item {
  display: inline-block;
  color: #108ee9;
  font-size: 4.267vw;
}
.am-card {
  min-height: 25.6vw;
  padding-bottom: 1.6vw;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.am-card:not(.am-card-full) {
  border: 1PX solid #ddd;
  border-radius: 1.333vw;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-card:not(.am-card-full) {
    position: relative;
    border: none;
  }
  html:not([data-scale]) .am-card:not(.am-card-full)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1PX solid #ddd;
    border-radius: 10px;
    transform-origin: 0 0;
    transform: scale(0.5);
    box-sizing: border-box;
    pointer-events: none;
  }
}
.am-card.am-card-full {
  position: relative;
  border-top: 1PX solid #ddd;
  border-bottom: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-card.am-card-full {
    border-top: none;
  }
  html:not([data-scale]) .am-card.am-card-full::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-card.am-card-full::before {
    transform: scaleY(0.33);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-card.am-card-full {
    border-bottom: none;
  }
  html:not([data-scale]) .am-card.am-card-full::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-card.am-card-full::after {
    transform: scaleY(0.33);
  }
}
.am-card-header {
  display: flex;
  align-items: center;
  font-size: 4.533vw;
  padding: 2.4vw 4vw;
}
.am-card-header-content {
  flex: 1;
  text-align: left;
  color: #000;
  display: flex;
  align-items: center;
}
.am-card-header-content img {
  margin-right: 1.333vw;
}
.am-card-header-extra {
  flex: 1;
  text-align: right;
  font-size: 4.533vw;
  color: #888;
}
.am-card-body {
  position: relative;
  border-top: 1PX solid #ddd;
  padding: 4vw 4vw 1.6vw;
  font-size: 4vw;
  color: #333;
  min-height: 10.667vw;
  flex: 1;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-card-body {
    border-top: none;
  }
  html:not([data-scale]) .am-card-body::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-card-body::before {
    transform: scaleY(0.33);
  }
}
.am-card-footer {
  font-size: 3.733vw;
  color: #888;
  padding: 0 4vw;
  display: flex;
}
.am-card-footer-content {
  flex: 1;
}
.am-card-footer-extra {
  flex: 1;
  text-align: right;
}
.am-carousel {
  position: relative;
}
.am-carousel-wrap {
  font-size: 4.8vw;
  color: #000;
  background: none;
  text-align: center;
  zoom: 1;
  width: 100%;
}
.am-carousel-wrap-dot {
  display: inline-block;
  zoom: 1;
}
.am-carousel-wrap-dot > span {
  display: block;
  width: 2.133vw;
  height: 2.133vw;
  margin: 0 0.8vw;
  border-radius: 50%;
  background: #ccc;
}
.am-carousel-wrap-dot-active > span {
  background: #888;
}
.am-list-header {
  padding: 4vw 4vw 2.4vw 4vw;
  font-size: 3.733vw;
  color: #888;
  width: 100%;
  box-sizing: border-box;
}
.am-list-footer {
  padding: 2.4vw 4vw 4vw 4vw;
  font-size: 3.733vw;
  color: #888;
}
.am-list-body {
  position: relative;
  background-color: #fff;
  border-top: 1PX solid #ddd;
  border-bottom: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-list-body {
    border-top: none;
  }
  html:not([data-scale]) .am-list-body::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-list-body::before {
    transform: scaleY(0.33);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-list-body {
    border-bottom: none;
  }
  html:not([data-scale]) .am-list-body::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-list-body::after {
    transform: scaleY(0.33);
  }
}
.am-list-body div:not(:last-child) .am-list-line {
  border-bottom: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-list-body div:not(:last-child) .am-list-line {
    border-bottom: none;
  }
  html:not([data-scale]) .am-list-body div:not(:last-child) .am-list-line::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-list-body div:not(:last-child) .am-list-line::after {
    transform: scaleY(0.33);
  }
}
.am-list-item {
  position: relative;
  display: flex;
  padding-left: 4vw;
  min-height: 11.733vw;
  background-color: #fff;
  vertical-align: middle;
  overflow: hidden;
  transition: background-color 200ms;
  align-items: center;
  /* list左图片显示*/
}
.am-list-item .am-list-ripple {
  position: absolute;
  background: transparent;
  display: inline-block;
  overflow: hidden;
  will-change: box-shadow, transform;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  cursor: pointer;
  border-radius: 100%;
  transform: scale(0);
}
.am-list-item .am-list-ripple.am-list-ripple-animate {
  background-color: rgba(158, 158, 158, 0.2);
  animation: ripple 1s linear;
}
.am-list-item.am-list-item-top .am-list-line {
  align-items: flex-start;
}
.am-list-item.am-list-item-top .am-list-line .am-list-arrow {
  margin-top: 0.533vw;
}
.am-list-item.am-list-item-middle .am-list-line {
  align-items: center;
}
.am-list-item.am-list-item-bottom .am-list-line {
  align-items: flex-end;
}
.am-list-item.am-list-item-error .am-list-line .am-list-extra {
  color: #f50;
}
.am-list-item.am-list-item-error .am-list-line .am-list-extra .am-list-brief {
  color: #f50;
}
.am-list-item.am-list-item-active {
  background-color: #ddd;
}
.am-list-item.am-list-item-disabled .am-list-line .am-list-content,
.am-list-item.am-list-item-disabled .am-list-line .am-list-extra {
  color: #bbb;
}
.am-list-item img {
  width: 5.867vw;
  height: 5.867vw;
  vertical-align: middle;
}
.am-list-item .am-list-thumb:first-child {
  margin-right: 4vw;
}
.am-list-item .am-list-thumb:last-child {
  margin-left: 2.133vw;
}
.am-list-item .am-list-line {
  position: relative;
  display: flex;
  flex: 1;
  align-self: stretch;
  padding-right: 4vw;
  overflow: hidden;
  /* list左侧主内容*/
  /* list右补充内容*/
  /* 辅助性文字*/
  /* list右侧箭头*/
}
.am-list-item .am-list-line .am-list-content {
  flex: 1;
  color: #000;
  font-size: 4.533vw;
  line-height: 1.5;
  text-align: left;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 1.867vw;
  padding-bottom: 1.867vw;
}
.am-list-item .am-list-line .am-list-extra {
  flex-basis: 36%;
  color: #888;
  font-size: 4.267vw;
  line-height: 1.5;
  text-align: right;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 1.867vw;
  padding-bottom: 1.867vw;
}
.am-list-item .am-list-line .am-list-title {
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.am-list-item .am-list-line .am-list-brief {
  color: #888;
  font-size: 4vw;
  line-height: 1.5;
  margin-top: 1.6vw;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.am-list-item .am-list-line .am-list-arrow {
  display: block;
  width: 4vw;
  height: 4vw;
  margin-left: 2.133vw;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216%22%20height%3D%2226%22%20viewBox%3D%220%200%2016%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22UI-KIT_%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%229.9%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20transform%3D%22translate(-5809.000000%2C%20-8482.000000)%22%20fill%3D%22%23C7C7CC%22%3E%3Cpolygon%20id%3D%22Disclosure-Indicator%22%20points%3D%225811%208482%205809%208484%205820.5%208495%205809%208506%205811%208508%205825%208495%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  visibility: hidden;
}
.am-list-item .am-list-line .am-list-arrow-horizontal {
  visibility: visible;
}
.am-list-item .am-list-line .am-list-arrow-vertical {
  visibility: visible;
  transform: rotate(90deg);
}
.am-list-item .am-list-line .am-list-arrow-vertical-up {
  visibility: visible;
  transform: rotate(270deg);
}
.am-list-item .am-list-line-multiple {
  padding: 3.333vw 4vw 3.333vw 0;
}
.am-list-item .am-list-line-multiple .am-list-content {
  padding-top: 0;
  padding-bottom: 0;
}
.am-list-item .am-list-line-multiple .am-list-extra {
  padding-top: 0;
  padding-bottom: 0;
}
.am-list-item .am-list-line-wrap .am-list-content {
  white-space: normal;
}
.am-list-item .am-list-line-wrap .am-list-extra {
  white-space: normal;
}
.am-list-item select {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  font-size: 4.533vw;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.am-checkbox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 5.6vw;
  height: 5.6vw;
}
.am-checkbox-inner {
  position: absolute;
  right: 0;
  width: 5.6vw;
  height: 5.6vw;
  border: 1px solid #ccc;
  border-radius: 50%;
  transform: rotate(0deg);
  box-sizing: border-box;
}
.am-checkbox-inner:after {
  position: absolute;
  display: none;
  top: 0.4vw;
  right: 1.6vw;
  z-index: 999;
  width: 1.333vw;
  height: 2.933vw;
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: ' ';
  transform: rotate(45deg);
}
.am-checkbox-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border: 0 none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.am-checkbox.am-checkbox-checked .am-checkbox-inner {
  border-color: #108ee9;
  background: #108ee9;
}
.am-checkbox.am-checkbox-checked .am-checkbox-inner:after {
  display: block;
  border-color: #fff;
}
.am-checkbox.am-checkbox-disabled {
  opacity: 0.3;
}
.am-checkbox.am-checkbox-disabled.am-checkbox-checked .am-checkbox-inner {
  border-color: #888;
  background: none;
}
.am-checkbox.am-checkbox-disabled.am-checkbox-checked .am-checkbox-inner:after {
  border-color: #888;
}
.am-list .am-list-item.am-checkbox-item .am-list-thumb {
  width: 5.6vw;
  height: 5.6vw;
}
.am-list .am-list-item.am-checkbox-item .am-list-thumb .am-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 11.733vw;
}
.am-list .am-list-item.am-checkbox-item .am-list-thumb .am-checkbox-inner {
  left: 4vw;
  top: 3.2vw;
}
.am-list .am-list-item.am-checkbox-item.am-checkbox-item-disabled .am-list-content {
  color: #bbb;
}
.am-checkbox-agree {
  position: relative;
  display: flex;
  align-items: stretch;
  margin-left: 4vw;
  padding-top: 2.4vw;
  padding-bottom: 2.4vw;
}
.am-checkbox-agree .am-checkbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 8vw;
  height: 100%;
}
.am-checkbox-agree .am-checkbox-inner {
  left: 0;
  top: 3.2vw;
}
.am-checkbox-agree .am-checkbox-agree-label {
  display: inline-block;
  font-size: 4vw;
  color: #000;
  line-height: 1.5;
  margin-left: 8vw;
  margin-top: 1PX;
}
.am-drawer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.am-drawer-sidebar {
  z-index: 4;
  position: absolute;
  transition: transform 0.3s ease-out;
  will-change: transform;
  overflow-y: auto;
}
.am-drawer-draghandle {
  z-index: 1;
  position: absolute;
  background-color: rgba(50, 50, 50, 0.1);
}
.am-drawer-overlay {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out;
  background-color: rgba(0, 0, 0, 0.4);
}
.am-drawer-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  transition: left 0.3s ease-out, right 0.3s ease-out;
}
.am-drawer.am-drawer-left .am-drawer-sidebar,
.am-drawer.am-drawer-right .am-drawer-sidebar,
.am-drawer.am-drawer-left .am-drawer-draghandle,
.am-drawer.am-drawer-right .am-drawer-draghandle {
  top: 0;
  bottom: 0;
}
.am-drawer.am-drawer-left .am-drawer-draghandle,
.am-drawer.am-drawer-right .am-drawer-draghandle {
  width: 2.667vw;
  height: 100%;
}
.am-drawer.am-drawer-top .am-drawer-sidebar,
.am-drawer.am-drawer-bottom .am-drawer-sidebar,
.am-drawer.am-drawer-top .am-drawer-draghandle,
.am-drawer.am-drawer-bottom .am-drawer-draghandle {
  left: 0;
  right: 0;
}
.am-drawer.am-drawer-top .am-drawer-draghandle,
.am-drawer.am-drawer-bottom .am-drawer-draghandle {
  width: 100%;
  height: 2.667vw;
}
.am-drawer.am-drawer-left .am-drawer-sidebar {
  left: 0;
  transform: translateX(-100%);
}
.am-drawer-open.am-drawer.am-drawer-left .am-drawer-sidebar {
  box-shadow: 1PX 1PX 0.533vw rgba(0, 0, 0, 0.15);
}
.am-drawer.am-drawer-left .am-drawer-draghandle {
  left: 0;
}
.am-drawer.am-drawer-right .am-drawer-sidebar {
  right: 0;
  transform: translateX(100%);
}
.am-drawer-open.am-drawer.am-drawer-right .am-drawer-sidebar {
  box-shadow: -1PX 1PX 0.533vw rgba(0, 0, 0, 0.15);
}
.am-drawer.am-drawer-right .am-drawer-draghandle {
  right: 0;
}
.am-drawer.am-drawer-top .am-drawer-sidebar {
  top: 0;
  transform: translateY(-100%);
}
.am-drawer-open.am-drawer.am-drawer-top .am-drawer-sidebar {
  box-shadow: 1PX 1PX 0.533vw rgba(0, 0, 0, 0.15);
}
.am-drawer.am-drawer-top .am-drawer-draghandle {
  top: 0;
}
.am-drawer.am-drawer-bottom .am-drawer-sidebar {
  bottom: 0;
  transform: translateY(100%);
}
.am-drawer-open.am-drawer.am-drawer-bottom .am-drawer-sidebar {
  box-shadow: 1PX -1PX 0.533vw rgba(0, 0, 0, 0.15);
}
.am-drawer.am-drawer-bottom .am-drawer-draghandle {
  bottom: 0;
}
/* flexbox */
.am-flexbox {
  text-align: left;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.am-flexbox.am-flexbox-dir-row {
  flex-direction: row;
}
.am-flexbox.am-flexbox-dir-row-reverse {
  flex-direction: row-reverse;
}
.am-flexbox.am-flexbox-dir-column {
  flex-direction: column;
}
.am-flexbox.am-flexbox-dir-column .am-flexbox-item {
  margin-left: 0;
}
.am-flexbox.am-flexbox-dir-column-reverse {
  flex-direction: column-reverse;
}
.am-flexbox.am-flexbox-dir-column-reverse .am-flexbox-item {
  margin-left: 0;
}
.am-flexbox.am-flexbox-nowrap {
  flex-wrap: nowrap;
}
.am-flexbox.am-flexbox-wrap {
  flex-wrap: wrap;
}
.am-flexbox.am-flexbox-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.am-flexbox.am-flexbox-justify-start {
  justify-content: flex-start;
}
.am-flexbox.am-flexbox-justify-end {
  justify-content: flex-end;
}
.am-flexbox.am-flexbox-justify-center {
  justify-content: center;
}
.am-flexbox.am-flexbox-justify-between {
  justify-content: space-between;
}
.am-flexbox.am-flexbox-justify-around {
  justify-content: space-around;
}
.am-flexbox.am-flexbox-align-start {
  align-items: flex-start;
}
.am-flexbox.am-flexbox-align-end {
  align-items: flex-end;
}
.am-flexbox.am-flexbox-align-center {
  align-items: center;
}
.am-flexbox.am-flexbox-align-stretch {
  align-items: stretch;
}
.am-flexbox.am-flexbox-align-baseline {
  align-items: baseline;
}
.am-flexbox.am-flexbox-align-content-start {
  align-content: flex-start;
}
.am-flexbox.am-flexbox-align-content-end {
  align-content: flex-end;
}
.am-flexbox.am-flexbox-align-content-center {
  align-content: center;
}
.am-flexbox.am-flexbox-align-content-between {
  align-content: space-between;
}
.am-flexbox.am-flexbox-align-content-around {
  align-content: space-around;
}
.am-flexbox.am-flexbox-align-content-stretch {
  align-content: stretch;
}
.am-flexbox .am-flexbox-item {
  box-sizing: border-box;
  flex: 1;
  margin-left: 2.133vw;
  min-width: 2.667vw;
}
.am-flexbox .am-flexbox-item:first-child {
  margin-left: 0;
}
/* flexbox */
.am-grid .am-flexbox {
  background: #fff;
}
.am-grid .am-flexbox .am-flexbox-item {
  margin-left: 0;
}
.am-grid .am-flexbox .am-flexbox-item.am-grid-item {
  position: relative;
}
.am-grid .am-flexbox .am-flexbox-item.am-grid-item-active .am-grid-item-content {
  background-color: #ddd;
}
.am-grid .am-flexbox .am-flexbox-item .am-grid-item-content {
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 4vw 0;
}
.am-grid .am-flexbox .am-flexbox-item .am-grid-item-content .am-grid-item-inner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.am-grid .am-flexbox .am-flexbox-item .am-grid-item-content .am-grid-item-inner-content .am-grid-icon {
  max-width: 100%;
}
.am-grid .am-flexbox .am-flexbox-item .am-grid-item-content .am-grid-item-inner-content .am-grid-text {
  margin-top: 2.4vw;
  font-size: 3.2vw;
  color: #000;
  text-align: center;
}
.am-grid .am-flexbox .am-flexbox-item .am-grid-item-content .am-grid-item-inner-content.column-num-3 .am-grid-text {
  font-size: 4.267vw;
}
.am-grid .am-flexbox .am-flexbox-item .am-grid-item-content .am-grid-item-inner-content.column-num-2 .am-grid-text {
  margin-top: 4vw;
  font-size: 4.8vw;
}
.am-grid.am-grid-line {
  position: relative;
}
.am-grid.am-grid-line:not(.am-grid-carousel) {
  border-top: 1PX solid #ddd;
  border-right: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-grid.am-grid-line:not(.am-grid-carousel) {
    border-top: none;
  }
  html:not([data-scale]) .am-grid.am-grid-line:not(.am-grid-carousel)::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-grid.am-grid-line:not(.am-grid-carousel)::before {
    transform: scaleY(0.33);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-grid.am-grid-line:not(.am-grid-carousel) {
    border-right: none;
  }
  html:not([data-scale]) .am-grid.am-grid-line:not(.am-grid-carousel)::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    width: 1PX;
    height: 100%;
    background: #ddd;
    transform-origin: 100% 50%;
    transform: scaleX(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-grid.am-grid-line:not(.am-grid-carousel)::after {
    transform: scaleX(0.33);
  }
}
.am-grid.am-grid-line .am-flexbox {
  position: relative;
  border-bottom: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-grid.am-grid-line .am-flexbox {
    border-bottom: none;
  }
  html:not([data-scale]) .am-grid.am-grid-line .am-flexbox::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-grid.am-grid-line .am-flexbox::after {
    transform: scaleY(0.33);
  }
}
.am-grid.am-grid-line .am-flexbox .am-flexbox-item {
  position: relative;
}
.am-grid.am-grid-line .am-flexbox .am-flexbox-item:first-child {
  border-left: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-grid.am-grid-line .am-flexbox .am-flexbox-item:first-child {
    border-left: none;
  }
  html:not([data-scale]) .am-grid.am-grid-line .am-flexbox .am-flexbox-item:first-child::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 1PX;
    height: 100%;
    transform-origin: 100% 50%;
    transform: scaleX(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-grid.am-grid-line .am-flexbox .am-flexbox-item:first-child::before {
    transform: scaleX(0.33);
  }
}
.am-grid.am-grid-line .am-flexbox .am-flexbox-item:not(:last-child) {
  border-right: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-grid.am-grid-line .am-flexbox .am-flexbox-item:not(:last-child) {
    border-right: none;
  }
  html:not([data-scale]) .am-grid.am-grid-line .am-flexbox .am-flexbox-item:not(:last-child)::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    width: 1PX;
    height: 100%;
    background: #ddd;
    transform-origin: 100% 50%;
    transform: scaleX(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-grid.am-grid-line .am-flexbox .am-flexbox-item:not(:last-child)::after {
    transform: scaleX(0.33);
  }
}
.am-grid.am-grid-line.am-grid-carousel .am-grid-carousel-page {
  border-top: 1PX solid #ddd;
  border-right: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-grid.am-grid-line.am-grid-carousel .am-grid-carousel-page {
    border-top: none;
  }
  html:not([data-scale]) .am-grid.am-grid-line.am-grid-carousel .am-grid-carousel-page::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-grid.am-grid-line.am-grid-carousel .am-grid-carousel-page::before {
    transform: scaleY(0.33);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-grid.am-grid-line.am-grid-carousel .am-grid-carousel-page {
    border-right: none;
  }
  html:not([data-scale]) .am-grid.am-grid-line.am-grid-carousel .am-grid-carousel-page::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    width: 1PX;
    height: 100%;
    background: #ddd;
    transform-origin: 100% 50%;
    transform: scaleX(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-grid.am-grid-line.am-grid-carousel .am-grid-carousel-page::after {
    transform: scaleX(0.33);
  }
}
.am-grid .am-carousel .am-carousel-wrap-dot > span {
  background: #dcdee3;
}
.am-grid .am-carousel .am-carousel-wrap-dot-active > span {
  background: #0ae;
}
.am-grid.am-grid-square .am-grid-item:before {
  display: block;
  content: ' ';
  padding-bottom: 100%;
}
.am-grid.am-grid-square .am-grid-item .am-grid-item-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.am-grid.am-grid-square .am-grid-item .am-grid-item-inner-content {
  height: 100%;
}
.am-grid.am-grid-square .am-grid-item .am-grid-item-inner-content .am-grid-icon {
  margin-top: 2.4vw;
  width: 28%!important;
}
.am-image-picker-list {
  padding: 2.4vw 2.133vw 0;
  margin-bottom: 4vw;
}
.am-image-picker-list .am-flexbox {
  margin-bottom: 1.6vw;
}
.am-image-picker-list .am-flexbox .am-flexbox-item {
  position: relative;
  margin-right: 1.333vw;
  margin-left: 0;
}
.am-image-picker-list .am-flexbox .am-flexbox-item:after {
  display: block;
  content: ' ';
  padding-bottom: 100%;
}
.am-image-picker-list .am-image-picker-item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
}
.am-image-picker-list .am-image-picker-item .am-image-picker-item-remove {
  width: 4vw;
  height: 4vw;
  position: absolute;
  right: 1.6vw;
  top: 1.6vw;
  text-align: right;
  vertical-align: top;
  z-index: 2;
  background-size: 4vw auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'16'%20height%3D'16'%20viewBox%3D'0%200%2016%2016'%20version%3D'1.1'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cg%20id%3D'Page-1'%20stroke%3D'none'%20stroke-width%3D'1'%20fill%3D'none'%20fill-rule%3D'evenodd'%3E%3Ccircle%20id%3D'Oval-98'%20fill-opacity%3D'0.4'%20fill%3D'%23404040'%20cx%3D'8'%20cy%3D'8'%20r%3D'8'%3E%3C%2Fcircle%3E%3Cpath%20d%3D'M11.8979743%2C11.8990375%20L11.8979743%2C11.8990375%20C11.7633757%2C12.0336542%2011.5447877%2C12.0336542%2011.4101891%2C11.8990375%20L8%2C8.48838931%20L4.5887341%2C11.8990375%20C4.45413554%2C12.0336542%204.23554748%2C12.0336542%204.10094892%2C11.8990375%20L4.10094892%2C11.8990375%20C3.96635036%2C11.7644208%203.96635036%2C11.5458033%204.10094892%2C11.4111866%20L7.51221482%2C8.00053847%20L4.10202571%2C4.58881335%20C3.96742715%2C4.45419667%203.96742715%2C4.23557919%204.10202571%2C4.10096251%20L4.10202571%2C4.10096251%20C4.23662427%2C3.96634583%204.45521233%2C3.96634583%204.58981089%2C4.10096251%20L8%2C7.51268762%20L11.4112659%2C4.10203944%20C11.5458645%2C3.96742276%2011.7644525%2C3.96742276%2011.8990511%2C4.10203944%20L11.8990511%2C4.10203944%20C12.0336496%2C4.23665612%2012.0336496%2C4.45527361%2011.8990511%2C4.58989029%20L8.48778518%2C8.00053847%20L11.8979743%2C11.4122636%20C12.0325729%2C11.5468803%2012.0325729%2C11.7644208%2011.8979743%2C11.8990375%20L11.8979743%2C11.8990375%20Z'%20id%3D'Shape'%20fill%3D'%23FFFFFF'%20transform%3D'translate(8.000000%2C%208.000000)%20scale(1%2C%20-1)%20translate(-8.000000%2C%20-8.000000)%20'%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.am-image-picker-list .am-image-picker-item .am-image-picker-item-content {
  height: 100%;
  width: 100%;
  border-radius: 0.8vw;
  background-size: cover;
}
.am-image-picker-list .am-image-picker-item img {
  width: 100%;
}
.am-image-picker-list .am-image-picker-upload-btn {
  box-sizing: border-box;
  border-radius: 0.8vw;
  border: 1PX solid #ddd;
  background-color: #fff;
}
.am-image-picker-list .am-image-picker-upload-btn:before,
.am-image-picker-list .am-image-picker-upload-btn:after {
  width: 1PX;
  height: 6.667vw;
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ccc;
}
.am-image-picker-list .am-image-picker-upload-btn:after {
  width: 6.667vw;
  height: 1PX;
}
.am-image-picker-list .am-image-picker-upload-btn-active {
  background-color: #ddd;
}
.am-image-picker-list .am-image-picker-upload-btn input {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}
.am-list-item .am-input-control .fake-input-container {
  height: 8vw;
  line-height: 8vw;
  position: relative;
}
.am-list-item .am-input-control .fake-input-container .fake-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 0.533vw;
  margin-right: 0.8vw;
  -webkit-text-decoration: rtl;
  text-decoration: rtl;
  text-align: right;
  color: #000;
  font-size: 4.533vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.am-list-item .am-input-control .fake-input-container .fake-input.fake-input-disabled {
  color: #bbb;
}
.am-list-item .am-input-control .fake-input-container .fake-input.focus {
  transition: color 0.2s;
}
.am-list-item .am-input-control .fake-input-container .fake-input.focus::before {
  content: "";
}
.am-list-item .am-input-control .fake-input-container .fake-input.focus::after {
  content: "";
  position: absolute;
  right: 0.4vw;
  top: 10%;
  height: 80%;
  border-right: 0.4vw solid #108ee9;
  animation: keyboard-cursor infinite 1s step-start;
}
.am-list-item .am-input-control .fake-input-container .fake-input-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #bbb;
  text-align: right;
}
.am-list-item .am-input-control .fake-input-container-left .fake-input {
  text-align: left;
}
.am-list-item .am-input-control .fake-input-container-left .fake-input.focus:after {
  position: static;
}
.am-list-item .am-input-control .fake-input-container-left .fake-input-placeholder {
  text-align: left;
}
.am-number-keyboard-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10000;
  font-family: 'PingFang SC';
  background-color: #f6f6f7;
  transition-duration: 0.2s;
  transition-property: transform display;
  transform: translateZ(0);
  padding-bottom: env(safe-area-inset-bottom);
}
.am-number-keyboard-wrapper.am-number-keyboard-wrapper-hide {
  bottom: -133.333vw;
}
.am-number-keyboard-wrapper table {
  width: 100%;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border-top: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-number-keyboard-wrapper table {
    border-top: none;
  }
  html:not([data-scale]) .am-number-keyboard-wrapper table::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-number-keyboard-wrapper table::before {
    transform: scaleY(0.33);
  }
}
.am-number-keyboard-wrapper table tr {
  width: 100%;
  padding: 0;
  margin: 0;
}
.am-number-keyboard-wrapper table tr .am-number-keyboard-item {
  width: 25%;
  padding: 0;
  margin: 0;
  height: 13.333vw;
  text-align: center;
  font-size: 6.8vw;
  color: #2a2b2c;
  position: relative;
}
.am-number-keyboard-wrapper table tr .am-number-keyboard-item:not(.keyboard-confirm) {
  border-left: 1PX solid #ddd;
  border-bottom: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item:not(.keyboard-confirm) {
    border-left: none;
  }
  html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item:not(.keyboard-confirm)::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 1PX;
    height: 100%;
    transform-origin: 100% 50%;
    transform: scaleX(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item:not(.keyboard-confirm)::before {
    transform: scaleX(0.33);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item:not(.keyboard-confirm) {
    border-bottom: none;
  }
  html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item:not(.keyboard-confirm)::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item:not(.keyboard-confirm)::after {
    transform: scaleY(0.33);
  }
}
.am-number-keyboard-wrapper table tr .am-number-keyboard-item.am-number-keyboard-item-active {
  background-color: #ddd;
}
.am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-confirm {
  color: #fff;
  font-size: 5.6vw;
  background-color: #108ee9;
  border-bottom: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-confirm {
    border-bottom: none;
  }
  html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-confirm::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-confirm::after {
    transform: scaleY(0.33);
  }
}
.am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-confirm.am-number-keyboard-item-active {
  background-color: #0e80d2;
}
.am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-confirm.am-number-keyboard-item-disabled {
  background-color: #0e80d2;
  color: rgba(255, 255, 255, 0.45);
}
.am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-delete {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22204%22%20height%3D%22148%22%20viewBox%3D%220%200%20153.000000%20111.000000%22%3E%3Cpath%20d%3D%22M46.9%204.7c-2.5%202.6-14.1%2015.5-25.8%2028.6L-.1%2057l25.6%2027%2025.7%2027.1%2047.4-.3%2047.4-.3%203.2-3.3%203.3-3.2V7l-3.3-3.2L146%20.5%2098.7.2%2051.5-.1l-4.6%204.8zm97.9%203.5c1.7%201.7%201.7%2092.9%200%2094.6-.9.9-12.6%201.2-46.3%201.2H53.4L31.2%2080.4%209%2056.9l5.1-5.7c2.8-3.1%2012.8-14.4%2022.2-24.9L53.5%207h45c33.8%200%2045.4.3%2046.3%201.2z%22%2F%3E%3Cpath%20d%3D%22M69.5%2031c-1.9%202.1-1.7%202.2%209.3%2013.3L90%2055.5%2078.8%2066.7%2067.5%2078l2.3%202.2%202.2%202.3%2011.3-11.3L94.5%2060l11.2%2011.2L117%2082.5l2.2-2.3%202.3-2.2-11.3-11.3L99%2055.5l11.2-11.2L121.5%2033l-2.3-2.2-2.2-2.3-11.3%2011.3L94.5%2051l-11-11c-6-6-11.2-11-11.6-11-.3%200-1.4.9-2.4%202z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 6.8vw 4.933vw;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-hide {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22260%22%20height%3D%22188%22%20viewBox%3D%220%200%20195.000000%20141.000000%22%3E%3Cpath%20d%3D%22M0%2057v57h195V0H0v57zm183%200v45H12V12h171v45z%22%2F%3E%3Cpath%20d%3D%22M21%2031.5V39h15V24H21v7.5zM48%2031.5V39h15V24H48v7.5zM75%2031.5V39h15V24H75v7.5zM102%2031.5V39h15V24h-15v7.5zM129%2031.5V39h15V24h-15v7.5zM156%2031.5V39h15V24h-15v7.5zM36%2055.5V63h15V48H36v7.5zM63%2055.5V63h15V48H63v7.5zM90%2055.5V63h15V48H90v7.5zM117%2055.5V63h15V48h-15v7.5zM144%2055.5V63h15V48h-15v7.5zM27%2079.5V87h15V72H27v7.5zM48%2079.5V87h96V72H48v7.5zM150%2079.5V87h15V72h-15v7.5zM81%20124.5c0%20.8.7%201.5%201.5%201.5s1.5.7%201.5%201.5.7%201.5%201.5%201.5%201.5.7%201.5%201.5.7%201.5%201.5%201.5%201.5.7%201.5%201.5.7%201.5%201.5%201.5%201.5.7%201.5%201.5.7%201.5%201.5%201.5%201.5.7%201.5%201.5.7%201.5%201.5%201.5%201.5-.7%201.5-1.5.7-1.5%201.5-1.5%201.5-.7%201.5-1.5.7-1.5%201.5-1.5%201.5-.7%201.5-1.5.7-1.5%201.5-1.5%201.5-.7%201.5-1.5.7-1.5%201.5-1.5%201.5-.7%201.5-1.5.7-1.5%201.5-1.5%201.5-.7%201.5-1.5c0-1.3-2.5-1.5-16.5-1.5s-16.5.2-16.5%201.5z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 8.667vw 6.267vw;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.am-number-keyboard-wrapper table tr .am-number-keyboard-item-disabled {
  color: #bbb;
}
@keyframes keyboard-cursor {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.am-list-item.am-input-item {
  height: 11.733vw;
  padding-left: 4vw;
}
.am-list-item:not(:last-child) .am-list-line {
  border-bottom: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-list-item:not(:last-child) .am-list-line {
    border-bottom: none;
  }
  html:not([data-scale]) .am-list-item:not(:last-child) .am-list-line::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-list-item:not(:last-child) .am-list-line::after {
    transform: scaleY(0.33);
  }
}
.am-list-item .am-input-label {
  color: #000;
  font-size: 4.533vw;
  margin-left: 0;
  margin-right: 1.333vw;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  padding: 0.533vw 0;
}
.am-list-item .am-input-label.am-input-label-2 {
  width: 9.067vw;
}
.am-list-item .am-input-label.am-input-label-3 {
  width: 13.6vw;
}
.am-list-item .am-input-label.am-input-label-4 {
  width: 18.133vw;
}
.am-list-item .am-input-label.am-input-label-5 {
  width: 22.667vw;
}
.am-list-item .am-input-label.am-input-label-6 {
  width: 27.2vw;
}
.am-list-item .am-input-label.am-input-label-7 {
  width: 31.733vw;
}
.am-list-item .am-input-control {
  font-size: 4.533vw;
  flex: 1;
}
.am-list-item .am-input-control input {
  color: #000;
  font-size: 4.533vw;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0.533vw 0;
  border: 0;
  background-color: transparent;
  line-height: 1;
  box-sizing: border-box;
}
.am-list-item .am-input-control input::-moz-placeholder {
  color: #bbb;
  line-height: 1.2;
}
.am-list-item .am-input-control input::placeholder {
  color: #bbb;
  line-height: 1.2;
}
.am-list-item .am-input-control input:disabled {
  color: #bbb;
  background-color: #fff;
}
.am-list-item .am-input-clear {
  display: none;
  width: 5.6vw;
  height: 5.6vw;
  border-radius: 50%;
  overflow: hidden;
  font-style: normal;
  color: #fff;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D'%23fff'%20viewBox%3D'0%200%2030%2030'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
  background-size: 5.6vw auto;
  background-position: 0.533vw 0.533vw;
}
.am-list-item .am-input-clear-active {
  background-color: #108ee9;
}
.am-list-item.am-input-focus .am-input-clear {
  display: block;
}
.am-list-item .am-input-extra {
  flex: initial;
  min-width: 0;
  max-height: 5.6vw;
  overflow: hidden;
  padding-right: 0;
  line-height: 1;
  color: #888;
  font-size: 4vw;
  margin-left: 1.333vw;
}
.am-list-item.am-input-error .am-input-control input {
  color: #f50;
}
.am-list-item.am-input-error .am-input-error-extra {
  height: 5.6vw;
  width: 5.6vw;
  margin-left: 1.6vw;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'18'%20height%3D'18'%20viewBox%3D'0%200%2018%2018'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cg%20stroke%3D'none'%20stroke-width%3D'1'%20fill%3D'none'%20fill-rule%3D'evenodd'%3E%3Cg%20transform%3D'translate(-300.000000%2C%20-1207.000000)'%20fill%3D'%23FF5500'%3E%3Cg%20id%3D'exclamation-circle-o'%20transform%3D'translate(300.000000%2C%201207.000000)'%3E%3Cpath%20d%3D'M9%2C16.734375%20C10.0441406%2C16.734375%2011.0566406%2C16.5304688%2012.009375%2C16.1279297%20C12.9304688%2C15.7376953%2013.7566406%2C15.1804687%2014.4685547%2C14.4703125%20C15.1787109%2C13.7601563%2015.7376953%2C12.9322266%2016.1261719%2C12.0111328%20C16.5304688%2C11.0566406%2016.734375%2C10.0441406%2016.734375%2C9%20C16.734375%2C7.95585938%2016.5304688%2C6.94335938%2016.1279297%2C5.990625%20C15.7376953%2C5.06953125%2015.1804687%2C4.24335938%2014.4703125%2C3.53144531%20C13.7601563%2C2.82128906%2012.9322266%2C2.26230469%2012.0111328%2C1.87382813%20C11.0566406%2C1.46953125%2010.0441406%2C1.265625%209%2C1.265625%20C7.95585938%2C1.265625%206.94335938%2C1.46953125%205.990625%2C1.87207031%20C5.06953125%2C2.26230469%204.24335938%2C2.81953125%203.53144531%2C3.5296875%20C2.82128906%2C4.23984375%202.26230469%2C5.06777344%201.87382813%2C5.98886719%20C1.46953125%2C6.94335938%201.265625%2C7.95585938%201.265625%2C9%20C1.265625%2C10.0441406%201.46953125%2C11.0566406%201.87207031%2C12.009375%20C2.26230469%2C12.9304688%202.81953125%2C13.7566406%203.5296875%2C14.4685547%20C4.23984375%2C15.1787109%205.06777344%2C15.7376953%205.98886719%2C16.1261719%20C6.94335938%2C16.5304688%207.95585938%2C16.734375%209%2C16.734375%20L9%2C16.734375%20Z%20M9%2C18%20C4.02890625%2C18%200%2C13.9710937%200%2C9%20C0%2C4.02890625%204.02890625%2C0%209%2C0%20C13.9710937%2C0%2018%2C4.02890625%2018%2C9%20C18%2C13.9710937%2013.9710937%2C18%209%2C18%20L9%2C18%20L9%2C18%20Z%20M9%2C6.75%20C8.61152344%2C6.75%208.296875%2C7.06464844%208.296875%2C7.453125%20L8.296875%2C13.9394531%20C8.296875%2C14.3279297%208.61152344%2C14.6425781%209%2C14.6425781%20C9.38847656%2C14.6425781%209.703125%2C14.3279297%209.703125%2C13.9394531%20L9.703125%2C7.453125%20C9.703125%2C7.06464844%209.38847656%2C6.75%209%2C6.75%20L9%2C6.75%20Z%20M8.20898438%2C4.83398438%20C8.20898438%2C5.27085024%208.56313413%2C5.625%209%2C5.625%20C9.43686587%2C5.625%209.79101562%2C5.27085024%209.79101562%2C4.83398438%20C9.79101562%2C4.39711851%209.43686587%2C4.04296875%209%2C4.04296875%20C8.56313413%2C4.04296875%208.20898438%2C4.39711851%208.20898438%2C4.83398438%20L8.20898438%2C4.83398438%20Z'%20id%3D'Shape'%20transform%3D'translate(9.000000%2C%209.000000)%20scale(1%2C%20-1)%20translate(-9.000000%2C%20-9.000000)%20'%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 5.6vw auto;
}
.am-list-item.am-input-disabled .am-input-label {
  color: #bbb;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.am-indexed-list-section-body.am-list-body,
.am-indexed-list-section-body.am-list-body .am-list-item:last-child .am-list-line {
  border-bottom: 0;
}
.am-indexed-list-section-body.am-list-body:after,
.am-indexed-list-section-body.am-list-body .am-list-item:last-child .am-list-line:after {
  display: none !important;
}
.am-indexed-list-section-header.am-list-body,
.am-indexed-list-section-header.am-list-body .am-list-item .am-list-line {
  border-bottom: 0;
}
.am-indexed-list-section-header.am-list-body:after,
.am-indexed-list-section-header.am-list-body .am-list-item .am-list-line:after {
  display: none !important;
}
.am-indexed-list-section-header .am-list-item {
  height: 8vw;
  min-height: 8vw;
  background-color: #f5f5f9;
}
.am-indexed-list-section-header .am-list-item .am-list-line {
  height: 8vw;
  min-height: 8vw;
}
.am-indexed-list-section-header .am-list-item .am-list-content {
  font-size: 3.733vw !important;
  color: #888 !important;
}
.am-indexed-list-quick-search-bar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 0;
  text-align: center;
  color: #108ee9;
  font-size: 4.267vw;
  list-style: none;
  padding: 0;
}
.am-indexed-list-quick-search-bar li {
  padding: 0 1.333vw;
}
.am-indexed-list-quick-search-bar-over {
  background-color: rgba(0, 0, 0, 0.4);
}
.am-indexed-list-qsindicator {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4vw auto auto -8vw;
  width: 16vw;
  height: 8vw;
  background: transparent;
  opacity: 0.7;
  color: #0af;
  font-size: 5.333vw;
  border-radius: 8vw;
  z-index: 1999;
  text-align: center;
  line-height: 8vw;
}
.am-indexed-list-qsindicator-hide {
  display: none;
}
.am-radio {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 4vw;
  height: 4vw;
}
.am-radio-inner {
  position: absolute;
  right: 0;
  width: 4vw;
  height: 4vw;
  box-sizing: border-box;
  transform: rotate(0deg);
}
.am-radio-inner:after {
  position: absolute;
  display: none;
  top: -0.667vw;
  right: 1.333vw;
  z-index: 999;
  width: 1.867vw;
  height: 3.733vw;
  border-style: solid;
  border-width: 0 0.4vw 0.4vw 0;
  content: ' ';
  transform: rotate(45deg);
}
.am-radio-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border: 0 none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.am-radio.am-radio-checked .am-radio-inner {
  border-width: 0;
}
.am-radio.am-radio-checked .am-radio-inner:after {
  display: block;
  border-color: #108ee9;
}
.am-radio.am-radio-disabled.am-radio-checked .am-radio-inner:after {
  display: block;
  border-color: #bbb;
}
.am-list .am-list-item.am-radio-item .am-list-line .am-list-extra {
  flex: 0;
}
.am-list .am-list-item.am-radio-item .am-list-line .am-list-extra .am-radio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 11.733vw;
  overflow: visible;
}
.am-list .am-list-item.am-radio-item .am-list-line .am-list-extra .am-radio-inner {
  right: 4vw;
  top: 4vw;
}
.am-list .am-list-item.am-radio-item.am-radio-item-disabled .am-list-content {
  color: #bbb;
}
.am-menu {
  background-color: #f5f5f9;
}
.am-menu .am-menu-select-container {
  flex-grow: 2;
}
.am-menu .am-menu-select-container .am-menu-select-container-submenu {
  align-self: stretch;
}
.am-menu .am-multi-select-btns {
  height: 12.533vw;
  width: 100%;
}
.am-menu .am-multi-select-btns .am-multi-select-btns-btn {
  width: 50%;
  height: 100%;
  border: 1PX solid #ddd;
  border-radius: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-menu .am-multi-select-btns .am-multi-select-btns-btn {
    position: relative;
    border: none;
  }
  html:not([data-scale]) .am-menu .am-multi-select-btns .am-multi-select-btns-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1PX solid #ddd;
    border-radius: 0;
    transform-origin: 0 0;
    transform: scale(0.5);
    box-sizing: border-box;
    pointer-events: none;
  }
}
.am-menu .am-flexbox .am-flexbox-item {
  margin-left: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
.am-menu .am-flexbox .am-flexbox-item .am-list {
  padding: 0;
}
.am-menu .am-flexbox .am-flexbox-item .am-list .am-list-item .am-list-line .am-list-content {
  font-size: 4.267vw;
}
.am-menu .am-flexbox .am-flexbox-item .am-list .am-list-item .am-list-line .am-list-extra .am-checkbox-wrapper .am-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.am-menu .am-flexbox .am-flexbox-item .am-list .am-list-item .am-list-line .am-list-extra .am-checkbox-wrapper .am-checkbox .am-checkbox-inner {
  top: 3.2vw;
  right: 4vw;
}
.am-menu .am-flexbox .am-flexbox-item:first-child {
  background-color: #f7f7f7;
}
.am-menu .am-flexbox .am-flexbox-item:first-child .am-list .am-list-body {
  background-color: #f7f7f7;
  border-bottom: 0;
}
.am-menu .am-flexbox .am-flexbox-item:first-child .am-list .am-list-body:after {
  display: none !important;
}
.am-menu .am-flexbox .am-flexbox-item:first-child .am-list .am-list-item {
  background-color: #f7f7f7;
}
.am-menu .am-flexbox .am-flexbox-item:first-child .am-list .am-list-item .am-list-line {
  border-bottom: 0;
}
.am-menu .am-flexbox .am-flexbox-item:first-child .am-list .am-list-item .am-list-line:after {
  display: none !important;
}
.am-menu .am-flexbox .am-flexbox-item:first-child .am-list .am-list-item .am-list-line .am-list-content {
  color: #000;
}
.am-menu .am-flexbox .am-flexbox-item:first-child .am-list .am-list-item:last-child {
  border-bottom: 0;
}
.am-menu .am-flexbox .am-flexbox-item:first-child .am-list .am-list-item:last-child:after {
  display: none !important;
}
.am-menu .am-flexbox .am-flexbox-item:first-child .am-list .am-list-item.am-menu-selected {
  background-color: #fff;
}
.am-menu .am-flexbox .am-flexbox-item:last-child {
  background-color: #fff;
}
.am-menu .am-flexbox .am-flexbox-item:last-child .am-list .am-list-item {
  background-color: #fff;
  border-bottom: 0;
}
.am-menu .am-flexbox .am-flexbox-item:last-child .am-list .am-list-item:after {
  display: none !important;
}
.am-menu .am-flexbox .am-flexbox-item:last-child .am-list .am-list-item .am-list-line .am-list-extra {
  flex: 0;
}
.am-menu .am-flexbox .am-flexbox-item:last-child .am-list .am-list-item.am-sub-menu-item-selected .am-list-line .am-list-content {
  color: #108ee9;
}
.am-menu .am-flexbox .am-flexbox-item:last-child .am-list .am-list-item.am-sub-menu-item-disabled .am-list-line .am-list-content {
  color: #bbb;
}
.am-menu .am-flexbox .am-flexbox-item:only-child .am-list .am-list-item .am-list-line {
  border-bottom: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-menu .am-flexbox .am-flexbox-item:only-child .am-list .am-list-item .am-list-line {
    border-bottom: none;
  }
  html:not([data-scale]) .am-menu .am-flexbox .am-flexbox-item:only-child .am-list .am-list-item .am-list-line::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-menu .am-flexbox .am-flexbox-item:only-child .am-list .am-list-item .am-list-line::after {
    transform: scaleY(0.33);
  }
}
.am-menu .am-flexbox .am-flexbox-item:only-child .am-list .am-list-item:last-child {
  border-bottom: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-menu .am-flexbox .am-flexbox-item:only-child .am-list .am-list-item:last-child {
    border-bottom: none;
  }
  html:not([data-scale]) .am-menu .am-flexbox .am-flexbox-item:only-child .am-list .am-list-item:last-child::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-menu .am-flexbox .am-flexbox-item:only-child .am-list .am-list-item:last-child::after {
    transform: scaleY(0.33);
  }
}
.am-menu .am-flexbox .am-flexbox-item:only-child .am-list .am-list-item:last-child .am-list-line {
  border-bottom: 0;
}
.am-menu .am-flexbox .am-flexbox-item:only-child .am-list .am-list-item:last-child .am-list-line:after {
  display: none !important;
}
.am-modal {
  position: relative;
}
.am-modal:not(.am-modal-transparent):not(.am-modal-popup) {
  width: 100%;
  height: 100%;
}
.am-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
}
.am-modal-mask-hidden {
  display: none;
}
.am-modal-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 999;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateZ(1px);
}
.am-modal-wrap-popup {
  display: block;
}
.am-modal-transparent {
  width: 72vw;
}
.am-modal-transparent .am-modal-content {
  border-radius: 1.867vw;
  padding-top: 4vw;
}
.am-modal-transparent .am-modal-content .am-modal-body {
  padding: 0 4vw 4vw;
}
.am-modal-popup {
  position: fixed;
  left: 0;
  width: 100%;
}
.am-modal-popup-slide-down {
  top: 0;
}
.am-modal-popup-slide-up {
  bottom: 0;
}
.am-modal-popup .am-modal-content {
  padding-bottom: env(safe-area-inset-bottom);
}
.am-modal-title {
  margin: 0;
  font-size: 4.8vw;
  line-height: 1;
  color: #000;
  text-align: center;
}
.am-modal-header {
  padding: 1.6vw 4vw 4vw;
}
.am-modal-content {
  position: relative;
  background-color: #fff;
  border: 0;
  background-clip: padding-box;
  text-align: center;
  height: 100%;
  overflow: hidden;
}
.am-modal-close {
  border: 0;
  padding: 0;
  background-color: transparent;
  outline: none;
  position: absolute;
  right: 4vw;
  z-index: 999;
  height: 5.6vw;
  width: 5.6vw;
}
.am-modal-close-x {
  display: inline-block;
  width: 4vw;
  height: 4vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'30'%20height%3D'30'%20viewBox%3D'0%200%2030%2030'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%20%3Cdefs%3E%3C%2Fdefs%3E%20%3Cg%20id%3D'ALL-ICON'%20stroke%3D'none'%20stroke-width%3D'1'%20fill%3D'none'%20fill-rule%3D'evenodd'%3E%20%3Cg%20id%3D'Rectangle-283-%2B-Rectangle-283'%20fill%3D'%23888888'%3E%20%3Crect%20id%3D'Rectangle-283'%20transform%3D'translate(14.849242%2C%2014.849242)%20rotate(-315.000000)%20translate(-14.849242%2C%20-14.849242)%20'%20x%3D'-5.1507576'%20y%3D'13.8492424'%20width%3D'40'%20height%3D'2'%3E%3C%2Frect%3E%20%3Crect%20id%3D'Rectangle-283'%20transform%3D'translate(14.849242%2C%2014.849242)%20scale(-1%2C%201)%20rotate(-315.000000)%20translate(-14.849242%2C%20-14.849242)%20'%20x%3D'-5.1507576'%20y%3D'13.8492424'%20width%3D'40'%20height%3D'2'%3E%3C%2Frect%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E");
}
.am-modal-body {
  font-size: 4vw;
  color: #888;
  height: 100%;
  line-height: 1.5;
  overflow: auto;
}
.am-modal-button-group-h {
  position: relative;
  border-top: 1PX solid #ddd;
  display: flex;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-modal-button-group-h {
    border-top: none;
  }
  html:not([data-scale]) .am-modal-button-group-h::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-modal-button-group-h::before {
    transform: scaleY(0.33);
  }
}
.am-modal-button-group-h .am-modal-button {
  -webkit-touch-callout: none;
  flex: 1;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #108ee9;
  font-size: 4.8vw;
  height: 13.333vw;
  line-height: 13.333vw;
  display: block;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.am-modal-button-group-h .am-modal-button:first-child {
  color: #000;
}
.am-modal-button-group-h .am-modal-button:last-child {
  position: relative;
  border-left: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-modal-button-group-h .am-modal-button:last-child {
    border-left: none;
  }
  html:not([data-scale]) .am-modal-button-group-h .am-modal-button:last-child::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 1PX;
    height: 100%;
    transform-origin: 100% 50%;
    transform: scaleX(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-modal-button-group-h .am-modal-button:last-child::before {
    transform: scaleX(0.33);
  }
}
.am-modal-button-group-v .am-modal-button {
  -webkit-touch-callout: none;
  position: relative;
  border-top: 1PX solid #ddd;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #108ee9;
  font-size: 4.8vw;
  height: 13.333vw;
  line-height: 13.333vw;
  display: block;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-modal-button-group-v .am-modal-button {
    border-top: none;
  }
  html:not([data-scale]) .am-modal-button-group-v .am-modal-button::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-modal-button-group-v .am-modal-button::before {
    transform: scaleY(0.33);
  }
}
.am-modal-button-active {
  background-color: #ddd;
}
.am-modal-input-container {
  margin-top: 2.4vw;
  border: 1PX solid #ddd;
  border-radius: 0.8vw;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-modal-input-container {
    position: relative;
    border: none;
  }
  html:not([data-scale]) .am-modal-input-container::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1PX solid #ddd;
    border-radius: 6px;
    transform-origin: 0 0;
    transform: scale(0.5);
    box-sizing: border-box;
    pointer-events: none;
  }
}
.am-modal-input {
  height: 9.6vw;
  line-height: 1;
}
.am-modal-input:nth-child(2) {
  position: relative;
  border-top: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-modal-input:nth-child(2) {
    border-top: none;
  }
  html:not([data-scale]) .am-modal-input:nth-child(2)::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-modal-input:nth-child(2)::before {
    transform: scaleY(0.33);
  }
}
.am-modal-input input {
  position: relative;
  border: 0;
  width: 98%;
  height: 9.067vw;
  top: 1PX;
  box-sizing: border-box;
  margin: 0;
}
.am-modal-input input::-moz-placeholder {
  font-size: 3.733vw;
  color: #ccc;
  padding-left: 2.133vw;
}
.am-modal-input input::placeholder {
  font-size: 3.733vw;
  color: #ccc;
  padding-left: 2.133vw;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content {
  border-radius: 0;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-header {
  padding: 2.4vw 6.4vw 3.2vw;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-header .am-modal-title {
  text-align: left;
  font-size: 5.6vw;
  color: #000;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body {
  color: #000;
  text-align: left;
  padding: 0 6.4vw 4vw;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container {
  border: 0;
  border-bottom: 1PX solid #ddd;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container:before {
  display: none !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container {
    border-bottom: none;
  }
  html:not([data-scale]) .am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container::after {
    transform: scaleY(0.33);
  }
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container .am-modal-input:first-child {
  border-top: 0;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container .am-modal-input:first-child:before {
  display: none !important;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer {
  padding-bottom: 3.2vw;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h {
  overflow: hidden;
  border-top: 0;
  justify-content: flex-end;
  padding: 0 3.2vw;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h:before {
  display: none !important;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button {
  flex: initial;
  margin-left: 0.8vw;
  padding: 0 4vw;
  height: 12.8vw;
  box-sizing: border-box;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button:first-child {
  color: #777;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button:last-child {
  border-left: 0;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button:last-child:before {
  display: none !important;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-v.am-modal-button-group-normal {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  padding: 0 3.2vw;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-v.am-modal-button-group-normal .am-modal-button {
  border-top: 0;
  padding: 0 4vw;
  margin-left: 0.8vw;
  height: 12.8vw;
  box-sizing: border-box;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-v.am-modal-button-group-normal .am-modal-button:before {
  display: none !important;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-operation .am-modal-button {
  text-align: start;
  padding-left: 4vw;
}
.am-modal.am-modal-operation .am-modal-content {
  border-radius: 1.867vw;
  height: auto;
  padding-top: 0;
}
.am-modal.am-modal-operation .am-modal-content .am-modal-body {
  padding: 0!important;
}
.am-modal.am-modal-operation .am-modal-content .am-modal-button {
  color: #000;
  text-align: left;
  padding-left: 4vw;
}
.am-modal-alert-content,
.am-modal-propmt-content {
  zoom: 1;
  overflow: hidden;
}
.am-navbar {
  display: flex;
  align-items: center;
  height: 12vw;
  background-color: #108ee9;
  color: #fff;
}
.am-navbar-left,
.am-navbar-title,
.am-navbar-right {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
.am-navbar-left {
  padding-left: 4vw;
  font-size: 4.267vw;
}
.am-navbar-left-icon {
  margin-right: 1.333vw;
  display: inherit;
}
.am-navbar-title {
  justify-content: center;
  font-size: 4.8vw;
  white-space: nowrap;
}
.am-navbar-right {
  justify-content: flex-end;
  font-size: 4.267vw;
  margin-right: 4vw;
}
.am-navbar-light {
  background-color: #fff;
  color: #108ee9;
}
.am-navbar-light .am-navbar-title {
  color: #000;
}
.am-notice-bar {
  background-color: #fefcec;
  height: 9.6vw;
  overflow: hidden;
  font-size: 3.733vw;
  line-height: 9.6vw;
  color: #f76a24;
  display: flex;
}
.am-notice-bar-content {
  flex: 1;
  width: 100%;
  margin: auto 4vw;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.am-notice-bar-icon {
  margin-left: 4vw;
  display: flex;
  align-items: center;
}
.am-notice-bar-icon .am-notice-bar-trips {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2238%22%20height%3D%2233%22%20viewBox%3D%220%200%2038%2033%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Etrips%3C%2Ftitle%3E%3Cg%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M17.838%2028.8c-.564-.468-1.192-.983-1.836-1.496-4.244-3.385-5.294-3.67-6.006-3.67-.014%200-.027.005-.04.005-.015%200-.028-.005-.042-.005H3.562c-.734%200-.903-.203-.903-.928V10.085c0-.49.058-.8.66-.8h5.782c.693%200%201.758-.28%206.4-3.628.828-.597%201.637-1.197%202.336-1.723V28.8zM19.682.19c-.463-.22-1.014-.158-1.417.157-.02.016-1.983%201.552-4.152%203.125C10.34%206.21%209.243%206.664%209.02%206.737H3.676c-.027%200-.053.003-.08.004H1.183c-.608%200-1.1.486-1.1%201.085V25.14c0%20.598.492%201.084%201.1%201.084h8.71c.22.08%201.257.55%204.605%203.24%201.947%201.562%203.694%203.088%203.712%203.103.25.22.568.333.89.333.186%200%20.373-.038.55-.116.48-.213.79-.684.79-1.204V1.38c0-.506-.294-.968-.758-1.19z%22%20mask%3D%22url(%23mask-2)%22%2F%3E%3Cpath%20d%3D%22M31.42%2016.475c0-3.363-1.854-6.297-4.606-7.876-.125-.066-.42-.192-.625-.192-.612%200-1.108.488-1.108%201.09%200%20.404.22.764.55.952%202.128%201.19%203.565%203.442%203.565%206.025%200%202.627-1.486%204.913-3.677%206.087-.318.19-.53.54-.53.934%200%20.602.496%201.09%201.107%201.09.26.002.568-.15.568-.15%202.835-1.556%204.754-4.538%204.754-7.96%22%20mask%3D%22url(%23mask-4)%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M30.14%203.057c-.205-.122-.41-.22-.658-.22-.608%200-1.1.485-1.1%201.084%200%20.433.26.78.627.977%204.043%202.323%206.762%206.636%206.762%2011.578%200%204.938-2.716%209.248-6.755%2011.572-.354.19-.66.55-.66.993%200%20.6.494%201.084%201.102%201.084.243%200%20.438-.092.65-.213%204.692-2.695%207.848-7.7%207.848-13.435%200-5.723-3.142-10.718-7.817-13.418%22%20mask%3D%22url(%23mask-6)%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.am-notice-bar-icon + div {
  margin-left: 1.333vw;
}
.am-notice-bar-operation {
  display: flex;
  align-items: center;
  padding-right: 2.133vw;
}
.am-pagination-wrap {
  font-size: 4.8vw;
  color: #000;
  background: none;
  text-align: center;
}
.am-pagination-wrap .active {
  color: #108ee9;
}
.am-pagination-wrap-btn {
  text-align: center;
}
.am-pagination-wrap-btn-prev {
  text-align: left;
}
.am-pagination-wrap-btn-next {
  text-align: right;
}
.am-pagination-wrap-dot {
  display: inline-block;
  zoom: 1;
}
.am-pagination-wrap-dot > span {
  display: block;
  width: 2.133vw;
  height: 2.133vw;
  margin-right: 1.333vw;
  border-radius: 50%;
  background: #ccc;
}
.am-pagination-wrap-dot-active > span {
  background: #888;
}
.am-popover {
  position: absolute;
  z-index: 1999;
}
.am-popover-hidden {
  display: none;
}
.am-popover-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  z-index: 999;
}
.am-popover-mask-hidden {
  display: none;
}
.am-popover-arrow {
  position: absolute;
  width: 1.867vw;
  height: 1.867vw;
  border-radius: 1PX;
  background-color: #fff;
  transform: rotate(45deg);
  z-index: 0;
  box-shadow: 0 0 0.533vw rgba(0, 0, 0, 0.21);
}
.am-popover-placement-top .am-popover-arrow,
.am-popover-placement-topLeft .am-popover-arrow,
.am-popover-placement-topRight .am-popover-arrow {
  transform: rotate(225deg);
  bottom: -0.933vw;
}
.am-popover-placement-top .am-popover-arrow {
  left: 50%;
}
.am-popover-placement-topLeft .am-popover-arrow {
  left: 2.133vw;
}
.am-popover-placement-topRight .am-popover-arrow {
  right: 2.133vw;
}
.am-popover-placement-right .am-popover-arrow,
.am-popover-placement-rightTop .am-popover-arrow,
.am-popover-placement-rightBottom .am-popover-arrow {
  transform: rotate(-45deg);
  left: -0.933vw;
}
.am-popover-placement-right .am-popover-arrow {
  top: 50%;
}
.am-popover-placement-rightTop .am-popover-arrow {
  top: 2.133vw;
}
.am-popover-placement-rightBottom .am-popover-arrow {
  bottom: 2.133vw;
}
.am-popover-placement-left .am-popover-arrow,
.am-popover-placement-leftTop .am-popover-arrow,
.am-popover-placement-leftBottom .am-popover-arrow {
  transform: rotate(135deg);
  right: -0.933vw;
}
.am-popover-placement-left .am-popover-arrow {
  top: 50%;
}
.am-popover-placement-leftTop .am-popover-arrow {
  top: 2.133vw;
}
.am-popover-placement-leftBottom .am-popover-arrow {
  bottom: 2.133vw;
}
.am-popover-placement-bottom .am-popover-arrow,
.am-popover-placement-bottomLeft .am-popover-arrow,
.am-popover-placement-bottomRight .am-popover-arrow {
  top: -0.933vw;
}
.am-popover-placement-bottom .am-popover-arrow {
  left: 50%;
}
.am-popover-placement-bottomLeft .am-popover-arrow {
  left: 2.133vw;
}
.am-popover-placement-bottomRight .am-popover-arrow {
  right: 2.133vw;
}
.am-popover-inner {
  font-size: 4vw;
  color: #000;
  background-color: #fff;
  border-radius: 0.8vw;
  box-shadow: 0 0 0.533vw rgba(0, 0, 0, 0.21);
  overflow: hidden;
}
.am-popover-inner-wrapper {
  position: relative;
  background-color: #fff;
}
.am-popover .am-popover-item {
  padding: 0 2.133vw;
}
.am-popover .am-popover-item-container {
  position: relative;
  display: flex;
  align-items: center;
  height: 10.4vw;
  box-sizing: border-box;
  padding: 0 2.133vw;
}
.am-popover .am-popover-item:not(:first-child) .am-popover-item-container {
  border-top: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-popover .am-popover-item:not(:first-child) .am-popover-item-container {
    border-top: none;
  }
  html:not([data-scale]) .am-popover .am-popover-item:not(:first-child) .am-popover-item-container::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-popover .am-popover-item:not(:first-child) .am-popover-item-container::before {
    transform: scaleY(0.33);
  }
}
.am-popover .am-popover-item.am-popover-item-active .am-popover-item-container {
  border-top: 0;
}
.am-popover .am-popover-item.am-popover-item-active .am-popover-item-container:before {
  display: none !important;
}
.am-popover .am-popover-item.am-popover-item-active + .am-popover-item .am-popover-item-container {
  border-top: 0;
}
.am-popover .am-popover-item.am-popover-item-active + .am-popover-item .am-popover-item-container:before {
  display: none !important;
}
.am-popover .am-popover-item.am-popover-item-active {
  background-color: #ddd;
}
.am-popover .am-popover-item.am-popover-item-active.am-popover-item-fix-active-arrow {
  position: relative;
}
.am-popover .am-popover-item.am-popover-item-disabled {
  color: #bbb;
}
.am-popover .am-popover-item.am-popover-item-disabled.am-popover-item-active {
  background-color: transparent;
}
.am-popover .am-popover-item-icon {
  margin-right: 2.133vw;
  width: 4.8vw;
  height: 4.8vw;
}
.am-progress-outer {
  background-color: #ddd;
  display: block;
}
.am-progress-fixed-outer {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
}
.am-progress-hide-outer {
  background-color: transparent;
}
.am-progress-bar {
  border: 0.533vw solid #108ee9;
  transition: all 0.3s linear 0s;
}
.am-pull-to-refresh-content {
  transform-origin: left top 0;
}
.am-pull-to-refresh-content-wrapper {
  overflow: hidden;
}
.am-pull-to-refresh-transition {
  transition: transform 0.3s;
}
.am-pull-to-refresh-indicator {
  color: grey;
  text-align: center;
  height: 6.667vw;
}
.am-pull-to-refresh-down .am-pull-to-refresh-indicator {
  margin-top: -6.667vw;
}
.am-pull-to-refresh-up .am-pull-to-refresh-indicator {
  margin-bottom: -6.667vw;
}
.am-slider {
  position: relative;
}
.am-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #ddd;
  height: 0.533vw;
  box-sizing: border-box;
}
.am-slider-track {
  position: absolute;
  left: 0;
  height: 0.533vw;
  border-radius: 0.533vw;
  background-color: #108ee9;
}
.am-slider-handle {
  position: absolute;
  margin-left: -3.2vw;
  margin-top: -2.667vw;
  width: 5.867vw;
  height: 5.867vw;
  cursor: pointer;
  border-radius: 50%;
  border: 0.533vw solid #108ee9;
  background-color: #fff;
  box-sizing: border-box;
}
.am-slider-handle:focus {
  background-color: #40a5ed;
}
.am-slider-mark {
  position: absolute;
  top: 5.333vw;
  left: 0;
  width: 100%;
  font-size: 3.2vw;
}
.am-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #000;
}
.am-slider-mark-text-active {
  opacity: 0.3;
}
.am-slider-step {
  position: absolute;
  width: 100%;
  height: 1.067vw;
  background: transparent;
}
.am-slider-dot {
  position: absolute;
  bottom: -1.333vw;
  margin-left: -1.067vw;
  width: 3.2vw;
  height: 3.2vw;
  border: 0.533vw solid #ddd;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}
.am-slider-dot:first-child {
  margin-left: -1.067vw;
}
.am-slider-dot:last-child {
  margin-left: -1.067vw;
}
.am-slider-dot-active {
  border-color: #108ee9;
}
.am-slider-disabled {
  opacity: 0.3;
}
.am-slider-disabled .am-slider-track {
  height: 0.533vw;
}
.am-slider-disabled .am-slider-handle,
.am-slider-disabled .am-slider-mark-text,
.am-slider-disabled .am-slider-dot {
  cursor: not-allowed;
  box-shadow: none;
}
.am-result {
  position: relative;
  text-align: center;
  width: 100%;
  padding-top: 8vw;
  padding-bottom: 5.6vw;
  background-color: #fff;
  border-bottom: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-result {
    border-bottom: none;
  }
  html:not([data-scale]) .am-result::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-result::after {
    transform: scaleY(0.33);
  }
}
.am-result .am-result-pic {
  width: 16vw;
  height: 16vw;
  margin: 0 auto;
  line-height: 16vw;
  background-size: 16vw 16vw;
}
.am-result .am-result-title,
.am-result .am-result-message {
  font-size: 5.6vw;
  color: #000;
  padding-left: 4vw;
  padding-right: 4vw;
}
.am-result .am-result-title {
  margin-top: 4vw;
  line-height: 1;
}
.am-result .am-result-message {
  margin-top: 2.4vw;
  line-height: 1.5;
  font-size: 4.267vw;
  color: #888;
}
.am-result .am-result-button {
  padding: 0 4vw;
  margin-top: 4vw;
}
/* 默认搜索bar */
.am-search {
  position: relative;
  display: flex;
  align-items: center;
  height: 11.733vw;
  padding: 0 2.133vw;
  overflow: hidden;
  background-color: #efeff4;
}
.am-search-input {
  flex: 1;
  position: relative;
  width: 100%;
  height: 7.467vw;
  overflow: hidden;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.8vw;
}
.am-search-input .am-search-synthetic-ph,
.am-search-input input[type="search"] {
  position: absolute;
  top: 0;
  left: 0;
}
.am-search-input .am-search-synthetic-ph {
  box-sizing: content-box;
  z-index: 1;
  height: 7.467vw;
  line-height: 7.467vw;
  width: 100%;
  transition: width 0.3s;
  display: block;
  text-align: center;
}
.am-search-input .am-search-synthetic-ph-icon {
  display: inline-block;
  margin-right: 1.333vw;
  width: 4vw;
  height: 4vw;
  overflow: hidden;
  vertical-align: -0.667vw;
  background-repeat: no-repeat;
  background-size: 4vw auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'38'%20height%3D'36'%20viewBox%3D'0%200%2038%2036'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M29.05%2025.23a15.81%2015.81%200%200%200%203.004-9.294c0-8.8-7.17-15.934-16.017-15.934C7.192.002.02%207.136.02%2015.936c0%208.802%207.172%2015.937%2016.017%2015.937%204.148%200%207.928-1.569%2010.772-4.143l8.873%208.232%202.296-2.45-8.927-8.282zM16.2%2028.933c-7.19%200-13.04-5.788-13.04-12.903%200-7.113%205.85-12.904%2013.04-12.904%207.19%200%2012.9%205.79%2012.9%2012.904%200%207.115-5.71%2012.903-12.9%2012.903z'%20fill%3D'%23bbb'%20fill-rule%3D'evenodd'%2F%3E%3C%2Fsvg%3E");
}
.am-search-input .am-search-synthetic-ph-placeholder {
  color: #bbb;
  font-size: 4vw;
}
.am-search-input input[type="search"] {
  z-index: 2;
  opacity: 0;
  width: 100%;
  text-align: left;
  display: block;
  color: #000;
  height: 7.467vw;
  font-size: 4vw;
  background-color: transparent;
  border: 0;
}
.am-search-input input[type="search"]::-moz-placeholder {
  background: none;
  text-align: left;
  color: transparent;
}
.am-search-input input[type="search"]::placeholder {
  background: none;
  text-align: left;
  color: transparent;
}
.am-search-input input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.am-search-input .am-search-clear {
  box-sizing: content-box;
  position: absolute;
  display: none;
  z-index: 3;
  width: 4vw;
  height: 4vw;
  padding: 1.733vw;
  border-radius: 50%;
  top: 0;
  right: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 4vw 4vw;
  transition: all 0.3s;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2028'%3E%3Ccircle%20cx%3D'14'%20cy%3D'14'%20r%3D'14'%20fill%3D'%23ccc'%2F%3E%3Cline%20stroke%3D'%23ffffff'%20stroke-width%3D'2'%20stroke-miterlimit%3D'10'%20x1%3D'8'%20y1%3D'8'%20x2%3D'20'%20y2%3D'20'%2F%3E%3Cline%20fill%3D'none'%20stroke%3D'%23ffffff'%20stroke-width%3D'2'%20stroke-miterlimit%3D'10'%20x1%3D'20'%20y1%3D'8'%20x2%3D'8'%20y2%3D'20'%2F%3E%3C%2Fsvg%3E");
}
.am-search-input .am-search-clear-active {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2028'%3E%3Ccircle%20cx%3D'14'%20cy%3D'14'%20r%3D'14'%20fill%3D'%23108ee9'%2F%3E%3Cline%20stroke%3D'%23ffffff'%20stroke-width%3D'2'%20stroke-miterlimit%3D'10'%20x1%3D'8'%20y1%3D'8'%20x2%3D'20'%20y2%3D'20'%2F%3E%3Cline%20fill%3D'none'%20stroke%3D'%23ffffff'%20stroke-width%3D'2'%20stroke-miterlimit%3D'10'%20x1%3D'20'%20y1%3D'8'%20x2%3D'8'%20y2%3D'20'%2F%3E%3C%2Fsvg%3E");
}
.am-search-input .am-search-clear-show {
  display: block;
}
.am-search-cancel {
  flex: none;
  opacity: 0;
  padding-left: 2.133vw;
  height: 11.733vw;
  line-height: 11.733vw;
  font-size: 4.267vw;
  color: #108ee9;
  text-align: right;
}
.am-search-cancel-anim {
  transition: margin-right 0.3s, opacity 0.3s;
  transition-delay: 0.1s;
}
.am-search-cancel-show {
  opacity: 1;
}
.am-search.am-search-start .am-search-input input[type="search"] {
  opacity: 1;
  padding: 0 7.467vw 0 9.333vw;
}
.am-search.am-search-start .am-search-input input[type="search"]::-moz-placeholder {
  color: transparent;
}
.am-search.am-search-start .am-search-input input[type="search"]::placeholder {
  color: transparent;
}
.am-search.am-search-start .am-search-input .am-search-synthetic-ph {
  padding-left: 4vw;
  width: auto;
}
.am-segment {
  display: flex;
  border-radius: 1.333vw;
  overflow: hidden;
  min-height: 7.2vw;
  opacity: 1;
}
.am-segment.am-segment-disabled {
  opacity: 0.5;
}
.am-segment-item {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  color: #108ee9;
  font-size: 3.733vw;
  line-height: 1;
  transition: background 0.2s;
  position: relative;
  border: 1PX solid #108ee9;
  width: 100%;
  box-sizing: border-box;
  border-left-width: 0;
}
.am-segment-item-tintcolor {
  border-color: #108ee9;
}
.am-segment-item:first-child {
  border-left-width: 1PX;
  border-radius: 1.333vw 0 0 1.333vw;
}
.am-segment-item:last-child {
  border-radius: 0 1.333vw 1.333vw 0;
}
.am-segment-item-selected {
  background: #108ee9;
  color: #fff;
}
.am-segment-item-active .am-segment-item-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.1;
  transition: background 0.2s;
  background-color: #108ee9;
}
.am-slider {
  position: relative;
}
.am-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #ddd;
  height: 0.533vw;
  box-sizing: border-box;
}
.am-slider-track {
  position: absolute;
  left: 0;
  height: 0.533vw;
  border-radius: 0.533vw;
  background-color: #108ee9;
}
.am-slider-handle {
  position: absolute;
  margin-left: -3.2vw;
  margin-top: -2.667vw;
  width: 5.867vw;
  height: 5.867vw;
  cursor: pointer;
  border-radius: 50%;
  border: 0.533vw solid #108ee9;
  background-color: #fff;
  box-sizing: border-box;
}
.am-slider-handle:focus {
  background-color: #40a5ed;
}
.am-slider-mark {
  position: absolute;
  top: 5.333vw;
  left: 0;
  width: 100%;
  font-size: 3.2vw;
}
.am-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #000;
}
.am-slider-mark-text-active {
  opacity: 0.3;
}
.am-slider-step {
  position: absolute;
  width: 100%;
  height: 1.067vw;
  background: transparent;
}
.am-slider-dot {
  position: absolute;
  bottom: -1.333vw;
  margin-left: -1.067vw;
  width: 3.2vw;
  height: 3.2vw;
  border: 0.533vw solid #ddd;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}
.am-slider-dot:first-child {
  margin-left: -1.067vw;
}
.am-slider-dot:last-child {
  margin-left: -1.067vw;
}
.am-slider-dot-active {
  border-color: #108ee9;
}
.am-slider-disabled {
  opacity: 0.3;
}
.am-slider-disabled .am-slider-track {
  height: 0.533vw;
}
.am-slider-disabled .am-slider-handle,
.am-slider-disabled .am-slider-mark-text,
.am-slider-disabled .am-slider-dot {
  cursor: not-allowed;
  box-shadow: none;
}
.am-stepper {
  position: relative;
  margin: 0;
  padding: 0.533vw 0;
  display: inline-block;
  box-sizing: content-box;
  width: 16.8vw;
  height: 9.333vw;
  line-height: 9.333vw;
  font-size: 3.733vw;
  vertical-align: middle;
  overflow: hidden;
}
.am-stepper-handler-wrap {
  position: absolute;
  width: 100%;
  font-size: 6.4vw;
}
.am-stepper-handler,
.am-stepper-handler-up-inner,
.am-stepper-handler-down-inner {
  width: 8vw;
  height: 8vw;
  line-height: 8vw;
}
.am-stepper-handler {
  text-align: center;
  border: 1PX solid #ddd;
  border-radius: 1.333vw;
  overflow: hidden;
  color: #000;
  position: absolute;
  display: inline-block;
  box-sizing: content-box;
}
.am-stepper-handler-active {
  z-index: 2;
  background-color: #ddd;
}
.am-stepper-handler-up-inner,
.am-stepper-handler-down-inner {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  right: 0.533vw;
  color: #000;
}
.am-stepper-input-wrap {
  display: none;
  width: 100%;
  height: 8vw;
  line-height: 8vw;
  text-align: center;
  overflow: hidden;
}
.am-stepper-input {
  display: none;
  width: 16vw;
  font-size: 4.267vw;
  color: #000;
  text-align: center;
  border: 0;
  padding: 0;
  background: none;
  vertical-align: middle;
}
.am-stepper-input[disabled] {
  opacity: 1;
  color: #000;
}
.am-stepper.showNumber {
  width: 36.8vw;
}
.am-stepper.showNumber .am-stepper-input-wrap {
  display: inline-block;
}
.am-stepper.showNumber .am-stepper-input {
  display: inline-block;
}
.am-stepper.showNumber .am-stepper-handler-down-disabled {
  right: -1PX;
}
.am-stepper-handler-up {
  cursor: pointer;
  right: 0;
}
.am-stepper-handler-up-inner:before {
  text-align: center;
  content: "+";
}
.am-stepper-handler-down {
  cursor: pointer;
  left: 0;
}
.am-stepper-handler-down-inner:before {
  text-align: center;
  content: "-";
}
.am-stepper-handler-down-disabled,
.am-stepper-handler-up-disabled {
  opacity: 0.3;
}
.am-stepper-handler-up-disabled .am-stepper-handler-active {
  background: none;
}
.am-stepper-disabled .am-stepper-handler-down,
.am-stepper-disabled .am-stepper-handler-up {
  opacity: 0.3;
  background: none;
}
.am-stepper-disabled .am-stepper-handler {
  opacity: 0.3;
}
.am-stepper-disabled .am-stepper-input-wrap {
  opacity: 0.3;
}
.am-steps {
  font-size: 0;
  width: 100%;
  line-height: 1.5;
  display: flex;
}
.am-steps,
.am-steps * {
  box-sizing: border-box;
}
.am-steps-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  flex: 1;
  overflow: hidden;
}
.am-steps-item:last-child {
  flex: none;
}
.am-steps-item:last-child .am-steps-item-tail,
.am-steps-item:last-child .am-steps-item-title:after {
  display: none;
}
.am-steps-item-icon,
.am-steps-item-content {
  display: inline-block;
  vertical-align: top;
}
.am-steps-item-icon {
  border: 1px solid #bbb;
  width: 5.867vw;
  height: 5.867vw;
  line-height: 5.867vw;
  border-radius: 5.867vw;
  text-align: center;
  font-size: 3.733vw;
  margin-right: 2.133vw;
  transition: background-color 0.3s, border-color 0.3s;
}
.am-steps-item-icon > .am-steps-icon {
  line-height: 1;
  top: -1px;
  color: #108ee9;
  position: relative;
}
.am-steps-item-icon > .am-steps-icon .am-icon {
  font-size: 3.2vw;
  position: relative;
  float: left;
}
.am-steps-item-tail {
  position: absolute;
  left: 0;
  width: 100%;
  top: 3.2vw;
  padding: 0 2.667vw;
}
.am-steps-item-tail:after {
  content: '';
  display: inline-block;
  background: #ddd;
  height: 1px;
  border-radius: 1px;
  width: 100%;
  transition: background 0.3s;
  position: relative;
  left: -0.533vw;
}
.am-steps-item-content {
  margin-top: 0.8vw;
}
.am-steps-item-title {
  font-size: 4.267vw;
  margin-bottom: 1.067vw;
  color: #000;
  font-weight: bold;
  display: inline-block;
  padding-right: 2.667vw;
  position: relative;
}
.am-steps-item-description {
  font-size: 4vw;
  color: #bbb;
}
.am-steps-item-wait .am-steps-item-icon {
  border-color: #ccc;
  background-color: #fff;
}
.am-steps-item-wait .am-steps-item-icon > .am-steps-icon {
  color: #ccc;
}
.am-steps-item-wait .am-steps-item-icon > .am-steps-icon .am-steps-icon-dot {
  background: #ccc;
}
.am-steps-item-wait .am-steps-item-title {
  color: #000;
}
.am-steps-item-wait .am-steps-item-title:after {
  background-color: #ddd;
}
.am-steps-item-wait .am-steps-item-description {
  color: #000;
}
.am-steps-item-wait .am-steps-item-tail:after {
  background-color: #ddd;
}
.am-steps-item-process .am-steps-item-icon {
  border-color: #108ee9;
  background-color: #fff;
}
.am-steps-item-process .am-steps-item-icon > .am-steps-icon {
  color: #108ee9;
}
.am-steps-item-process .am-steps-item-icon > .am-steps-icon .am-steps-icon-dot {
  background: #108ee9;
}
.am-steps-item-process .am-steps-item-title {
  color: #000;
}
.am-steps-item-process .am-steps-item-title:after {
  background-color: #ddd;
}
.am-steps-item-process .am-steps-item-description {
  color: #000;
}
.am-steps-item-process .am-steps-item-tail:after {
  background-color: #ddd;
}
.am-steps-item-process .am-steps-item-icon {
  background: #108ee9;
}
.am-steps-item-process .am-steps-item-icon > .am-steps-icon {
  color: #fff;
}
.am-steps-item-finish .am-steps-item-icon {
  border-color: #108ee9;
  background-color: #fff;
}
.am-steps-item-finish .am-steps-item-icon > .am-steps-icon {
  color: #108ee9;
}
.am-steps-item-finish .am-steps-item-icon > .am-steps-icon .am-steps-icon-dot {
  background: #108ee9;
}
.am-steps-item-finish .am-steps-item-title {
  color: #000;
}
.am-steps-item-finish .am-steps-item-title:after {
  background-color: #108ee9;
}
.am-steps-item-finish .am-steps-item-description {
  color: #000;
}
.am-steps-item-finish .am-steps-item-tail:after {
  background-color: #108ee9;
}
.am-steps-item-error .am-steps-item-icon {
  border-color: #f4333c;
  background-color: #fff;
}
.am-steps-item-error .am-steps-item-icon > .am-steps-icon {
  color: #f4333c;
}
.am-steps-item-error .am-steps-item-icon > .am-steps-icon .am-steps-icon-dot {
  background: #f4333c;
}
.am-steps-item-error .am-steps-item-title {
  color: #f4333c;
}
.am-steps-item-error .am-steps-item-title:after {
  background-color: #ddd;
}
.am-steps-item-error .am-steps-item-description {
  color: #f4333c;
}
.am-steps-item-error .am-steps-item-tail:after {
  background-color: #ddd;
}
.am-steps-item.am-steps-next-error .am-steps-item-title:after {
  background: #f4333c;
}
.am-steps-item.error-tail .am-steps-item-tail:after {
  background-color: #f4333c;
}
.am-steps-horizontal:not(.am-steps-label-vertical) .am-steps-item {
  margin-right: 2.667vw;
}
.am-steps-horizontal:not(.am-steps-label-vertical) .am-steps-item:last-child {
  margin-right: 0;
}
.am-steps-horizontal:not(.am-steps-label-vertical) .am-steps-item-tail {
  display: none;
}
.am-steps-horizontal:not(.am-steps-label-vertical) .am-steps-item-description {
  max-width: 26.667vw;
}
.am-steps-item-custom .am-steps-item-icon {
  background: none;
  border: 0;
  width: auto;
  height: auto;
}
.am-steps-item-custom .am-steps-item-icon > .am-steps-icon {
  font-size: 5.867vw;
  top: 1px;
  width: 5.867vw;
  height: 5.867vw;
}
.am-steps-item-custom.am-steps-item-process .am-steps-item-icon > .am-steps-icon {
  color: #108ee9;
}
.am-steps-small .am-steps-item-icon {
  width: 4.8vw;
  height: 4.8vw;
  line-height: 4.8vw;
  text-align: center;
  border-radius: 4.8vw;
  font-size: 3.733vw;
  margin-right: 2.133vw;
}
.am-steps-small .am-steps-item-icon > .am-steps-icon {
  font-size: 3.2vw;
  transform: scale(0.75);
  top: -0.533vw;
}
.am-steps-small .am-steps-item-content {
  margin-top: 0;
}
.am-steps-small .am-steps-item-title {
  font-size: 4.267vw;
  margin-bottom: 0.8vw;
  color: #000;
  font-weight: bold;
}
.am-steps-small .am-steps-item-description {
  font-size: 3.2vw;
  color: #bbb;
}
.am-steps-small .am-steps-item-tail {
  top: 2.133vw;
  padding: 0 2.133vw;
}
.am-steps-small .am-steps-item-tail:after {
  height: 1px;
  border-radius: 1px;
  width: 100%;
  left: 0;
}
.am-steps-small .am-steps-item-custom .am-steps-item-icon {
  background: none;
}
.am-steps-small .am-steps-item-custom .am-steps-item-icon > .am-steps-icon {
  font-size: 4.8vw;
  top: -0.533vw;
  transform: none;
}
.am-steps-vertical {
  display: block;
}
.am-steps-vertical .am-steps-item {
  display: block;
  overflow: visible;
}
.am-steps-vertical .am-steps-item-icon {
  float: left;
}
.am-steps-vertical .am-steps-item-icon-inner {
  margin-right: 4.267vw;
}
.am-steps-vertical .am-steps-item-content {
  min-height: 12.8vw;
  overflow: hidden;
  display: block;
}
.am-steps-vertical .am-steps-item-title {
  line-height: 6.933vw;
}
.am-steps-vertical .am-steps-item-title:after {
  display: none;
}
.am-steps-vertical .am-steps-item-description {
  padding-bottom: 3.2vw;
}
.am-steps-vertical .am-steps-item-tail {
  position: absolute;
  left: 3.467vw;
  top: 0;
  height: 100%;
  width: 1px;
  padding: 8vw 0 1.067vw 0;
}
.am-steps-vertical .am-steps-item-tail:after {
  height: 100%;
  width: 1px;
}
.am-steps-vertical.am-steps-small .am-steps-item-tail {
  position: absolute;
  left: 2.4vw;
  top: 0;
  padding: 5.867vw 0 1.067vw 0;
}
.am-steps-vertical.am-steps-small .am-steps-item-title {
  line-height: 4.8vw;
}
.am-steps-label-vertical .am-steps-item {
  overflow: visible;
}
.am-steps-label-vertical .am-steps-item-tail {
  padding: 0 6.4vw;
  margin-left: 12.8vw;
}
.am-steps-label-vertical .am-steps-item-content {
  display: block;
  text-align: center;
  margin-top: 2.133vw;
  width: 26.667vw;
}
.am-steps-label-vertical .am-steps-item-icon {
  display: inline-block;
  margin-left: 9.6vw;
}
.am-steps-label-vertical .am-steps-item-title {
  padding-right: 0;
}
.am-steps-label-vertical .am-steps-item-title:after {
  display: none;
}
.am-swipe {
  overflow: hidden;
  position: relative;
}
.am-swipe-content {
  position: relative;
  background-color: #fff;
}
.am-swipe-cover {
  position: absolute;
  z-index: 2;
  background: transparent;
  height: 100%;
  width: 100%;
  top: 0;
  display: none;
}
.am-swipe .am-swipe-content,
.am-swipe .am-swipe-actions {
  transition: all 250ms;
}
.am-swipe-swiping .am-swipe-content,
.am-swipe-swiping .am-swipe-actions {
  transition: none;
}
.am-swipe-swiping .am-list-item-active {
  background-color: #FFF;
}
.am-swipe-actions {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}
.am-swipe-actions-left {
  left: 0;
}
.am-swipe-actions-right {
  right: 0;
}
.am-swipe-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.am-swipe-btn-text {
  padding: 0 2.133vw;
}
.am-switch {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  align-self: center;
}
.am-switch .checkbox {
  width: 13.6vw;
  height: 8.267vw;
  border-radius: 8.267vw;
  box-sizing: border-box;
  background: #e5e5e5;
  z-index: 0;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer;
  position: relative;
  transition: all 300ms;
}
.am-switch .checkbox:before {
  content: ' ';
  position: absolute;
  left: 0.533vw;
  top: 0.533vw;
  width: 12.533vw;
  height: 7.2vw;
  border-radius: 7.2vw;
  box-sizing: border-box;
  background: #fff;
  z-index: 1;
  transition: all 200ms;
  transform: scale(1);
}
.am-switch .checkbox:after {
  content: ' ';
  width: 7.2vw;
  height: 7.2vw;
  border-radius: 7.2vw;
  background: #fff;
  position: absolute;
  z-index: 2;
  top: 0.533vw;
  left: 0.533vw;
  transform: translateX(0);
  transition: all 200ms;
  box-shadow: 0 0 0.533vw 0 rgba(0, 0, 0, 0.2), 0 0.533vw 3.067vw 0 rgba(0, 0, 0, 0.08), -1px 0.533vw 0.533vw 0 rgba(0, 0, 0, 0.1);
}
.am-switch .checkbox.checkbox-disabled {
  z-index: 3;
}
.am-switch input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border: 0 none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.am-switch input[type="checkbox"]:checked + .checkbox {
  background: #4dd865;
}
.am-switch input[type="checkbox"]:checked + .checkbox:before {
  transform: scale(0);
}
.am-switch input[type="checkbox"]:checked + .checkbox:after {
  transform: translateX(5.333vw);
}
.am-switch input[type="checkbox"]:disabled + .checkbox {
  opacity: 0.3;
}
.am-switch.am-switch-android .checkbox {
  width: 19.2vw;
  height: 6.133vw;
  border-radius: 0.8vw;
  background: #a7aaa6;
}
.am-switch.am-switch-android .checkbox:before {
  display: none;
}
.am-switch.am-switch-android .checkbox:after {
  width: 9.333vw;
  height: 5.6vw;
  border-radius: 0.533vw;
  box-shadow: none;
  left: 1PX;
  top: 1PX;
}
.am-switch.am-switch-android input[type="checkbox"]:checked + .checkbox {
  background: #108ee9;
}
.am-switch.am-switch-android input[type="checkbox"]:checked + .checkbox:before {
  transform: scale(0);
}
.am-switch.am-switch-android input[type="checkbox"]:checked + .checkbox:after {
  transform: translateX(9.333vw);
}
.am-tabs {
  box-sizing: border-box;
  display: flex;
  flex: 1;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.am-tabs * {
  box-sizing: border-box;
}
.am-tabs-content-wrap {
  display: flex;
  flex: 1;
  width: 100%;
  height: 100%;
  min-height: 0;
}
.am-tabs-content-wrap-animated {
  transition: transform 0.3s cubic-bezier(0.35, 0, 0.25, 1), left 0.3s cubic-bezier(0.35, 0, 0.25, 1), top 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  will-change: transform, left, top;
}
.am-tabs-pane-wrap {
  width: 100%;
  flex-shrink: 0;
  overflow-y: auto;
}
.am-tabs-tab-bar-wrap {
  flex-shrink: 0;
}
.am-tabs-horizontal .am-tabs-pane-wrap-active {
  height: auto;
}
.am-tabs-horizontal .am-tabs-pane-wrap-inactive {
  height: 0;
  overflow: visible;
}
.am-tabs-vertical .am-tabs-content-wrap {
  flex-direction: column;
}
.am-tabs-vertical .am-tabs-tab-bar-wrap {
  height: 100%;
}
.am-tabs-vertical .am-tabs-pane-wrap {
  height: 100%;
}
.am-tabs-vertical .am-tabs-pane-wrap-active {
  overflow: auto;
}
.am-tabs-vertical .am-tabs-pane-wrap-inactive {
  overflow: hidden;
}
.am-tabs-top,
.am-tabs-bottom {
  flex-direction: column;
}
.am-tabs-left,
.am-tabs-right {
  flex-direction: row;
}
.am-tabs-default-bar {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}
.am-tabs-default-bar-tab {
  position: relative;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 4vw;
  height: 11.6vw;
  line-height: 11.6vw;
}
.am-tabs-default-bar-tab .am-badge .am-badge-text {
  top: -3.467vw;
  transform: translateX(-1.333vw);
}
.am-tabs-default-bar-tab .am-badge .am-badge-dot {
  top: -1.6vw;
  transform: translateX(0);
}
.am-tabs-default-bar-tab-active {
  color: #108ee9;
}
.am-tabs-default-bar-underline {
  position: absolute;
  border: 1px #108ee9 solid;
  transform: translate3d(0, 0, 0);
}
.am-tabs-default-bar-animated .am-tabs-default-bar-content {
  transition: transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  will-change: transform;
}
.am-tabs-default-bar-animated .am-tabs-default-bar-underline {
  transition: top 0.3s cubic-bezier(0.35, 0, 0.25, 1), left 0.3s cubic-bezier(0.35, 0, 0.25, 1), color 0.3s cubic-bezier(0.35, 0, 0.25, 1), width 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  will-change: top, left, width, color;
}
.am-tabs-default-bar-top,
.am-tabs-default-bar-bottom {
  flex-direction: row;
}
.am-tabs-default-bar-top .am-tabs-default-bar-content,
.am-tabs-default-bar-bottom .am-tabs-default-bar-content {
  display: flex;
  width: 100%;
  flex-direction: row;
}
.am-tabs-default-bar-top .am-tabs-default-bar-prevpage,
.am-tabs-default-bar-bottom .am-tabs-default-bar-prevpage {
  pointer-events: none;
  position: absolute;
  top: 0;
  display: block;
  width: 15.733vw;
  height: 100%;
  content: ' ';
  z-index: 999;
  left: 0;
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}
.am-tabs-default-bar-top .am-tabs-default-bar-nextpage,
.am-tabs-default-bar-bottom .am-tabs-default-bar-nextpage {
  pointer-events: none;
  position: absolute;
  top: 0;
  display: block;
  width: 15.733vw;
  height: 100%;
  content: ' ';
  z-index: 999;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}
.am-tabs-default-bar-top .am-tabs-default-bar-tab,
.am-tabs-default-bar-bottom .am-tabs-default-bar-tab {
  padding: 2.133vw 0;
}
.am-tabs-default-bar-top .am-tabs-default-bar-underline,
.am-tabs-default-bar-bottom .am-tabs-default-bar-underline {
  bottom: 0;
}
.am-tabs-default-bar-top .am-tabs-default-bar-tab {
  border-bottom: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-tabs-default-bar-top .am-tabs-default-bar-tab {
    border-bottom: none;
  }
  html:not([data-scale]) .am-tabs-default-bar-top .am-tabs-default-bar-tab::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-tabs-default-bar-top .am-tabs-default-bar-tab::after {
    transform: scaleY(0.33);
  }
}
.am-tabs-default-bar-bottom .am-tabs-default-bar-tab {
  border-top: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-tabs-default-bar-bottom .am-tabs-default-bar-tab {
    border-top: none;
  }
  html:not([data-scale]) .am-tabs-default-bar-bottom .am-tabs-default-bar-tab::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-tabs-default-bar-bottom .am-tabs-default-bar-tab::before {
    transform: scaleY(0.33);
  }
}
.am-tabs-default-bar-left,
.am-tabs-default-bar-right {
  flex-direction: column;
}
.am-tabs-default-bar-left .am-tabs-default-bar-content,
.am-tabs-default-bar-right .am-tabs-default-bar-content {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.am-tabs-default-bar-left .am-tabs-default-bar-tab,
.am-tabs-default-bar-right .am-tabs-default-bar-tab {
  padding: 0 2.133vw;
}
.am-tabs-default-bar-left .am-tabs-default-bar-underline {
  right: 0;
}
.am-tabs-default-bar-left .am-tabs-default-bar-tab {
  border-right: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-tabs-default-bar-left .am-tabs-default-bar-tab {
    border-right: none;
  }
  html:not([data-scale]) .am-tabs-default-bar-left .am-tabs-default-bar-tab::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    width: 1PX;
    height: 100%;
    background: #ddd;
    transform-origin: 100% 50%;
    transform: scaleX(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-tabs-default-bar-left .am-tabs-default-bar-tab::after {
    transform: scaleX(0.33);
  }
}
.am-tabs-default-bar-right .am-tabs-default-bar-underline {
  left: 0;
}
.am-tabs-default-bar-right .am-tabs-default-bar-tab {
  border-left: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-tabs-default-bar-right .am-tabs-default-bar-tab {
    border-left: none;
  }
  html:not([data-scale]) .am-tabs-default-bar-right .am-tabs-default-bar-tab::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 1PX;
    height: 100%;
    transform-origin: 100% 50%;
    transform: scaleX(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-tabs-default-bar-right .am-tabs-default-bar-tab::before {
    transform: scaleX(0.33);
  }
}
.am-tab-bar {
  height: 100%;
  overflow: hidden;
}
.am-tab-bar-bar {
  position: relative;
  box-sizing: border-box;
  height: 13.333vw;
  border-top: 1PX solid #ddd;
  width: 100%;
  display: flex;
  transition-duration: 0.2s;
  transition-property: height bottom;
  z-index: 100;
  justify-content: space-around;
  align-items: center;
  bottom: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-tab-bar-bar {
    border-top: none;
  }
  html:not([data-scale]) .am-tab-bar-bar::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-tab-bar-bar::before {
    transform: scaleY(0.33);
  }
}
.am-tab-bar-bar-hidden-top {
  bottom: 13.333vw;
  height: 0;
}
.am-tab-bar-bar-hidden-bottom {
  bottom: -13.333vw;
  height: 0;
}
.am-tab-bar-bar .am-tab-bar-tab {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
.am-tab-bar-bar .am-tab-bar-tab-image {
  width: 5.867vw;
  height: 5.867vw;
  vertical-align: middle;
}
.am-tab-bar-bar .am-tab-bar-tab-title {
  font-size: 2.667vw;
  margin: 0.8vw 0 0 0;
  line-height: 1;
  text-align: center;
}
.am-tab-bar-bar .am-tab-bar-tab-icon {
  display: flex;
  justify-content: center;
}
.am-tab-bar-bar .am-tab-bar-tab-icon .tab-badge :last-child {
  margin-top: 1.067vw;
  left: 5.867vw;
}
.am-tab-bar-bar .am-tab-bar-tab-icon .tab-dot :last-child {
  margin-top: 1.067vw;
  left: 5.867vw;
}
.am-tab-bar-item {
  height: 100%;
}
.am-tag {
  display: inline-block;
  position: relative;
  font-size: 3.733vw;
  text-align: center;
  padding: 0 4vw;
  height: 6.667vw;
  line-height: 6.667vw;
  box-sizing: border-box;
}
.am-tag.am-tag-small {
  height: 4vw;
  line-height: 4vw;
  padding: 0 1.333vw;
  font-size: 2.667vw;
}
.am-tag-normal {
  background-color: #fff;
  color: #888;
  border: 1PX solid #ddd;
  border-radius: 0.8vw;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-tag-normal {
    position: relative;
    border: none;
  }
  html:not([data-scale]) .am-tag-normal::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1PX solid #ddd;
    border-radius: 6px;
    transform-origin: 0 0;
    transform: scale(0.5);
    box-sizing: border-box;
    pointer-events: none;
  }
}
.am-tag-active {
  background-color: #fff;
  color: #108ee9;
  border: 1PX solid #108ee9;
  border-radius: 0.8vw;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-tag-active {
    position: relative;
    border: none;
  }
  html:not([data-scale]) .am-tag-active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1PX solid #108ee9;
    border-radius: 6px;
    transform-origin: 0 0;
    transform: scale(0.5);
    box-sizing: border-box;
    pointer-events: none;
  }
}
.am-tag-disabled {
  color: #bbb;
  background-color: #ddd;
  border: 1PX solid #ddd;
  border-radius: 0.8vw;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-tag-disabled {
    position: relative;
    border: none;
  }
  html:not([data-scale]) .am-tag-disabled::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1PX solid #ddd;
    border-radius: 6px;
    transform-origin: 0 0;
    transform: scale(0.5);
    box-sizing: border-box;
    pointer-events: none;
  }
}
.am-tag-close {
  position: absolute;
  top: -2.4vw;
  left: -2.667vw;
  color: #bbb;
}
.am-tag-close-active {
  color: #888;
}
.am-tag-close .am-icon {
  background-color: #fff;
  border-radius: 2.4vw;
}
.am-list .am-list-item.am-textarea-item {
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  min-height: 11.733vw;
  padding-left: 4vw;
  padding-right: 4vw;
  border-bottom: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-list .am-list-item.am-textarea-item {
    border-bottom: none;
  }
  html:not([data-scale]) .am-list .am-list-item.am-textarea-item::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-list .am-list-item.am-textarea-item::after {
    transform: scaleY(0.33);
  }
}
.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line {
  align-items: center;
}
.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line .am-textarea-label {
  align-self: center;
}
.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line .am-textarea-control {
  padding-top: 0;
  padding-bottom: 0;
}
.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line .am-textarea-control textarea {
  line-height: 6.8vw;
}
.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line .am-textarea-clear {
  margin-top: 0;
}
.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line.am-textarea-error .am-textarea-error-extra {
  margin-top: 0;
}
.am-textarea-label {
  align-self: flex-start;
  color: #000;
  text-align: left;
  min-height: 11.733vw;
  font-size: 4.533vw;
  line-height: 11.733vw;
  margin-left: 0;
  margin-right: 1.333vw;
  white-space: nowrap;
  overflow: hidden;
}
.am-textarea-label.am-textarea-label-2 {
  width: 9.067vw;
}
.am-textarea-label.am-textarea-label-3 {
  width: 13.6vw;
}
.am-textarea-label.am-textarea-label-4 {
  width: 18.133vw;
}
.am-textarea-label.am-textarea-label-5 {
  width: 22.667vw;
}
.am-textarea-label.am-textarea-label-6 {
  width: 27.2vw;
}
.am-textarea-label.am-textarea-label-7 {
  width: 31.733vw;
}
.am-textarea-control {
  flex: 1;
  padding-top: 2.667vw;
  padding-bottom: 2.4vw;
}
.am-textarea-control textarea {
  color: #000;
  font-size: 4.533vw;
  line-height: 6.8vw;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
  border: 0;
  background-color: transparent;
  overflow: visible;
  display: block;
  resize: none;
  word-break: break-word;
  word-wrap: break-word;
}
.am-textarea-control textarea::-moz-placeholder {
  color: #bbb;
}
.am-textarea-control textarea::placeholder {
  color: #bbb;
}
.am-textarea-control textarea:disabled {
  color: #bbb;
  background-color: #fff;
}
.am-textarea-clear {
  display: none;
  width: 5.6vw;
  height: 5.6vw;
  margin-top: 3.2vw;
  border-radius: 50%;
  overflow: hidden;
  font-style: normal;
  color: #fff;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-size: 5.6vw auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D'%23fff'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.am-textarea-clear-active {
  background-color: #108ee9;
}
.am-textarea-focus .am-textarea-clear {
  display: block;
}
.am-textarea-has-count {
  padding-bottom: 3.733vw;
}
.am-textarea-count {
  position: absolute;
  bottom: 1.6vw;
  right: 1.333vw;
  color: #bbb;
  font-size: 3.733vw;
}
.am-textarea-count span {
  color: #000;
}
.am-textarea-error .am-textarea-control textarea {
  color: #f50;
}
.am-textarea-error .am-textarea-error-extra {
  margin-top: 3.2vw;
  width: 5.6vw;
  height: 5.6vw;
  margin-left: 2.133vw;
  background-size: 5.6vw 5.6vw;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'18'%20height%3D'18'%20viewBox%3D'0%200%2018%2018'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cg%20stroke%3D'none'%20stroke-width%3D'1'%20fill%3D'none'%20fill-rule%3D'evenodd'%3E%3Cg%20transform%3D'translate(-300.000000%2C%20-1207.000000)'%20fill%3D'%23FF5500'%3E%3Cg%20id%3D'exclamation-circle-o'%20transform%3D'translate(300.000000%2C%201207.000000)'%3E%3Cpath%20d%3D'M9%2C16.734375%20C10.0441406%2C16.734375%2011.0566406%2C16.5304688%2012.009375%2C16.1279297%20C12.9304688%2C15.7376953%2013.7566406%2C15.1804687%2014.4685547%2C14.4703125%20C15.1787109%2C13.7601563%2015.7376953%2C12.9322266%2016.1261719%2C12.0111328%20C16.5304688%2C11.0566406%2016.734375%2C10.0441406%2016.734375%2C9%20C16.734375%2C7.95585938%2016.5304688%2C6.94335938%2016.1279297%2C5.990625%20C15.7376953%2C5.06953125%2015.1804687%2C4.24335938%2014.4703125%2C3.53144531%20C13.7601563%2C2.82128906%2012.9322266%2C2.26230469%2012.0111328%2C1.87382813%20C11.0566406%2C1.46953125%2010.0441406%2C1.265625%209%2C1.265625%20C7.95585938%2C1.265625%206.94335938%2C1.46953125%205.990625%2C1.87207031%20C5.06953125%2C2.26230469%204.24335938%2C2.81953125%203.53144531%2C3.5296875%20C2.82128906%2C4.23984375%202.26230469%2C5.06777344%201.87382813%2C5.98886719%20C1.46953125%2C6.94335938%201.265625%2C7.95585938%201.265625%2C9%20C1.265625%2C10.0441406%201.46953125%2C11.0566406%201.87207031%2C12.009375%20C2.26230469%2C12.9304688%202.81953125%2C13.7566406%203.5296875%2C14.4685547%20C4.23984375%2C15.1787109%205.06777344%2C15.7376953%205.98886719%2C16.1261719%20C6.94335938%2C16.5304688%207.95585938%2C16.734375%209%2C16.734375%20L9%2C16.734375%20Z%20M9%2C18%20C4.02890625%2C18%200%2C13.9710937%200%2C9%20C0%2C4.02890625%204.02890625%2C0%209%2C0%20C13.9710937%2C0%2018%2C4.02890625%2018%2C9%20C18%2C13.9710937%2013.9710937%2C18%209%2C18%20L9%2C18%20L9%2C18%20Z%20M9%2C6.75%20C8.61152344%2C6.75%208.296875%2C7.06464844%208.296875%2C7.453125%20L8.296875%2C13.9394531%20C8.296875%2C14.3279297%208.61152344%2C14.6425781%209%2C14.6425781%20C9.38847656%2C14.6425781%209.703125%2C14.3279297%209.703125%2C13.9394531%20L9.703125%2C7.453125%20C9.703125%2C7.06464844%209.38847656%2C6.75%209%2C6.75%20L9%2C6.75%20Z%20M8.20898438%2C4.83398438%20C8.20898438%2C5.27085024%208.56313413%2C5.625%209%2C5.625%20C9.43686587%2C5.625%209.79101562%2C5.27085024%209.79101562%2C4.83398438%20C9.79101562%2C4.39711851%209.43686587%2C4.04296875%209%2C4.04296875%20C8.56313413%2C4.04296875%208.20898438%2C4.39711851%208.20898438%2C4.83398438%20L8.20898438%2C4.83398438%20Z'%20id%3D'Shape'%20transform%3D'translate(9.000000%2C%209.000000)%20scale(1%2C%20-1)%20translate(-9.000000%2C%20-9.000000)%20'%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.am-textarea-disabled .am-textarea-label {
  color: #bbb;
}
.am-list-body .am-list-item:last-child {
  border-bottom: 0;
}
.am-list-body .am-list-item:last-child:after {
  display: none !important;
}
.am-toast {
  position: fixed;
  width: 100%;
  z-index: 1999;
  font-size: 3.733vw;
  text-align: center;
}
.am-toast > span {
  max-width: 50%;
}
.am-toast.am-toast-mask {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  transform: translateZ(1px);
}
.am-toast.am-toast-nomask {
  position: fixed;
  max-width: 50%;
  width: auto;
  left: 50%;
  top: 50%;
  transform: translateZ(1px);
}
.am-toast.am-toast-nomask .am-toast-notice {
  transform: translateX(-50%) translateY(-50%);
}
.am-toast-notice-content .am-toast-text {
  min-width: 16vw;
  border-radius: 0.8vw;
  color: #fff;
  background-color: rgba(58, 58, 58, 0.9);
  line-height: 1.5;
  padding: 2.4vw 4vw;
}
.am-toast-notice-content .am-toast-text.am-toast-text-icon {
  border-radius: 1.333vw;
  padding: 4vw 4vw;
}
.am-toast-notice-content .am-toast-text.am-toast-text-icon .am-toast-text-info {
  margin-top: 1.6vw;
}
.am-whitespace.am-whitespace-xs {
  height: 0.8vw;
}
.am-whitespace.am-whitespace-sm {
  height: 1.6vw;
}
.am-whitespace.am-whitespace-md {
  height: 2.4vw;
}
.am-whitespace.am-whitespace-lg {
  height: 4vw;
}
.am-whitespace.am-whitespace-xl {
  height: 5.6vw;
}
.am-wingblank {
  margin-left: 2.133vw;
  margin-right: 2.133vw;
}
.am-wingblank.am-wingblank-sm {
  margin-left: 1.333vw;
  margin-right: 1.333vw;
}
.am-wingblank.am-wingblank-md {
  margin-left: 2.133vw;
  margin-right: 2.133vw;
}
.am-wingblank.am-wingblank-lg {
  margin-left: 4vw;
  margin-right: 4vw;
}


@charset "UTF-8";
.pmm-question .cloze__diy__button,
.pmm-question .seventofive__diy__button,
.pmm-question .cloze__diy__readonly,
.pmm-question .cloze__diy__button_result {
  min-width: 17.867vw;
  display: inline;
  text-align: center;
  text-indent: 0;
}
.pmm-question .mst-question-answer-placeholder,
.pmm-question .mst-question-mark-placeholder {
  display: inline-block;
  min-width: 17.867vw;
  background-color: #ffcc66;
  text-align: center;
  color: #ffffff;
  border-radius: 0.8vw;
  line-height: 1em;
  border-bottom: none;
  font-size: 3.2vw;
  border: none;
  text-indent: initial;
}
.pmm-modal-alert,
.pmm-modal-alert .pmm-modal-alert-mask,
.pmm-toast,
.pmm-toast .pmm-toast-mask {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.pmm-question table.edittable {
  border-collapse: collapse;
  text-align: center;
  margin: 0.533vw;
}
.pmm-question table.edittable th,
.pmm-question table.edittable td {
  line-height: 8vw;
  padding: 1.333vw;
  white-space: normal;
  word-break: break-all;
  border: 1px solid #000;
  vertical-align: middle;
}
.pmm-question table.composition {
  border-collapse: collapse;
  text-align: left;
  margin: 0.533vw;
  width: 98%;
}
.pmm-question table.composition th,
.pmm-question table.composition td {
  line-height: 8vw;
  white-space: normal;
  word-break: break-all;
  border-width: 0px;
  vertical-align: middle;
}
.pmm-question table.composition2 {
  border-collapse: collapse;
  width: auto;
}
.pmm-question table.composition2 th,
.pmm-question table.composition2 td {
  text-align: left;
  line-height: 8vw;
  white-space: normal;
  word-break: break-all;
  border: none;
  border-width: 0px;
  vertical-align: middle;
}
.pmm-question table.composition2 td {
  width: auto;
  padding: 0 1.333vw;
}
.pmm-question .MathJye {
  border: 0 none;
  direction: ltr;
  display: inline-block;
  float: none;
  font-size: 4vw;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  text-indent: 0;
  text-transform: none;
  white-space: nowrap;
  word-spacing: normal;
  word-wrap: normal;
  -webkit-text-size-adjust: none;
}
.pmm-question .MathJye div,
.pmm-question .MathJye span {
  border: 0 none;
  margin: 0;
  padding: 0;
  line-height: normal;
  text-align: left;
  height: auto;
  _height: auto;
  white-space: normal;
}
.pmm-question .MathJye table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  line-height: normal;
  font-size: inherit;
  *font-size: 100%;
  _font-size: 100%;
  font-style: normal;
  font-weight: normal;
  border: 0;
  float: none;
  display: inline-block;
  *display: inline;
  zoom: 0;
}
.pmm-question .MathJye table td {
  padding: 0;
  font-size: inherit;
  line-height: normal;
  white-space: nowrap;
  border: 0 none;
  width: auto;
  _height: auto;
}
.pmm-question .MathJye_mi {
  font-style: italic;
}
.pmm-question .flipv {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
}
.pmm-question .fliph {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-filter: FlipV;
          filter: FlipV;
}
.pmm-question .mathjye-bold {
  font-weight: 800;
}
.pmm-question .mathjye-del {
  text-decoration: line-through;
}
.pmm-question .mathjye-underline {
  border-bottom: 1px solid #000;
  padding-bottom: 0.533vw;
}
@-moz-document url-prefix() {
  .pmm-question .mathjye-underline {
    padding-bottom: 0px;
  }
}
.pmm-question .mathjye-underpline {
  border-bottom: 0.533vw dotted #000;
  padding-bottom: 0.8vw;
}
@-moz-document url-prefix() {
  .pmm-question .mathjye-underpline {
    padding-bottom: 1px;
  }
}
.pmm-question .mathjye-underpoint,
.pmm-question .mathjye-underpoint2 {
  background: url(https://img.jyeoo.net/images/formula/dot.png) repeat-x 0 4.8vw;
  border-bottom: none;
  *border-bottom: 0.533vw dotted #000;
  /* ie 7*/
  *background: none;
  /* ie 7*/
  padding-bottom: 1.067vw;
}
@-moz-document url-prefix() {
  .pmm-question .mathjye-underpoint {
    padding-bottom: 1px;
  }
}
.pmm-question .mathjye-underwave {
  background: url(http://img.jyeoo.net/images/formula/wave.png) bottom repeat-x;
  padding-bottom: 1.067vw;
}
@-moz-document url-prefix() {
  .pmm-question .mathjye-underwave {
    padding-bottom: 1px;
  }
}
.pmm-question .mathjye-alignleft {
  display: block;
  text-align: left;
}
.pmm-question .mathjye-aligncenter {
  display: block;
  text-align: center;
}
.pmm-question .mathjye-alignright {
  display: block;
  text-align: right;
}
.pmm-question div.quizPutTag {
  display: inline-block;
  padding: 0.8vw 2.667vw 1px 2.667vw;
  margin: 0 0.8vw;
  font-size: 3.733vw;
  min-width: 1em;
  min-height: 4.267vw;
  line-height: 4.8vw;
  height: auto;
  border-bottom: 1px solid #0033FF;
  text-decoration: none;
  zoom: 1;
  background: #fff;
  color: #127176;
  word-break: break-all;
}
.pmm-question div.quizPutTag:hover {
  color: #f60;
}
.pmm-question .sanwser {
  padding: 1.067vw 2.667vw;
  margin: 0px;
  border: 1px solid #ADCD3C;
  background-color: #F2FDDB;
  color: #000;
  display: none;
}
.pmm-question .MathJye .mathheight {
  height: 3.733vw !important;
}
.pmm-question {
  /* 波浪线 */
}
.pmm-question .under_spot:not(:empty) {
  position: relative;
}
.pmm-question .under_spot:not(:empty)::after {
  position: absolute;
  content: '';
  width: 0.8vw;
  height: 0.8vw;
  background-color: #000;
  bottom: -1.333vw;
  left: 50%;
  margin-left: -0.4vw;
}
.pmm-question .wave {
  position: relative;
  background: url("https://web.ewt360.com/common/tiku/wave.png") bottom repeat-x;
  background-size: 2.667vw;
  padding-bottom: 1.6vw;
}
.pmm-question .mst-table {
  width: 100%;
}
/* @font-face { font-family: 'JyeMath'; src: url('https://img.jyeoo.net/fonts/jyeMath.eot?v=20190401'); src: url('https://img.jyeoo.net/fonts/jyeMath.eot?#iefix?v=20190401') format('embedded-opentype'), url('https://img.jyeoo.net/fonts/jyeMath.woff?v=20190401') format('woff'), url('https://img.jyeoo.net/fonts/jyeMath.ttf?v=20190401') format('truetype'), url('https://img.jyeoo.net/jyeMath.svg#JyeMath?v=20190401') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'JyeMathLetters'; src: url('https://img.jyeoo.net/fonts/letters/jyeMathLetters.eot?v=20190401'); src: url('https://img.jyeoo.net/fonts/letters/jyeMathLetters.eot?#iefix?v=20190401') format('embedded-opentype'), url('https://img.jyeoo.net/fonts/letters/jyeMathLetters.woff?v=20190401') format('woff'), url('https://img.jyeoo.net/fonts/letters/jyeMathLetters.ttf?v=20190401') format('truetype'), url('https://img.jyeoo.net/fonts/letters/jyeMathLetters.svg#JyeMathLetters?v=20190401') format('svg'); font-weight: normal; font-style: normal; } */
/*********测试新加lxling20210727************/
@font-face {
  font-family: 'JyeooHai-Main-Regular';
  src: url("https://img.jyeoo.net/fonts/eot/JyeooHai-Main-Regular.eot?v=20210728");
  src: url("https://img.jyeoo.net/fonts/eot/JyeooHai-Main-Regular.eot?#iefix?v=20210728") format("embedded-opentype"), url("https://img.jyeoo.net/fonts/woff/JyeooHai-Main-Regular.woff?v=20210728") format("woff"), url("https://img.jyeoo.net/fonts/ttf/JyeooHai-Main-Regular.ttf?v=20210728") format("truetype"), url("https://img.jyeoo.net/fonts/svg/JyeooHai-Main-Regular.svg#JyeooHai-Main-Regular?v=20210728") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'JyeooHai-Main-Italic';
  src: url("https://img.jyeoo.net/fonts/eot/JyeooHai-Main-Italic.eot?v=20210728");
  src: url("https://img.jyeoo.net/fonts/eot/JyeooHai-Main-Italic.eot?#iefix?v=20210728") format("embedded-opentype"), url("https://img.jyeoo.net/fonts/woff/JyeooHai-Main-Italic.woff?v=20210728") format("woff"), url("https://img.jyeoo.net/fonts/ttf/JyeooHai-Main-Italic.ttf?v=20210728") format("truetype"), url("https://img.jyeoo.net/fonts/svg/JyeooHai-Main-Italic.svg#JyeooHai-Main-Italic?v=20210728") format("svg");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+0041-005A, U+0061-007A;
}
@font-face {
  font-family: 'JyeooHai-Main-Bold';
  src: url("https://img.jyeoo.net/fonts/eot/JyeooHai-Main-Bold.eot?v=20210728");
  src: url("https://img.jyeoo.net/fonts/eot/JyeooHai-Main-Bold.eot?#iefix?v=20210728") format("embedded-opentype"), url("https://img.jyeoo.net/fonts/woff/JyeooHai-Main-Bold.woff?v=20210728") format("woff"), url("https://img.jyeoo.net/fonts/ttf/JyeooHai-Main-Bold.ttf?v=20210728") format("truetype"), url("https://img.jyeoo.net/fonts/svg/JyeooHai-Main-Bold.svg#JyeooHai-Main-Bold?v=20210728") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'JyeooHai-Main-BoldItalic';
  src: url("https://img.jyeoo.net/fonts/eot/JyeooHai-Main-BoldItalic.eot?v=20210728");
  src: url("https://img.jyeoo.net/fonts/eot/JyeooHai-Main-BoldItalic.eot?#iefix?v=20210728") format("embedded-opentype"), url("https://img.jyeoo.net/fonts/woff/JyeooHai-Main-BoldItalic.woff?v=20210728") format("woff"), url("https://img.jyeoo.net/fonts/ttf/JyeooHai-Main-BoldItalic.ttf?v=20210728") format("truetype"), url("https://img.jyeoo.net/fonts/svg/JyeooHai-Main-BoldItalic.svg#JyeooHai-Main-BoldItalic?v=20210728") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'JyeooHai-AMS-Regular';
  src: url("https://img.jyeoo.net/fonts/eot/JyeooHai-AMS-Regular.eot?v=20210728");
  src: url("https://img.jyeoo.net/fonts/eot/JyeooHai-AMS-Regular.eot?#iefix?v=20210728") format("embedded-opentype"), url("https://img.jyeoo.net/fonts/woff/JyeooHai-AMS-Regular.woff?v=20210728") format("woff"), url("https://img.jyeoo.net/fonts/ttf/JyeooHai-AMS-Regular.ttf?v=20210728") format("truetype"), url("https://img.jyeoo.net/fonts/svg/JyeooHai-AMS-Regular.svg#JyeooHai-AMS-Regular?v=20210728") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'JyeooHai-AMS2-Regular';
  src: url("https://img.jyeoo.net/fonts/eot/JyeooHai-AMS2-Regular.eot?v=20210728");
  src: url("https://img.jyeoo.net/fonts/eot/JyeooHai-AMS2-Regular.eot?#iefix?v=20210728") format("embedded-opentype"), url("https://img.jyeoo.net/fonts/woff/JyeooHai-AMS2-Regular.woff?v=20210728") format("woff"), url("https://img.jyeoo.net/fonts/ttf/JyeooHai-AMS2-Regular.ttf?v=20210728") format("truetype"), url("https://img.jyeoo.net/fonts/svg/JyeooHai-AMS2-Regular.svg#JyeooHai-AMS2-Regular?v=20210728") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'JyeooHai-Arrow-Regular';
  src: url("https://img.jyeoo.net/fonts/eot/JyeooHai-Arrow-Regular.eot?v=20210728");
  src: url("https://img.jyeoo.net/fonts/eot/JyeooHai-Arrow-Regular.eot?#iefix?v=20210728") format("embedded-opentype"), url("https://img.jyeoo.net/fonts/woff/JyeooHai-Arrow-Regular.woff?v=20210728") format("woff"), url("https://img.jyeoo.net/fonts/ttf/JyeooHai-Arrow-Regular.ttf?v=20210728") format("truetype"), url("https://img.jyeoo.net/fonts/svg/JyeooHai-Arrow-Regular.svg#JyeooHai-Arrow-Regular?v=20210728") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'JyeooHai-Fraktur-Regular';
  src: url("https://img.jyeoo.net/fonts/eot/JyeooHai-Fraktur-Regular.eot?v=20210728");
  src: url("https://img.jyeoo.net/fonts/eot/JyeooHai-Fraktur-Regular.eot?#iefix?v=20210728") format("embedded-opentype"), url("https://img.jyeoo.net/fonts/woff/JyeooHai-Fraktur-Regular.woff?v=20210728") format("woff"), url("https://img.jyeoo.net/fonts/ttf/JyeooHai-Fraktur-Regular.ttf?v=20210728") format("truetype"), url("https://img.jyeoo.net/fonts/svg/JyeooHai-Fraktur-Regular.svg#JyeooHai-Fraktur-Regular?v=20210728") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'JyeooHai-Script-Regular';
  src: url("https://img.jyeoo.net/fonts/eot/JyeooHai-Script-Regular.eot?v=20210728");
  src: url("https://img.jyeoo.net/fonts/eot/JyeooHai-Script-Regular.eot?#iefix?v=20210728") format("embedded-opentype"), url("https://img.jyeoo.net/fonts/woff/JyeooHai-Script-Regular.woff?v=20210728") format("woff"), url("https://img.jyeoo.net/fonts/ttf/JyeooHai-Script-Regular.ttf?v=20210728") format("truetype"), url("https://img.jyeoo.net/fonts/svg/JyeooHai-Script-Regular.svg#JyeooHai-Script-Regular?v=20210728") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'JyeooHai-Size1-Regular';
  src: url("https://img.jyeoo.net/fonts/eot/JyeooHai-Size1-Regular.eot?v=20210728");
  src: url("https://img.jyeoo.net/fonts/eot/JyeooHai-Size1-Regular.eot?#iefix?v=20210728") format("embedded-opentype"), url("https://img.jyeoo.net/fonts/woff/JyeooHai-Size1-Regular.woff?v=20210728") format("woff"), url("https://img.jyeoo.net/fonts/ttf/JyeooHai-Size1-Regular.ttf?v=20210728") format("truetype"), url("https://img.jyeoo.net/fonts/svg/JyeooHai-Size1-Regular.svg#JyeooHai-Size1-Regular?v=20210728") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'JyeooHai-Size2-Regular';
  src: url("https://img.jyeoo.net/fonts/eot/JyeooHai-Size2-Regular.eot?v=20210728");
  src: url("https://img.jyeoo.net/fonts/eot/JyeooHai-Size2-Regular.eot?#iefix?v=20210728") format("embedded-opentype"), url("https://img.jyeoo.net/fonts/woff/JyeooHai-Size2-Regular.woff?v=20210728") format("woff"), url("https://img.jyeoo.net/fonts/ttf/JyeooHai-Size2-Regular.ttf?v=20210728") format("truetype"), url("https://img.jyeoo.net/fonts/svg/JyeooHai-Size2-Regular.svg#JyeooHai-Size2-Regular?v=20210728") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'JyeooHai-Size3-Regular';
  src: url("https://img.jyeoo.net/fonts/eot/JyeooHai-Size3-Regular.eot?v=20210728");
  src: url("https://img.jyeoo.net/fonts/eot/JyeooHai-Size3-Regular.eot?#iefix?v=20210728") format("embedded-opentype"), url("https://img.jyeoo.net/fonts/woff/JyeooHai-Size3-Regular.woff?v=20210728") format("woff"), url("https://img.jyeoo.net/fonts/ttf/JyeooHai-Size3-Regular.ttf?v=20210728") format("truetype"), url("https://img.jyeoo.net/fonts/svg/JyeooHai-Size3-Regular.svg#JyeooHai-Size3-Regular?v=20210728") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'JyeooHai-Size4-Regular';
  src: url("https://img.jyeoo.net/fonts/eot/JyeooHai-Size4-Regular.eot?v=20210728");
  src: url("https://img.jyeoo.net/fonts/eot/JyeooHai-Size4-Regular.eot?#iefix?v=20210728") format("embedded-opentype"), url("https://img.jyeoo.net/fonts/woff/JyeooHai-Size4-Regular.woff?v=20210728") format("woff"), url("https://img.jyeoo.net/fonts/ttf/JyeooHai-Size4-Regular.ttf?v=20210728") format("truetype"), url("https://img.jyeoo.net/fonts/svg/JyeooHai-Size4-Regular.svg#JyeooHai-Size4-Regular?v=20210728") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'JyeooHai-Typewriter-Regular';
  src: url("https://img.jyeoo.net/fonts/eot/JyeooHai-Typewriter-Regular.eot?v=20210728");
  src: url("https://img.jyeoo.net/fonts/eot/JyeooHai-Typewriter-Regular.eot?#iefix?v=20210728") format("embedded-opentype"), url("https://img.jyeoo.net/fonts/woff/JyeooHai-Typewriter-Regular.woff?v=20210728") format("woff"), url("https://img.jyeoo.net/fonts/ttf/JyeooHai-Typewriter-Regular.ttf?v=20210728") format("truetype"), url("https://img.jyeoo.net/fonts/svg/JyeooHai-Typewriter-Regular.svg#JyeooHai-Typewriter-Regular?v=20210728") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'JyeooHai-letter';
  src: url("https://img.jyeoo.net/fonts/woff/JyeooHai-Letter-Regular.woff?v=20210728") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'JyeooHai-Number';
  src: url("https://img.jyeoo.net/fonts/eot/JyeooHai-Number-TRM-Regular.eot?v=20210728");
  src: url("https://img.jyeoo.net/fonts/eot/JyeooHai-Number-TRM-Regular.eot?#iefix?v=20210728") format("embedded-opentype"), url("https://img.jyeoo.net/fonts/woff/JyeooHai-Number-TRM-Regular.woff?v=20210728") format("woff"), url("https://img.jyeoo.net/fonts/ttf/JyeooHai-Number-TRM-Regular.ttf?v=20210728") format("truetype"), url("https://img.jyeoo.net/fonts/svg/JyeooHai-Number-TRM-Regular.svg#JyeooHai-Number-TRM-Regular?v=20210728") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'JyeooHai-letter-Italic';
  src: url("https://img.jyeoo.net/fonts/woff/JyeooHai-Letter-Italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-stretch: expanded;
}
/* @font-face { font-family: 'JyeooHai-Main-Regular'; src: url('fonts/eot/JyeooHai-Main-Regular.eot'); src: url('fonts/eot/JyeooHai-Main-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/woff/JyeooHai-Main-Regular.woff') format('woff'), url('ffonts/ttf/JyeooHai-Main-Regular.ttf') format('truetype'), url('fonts/svg/JyeooHai-Main-Regular.svg#JyeooHai-Main-Regular') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'JyeooHai-Main-Italic'; src: url('fonts/eot/JyeooHai-Main-Italic.eot'); src: url('fonts/eot/JyeooHai-Main-Italic.eot?#iefix') format('embedded-opentype'), url('fonts/woff/JyeooHai-Main-Italic.woff') format('woff'), url('ffonts/ttf/JyeooHai-Main-Italic.ttf') format('truetype'), url('fonts/svg/JyeooHai-Main-Italic.svg#JyeooHai-Main-Italic') format('svg'); font-weight: normal; font-style: normal;}
@font-face { font-family: 'JyeooHai-Main-Bold'; src: url('fonts/eot/JyeooHai-Main-Bold.eot'); src: url('fonts/eot/JyeooHai-Main-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/woff/JyeooHai-Main-Bold.woff') format('woff'), url('ffonts/ttf/JyeooHai-Main-Bold.ttf') format('truetype'), url('fonts/svg/JyeooHai-Main-Bold.svg#JyeooHai-Main-Bold') format('svg'); font-weight: normal; font-style: normal;unicode-range: U+0061-007A; }
@font-face { font-family: 'JyeooHai-Main-BoldItalic'; src: url('fonts/eot/JyeooHai-Main-BoldItalic.eot'); src: url('fonts/eot/JyeooHai-Main-BoldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/woff/JyeooHai-Main-BoldItalic.woff') format('woff'), url('ffonts/ttf/JyeooHai-Main-BoldItalic.ttf') format('truetype'), url('fonts/svg/JyeooHai-Main-BoldItalic.svg#JyeooHai-Main-BoldItalic') format('svg'); font-weight: normal; font-style: normal;unicode-range: U+0061-007A; }
@font-face { font-family: 'JyeooHai-AMS-Regular'; src: url('fonts/eot/JyeooHai-AMS-Regular.eot'); src: url('fonts/eot/JyeooHai-AMS-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/woff/JyeooHai-AMS-Regular.woff') format('woff'), url('ffonts/ttf/JyeooHai-AMS-Regular.ttf') format('truetype'), url('fonts/svg/JyeooHai-AMS-Regular.svg#JyeooHai-AMS-Regular') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'JyeooHai-AMS2-Regular'; src: url('fonts/eot/JyeooHai-AMS2-Regular.eot'); src: url('fonts/eot/JyeooHai-AMS2-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/woff/JyeooHai-AMS2-Regular.woff') format('woff'), url('ffonts/ttf/JyeooHai-AMS2-Regular.ttf') format('truetype'), url('fonts/svg/JyeooHai-AMS2-Regular.svg#JyeooHai-AMS2-Regular') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'JyeooHai-Arrow-Regular'; src: url('fonts/eot/JyeooHai-Arrow-Regular.eot'); src: url('fonts/eot/JyeooHai-Arrow-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/woff/JyeooHai-Arrow-Regular.woff') format('woff'), url('ffonts/ttf/JyeooHai-Arrow-Regular.ttf') format('truetype'), url('fonts/svg/JyeooHai-Arrow-Regular.svg#JyeooHai-Arrow-Regular') format('svg'); font-weight: normal; font-style: normal;unicode-range:U+0090-0099; }
@font-face { font-family: 'JyeooHai-Fraktur-Regular'; src: url('fonts/eot/JyeooHai-Fraktur-Regular.eot'); src: url('fonts/eot/JyeooHai-Fraktur-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/woff/JyeooHai-Fraktur-Regular.woff') format('woff'), url('ffonts/ttf/JyeooHai-Fraktur-Regular.ttf') format('truetype'), url('fonts/svg/JyeooHai-Fraktur-Regular.svg#JyeooHai-Fraktur-Regular') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'JyeooHai-Script-Regular'; src: url('fonts/eot/JyeooHai-Script-Regular.eot'); src: url('fonts/eot/JyeooHai-Script-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/woff/JyeooHai-Script-Regular.woff') format('woff'), url('ffonts/ttf/JyeooHai-Script-Regular.ttf') format('truetype'), url('fonts/svg/JyeooHai-Script-Regular.svg#JyeooHai-Script-Regular') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'JyeooHai-Size1-Regular'; src: url('fonts/eot/JyeooHai-Size1-Regular.eot'); src: url('fonts/eot/JyeooHai-Size1-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/woff/JyeooHai-Size1-Regular.woff') format('woff'), url('ffonts/ttf/JyeooHai-Size1-Regular.ttf') format('truetype'), url('fonts/svg/JyeooHai-Size1-Regular.svg#JyeooHai-Size1-Regular') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'JyeooHai-Size2-Regular'; src: url('fonts/eot/JyeooHai-Size2-Regular.eot'); src: url('fonts/eot/JyeooHai-Size2-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/woff/JyeooHai-Size2-Regular.woff') format('woff'), url('ffonts/ttf/JyeooHai-Size2-Regular.ttf') format('truetype'), url('fonts/svg/JyeooHai-Size2-Regular.svg#JyeooHai-Size2-Regular') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'JyeooHai-Size3-Regular'; src: url('fonts/eot/JyeooHai-Size3-Regular.eot'); src: url('fonts/eot/JyeooHai-Size3-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/woff/JyeooHai-Size3-Regular.woff') format('woff'), url('ffonts/ttf/JyeooHai-Size3-Regular.ttf') format('truetype'), url('fonts/svg/JyeooHai-Size3-Regular.svg#JyeooHai-Size3-Regular') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'JyeooHai-Size4-Regular'; src: url('fonts/eot/JyeooHai-Size4-Regular.eot'); src: url('fonts/eot/JyeooHai-Size4-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/woff/JyeooHai-Size4-Regular.woff') format('woff'), url('ffonts/ttf/JyeooHai-Size4-Regular.ttf') format('truetype'), url('fonts/svg/JyeooHai-Size4-Regular.svg#JyeooHai-Size4-Regular') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'JyeooHai-Typewriter-Regular'; src: url('fonts/eot/JyeooHai-Typewriter-Regular.eot'); src: url('fonts/eot/JyeooHai-Typewriter-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/woff/JyeooHai-Typewriter-Regular.woff') format('woff'), url('ffonts/ttf/JyeooHai-Typewriter-Regular.ttf') format('truetype'), url('fonts/svg/JyeooHai-Typewriter-Regular.svg#JyeooHai-Typewriter-Regular') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'JyeooHai-letter'; src: url('fonts/woff/JyeooHai-Letter-Regular.woff') format('woff') ; font-weight: normal; font-style: normal;unicode-range: }
@font-face { font-family: 'JyeooHai-Number'; src: url('fonts/eot/JyeooHai-Number-TRM-Regular.eot'); src: url('fonts/eot/JyeooHai-Number-TRM-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/woff/JyeooHai-Number-TRM-Regular.woff') format('woff'), url('ffonts/ttf/JyeooHai-Number-TRM-Regular.ttf') format('truetype'), url('fonts/svg/JyeooHai-Number-TRM-Regular.svg#JyeooHai-Number-TRM-Regular') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'JyeooHai-letter-Italic'; src: url('fonts/woff/JyeooHai-Letter-Italic.woff') format('woff') ; font-weight: normal; font-style: normal;font-stretch:expanded; }
 */
.JyeooHai-letter {
  font-family: 'JyeooHai-letter' !important;
}
.JyeooHai-Number {
  font-family: 'JyeooHai-Number' !important;
}
.JyeooHai-letter-Italic {
  font-family: 'JyeooHai-letter-Italic' !important;
}
.QUES_LI,
.rpt_b,
fieldset.quesborder {
  font-family: 'JyeooHai-letter-Italic', 'JyeooHai-letter', 'JyeooHai-Main-Regular', 'Times New Roman', "微软雅黑", Arial, "宋体";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* .QUES_LI, .rpt_b, fieldset.quesborder { font-family: 'JyeMath','JyeMathLetters','Times New Roman',"微软雅黑", Arial,"宋体"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } */
table.edittable,
table.edittable2,
table.edittable3,
table.edittable4 {
  border-collapse: collapse;
  margin: 0.533vw;
}
table.edittable th,
table.edittable td,
table.edittable2 th,
table.edittable2 td,
table.edittable3 th,
table.edittable3 td,
table.edittable4 th,
table.edittable4 td {
  line-height: 8vw;
  padding: 1.333vw;
  white-space: normal;
  word-break: break-all;
  border: 1px solid #000;
  vertical-align: middle;
}
table.edittable {
  text-align: center;
}
/*居中对齐*/
table.edittable2 {
  text-align: left;
}
/*左对齐*/
table.edittable3 {
  text-align: left;
}
/*第一行居中,其余左对齐*/
table.edittable3 tr:first-child td {
  text-align: center;
}
table.edittable4 {
  border: 1px solid #000;
}
/*只有外边框，无内边框*/
table.edittable4 td {
  border: none;
}
table.composition {
  border-collapse: collapse;
  text-align: left;
  margin: 0.533vw;
  width: 98%;
}
table.composition th,
table.composition td {
  line-height: 8vw;
  white-space: normal;
  word-break: break-all;
  border-width: 0px;
  vertical-align: middle;
}
table.composition2 {
  border-collapse: collapse;
  width: auto;
}
table.composition2 th,
table.composition2 td {
  text-align: left;
  line-height: 8vw;
  white-space: normal;
  word-break: break-all;
  border: none;
  border-width: 0px;
  vertical-align: middle;
}
/* .MathJye { border: 0 none; direction: ltr; line-height: normal; display: inline-block; float: none; font-family: 'JyeMath','JyeMathLetters','Times New Roman','宋体'; font-size: 15px; font-style: normal; font-weight: normal; letter-spacing: 1px; line-height: normal; margin: 0; padding: 0; text-align: left; text-indent: 0; text-transform: none; white-space: nowrap; word-spacing: normal; word-wrap: normal; -webkit-text-size-adjust: none; } */
.MathJye {
  border: 0 none;
  direction: ltr;
  display: inline-block;
  float: none;
  font-family: 'JyeooHai-letter-Italic', 'JyeooHai-letter', 'JyeooHai-Main-Regular', 'Times New Roman', '宋体';
  font-size: 3.733vw;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  text-indent: 0;
  text-transform: none;
  white-space: nowrap;
  word-spacing: normal;
  word-wrap: normal;
  -webkit-text-size-adjust: none;
}
.MathJye div,
.MathJye span {
  border: 0 none;
  margin: 0;
  padding: 0;
  line-height: normal;
  text-align: left;
  height: auto;
  _height: auto;
  white-space: normal;
}
.MathJye table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  line-height: normal;
  font-size: inherit;
  *font-size: 100%;
  _font-size: 100%;
  font-style: normal;
  font-weight: normal;
  border: 0;
  float: none;
  display: inline-block;
  *display: inline;
  zoom: 0;
}
.MathJye table td {
  padding: 0;
  font-size: inherit;
  line-height: normal;
  white-space: nowrap;
  border: 0 none;
  width: auto;
  _height: auto;
}
.MathJye_mi {
  font-style: italic;
}
.flipv {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
}
.fliph {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-filter: FlipV;
          filter: FlipV;
}
.mathjye-bold {
  font-weight: 800;
}
.mathjye-del {
  text-decoration: line-through;
}
.mathjye-underline {
  border-bottom: 1px solid #000;
  padding-bottom: 0.533vw;
  min-width: 2em;
  min-height: 1em;
  display: inline;
}
@-moz-document url-prefix() {
  .mathjye-underline {
    padding-bottom: 0px;
  }
}
.mathjye-underpline {
  border-bottom: 0.533vw dotted #000;
  padding-bottom: 0.8vw;
}
@-moz-document url-prefix() {
  .mathjye-underpline {
    padding-bottom: 1px;
  }
}
.mathjye-underpoint {
  background: url(https://img.jyeoo.net/images/formula/point.png) no-repeat center bottom;
  padding-bottom: 1.067vw;
}
.mathjye-underpoint2 {
  background: url(https://img.jyeoo.net/images/formula/dot.png) repeat-x 0 4.8vw;
  border-bottom: none;
  *border-bottom: 0.533vw dotted #000;
  /* ie 7*/
  *background: none;
  /* ie 7*/
  padding-bottom: 1.067vw;
}
@-moz-document url-prefix() {
  .mathjye-underpoint {
    padding-bottom: 1px;
  }
}
.mathjye-underwave {
  background: url(https://img.jyeoo.net/images/formula/wave.png) bottom repeat-x;
  padding-bottom: 1.067vw;
}
@-moz-document url-prefix() {
  .mathjye-underwave {
    padding-bottom: 1px;
  }
}
.mathjye-alignleft {
  display: block;
  text-align: left;
}
.mathjye-aligncenter {
  display: block;
  text-align: center;
}
.mathjye-alignright {
  display: block;
  text-align: right;
}
.QUES_LI > h2 {
  font-size: 8vw;
  margin-top: 5.333vw;
}
/*后加*/
fieldset.quesborder {
  font-size: 3.733vw;
}
/*body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; /*firefox*/
/*-webkit-text-stroke: 0.1px; }*/
/*抗锯齿渲染*/
sub,
sup {
  font-family: 'JyeooHai-Letter-Italic', 'JyeooHai-letter', 'JyeooHai-Main-Regular', 'Times New Roman', '宋体';
}
.MathJye .int {
  font-size: 4.8vw;
  margin-right: -0.533vw;
  font-style: normal;
  display: block;
  transform: scale(1, 1.4);
  -ms-transform: scale(1, 1.4);
  -webkit-transform: scale(1, 1.4);
  -moz-transform: scale(1, 1.4);
  -o-transform: scale(1, 1.4);
  height: 6.133vw;
  line-height: 5.867vw;
}
.MathJye_mi {
  font-style: normal;
}
.MathJye .int-sup {
  margin-bottom: 2.667vw;
}
/*积分号嵌入span加类名*/
/*body { text-shadow: 1px 1px 1px rgba(0,0,0,0.004); text-rendering: optimizeLegibility !important; -webkit-font-smoothing: antialiased !important; }*/
/*回归方程*/
.MathJye .hat {
  height: 0.8vw;
  text-align: center;
}
/*圆弧帽子只有两个字符*/
.MathJye .arc {
  height: 2.667vw;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: -2.4vw;
  left: 50%;
  margin-left: -1.867vw;
  width: 3.467vw;
}
/*向量箭头*/
.MathJye .arrow {
  height: 2.133vw;
  width: 100%;
  overflow: hidden;
  text-align: right;
  position: absolute;
  top: 1.067vw;
}
.MathJye .arrow > span {
  position: absolute;
  font-size: 3.733vw;
  text-align: right;
  height: 2.133vw;
  /*width: 18px;*/
  line-height: 2.133vw;
  right: 0;
  margin-right: -1px;
  list-style: none;
  top: -1px;
}
.MathJye .arrow > span > i {
  position: absolute;
  width: 3.467vw;
  height: 0.8vw;
  background-color: #fff;
  top: 0.8vw;
  z-index: 99;
  left: 0;
  border-top: 1px solid #000;
  left: -1px;
}
.MathJye .arrow > i {
  height: 1px;
  width: 12vw;
  position: absolute;
  right: 0.533vw;
  top: 1.067vw;
  font-size: 3.733vw;
  line-height: 2.133vw;
  font-style: normal;
  background-color: #000;
}
.selectoption label.s span > i,
div.s span > i {
  background-color: #deeeff;
}
/*矩阵*/
.MathJye .matrix {
  font-family: 'JyeooHai-Size4-Regular';
}
.MathJye .matrixtop {
  line-height: 2;
  overflow: hidden;
  height: 5.333vw;
}
.MathJye .matrixbtm {
  line-height: 1.8;
  height: 6.667vw;
}
.MathJye .matrixmid {
  height: 1.867vw;
  line-height: 0.95;
  overflow: hidden;
}
/*高度height动态计算*/
/*大花括号*/
.brace {
  font-family: 'JyeooHai-Size4-Regular';
}
.MathJye .brace1 {
  height: 3.2vw;
  line-height: 1.3;
}
.MathJye .brace2 {
  height: 1.333vw;
  line-height: 1;
}
.MathJye .brace3 {
  line-height: 1.7;
  height: 6.4vw;
}
.MathJye .brace4 {
  line-height: 0.01;
  margin-top: -1.067vw;
  height: 4vw;
}
/*向量*/
/*根号数字*/
/*根号*/
.MathJye .sqrt {
  -webkit-transform-origin: center top;
          transform-origin: center top;
  height: 4vw;
}
@-moz-document url-prefix() {
  .MathJye .sqrt {
    position: relative;
    top: -1.5px;
    left: 0px;
  }
}
/*firefox hack*/
.MathJye .sqrt-num {
  position: absolute;
  top: -2.667vw;
  left: 0.533vw;
}
/*空白行*/
.pt6 span,
.ac td span.fleft {
  white-space: normal;
}
/*IE hack*/
/*CSS-Hack for Internet Explorer 10+（IE10、IE11、Edge）*/
/*_:-ms-lang(x),
.ques-list li { list-style-type: circle; }*/
/*
  jyeoo 题样式
  https://img.jyeoo.net/images/formula/style_math.css?v=20210812
*/
/*
 * MathQuill v0.10.1               http://mathquill.com
 * by Han, Jeanine, and Mary  maintainers@mathquill.com
 *
 * This Source Code Form is subject to the terms of the
 * Mozilla Public License, v. 2.0. If a copy of the MPL
 * was not distributed with this file, You can obtain
 * one at http://mozilla.org/MPL/2.0/.
 */
@font-face {
  font-family: 'Symbol';
  src: url("//file.ewt360.com/file/807999930972258304");
}
.mq-editable-field {
  display: -moz-inline-box;
  display: inline-block;
}
.mq-editable-field .mq-cursor {
  border-left: 1px solid black;
  margin-left: -1px;
  position: relative;
  z-index: 1;
  padding: 0;
  display: -moz-inline-box;
  display: inline-block;
}
.mq-editable-field .mq-cursor.mq-blink {
  visibility: hidden;
}
.mq-editable-field,
.mq-math-mode .mq-editable-field {
  border: 1px solid gray;
}
.mq-editable-field.mq-focused,
.mq-math-mode .mq-editable-field.mq-focused {
  box-shadow: #8bd 0 0 1px 0.533vw, inset #6ae 0 0 0.533vw 0;
  border-color: #709AC0;
  border-radius: 1px;
}
.mq-math-mode .mq-editable-field {
  margin: 1px;
}
.mq-editable-field .mq-latex-command-input {
  color: inherit;
  font-family: "Courier New", monospace;
  border: 1px solid gray;
  padding-right: 1px;
  margin-right: 1px;
  margin-left: 0.533vw;
}
.mq-editable-field .mq-latex-command-input.mq-empty {
  background: transparent;
}
.mq-editable-field .mq-latex-command-input.mq-hasCursor {
  border-color: ActiveBorder;
}
.mq-editable-field.mq-empty:after,
.mq-editable-field.mq-text-mode:after,
.mq-math-mode .mq-empty:after {
  visibility: hidden;
  content: 'c';
}
.mq-editable-field .mq-cursor:only-child:after,
.mq-editable-field .mq-textarea + .mq-cursor:last-child:after {
  visibility: hidden;
  content: 'c';
}
.mq-editable-field .mq-text-mode .mq-cursor:only-child:after {
  content: '';
}
.mq-editable-field.mq-text-mode {
  overflow-x: auto;
  overflow-y: hidden;
}
.mq-root-block,
.mq-math-mode .mq-root-block {
  display: -moz-inline-box;
  display: inline-block;
  width: 100%;
  padding: 0.533vw;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}
.mq-math-mode {
  font-variant: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 115%;
  line-height: 1;
  display: -moz-inline-box;
  display: inline-block;
}
.mq-math-mode .mq-non-leaf,
.mq-math-mode .mq-scaled {
  display: -moz-inline-box;
  display: inline-block;
}
.mq-math-mode var,
.mq-math-mode .mq-text-mode,
.mq-math-mode .mq-nonSymbola {
  font-family: "Times New Roman", Symbola, serif;
  line-height: 0.9;
}
.mq-math-mode * {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border-color: black;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.mq-math-mode .mq-empty {
  background: #ccc;
}
.mq-math-mode .mq-empty.mq-root-block {
  background: transparent;
}
.mq-math-mode.mq-empty {
  background: transparent;
}
.mq-math-mode .mq-text-mode {
  font-size: 87%;
}
.mq-math-mode .mq-font {
  font: 1em "Times New Roman", Symbola, serif;
}
.mq-math-mode .mq-font * {
  font-family: inherit;
  font-style: inherit;
}
.mq-math-mode b,
.mq-math-mode b.mq-font {
  font-weight: bolder;
}
.mq-math-mode var,
.mq-math-mode i,
.mq-math-mode i.mq-font {
  font-style: italic;
}
.mq-math-mode var.mq-f {
  margin-right: 0.2em;
  margin-left: 0.1em;
}
.mq-math-mode .mq-roman var.mq-f {
  margin: 0;
}
.mq-math-mode big {
  font-size: 125%;
}
.mq-math-mode .mq-roman {
  font-style: normal;
}
.mq-math-mode .mq-sans-serif {
  font-family: sans-serif, Symbola, serif;
}
.mq-math-mode .mq-monospace {
  font-family: monospace, Symbola, serif;
}
.mq-math-mode .mq-overline {
  border-top: 1px solid black;
  margin-top: 1px;
}
.mq-math-mode .mq-underline {
  border-bottom: 1px solid black;
  margin-bottom: 1px;
}
.mq-math-mode .mq-binary-operator {
  padding: 0 0.2em;
  display: -moz-inline-box;
  display: inline-block;
}
.mq-math-mode .mq-supsub {
  font-size: 90%;
  vertical-align: -0.5em;
}
.mq-math-mode .mq-supsub.mq-limit {
  font-size: 80%;
  vertical-align: -0.4em;
}
.mq-math-mode .mq-supsub.mq-sup-only {
  vertical-align: 0.5em;
}
.mq-math-mode .mq-supsub.mq-sup-only .mq-sup {
  display: inline-block;
  vertical-align: text-bottom;
}
.mq-math-mode .mq-supsub .mq-sup {
  display: block;
}
.mq-math-mode .mq-supsub .mq-sub {
  display: block;
  float: left;
}
.mq-math-mode .mq-supsub.mq-limit .mq-sub {
  margin-left: -0.25em;
}
.mq-math-mode .mq-supsub .mq-binary-operator {
  padding: 0 0.1em;
}
.mq-math-mode .mq-supsub .mq-fraction {
  font-size: 70%;
}
.mq-math-mode sup.mq-nthroot {
  font-size: 80%;
  vertical-align: 0.8em;
  margin-right: -0.6em;
  margin-left: 0.2em;
  min-width: 0.5em;
}
.mq-math-mode .mq-paren {
  padding: 0 0.1em;
  vertical-align: top;
  -webkit-transform-origin: center 0.06em;
  transform-origin: center 0.06em;
}
.mq-math-mode .mq-paren.mq-ghost {
  color: silver;
}
.mq-math-mode .mq-paren + span {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}
.mq-math-mode .mq-array {
  vertical-align: middle;
  text-align: center;
  margin-right: 0.2em;
}
.mq-math-mode .mq-array > span:not(:last-child) {
  margin-bottom: 0.1em;
}
.mq-math-mode .mq-array > span {
  display: block;
  padding: 0 0.2em;
}
.mq-math-mode .mq-operator-name {
  font-family: Symbola, "Times New Roman", serif;
  line-height: 0.9;
  font-style: normal;
}
.mq-math-mode var.mq-operator-name.mq-first {
  padding-left: 0.2em;
}
.mq-math-mode var.mq-operator-name.mq-last {
  padding-right: 0.2em;
}
.mq-math-mode .mq-fraction {
  font-size: 90%;
  text-align: center;
  vertical-align: -0.4em;
  padding: 0 0.2em;
}
.mq-math-mode .mq-fraction,
.mq-math-mode .mq-large-operator,
.mq-math-mode x:-moz-any-link {
  display: -moz-groupbox;
}
.mq-math-mode .mq-fraction,
.mq-math-mode .mq-large-operator,
.mq-math-mode x:-moz-any-link,
.mq-math-mode x:default {
  display: inline-block;
}
.mq-math-mode .mq-numerator,
.mq-math-mode .mq-denominator {
  display: block;
}
.mq-math-mode .mq-longequal {
  vertical-align: -0.3em;
  margin: 0 0.2em;
  font-size: 0.7em;
}
.mq-math-mode .mq-longequal-up,
.mq-math-mode .mq-longequal-down {
  text-align: center;
  display: block;
}
.mq-math-mode .mq-longequal-up {
  border-bottom: 1px solid;
  padding: 0 0.8em;
}
.mq-math-mode .mq-longequal-down {
  float: right;
  width: 100%;
  border-top: 1px solid;
  margin-top: 0.2em;
  padding-top: 1px;
}
.mq-math-mode .mq-xrightarrow {
  vertical-align: -0.45em;
  margin: 0 0.2em;
  font-size: 0.7em;
}
.mq-math-mode .mq-xrightarrow-up,
.mq-math-mode .mq-xrightarrow-down {
  text-align: center;
  display: block;
}
.mq-math-mode .mq-xrightarrow-down {
  float: right;
  width: 100%;
  margin-top: 0.1em;
  padding-top: 1px;
}
.mq-math-mode .mq-xrightarrow-up {
  padding: 0 0.8em;
  margin-bottom: 0.1em;
}
.mq-math-mode .mq-xrightarrow-center {
  display: block;
  position: relative;
  background: #000;
  height: 1px;
}
.mq-math-mode .mq-xrightarrow-center::after {
  content: "";
  width: 2.133vw;
  -webkit-transform: rotate(30deg) translateY(-0.533vw);
          transform: rotate(30deg) translateY(-0.533vw);
  position: absolute;
  border-bottom: 1px solid;
  bottom: 0;
  right: 0;
}
.mq-math-mode .mq-xrightarrow-center::before {
  content: "";
  width: 2.133vw;
  -webkit-transform: rotate(-30deg) translateY(0.533vw);
          transform: rotate(-30deg) translateY(0.533vw);
  position: absolute;
  border-bottom: 1px solid;
  bottom: 0;
  right: 0;
}
.mq-math-mode .mq-numerator {
  padding: 0 0.1em;
}
.mq-math-mode .mq-denominator {
  border-top: 1px solid;
  float: right;
  width: 100%;
  padding: 0.1em 0 0;
}
.mq-math-mode .mq-sqrt-prefix {
  padding-top: 0;
  position: relative;
  top: 0.1em;
  vertical-align: top;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.mq-math-mode .mq-sqrt-stem {
  border-top: 1px solid;
  margin-top: 1px;
  padding-left: 0.15em;
  padding-right: 0.2em;
  margin-right: 0.1em;
  padding-top: 1px;
}
.mq-math-mode .mq-vector-prefix {
  display: block;
  text-align: center;
  line-height: 0.25em;
  margin-bottom: -0.1em;
  font-size: 0.75em;
}
.mq-math-mode .mq-vector-stem {
  display: block;
}
.mq-math-mode .mq-large-operator {
  text-align: center;
}
.mq-math-mode .mq-large-operator .mq-from,
.mq-math-mode .mq-large-operator big,
.mq-math-mode .mq-large-operator .mq-to {
  display: block;
}
.mq-math-mode .mq-large-operator .mq-from,
.mq-math-mode .mq-large-operator .mq-to {
  font-size: 80%;
}
.mq-math-mode .mq-large-operator .mq-from {
  float: right;
  /* take out of normal flow to manipulate baseline */
  width: 100%;
}
.mq-math-mode,
.mq-math-mode .mq-editable-field {
  cursor: text;
  font-family: Symbola, "Times New Roman", serif;
}
.mq-math-mode .mq-overarrow {
  border-top: 1px solid black;
  margin-top: 1px;
  padding-top: 0.2em;
}
.mq-math-mode .mq-overarrow:before {
  display: block;
  position: relative;
  top: -0.34em;
  font-size: 0.5em;
  line-height: 0em;
  content: '\27A4';
  text-align: right;
}
.mq-math-mode .mq-overarrow.mq-arrow-left:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";
}
.mq-math-mode .mq-selection,
.mq-editable-field .mq-selection,
.mq-math-mode .mq-selection .mq-non-leaf,
.mq-editable-field .mq-selection .mq-non-leaf,
.mq-math-mode .mq-selection .mq-scaled,
.mq-editable-field .mq-selection .mq-scaled {
  background: #B4D5FE !important;
  background: Highlight !important;
  color: HighlightText;
  border-color: HighlightText;
}
.mq-math-mode .mq-selection .mq-matrixed,
.mq-editable-field .mq-selection .mq-matrixed {
  background: #39F !important;
}
.mq-math-mode .mq-selection .mq-matrixed-container,
.mq-editable-field .mq-selection .mq-matrixed-container {
  filter: progid:DXImageTransform.Microsoft.Chroma(color='#3399FF') !important;
}
.mq-math-mode .mq-selection.mq-blur,
.mq-editable-field .mq-selection.mq-blur,
.mq-math-mode .mq-selection.mq-blur .mq-non-leaf,
.mq-editable-field .mq-selection.mq-blur .mq-non-leaf,
.mq-math-mode .mq-selection.mq-blur .mq-scaled,
.mq-editable-field .mq-selection.mq-blur .mq-scaled,
.mq-math-mode .mq-selection.mq-blur .mq-matrixed,
.mq-editable-field .mq-selection.mq-blur .mq-matrixed {
  background: #D4D4D4 !important;
  color: black;
  border-color: black;
}
.mq-math-mode .mq-selection.mq-blur .mq-matrixed-container,
.mq-editable-field .mq-selection.mq-blur .mq-matrixed-container {
  filter: progid:DXImageTransform.Microsoft.Chroma(color='#D4D4D4') !important;
}
.mq-editable-field .mq-textarea,
.mq-math-mode .mq-textarea {
  position: relative;
  -webkit-user-select: text;
  user-select: text;
}
.mq-editable-field .mq-textarea *,
.mq-math-mode .mq-textarea *,
.mq-editable-field .mq-selectable,
.mq-math-mode .mq-selectable {
  -webkit-user-select: text;
  user-select: text;
  position: absolute;
  clip: rect(1em 1em 1em 1em);
  -webkit-transform: scale(0);
  transform: scale(0);
  resize: none;
  width: 1px;
  height: 1px;
}
.mq-math-mode .mq-matrixed {
  background: white;
  display: -moz-inline-box;
  display: inline-block;
}
.mq-math-mode .mq-matrixed-container {
  filter: progid:DXImageTransform.Microsoft.Chroma(color='white');
  margin-top: -0.1em;
}
.mq-matrix {
  vertical-align: middle;
  margin-left: 0.1em;
  margin-right: 0.1em;
}
.mq-matrix .mq-paren {
  padding-right: 0;
}
.mq-matrix table {
  width: auto;
  border-bottom: none;
  border-collapse: separate;
}
.mq-matrix table.mq-rows-1 {
  vertical-align: middle;
  margin-bottom: 1px;
}
.mq-matrix td {
  border: none;
  width: auto;
  padding: 0.1em 0.1em;
  vertical-align: baseline;
}
div.quizPutTag {
  display: inline-block;
  padding: 0.8vw 2.667vw 1px 2.667vw;
  margin: 0 0.8vw;
  font-size: 3.733vw;
  min-width: 1em;
  min-height: 4.267vw;
  line-height: 4.8vw;
  height: auto;
  border-bottom: 1px solid #0033FF;
  text-decoration: none;
  zoom: 1;
  background: #fff;
  color: #127176;
  word-break: break-all;
}
div.quizPutTag:hover {
  color: #f60;
}
/* 提卷库 etiku 中 题干中答案占位符 */
.mst-question-answer-placeholder {
  color: #ff5454;
  text-decoration: underline;
  width: 13.333vw;
  text-align: center;
}
/* 提卷库 etiku 中 题干中标识符占位符 */
.mst-question-mark-placeholder {
  display: inline-block;
  width: 21.333vw;
  background-color: #ffcc66;
  text-align: center;
  color: #ffffff;
  border-radius: 0.8vw;
  line-height: 1.15;
}
/* BC端 题干中答案占位符 */
.ewt-question .mst-question-answer-placeholder,
.question__content .mst-question-answer-placeholder {
  display: inline-block;
  width: 26.667vw;
  border-bottom: 1px solid;
  text-align: center;
  background-color: transparent;
  color: #000;
}
.ewt-question .mst-question-answer-placeholder,
.question__content .mst-question-answer-placeholder {
  font-size: 0;
}
/* BC端 题干中标识符占位符 */
.ewt-question .mst-question-mark-placeholder,
.question__content .mst-question-mark-placeholder {
  display: inline-block;
  width: 21.333vw;
  border-bottom: 1px solid;
  text-align: center;
  background-color: transparent;
  color: #000;
}
/* 着重号 */
/*.under_spot {
  position: relative;
}

.under_spot::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 2px;
  background-color: #000;
  bottom: -2px;
  left: 50%;
  margin-left:-1px ;
}*/
.under_spot:not(:empty) {
  position: relative;
}
.under_spot:not(:empty)::after {
  position: absolute;
  content: '';
  width: 0.8vw;
  height: 0.8vw;
  background-color: #000;
  bottom: -0.533vw;
  left: 50%;
  margin-left: -0.4vw;
}
/* 波浪线 */
.wave {
  position: relative;
  background: url("https://web.ewt360.com/common/tiku/wave.png") bottom repeat-x;
  background-size: 2.667vw;
  padding-bottom: 1.6vw;
}
/*
  表格边框
  编辑器插入表格 table会带border属性
*/
table[border] td {
  border: 1px solid #000;
}
/* 粗体 */
*[class*="question"] strong {
  font-weight: bold;
}
/* 斜体 */
*[class*="question"] em {
  font-style: italic;
}
/* *[class*="question"] ul {
  padding-left: 40px;
  list-style: disc;
}

*[class*="question"] ol {
  padding-left: 40px;
  list-style: decimal;
} */
/**
* 试题编辑器技改之后，以后经过新编辑器技改之后产出的题都会加个外包裹的div标签；
* 类名为mst-editor-mce-root-block；
* 因为div标签是块状元素，会导致换行，因此下面的样式都是为了针对一些不需要换行的地方做的样式兼容处理。
* 记录时间：2022-09-28 11:31
*/
/* 一、PC端兼容样式 */
.ewt-if .analysis-item .content .mst-editor-mce-root-block,
.analysis-box-wrapper .analysis-item .content .mst-editor-mce-root-block,
.ewt-question .question-label-value .value-part .mst-editor-mce-root-block {
  display: inline-block;
}
.ewt-question .custom-tags,
.ewt-question .question-fufen-score-tip {
  float: left;
}
/* 二、移动端兼容样式*/
.question__wrapper .question__type-name,
.question__wrapper .question__index > span,
.question__wrapper .question__label {
  float: left;
}
.question__wrapper .question__index.score__index > span {
  float: none;
}
#mst-app .check-model-box .answer > .break .mst-editor-mce-root-block {
  display: inline;
}
#mst-app .check-model-box .answer > .break .mst-editor-mce-root-block,
.question__wrapper .question__answer__right .mst-editor-mce-root-block {
  display: inline;
}
#mst-app .check-model-box .question .mst-mce-numberlabel {
  float: left;
}
.pmm-question__choice_option.pmm-skin-card-two-in-one-line > .pmm-qo__option,
.pmm-question__choice_option.pmm-skin-card-exclusively-in-one-line > .pmm-qo__option,
.pmm-question__choice_option .pmm-popup.pmm-animation__show > .pmm-qo__option {
  border-radius: 1.067vw;
  min-height: 3.6em;
  border: 1px solid #eee;
  margin-top: 0.6em;
}
.pmm-question__choice_option.pmm-skin-card-two-in-one-line > .pmm-qo__option .pmm-qo__tag,
.pmm-question__choice_option.pmm-skin-card-exclusively-in-one-line > .pmm-qo__option .pmm-qo__tag,
.pmm-question__choice_option .pmm-popup.pmm-animation__show > .pmm-qo__option .pmm-qo__tag {
  min-width: 2.2em;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.15em;
  text-align: center;
  color: #268eff;
}
.pmm-question__choice_option.pmm-skin-card-two-in-one-line > .pmm-qo__option.checked .pmm-qo__content,
.pmm-question__choice_option.pmm-skin-card-two-in-one-line > .pmm-qo__option.correct .pmm-qo__content,
.pmm-question__choice_option.pmm-skin-card-two-in-one-line > .pmm-qo__option.fault .pmm-qo__content,
.pmm-question__choice_option.pmm-skin-card-two-in-one-line > .pmm-qo__option.default .pmm-qo__content,
.pmm-question__choice_option.pmm-skin-card-exclusively-in-one-line > .pmm-qo__option.checked .pmm-qo__content,
.pmm-question__choice_option.pmm-skin-card-exclusively-in-one-line > .pmm-qo__option.correct .pmm-qo__content,
.pmm-question__choice_option.pmm-skin-card-exclusively-in-one-line > .pmm-qo__option.fault .pmm-qo__content,
.pmm-question__choice_option.pmm-skin-card-exclusively-in-one-line > .pmm-qo__option.default .pmm-qo__content,
.pmm-question__choice_option .pmm-popup.pmm-animation__show > .pmm-qo__option.checked .pmm-qo__content,
.pmm-question__choice_option .pmm-popup.pmm-animation__show > .pmm-qo__option.correct .pmm-qo__content,
.pmm-question__choice_option .pmm-popup.pmm-animation__show > .pmm-qo__option.fault .pmm-qo__content,
.pmm-question__choice_option .pmm-popup.pmm-animation__show > .pmm-qo__option.default .pmm-qo__content {
  padding-left: 0.5em;
  transition: padding-left 0.3s;
}
.pmm-question__choice_option.pmm-skin-card-two-in-one-line .pmm-qo__option.checked,
.pmm-question__choice_option.pmm-skin-card-exclusively-in-one-line .pmm-qo__option.checked,
.pmm-question__choice_option .pmm-popup.pmm-animation__show .pmm-qo__option.checked {
  border-color: #0598f7;
}
.pmm-question__choice_option.pmm-skin-card-two-in-one-line .pmm-qo__option.checked .pmm-qo__content,
.pmm-question__choice_option.pmm-skin-card-exclusively-in-one-line .pmm-qo__option.checked .pmm-qo__content,
.pmm-question__choice_option .pmm-popup.pmm-animation__show .pmm-qo__option.checked .pmm-qo__content {
  color: #333;
}
.pmm-question__choice_option.pmm-skin-card-two-in-one-line .pmm-qo__option.checked .pmm-qo__tag,
.pmm-question__choice_option.pmm-skin-card-exclusively-in-one-line .pmm-qo__option.checked .pmm-qo__tag,
.pmm-question__choice_option .pmm-popup.pmm-animation__show .pmm-qo__option.checked .pmm-qo__tag {
  background-color: #0598f7;
  color: #fff;
}
.pmm-question__choice_option.pmm-skin-card-two-in-one-line .pmm-qo__option.fault,
.pmm-question__choice_option.pmm-skin-card-exclusively-in-one-line .pmm-qo__option.fault,
.pmm-question__choice_option .pmm-popup.pmm-animation__show .pmm-qo__option.fault {
  border-color: #ff7e7e;
}
.pmm-question__choice_option.pmm-skin-card-two-in-one-line .pmm-qo__option.fault .pmm-qo__tag,
.pmm-question__choice_option.pmm-skin-card-exclusively-in-one-line .pmm-qo__option.fault .pmm-qo__tag,
.pmm-question__choice_option .pmm-popup.pmm-animation__show .pmm-qo__option.fault .pmm-qo__tag {
  border-right-color: #ff7e7e;
  background-color: #ff7e7e;
  color: #fff;
}
.pmm-question__choice_option.pmm-skin-card-two-in-one-line .pmm-qo__option.fault .pmm-qo__content,
.pmm-question__choice_option.pmm-skin-card-exclusively-in-one-line .pmm-qo__option.fault .pmm-qo__content,
.pmm-question__choice_option .pmm-popup.pmm-animation__show .pmm-qo__option.fault .pmm-qo__content {
  color: #333;
}
.pmm-question__choice_option.pmm-skin-card-two-in-one-line .pmm-qo__option.correct,
.pmm-question__choice_option.pmm-skin-card-exclusively-in-one-line .pmm-qo__option.correct,
.pmm-question__choice_option .pmm-popup.pmm-animation__show .pmm-qo__option.correct {
  border-color: #04CA5B;
}
.pmm-question__choice_option.pmm-skin-card-two-in-one-line .pmm-qo__option.correct .pmm-qo__tag,
.pmm-question__choice_option.pmm-skin-card-exclusively-in-one-line .pmm-qo__option.correct .pmm-qo__tag,
.pmm-question__choice_option .pmm-popup.pmm-animation__show .pmm-qo__option.correct .pmm-qo__tag {
  border-right-color: #04CA5B;
  background-color: #04CA5B;
  color: #fff;
}
.pmm-question__choice_option.pmm-skin-card-two-in-one-line .pmm-qo__option.correct .pmm-qo__content,
.pmm-question__choice_option.pmm-skin-card-exclusively-in-one-line .pmm-qo__option.correct .pmm-qo__content,
.pmm-question__choice_option .pmm-popup.pmm-animation__show .pmm-qo__option.correct .pmm-qo__content {
  color: #333;
}
.pmm-question__choice_option.pmm-skin-card-exclusively-in-one-line > .pmm-qo__option:last-child {
  margin-bottom: 0.6em;
}
.pmm-question__choice_option.pmm-skin-card-two-in-one-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pmm-question__choice_option.pmm-skin-card-two-in-one-line > .pmm-qo__option {
  width: 48%;
}
.pmm-question__choice_option.pmm-skin-radio-exclusively-in-one-line > .pmm-qo__option,
.pmm-question__choice_option.pmm-skin-radio-two-in-one-line > .pmm-qo__option {
  padding-left: 1.5em;
}
.pmm-question__choice_option.pmm-skin-radio-exclusively-in-one-line > .pmm-qo__option .pmm-weird-radio,
.pmm-question__choice_option.pmm-skin-radio-two-in-one-line > .pmm-qo__option .pmm-weird-radio {
  width: 1em;
  height: 1em;
  border: 1.333vw solid #ccc;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
}
.pmm-question__choice_option.pmm-skin-radio-exclusively-in-one-line > .pmm-qo__option.correct .pmm-weird-radio,
.pmm-question__choice_option.pmm-skin-radio-two-in-one-line > .pmm-qo__option.correct .pmm-weird-radio {
  border-color: #04CA5B;
}
.pmm-question__choice_option.pmm-skin-radio-exclusively-in-one-line > .pmm-qo__option.correct .pmm-qo__tag,
.pmm-question__choice_option.pmm-skin-radio-exclusively-in-one-line > .pmm-qo__option.correct .pmm-qo__content,
.pmm-question__choice_option.pmm-skin-radio-two-in-one-line > .pmm-qo__option.correct .pmm-qo__tag,
.pmm-question__choice_option.pmm-skin-radio-two-in-one-line > .pmm-qo__option.correct .pmm-qo__content {
  color: #04CA5B;
}
.pmm-question__choice_option.pmm-skin-radio-exclusively-in-one-line > .pmm-qo__option.fault .pmm-weird-radio,
.pmm-question__choice_option.pmm-skin-radio-two-in-one-line > .pmm-qo__option.fault .pmm-weird-radio {
  border-color: #ff7e7e;
}
.pmm-question__choice_option.pmm-skin-radio-exclusively-in-one-line > .pmm-qo__option.fault .pmm-qo__tag,
.pmm-question__choice_option.pmm-skin-radio-exclusively-in-one-line > .pmm-qo__option.fault .pmm-qo__content,
.pmm-question__choice_option.pmm-skin-radio-two-in-one-line > .pmm-qo__option.fault .pmm-qo__tag,
.pmm-question__choice_option.pmm-skin-radio-two-in-one-line > .pmm-qo__option.fault .pmm-qo__content {
  color: #ff7e7e;
}
.pmm-question__choice_option.pmm-skin-radio-exclusively-in-one-line > .pmm-qo__option.checked .pmm-weird-radio,
.pmm-question__choice_option.pmm-skin-radio-two-in-one-line > .pmm-qo__option.checked .pmm-weird-radio {
  border-color: #268eff;
}
.pmm-question__choice_option.pmm-skin-radio-exclusively-in-one-line > .pmm-qo__option.checked .pmm-qo__tag,
.pmm-question__choice_option.pmm-skin-radio-exclusively-in-one-line > .pmm-qo__option.checked .pmm-qo__content,
.pmm-question__choice_option.pmm-skin-radio-two-in-one-line > .pmm-qo__option.checked .pmm-qo__tag,
.pmm-question__choice_option.pmm-skin-radio-two-in-one-line > .pmm-qo__option.checked .pmm-qo__content {
  color: #268eff;
}
.pmm-question__choice_option.pmm-skin-radio-exclusively-in-one-line > .pmm-qo__option {
  width: 100%;
}
.pmm-question__choice_option.pmm-skin-radio-two-in-one-line {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pmm-question__choice_option.pmm-skin-radio-two-in-one-line .pmm-qo__option {
  width: 49%;
}
.pmm-question__choice_option.pmm-skin-radio-two-in-one-line .pmm-qo__option .pmm-qo__content {
  padding: 0.3em;
}
.pmm-question__choice_option.pmm-skin-not-answer-scenario > .pmm-qo__option {
  display: block;
  color: #666;
  margin-bottom: 0.5em;
}
.pmm-question__choice_option.pmm-skin-not-answer-scenario > .pmm-qo__option .pmm-qo__option_not-answer-scenario {
  line-height: 1.5em;
  margin-top: 0.3em;
  display: inline;
  word-break: break-word;
}
.pmm-question__choice_option.pmm-skin-not-answer-scenario > .pmm-qo__option .pmm-qo__option_not-answer-scenario .mst-editor-mce-root-block,
.pmm-question__choice_option.pmm-skin-not-answer-scenario > .pmm-qo__option .pmm-qo__option_not-answer-scenario > p,
.pmm-question__choice_option.pmm-skin-not-answer-scenario > .pmm-qo__option .pmm-qo__option_not-answer-scenario > div {
  display: inline;
}
.pmm-question__choice_option.pmm-skin-not-answer-scenario > .pmm-qo__option.pmm-skin-scenario_radio {
  display: flex;
  margin-bottom: 0;
}
.pmm-question__choice_option.pmm-skin-not-answer-scenario > .pmm-qo__option.pmm-skin-scenario_radio .pmm-qo__option .pmm-qo__content {
  padding: 0 0 0 0.3em;
}
.pmm-question__choice_option.pmm-skin-not-answer-scenario.pmm-question-is-judge {
  display: flex;
  justify-content: space-between;
}
.pmm-question__choice_option.pmm-skin-not-answer-scenario.pmm-question-is-judge > .pmm-qo__option {
  flex: 1;
}
.pmm-question__choice_option.pmm-skin-not-answer-scenario.pmm-showanswer-fromchoice > .pmm-qo__option.correct {
  color: #04CA5B;
}
.pmm-question__choice_option.pmm-skin-not-answer-scenario.pmm-showanswer-fromchoice > .pmm-qo__option.fault {
  color: #ff7e7e;
}
.pmm-question__choice_option.pmm-skin-card-two-in-one-line {
  margin-bottom: 0.6em;
}
.pmm-qo__option {
  display: flex;
  overflow: hidden;
  position: relative;
}
.pmm-qo__option .pmm-qo__tag,
.pmm-qo__option .pmm-qo__content {
  display: flex;
  align-items: center;
}
.pmm-qo__option .pmm-qo__tag .pmm-qo__tag_box {
  padding-left: 0.15em;
}
.pmm-qo__option .pmm-qo__tag .pmm-qo__tag_box > p {
  margin-top: -1px;
  line-height: 1.15em;
}
.pmm-qo__option .pmm-qo__tag .pmm-qo__tag_box > p.pmm-qo__tag_selected_txt {
  color: #434F59;
  line-height: 1em;
  margin-top: 0.15em;
  font-size: 0.875em;
}
.pmm-qo__option .pmm-qo__content {
  flex: 1;
  padding: 0.5em;
  line-height: 1.5em;
  overflow: hidden;
  word-break: break-word;
  color: #555;
}
.pmm-qo__option.pmm-show-answer-with-radio-skin {
  padding-left: 1.5em;
}
.pmm-qo__option .pmm-qo__choice_not-answer-scenario {
  margin-right: 0.3em;
  display: inline;
}
.pmm-popoptions {
  padding: 0.6em;
  width: 100%;
  max-height: 24em;
  overflow-y: scroll;
  box-sizing: border-box;
}
.pmm-popoptions.visible {
  bottom: 0;
}
.pmm-question.pmm-english-break-word .pmm-qo_img_limit_height .pmm-option-item img,
.pmm-question.pmm-english-break-word .pmm-qo_img_limit_height .pmm-content img {
  max-height: 1.5em;
  display: inline-block;
  margin-left: 0.5em;
}
.pmm-question.pmm-english-break-word .pmm-popoptions-question-cloze .pmm-content img {
  max-height: 1.5em;
  display: inline-block;
  margin-left: 0.5em;
}
.pmm-question.pmm-english-break-word .pmm-popoptions-question-cloze .pmm-option-wrapper .pmm-qo__option img {
  max-height: 1.5em;
  display: inline-block;
  margin-left: 0.5em;
}
.pmm-question .cloze__diy__button,
.pmm-question .seventofive__diy__button {
  cursor: pointer;
  padding: 0 2em;
  border-bottom: 1px solid #2E86FF;
  color: #2E86FF;
  text-overflow: ellipsis;
}
.pmm-question .seventofive__diy__button {
  padding: 0 2em;
  display: inline;
}
.pmm-question .cloze__diy__button.checked,
.pmm-question .seventofive__diy__button.checked {
  background-color: #2E86FF;
  color: #fff;
  border-radius: 0.8vw;
}
.pmm-question .cloze__diy__readonly {
  padding: 0 2em;
  border-bottom: 1px solid #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}
.pmm-question .cloze__diy__readonly.correct {
  color: #04CA5B;
  border-bottom-color: #04CA5B;
}
.pmm-question .cloze__diy__readonly.fault {
  color: #FF7E7E;
  border-bottom-color: #FF7E7E;
}
.pmm-question .cloze__diy_correct__result {
  border-bottom: 1px solid #04CA5B;
  color: #04CA5B;
  padding: 0 0.4em;
}
.pmm-question .cloze__diy_correct__result .cloze_diy_correct_choice {
  margin-right: 0.35em;
}
.pmm-question .cloze__diy_correct__result div,
.pmm-question .cloze__diy_correct__result p {
  display: inline;
}
.pmm-question .cloze__diy__button_result {
  border-bottom: 1px solid;
  cursor: default;
  padding: 0 1.43em;
  display: inline;
}
.pmm-question .cloze__diy__button_result.right {
  color: #04CA5B;
}
.pmm-question .cloze__diy__button_result.wrong {
  color: #FF7E7E;
}
.pmm-question .cloze__diy__button_result.link {
  color: #2E86FF;
  display: inline-block;
}
.pmm-question .cloze_diy_button_result_to_content div,
.pmm-question .cloze_diy_button_result_to_content p {
  display: inline;
}
.pmm-question .senventofive-diy-inline.cloze_diy_button_result_to_content {
  display: inline;
  padding: 0 0.4em;
}
.pmm-question .pmm-question__answer.pmm__answer_flex {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.35em;
}
.pmm-question .pmm-question__answer.pmm__answer_flex .pmm-question__answer_item {
  margin-right: 1.43em;
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 0;
}
.pmm-question .pmm-question__answer.pmm__answer_flex .pmm-question__answer_item.answer-correct {
  flex-wrap: wrap;
}
.pmm-question .pmm-question__answer.pmm__answer_flex .pmm-question__answer_item.pmm-question-has-studentAnswers {
  display: block;
}
.pmm-question .pmm-question__answer.pmm__answer_flex.pmm-objective-nocontent-anaans {
  border-bottom: none;
  padding: 0;
  border-top: none;
}
.pmm-question .pmm-question__answer.pmm__answer_flex.pmm-objective-xb-no-option {
  margin-top: 0.35em;
}
.pmm-question .pmm-question__answer.pmm__answer_flex.pmm-question__answer__multi-objective .pmm-question__answer_item .pmm-question__correct > span,
.pmm-question .pmm-question__answer.pmm__answer_flex.pmm-question__answer__multi-objective .pmm-question__answer_item .pmm-your-answers > span {
  margin-right: 0.2em;
}
.pmm-question .pmm-question__answer .pmm-question__score {
  margin-left: 1.43em;
}
.pmm-question .pmm-question__answer .pmm-question__answer_item {
  margin-bottom: 0.35em;
}
.pmm-question .pmm-question__answer .pmm-question__answer_item.pmm__flex {
  flex-wrap: wrap;
}
.pmm-question .pmm-question__answer .pmm-question__answer_item:last-child {
  margin-bottom: 0;
}
.pmm-question .pmm-question__answer .pmm-question__correct {
  display: inline;
}
.pmm-question .pmm-question__answer .pmm-question__correct .pmm-correct-answer-item {
  margin-right: 1.43em;
}
.pmm-question .pmm-question__answer .pmm-question__correct .pmm-correct-answer-item > p,
.pmm-question .pmm-question__answer .pmm-question__correct .pmm-correct-answer-item > div {
  display: inline-block;
}
.pmm-question .pmm-question__answer .pmm-question__correct .pmm-correct-answer-item .pmm-answer-number {
  color: #666;
}
.pmm-question .pmm-question__answer .pmm-question__correct .pmm-correct-answer-item .mst-editor-mce-root-block {
  display: inline;
}
.pmm-question .pmm-question__answer .pmm-question__correct .mst-editor-mce-root-block {
  display: inline;
}
.pmm-question .pmm-question__answer .pmm-question__correct.pm__answer__correct_subjective {
  display: block;
}
.pmm-question .pmm-question__answer.pmm__total_ans_ana,
.pmm-question .pmm-question__answer.pmm__answer_child_subjective {
  margin-bottom: 1em;
}
.pmm-question .pmm-your-answers .pm__answer__fault .pmm-student-right-answer,
.pmm-question .pmm-your-answers .pm__answer__empty .pmm-student-right-answer {
  color: #04CA5B;
}
.pmm-question .pmm-your-answers.pmm-answer-image-wiper {
  display: flex;
  flex-wrap: wrap;
}
.pmm-question .pmm-answer-yours-blank-flex {
  display: flex;
  align-items: center;
}
.pmm-question .pmm_answer_total {
  padding-top: 0.6em;
}
.pmm-question .pmm-question__answer_item.pmm__answer_flex {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.pmm-question .pmm-question__parent_ana_wrap {
  margin-top: 0;
}
.pmm-question .answer_weight {
  font-weight: bold;
}
.pmm-question .pmm__flex {
  display: flex;
  align-items: center;
}
.pmm-question .pmm-question__label {
  color: #333;
  font-weight: bold;
}
.pmm-question .pmm-detail_font {
  color: #666;
}
.pmm-question .pmm-question__subjective__tip {
  color: #FF8C00;
  margin-top: 1.333vw;
  margin-bottom: 0.6em;
  line-height: 1.5em;
}
.pmm-question .pmm-question__number {
  margin-right: 1.333vw;
}
.pmm-question .pmm-child-question {
  padding-top: 1.333vw;
  padding-bottom: 1.333vw;
}
.pmm-question .pmm-question__answer_img {
  width: 29.067vw;
  height: 29.067vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d8d8d8;
  background-size: cover;
  margin-right: 0.6em;
}
.pmm-question .pmm-question__answer_img img {
  width: 100%;
}
.pmm-question .pmm-question__cloze-child-wrapper {
  margin-top: 4vw;
}
.pmm-question .pmm-question__cloze-child-wrapper .pmm-question__child-number {
  color: #333;
}
.pmm-question .pmm-question__cloze-child-wrapper .pmm-option-wrapper {
  margin-top: -0.2em;
}
.pmm-question .pmm-question__cloze-child-wrapper .pmm-option-wrapper.pmm-skin-not-answer-scenario {
  display: flex;
  flex-wrap: wrap;
}
.pmm-question .pmm-question__cloze-child-wrapper .pmm-option-wrapper.pmm-skin-not-answer-scenario .pmm-qo__option {
  width: 49%;
}
.pmm-question .pmm-question__cloze-child-wrapper .pmm-option-wrapper.pmm-skin-not-answer-scenario .pmm-qo__option:nth-child(odd) {
  margin-right: 2%;
}
.pmm-question .pmm-question__cloze-child-wrapper.pmm-question-skin__not-answer-scenario {
  margin-top: 0.6em;
  padding-bottom: 0.35em;
  border-bottom: 1px dashed #ddd;
}
.pmm-question .pmm-question__cloze-child-wrapper.pmm-question-skin__not-answer-scenario.pmm-question-skin__not-answer-scenario__noborder {
  border-bottom: none;
}
.pmm-question .pmm-question__cloze-child-wrapper.pmm-question-child__nocontent {
  margin-top: 0;
  margin-bottom: 1em;
}
.pmm-question .pmm-question__cloze-child-wrapper.pmm-question-write-skin__not-answer-scenario {
  border-bottom: 1px dashed #ccc;
}
.pmm-question .pmm-question__cloze-child-wrapper.pmm-question-write-skin__not-answer-scenario .pmm-option-wrapper.pmm-skin-not-answer-scenario .pmm-qo__option {
  display: flex;
}
.pmm-question .pmm-question__cloze-child-wrapper.pmm-question-write-skin__not-answer-scenario .pmm-option-wrapper.pmm-skin-not-answer-scenario .pmm-qo__option .pmm-qo__content {
  padding: 0 0.5em;
  line-height: 1.5em;
}
.pmm-question .pmm-question__cloze-child-wrapper .pmm-skin-radio-two-in-one-line {
  margin-bottom: 0.4em;
}
.pmm-question .pmm-question__total-ana {
  margin-top: 0.6em;
  padding-top: 0.6em;
}
.pmm-question .pmm-option-item {
  padding: 0.35em 0;
  color: #666;
}
.pmm-question .pmm-option-item .pmm-option-item-choice {
  margin-right: 0.35em;
  font-weight: bold;
}
.pmm-question .pmm-option-item .mst-editor-mce-root-block {
  display: inline;
}
.pmm-question .pmm-analysis__content .mst-editor-mce-root-block {
  display: inline-block;
}
.pmm-question .pmm-analysis__content > p,
.pmm-question .pmm-analysis__content > div {
  display: inline-block;
}
.pmm-question .pmm-question__wrapper.pmm-listening-question .pmm-audio-slider {
  position: relative;
}
.pmm-question .pmm-question__wrapper.pmm-listening-question-audio {
  padding-top: 0.6em;
}
.pmm-question .pmm-question__wrapper .pmm-listenint-audio {
  margin-bottom: 0.6em;
}
.pmm-question .pmm-question__wrapper .pmm-listening-child {
  margin-bottom: 0.6em;
}
.pmm-question .pmm-question__wrapper.pmm-question-answers.pmm-question-child-grammar {
  margin-bottom: 0.6em;
}
.pmm-question .pmm-question__wrapper.pmm-question-answers.pmm-question-child-grammar .pmm-question__answer {
  padding: 0;
}
.pmm-question .pmm-question__wrapper.pmm-question-answers.pmm-question-child-grammar .pmm-question__answer .pmm-question__answer_item {
  margin-bottom: 0;
}
.pmm-question .pmm-question__wrapper.pmm-question-answers.pmm-question-child-grammar .pmm-question__analysis {
  margin-top: 0;
}
.pmm-question .pmm-question__wrapper.pmm-question-answers:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0.35em;
}
.pmm-question .pmm-question__wrapper .pmm-question-xiaoben-number-before {
  display: flex;
  align-items: center;
  justify-content: left;
}
.pmm-question .pmm-question__wrapper.pmm__question__contaier {
  font-size: 0.875em;
}
.pmm-question .pmm-question__analysis.pmm-question__has_ans {
  margin-top: 0;
}
.pmm-question .pmm-xb-upload-tit {
  padding-top: 0.6em;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 0.6em;
}
.pmm-question .pmm-xb-upload-tit .uploda-tips {
  color: #999999;
}
.pmm-question .pm__answer__correct {
  color: #04CA5B;
}
.pmm-question .pm__answer__fault,
.pmm-question .pm__answer__empty {
  color: #FF0F0F;
}
.pmm-question .pmm__answer__correct_half {
  color: orange;
}
.pmm-question .pmm_answer__default {
  color: #333;
}
.pmm-question .pmm-question-complex-child {
  margin-bottom: 1em;
}
.pmm-question .pmm-hidden-half-content {
  height: 2.86em;
  overflow: hidden;
}
.pmm-question .pmm-show-whole-content-button {
  color: #0598f7;
  text-align: center;
  width: 100%;
  height: 2.86em;
  line-height: 2.86em;
  margin-bottom: 0.6em;
  border-bottom: 1px dashed #ccc;
}
.pmm-question .pmm-check-subjective-student-answers {
  margin-bottom: 1em;
  border-bottom: 1px dashed #ccc;
  padding: 0.6em 0;
}
.pmm-question .pmm-question__child_score {
  color: #999;
  margin-left: 1.333vw;
}
.pmm-question.pmm-underline .mst-question-answer-placeholder,
.pmm-question.pmm-underline .mst-question-mark-placeholder {
  display: inline-block;
  width: 5em;
  border-bottom: 1px solid;
  text-align: center;
  background-color: transparent;
  color: #000;
  font-size: 0;
  border-radius: 0;
  padding: 0 0.6em;
  text-indent: initial;
}
.pmm-question.pmm-underline .mst-question-answer-placeholder.pmm-question-readonly-answer-placeholder {
  font-size: 0.875em;
  line-height: 1em;
}
.pmm-question.pmm-underline .pmm-content-issubjective .mst-question-answer-placeholder,
.pmm-question.pmm-underline .pmm-content-issubjective .mst-question-mark-placeholder {
  line-height: unset;
  vertical-align: baseline;
}
.pmm-question.pmm-underline .pmm-content-issubjective .mst-question-answer-placeholder.pmm-question-readonly-answer-placeholder,
.pmm-question.pmm-underline .pmm-content-issubjective .mst-question-mark-placeholder.pmm-question-readonly-answer-placeholder {
  font-size: 0.875em;
  line-height: 1em;
}
.pmm-question.pmm-underline .pmm-question-seven-to-five .mst-question-answer-placeholder,
.pmm-question.pmm-underline .pmm-question-seven-to-five .mst-question-mark-placeholder,
.pmm-question.pmm-underline .pmm-cloze-skin__not-answer-scenario .mst-question-answer-placeholder,
.pmm-question.pmm-underline .pmm-cloze-skin__not-answer-scenario .mst-question-mark-placeholder {
  font-size: 1em;
  vertical-align: auto;
}
.pmm-question-label {
  color: #0d6efd;
}
.pmm-question-score {
  color: #999;
}
.pmm-question {
  padding-bottom: 1.43em;
}
.pmm-question .pmm-question__total_ana_ans_line {
  padding: 0;
  margin: 0.6em 0;
  border-top: 1px solid #e5e5e5;
}
.pmm-question .pmm-question__uploadtips {
  color: #FF8C00;
  margin-bottom: 0.6em;
}
.pmm-question .pmm-question-seven-to-five .pmm-question__answer.pmm__answer_flex {
  flex-wrap: wrap;
  margin-top: 0.6em;
}
.pmm-question .pmm-question-seven-to-five .pmm-question__answer.pmm__answer_flex.pmm-objective-nocontent-anaans {
  margin-top: 0;
}
.pmm-question .pmm-question-complex-nocontent .pmm-question__answer.pmm__answer_flex {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
}
.pmm-question .pmm-question-complex-nocontent .pmm-question__analysis.question__onlyana_nocontent {
  padding-top: 0.35em;
}
.pmm-question .pmm-question__parent_ana_wrap.pmm-question__anaans_nocontent {
  margin-top: 0.6em;
}
.pmm-question .your-answers {
  display: flex;
  flex-wrap: wrap;
}
.pmm-question .your-answers .image__previwe__block:last-child {
  margin-right: 0;
}
.pmm-question .pmm-grammar-answer-tocontent {
  font-weight: bold;
}
.pmm-question .pmm-content {
  margin-bottom: 0.6em;
}
.pmm-question .pmm-content del {
  text-decoration: none;
}
.pmm-question .pmm-question__answer_item.pmm-subjective-answer-yours {
  margin-bottom: 0.6em;
}
.pmm-question .pmm-question__answer_item.pmm-subjective-answer-yours.pmm-question-child-objective,
.pmm-question .pmm-question__answer_item.pmm-subjective-answer-yours.pmm-answer-yours-blank-flex {
  margin-bottom: 0;
}
.pmm-question .pmm-question__answer_item.pmm-subjective-answer-yours.pmm-question-child-subjective-studentAnswers,
.pmm-question .pmm-question__answer_item.pmm-subjective-answer-yours.pmm-check-subjective-student-answers {
  margin-bottom: 0.6em;
}
.pmm-question .pmm-question__answer_item.pmm-subjective-answer-yours.pmm-question-complex-studentAnswers-hasvalue {
  display: block;
}
.pmm-question.pmm-english-break-word {
  word-break: break-word;
}
@media (-webkit-min-device-pixel-ratio: 3) {
  .pmm-question .pmm-question__wrapper.pmm__question__contaier {
    font-size: 0.94em;
  }
}
.pmm-popup {
  position: fixed;
  --z-index: var(--adm-mask-z-index, 1000);
  z-index: var(--z-index);
  opacity: 0;
  font-size: 4.267vw;
}
.pmm-popup .pmm-popup__mask {
  --z-index: var(--adm-mask-z-index, 1000);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-index);
  width: 100%;
  height: 100%;
}
.pmm-popup .pmm-popup__body {
  position: fixed;
  background-color: #fff;
  z-index: calc(var(--z-index) + 10);
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: 0.875em;
}
.pmm-popup p {
  margin: 0;
}
.pmm-popup.pmm-animation__show {
  opacity: 1;
}
.pmm-popup.pmm-animation__show .pmm-popup__mask {
  animation: opcaityToShow 0.3s 1;
  -webkit-animation: opcaityToShow 0.3s 1;
  -moz-animation: opcaityToShow 0.3s 1;
  -o-animation: opcaityToShow 0.3s 1;
  opacity: 1;
}
.pmm-popup.pmm-animation__show .pmm-popup__body {
  animation: transformYToShow 0.3s 1;
  -webkit-animation: transformYToShow 0.3s 1;
  -moz-animation: transformYToShow 0.3s 1;
  -o-animation: transformYToShow 0.3s 1;
  -webkit-transform: translate(0px, 0%);
          transform: translate(0px, 0%);
}
.pmm-popup.pmm-animation__show .pmm-popup__body .option_img_limitHeight .pmm-qo__option img {
  max-height: 1.5em;
  display: inline-block;
  margin-left: 0.5em;
}
.pmm-popup.pmm-animation__hidden .pmm-popup__mask {
  animation: opcaityToHidden 0.3s 1;
  -webkit-animation: opcaityToHidden 0.3s 1;
  -moz-animation: opcaityToHidden 0.3s 1;
  -o-animation: opcaityToHidden 0.3s 1;
  opacity: 0;
}
.pmm-popup.pmm-animation__hidden .pmm-popup__body {
  animation: transformYToHidden 0.3s 1;
  -webkit-animation: transformYToHidden 0.3s 1;
  -moz-animation: transformYToHidden 0.3s 1;
  -o-animation: transformYToHidden 0.3s 1;
  -webkit-transform: translate(0px, 100%);
          transform: translate(0px, 100%);
}
@keyframes opcaityToShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes opcaityToShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opcaityToHidden {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes opcaityToHidden {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes opcaityToHidden {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes opcaityToHidden {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes transformYToShow {
  from {
    -webkit-transform: translate(0px, 100%);
            transform: translate(0px, 100%);
  }
  to {
    -webkit-transform: translate(0px, 0%);
            transform: translate(0px, 0%);
  }
}
@-webkit-keyframes transformYToShow {
  from {
    -webkit-transform: translate(0px, 100%);
            transform: translate(0px, 100%);
  }
  to {
    -webkit-transform: translate(0px, 0%);
            transform: translate(0px, 0%);
  }
}
@keyframes transformYToHidden {
  from {
    -webkit-transform: translate(0px, 0%);
            transform: translate(0px, 0%);
  }
  to {
    -webkit-transform: translate(0px, 100%);
            transform: translate(0px, 100%);
    display: 'none';
  }
}
@-webkit-keyframes transformYToHidden {
  from {
    -webkit-transform: translate(0px, 0%);
            transform: translate(0px, 0%);
  }
  to {
    -webkit-transform: translate(0px, 100%);
            transform: translate(0px, 100%);
    display: 'none';
  }
}
.btn {
  position: relative;
  display: inline-block;
  font-weight: 400;
  line-height: 1.8;
  color: #333333;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
  padding: 0.375em 0.75em;
  font-size: 1em;
  border-radius: 0.25em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn.disabled,
.btn[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}
.btn.disabled > *,
.btn[disabled] > * {
  pointer-events: none;
}
.btn-lg {
  padding: 0.5em 1em;
  font-size: 1.25em;
  border-radius: 0.3em;
}
.btn-sm {
  padding: 0.25em 0.5em;
  font-size: 0.875em;
  border-radius: 0.2em;
}
.btn-primary {
  color: #ffffff;
  background: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #408cfd;
  background: #3385fd;
  border-color: #408cfd;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background: #3385fd;
  border-color: #408cfd;
}
.btn-primary:disabled,
.btn-primary.disabled {
  color: #ffffff;
  background: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #ffffff;
}
.btn-primary:focus,
.btn-primary.focus {
  -webkit-text-decoration: #ffffff;
          text-decoration: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #e4606d;
  background: #e25663;
  border-color: #e4606d;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background: #e25663;
  border-color: #e4606d;
}
.btn-danger:disabled,
.btn-danger.disabled {
  color: #ffffff;
  background: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #ffffff;
}
.btn-danger:focus,
.btn-danger.focus {
  -webkit-text-decoration: #ffffff;
          text-decoration: #ffffff;
}
.btn-default {
  color: #333333;
  background: #ffffff;
  border-color: #ced4da;
}
.btn-default:hover {
  color: #0d6efd;
  background: #ffffff;
  border-color: #0d6efd;
}
.btn-default:focus,
.btn-default.focus {
  color: #0d6efd;
  background: #ffffff;
  border-color: #0d6efd;
}
.btn-default:disabled,
.btn-default.disabled {
  color: #333333;
  background: #ffffff;
  border-color: #ced4da;
}
.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: none;
  box-shadow: none;
  background: none;
  padding: 0;
}
.btn-link:hover {
  color: underline;
  pointer-events: none;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.demos-content h1,
.demos-content h2,
.demos-content h3,
.demos-content h4,
.demos-content h5 {
  margin: 0;
  padding: 0;
}
.demos-content h5.small-title {
  margin-top: 1em;
  margin-bottom: 1em;
}
.question-section {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.pmm-question__choice {
  margin-top: 2.667vw;
}
.pmm-question__choice.pmm-mode-write .pmm-option-item {
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.pmm-question__choice .pmm-question-options::after {
  content: ' ';
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.pmm-question__choice .pmm-option-item {
  position: relative;
  float: left;
  width: 100%;
}
.pmm-question__choice .pmm-option-item.pmm-no-border {
  border: none !important;
}
.pmm-question__choice .pmm-option-item .pmm-option-tag.pmm-no-border {
  border: none !important;
}
.pmm-question__choice.pmm-skin-card-exclusively-in-one-line .pmm-question-options {
  padding-left: 0;
}
.pmm-question__choice.pmm-skin-card-exclusively-in-one-line .pmm-question-options .pmm-option-item {
  min-height: 12.8vw;
  border-radius: 1.067vw;
  border: 1px solid #EEEFF3;
  margin-bottom: 2.667vw;
  position: relative;
}
.pmm-question__choice.pmm-skin-card-exclusively-in-one-line .pmm-question-options .pmm-option-item.selected {
  border-color: #2E86FF;
}
.pmm-question__choice.pmm-skin-card-exclusively-in-one-line .pmm-question-options .pmm-option-item.selected .pmm-option-tag {
  border-right-color: #2E86FF;
  background-color: #2E86FF;
  color: #fff;
}
.pmm-question__choice.pmm-skin-card-exclusively-in-one-line .pmm-question-options .pmm-option-item.correct {
  border-color: #04CA5B;
}
.pmm-question__choice.pmm-skin-card-exclusively-in-one-line .pmm-question-options .pmm-option-item.correct .pmm-option-tag {
  border-right-color: #04CA5B;
  background-color: #04CA5B;
  color: #fff;
}
.pmm-question__choice.pmm-skin-card-exclusively-in-one-line .pmm-question-options .pmm-option-item.fault {
  border-color: #FF7E7E;
}
.pmm-question__choice.pmm-skin-card-exclusively-in-one-line .pmm-question-options .pmm-option-item.fault .pmm-option-tag {
  border-right-color: #FF7E7E;
  background-color: #FF7E7E;
  color: #fff;
}
.pmm-question__choice.pmm-skin-card-exclusively-in-one-line .pmm-question-options .pmm-option-item:last-child {
  margin-bottom: 0;
}
.pmm-question__choice.pmm-skin-card-exclusively-in-one-line .pmm-question-options .pmm-option-item .pmm-option-tag {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8vw;
  border-right: 1px solid #F2F2F2;
  color: #666666;
}
.pmm-question__choice.pmm-skin-card-exclusively-in-one-line .pmm-question-options .pmm-option-item .pmm-option-tag .pmm-tag-letter {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2.667vw;
  display: block;
  width: 5.333vw;
  height: 5.333vw;
  line-height: 5.333vw;
  margin-left: -2.667vw;
  text-align: center;
}
.pmm-question__choice.pmm-skin-card-exclusively-in-one-line .pmm-question-options .pmm-option-item .pmm-option-content {
  margin-left: 8vw;
  padding: 3.733vw 2.667vw;
}
.pmm-question__choice.pmm-skin-card-four-in-one-line .pmm-question-options {
  padding-left: 0;
}
.pmm-question__choice.pmm-skin-card-four-in-one-line .pmm-question-options::after {
  content: ' ';
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.pmm-question__choice.pmm-skin-card-four-in-one-line .pmm-question-options .pmm-option-item {
  float: left;
  width: 25%;
  padding-right: 6.667vw;
}
.pmm-question__choice.pmm-skin-card-four-in-one-line .pmm-question-options .pmm-option-item.selected .pmm-option-box-for-ui {
  border-color: #2E86FF;
}
.pmm-question__choice.pmm-skin-card-four-in-one-line .pmm-question-options .pmm-option-item.selected .pmm-option-box-for-ui .pmm-option-tag {
  border-right-color: #2E86FF;
  background-color: #2E86FF;
  color: #fff;
}
.pmm-question__choice.pmm-skin-card-four-in-one-line .pmm-question-options .pmm-option-item.correct .pmm-option-box-for-ui {
  border-color: #04CA5B;
}
.pmm-question__choice.pmm-skin-card-four-in-one-line .pmm-question-options .pmm-option-item.correct .pmm-option-box-for-ui .pmm-option-tag {
  border-right-color: #04CA5B;
  background-color: #04CA5B;
  color: #fff;
}
.pmm-question__choice.pmm-skin-card-four-in-one-line .pmm-question-options .pmm-option-item.fault .pmm-option-box-for-ui {
  border-color: #FF7E7E;
}
.pmm-question__choice.pmm-skin-card-four-in-one-line .pmm-question-options .pmm-option-item.fault .pmm-option-box-for-ui .pmm-option-tag {
  border-right-color: #FF7E7E;
  background-color: #FF7E7E;
  color: #fff;
}
.pmm-question__choice.pmm-skin-card-four-in-one-line .pmm-question-options .pmm-option-item .pmm-option-box-for-ui {
  min-height: 12.8vw;
  border-radius: 1.067vw;
  border: 1px solid #EEEFF3;
  position: relative;
  word-break: break-all;
}
.pmm-question__choice.pmm-skin-card-four-in-one-line .pmm-question-options .pmm-option-item .pmm-option-box-for-ui .pmm-option-tag {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10.667vw;
  border-right: 1px solid #F2F2F2;
  color: #666666;
}
.pmm-question__choice.pmm-skin-card-four-in-one-line .pmm-question-options .pmm-option-item .pmm-option-box-for-ui .pmm-option-tag .pmm-tag-letter {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2.667vw;
  display: block;
  width: 5.333vw;
  height: 5.333vw;
  line-height: 5.333vw;
  margin-left: -2.667vw;
  text-align: center;
}
.pmm-question__choice.pmm-skin-card-four-in-one-line .pmm-question-options .pmm-option-item .pmm-option-box-for-ui .pmm-option-content {
  padding: 0px 2.667vw 0 10.667vw;
  display: table-cell;
  vertical-align: middle;
  height: 12.8vw;
  cursor: default;
}
.pmm-question__choice.pmm-mode-write.pmm-skin-card-exclusively-in-one-line .pmm-question-options .pmm-option-item:hover {
  border-color: #2E86FF;
}
.pmm-question__choice.pmm-mode-write.pmm-skin-card-four-in-one-line .pmm-question-options .pmm-option-item .pmm-option-box-for-ui:hover {
  border-color: #2E86FF;
}
.pmm-question__choice.pmm-skin-radio-exclusively-in-one-line .pmm-question-options .pmm-option-item {
  margin-bottom: 3.2vw;
  color: #50596F;
}
.pmm-question__choice.pmm-skin-radio-exclusively-in-one-line .pmm-question-options .pmm-option-item.pmm-show-answer-with-radio-skin .pmm-weird-radio {
  width: 3.733vw;
  height: 3.733vw;
  border: 1.333vw solid #ccc;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.867vw;
}
.pmm-question__choice.pmm-skin-radio-exclusively-in-one-line .pmm-question-options .pmm-option-item.pmm-show-answer-with-radio-skin .pmm-option-box-for-ui {
  margin-left: 5.333vw;
}
.pmm-question__choice.pmm-skin-radio-exclusively-in-one-line .pmm-question-options .pmm-option-item.pmm-show-answer-with-radio-skin .pmm-option-box-for-ui .pmm-option-tag {
  margin-top: -3.467vw;
}
.pmm-question__choice.pmm-skin-radio-exclusively-in-one-line .pmm-question-options .pmm-option-item.correct .pmm-weird-radio {
  border-color: #04CA5B;
}
.pmm-question__choice.pmm-skin-radio-exclusively-in-one-line .pmm-question-options .pmm-option-item .pmm-option-box-for-ui {
  margin-left: 0;
  position: relative;
}
.pmm-question__choice.pmm-skin-radio-exclusively-in-one-line .pmm-question-options .pmm-option-item .pmm-option-box-for-ui .pmm-option-tag {
  left: 0;
  top: 50%;
  margin-top: -2.667vw;
  position: absolute;
}
.pmm-question__choice.pmm-skin-radio-exclusively-in-one-line .pmm-question-options .pmm-option-item .pmm-option-box-for-ui .pmm-option-content {
  margin-left: 5.333vw;
}
.pmm-question__choice.pmm-skin-radio-four-in-one-line::after {
  content: ' ';
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.pmm-question__choice.pmm-skin-radio-four-in-one-line .pmm-question-options::after {
  content: ' ';
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.pmm-question__choice.pmm-skin-radio-four-in-one-line .pmm-question-options .pmm-option-item {
  margin-bottom: 0;
  padding-right: 4vw;
  float: left;
  width: 25%;
  color: #50596F;
}
.pmm-question__choice.pmm-skin-radio-four-in-one-line .pmm-question-options .pmm-option-item.pmm-show-answer-with-radio-skin .pmm-weird-radio {
  width: 3.733vw;
  height: 3.733vw;
  border: 1.333vw solid #ccc;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.867vw;
}
.pmm-question__choice.pmm-skin-radio-four-in-one-line .pmm-question-options .pmm-option-item.pmm-show-answer-with-radio-skin .pmm-option-box-for-ui {
  margin-left: 5.333vw;
}
.pmm-question__choice.pmm-skin-radio-four-in-one-line .pmm-question-options .pmm-option-item.correct .pmm-weird-radio {
  border-color: #04CA5B;
}
.pmm-question__choice.pmm-skin-radio-four-in-one-line .pmm-question-options .pmm-option-item .pmm-option-box-for-ui {
  margin-left: 0;
  position: relative;
  max-width: 90%;
  word-break: break-all;
}
.pmm-question__choice.pmm-skin-radio-four-in-one-line .pmm-question-options .pmm-option-item .pmm-option-box-for-ui .pmm-option-tag {
  left: 0;
  top: 0;
  position: absolute;
}
.pmm-question__choice.pmm-skin-radio-four-in-one-line .pmm-question-options .pmm-option-item .pmm-option-box-for-ui .pmm-option-content {
  margin-left: 5.333vw;
}
.pmm-question-options {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.pmm-question-options .pmm-option-item {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
@keyframes opcaityToShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes opcaityToShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes transformScaleToShow {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes transformScaleToShow {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.pmm-xb-image-section .pmm-xb-image-tit {
  padding: 1.333vw 0;
  font-weight: bold;
}
.pmm-xb-image-section .pmm-xb-img {
  width: 100%;
  border: 1px solid #cccccc;
  margin-bottom: 1.067vw;
}
.pmm-xb-image-section .pmm-xb-img img {
  max-width: 100%;
  width: 100%;
}
.pmm-xb-image-section .pmm-xb-img:last-child {
  margin-bottom: 0;
}
.pmm-xb-image-modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  z-index: 9999;
}
.pmm-xb-image-modal .pmm-xb-image-mask {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  animation: opcaityToShow 0.3s 1;
  -webkit-animation: opcaityToShow 0.3s 1;
  -moz-animation: opcaityToShow 0.3s 1;
  -o-animation: opcaityToShow 0.3s 1;
}
.pmm-xb-image-modal .pmm-xb-image-modal-container {
  position: fixed;
  width: 100vw;
  max-height: 100vh;
  overflow: auto;
  left: 0;
  animation: transformScaleToShow 0.3s 1;
  -webkit-animation: transformScaleToShow 0.3s 1;
  -moz-animation: transformScaleToShow 0.3s 1;
  -o-animation: transformScaleToShow 0.3s 1;
  text-align: center;
}
.pmm-xb-image-modal .pmm-xb-image-close {
  position: fixed;
  right: 2.667vw;
  top: 2.667vw;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3.2vw;
  padding: 0 2.667vw;
  color: white;
  z-index: 99999;
}
.pmm-xb-quesion-read {
  display: flex;
  padding: 2.667vw 0;
}
.pmm-xb-quesion-read .pmm-xb-section {
  margin-top: 2.667vw;
}
.pmm-font14 {
  color: #333;
}
.mr20 {
  margin-right: 5.333vw;
}
.pmm-xb-objective-tips {
  color: #6B7884;
  padding: 2.667vw 0;
}
.pmm-xb-uploadtips {
  color: #ff8c00;
  padding: 3.733vw 0;
}
.pmm-xb-status.correct,
.pmm-xb-status.correct-half,
.pmm-xb-status.fault,
.pmm-xb-status.empty {
  margin: 2.667vw 0;
}
.pmm-xb-status.correct {
  color: #52C41A;
}
.pmm-xb-status.correct-half {
  color: #FF9700;
}
.pmm-xb-status.fault,
.pmm-xb-status.empty {
  color: #F63440;
}
.pmm-xb-option-wrap .pmm-xb-option-item {
  width: 10.667vw;
  height: 10.667vw;
  text-align: center;
  line-height: 9.6vw;
  border: 1px solid #B7BFCB;
  border-radius: 50%;
  overflow: hidden;
  background: #FFFFFF;
  float: left;
  margin-right: 3.2vw;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin-bottom: 3.2vw;
}
.pmm-xb-option-wrap .pmm-xb-option-item.selected {
  border-color: #2C87FF;
  background: #2C87FF;
  color: #FFFFFF;
}
.pmm-xb-option-wrap.pmm-xb-option-disabled .pmm-xb-option-item {
  background: #f5f5f5;
}
.pmm-xb-option-wrap.pmm-xb-option-disabled .pmm-xb-option-item.selected {
  background: #2C87FF;
  opacity: 0.7;
}
.pmm-xb-option-wrap::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.pmm-xb-option-title {
  padding: 2.667vw 0;
}
.pmm-image-preview {
  display: inline-block;
  position: relative;
  width: 26.667vw;
  height: 26.667vw;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
}
.pmm-image-preview img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.pmm-image-preview .pmm-image-preview-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
}
.pmm-image-preview .pmm-image-preview-mask .pm-image-btn-preveiw {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pmm-image-preview:hover .pmm-image-preview-mask {
  opacity: 1;
}
.pmm-question-knowledge {
  margin-top: 2.667vw;
}
.pmm-question-knowledge .pmm-question-knowledge-label {
  width: 19.733vw;
}
.pmm-question-knowledge span.pmm-detail_font {
  margin-right: 4vw;
}
.pmm-audio {
  -webkit-user-select: none;
          user-select: none;
  height: 13.867vw;
  background-color: #4E6BFF;
  display: flex;
  align-items: center;
  color: #fff;
  padding-left: 3.733vw;
  justify-content: space-between;
}
.pmm-audio > .pmm-if {
  flex: 1;
}
.pmm-audio > .pmm-if > audio {
  width: 100%;
}
.pmm-audio.mode-normal {
  height: auto;
  background-color: transparent;
  color: #333;
  padding-left: 0px;
}
.pmm-audio.mode-normal .mode-change-text {
  font-weight: normal;
  width: 14.933vw;
  height: 8vw;
  line-height: 8vw;
  margin-left: 1.333vw;
  display: inline-block;
  color: #4E6BFF;
}
.pmm-audio .pmm-audio-more-actions {
  font-weight: bolder;
  margin-right: 1.867vw;
  justify-content: flex-end;
  position: relative;
}
.pmm-audio .pmm-audio-more-actions > .pmm-icon {
  cursor: pointer;
}
.pmm-audio .audio-elements {
  display: flex;
  align-items: center;
  flex: 1;
  padding-right: 0.875em;
}
.pmm-audio .audio-elements > .icon-play,
.pmm-audio .audio-elements .icon-pause {
  cursor: pointer;
  font-style: normal;
}
.pmm-audio .audio-elements .pmm-slider-box {
  margin: 0 2.667vw;
  display: inline-block;
  flex: 1;
  position: relative;
  height: 1.6vw;
}
.pmm-audio .audio-elements .pmm-slider-box .am-slider-rail {
  height: 1.6vw;
  background-color: rgba(194, 208, 233, 0.3);
  border-radius: 0.8vw;
}
.pmm-audio .audio-elements .pmm-slider-box .am-slider-step {
  height: 1.6vw;
}
.pmm-audio .audio-elements .pmm-slider-box .am-slider-handle {
  border-color: #fff;
  margin-left: -0.533vw;
  margin-top: -0.8vw;
  width: 3.2vw;
  height: 3.2vw;
}
.pmm-audio .audio-elements .pmm-slider-box .am-slider-handle:active {
  box-shadow: none;
}
.pmm-audio .audio-elements .pmm-slider-box .am-slider-track {
  height: 1.6vw;
  background-color: #fff;
  position: absolute;
  top: 0;
  border-radius: 0.8vw;
}
.audio-load-failed-content {
  display: block;
  text-align: left;
}
.pmm-audio-play-popover-box .am-popover-item.active {
  color: #4E6BFF;
}
.pmm-audio-play-popover-box .pmm-audio-mode {
  line-height: 8vw;
  color: #333;
  padding: 0 2.667vw;
}
@font-face {
  font-family: 'iconfont-ewt';
  /* project id 1523051 */
  src: url("//at.alicdn.com/t/font_1523051_vneidm5dqr8.eot");
  src: url("//at.alicdn.com/t/font_1523051_vneidm5dqr8.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_1523051_vneidm5dqr8.woff2") format("woff2"), url("//at.alicdn.com/t/font_1523051_vneidm5dqr8.woff") format("woff"), url("//at.alicdn.com/t/font_1523051_vneidm5dqr8.ttf") format("truetype"), url("//at.alicdn.com/t/font_1523051_vneidm5dqr8.svg#iconfont-ewt") format("svg");
}
.iconfont-ewt {
  font-family: "iconfont-ewt" !important;
  font-size: 1em;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-ewt-play:before {
  content: "\e655";
}
.icon-ewt-pause:before {
  content: "\e663";
}
.icon-ewt-loading:before {
  content: "\e6a6";
}
.icon-ewt-close:before {
  content: "\e63c";
}
.icon-ewt-arrow-right-dashed:before {
  content: "\e63d";
}
.icon-ewt-triangle-down:before {
  content: "\e652";
}
.icon-ewt-triangle-up:before {
  content: "\e653";
}
.icon-ewt-error:before {
  content: "\e63e";
}
.icon-ewt-success:before {
  content: "\e63f";
}
.icon-ewt-warning:before {
  content: "\e640";
}
.icon-ewt-info:before {
  content: "\e641";
}
.icon-ewt-arow-down:before {
  content: "\e64a";
}
.icon-ewt-arow-up:before {
  content: "\e64b";
}
.icon-ewt-arow-left:before {
  content: "\e64d";
}
.icon-ewt-arow-right:before {
  content: "\e654";
}
.icon-ewt-more:before {
  content: "\e60f";
}
.icon-ewt-camera:before {
  content: "\e621";
}
.icon-ewt-close-1:before {
  content: "\e62b";
}
.pmm-icon {
  font-style: normal;
}
@-webkit-keyframes pmm-icon-animation-infinite {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes pmm-icon-animation-infinite {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.pmm-icon.icon-loading {
  -webkit-animation: pmm-icon-animation-infinite 1s infinite linear;
          animation: pmm-icon-animation-infinite 1s infinite linear;
}
.pmm-if.pmm-if-hide {
  display: none;
}
.pmm-popover {
  --z-index: var(--adm-popover-z-index, 1030);
  --background: #ffffff;
  --arrow-size: 2.133vw;
  --content-padding: 2.133vw 3.2vw;
  color: var(--adm-color-text);
  position: absolute;
  width: 25.6vw;
  height: 29.333vw;
  margin-top: 2.667vw;
  z-index: var(--z-index);
  white-space: normal;
  text-align: left;
  cursor: auto;
  -webkit-user-select: text;
  user-select: text;
  -webkit-animation: none;
          animation: none;
  right: -2.667vw;
}
.pmm-popover::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
  content: '';
}
.pmm-popover-hidden {
  display: none;
}
.pmm-popover-inner {
  background-color: var(--background);
  background-clip: padding-box;
  border-radius: 2.133vw;
  box-shadow: 0 0 8vw 0 rgba(51, 51, 51, 0.2);
  width: -webkit-max-content;
  width: max-content;
  min-width: 8.533vw;
  max-width: calc(100vw - 6.4vw);
  overflow-y: hidden;
}
.pmm-popover-inner-content {
  padding: var(--content-padding);
}
.pmm-popover-arrow {
  position: absolute;
  display: block;
  height: var(--arrow-size);
  width: var(--arrow-size);
  background: transparent;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  right: 1.867vw;
  margin-top: -1.067vw;
}
.pmm-popover-arrow-icon {
  display: block;
  height: var(--arrow-size);
  width: calc(var(--arrow-size) / 8 * 15);
  position: absolute;
  top: 50%;
  left: 50%;
}
.pmm-popover .pmm-popover-arrow {
  color: var(--background);
}
.pmm-modal-alert {
  width: 100vw;
  height: 100vh;
  z-index: 1000;
}
.pmm-modal-alert .pmm-modal-alert-mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.pmm-modal-alert .pmm-modal-alert-body {
  position: fixed;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 74.667vw;
  max-width: 75vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-top: 5.333vw;
  background-color: #fff;
  border-radius: 2.133vw;
}
.pmm-modal-alert .pmm-modal-alert-body .pmm-alert-title {
  margin-bottom: 2.133vw;
  padding: 0 3.2vw;
  font-weight: bold;
  font-size: 1.15em;
  line-height: 1.8;
  text-align: center;
}
.pmm-modal-alert .pmm-modal-alert-body .pmm-alert-content {
  padding: 0 3.2vw 3.2vw;
  max-height: 70vh;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 1em;
  line-height: 1.4;
  color: #333;
  display: flex;
  justify-content: center;
}
.pmm-modal-alert .pmm-alert-footer {
  padding: 2.133vw 3.2vw 3.2vw;
}
.pmm-modal-alert .pmm-alert-footer .pmm-alert-footer-btns {
  display: flex;
}
.pmm-modal-alert .pmm-alert-footer .pmm-alert-footer-btns .pmm-alert-footer-button {
  padding: 1.333vw 2.667vw;
  border-radius: 1.067vw;
  font-size: 1em;
  text-align: center;
  flex: 1;
  background-color: #f5f5f5;
  border: 1px solid #eee;
}
.pmm-modal-alert .pmm-alert-footer .pmm-alert-footer-btns .pmm-alert-footer-button.pmm-primary-button {
  background-color: #1677ff;
  color: #fff;
  border-color: #1677ff;
}
.pmm-modal-alert .pmm-alert-footer .pmm-alert-footer-btns .pmm-alert-footer-button.pmm-cancel-button {
  margin-left: 4vw;
}
.pmm-toast {
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pmm-toast .pmm-toast-mask {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
.pmm-toast .pmm-toast-body {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1.15em;
  padding: 2.667vw 5.333vw;
  border-radius: 2.133vw;
}
.pmm-question {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 4.267vw;
  font-weight: 400;
  line-height: 1.8;
  color: #333333;
}
.pmm-question *,
.pmm-question *::before,
.pmm-question *::after {
  box-sizing: border-box;
}
.pmm-question h1,
.pmm-question h2,
.pmm-question h3,
.pmm-question h4,
.pmm-question h5,
.pmm-question h6 {
  margin-top: 0;
  font-weight: 500;
  line-height: 1.2;
}
.pmm-question h1 {
  font-size: 2.5em;
}
.pmm-question h2 {
  font-size: 2em;
}
.pmm-question h3 {
  font-size: 1.75em;
}
.pmm-question h4 {
  font-size: 1.5em;
}
.pmm-question h5 {
  font-size: 1.25em;
}
.pmm-question h6 {
  font-size: 1em;
}
.pmm-question p {
  margin: 0;
}
.pmm-question ol,
.pmm-question ul,
.pmm-question dl {
  margin: 0;
}
.pmm-question ol ol,
.pmm-question ul ul,
.pmm-question ol ul,
.pmm-question ul ol {
  margin: 0;
}
.pmm-question b,
.pmm-question strong {
  font-weight: bolder;
}
.pmm-question a {
  color: #0d6efd;
  text-decoration: none;
}
.pmm-question a:hover {
  color: #024dbc;
  text-decoration: underline;
  text-decoration: none;
}
.pmm-question a:not([href]),
.pmm-question a:not([href]):hover {
  text-decoration: none;
}
.pmm-question img {
  vertical-align: middle;
}
.pmm-question table {
  max-width: 100%;
}
.pmm-question img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
@font-face {
  font-family: 'iconfont-ewt';
  /* project id 1523051 */
  src: url("//at.alicdn.com/t/font_1523051_vneidm5dqr8.eot");
  src: url("//at.alicdn.com/t/font_1523051_vneidm5dqr8.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_1523051_vneidm5dqr8.woff2") format("woff2"), url("//at.alicdn.com/t/font_1523051_vneidm5dqr8.woff") format("woff"), url("//at.alicdn.com/t/font_1523051_vneidm5dqr8.ttf") format("truetype"), url("//at.alicdn.com/t/font_1523051_vneidm5dqr8.svg#iconfont-ewt") format("svg");
}
.iconfont-ewt {
  font-family: "iconfont-ewt" !important;
  font-size: 1em;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-ewt-play:before {
  content: "\e655";
}
.icon-ewt-pause:before {
  content: "\e663";
}
.icon-ewt-loading:before {
  content: "\e6a6";
}
.icon-ewt-close:before {
  content: "\e63c";
}
.icon-ewt-arrow-right-dashed:before {
  content: "\e63d";
}
.icon-ewt-triangle-down:before {
  content: "\e652";
}
.icon-ewt-triangle-up:before {
  content: "\e653";
}
.icon-ewt-error:before {
  content: "\e63e";
}
.icon-ewt-success:before {
  content: "\e63f";
}
.icon-ewt-warning:before {
  content: "\e640";
}
.icon-ewt-info:before {
  content: "\e641";
}
.icon-ewt-arow-down:before {
  content: "\e64a";
}
.icon-ewt-arow-up:before {
  content: "\e64b";
}
.icon-ewt-arow-left:before {
  content: "\e64d";
}
.icon-ewt-arow-right:before {
  content: "\e654";
}
.icon-ewt-more:before {
  content: "\e60f";
}
.icon-ewt-camera:before {
  content: "\e621";
}
.icon-ewt-close-1:before {
  content: "\e62b";
}
.pmm-icon {
  font-style: normal;
}
@keyframes pmm-icon-animation-infinite {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.pmm-icon.icon-loading {
  -webkit-animation: pmm-icon-animation-infinite 1s infinite linear;
          animation: pmm-icon-animation-infinite 1s infinite linear;
}
.image__previwe__block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29.067vw;
  height: 29.067vw;
  margin-right: 3.2vw;
  margin-bottom: 1.333vw;
  background-color: #d8d8d8;
  background-size: cover;
}
.image__previwe__block .image__del {
  position: absolute;
  top: 0;
  left: 1.333vw;
  color: #000;
  font-size: 1.15em;
}
.image__preview__block__last {
  margin-right: 0;
}
.question__image__upload {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.question__image__upload .image__upload__add {
  display: inline-block;
  width: 29.067vw;
  height: 29.067vw;
  color: #3386ff;
  line-height: 29.067vw;
  text-align: center;
  background-color: #eaf2ff;
}
.question__image__upload .image__upload__add .icon-photo {
  font-size: 1.5em;
}
.question__image__upload .image__upload__fixed__add {
  position: fixed;
  right: 3.2vw;
  bottom: 25.333vw;
  width: 13.867vw;
  height: 13.867vw;
  color: #fff;
  line-height: 13.867vw;
  text-align: center;
  background-color: #3386ff;
  border-radius: 100%;
}
.input__hidden {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  visibility: hidden;
}

