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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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 */
  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: -2px; /* 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: .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: .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 {
  -ms-transform: translate(0, 100%);
      transform: translate(0, 100%);
}
.am-slide-up-enter, .am-slide-up-appear, .am-slide-up-leave {
  animation-duration: .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: .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: .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 {
  -ms-transform: translate(0, -100%);
      transform: translate(0, -100%);
}
.am-slide-down-enter, .am-slide-down-appear, .am-slide-down-leave {
  animation-duration: .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 {
  font-size: 16px;
  background-color: #f5f5f9;
}
*[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: 22px;
  height: 22px;
}
.am-icon-xxs {
  width: 15px;
  height: 15px;
}
.am-icon-xs {
  width: 18px;
  height: 18px;
}
.am-icon-sm {
  width: 21px;
  height: 21px;
}
.am-icon-md {
  width: 22px;
  height: 22px;
}
.am-icon-lg {
  width: 36px;
  height: 36px;
}
.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: 14px;
  text-align: center;
}
.am-toast > span {
  max-width: 50%;
}
.am-toast.am-toast-mask {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  top: 0;
}
.am-toast.am-toast-nomask {
  position: fixed;
  max-width: 50%;
  width: auto;
  left: 50%;
  top: 50%;
}
.am-toast.am-toast-nomask .am-toast-notice {
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
}
.am-toast-notice-content .am-toast-text {
  min-width: 60px;
  border-radius: 3px;
  color: #fff;
  background-color: rgba(58, 58, 58, 0.9);
  line-height: 1.5;
  padding: 9px 15px;
}
.am-toast-notice-content .am-toast-text.am-toast-text-icon {
  border-radius: 5px;
  padding: 15px 15px;
}
.am-toast-notice-content .am-toast-text.am-toast-text-icon .am-toast-text-info {
  margin-top: 6px;
}
.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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.am-modal-wrap-popup {
  display: block;
}
.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.am-modal-transparent {
  width: 270px;
}
.am-modal.am-modal-transparent .am-modal-content {
  border-radius: 7px;
  height: auto;
  padding-top: 15px;
}
.am-modal.am-modal-transparent .am-modal-content .am-modal-body {
  padding: 0 15px 15px;
}
.am-modal-title {
  margin: 0;
  font-size: 18px;
  line-height: 1;
  color: #000;
  text-align: center;
}
.am-modal-header {
  padding: 6px 15px 15px;
}
.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: 15px;
  z-index: 999;
  height: 21px;
  width: 21px;
}
.am-modal-close-x {
  display: inline-block;
  width: 15px;
  height: 15px;
  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: 15px;
  color: #888;
  height: 100%;
  line-height: 1.5;
  overflow: auto;
}
.am-modal-button-group-h {
  position: relative;
  border-top: 1PX solid #ddd;
  display: -ms-flexbox;
  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;
    -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    -ms-transform: scaleY(0.5);
        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 {
    -ms-transform: scaleY(0.33);
        transform: scaleY(0.33);
  }
}
.am-modal-button-group-h .am-modal-button {
  -webkit-touch-callout: none;
  -ms-flex: 1;
  flex: 1;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #108ee9;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  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%;
    -ms-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    -ms-transform: scaleX(0.5);
        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 {
    -ms-transform: scaleX(0.33);
        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: 18px;
  height: 50px;
  line-height: 50px;
  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;
    -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    -ms-transform: scaleY(0.5);
        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 {
    -ms-transform: scaleY(0.33);
        transform: scaleY(0.33);
  }
}
.am-modal-button-active {
  background-color: #ddd;
}
.am-modal-input-container {
  margin-top: 9px;
  border: 1PX solid #ddd;
  border-radius: 3px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-modal-input-container {
    position: relative;
    border: none;
    transform: translateZ(0);
  }
  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;
    -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    -ms-transform: scale(0.5);
        transform: scale(0.5);
    box-sizing: border-box;
    pointer-events: none;
    z-index: -1;
  }
}
.am-modal-input {
  height: 36px;
  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;
    -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    -ms-transform: scaleY(0.5);
        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 {
    -ms-transform: scaleY(0.33);
        transform: scaleY(0.33);
  }
}
.am-modal-input input {
  position: relative;
  border: 0;
  width: 98%;
  height: 34px;
  top: 1PX;
  box-sizing: border-box;
  margin: 0;
}
.am-modal-input input::-webkit-input-placeholder {
  font-size: 14px;
  color: #ccc;
  padding-left: 8px;
}
.am-modal-input input:-ms-input-placeholder {
  font-size: 14px;
  color: #ccc;
  padding-left: 8px;
}
.am-modal-input input::-ms-input-placeholder {
  font-size: 14px;
  color: #ccc;
  padding-left: 8px;
}
.am-modal-input input:-ms-input-placeholder {
  font-size: 14px;
  color: #ccc;
  padding-left: 8px;
}
.am-modal-input input::placeholder {
  font-size: 14px;
  color: #ccc;
  padding-left: 8px;
}
.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: 9px 24px 12px;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-header .am-modal-title {
  text-align: left;
  font-size: 21px;
  color: #000;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body {
  color: #000;
  text-align: left;
  padding: 0 24px 15px;
}
.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;
    -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    -ms-transform: scaleY(0.5);
        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 {
    -ms-transform: scaleY(0.33);
        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: 12px;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h {
  overflow: hidden;
  border-top: 0;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 12px;
}
.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 {
  -ms-flex: initial;
  flex: initial;
  margin-left: 3px;
  padding: 0 15px;
  height: 48px;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  padding: 0 12px;
}
.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 15px;
  margin-left: 3px;
  height: 48px;
  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: 15px;
}
.am-modal.am-modal-operation .am-modal-content {
  border-radius: 7px;
  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: 15px;
}
.am-modal-alert-content, .am-modal-propmt-content {
  zoom: 1;
  overflow: hidden;
}
.login_header_navigator_3k7{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 0;
    line-height: 44px;
    height: 44px;
    font-size: 18px;
    color: #323232;
    background: #fff;
}

.login_header_navigator_3k7 .login_back_btn_3aH{
    position: absolute;
    left: 8px;
    font-size: 28px;
}

.login_header_navigator_3k7 .login_header_operate_btn_3aT{
    font-size: 16px;
}

.login_login_wrapper_X0z{
    padding-top: 10px;
}
.login_ava_wrapper_2rG{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 92px;
    height: 92px;
    margin: 0 auto 63px;
    border-radius: 50%;
    border: 1px solid #C8C8C8;
}
.login_ava_wrapper_2rG img{
    width: 77px;
    height: 77px;
    border-radius: 50%;
}
.login_verify_wrappper_2Sc{
    padding-top: 34px;
}
.login_input_wrappper_Fc3{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 auto;
    padding: 0 18px;
    width: 277px;
    height: 40px;
    border: 1px solid #C8C8C8;
    border-radius: 22px;
}
.login_input_wrappper_Fc3 .login_input_icon_wrapper_1wq{
    font-size: 18px;
    color: #FFB02E;
}
.login_input_wrappper_Fc3 .login_input_icon_right_wrapper_2D_{
    position: absolute;
    right: 18px;
    top: 0;
    bottom: 0;
    font-size: 18px;
    line-height: 38px;
    color: #FFB02E;
}
.login_input_wrappper_Fc3 .login_input_section_2H4{
    -ms-flex: 1;
        flex: 1;
    border: none;
    outline: none;
    width: calc(100% - 50px);
    padding-left: 20px
}
.login_input_wrappper_Fc3 .login_input_section_2H4.login_verify_input_qNU{
    width: 100px;
}
.login_input_wrappper_Fc3 .login_input_section_2H4::-webkit-input-placeholder{
    font-size: 14px;
    color: #969696;
}
.login_input_wrappper_Fc3 .login_verify_code_div_2Xt{
    -ms-flex: 0 0 66px;
        flex: 0 0 66px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-right: 7px;
    height: 20px;
    background: #FFB02E;
    color: #fff;
    text-align: center;
    font-size: 10px;
    border-radius: 3px;
}
.login_input_wrappper_Fc3 .login_arrow_down_1Yz{
    color: #969696;
    font-size: 20px;
}
.login_input_wrappper_Fc3.login_input_wrappper_pwd_1KM{
    margin-top: 16px;
}
.login_input_wrappper_Fc3.login_register_3ks{
    margin-top: 63px;
}
.login_input_wrappper_Fc3.login_input_wrappper_register_24z{
    margin-top: 14px;
}
.login_login_btn_3K5{
    margin: 17px auto 0;
    width: 277px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    background-image: linear-gradient(to left, #FC4C02 0%, #F7931C 100%);
    font-size: 16px;
    color: #FAFAFA;
    text-align: center;
    box-shadow: 0 2px 4px #999;
}
.login_link_arr_LBC{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 17px auto 0;
    padding: 0 3px;
    width: 277px;
    font-size: 12px;
    color: #969696;
}

/** 注册 **/
.login_step_section_2WR{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    margin: 0 auto;
    padding-top: 17px;
    width: 145px;
}
.login_step_section_2WR .login_circle_2Me{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #D8D8D8;
    z-index: 1;
}
.login_step_section_2WR .login_circle_red_jzV{
    background: #FC4C02;
}
.login_step_section_2WR .login_circle_green_1Nm{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    color: #7ED321;
    font-size: 24px;
    background: #fff;
}
.login_step_section_2WR:after{
    position: absolute;
    top: 27px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    content: '';
    height: 1px;
    background: #D8D8D8;
    z-index: 0;
}.app_h5_search_selector_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  background-color: #FAFAFA;
  z-index: 999;
}
.app_h5_search_selector_wrapper .app_h5_search_selector_top {
  position: relative;
  height: 44px;
  line-height: 44px;
  padding: 0 16px;
  text-align: center;
  font-size: 18px;
  color: #323232;
  background-color: #fff;
}
.app_h5_search_selector_wrapper .app_h5_search_selector_top .app_h5_search_selector_top_back {
  color: #323232;
  position: absolute;
  left: 16px;
  top: 0;
  font-size: 24px;
}
.app_h5_search_selector_wrapper .app_h5_search_selector_search_bar {
  position: relative;
  height: 53px;
  padding: 8px 14px;
  background-color: #FAFAFA;
}
.app_h5_search_selector_wrapper .app_h5_search_selector_search_bar .app_h5_search_selector_search_input_box {
  height: 100%;
  width: 100%;
  background-color: #fff;
  display: flex;
}
.app_h5_search_selector_wrapper .app_h5_search_selector_search_bar .app_h5_search_selector_search_input_icon {
  font-size: 18px;
  display: inline-block;
  margin: 0 6px;
  line-height: 37px;
  color: #CCCCCC;
}
.app_h5_search_selector_wrapper .app_h5_search_selector_search_bar .app_h5_search_selector_search_bar_input {
  height: 37px;
  flex: 1;
  outline: none;
  border: 0;
  line-height: 37px;
}
.app_h5_search_selector_wrapper .app_h5_search_selector_search_bar input::placeholder {
  font-size: 14px;
  color: #BABABA;
}
.app_h5_search_selector_wrapper .app_h5_search_selector_search_list {
  overflow: scroll;
  background-color: #fff;
  height: 100vh;
}
.app_h5_search_selector_wrapper .app_h5_search_selector_search_list .app_h5_search_selector_search_list_item {
  height: 44px;
  line-height: 44px;
  margin-left: 14px;
  border-bottom: 1px solid #ECECEC;
  font-size: 15px;
  color: #666666;
}
.app_h5_search_selector_wrapper .app_h5_search_selector_search_list .app_h5_search_selector_search_list_item:last-child {
  border-bottom: none;
}
.user_banner_2e9 {
    width: 100%;
    height: 110px;
    background-image: linear-gradient(180deg, #FC4C02 0%, #F7931C 100%);
}

.user_banner_2e9 .user_back_btn_Ans {
    position: absolute;
    left: 8px;
    line-height: 44px;
    font-size: 28px;
}

.user_function_section_25k {
    position: relative;
}

.user_user_block_21s {
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    width: 345px;
    height: 161px;
    margin: 0 auto 0;
    padding-top: 45px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
    border-radius: 4px;
}

.user_user_block_21s .user_ava_wrapper_ujY {
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    background: #fff;
    border-radius: 50%;
}

.user_user_block_21s .user_ava_wrapper_ujY img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.user_user_block_21s .user_user_name_2DS {
    width: 100%;
    line-height: 25px;
    height: 25px;
    font-size: 18px;
    color: #333333;
    text-align: center;
}

.user_user_block_21s .user_info_modules_2oQ {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 20px;
    padding: 0 10px;
}

.user_user_block_21s .user_info_modules_2oQ .user_info_module_3AV {
    width: 50px;
    text-align: center;
}

.user_user_block_21s .user_info_modules_2oQ .user_module_num_YFy {
    line-height: 28px;
    font-size: 20px;
    color: #333333;
}

.user_user_block_21s .user_info_modules_2oQ .user_module_text_37Y {
    margin-top: 3px;
    line-height: 20px;
    font-size: 14px;
    color: #878990;
}

.user_module_num_img_3s_ {
    width: 21px;
    height: 21px;
    margin-left: 18px;
    margin-right: 15px;
}

.user_white_block_3WM {
    width: 100%;
    height: 106px;
    background: #fff;
}

.user_funciton_item_1si {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 1px;
    line-height: 52px;
    background: #fff;
    font-size: 16px;
    color: #333;
}

.user_funciton_item_1si .user_function_icon_3pF {
    font-size: 20px;
    margin-left: 18px;
    margin-right: 15px;
}

.user_funciton_item_1si.user_funciton_item_picture_1N7 .user_function_icon_3pF {
    font-size: 16px;
}

.user_funciton_item_1si.user_top11px_1aU {
    margin-top: 11px;
}

.user_logout_btn_2e6 {
    margin: 30px auto 40px;
    width: 335px;
    line-height: 44px;
    border-radius: 4px;
    font-size: 16px;
    color: #EE6464;
    text-align: center;
    background: #fff;
}

@media screen and (max-width:370px) {
    .user_user_block_21s {
        width: 300px;
    }
    .user_logout_btn_2e6 {
        width: 290px;
    }
}


/**我的色号*/

.user_color_list_2zU {
    // margin-top: 20px;
}


/**我的收藏*/

.user_collect_list_3Sh, .user_recipe_list_3sl {
    // margin-top: 20px;
}


/** 图片配方详情 **/

.user_picturerecipe_wrapper_2wB .user_remarks_wrapper_2Om {
    margin-top: 15px;
}

.user_picturerecipe_wrapper_2wB .user_remarks_wrapper_2Om .user_remarks_26z {
    padding: 0 10px;
    line-height: 24px;
    font-size: 14px;
    line-height: 24px;
}

.user_picturerecipe_wrapper_2wB .user_picture_3k8 {
    margin-top: 15px;
    padding: 10px 0;
}

.user_picturerecipe_wrapper_2wB .user_picture_3k8 img {
    width: 200px;
    margin: 0 auto;
    display: inherit;
}

.user_picturerecipe_wrapper_2wB .user_picture_title_1Vg, .user_picturerecipe_wrapper_2wB .user_remarks_title_jW5 {
    margin-left: 10px;
    margin-bottom: 5px;
}
.user_my_recope_bar_3mZ{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    -ms-flex-direction: row;
        flex-direction: row;
    background-color: white;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
   
}
.user_my_recope_bar_3mZ .user_search_view_2YG{
    width: 72%;
    height: 42px;
    line-height: 42px;
}
.user_my_recope_bar_3mZ .user_search_view_2YG .user_search_bar_box_3MF{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: #FAFAFA;
    border-radius: 23px;
    padding-left: 16px;
    padding-right: 16px;
    color: #B7B9C1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
}
/* @media screen and (max-width: 250px) {
            .search_bar_box{
                width: 200px;
            }
        } */
.user_my_recope_bar_3mZ .user_search_view_2YG .user_search_bar_placeholder_1Y7{
    font-size: 14px;
    width: 100%;
    height: 100%;
    background-color: #FAFAFA;
    border: 0;
    border-radius: 23px;
    padding-left: 5px;
}
.user_my_recope_bar_3mZ .user_search_view_2YG .user_search_bar_search_icon_2x5{
    font-size: 18px;
    color: #B4B5BD ;
}
.user_my_recope_bar_3mZ .user_dustbin_img_1EQ{
    display: -ms-flexbox;
    display: flex;
    width: 46px;
    height: 20px;
    padding-left: 15px;
}
.user_my_recope_bar_3mZ .user_dustbin_img_1EQ img{
    width: 20px;
    height: 20px;
}
.checkboxitemview .am-list-item .am-list-thumb:first-child{
        margin-right: 0px;
        padding: 0;
}
.checkboxitemview .am-list-item .am-list-thumb:first-child .am-checkbox.am-checkbox-checked .am-checkbox-inner {
    border-color: #FC4C02;
    background: #FC4C02;
    width: 17px;
    height: 17px;
    top: 2px;
    right: 4px;
}
.checkboxitemview .am-list-item .am-list-thumb:first-child .am-checkbox.am-checkbox-checked .am-checkbox-inner:after {
    width: 4px;
    height: 9px;
}
.checkboxitemview .am-list-item .am-list-thumb:first-child .am-checkbox-inner {
    top: 2px;
    right: 4px;
    width: 17px;
    height: 17px;
}
.checkboxitemview .am-list-item.am-list-item-middle .am-list-line{
    padding-right: 10px;
}


.am-list-header {
  padding: 15px 15px 9px 15px;
  font-size: 14px;
  color: #888;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.am-list-footer {
  padding: 9px 15px 15px 15px;
  font-size: 14px;
  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;
    -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    -ms-transform: scaleY(0.5);
        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 {
    -ms-transform: scaleY(0.33);
        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;
    -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    -ms-transform: scaleY(0.5);
        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 {
    -ms-transform: scaleY(0.33);
        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;
    -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    -ms-transform: scaleY(0.5);
        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 {
    -ms-transform: scaleY(0.33);
        transform: scaleY(0.33);
  }
}
.am-list-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  min-height: 44px;
  background-color: #fff;
  vertical-align: middle;
  overflow: hidden;
  transition: background-color 200ms;
  -ms-flex-align: center;
  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%;
  -ms-transform: scale(0);
      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 {
  -ms-flex-align: start;
  align-items: flex-start;
}
.am-list-item.am-list-item-top .am-list-line .am-list-arrow {
  margin-top: 2px;
}
.am-list-item.am-list-item-middle .am-list-line {
  -ms-flex-align: center;
  align-items: center;
}
.am-list-item.am-list-item-bottom .am-list-line {
  -ms-flex-align: end;
  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: 22px;
  height: 22px;
  vertical-align: middle;
}
.am-list-item .am-list-thumb:first-child {
  margin-right: 15px;
}
.am-list-item .am-list-thumb:last-child {
  margin-left: 8px;
}
.am-list-item .am-list-line {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding-right: 15px;
  overflow: hidden;
  /* list左侧主内容*/
  /* list右补充内容*/
  /* 辅助性文字*/
  /* list右侧箭头*/
}
.am-list-item .am-list-line .am-list-content {
  -ms-flex: 1;
  flex: 1;
  color: #000;
  font-size: 17px;
  line-height: 1.5;
  text-align: left;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 7px;
  padding-bottom: 7px;
}
.am-list-item .am-list-line .am-list-extra {
  -ms-flex-preferred-size: 36%;
      flex-basis: 36%;
  color: #888;
  font-size: 16px;
  line-height: 1.5;
  text-align: right;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 7px;
  padding-bottom: 7px;
}
.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: 15px;
  line-height: 1.5;
  margin-top: 6px;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.am-list-item .am-list-line .am-list-arrow {
  display: block;
  width: 15px;
  height: 15px;
  margin-left: 8px;
  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;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.am-list-item .am-list-line .am-list-arrow-vertical-up {
  visibility: visible;
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
}
.am-list-item .am-list-line-multiple {
  padding: 12.5px 15px 12.5px 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: 17px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.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: 30px;
  min-height: 30px;
  background-color: #f5f5f9;
}
.am-indexed-list-section-header .am-list-item .am-list-line {
  height: 30px;
  min-height: 30px;
}
.am-indexed-list-section-header .am-list-item .am-list-content {
  font-size: 14px !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: 16px;
  list-style: none;
  padding: 0;
}
.am-indexed-list-quick-search-bar li {
  padding: 0 5px;
}
.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: -15px auto auto -30px;
  width: 60px;
  height: 30px;
  background: transparent;
  opacity: 0.7;
  color: #0af;
  font-size: 20px;
  border-radius: 30px;
  z-index: 1999;
  text-align: center;
  line-height: 30px;
}
.am-indexed-list-qsindicator-hide {
  display: none;
}
.integral_userinfo_wrapper_7Bo{
    padding: 10px;
    background: #fafafa;
}
.integral_userinfo_block_1JI{
    width: 345px;
    height: 145px;
    margin: 0 auto;
    background: #fff;
    border-radius: 4px;
}
@media screen and (max-width:370px){
    .integral_userinfo_block_1JI{
        width: 300px;
    }
}

.integral_base_info_3Xt{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 15px;
}

.integral_base_info_3Xt .integral_ava_wrapper_1Hj{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 19px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.integral_base_info_3Xt img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.integral_base_info_3Xt .integral_name_and_rank_2b1{
    margin-left: 14px;
}

.integral_base_info_3Xt .integral_name_and_rank_2b1 .integral_user_name_1hF{
    line-height: 22px;
    font-size: 16px;
    color: #333333;
}

.integral_base_info_3Xt .integral_name_and_rank_2b1 .integral_user_rank_1Jl{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 3px;
    font-size: 14px;
    color: #989898;
}

.integral_base_info_3Xt .integral_name_and_rank_2b1 .integral_rank_name_3gJ{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    padding-bottom: 6px;
    margin-left: 20px;
}

.integral_base_info_3Xt .integral_name_and_rank_2b1 .integral_rank_name_3gJ img{
    width: 35px;
    height: 14px;
    border-radius: 0;
}

.integral_base_info_3Xt .integral_name_and_rank_2b1 .integral_rank_name_3gJ:after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #FC4C02;
    border-radius: 2px;
}

.integral_base_info_3Xt .integral_name_and_rank_2b1 .integral_rank_text_2nM{
    margin-left: 5px;
    color: #4A4A4A;
}
.integral_integral_section_3-k{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 16px;
}
.integral_integral_section_3-k .integral_integral_item_18_{
    width: 100px;
    text-align: center;
}
.integral_integral_section_3-k .integral_int_num_2hU{
    line-height: 28px;
    font-size: 20px
}
.integral_integral_section_3-k .integral_int_num_2hU.integral_color_gold_3ZH{
    color: #FFB02E;
}
.integral_integral_section_3-k .integral_int_num_2hU.integral_color_green_1Oj{
    color: #2CB792;
}
.integral_integral_section_3-k .integral_int_num_2hU.integral_color_red_2vC{
    color: #FF7752;
}
.integral_integral_section_3-k .integral_int_name_2fP{
    margin-top: 3px;
    font-size: 14px;
    color: #989898;
    text-align: center;
}
.integral_int_list_2AO{
    background: #fff;
}.app_h5_integral_item_int_single {
  display: flex;
  justify-content: space-between;
  height: 70px;
  padding: 14px 15px 0;
  border-top: 1px solid #eee;
  background: #fff;
}
.app_h5_integral_item_int_info_left {
  text-align: left;
}
.app_h5_integral_item_info_title {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  max-width: calc(100vw - 115px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.app_h5_integral_item_info_date {
  margin-top: 3px;
  font-size: 14px;
  line-height: 20px;
  color: #989898;
}
.app_h5_integral_item_info_right {
  text-align: right;
  font-size: 15px;
  line-height: 21px;
}
.app_h5_integral_item_money_award {
  color: #2CB792;
}
.app_h5_integral_item_int_award {
  margin-top: 6px;
  color: #FF7752;
}
.app_h5_list_nodata_wrapper {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -webkit-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  box-pack: center;
  -webkit--moz-box-pack: center;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-flex-flow: column;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  box-align: center;
  -webkit-box-align: center;
  width: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  background: white;
}
.app_h5_list_nodata_title {
  padding: 20px 20px 0px 20px;
  color: #989898;
  width: 100%;
  text-align: center;
  font-size: 15px;
}
.app_h5_list_nodata_image {
  width: 136px;
  background-size: contain;
  border: none;
}
.am-checkbox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
}
.am-checkbox-inner {
  position: absolute;
  right: 0;
  width: 21px;
  height: 21px;
  border: 1px solid #ccc;
  border-radius: 50%;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  box-sizing: border-box;
}
.am-checkbox-inner:after {
  position: absolute;
  display: none;
  top: 1.5px;
  right: 6px;
  z-index: 999;
  width: 5px;
  height: 11px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: ' ';
  -ms-transform: rotate(45deg);
      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: 21px;
  height: 21px;
}
.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: 44px;
}
.am-list .am-list-item.am-checkbox-item .am-list-thumb .am-checkbox-inner {
  left: 15px;
  top: 12px;
}
.am-list .am-list-item.am-checkbox-item.am-checkbox-item-disabled .am-list-content {
  color: #bbb;
}
.am-checkbox-agree {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: 15px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.am-checkbox-agree .am-checkbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 100%;
}
.am-checkbox-agree .am-checkbox-inner {
  left: 0;
  top: 12px;
}
.am-checkbox-agree .am-checkbox-agree-label {
  display: inline-block;
  font-size: 15px;
  color: #000;
  line-height: 1.5;
  margin-left: 30px;
  margin-top: 1PX;
}
.app_h5_collect_item_checkbox_item {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
}
.app_h5_collect_item_checkbox_item .am-list-item .am-list-thumb:first-child {
  margin-right: 0px;
}
.app_h5_collect_item_checkbox_item .am-list-item .am-list-thumb:first-child .am-checkbox.am-checkbox-checked .am-checkbox-inner {
  border-color: #FC4C02;
  background: #FC4C02;
  width: 17px;
  height: 17px;
  top: 11.5px;
  left: 15px;
}
.app_h5_collect_item_checkbox_item .am-list-item .am-list-thumb:first-child .am-checkbox.am-checkbox-checked .am-checkbox-inner:after {
  width: 4px;
  height: 9px;
}
.app_h5_collect_item_checkbox_item .am-list-item .am-list-thumb:first-child .am-checkbox-inner {
  width: 17px;
  height: 17px;
}
.app_h5_collect_item_checkbox_item .am-list-item.am-list-item-middle .am-list-line {
  padding-right: 0;
}
.app_h5_collect_item_collect_wrapper {
  position: relative;
  padding: 10px 6px 0 5px;
  width: 86%;
  height: 57px;
  background: #FFFFFF;
}
.app_h5_collect_item_collect_wrapper:not(:first-child) {
  margin-top: 2px;
  border-top: 2px solid #fafafa;
}
.app_h5_collect_item_collect_wrapper:first-child {
  margin-top: 1px;
}
.app_h5_collect_item_color_info {
  line-height: 20px;
}
.app_h5_collect_item_palette {
  color: #646464;
}
.app_h5_collect_item_color_num {
  margin-left: 9px;
  font-size: 14px;
  color: #323232;
}
.app_h5_collect_item_color_name {
  font-size: 14px;
  color: #323232;
}
.app_h5_collect_item_collect_info {
  display: flex;
  justify-content: space-between;
  margin-top: 2px;
  line-height: 20px;
  font-size: 14px;
  color: #989898;
}
.app_h5_collect_item_collect_info .app_h5_collect_item_car_info {
  max-width: 65%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/**图片配方**/
.app_h5_picture_item_recipe_wrapper {
  display: flex;
  justify-content: space-between;
  padding: 10px 12px 0 19px;
  height: 57px;
  background: #FFFFFF;
}
.app_h5_picture_item_recipe_wrapper:not(:first-child) {
  border-top: 1px solid #eee;
}
.app_h5_picture_item_recipe_wrapper:first-child {
  margin-top: 1px;
}
.app_h5_picture_item_recipe_name {
  line-height: 20px;
  font-size: 14px;
  color: #323232;
  max-width: calc(100vw - 130px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.app_h5_picture_item_recipe_right {
  width: 82px;
  text-align: left;
  font-size: 14px;
  color: #989898;
}
.app_h5_picture_item_recipe_date {
  margin-top: 7px;
}
.app_h5_collect_item_common_btn {
  padding: 0px 11px;
  border: 1px solid #FC4C02;
  color: #FC4C02;
  border-radius: 11px;
  font-size: 12px;
  position: absolute;
  right: 5px;
  top: 9px;
}
.app_h5_collect_item_collect_wrapper {
  position: relative;
  padding: 10px 6px 0 5px;
  height: 57px;
  background: #FFFFFF;
}
.app_h5_collect_item_collect_wrapper:not(:first-child) {
  margin-top: 2px;
  border-top: 2px solid #fafafa;
}
.app_h5_collect_item_collect_wrapper:first-child {
  margin-top: 1px;
}
.app_h5_collect_item_color_info {
  line-height: 20px;
}
.app_h5_collect_item_palette {
  color: #646464;
}
.app_h5_collect_item_color_num {
  margin-left: 9px;
  font-size: 14px;
  color: #323232;
}
.app_h5_collect_item_color_name {
  font-size: 14px;
  color: #323232;
  max-width: 65%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.app_h5_collect_item_collect_info {
  display: flex;
  justify-content: space-between;
  margin-top: 2px;
  line-height: 20px;
  font-size: 14px;
  color: #989898;
}
.app_h5_collect_item_collect_info .app_h5_collect_item_car_info {
  max-width: 65%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/**图片配方**/
.app_h5_picture_item_recipe_wrapper {
  display: flex;
  justify-content: space-between;
  padding: 10px 12px 0 19px;
  height: 57px;
  background: #FFFFFF;
}
.app_h5_picture_item_recipe_wrapper:not(:first-child) {
  border-top: 1px solid #eee;
}
.app_h5_picture_item_recipe_wrapper:first-child {
  margin-top: 1px;
}
.app_h5_picture_item_recipe_name {
  line-height: 20px;
  font-size: 14px;
  color: #323232;
  max-width: calc(100vw - 130px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.app_h5_picture_item_recipe_right {
  width: 82px;
  text-align: left;
  font-size: 14px;
  color: #989898;
}
.app_h5_picture_item_recipe_date {
  margin-top: 7px;
}
.app_h5_collect_item_common_btn {
  padding: 0px 11px;
  border: 1px solid #FC4C02;
  color: #FC4C02;
  border-radius: 11px;
  font-size: 12px;
  position: absolute;
  right: 5px;
  top: 9px;
}
.app_h5_tabs_ {
  box-sizing: border-box;
  display: flex;
  flex: 1;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.app_h5_tabs_ * {
  box-sizing: border-box;
}
.app_h5_tabs_-content-wrap {
  display: flex;
  flex: 1;
  width: 100%;
  height: 100%;
}
.app_h5_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;
}
.app_h5_tabs_-pane-wrap {
  width: 100%;
  flex-shrink: 0;
  overflow-y: auto;
}
.app_h5_tabs_-tab-bar-wrap {
  flex-shrink: 0;
  min-height: 45px;
}
.app_h5_tabs_-horizontal .app_h5_tabs_-pane-wrap-active {
  height: auto;
}
.app_h5_tabs_-horizontal .app_h5_tabs_-pane-wrap-inactive {
  height: 0;
  overflow: visible;
}
.app_h5_tabs_-vertical .app_h5_tabs_-content-wrap {
  flex-direction: column;
}
.app_h5_tabs_-vertical .app_h5_tabs_-tab-bar-wrap {
  height: 100%;
}
.app_h5_tabs_-vertical .app_h5_tabs_-pane-wrap {
  height: 100%;
}
.app_h5_tabs_-vertical .app_h5_tabs_-pane-wrap-active {
  overflow: auto;
}
.app_h5_tabs_-vertical .app_h5_tabs_-pane-wrap-inactive {
  overflow: hidden;
}
.app_h5_tabs_-top,
.app_h5_tabs_-bottom {
  flex-direction: column;
}
.app_h5_tabs_-left,
.app_h5_tabs_-right {
  flex-direction: row;
}
.app_h5_tabs_default_bar_ {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}
.app_h5_tabs_default_bar_-tab {
  position: relative;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #989898;
  height: 44px;
  line-height: 44px;
}
.app_h5_tabs_default_bar_-tab .am-badge .am-badge-text {
  top: -13px;
  transform: translateX(-5px);
}
.app_h5_tabs_default_bar_-tab .am-badge .am-badge-dot {
  top: -6px;
  transform: translateX(0);
}
.app_h5_tabs_default_bar_-tab-active {
  color: #F56159;
}
.app_h5_tabs_default_bar_-underline {
  position: absolute;
  border: 1px #EE6464 solid;
}
.app_h5_tabs_default_bar_-animated .app_h5_tabs_default_bar_-content {
  transition: transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  will-change: transform;
}
.app_h5_tabs_default_bar_-animated .app_h5_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;
}
.app_h5_tabs_default_bar_-top,
.app_h5_tabs_default_bar_-bottom {
  flex-direction: row;
}
.app_h5_tabs_default_bar_-top .app_h5_tabs_default_bar_-content,
.app_h5_tabs_default_bar_-bottom .app_h5_tabs_default_bar_-content {
  display: flex;
  width: 100%;
  flex-direction: row;
}
.app_h5_tabs_default_bar_-top .app_h5_tabs_default_bar_-prevpage,
.app_h5_tabs_default_bar_-bottom .app_h5_tabs_default_bar_-prevpage {
  pointer-events: none;
  position: absolute;
  top: 0;
  display: block;
  width: 59px;
  height: 100%;
  content: ' ';
  z-index: 999;
  left: 0;
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}
.app_h5_tabs_default_bar_-top .app_h5_tabs_default_bar_-nextpage,
.app_h5_tabs_default_bar_-bottom .app_h5_tabs_default_bar_-nextpage {
  pointer-events: none;
  position: absolute;
  top: 0;
  display: block;
  width: 59px;
  height: 100%;
  content: ' ';
  z-index: 999;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}
.app_h5_tabs_default_bar_-top .app_h5_tabs_default_bar_-tab,
.app_h5_tabs_default_bar_-bottom .app_h5_tabs_default_bar_-tab {
  padding: 8px 0;
}
.app_h5_tabs_default_bar_-top .app_h5_tabs_default_bar_-underline,
.app_h5_tabs_default_bar_-bottom .app_h5_tabs_default_bar_-underline {
  bottom: -2px;
}
.app_h5_tabs_default_bar_-left,
.app_h5_tabs_default_bar_-right {
  flex-direction: column;
}
.app_h5_tabs_default_bar_-left .app_h5_tabs_default_bar_-content,
.app_h5_tabs_default_bar_-right .app_h5_tabs_default_bar_-content {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.app_h5_tabs_default_bar_-left .app_h5_tabs_default_bar_-tab,
.app_h5_tabs_default_bar_-right .app_h5_tabs_default_bar_-tab {
  padding: 0 8px;
}
.app_h5_tabs_default_bar_-left .app_h5_tabs_default_bar_-underline {
  right: 0;
}
.app_h5_tabs_default_bar_-right .app_h5_tabs_default_bar_-underline {
  left: 0;
}
.thermo_app_h5_tabs_ {
  box-sizing: border-box;
  display: flex;
  flex: 1;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.thermo_app_h5_tabs_ * {
  box-sizing: border-box;
}
.thermo_app_h5_tabs_-content-wrap {
  display: flex;
  flex: 1;
  width: 100%;
  height: 100%;
}
.thermo_app_h5_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;
}
.thermo_app_h5_tabs_-pane-wrap {
  width: 100%;
  flex-shrink: 0;
  overflow-y: auto;
}
.thermo_app_h5_tabs_-tab-bar-wrap {
  flex-shrink: 0;
  min-height: 46px;
  background-color: #E6E6E6;
}
.thermo_app_h5_tabs_-horizontal .thermo_app_h5_tabs_-pane-wrap-active {
  height: auto;
}
.thermo_app_h5_tabs_-horizontal .thermo_app_h5_tabs_-pane-wrap-inactive {
  height: 0;
  overflow: visible;
}
.thermo_app_h5_tabs_-vertical .thermo_app_h5_tabs_-content-wrap {
  flex-direction: column;
}
.thermo_app_h5_tabs_-vertical .thermo_app_h5_tabs_-tab-bar-wrap {
  height: 100%;
}
.thermo_app_h5_tabs_-vertical .thermo_app_h5_tabs_-pane-wrap {
  height: 100%;
}
.thermo_app_h5_tabs_-vertical .thermo_app_h5_tabs_-pane-wrap-active {
  overflow: auto;
}
.thermo_app_h5_tabs_-vertical .thermo_app_h5_tabs_-pane-wrap-inactive {
  overflow: hidden;
}
.thermo_app_h5_tabs_-top,
.thermo_app_h5_tabs_-bottom {
  flex-direction: column;
}
.thermo_app_h5_tabs_-left,
.thermo_app_h5_tabs_-right {
  flex-direction: row;
}
.thermo_app_h5_tabs_default_bar_ {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}
.thermo_app_h5_tabs_default_bar_-tab {
  position: relative;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #989898;
  height: 24px;
  line-height: 24px;
}
.thermo_app_h5_tabs_default_bar_-tab .am-badge .am-badge-text {
  top: -13px;
  transform: translateX(-5px);
}
.thermo_app_h5_tabs_default_bar_-tab .am-badge .am-badge-dot {
  top: -6px;
  transform: translateX(0);
}
.thermo_app_h5_tabs_default_bar_-tab-active {
  color: #EE3134;
}
.thermo_app_h5_tabs_default_bar_-underline {
  position: absolute;
  border: 1.5px #EE3134 solid;
}
.thermo_app_h5_tabs_default_bar_-animated .thermo_app_h5_tabs_default_bar_-content {
  transition: transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  will-change: transform;
}
.thermo_app_h5_tabs_default_bar_-animated .thermo_app_h5_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;
}
.thermo_app_h5_tabs_default_bar_-top,
.thermo_app_h5_tabs_default_bar_-bottom {
  flex-direction: row;
}
.thermo_app_h5_tabs_default_bar_-top .thermo_app_h5_tabs_default_bar_-content,
.thermo_app_h5_tabs_default_bar_-bottom .thermo_app_h5_tabs_default_bar_-content {
  display: flex;
  width: 100%;
  flex-direction: row;
}
.thermo_app_h5_tabs_default_bar_-top .thermo_app_h5_tabs_default_bar_-content div:nth-last-child(2),
.thermo_app_h5_tabs_default_bar_-bottom .thermo_app_h5_tabs_default_bar_-content div:nth-last-child(2) {
  border-right: none;
}
.thermo_app_h5_tabs_default_bar_-top .thermo_app_h5_tabs_default_bar_-prevpage,
.thermo_app_h5_tabs_default_bar_-bottom .thermo_app_h5_tabs_default_bar_-prevpage {
  pointer-events: none;
  position: absolute;
  top: 0;
  display: block;
  width: 59px;
  height: 100%;
  content: ' ';
  z-index: 999;
  left: 0;
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}
.thermo_app_h5_tabs_default_bar_-top .thermo_app_h5_tabs_default_bar_-nextpage,
.thermo_app_h5_tabs_default_bar_-bottom .thermo_app_h5_tabs_default_bar_-nextpage {
  pointer-events: none;
  position: absolute;
  top: 0;
  display: block;
  width: 59px;
  height: 100%;
  content: ' ';
  z-index: 999;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}
.thermo_app_h5_tabs_default_bar_-top .thermo_app_h5_tabs_default_bar_-tab,
.thermo_app_h5_tabs_default_bar_-bottom .thermo_app_h5_tabs_default_bar_-tab {
  margin: 10px 0;
  border-right: 1px solid #D8D8D8;
}
.thermo_app_h5_tabs_default_bar_-top .thermo_app_h5_tabs_default_bar_-underline,
.thermo_app_h5_tabs_default_bar_-bottom .thermo_app_h5_tabs_default_bar_-underline {
  display: none;
  bottom: -3px;
}
.thermo_app_h5_tabs_default_bar_-left,
.thermo_app_h5_tabs_default_bar_-right {
  flex-direction: column;
}
.thermo_app_h5_tabs_default_bar_-left .thermo_app_h5_tabs_default_bar_-content,
.thermo_app_h5_tabs_default_bar_-right .thermo_app_h5_tabs_default_bar_-content {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.thermo_app_h5_tabs_default_bar_-left .thermo_app_h5_tabs_default_bar_-tab,
.thermo_app_h5_tabs_default_bar_-right .thermo_app_h5_tabs_default_bar_-tab {
  padding: 0 8px;
}
.thermo_app_h5_tabs_default_bar_-left .thermo_app_h5_tabs_default_bar_-underline {
  right: 0;
}
.thermo_app_h5_tabs_default_bar_-right .thermo_app_h5_tabs_default_bar_-underline {
  left: 0;
}
.app_h5_comment_item_comment_wrapper {
  padding: 6px 8px 8px 15px;
  border-top: 1px solid #ddd;
  width: 100%;
  background: #fff;
}
.app_h5_comment_item_comment_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 44px;
}
.app_h5_comment_item_comment_text {
  max-width: calc(100vw - 150px);
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  word-wrap: break-word;
  word-break: break-all;
  max-height: 44px;
  overflow: hidden;
}
.app_h5_comment_item_user_info {
  display: flex;
  align-items: center;
  justify-content: right;
}
.app_h5_comment_item_user_name {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 14px;
  color: #979797;
}
.app_h5_comment_item_user_ava {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.app_h5_comment_item_comment_other_info {
  margin-top: 4px;
  line-height: 20px;
  font-size: 14px;
  color: #969696;
}
.app_h5_comment_item_color_num {
  display: inline-block;
  margin-left: 9px;
  width: 95px;
}
.app_h5_comment_item_car_info {
  display: inline-block;
  width: calc(100% - 205px);
}
@media screen and (max-width: 370px) {
  .app_h5_comment_item_car_vender,
  .app_h5_comment_item_car_model {
    display: none;
  }
}
.app_h5_comment_item_date {
  display: inline-block;
  width: 85px;
  text-align: right;
}
.app_h5_list_item_wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ECECEC;
  margin-left: 14px;
  padding-right: 15px;
  line-height: 42px;
  background: #fff;
}
.app_h5_list_item_title {
  font-size: 15px;
  color: #666666;
  min-width: 90px;
}
.app_h5_list_item_right {
  display: flex;
  align-items: center;
}
.app_h5_list_item_image {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.app_h5_list_item_extra {
  font-size: 15px;
  color: #333333;
  text-align: right;
  line-height: 20px;
  word-break: break-all;
}
.app_h5_list_item_extra.app_h5_list_item_placeholder {
  color: #989898;
}
.app_h5_list_item_arrow {
  margin-left: 2px;
  color: #C7C7C7;
  width: 15px;
  font-size: 20px!important;
}
.app_h5_list_item_input {
  flex: 1;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  margin-left: 2px;
  text-align: right;
  text-decoration: rtl;
  border: 0;
  outline: none;
}
.app_h5_list_item_required {
  position: absolute;
  left: -9px;
  color: #FC4C02;
}
.app_h5_list_body {
  background-color: #fff;
  border-bottom: 1px solid #ECECEC;
}
.app_h5_list_body > div:last-child {
  border-bottom: none;
}
.app_h5_edit_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #FAFAFA;
  z-index: 999;
}
.app_h5_edit_header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  line-height: 44px;
  height: 44px;
  font-size: 18px;
  color: #323232;
  background: #fff;
  z-index: 100;
}
.app_h5_edit_header .app_h5_edit_back_btn {
  position: absolute;
  left: 8px;
  font-size: 28px;
}
.app_h5_edit_header .app_h5_edit_right_btn {
  position: absolute;
  right: 8px;
  font-size: 14px;
}
.app_h5_edit_input_wrapper {
  position: relative;
  height: 34px;
  margin-top: 10px;
  padding: 0 10px;
}
.app_h5_edit_input_wrapper input {
  width: 100%;
  height: 34px;
  padding-left: 10px;
  -webkit-appearance: none;
  border: 1px solid #999;
}
.app_h5_edit_input_wrapper .app_h5_edit_input_delete {
  position: absolute;
  right: 25px;
  top: 0;
  line-height: 34px;
}
.app_h5_integralrank_item_wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  border-top: 1px solid #ddd;
}
.app_h5_integralrank_item_wrapper:last-child {
  border-bottom: 1px solid #ddd;
}
.app_h5_integralrank_item_left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
}
.app_h5_integralrank_item_num_and_ava {
  display: flex;
  align-items: center;
}
.app_h5_integralrank_item_num_and_ava span {
  font-size: 14px;
  color: #989898;
}
.app_h5_integralrank_item_num_and_ava img {
  margin-left: 11px;
  width: 38px;
  height: 38px;
}
.app_h5_integralrank_item_info {
  margin-left: 12px;
}
.app_h5_integralrank_item_info .app_h5_integralrank_item_name {
  margin-top: 3px;
  line-height: 23px;
  font-size: 16px;
  color: #4A4A4A;
}
.app_h5_integralrank_item_info .app_h5_integralrank_item_site {
  line-height: 21px;
  margin-top: 3px;
  font-size: 14px;
  color: #989898;
}
.app_h5_integralrank_item_right {
  margin-right: 12px;
  margin-top: 38px;
  line-height: 21px;
  font-size: 15px;
  color: #FF7752;
}
.rank_top3_wrapper_1fp{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 27px 10px 23px;
    background: #fff;
    
}
@media screen and (max-width:350px){
    .rank_top3_wrapper_1fp{
        padding-left: 0;
        padding-right: 0;
    }
}

.rank_ava_wrapper_21z{
    position: relative;
    margin: 0 auto;
    width: 54px;
    height: 54px;

}

.rank_ava_wrapper_21z img{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    
}

.rank_ava_wrapper_21z .rank_rank_num_26I{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    box-shadow: 0 2px 4px #666;
    color: #fff;
    font-size: 12px;
    text-align: center;
    
}
.rank_top1_2lz{
    width: 33%;
}
.rank_top1_2lz img{
    width: 54px;
    height: 54px;
    
}
.rank_top1_2lz .rank_crown_3gK{
    position: absolute;
    top: -14px;
    left: -46px;
    width: 30px;
    height: 30px;
    
}
.rank_top1_2lz .rank_rank_num_26I{
    -ms-transform: scale(0.92) translateY(50%);
        transform: scale(0.92) translateY(50%);
    background: #FDDE24;
    
}
.rank_top2_2YS{
    width: 30%;
}
.rank_top2_2YS img{
    width: 48px;
    height: 48px;
    
}
.rank_top2_2YS .rank_rank_num_26I{
    -ms-transform: scale(0.8) translateY(50%);
        transform: scale(0.8) translateY(50%);
    background: #9BE74C;
    
}
.rank_top3_25b{
    width: 30%;
}
.rank_top3_25b img{
    width: 38px;
    height: 38px;
    
}
.rank_top3_25b .rank_rank_num_26I{
    -ms-transform: scale(0.7) translateY(50%);
        transform: scale(0.7) translateY(50%);
    background: #D2A3F7;
    
}
.rank_nickname_3DT{
    margin: 20px auto 0;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}
.rank_nickname_3DT span{
    font-size: 12px;
    color: #4A4A4A;
    
}
@media screen and (max-width:350px){
    .rank_top2_2YS, .rank_top3_25b{
        width: 33%;
    }
    .rank_nickname_3DT{
        font-size: 13px;
    }
}
.rank_integral_wrapper_12G{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 6px;
    line-height: 22px;
    font-size: 14px;
    color: #FF7752;
}
.rank_integral_wrapper_12G img{
    width: 15px;
    height: 15px;
    
}
.rank_integral_wrapper_12G span{
    margin-left: 5px;
    
}.feedback_title_1AQ{
    line-height: 45px;
    font-size: 14px;
    color: #555;
    padding-left: 15px;
}
.feedback_textarea_wrapper_fm8{
    position: relative;
    margin: 0 15px;
    background: #fff;
    height: 160px;
    padding-bottom: 25px;
}
.feedback_textarea_wrapper_fm8 textarea{
    width: 100%;
    height: 135px;
    padding: 8px 6px;
    font-size: 13px;
    line-height: 18px;
    resize: none;
    border: none;
    -webkit-appearance: none
}
.feedback_textarea_wrapper_fm8 textarea::-webkit-input-placeholder{
    font-size: 13px;
    color: #999;
}
.feedback_textarea_wrapper_fm8 .feedback_callback_text_2J5{
    position: absolute;
    bottom: 7px;
    right: 20px;
    font-size: 14px;
    color: #999;
}
.feedback_contacts_9B5{
    margin-top: 20px;
    padding: 0 15px;
    text-align: center;
    color: #FFB02E;
    font-size: 13px;
    line-height: 45px;
}
.feedback_contact_2vd{
    background: #fbfbfb;
    box-shadow: 0px 1px 4px 0px #ddd;
}.about_logo_3M6{
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 190px;
    padding-right: 20px;
}
.about_logo_3M6 img{
    width: 190px;
}
.about_logo_3M6 .about_version_1vT{
    font-size: 20px;
    margin-top: 32px;
    font-weight: bold;
    margin-left: 19px;
}
@media screen and (max-width:350px){
    .about_logo_3M6{
        padding-right: 10px;
    }
}

.about_baseinfo_3vF{
    background: #fff;
    font-size: 13px;
    line-height: 35px;
    padding-bottom: 15px;
    padding-left: 20px;
    color: #777;
}
.about_contacts_1BL{
    border-top: 8px solid #f1f1f1;
}
.about_contacts_1BL .about_contact_10O{
    position: relative;
    background: #fff;
    border-bottom: 2px solid #f1f1f1;
    font-size: 13px;
    line-height: 45px;
    padding-left: 22px;
    color: #777;
}
.about_contacts_1BL .about_contact_10O a{
    position: absolute;
    right: 20px;
    color: #1a95d5;
}
.about_copyright_1wP{
    position: fixed;
    bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    color: #aaa;
    font-size: 14px;
    white-space: pre;
}
.about_copyright_1wP img{
    width: 20px;
    margin-left: 6px;
}.am-picker-col {
  display: block;
  position: relative;
  height: 238px;
  overflow: hidden;
  width: 100%;
}
.am-picker-col-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  padding: 102px 0;
}
.am-picker-col-item {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  text-align: center;
  font-size: 16px;
  height: 34px;
  line-height: 34px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.am-picker-col-item-selected {
  font-size: 17px;
}
.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% 102px;
  background-repeat: no-repeat;
}
.am-picker-col-indicator {
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  position: absolute;
  left: 0;
  top: 102px;
  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;
    -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    -ms-transform: scaleY(0.5);
        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 {
    -ms-transform: scaleY(0.33);
        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;
    -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    -ms-transform: scaleY(0.5);
        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 {
    -ms-transform: scaleY(0.33);
        transform: scaleY(0.33);
  }
}
.am-picker {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.am-picker-item {
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.am-picker-popup {
  left: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  background-color: #fff;
}
.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;
}
.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;
}
.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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  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;
    -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    -ms-transform: scaleY(0.5);
        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 {
    -ms-transform: scaleY(0.33);
        transform: scaleY(0.33);
  }
}
.am-picker-popup-header .am-picker-popup-header-right {
  text-align: right;
}
.am-picker-popup-item {
  color: #108ee9;
  font-size: 17px;
  padding: 9px 15px;
  height: 42px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.am-picker-popup-item-active {
  background-color: #ddd;
}
.am-picker-popup-title {
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  color: #000;
}
.am-picker-popup .am-picker-popup-close {
  display: none;
}
.personalization_personalization_wrapper_1kb{
    background-color: #ffffff;
}.am-navbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  background-color: #108ee9;
  color: #fff;
}
.am-navbar-left, .am-navbar-title, .am-navbar-right {
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.am-navbar-left {
  padding-left: 15px;
  font-size: 16px;
}
.am-navbar-left-icon {
  margin-right: 5px;
  display: inherit;
}
.am-navbar-title {
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  white-space: nowrap;
}
.am-navbar-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 16px;
  margin-right: 15px;
}
.am-navbar-light {
  background-color: #fff;
  color: #108ee9;
}
.am-navbar-light .am-navbar-title {
  color: #000;
}
.app_h5_mulitselect_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 100;
}
.app_h5_mulitselect_wrapper_multi {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 100;
  overflow: auto;
  padding-top: 44px;
}
.app_h5_mulitselect_list_wrapper {
  margin-top: 10px;
}
.app_h5_mulitselect_list_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 14px;
  padding-right: 10px;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #ECECEC;
  font-size: 15px;
  color: #666666;
}
.app_h5_mulitselect_list_item .app_h5_mulitselect_item_selected {
  font-size: 20px;
}
.setPriceList_setPriceList_wrapper_3wn{
    background-color: #ffffff;
    padding: 30px 20px;
}

.setPriceList_setPriceList_code_wrapper_1Rp{
    position: relative;
    padding-left: 60px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 30px;
}
.setPriceList_setPriceList_code_title_2Dq{
    position: absolute;
    left: 0;
    right: 0;
    width: 60px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #555;
}
.setPriceList_setPriceList_code_input_wrapper_1K9{
    width: 100%;
    height: 30px;
    background-color: #F1F2F7;
    border-radius: 6px;
    padding: 0 8px;
}
.setPriceList_setPriceList_code_input_wrapper_1K9 input {
    height: 30px;
    font-size: 15px;
    width: 100%;
    outline: none;
    border: none;
    background-color: transparent;
    color: #666666;
}


.setPriceList_setPriceList_float_wrapper_1Yc{
    width: 100%;
    height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.setPriceList_setPriceList_switch_wrapper_385{
    width: 80px;
    font-size: 15px;
    color: #555;
    position: relative;
    padding-left: 24px;
}

.setPriceList_setPriceList_switch_wrapper_385 .setPriceList_setPriceList_circle_1K7{
    position: absolute;
    top: 6px;
    left: 0;
    display: inline-block;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border-radius: 8px;
    border: 1px solid rgba(217, 217, 217, 1);
}

.setPriceList_setPriceList_switch_wrapper_385 .setPriceList_setPriceList_circle_on_12L{
    border-color: #1890ff;
}


.setPriceList_setPriceList_float_input_wrapper_1eH{
    width: 60px;
    height: 30px;
    background-color: #F1F2F7;
    border-radius: 6px;
    padding: 0 8px;
}


.setPriceList_setPriceList_float_input_wrapper_1eH input {
    height: 30px;
    font-size: 15px;
    width: 100%;
    outline: none;
    border: none;
    background-color: transparent;
    color: #666666;
}


.setPriceList_setPriceList_btn_wrapper_2lc{
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0 40px;
}
.setPriceList_setPriceList_btn_del_PaI{
    margin: 17px auto;
    width: 80px;
    line-height: 30px;
    height: 30px;
    border-radius: 15px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    color: #fff;
    background-color: rgb(204, 56, 36);
}
.setPriceList_setPriceList_btn_rOE{
    margin: 17px auto;
    width: 80px;
    line-height: 30px;
    height: 30px;
    border-radius: 15px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    color: #fff;
    background-color: rgb(236, 88, 26);
}.collect_wrapper_1vU{
    // margin-top: 20px;
}
.collect_operate_btn_1_d{
    margin: 17px auto 80px;
    width: 335px;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
    background-image: linear-gradient(to left, #FC4C02 0%, #F7931C 100%);
    font-size: 16px;
    color: #fff;
    text-align: center;
}
@media screen and (max-width:370px){
    .collect_operate_btn_1_d{
        width: 300px;
    }
}

.collect_item_bpy{
    position: relative;
    margin-top: 10px;
    background: #fff;
}
.collect_item_corner_mark_lcD{
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    color: #fff;
    background-image: linear-gradient(225deg, #FC4C02 0%, #F7931C 100%);
    z-index: 0;
    font-size: 13px;
    padding-left: 5px
}
.collect_item_corner_mark_lcD::after{
    content : "";
    display : block;
    position : absolute;
    right : -1px;
    bottom : -1px;
    border-width : 13px;
    border-style : solid;
    border-color : transparent #fff #fff transparent;
}
.collect_num_block_3Rr, .collect_color_block_2PF{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    line-height: 46px;
    height: 46px;
    padding: 0 15px;
}
.collect_line_title_aZO{
    font-size: 15px;
    color: #666666;
    text-align: left;
    line-height: 15px;
    z-index: 1;
}
.collect_line_input_wrapper_j0U{
    position: relative;
    width: 184px
}
.collect_line_input_wrapper_j0U::after{
    position : absolute;
    top : 0;
    bottom : 0;
    right : 14px;
    margin : auto 0;
    display : block;
    content : "g";
    font-size : 14px;
    color : #989898;
}
.collect_line_input_2SR{
    width: 184px;
    height: 30px;
    border-radius: 15px;
    padding-left: 15px;
    background: #FAFAFA;
    border: none
}
.collect_line_input_2SR::-moz-placeholder{
    font-size : 14px;
    color : #989898;
}
.collect_line_input_2SR::-webkit-input-placeholder{
    font-size : 14px;
    color : #989898;
}
.collect_line_input_2SR::-ms-input-placeholder{
    font-size : 14px;
    color : #989898;
}
.collect_btn_icon_1LX{
    margin-right: 8px;
}
.collect_clear_block_2V0{
    margin-top: 10px;
    text-align: center;
    border-top: 1px solid #E6E6E6;
    line-height: 35px;
    font-size: 16px;
    color: #EE6464;
}
.collect_clear_block_2V0 span{
    margin-left: 5px;
}.app_h5_color_list_list .app_h5_color_list_item {
  position: relative;
  margin-top: 10px;
  background: #fff;
}
.app_h5_color_list_list .app_h5_color_list_item_corner_mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  color: #fff;
  background-image: linear-gradient(225deg, #FC4C02 0%, #F7931C 100%);
  z-index: 0;
  font-size: 13px;
  padding-left: 5px;
}
.app_h5_color_list_list .app_h5_color_list_item_corner_mark::after {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  bottom: -1px;
  border-width: 13px;
  border-style: solid;
  border-color: transparent #fff #fff transparent;
}
.app_h5_color_list_list .app_h5_color_list_num_block,
.app_h5_color_list_list .app_h5_color_list_color_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 46px;
  height: 46px;
  padding: 0 15px;
}
.app_h5_color_list_list .app_h5_color_list_line_title {
  font-size: 15px;
  color: #666666;
  text-align: left;
  line-height: 15px;
  z-index: 1;
}
.app_h5_color_list_list .app_h5_color_list_line_input_wrapper {
  position: relative;
  width: 184px;
}
.app_h5_color_list_list .app_h5_color_list_line_input_wrapper::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto 0;
  display: block;
  content: "g";
  font-size: 14px;
  color: #989898;
}
.app_h5_color_list_list .app_h5_color_list_line_input {
  width: 184px;
  height: 30px;
  border-radius: 15px;
  padding-left: 15px;
  background: #FAFAFA;
  border: none;
}
.app_h5_color_list_list .app_h5_color_list_line_input::-moz-placeholder {
  font-size: 14px;
  color: #989898;
}
.app_h5_color_list_list .app_h5_color_list_line_input::-webkit-input-placeholder {
  font-size: 14px;
  color: #989898;
}
.app_h5_color_list_list .app_h5_color_list_line_input::-ms-input-placeholder {
  font-size: 14px;
  color: #989898;
}
.app_h5_color_list_list .app_h5_color_list_operate_btn {
  line-height: 42px;
  color: #FC4C02;
  text-align: center;
  font-size: 16px;
  border-top: 1px solid #E6E6E6;
}
.app_h5_color_list_list .app_h5_color_list_btn_icon {
  margin-right: 8px;
}
/* flexbox */
.am-flexbox {
  text-align: left;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.am-flexbox.am-flexbox-dir-row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.am-flexbox.am-flexbox-dir-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.am-flexbox.am-flexbox-dir-column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.am-flexbox.am-flexbox-dir-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.am-flexbox.am-flexbox-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.am-flexbox.am-flexbox-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.am-flexbox.am-flexbox-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
.am-flexbox.am-flexbox-justify-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.am-flexbox.am-flexbox-justify-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.am-flexbox.am-flexbox-justify-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.am-flexbox.am-flexbox-justify-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.am-flexbox.am-flexbox-justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.am-flexbox.am-flexbox-align-start {
  -ms-flex-align: start;
  align-items: flex-start;
}
.am-flexbox.am-flexbox-align-end {
  -ms-flex-align: end;
  align-items: flex-end;
}
.am-flexbox.am-flexbox-align-center {
  -ms-flex-align: center;
  align-items: center;
}
.am-flexbox.am-flexbox-align-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}
.am-flexbox.am-flexbox-align-baseline {
  -ms-flex-align: baseline;
  align-items: baseline;
}
.am-flexbox.am-flexbox-align-content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.am-flexbox.am-flexbox-align-content-end {
  -ms-flex-align: end;
  align-items: flex-end;
}
.am-flexbox.am-flexbox-align-content-center {
  -ms-flex-align: center;
  align-items: center;
}
.am-flexbox.am-flexbox-align-content-between {
  -ms-flex-align: stretch;
  align-items: stretch;
}
.am-flexbox.am-flexbox-align-content-around {
  -ms-flex-align: baseline;
  align-items: baseline;
}
.am-flexbox.am-flexbox-align-content-stretch {
  -ms-flex-align: baseline;
  align-items: baseline;
}
.am-flexbox .am-flexbox-item {
  box-sizing: border-box;
  -ms-flex: 1;
  flex: 1;
  margin-left: 8px;
  min-width: 10px;
}
.am-flexbox .am-flexbox-item:first-child {
  margin-left: 0;
}
.am-image-picker-list {
  padding: 9px 8px 0;
  margin-bottom: 15px;
}
.am-image-picker-list .am-flexbox {
  margin-bottom: 6px;
}
.am-image-picker-list .am-flexbox .am-flexbox-item {
  position: relative;
  margin-right: 5px;
  margin-left: 0;
}
.am-image-picker-list .am-flexbox .am-flexbox-item:after {
  display: block;
  content: ' ';
  padding-bottom: 100%;
}
.am-image-picker-list .am-flexbox .am-flexbox-item:nth-child(4n) {
  margin-right: 0;
}
.am-image-picker-list .am-image-picker-item {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 100%;
  height: 100%;
}
.am-image-picker-list .am-image-picker-item .am-image-picker-item-remove {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 6px;
  top: 6px;
  text-align: right;
  vertical-align: top;
  z-index: 2;
  background-size: 15px 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: 3px;
  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: 3px;
  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: 25px;
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background-color: #ccc;
}
.am-image-picker-list .am-image-picker-upload-btn:after {
  width: 25px;
  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-switch {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.am-switch .checkbox {
  width: 51px;
  height: 31px;
  border-radius: 31px;
  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: 1.5px;
  top: 1.5px;
  width: 48px;
  height: 28px;
  border-radius: 28px;
  box-sizing: border-box;
  background: #fff;
  z-index: 1;
  transition: all 200ms;
  -ms-transform: scale(1);
      transform: scale(1);
}
.am-switch .checkbox:after {
  content: ' ';
  height: 28px;
  width: 28px;
  border-radius: 28px;
  background: #fff;
  position: absolute;
  z-index: 2;
  left: 1.5px;
  top: 1.5px;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition: all 200ms;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.21);
}
.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 {
  -ms-transform: scale(0);
      transform: scale(0);
}
.am-switch input[type="checkbox"]:checked + .checkbox:after {
  -ms-transform: translateX(20px);
      transform: translateX(20px);
}
.am-switch input[type="checkbox"]:disabled + .checkbox {
  opacity: 0.3;
}
.am-switch.am-switch-android .checkbox {
  width: 72px;
  height: 23px;
  border-radius: 3px;
  background: #a7aaa6;
}
.am-switch.am-switch-android .checkbox:before {
  display: none;
}
.am-switch.am-switch-android .checkbox:after {
  width: 35px;
  height: 21px;
  border-radius: 2px;
  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 {
  -ms-transform: scale(0);
      transform: scale(0);
}
.am-switch.am-switch-android input[type="checkbox"]:checked + .checkbox:after {
  -ms-transform: translateX(35px);
      transform: translateX(35px);
}
.upload_header_banner_1cV {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    line-height: 44px;
    height: 44px;
    background: #fff;
    font-size: 18px;
    color: #323232;
    text-align: center;
    z-index: 100;
}

.upload_header_banner_1cV .upload_clear_btn_2r6 {
    position: absolute;
    top: 10px;
    right: 12px;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    color: #323232;
}

.upload_header_empty_block_CZg {
    line-height: 44px;
    height: 44px;
}

.upload_input_wrapper__9W, .upload_textarea_wrapper_2t4 {
    position: relative;
    height: 43px;
    line-height: 43px;
    margin: -2px auto 0;
    padding: 0 14px;
    background: #fff;
}

.upload_input_wrapper__9W input, .upload_input_wrapper__9W textarea, .upload_textarea_wrapper_2t4 input, .upload_textarea_wrapper_2t4 textarea {
    width: calc(100% - 28px);
    font-size: 14px;
    color: #333;
    border: none
}

.upload_input_wrapper__9W input::-webkit-input-placeholder, .upload_input_wrapper__9W textarea::-webkit-input-placeholder, .upload_textarea_wrapper_2t4 input::-webkit-input-placeholder, .upload_textarea_wrapper_2t4 textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #989898;
}

.upload_input_wrapper__9W textarea, .upload_textarea_wrapper_2t4 textarea {
    resize: none;
    outline: none;
}

.upload_input_wrapper__9W::after, .upload_textarea_wrapper_2t4::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: calc(100% - 28px);
    border-top: 1px solid #E6E6E6;
}

.upload_textarea_wrapper_2t4 {
    height: 108px;
}

.upload_textarea_wrapper_2t4 textarea {
    margin-top: 12px;
    height: calc(100% - 12px);
}

.upload_recipe_total_wrapper_1Kj {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: -10px;
    padding: 0 15px 0 14px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-bottom: 1px solid #E6E6E6;
}

.upload_recipe_total_wrapper_1Kj .upload_recipe_total_left_3-S {
    font-size: 14px;
    color: #666666;
}

.upload_recipe_total_wrapper_1Kj .upload_recipe_total_right_2st {
    position: relative;
    width: 184px;
}

.upload_recipe_total_wrapper_1Kj .upload_recipe_total_right_2st .upload_input_div_4cF {
    width: 184px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    padding-left: 15px;
    text-align: right;
    padding-right: 25px;
}

.upload_recipe_total_wrapper_1Kj .upload_recipe_total_right_2st::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto 0;
    display: block;
    line-height: 30px;
    content: "g";
    font-size: 14px;
    color: #989898;
}

.upload_recipe_total_wrapper_1Kj .upload_recipe_total_input_28g {
    width: 100%;
    padding-left: 16px;
    line-height: 30px;
    height: 30px;
    border-radius: 15px;
    border: none;
    background: #FAFAFA;
    font-size: 14px;
    color: #333333;
}

.upload_three_step_wrapper_1RE {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 10px;
    height: 44px;
    line-height: 44px;
    background: #fff;
    padding-left: 14px;
    padding-right: 23px;
    color: #666;
    font-size: 15px;
}

.upload_three_step_wrapper_1RE .am-switch .checkbox {
    width: 42px;
    height: 22px;
    line-height: 22px
}

.upload_three_step_wrapper_1RE .am-switch .checkbox::after {
    height: 18px;
    width: 18px;
}

.upload_three_step_wrapper_1RE .am-switch .checkbox:before {
    width: 39px;
    height: 19px;
}

.upload_layer_type_1Oq {
    padding-left: 14px;
    height: 44px;
    line-height: 44px;
    background: #fff;
}

.upload_color_mother_list_wrapper_12J {
    position: relative;
    margin-bottom: 10px;
}

.upload_color_mother_list_wrapper_12J .upload_color_mother_list_mask_3fB {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    height: 135px;
    z-index: 10;
}

.upload_second_list_1l_ {
    margin-top: 10px;
}

.upload_atachment_wrapper_1ZT {
    margin-top: 10px;
    padding: 13px 0;
    background: #fff;
}

.upload_atachment_wrapper_1ZT .upload_attachment_title_278 {
    margin-left: 15px;
    font-size: 15px;
    color: #666666;
}

.upload_atachment_wrapper_1ZT .upload_imgs_wrapper_1bT {
    padding: 0px 8px 0;
}

.upload_operate_btn_Su_ {
    margin: 30px auto 40px;
    width: 335px;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    background-image: linear-gradient(to left, #FC4C02 0%, #F7931C 100%);
    color: #fff;
}


@media screen and (max-width:370px) {
    .upload_operate_btn_Su_ {
        width: 300px;
    }
}

.upload_detail_mask_layer_1Si{
    position: fixed;
    top: 41px;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: rgba(255,255,255,0);
    z-index: 9999
  }* {
  box-sizing: border-box;
  font-family: PingFang-SC-Regular;
  margin: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html,
body {
  height: 100%;
  background-color: #fafafa!important;
}
input,
textarea {
  /*去除iOS输入框点中时出现的灰色背景*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none;
}
/**
底部提交按钮
*/
.bottom {
  padding: 30px 21px;
}
.bottom_fixed {
  padding: 30px 21px;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.btn_submit {
  width: 100%;
  height: 40px;
  background-image: linear-gradient(45deg, #1875D1 0%, #5EAFFF 100%);
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}
.btn_submit_noradius {
  width: 100%;
  height: 40px;
  background-image: linear-gradient(45deg, #1875D1 0%, #5EAFFF 100%);
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}
/* 日历 */
div,
ul,
li {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
/* svg */
svg {
  transform: rotate(-0.05deg);
}
circle {
  transition: stroke-dasharray 0.25s;
}
/** 官方橘色 **/
.official_yellow_color {
  color: #F7931C;
}
.official_orange_color {
  color: #FC4C02;
}
div.operate_btn_color {
  background-image: linear-gradient(to left, #FC4C02 0%, #F7931C 100%);
  color: #fff;
}
/** 修改antd组件样式 **/
.encyclopedia-detail-comment .am-list-body::before {
  height: 0!important;
}
.encyclopedia-detail-comment .am-list-body::after {
  height: 0!important;
}
.ency_bottom_write_textarea_wrapper {
  padding-left: 10px!important;
  padding-right: 10px!important;
}
.ency_bottom_write_textarea_wrapper .am-textarea-control textarea {
  font-size: 14px!important;
}
.ency_list_tab_color .am-tabs-default-bar-tab {
  color: #9B9B9B;
}
.ency_list_tab_color .am-tabs-default-bar-tab-active {
  color: #DB261E ;
}
.ency_list_tab_color .am-tabs-default-bar-underline {
  border: 1px #DB261E solid;
}
.ency_list_tab_color .am-tabs-default-bar-top .am-tabs-default-bar-tab::after {
  background-color: #fff;
}
.ency_list_tab_color .am-tabs-pane-wrap {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.test_equipment_icon_3RE{
    padding-top: 140px;
    color: #ccc;
    text-align: center;
    font-size: 98px!important;
}
.test_connect_text_3tH{
    margin-top: 35px;
    font-size: 15px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
}
.test_connect_text_3tH p{
    line-height: 22px;
}
.test_cycle_section_3t_ .test_cycle_icon_2uu{
    margin: 30px auto 0;
    font-size: 55px;
    height: 60px;
    width: 60px;
    text-align: center;
    color: #FC4C02;
}
.test_cycle_section_3t_ .test_cycle_text_2Cu{
    margin-top:26px;
    font-size: 15px;
    color: #FC4C02;
    text-align:center;
}

@keyframes test_rotateOneRound_nC3{
    from{
        transform: rotate(0);
    }
    to{
        transform: rotate(360deg);
    }
}

.test_refresh_btn_37w{
    margin: 14px auto;
    width: 24px;
    height: 24px;
    font-size: 24px!important;
    color: #999
}

.test_refresh_btn_37w.test_cycle_1cW{
    animation: test_cycle_1cW .5s linear infinite;
}

@keyframes test_cycle_1cW{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}


/**ip**/
.test_ip_title_2xW{
    padding-top: 110px;
    font-size: 15px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
}
.test_ip_input_wrapper_2Cb{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin: 30px auto 0;
    width: 184px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background: #FAFAFA;
}
.test_ip_input_wrapper_2Cb input{
    width: 28px;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 13px;
    background: #fafafa;
    border: none
}
.test_ip_input_wrapper_2Cb input::-webkit-input-placeholder{
    color: #aaa;
}
.test_ip_input_wrapper_2Cb .test_dot_3tr{
    width: 15px;
    text-align: center;
    color: #989898;
}
.test_link_icon_3gc{
    margin: 40px auto 0;
    font-size: 55px!important;
    color: #FC4C02;
    text-align: center;
}
.test_recent_search_2P_{
    width: 184px;
    margin: 10px auto;
    color: #999;
    font-size: 13px;
}
.test_iptext_17T{
    background: #f1f2f7;
    width: 120px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 2px;
    line-height: 21px;
    color: #989898;
    font-size: 13px;
}.app_h5_topaz_item_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  border-bottom: 1px solid #ECECEC;
}
.app_h5_topaz_item_left {
  display: flex;
  align-items: center;
}
.app_h5_topaz_item_left .app_h5_topaz_item_num {
  margin-left: 15px;
  width: 24px;
  height: 24px;
  background: #ddd;
}
.app_h5_topaz_item_left .app_h5_topaz_item_topaz_info {
  margin-left: 24px;
  line-height: 21px;
  font-size: 15px;
  color: #333333;
}
.app_h5_topaz_item_left .app_h5_topaz_item_ip {
  margin-top: 3px;
}
.app_h5_topaz_item_right {
  margin-right: 14px;
  font-size: 22px!important;
  color: #C7C7C7;
}
.app_h5_test_item_wrapper {
  position: relative;
  height: 70px;
}
.app_h5_test_item_job_info {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 0 14px;
  line-height: 70px;
  height: 70px;
  background: #fff;
  border-top: 1px solid #ECECEC;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.app_h5_test_item_job_info.moved {
  transform: translateX(-130px);
}
.app_h5_test_item_left {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #333333;
}
.app_h5_test_item_left .app_h5_test_item_color_cirlr {
  margin-right: 14px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
  background: #FABC3E;
}
.app_h5_test_item_right {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666666;
}
.app_h5_test_item_right .app_h5_test_item_arrow_icon {
  color: #C7C7C7;
  font-size: 18px;
}
.app_h5_test_item_upload {
  position: absolute;
  right: 67px;
  top: 0;
  width: 66px;
  height: 70px;
  line-height: 70px;
  background: #0298fc;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.app_h5_test_item_delete {
  position: absolute;
  right: 0;
  top: 0;
  width: 66px;
  height: 70px;
  line-height: 70px;
  background: #FC4C02;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.testlist_refresh_btn_39t{
    margin: 14px auto;
    width: 24px;
    height: 24px;
    font-size: 24px!important;
    color: #999
}

.testlist_refresh_btn_39t.testlist_cycle_2j-{
    animation: testlist_cycle_2j- .5s linear infinite
}

@keyframes testlist_cycle_2j-{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}.search_search_banner_1KJ{
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 0 0 14px;
    line-height: 50px;
    height: 50px;
    background: #fff;
    z-index: 2;

}
.search_search_banner_1KJ .search_search_section_21d{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;

}
.search_search_banner_1KJ .search_serach_text_3th{
    color: #FFB02E;
    font-size: 16px;

}
.search_search_banner_1KJ .search_arrow_rigth_2ag{
    margin-left: 2px;
    color: #CCCCCC;
    font-size: 22px;

}
.search_search_banner_1KJ .search_filter_section_3NN{
    position: relative;
    width: 60px;
    height: 24px;
    border-left: 2px solid #ccc;

}
.search_search_banner_1KJ .search_filter_bottle_2oU{
    margin-left: 13px;
    line-height: 24px;
    color: #FFA243;
    font-size: 24px;

}
.search_search_banner_1KJ .search_filter_list_3rB{
    position: absolute;
    top: 40px;
    right: 14px;
    width: 94px;
    box-shadow: 0 0 6px 0 #E6E6E6;
    background: #fff;
    border-radius: 4px;
    z-index: 100;

}
.search_search_banner_1KJ .search_filter_list_3rB .search_filter_num_r-q{
    line-height: 41px;
    font-size: 16px;
    color: #333333;
    text-align: center;

}
.search_search_banner_1KJ .search_filter_list_3rB .search_filter_num_r-q:not(:last-child){
    border-bottom: 1px solid #E6E6E6;

}
.search_search_banner_1KJ .search_filter_list_3rB:after{
    content: " ";
    display: block;
    position: absolute;
    top: -6px;
    right: 9px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-top: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);

}
.search_target_color_section_qzb{
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0 20px 5px 14px;
    line-height: 30px;
    height: 30px;
    font-size: 15px;
    background: #fff;
    z-index: 1;
}
.search_target_color_section_qzb .search_target_color_3vo{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;

}
.search_target_color_section_qzb .search_color_circle_2mh{
    width: 24px;
    height: 24px;
    margin-right: 12px;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);

}
.search_target_color_section_qzb .search_color_name_3ba{
    color: #333;

}
.search_target_color_section_qzb .search_mirror_icon_1VM{
    font-size: 24px;

}
.search_color_list_2ZW{
    margin-top: 11px;
}
.search_color_item_3Aa{
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    background: #fff;
    margin-top: 1px;
}
.search_color_item_3Aa .search_item_left_1Cy{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 14px;

}
.search_color_item_3Aa .search_item_color_circle_1_e{
    width: 24px;
    height: 24px;
    margin-right: 12px;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14);
    background: #59BCFF;

}
.search_color_item_3Aa .search_color_detail_lcW{
    line-height: 21px;
    font-size: 15px;
    color: #333333;

}
.search_color_item_3Aa .search_color_detail_lcW .search_color_num_3u2{
    display: inline-block;
    width: 98px;

}
.search_color_item_3Aa .search_carname_1yd{
    margin-top: 3px;
    line-height: 20px;
    font-size: 14px;
    color: #989898;

}
.search_color_item_3Aa .search_item_right_1Lt{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-right: 9px;

}
.search_color_item_3Aa .search_rate_num_3Nn{
    font-size: 15px;
    color: #7ED321;

}
.search_color_item_3Aa .search_arrow_rigth_2ag{
    font-size: 22px;
    color: #C7C7C7;

}.app_h5_test_color_item_color_item {
  display: flex;
  height: 70px;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.app_h5_test_color_item_color_item:not(:first-child) {
  border-top: 1px solid #fafafa;
}
.app_h5_test_color_item_color_item .app_h5_test_color_item_item_left {
  display: flex;
  align-items: center;
  margin-left: 14px;
}
.app_h5_test_color_item_color_item .app_h5_test_color_item_item_color_circle {
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 0px;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
  background: #000000;
}
.app_h5_test_color_item_color_item .app_h5_test_color_item_half_circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 24px;
  border-radius: 24px 0 0 24px;
}
.app_h5_test_color_item_color_item .app_h5_test_color_item_color_detail {
  display: flex;
  align-items: center;
  line-height: 21px;
  font-size: 15px;
  color: #333333;
}
.app_h5_test_color_item_color_item .app_h5_test_color_item_color_detail .app_h5_test_color_item_color_num {
  display: inline-block;
}
.app_h5_test_color_item_color_item .app_h5_test_color_item_color_detail .app_h5_test_color_item_is_silver {
  display: inline-block;
  margin-left: 2px;
  margin-right: 1px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  transform: scale(0.75);
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: linear-gradient(45deg, #E1E1E1, #C0C0C0);
}
.app_h5_test_color_item_color_item .app_h5_test_color_item_color_detail .app_h5_test_color_item_is_pearl {
  display: inline-block;
  margin-left: 2px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  transform: scale(0.75);
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: linear-gradient(45deg, #F5F2F3, #E8E1E3);
}
.app_h5_test_color_item_color_item .app_h5_test_color_item_color_detail .app_h5_test_color_item_is_multi {
  display: inline-block;
  margin-left: 2px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  transform: scale(0.75);
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: linear-gradient(90deg, #3023AE, #DAB4E0);
}
.app_h5_test_color_item_color_item .app_h5_test_color_item_carname {
  margin-top: 3px;
  line-height: 20px;
  font-size: 14px;
  color: #989898;
}
.app_h5_test_color_item_color_item .app_h5_test_color_item_item_right {
  display: flex;
  align-items: center;
  margin-right: 9px;
}
.app_h5_test_color_item_color_item .app_h5_test_color_item_rate_div {
  text-align: center;
  font-size: 15px;
}
.app_h5_test_color_item_color_item .app_h5_test_color_item_rate_num {
  width: 47px;
  text-align: center;
  line-height: 21px;
}
.app_h5_test_color_item_color_item .app_h5_test_color_item_corrected_rate_num {
  width: 47px;
  text-align: center;
  line-height: 21px;
  color: #D0021B;
}
.app_h5_test_color_item_color_item .app_h5_test_color_item_correcting {
  width: 47px;
  line-height: 21px;
  color: #999;
  animation: app_h5_test_color_item_loading 1s infinite linear;
}
@keyframes app_h5_test_color_item_loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.app_h5_test_color_item_color_item .app_h5_test_color_item_correct_btn {
  width: 47px;
  margin-top: 3px;
  padding-left: 2px;
  line-height: 18px;
  height: 18px;
  border-radius: 9px;
  color: #fff;
  font-size: 12px;
  background-image: linear-gradient(-225deg, #FC4C02 0%, #F7931C 100%);
}
.app_h5_test_color_item_color_item .app_h5_test_color_item_arrow_rigth {
  font-size: 22px;
  color: #C7C7C7;
}
.selectfilter_search_upload_wrapper_2iM{
    width: 100%;
    height: 100%;
    padding: 20px 52px;
    background-color: #fff;
    text-align: center;
}
.selectfilter_search_upload_wrapper_2iM .selectfilter_search_upload_top_2Ga{
    font-size: 15px;
    color: #323232;
    font-weight: 500;
}
.selectfilter_search_upload_wrapper_2iM .selectfilter_search_upload_formula_wrapper_18w{
    text-align: left;
    position: relative;
    margin: 20px 10px;
    margin-top: 30px;
    height: 140px;
    border: 1px  dashed rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    background-color: rgba(242, 242, 242, 1);
    color: rgb(102,102,102);
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 24px;
    font-size: 13px;
}
.selectfilter_search_upload_wrapper_2iM .selectfilter_search_upload_formula_wrapper_18w .selectfilter_search_upload_formula_tile_3jT{
    position: absolute;
    top: 11px;
    right: 67px;
    font-size: 15px;
    color: #323232;
    font-weight: 500;
}
.selectfilter_search_upload_wrapper_2iM .selectfilter_search_upload_formula_wrapper_18w .selectfilter_search_upload_formula_img_2Oh{
    position: absolute;
    top: -27px;
    left: 18px;
    width: 60px;
}
.selectfilter_search_upload_wrapper_2iM .selectfilter_search_upload_color_wrapper_NhU{
    text-align: left;
    position: relative;
    margin: 20px 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 140px;
    border: 1px  dashed rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    background-color: rgba(242, 242, 242, 1);
    color: rgb(102,102,102);
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 24px;
    font-size: 13px;
}
.selectfilter_search_upload_wrapper_2iM .selectfilter_search_upload_color_wrapper_NhU .selectfilter_search_upload_color_tile_8MW{
    position: absolute;
    top: 11px;
    right: 67px;
    font-size: 15px;
    color: #323232;
    font-weight: 500;
}
.selectfilter_search_upload_wrapper_2iM .selectfilter_search_upload_color_wrapper_NhU .selectfilter_search_upload_color_img_epE{
    position: absolute;
    top: -26px;
    left: 28px;
    width: 64px;
}
.selectfilter_search_upload_wrapper_2iM .selectfilter_select_filter_img_Osz{
    display: inline-block;
    width: 50px;
}
.selectfilter_search_upload_wrapper_2iM .selectfilter_select_filter_arrow_3gK{
    position: absolute;
    bottom: 55px;
    right: 10px;
    font-size: 24px;
    color: #666;
}.spectrumcontrast_body_wrapper_AB1{
    padding: 10px;
}

.spectrumcontrast_box_section_dnG{
    border-bottom: 10px solid #eee;
    padding: 0 10px;
  
}

.spectrumcontrast_box_section_dnG .spectrumcontrast_box_title_1FB{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 6px;
}

.spectrumcontrast_box_section_dnG .spectrumcontrast_box_tr_286{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    line-height: 24px;
}

.spectrumcontrast_box_section_dnG .spectrumcontrast_box_item_2Rt{
    padding-left: 10px;
    min-width: 100px;
}

.spectrumcontrast_box_section_dnG.spectrumcontrast_box_section_selected_1R6{
    background: #f1f2f8;
}
.spectrumcontrast_box_title_1FB{
    margin: 10px 0px;
}
.spectrumcontrast_box_header_selected_3oy{
    background: #f4f5f9;
}
/* display: flex;
    justify-content: space-between;
    align-items: center;
    height: 44px; */
.spectrumcontrast_box_header_3ti .spectrumcontrast_box_th_2cr{
    /* flex: 1;
        height: 100%; */
    height: 44px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center
}
.spectrumcontrast_box_header_3ti .spectrumcontrast_box_th_2cr:last-child{
    border-bottom: 2px solid #f4f5f9;
}
.spectrumcontrast_box_header_3ti .spectrumcontrast_box_td_2yP{
    /* flex: 1;
        height: 100%; */
    height: 44px;
    border-bottom: 2px solid #f4f5f9;
    border-left: 2px solid #f4f5f9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
}
.spectrumcontrast_box_header_3ti .spectrumcontrast_box_td_2yP span{
    color: #989898;
}
.spectrumcontrast_box_header_3ti .spectrumcontrast_box_bottom_line_134{
    border-bottom: 2px solid #f4f5f9;
}
.spectrumcontrast_tb_warp_2NV{
    width: 100%;
    border:"0";
    border-spacing: 0;
}
.spectrumcontrast_tb_warp_2NV .spectrumcontrast_tb_heard_ci_{
    height: 44px;
    background: #f1f2f8;
}
.spectrumcontrast_tb_warp_2NV .spectrumcontrast_tb_header_title_1eN{
    padding-left: 15px;
}
.spectrumcontrast_tb_warp_2NV .spectrumcontrast_tr_cell_301{
    height: 44px;
}
.spectrumcontrast_tb_warp_2NV .spectrumcontrast_tb_border_1ww{
    padding: 10px 5px;
    border-bottom: 2px solid #f4f5f9;
    border-left: 2px solid #f4f5f9;
}
.spectrumcontrast_echarts_sec_title_313{
    padding:10px;
}
.spectrumcontrast_echarts_sec_l73{
    margin-bottom: 50px;
    padding: 0 10px;
}

.spectrumcontrast_target_color_wrapper_18Z{
    padding: 10px;
}

.spectrumcontrast_target_color_wrapper_18Z .spectrumcontrast_target_color_2bb{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align: center;
        align-items: center;
}

.spectrumcontrast_target_color_wrapper_18Z .spectrumcontrast_target_color_2bb .spectrumcontrast_color_circle_Y_J{
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

.spectrumcontrast_target_color_wrapper_18Z .spectrumcontrast_target_color_2bb .spectrumcontrast_color_name_3dp{
    margin-left: 10px;
    font-size: 18px;
    color: #000;
}

.spectrumcontrast_target_color_wrapper_18Z .spectrumcontrast_target_desc_2CQ{
    margin-top: 20px;
}

.spectrumcontrast_target_color_wrapper_18Z .spectrumcontrast_labch_1ee{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0 10px;
}

.spectrumcontrast_target_color_wrapper_18Z .spectrumcontrast_other_desc_1Y9{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 10px;
    padding: 0 10px;
}

.spectrumcontrast_target_color_wrapper_18Z .spectrumcontrast_data_title_3Ge{
    padding: 10px;
}

.spectrumcontrast_target_color_wrapper_18Z .spectrumcontrast_spectrum_data_3V_{}

.spectrumcontrast_target_color_wrapper_18Z .spectrumcontrast_spectrum_tr_3sE{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    font-size: 13px;
    line-height: 22px;
}

.spectrumcontrast_target_color_wrapper_18Z .spectrumcontrast_data_item_16G{
    white-space: pre
}

.spectrumcontrast_target_color_wrapper_18Z .spectrumcontrast_data_item_16G.spectrumcontrast_bold_item_1NZ{
    font-weight: bold;
}
.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: -6px;
  height: 18px;
  line-height: 18px;
  min-width: 9px;
  border-radius: 12px;
  padding: 0 5px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #ff5b05;
  white-space: nowrap;
  -ms-transform: translateX(-45%);
      transform: translateX(-45%);
  -ms-transform-origin: -10% center;
      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;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  -ms-transform-origin: 0 center;
      transform-origin: 0 center;
  top: -4px;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background: #ff5b05;
  z-index: 10;
}
.am-badge-dot-large {
  height: 16px;
  width: 16px;
}
.am-badge-not-a-wrapper .am-badge-text, .am-badge-not-a-wrapper .am-badge-dot {
  top: auto;
  display: block;
  position: relative;
  -ms-transform: translateX(0);
      transform: translateX(0);
}
.am-badge-corner {
  width: 80px;
  padding: 8px;
  position: absolute;
  right: -32px;
  top: 8px;
  background-color: #ff5b05;
  color: #fff;
  white-space: nowrap;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  text-align: center;
  font-size: 15px;
}
.am-badge-corner-wrapper {
  overflow: hidden;
}
.notice_title_3X2{
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
}
.notice_content_1QT{
    font-size: 13px;
}
.notice_content_1QT .image-wrap{
    margin: 10px 0;
}
.notice_content_1QT::after{
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
}

.notice_notice_wrapper_3Nv table, .notice_notice_wrapper_3Nv div, .notice_notice_wrapper_3Nv p{
    max-width: calc(100vw - 20px);
    margin: 0 auto;
    overflow: hidden;
    border-collapse:collapse;
}

.notice_notice_wrapper_3Nv table td, .notice_notice_wrapper_3Nv div td, .notice_notice_wrapper_3Nv p td{
    border: 1px solid #DDDDDD;
    padding:1px;
}

.notice_notice_wrapper_3Nv .notice_created_time_24i{
    margin-top: 10px;
    margin-bottom:30px;
    padding: 0 10px;
    text-align: right;
}
.notice_tab_wrapper_qb_ .am-badge-text{
    top: -9px!important;
    -ms-transform: translateX(3px)!important;
        transform: translateX(3px)!important;
    height: 16px;
    line-height: 16px;
    background: #DB261E;
}
.app_h5_notice_item_notice_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1px;
  padding: 0 7px 0 14px;
  line-height: 67px;
  height: 67px;
  background: #fff;
}
.app_h5_notice_item_notice_title {
  line-height: 21px;
  font-size: 15px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: calc(100vw - 60px);
}
.app_h5_notice_item_notice_date {
  margin-top: 4px;
  line-height: 18px;
  font-size: 13px;
  color: #989898;
}
.app_h5_notice_item_notice_new {
  line-height: 16px;
  width: 36px;
  border-radius: 8px;
  background: #FABC3E;
  color: #fff;
  font-style: italic;
  text-align: center;
  font-size: 12px;
}
.app_h5_feedback_item_feedback_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1px;
  padding: 0 7px 0 14px;
  line-height: 67px;
  height: 67px;
  background: #fff;
}
.app_h5_feedback_item_feedback_left {
  position: relative;
}
.app_h5_feedback_item_feedback_title {
  line-height: 21px;
  font-size: 15px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: calc(100vw - 60px);
}
.app_h5_feedback_item_feedback_date {
  margin-top: 4px;
  line-height: 18px;
  font-size: 13px;
  color: #989898;
}
.app_h5_feedback_item_feedback_new {
  line-height: 16px;
  width: 36px;
  border-radius: 8px;
  background: #FABC3E;
  color: #fff;
  font-style: italic;
  text-align: center;
  font-size: 12px;
}
.app_h5_feedback_item_completed {
  line-height: 16px;
  width: 36px;
  border-radius: 8px;
  background: #417505;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.app_h5_feedback_item_following {
  line-height: 16px;
  width: 36px;
  border-radius: 8px;
  background: #4A90E2;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.app_h5_feedback_item_feedback_span {
  display: inline-block;
  transform: scale(0.75);
}
.app_h5_feedback_item_unread {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #EE6464;
  border-radius: 50%;
  top: 22px;
  left: -6px;
}
.app_h5_feedbackdetail_item_ {
  display: flex;
  padding: 10px 12px 0;
}
.app_h5_feedbackdetail_item_.app_h5_feedbackdetail_item_reverse {
  flex-direction: row-reverse;
}
.app_h5_feedbackdetail_item_:last-child {
  padding-bottom: 50px;
}
.app_h5_feedbackdetail_item_ava_wrapper {
  margin-top: 17px;
  width: 38px;
  height: 38px;
}
.app_h5_feedbackdetail_item_ava_wrapper img {
  width: inherit;
  height: inherit;
}
.app_h5_feedbackdetail_item_user_name {
  font-size: 12px;
  transform: scale(0.8);
  transform-origin: left;
  margin-top: 5px;
}
.app_h5_feedbackdetail_item_msg_wrapper {
  margin-right: 15px;
  margin-left: 15px;
}
.app_h5_feedbackdetail_item_msg_info {
  position: relative;
  margin-top: 2px;
  max-width: 160px;
  background: rgba(126, 211, 33, 0.57);
  border: 0 solid #C8C8C8;
  border-radius: 5px;
  font-size: 14px;
  color: #323232;
  padding: 11px;
}
.app_h5_feedbackdetail_item_msg_info::after {
  content: '';
  position: absolute;
  border-left: 7px solid #b3e58c;
  border-top: 7px solid #b3e58c;
  transform: rotate(45deg) translateY(-50%);
  top: 14px;
  left: -6px;
}
.app_h5_feedbackdetail_item_.app_h5_feedbackdetail_item_reverse .app_h5_feedbackdetail_item_msg_info::after {
  left: auto;
  right: -1px;
}
.app_h5_feedbackdetail_item_.app_h5_feedbackdetail_item_reverse .app_h5_feedbackdetail_item_user_name {
  text-align: right;
  transform-origin: right;
}
.app_h5_feedbackdetail_item_img_wrapper {
  text-align: right;
}
.app_h5_feedbackdetail_item_img_wrapper .app_h5_feedbackdetail_item_msg_img {
  margin-top: 10px;
  max-width: 100px;
  min-width: 50px;
  display: inline-block;
}
.feedback_reocrd_list_2JZ{
    overflow: scroll;
    padding-bottom: 20px;
}
.feedback_talk_bar_WdV{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 8px 10px;
    height: 56px;
    background: #fff;
}
.feedback_talk_bar_WdV .feedback_input_bar_bUK{
    height: 40px;
    width: calc(100% - 48px);
    border: 1px solid #C8C8C8;
    border-radius: 20px;
}
.feedback_talk_bar_WdV .feedback_add_bar_1WK{
    position: relative;
    margin-left: 12px;
    height: 36px;
    width: 36px;
    border: 1px solid #C8C8C8;
    border-radius: 50%
}
.feedback_talk_bar_WdV .feedback_add_bar_1WK::after{
    content: '';
    position: absolute;
    width: 2px;
    height: 24px;
    background: #C8C8C8;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}
.feedback_talk_bar_WdV .feedback_add_bar_1WK::before{
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background: #C8C8C8;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}
.feedback_talk_mask_y48{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(0,0,0,0.3);
}
.feedback_talk_section_3wy{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: #fafafa;
}
.feedback_talk_section_3wy .feedback_talk_title_2yv{
    line-height: 36px;
    height: 36px;
    text-align: center;
    font-size: 14px;
    color: #4A4A4A;
}
.feedback_talk_section_3wy textarea{
    width: 100%;
    font-size: 14px;
    color: #333;
    border: none;
    height: 108px;
    padding: 13px;
    resize: none;
    outline: none
}
.feedback_talk_section_3wy textarea::-webkit-input-placeholder{
    font-size: 14px;
    color: #989898;
}
.feedback_talk_section_3wy .feedback_add_img_wrapper_1ri{
    margin-top: 10px;
    padding: 13px 0;
    background: #fff;
}
.feedback_talk_section_3wy .feedback_add_img_wrapper_1ri .feedback_attachment_title_pIU{
    margin-left: 15px;
    font-size: 14px;
    color: #666666;
}
.feedback_talk_section_3wy .feedback_add_img_wrapper_1ri .feedback_imgs_wrapper_3sl{
    padding: 0px 8px 0;
}
.feedback_talk_section_3wy .feedback_operate_btn_2zi{
    margin: 10px auto 15px;
    width: 335px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    font-size: 16px;
    text-align: center;
    background-image: linear-gradient(to left, #FC4C02 0%, #F7931C 100%);
    color: #fff;
}
@media screen and (max-width:370px){
    .feedback_talk_section_3wy .feedback_operate_btn_2zi{
        width: 300px;
    }
    }.am-whitespace.am-whitespace-xs {
  height: 3px;
}
.am-whitespace.am-whitespace-sm {
  height: 6px;
}
.am-whitespace.am-whitespace-md {
  height: 9px;
}
.am-whitespace.am-whitespace-lg {
  height: 15px;
}
.am-whitespace.am-whitespace-xl {
  height: 21px;
}
.am-button {
  display: block;
  outline: 0 none;
  -webkit-appearance: none;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  font-size: 18px;
  height: 47px;
  line-height: 47px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: nowrap;
  color: #000;
  background-color: #fff;
  border: 1PX solid #ddd;
  border-radius: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-button {
    position: relative;
    border: none;
    transform: translateZ(0);
  }
  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;
    -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    -ms-transform: scale(0.5);
        transform: scale(0.5);
    box-sizing: border-box;
    pointer-events: none;
    z-index: -1;
  }
}
.am-button-borderfix:before {
  -ms-transform: scale(0.49) !important;
      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: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-button-primary {
    position: relative;
    border: none;
    transform: translateZ(0);
  }
  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;
    -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    -ms-transform: scale(0.5);
        transform: scale(0.5);
    box-sizing: border-box;
    pointer-events: none;
    z-index: -1;
  }
}
.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: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-button-ghost {
    position: relative;
    border: none;
    transform: translateZ(0);
  }
  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;
    -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    -ms-transform: scale(0.5);
        transform: scale(0.5);
    box-sizing: border-box;
    pointer-events: none;
    z-index: -1;
  }
}
.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: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-button-ghost.am-button-active {
    position: relative;
    border: none;
    transform: translateZ(0);
  }
  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;
    -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    -ms-transform: scale(0.5);
        transform: scale(0.5);
    box-sizing: border-box;
    pointer-events: none;
    z-index: -1;
  }
}
.am-button-ghost.am-button-disabled {
  color: rgba(0, 0, 0, 0.1);
  border: 1PX solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  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;
    transform: translateZ(0);
  }
  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;
    -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    -ms-transform: scale(0.5);
        transform: scale(0.5);
    box-sizing: border-box;
    pointer-events: none;
    z-index: -1;
  }
}
.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 15px;
}
.am-button-small {
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
}
.am-button-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.am-button > .am-button-icon {
  margin-right: 0.5em;
}
.index_search_index_wrapper_3FN{
    overflow: auto;
    background-color: #FFFFFF;
    position: relative;
}

.index_search_top_1sl{
    margin-top: 19px;
    height: 44px;
    line-height: 44px;
    width: 100%;
    text-align: right;
}

.index_search_top_1sl .index_search_top_broadcast_icon_21s{
    display: inline-block;
    padding: 0 10px;
    color: #646464;
    font-size: 20px;
}

.index_search_logo_P7u{
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.index_search_logo_P7u .index_search_logo_img_28a{
    display: inline-block;
    height: 170px;
    width: 170px;
}

.index_search_bar_zTF{
    width: 100%;
    height: 46px;
    line-height: 46px;
}

.index_search_bar_zTF .index_search_bar_box_177{
    margin: 0 auto;
    width: 335px;
    background-color: #FAFAFA;
    border-radius: 23px;
    padding-left: 23px;
    padding-right: 20px;
    color: #B7B9C1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.index_search_bar_zTF .index_search_bar_placeholder_aV6{
    font-size: 16px;
}

.index_search_bar_zTF .index_search_bar_search_icon_38a{
    font-size: 20px;
    color: #B4B5BD ;
}

@media screen and (max-width: 350px) {

    .index_search_bar_zTF .index_search_bar_box_177{
        width: 300px;
    }
    }

.index_search_recent_2GU{
    width: 100%;
    /* height: 250px; */
    margin-top: 22px;
    overflow: hidden;
}

.index_search_recent_2GU .index_search_recent_box_2c-{
    margin: 0 auto;
    width: 290px;
}

.index_search_recent_2GU .index_search_recent_title_a7c{
    font-size: 14px;
    color: #989898;
    width: 100%;
    height: 22px;
    line-height: 22px;
}

.index_search_recent_2GU .index_search_recent_list_n5B{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
}

.index_search_recent_2GU .index_search_recent_item_t7N{
    margin-top: 10px;
    height: 26px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.index_search_recent_2GU .index_search_recent_item_t7N span{
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    color: #666666;
    background-color: #F1F2F7;
}
@media screen and (max-width: 350px) {
    .index_search_logo_P7u{
        width: 100%;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .index_search_logo_P7u .index_search_logo_img_28a{
        display: inline-block;
        height: 170px;
        width: 170px;
    }

    .index_search_recent_2GU{
        height: 200px;
    }
}


.index_search_bottom_baa{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 72px;
    text-align: center;

}


.index_search_bottom_baa .index_search_bottom_shape_circle_19e{
    position: relative;
    z-index: 10;
    display: inline-block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
}


.index_search_bottom_baa .index_search_bottom_bar_27r{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 50px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
}


.index_search_bottom_baa .index_search_bottom_bar_item_1wQ{
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
    color: #666666 ;
    overflow: hidden;
}


.index_search_bottom_baa .index_search_bottom_bar_item_1wQ span{
    display: inline-block;
}


.index_search_bottom_baa .index_search_bottom_bar_item_1wQ .index_search_bottom_bar_icon_1Rx{
    margin-top: 5px;
    font-size: 20px;
}


.index_search_bottom_baa .index_search_bottom_bar_item_1wQ .index_search_bottom_reward_icon_2Jg{
    display: block;
    height: 22px;
    width: 22px;
    margin: 0 auto;
    margin-top: 5px;
}


.index_search_bottom_baa .index_search_bottom_bar_item_1wQ .index_search_bottom_bar_img_2SZ{
    display: inline-block;
    margin: 5px auto 1px;
    width: 27px;
    height: 25px;
}


.index_search_bottom_baa .index_search_bottom_bar_item_1wQ .index_search_bottom_bar_title_1ka{
    font-size: 10px;
    line-height: 20px;
}


.index_search_bottom_baa .index_search_bottom_bar_item_1wQ .index_search_bottom_bar_title_upload_16l{
    margin-top: 2px;
}


.index_search_bottom_baa .index_search_bottom_bar_item_on_3aG{
    color: #FC4C02 ;
}


/* 新增功能 20210806 */
.index_search_add_list_cZH .am-list-item .am-list-line .am-list-content {
    font-size: 15px
}
.index_search_add_list_cZH .am-list-item .am-list-line .am-list-extra {
    font-size: 12px
}
.index_search_add_list_cZH .am-list-item .am-list-line .am-list-brief{
    font-size: 14px
}

.add_list1 .am-list-item .am-list-line .am-list-content {
    font-size: 14px
}

.add_list1 .am-list-item .am-list-line .am-list-extra {
    font-size: 12px
}

/* 新增得三个选择框 */

.index_select_box_3E0 {
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -ms-flex-align: center;
        align-items: center;
    margin:20px 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.index_select_title_3o3 {
    width: 60px;
    text-align: right
}

.index_select_content_32h {
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    height: 30px;
    border: 1px solid #ccc;
    margin:0 10px;
    padding: 0 15px;
    color: #888
}

.index_picker_none_3zR {
    display: none
}

.index_picker_block_1Y5 {
    display: none
}

.search_search_search_wrapper_1Gp{
   background-color: #FAFAFA;
}

.search_search_search_bar_1Q9{
    position: relative;
    height: 52px;
    padding: 8px 56px 8px 20px;
    background-color: #fff;
}

.search_search_search_bar_1Q9 .search_search_search_bar_box_25t{
   height: 100%;
   width: 99%;
   background-color: rgba(0, 0, 0, 0.1);
   border-radius: 20px;
   display: -ms-flexbox;
   display: flex;
   // overflow: hidden;
}

.search_search_search_bar_1Q9 .search_search_search_bar_type_1NR{
   display: inline-block;
   position: relative;
   line-height: 33px;
   padding-right: 12px;
   margin-right: 6px;
}

.search_search_search_bar_1Q9 .search_search_search_bar_type_text_22_{
   font-size: 13px;
}

.search_search_search_bar_1Q9 .search_search_search_bar_type_triangle_3IE{
   position: absolute;
   top: 16px;
   right: 3px;
   width: 0;
   height: 0;
   border-right: 3px solid transparent;
   border-left: 3px solid transparent;
   border-top: 5px solid #000;
}

.search_search_search_bar_1Q9 .search_search_search_bar_type_list_3qz{
   position: absolute;
   font-size: 14px;
   top: 45px;
   left: -20px;
   width: 157px;
   height: 95px;
   background-color: #fff;
   border-radius: 20px;
   border: 1px solid rgba(0, 0, 0, 0.1);
   text-align: left;
   padding: 10px;
   z-index: 999;
}

.search_search_search_bar_1Q9 .search_search_search_bar_type_list_line_3wg{
   border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.search_search_search_bar_1Q9 .search_search_search_bar_type_up_triangle_qAp{
   position: absolute;
   top: -9px;
   right: 116px;
   width: 0;
   height: 0;
   border-right: 6px solid transparent;
   border-left: 6px solid transparent;
   border-bottom: 10px solid rgba(0, 0, 0, 0.1);
}

.search_search_search_bar_1Q9 .search_search_search_bar_type_up1_triangle_1vz{
   position: absolute;
   top: -7px;
   right: 116px;
   width: 0;
   height: 0;
   border-right: 6px solid transparent;
   border-left: 6px solid transparent;
   border-bottom: 10px solid #fff;
   z-index: 9999;
}

.search_search_search_bar_1Q9 .search_search_search_bar_type_list_line_des_3_L{
   color: rgba(0, 0, 0, 0.5);
   display: inline-block;
   margin-left: 6px;
}

.search_search_search_bar_1Q9 .search_search_search_bar_search_1AD{
   display: inline-block;
   line-height: 34px;
   color: #979797 ;
   margin-left: 8px;
   margin-right: 4px;
}

.search_search_search_bar_1Q9 input:-ms-input-placeholder {
   line-height: 36px;
   font-size: 14px;
   // color: #B7B9C1;
   color: #9B9B9B;
}

.search_search_search_bar_1Q9 input::placeholder {
   line-height: 36px;
   font-size: 14px;
   // color: #B7B9C1;
   color: #9B9B9B;
}

.search_search_search_bar_1Q9 .search_search_search_bar_input_1Aq{
   background-color: transparent;
   height: 36px;
   -ms-flex: 1;
       flex: 1;
   outline: none;
   border: 0;
   line-height: 36px;
   color: #000;
   margin-right: 11px;
}

.search_search_search_bar_1Q9 .search_search_search_bar_clear_2tk{
   height: 30px;
   line-height: 34px;
   position: absolute;
   right: 10px;
   top: 8px;
   font-size: 16px;
   color: #666666;
}

.search_search_search_history_2_U{
    width: 100%;
    overflow: hidden;

}

.search_search_search_history_2_U .search_search_search_history_top_block_1Vn{
   height: 25px;
   width: 100%;
   background-color: #fff;
}

.search_search_search_history_2_U .search_search_search_history_title_3R0{
   position: relative;
   height: 33px;
   width: 100%;
   line-height: 33px;
   padding-left: 22px;
   padding-right: 10px;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-pack: justify;
       justify-content: space-between;
}

.search_search_search_history_2_U span{
   display: inline-block;
}

.search_search_search_history_2_U .search_search_search_history_title_tagert_GwZ{
   position: absolute;
   left: 7px;
   top: 7px;
   width: 6px;
   height: 18px;
   background-color: #EA5C64;
}

.search_search_search_history_2_U .search_search_search_history_title_tip_L2p{
   font-size: 14px;
   color: #989898;
}

.search_search_search_history_2_U .search_search_search_history_trash_icon_26K{
   margin: 0 6px;
   color: #989898;
}

.search_search_search_history_2_U .search_search_search_history_trash_ClB{
   font-size: 14px;
   color: #989898;
}

.search_search_search_history_2_U .search_search_search_history_list_item_SXk{
   background-color: #fff;
   height: 43px;
   width: 100%;
   padding-right: 8px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   line-height: 44px;
   font-size: 14px;
   color: #666666;
   padding-left: 23px;
   margin-bottom: 1px;
}

.search_search_search_history_2_U .search_search_search_history_list_item_type_1MK{
   display: inline-block;
   color: #000;
   margin-right: 10px;
}

.search_search_search_history_next_3GV{
    background-color: #fff;
    height: 50px;
    width: 100%;
    line-height: 40px;
    text-align: center;       
}

.search_search_search_history_next_3GV .search_search_search_history_next_text_2L4{
   font-size: 14px;
   color: #FABC3E;
}

.search_search_search_history_next_3GV .search_search_search_history_next_text_2L4 span{
   color: #FABC3E;
}

.search_search_search_history_next_3GV .search_search_search_bar_next_icon_1Rc{
   line-height: 20px;
   display: inline-block;
   margin-left: 4px;
   color: #FABC3E;
   vertical-align: text-bottom;
   font-size: 19px;
}

.condition_search_condition_wrapper_2aU{
    position: relative;
    background-color: #fff;
}

.condition_search_condition_top_3zX{
    position: relative;
    height: 44px;
    line-height: 44px;
    padding: 0 16px;
    text-align: center;
    font-size: 18px;
    color: #323232;
}

.condition_search_condition_top_3zX .condition_search_top_back_37b{
    color: #323232;
    position: absolute;
    left: 16px;
    top: 0;
    font-size: 24px;
}

.condition_search_condition_top_3zX .condition_search_condition_top_search_Wy1{
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 16px;
}
.condition_laboratory_wrapper_2j7{
    margin-top: 0px;
    padding: 13px 0;
    background: #fff;;
    border-bottom:solid 0.5px #ECECEC;
}
.condition_laboratory_wrapper_2j7 .condition_laboratory_title_Y49{
    margin-left: 15px;
    font-size: 15px;
    color: #666666;
}
.condition_laboratory_wrapper_2j7 .condition_imgs_wrapper_Vl2{
    padding: 0px 8px 0;
}

.condition_search_condition_color_1o7{
    position: relative;
    height: 26px;
    line-height: 25px;
    padding-left: 14px;
    background-color: #FAFAFA;
}

.condition_search_condition_color_1o7 .condition_search_condition_color_block_3CM{
    position: absolute;
    top: 6px;
    left: 4px;
    height: 15px;
    width: 6px;
    background-color: #EA5C64;
}

.condition_search_condition_color_1o7 .condition_search_condition_color_title_12g{
    font-size: 13px;
    color: #666666;
}

.condition_search_condition_filter_1Pa{
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:  wrap;
        flex-wrap:  wrap;
    padding: 12px 10px;
}

.condition_search_condition_filter_1Pa .condition_search_condition_filter_item_2PZ{
    height: 20px;
    line-height: 20px;
    padding: 0 9px;
    background-color: #DCDCDC;
    border-radius: 10px;
    font-size: 8px;
    color: #323232;
    margin: 10px;
}

.condition_search_condition_filter_1Pa .condition_search_condition_filter_official_on_1L5{
    background-color: #FC4C02;
    color: #FFFFFF;
}

.condition_search_condition_filter_1Pa .condition_search_condition_filter_certified_on_1WC{
    background-color: #7ED321;
    color: #FFFFFF;
}

.app_h5_navigator_header_header_navigator {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  line-height: 44px;
  height: 44px;
  font-size: 18px;
  color: #323232;
  background: #fff;
  z-index: 100;
}
.app_h5_navigator_header_header_navigator .app_h5_navigator_header_back_btn {
  position: absolute;
  left: 8px;
  font-size: 28px;
}
.app_h5_navigator_header_header_navigator .app_h5_navigator_header_right_btn {
  position: absolute;
  right: 15px;
  font-size: 16px;
}
.app_h5_navigator_header_header_navigator .app_h5_navigator_header_cycling {
  animation: right_btn_rotate_one_round 1s 1;
}
.app_h5_navigator_header_header_empty_block {
  line-height: 44px;
  height: 44px;
}
@keyframes right_btn_rotate_one_round {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.am-activity-indicator {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99;
}
.am-activity-indicator-spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  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: 14px;
  margin-left: 8px;
  color: #000;
  opacity: 0.4;
}
.am-activity-indicator.am-activity-indicator-toast {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: 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: 4px;
}
.am-activity-indicator-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 15px;
  border-radius: 7px;
  background-clip: padding-box;
  color: #fff;
  background-color: rgba(58, 58, 58, 0.9);
  font-size: 15px;
  line-height: 20px;
}
.am-activity-indicator-spinner-lg {
  width: 32px;
  height: 32px;
}
@keyframes spinner-anime {
  100% {
    transform: rotate(360deg);
  }
}
.list_search_list_wrapper_1o3{
    background-color: #fff;

}

.list_search_list_top_2fI{
    position: relative;
    height: 44px;
    line-height: 44px;
    padding: 0 16px;
    text-align: center;
    font-size: 18px;
    color: #323232;
    background-color: #fff;
}

.list_search_list_top_2fI .list_search_list_top_back_icon_302{
    color: #323232;
    position: absolute;
    left: 16px;
    top: 0;
    font-size: 24px;

}
.list_corrected_rate_num_2zn{
    width: 50px;
    line-height: 21px;
    color: #D0021B;
    font-size: 14px;
}
.list_search_list_conditions_wrapper_2vJ{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin: 0 19px 0 32px;
    padding-bottom: 8px;
    -ms-flex-wrap:  wrap;
        flex-wrap:  wrap;
}
.list_search_list_conditions_wrapper_2vJ .list_search_list_conditions_color_block_E-T{
    position: absolute;
    top: 2px;
    left: -8px;
    height: 18px;
    width: 6px;
    background-color: #EA5C64;

}
.list_search_list_conditions_wrapper_2vJ span{
    line-height: 16px;
    margin: 3px 0;
    padding: 0 8px;
    border-right: 1px solid #666666;
    font-size: 13px;
    color: #666666

}
.list_search_list_conditions_wrapper_2vJ span:last-child{
    border-right: none;

}

.list_search_list_conditions_ctrl_wrapper_3E8{
    width: 100%;
    height: 42px;
    line-height: 42px;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #C8C8C8;

}

.list_search_list_conditions_ctrl_wrapper_3E8 .list_search_list_hot_2MG{
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;

}

.list_search_list_conditions_ctrl_wrapper_3E8 .list_search_list_hot_title_3j0{
    font-size: 14px;
    color: #989898;

}

.list_search_list_conditions_ctrl_wrapper_3E8 .list_search_list_hot_sort_3m1{
    position: relative;
    font-size: 8px;
    width: 28px;
    height: 100%;
    overflow: hidden;

}

.list_search_list_conditions_ctrl_wrapper_3E8 .list_search_list_hot_sort_3m1 .list_search_list_triangle_up_icon_1lE{
    color: #969696;
    position: absolute;
    top: -3px;
    left: -1px;

}

.list_search_list_conditions_ctrl_wrapper_3E8 .list_search_list_hot_sort_3m1 .list_search_list_triangle_down_icon_1hI{
    color: #969696;
    position: absolute;
    top: 4px;
    left: -1px;

}

.list_search_list_conditions_ctrl_wrapper_3E8 .list_search_list_hot_sort_3m1 .list_search_list_triangle_on_2Kv{
    color: #EA5C64 ;

}

.list_search_list_conditions_ctrl_wrapper_3E8 .list_search_list_perk_KSb{
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;

}

.list_search_list_conditions_ctrl_wrapper_3E8 .list_search_list_perk_title_1fz{
    font-size: 14px;
    color: #989898;

}

.list_search_list_conditions_ctrl_wrapper_3E8 .list_search_list_perk_sort_3KG{
    color: #969696;

}

.list_search_list_conditions_ctrl_wrapper_3E8 .list_search_list_perk_sort_3KG .list_search_list_perk_icon_3gp{
    display: block;
    margin-left: 10px;
    font-size: 14px;

}

.list_search_list_RAD{
    position: relative;
    background-color: #fff;
}

.list_search_list_RAD .list_search_list_item_3Rk{
    position: relative;
    // overflow: hidden;
    min-height: 71px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 12px 10px 21px;
    border-bottom: 1px solid #C8C8C8;

}

.list_search_list_RAD .list_search_list_item_info_2Zr{
    overflow: hidden;
    -ms-flex: 1;
        flex: 1;

}

.list_search_list_RAD .list_search_list_item_info_title_1o_{
    // overflow: hidden;
    // text-overflow: ellipsis;
    // white-space: nowrap;
    min-height: 20px;
    margin-right: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #333333;

}

.list_search_list_RAD .list_search_list_item_info_title_1o_ .list_search_list_item_info_title_img_1Pu{
    display: inline-block;
    margin-left: 6px;
    margin-top: 6px;
    width: 15px;
    height: 15px;

}

.list_search_list_RAD .list_search_list_item_info_type_13t{
    margin-right: 20px;
    min-height: 26px;
    line-height: 30px;

}

.list_search_list_RAD .list_search_list_item_info_tip_E0D{
    display: inline-block;
    margin: 8px 8px 0 4px;
    height: 17px;
    line-height: 15px;
    padding: 0 6px;
    font-size: 8px;
    color: #EA5C64;
    border: 1px solid #EA5C64;
    border-radius: 8px;

}

.list_search_list_RAD .list_search_list_item_info_type_title_Mzx{
    font-size: 14px;
    color: #989898;

}

.list_search_list_RAD .list_search_list_item_personal_3KG{
    width: 113px;

}

.list_search_list_RAD .list_search_list_item_personal_name_3Z4{
    font-size: 14px;
    color: #989898;
    height: 20px;
    line-height: 20px;

}

.list_search_list_RAD .list_search_list_item_personal_time_mHE{
    font-size: 12px;
    color: #989898;
    line-height: 32px;

}

.list_search_list_RAD .list_search_list_item_targets_1C8{
    position: absolute;
    top: -2px;
    right: 10px;

}

.list_search_list_RAD .list_search_list_item_target_img_mUw{
    display: inline-block;
    margin: 0 1px;
    width: 15px;

}



.list_sinfo_list_item_3xl{
    position: relative;
    min-height: 71px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 12px 12px 10px 21px;
    border-bottom: 1px solid #C8C8C8;
}
.list_sinfo_title_line_one_tlu{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    min-height: 20px;
    line-height: 20px;
    word-break:break-all;
    margin-top: 2px;
    margin-bottom: 8px;
}

.list_sinfo_title_EQr{
    -ms-flex: 5;
        flex: 5;
    font-size: 16px;
    color: #333333;
    display: inline-block;
    margin-right: 7px;
}
.list_sinfo_title_title_2SN{
    margin-right: 7px;
}
.list_sinfo_nfo_title_img_1Oz{
    display: inline-block;
    padding-top: 1px;
    margin-right: 7px;
    width: 15px;
    height: 15px;
}

.list_sinfo_item_personal_name_3WR{
    -ms-flex: 2;
        flex: 2;
    font-size: 15px;
    color: #989898;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_sinfo_title_line_two_2LH{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    min-height: 20px;
    line-height: 20px;
    word-break:break-all;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 15px;
    color: #989898;
}
.list_sinfo_item_info_type_1GM{
    -ms-flex: 5;
        flex: 5;
    margin-right: 2px;
    line-height: 20px;
}

.list_sinfo_item_personal_time_iCj{
    -ms-flex: 2;
        flex: 2;
}

@media screen and (max-width: 330px) {
    .list_sinfo_item_personal_time_iCj {
        font-size: 12px;
    }
}

.list_sinfo_item_info_type_title_uzc{
    display: inline-block; 
    margin-right: 10px;
    margin-bottom: 2px;
}
.list_sinfo_item_info_tip_2QQ{
    display: inline-block;
    margin: 0 8px 0 2px;
    height: 17px;
    line-height: 15px;
    padding: 0 6px;
    font-size: 8px;
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
}

.list_more_btn_35l {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 50px;
    background-color:rgba(215,215,215,0.6);
    /* background-color: red; */
    line-height: 50px;
    text-align: center;
    color: #969696;
    /* border-radius: 5px; */
    z-index: 9999
}@keyframes closeWindow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.ril__outer {
  background-color: rgba(0, 0, 0, 0.85);
  outline: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  -ms-touch-action: none;
      touch-action: none;
}

.ril__outerClosing {
  opacity: 0;
}

.ril__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ril__image, .ril__imagePrev, .ril__imageNext {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: none;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  -ms-touch-action: none;
      touch-action: none;
}

.ril__imageDiscourager {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ril__navButtons {
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 34px;
  padding: 40px 30px;
  margin: auto;
  cursor: pointer;
  opacity: 0.7;
}
.ril__navButtons:hover {
  opacity: 1;
}
.ril__navButtons:active {
  opacity: 0.7;
}

.ril__navButtonPrev {
  left: 0;
  background: rgba(0, 0, 0, 0.2)
    url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDE5LDMgLTIsLTIgLTE2LDE2IDE2LDE2IDEsLTEgLTE1LC0xNSAxNSwtMTUgeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==')
    no-repeat center;
}

.ril__navButtonNext {
  right: 0;
  background: rgba(0, 0, 0, 0.2)
    url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDEsMyAyLC0yIDE2LDE2IC0xNiwxNiAtMSwtMSAxNSwtMTUgLTE1LC0xNSB6IiBmaWxsPSIjRkZGIi8+PC9zdmc+')
    no-repeat center;
}

.ril__downloadBlocker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
  background-size: cover;
}

.ril__caption, .ril__toolbar {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.ril__caption {
  bottom: 0;
  max-height: 150px;
  overflow: auto;
}

.ril__captionContent {
  padding: 10px 20px;
  color: #fff;
}

.ril__toolbar {
  top: 0;
  height: 50px;
}

.ril__toolbarSide {
  height: 50px;
  margin: 0;
}

.ril__toolbarLeftSide {
  padding-left: 20px;
  padding-right: 0;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ril__toolbarRightSide {
  padding-left: 0;
  padding-right: 20px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.ril__toolbarItem {
  display: inline-block;
  line-height: 50px;
  padding: 0;
  color: #fff;
  font-size: 120%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ril__toolbarItemChild {
  vertical-align: middle;
}

.ril__builtinButton {
  width: 40px;
  height: 35px;
  cursor: pointer;
  border: none;
  opacity: 0.7;
}
.ril__builtinButton:hover {
  opacity: 1;
}
.ril__builtinButton:active {
  outline: none;
}

.ril__builtinButtonDisabled {
  cursor: default;
  opacity: 0.5;
}
.ril__builtinButtonDisabled:hover {
  opacity: 0.5;
}

.ril__closeButton {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=')
    no-repeat center;
}

.ril__zoomInButton {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PHBhdGggZD0iTTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+')
    no-repeat center;
}

.ril__zoomOutButton {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=')
    no-repeat center;
}

.ril__outerAnimating {
  animation-name: closeWindow;
}

@keyframes pointFade {
  0%, 19.999%, 100% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}

.ril__loadingCircle {
  width: 60px;
  height: 60px;
  position: relative;
}

.ril__loadingCirclePoint {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ril__loadingCirclePoint::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 11%;
  height: 30%;
  background-color: #fff;
  border-radius: 30%;
  animation: pointFade 800ms infinite ease-in-out both;
}
.ril__loadingCirclePoint:nth-of-type(1) {
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}
.ril__loadingCirclePoint:nth-of-type(7) {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.ril__loadingCirclePoint:nth-of-type(1)::before, .ril__loadingCirclePoint:nth-of-type(7)::before {
  animation-delay: -800ms;
}
.ril__loadingCirclePoint:nth-of-type(2) {
  -ms-transform: rotate(30deg);
      transform: rotate(30deg);
}
.ril__loadingCirclePoint:nth-of-type(8) {
  -ms-transform: rotate(210deg);
      transform: rotate(210deg);
}
.ril__loadingCirclePoint:nth-of-type(2)::before, .ril__loadingCirclePoint:nth-of-type(8)::before {
  animation-delay: -666ms;
}
.ril__loadingCirclePoint:nth-of-type(3) {
  -ms-transform: rotate(60deg);
      transform: rotate(60deg);
}
.ril__loadingCirclePoint:nth-of-type(9) {
  -ms-transform: rotate(240deg);
      transform: rotate(240deg);
}
.ril__loadingCirclePoint:nth-of-type(3)::before, .ril__loadingCirclePoint:nth-of-type(9)::before {
  animation-delay: -533ms;
}
.ril__loadingCirclePoint:nth-of-type(4) {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.ril__loadingCirclePoint:nth-of-type(10) {
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
}
.ril__loadingCirclePoint:nth-of-type(4)::before, .ril__loadingCirclePoint:nth-of-type(10)::before {
  animation-delay: -400ms;
}
.ril__loadingCirclePoint:nth-of-type(5) {
  -ms-transform: rotate(120deg);
      transform: rotate(120deg);
}
.ril__loadingCirclePoint:nth-of-type(11) {
  -ms-transform: rotate(300deg);
      transform: rotate(300deg);
}
.ril__loadingCirclePoint:nth-of-type(5)::before, .ril__loadingCirclePoint:nth-of-type(11)::before {
  animation-delay: -266ms;
}
.ril__loadingCirclePoint:nth-of-type(6) {
  -ms-transform: rotate(150deg);
      transform: rotate(150deg);
}
.ril__loadingCirclePoint:nth-of-type(12) {
  -ms-transform: rotate(330deg);
      transform: rotate(330deg);
}
.ril__loadingCirclePoint:nth-of-type(6)::before, .ril__loadingCirclePoint:nth-of-type(12)::before {
  animation-delay: -133ms;
}
.ril__loadingCirclePoint:nth-of-type(7) {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.ril__loadingCirclePoint:nth-of-type(13) {
  -ms-transform: rotate(360deg);
      transform: rotate(360deg);
}
.ril__loadingCirclePoint:nth-of-type(7)::before, .ril__loadingCirclePoint:nth-of-type(13)::before {
  animation-delay: 0ms;
}

.ril__loadingContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ril__imagePrev .ril__loadingContainer, .ril__imageNext .ril__loadingContainer {
  display: none;
}

.ril__errorContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
}
.ril__imagePrev .ril__errorContainer, .ril__imageNext .ril__errorContainer {
  display: none;
}

.ril__loadingContainer__icon {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
}

/*# sourceMappingURL=style.css.map*/.formula_search_formula_wrapper_1Cu {
    position: relative;
    padding-bottom: 50px;
}

.formula_search_formula_wrapper_blur_1V0 {
    filter: blur(2px);
}

.formula_share_top_3ND {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
    background: #fff;
    border-bottom: 1px solid #c8c8c8;
}

.formula_share_top_3ND .formula_share_left_2zc {
    position: relative;
    overflow: hidden;
    width: 205px;
    height: 101px;
}

.formula_share_top_3ND .formula_share_left_2zc img:first-child {
    position: absolute;
    left: 49%;
    top: 54%;
    width: 24px;
    z-index: 2;
    background: transparent;
    border-radius: 12px;
}

.formula_share_top_3ND .formula_share_left_2zc img:last-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.formula_share_top_3ND .formula_share_right_2hY {
    margin-right: 20px;
}

.formula_share_top_3ND .formula_share_right_2hY .formula_share_text_39E {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: start;
    margin-top: 17px;
}

.formula_share_top_3ND .formula_share_right_2hY .formula_share_title_2Pq {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.formula_share_top_3ND .formula_share_right_2hY .formula_share_info_zxJ {
    font-size: 14px;
    color: #333;
    margin-left: 6px;
}

.formula_share_top_3ND .formula_share_right_2hY .formula_download_btn_7D6 {
    margin-top: 14px;
    width: 145px;
    text-align: center;
}

.formula_share_top_3ND .formula_share_right_2hY .formula_download_btn_7D6 a {
    display: inline-block;
    width: 89px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-radius: 15px;
    background-image: linear-gradient(-225deg, #FC4C02 0%, #F7931C 100%);
}

@media screen and (max-width: 320px) {
    .formula_share_top_3ND .formula_share_left_2zc img:first-child {
        left: 48%;
        top: 46%;
        width: 22px;
        border-radius: 11px;
    }
    .formula_share_top_3ND .formula_share_right_2hY {
        margin-right: 0;
    }
}

.formula_search_formula_top_ZqI {
    position: relative;
    height: 44px;
    line-height: 44px;
    padding: 0 16px;
    text-align: center;
    font-size: 18px;
    color: #323232;
    background-color: #fff;
}

.formula_search_formula_top_ZqI .formula_search_top_back_2yL {
    color: #323232;
    position: absolute;
    left: 16px;
    top: 0;
    font-size: 24px;
}

.formula_search_formula_top_ZqI .formula_search_formula_top_search_5Z- {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 16px;
}

.formula_search_formula_top_ZqI .formula_search_formula_up_load_1wz {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 26px;
}

.formula_search_formula_color_wrapper_5rc {
    position: relative;
    background-color: #fff;
}

.formula_search_formula_color_wrapper_5rc .formula_search_formula_color_info_3FV {
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 14px;
}

.formula_search_formula_color_wrapper_5rc .formula_search_formula_color_info_circle_3Ml {
    margin: 0 17px;
    height: 32px;
    width: 32px;
    border-radius: 16px;
    // box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14);
}

.formula_search_formula_color_wrapper_5rc .formula_search_formula_color_info_circle_new_Xg2 {
    width: 48px;
    height: 36px;
    overflow: hidden;
    padding-right: 14px;
    display: -ms-flexbox;
    display: flex;
}

.formula_search_formula_color_wrapper_5rc .formula_search_formula_color_info_circle_new_Xg2 .formula_search_formulaDataColor_all_22A {
    display: block;
    height: 32px;
    width: 32px;
    border-radius: 16px;
    // box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14);
    background-color: transparent;
}

.formula_search_formula_color_wrapper_5rc .formula_search_formula_color_info_circle_new_Xg2 .formula_search_formulaDataColor_half_1-m {
    display: inline-block;
    height: 32px;
    width: 16px;
    border-radius: 16px 0 0 16px;
    // box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14);
    background-color: transparent;
}

.formula_search_formula_color_wrapper_5rc .formula_search_formula_color_info_circle_new_Xg2 .formula_search_formulaTargetColor_half_2Gu {
    display: inline-block;
    height: 32px;
    width: 16px;
    border-radius: 0 16px 16px 0;
    // box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14);
    background-color: transparent;
}

.formula_search_formula_color_wrapper_5rc .formula_formula_contrast_3CP{
    padding-top: 20px;
    height: 100%;
    font-size: 20px;
    color: #bbb;
}

.formula_search_formula_color_wrapper_5rc .formula_search_formula_color_info_detail_wrapper_x4f {
    -ms-flex: 1;
        flex: 1;
}

.formula_search_formula_color_wrapper_5rc .formula_search_formula_color_info_detail_1mf {
    min-height: 40px;
    font-size: 15px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
}

.formula_search_formula_color_wrapper_5rc .formula_search_formula_color_info_detail_1mf span {
    display: inline-block;
}

.formula_search_formula_color_wrapper_5rc .formula_search_formula_color_info_detail_1mf .formula_search_list_item_info_title_img_3L1 {
    margin-top: 7px;
    display: inline-block;
    margin-left: 6px;
    width: 15px;
    height: 15px;
}

.formula_search_formula_color_wrapper_5rc .formula_search_formula_color_info_type_1sn {
    font-size: 14px;
    color: #989898;
}

.formula_search_formula_color_wrapper_5rc .formula_search_formula_color_like_3SD {
    height: 100%;
    padding-top: 16px;
}

.formula_search_formula_color_wrapper_5rc .formula_search_formula_color_like_icon_Ibi {
    display: inline-block;
    margin: 0 14px;
    color: #FC8767;
    font-size: 26px;
}

.formula_search_formula_color_wrapper_5rc .formula_search_formula_color_score_O27 {
    display: inline-block;
    color: #7ED321;
    font-size: 16px;
    margin-right: 15px;
    line-height: 30px;
    vertical-align: bottom;
}

.formula_search_formula_color_wrapper_5rc .formula_search_formula_color_dose_3x1 {
    height: 43px;
    line-height: 43px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.formula_search_formula_color_wrapper_5rc .formula_search_formula_color_dose_3x1 .formula_search_formula_color_quantity_icon_1l- {
    display: inline-block;
    color: #d81e06;
    font-size: 22px;
    margin: 0 12px 0 18px;
}

.formula_search_formula_color_wrapper_5rc .formula_search_formula_color_dose_3x1 .formula_search_formula_color_dosage_1Q5 {
    vertical-align: top;
    display: inline-block;
    font-size: 14px;
    color: #333333;
    margin: 0 1px 0 20px;
}

.formula_search_formula_color_wrapper_5rc .formula_search_formula_color_dose_3x1 .formula_search_formula_color_unit_2Bx {
    display: inline-block;
    font-size: 14px;
    color: #2CB792;
    margin: 0 0 0 12px;
}

.formula_search_formula_color_wrapper_5rc .formula_search_formula_color_dose_3x1 .formula_search_formula_color_dose_ctrl_1Aw {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    height: 43px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
}

.formula_search_formula_color_wrapper_5rc .formula_search_formula_color_dose_3x1 .formula_search_formula_color_dose_sub_icon_32F {
    display: inline-block;
    color: #989898;
    margin: 0 13px;
}

.formula_search_formula_color_wrapper_5rc .formula_search_formula_color_dose_3x1 .formula_search_formula_color_dose_addition_icon_1TA {
    display: inline-block;
    color: #989898;
    margin: 0 13px;
}

.formula_search_formula_color_wrapper_5rc .formula_search_formula_color_dose_3x1 .formula_search_formula_color_dose_input_wrapper_6gr {
    margin-top: 7px;
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    height: 28px;
    width: 120px;
    overflow: hidden;
    background-color: #F3F3F9;
    border-radius: 14px;
}

.formula_search_formula_color_wrapper_5rc .formula_search_formula_color_dose_3x1 .formula_search_formula_color_dose_input_2ym {
    position: absolute;
    top: 2px;
    left: 22px;
    padding: 5px 0;
    display: inline-block;
    width: 70px;
    height: 24px;
    border: none;
    background-color: transparent;
    font-size: 14px;
    color: #333333;
    text-align: center;
}

.formula_search_formula_color_wrapper_5rc .formula_search_formula_color_dose_3x1 .formula_search_formula_color_dose_input_unit_Avv {
    position: absolute;
    top: 1px;
    right: 10px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #989898;
}

.formula_search_formula_color_wrapper_5rc .formula_search_formula_color_dose_3x1 .formula_search_formula_color_dose_input_unit_l_37k {
    position: absolute;
    top: 2px;
    right: 10px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #989898;
}

.formula_search_formula_color_wrapper_5rc .formula_search_formula_color_change_1Df {
    line-height: 43px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0 15px;
}

.formula_search_formula_color_wrapper_5rc .formula_search_formula_color_change_1Df .formula_search_formula_color_change_bottom_2w3 {
    min-width: 160px;
    text-align: center;
    padding-right: 18px;
}

.formula_search_formula_color_wrapper_5rc .formula_search_formula_color_change_1Df .formula_search_formula_color_unit_2Bx {
    display: inline-block;
    font-size: 14px;
    color: #2CB792;
    margin: 0 10px;
}

.formula_search_formula_color_wrapper_5rc .formula_search_formula_color_change_1Df .formula_search_formula_color_sum_icon_g-6 {
    vertical-align: middle;
    display: inline-block;
    margin-right: 8px;
    color: #616161;
    font-size: 18px;
}

.formula_search_formula_color_wrapper_5rc .formula_search_formula_color_change_1Df .formula_search_formula_color_change_number_1U8 {
    font-size: 14px;
    color: #666666;
}

.formula_search_formula_color_masterbatch_1WV .formula_search_formula_color_masterbatch_title_2Tz {
    position: relative;
    height: 33px;
    line-height: 32px;
    padding-left: 20px;
    background-color: #FAFAFA;
}

.formula_search_formula_color_masterbatch_1WV .formula_search_formula_color_masterbatch_title_block_5uu {
    position: absolute;
    top: 8px;
    left: 5px;
    height: 19px;
    width: 6px;
    background-color: #EA5C64
}

.formula_search_formula_color_masterbatch_1WV .formula_search_formula_color_masterbatch_title_name_1Qh {
    font-size: 13px;
    color: #666666;
}

.formula_search_formula_color_masterbatch_1WV .formula_search_formula_color_masterbatch_list_1fv {
    min-height: 44px;
    background-color: #fff;
}

.formula_search_formula_color_masterbatch_1WV .formula_search_formula_color_masterbatch_list_1fv .formula_search_formula_color_masterbatch_list_item_2RG {
    padding: 0 11px;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    line-height: 44px;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.formula_search_formula_color_masterbatch_1WV .formula_search_formula_color_masterbatch_list_1fv .formula_search_formula_color_masterbatch_list_item_info_3g6 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.formula_search_formula_color_masterbatch_1WV .formula_search_formula_color_masterbatch_list_1fv .formula_search_formula_color_masterbatch_list_item_nums_V3i {
    display: -ms-flexbox;
    display: flex;
}

.formula_search_formula_color_masterbatch_1WV .formula_search_formula_color_masterbatch_list_1fv .formula_search_formula_color_masterbatch_list_item_circle_khI {
    margin: 13px 0;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
}

.formula_search_formula_color_masterbatch_1WV .formula_search_formula_color_masterbatch_list_1fv .formula_search_formula_color_masterbatch_list_item_name_2Ie {
    -ms-flex: 1;
        flex: 1;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px;
}

.formula_search_formula_color_masterbatch_1WV .formula_search_formula_color_masterbatch_list_1fv .formula_search_formula_color_masterbatch_list_item_model_aQR {
    display: block;
    width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.formula_search_formula_color_masterbatch_1WV .formula_search_formula_color_masterbatch_list_1fv .formula_search_formula_color_masterbatch_list_item_weight_2Ph {
    display: inline-block;
}

.formula_search_formula_color_masterbatch_1WV .formula_search_formula_color_masterbatch_list_1fv .formula_search_formula_color_masterbatch_list_item_total_weight_1Ct {
    display: inline-block;
    width: 102px;
    text-align: right;
}

.formula_search_formula_info_3Wi .formula_search_formula_info_title_pYx {}

.formula_search_formula_info_3Wi .formula_search_formula_info_title_pYx {
    position: relative;
    height: 33px;
    line-height: 32px;
    padding-left: 20px;
    background-color: #FAFAFA;
}

.formula_search_formula_info_3Wi .formula_search_formula_info_title_block_24Z {
    position: absolute;
    top: 8px;
    left: 5px;
    height: 19px;
    width: 6px;
    background-color: #EA5C64
}

.formula_search_formula_info_3Wi .formula_search_formula_info_title_name_3P4 {
    font-size: 13px;
    color: #666666;
}

.formula_search_formula_info_3Wi .formula_search_formula_info_more_3kK {
    height: 22px;
    line-height: 22px;
    text-align: center;
    background-color: #fff;
}

.formula_search_formula_info_3Wi .formula_search_formula_unfold_icon_1gc {
    font-size: 12px;
    color: #646464;
}

.formula_search_formula_info_3Wi .formula_search_formula_unfold_icon_on_2Q9 {
    font-size: 12px;
    color: #FC8767;
}

.formula_search_formula_author_39y {
    height: 82px;
    padding: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    background-color: #fff;
    margin: 10px 0;
}

.formula_search_formula_author_39y .formula_search_formula_author_img_Ud0 {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin-right: 15px;
}

.formula_search_formula_author_39y .formula_search_formula_author_name_3zg {
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}

.formula_search_formula_author_39y .formula_search_formula_author_name_3zg span:nth-child(2) {
    font-size: 15px;
    color: #F7931C;
    line-height: 21px;
}

.formula_search_formula_author_39y .formula_author_approve_img_2F_ {
    height: 22px;
    width: 35px;
    margin-left: 10px;
    margin-top: -3px;
}

.formula_search_formula_author_39y .formula_search_formula_author_date_cJ5 {
    font-size: 14px;
    color: #989898;
    line-height: 22px;
}

.formula_search_formula_comment_list_3vh .formula_search_formula_comment_list_item_36E {
    padding: 16px;
    background-color: #fff;
    border-bottom: 1px solid #ECECEC;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
}

.formula_search_formula_comment_list_3vh .formula_search_formula_comment_list_item_content_2cp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
        flex: 1;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-right: 10px;
}

.formula_search_formula_comment_list_3vh .formula_search_formula_comment_list_item_author_124 {
    width: 200px;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.formula_search_formula_comment_list_3vh .formula_search_formula_comment_list_item_author_124 .formula_search_formula_author_img_Ud0 {
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 19px;
    margin-right: 10px;
}

.formula_search_formula_comment_list_3vh .formula_search_formula_comment_list_item_author_124 .formula_search_formula_author_name_3zg {
    font-size: 15px;
    color: #333333;
    line-height: 21px;
}

.formula_search_formula_comment_list_3vh .formula_search_formula_comment_list_item_author_124 .formula_search_formula_author_name_3zg span:nth-child(2) {
    font-size: 14px;
    color: #F7931C;
    line-height: 20px;
}

.formula_search_formula_comment_list_3vh .formula_search_formula_comment_list_item_author_124 .formula_search_formula_author_date_cJ5 {
    font-size: 12px;
    color: #989898;
    line-height: 18px;
}

.formula_search_formula_comment_list_3vh .formula_search_formula_comment_list_item_info_2-J {
    margin-left: 47px;
    margin-top: 8px;
    position: relative;
}

.formula_search_formula_comment_list_3vh .formula_search_formula_comment_list_item_info_2-J .formula_search_formula_comment_list_item_info_item_ZFN {
    line-height: 23px;
    font-size: 14px;
}

.formula_search_formula_comment_list_3vh .formula_search_formula_comment_list_item_info_2-J .formula_search_formula_comment_list_item_info_item_ZFN span:first-child {
    color: #989898;
}

.formula_search_formula_comment_list_3vh .formula_search_formula_comment_list_item_info_2-J .formula_search_formula_comment_list_item_info_item_ZFN span:last-child {
    color: #151515;
}

.formula_search_formula_comment_list_3vh .formula_search_formula_comment_list_item_info_2-J .formula_author_approve_img_2F_ {
    position: absolute;
    height: 22px;
    width: 35px;
    left: -47px;
}

.formula_search_formula_comment_list_3vh .formula_search_formula_comment_list_item_img_1Io {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 123px;
}

.formula_search_formula_comment_list_3vh .formula_search_formula_comment_list_item_img_1Io .formula_search_formula_comment_first_img_132 {
    width: 123px;
    height: 88px;
    display: inline-block;
    margin-bottom: 10px;
}

.formula_search_formula_comment_list_3vh .formula_search_formula_comment_list_item_img_1Io .formula_search_comment_bitmap_wrapper_2xP {
    width: 123px;
    height: 88px;
    position: relative;
}

.formula_search_formula_comment_list_3vh .formula_search_formula_comment_list_item_img_1Io .formula_search_comment_bitmap_wrapper_2xP .formula_search_comment_bitmap_size_3Vl {
    width: 123px;
    height: 88px;
}

.formula_search_formula_comment_list_3vh .formula_search_formula_comment_list_item_img_1Io .formula_search_comment_bitmap_wrapper_2xP .formula_search_comment_rear_bumper_icon_3YR {
    z-index: 10;
    position: absolute;
    color: transparent;
    top: 24px;
    left: -6px;
    font-size: 35px;
}

.formula_search_formula_comment_list_3vh .formula_search_formula_comment_list_item_img_1Io .formula_search_comment_bitmap_wrapper_2xP .formula_search_comment_left_rear_fender_icon_1BU {
    z-index: 9;
    position: absolute;
    color: transparent;
    top: 2px;
    left: 18px;
    font-size: 16px;
}

.formula_search_formula_comment_list_3vh .formula_search_formula_comment_list_item_img_1Io .formula_search_comment_bitmap_wrapper_2xP .formula_search_comment_left_rear_door_icon_3Cn {
    z-index: 10;
    position: absolute;
    color: transparent;
    top: 4px;
    left: 38px;
    font-size: 14px;
}

.formula_search_formula_comment_list_3vh .formula_search_formula_comment_list_item_img_1Io .formula_search_comment_bitmap_wrapper_2xP .formula_search_comment_left_front_door_icon_1wg {
    z-index: 100;
    position: absolute;
    color: transparent;
    top: 4px;
    left: 60px;
    font-size: 14px;
}

.formula_search_formula_comment_list_3vh .formula_search_formula_comment_list_item_img_1Io .formula_search_comment_bitmap_wrapper_2xP .formula_search_comment_left_front_fender_icon_3SI {
    z-index: 9;
    position: absolute;
    color: transparent;
    top: 2px;
    left: 77px;
    font-size: 15px;
}

.formula_search_formula_comment_list_3vh .formula_search_formula_comment_list_item_img_1Io .formula_search_comment_bitmap_wrapper_2xP .formula_search_comment_front_bumper_icon_GdY {
    position: absolute;
    z-index: 9;
    color: transparent;
    top: 23px;
    left: 94px;
    font-size: 37px;
}

.formula_search_formula_comment_list_3vh .formula_search_formula_comment_list_item_img_1Io .formula_search_comment_bitmap_wrapper_2xP .formula_search_comment_hood_icon_342 {
    position: absolute;
    z-index: 10;
    color: transparent;
    top: 27px;
    left: 77px;
    font-size: 30px;
}

.formula_search_formula_comment_list_3vh .formula_search_formula_comment_list_item_img_1Io .formula_search_comment_bitmap_wrapper_2xP .formula_search_comment_roof_cover_icon_2WM {
    position: absolute;
    z-index: 10;
    color: transparent;
    top: 31px;
    left: 40px;
    font-size: 23px;
}

.formula_search_formula_comment_list_3vh .formula_search_formula_comment_list_item_img_1Io .formula_search_comment_bitmap_wrapper_2xP .formula_search_comment_right_rear_fender_icon_386 {
    position: absolute;
    z-index: 9;
    color: transparent;
    bottom: 2px;
    left: 18px;
    font-size: 17px;
}

.formula_search_formula_comment_list_3vh .formula_search_formula_comment_list_item_img_1Io .formula_search_comment_bitmap_wrapper_2xP .formula_search_comment_right_rear_door_icon_38n {
    z-index: 10;
    position: absolute;
    color: transparent;
    bottom: 4px;
    left: 39px;
    font-size: 14px;
}

.formula_search_formula_comment_list_3vh .formula_search_formula_comment_list_item_img_1Io .formula_search_comment_bitmap_wrapper_2xP .formula_search_comment_right_front_door_icon_1Sc {
    z-index: 10;
    position: absolute;
    color: transparent;
    bottom: 4px;
    left: 59px;
    font-size: 14px;
}

.formula_search_formula_comment_list_3vh .formula_search_formula_comment_list_item_img_1Io .formula_search_comment_bitmap_wrapper_2xP .formula_search_comment_right_front_fender_icon_1sc {
    z-index: 9;
    position: absolute;
    color: transparent;
    bottom: 2px;
    left: 75px;
    font-size: 17px;
}

.formula_search_formula_comment_list_3vh .formula_search_formula_comment_list_item_img_1Io .formula_search_comment_bitmap_wrapper_2xP .formula_search_comment_icon_gary_2Ju {
    color: #D8D8D8;
}

.formula_search_formula_bottom_1Zt {
    z-index: 999;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.5);
}

.formula_search_formula_bottom_1Zt .formula_search_line_1Si {
    width: 1px;
    height: 22px;
    background-color: #D8D8D8;
    margin-top: 14px;
}

.formula_search_formula_bottom_1Zt .formula_search_formula_like_btn_E04 {
    width: 90px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}

.formula_search_formula_bottom_1Zt .formula_search_formula_like_btn_E04 span {
    font-size: 16px;
    color: #333333;
}

.formula_search_formula_bottom_1Zt .formula_search_formula_like_btn_E04 .formula_search_formula_unfold_icon_1gc {
    font-size: 20px;
}

.formula_search_formula_bottom_1Zt .formula_search_formula_like_btn_on_3-q {
    width: 90px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}

.formula_search_formula_bottom_1Zt .formula_search_formula_like_btn_on_3-q span {
    font-size: 16px;
    color: #FC8767;
}

.formula_search_formula_bottom_1Zt .formula_search_formula_like_btn_on_3-q .formula_search_formula_unfold_icon_1gc {
    font-size: 20px;
    color: #FC8767;
}

.formula_search_formula_bottom_1Zt .formula_search_formula_write_comment_YZ8 {
    -ms-flex: 1;
        flex: 1;
    background-image: linear-gradient(-225deg, #FC4C02 0%, #F7931C 100%);
    text-align: center;
    font-size: 15px;
    color: #FFFBFB;
    line-height: 50px;
}

.formula_search_formula_rectification_3iE {
    z-index: 99;
    position: fixed;
    top: 97px;
    right: 0;
    background-image: linear-gradient(-225deg, #FC4C02 0%, #F7931C 100%);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.50);
    height: 30px;
    line-height: 30px;
    width: 66px;
    border-radius: 15px 0 0 15px;
    text-indent: 10px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}

.formula_search_formula_info_list_wrapper_1Ml {
    transition: all .3s ease-in;
}

.formula_search_formula_circle_modal_2K2 {
    height: 280px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}

.formula_search_formula_color_info_circle_modal_new_1IC {
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
}

.formula_search_formula_color_info_circle_modal_new_1IC .formula_search_formulaDataColor_all_22A {
    display: block;
    height: 200px;
    width: 200px;
    border-radius: 100px;
    // box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14);
    background-color: transparent;
}

.formula_search_formula_color_info_circle_modal_new_1IC .formula_search_formulaDataColor_half_1-m {
    display: inline-block;
    height: 200px;
    width: 100px;
    border-radius: 100px 0 0 100px;
    // box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14);
    background-color: transparent;
}

.formula_search_formula_color_info_circle_modal_new_1IC .formula_search_formulaTargetColor_half_2Gu {
    display: inline-block;
    height: 200px;
    width: 100px;
    border-radius: 0 100px 100px 0;
    // box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14);
    background-color: transparent;
}

.formula_search_circleModal_wrapper_1vD {
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.2);
}

.formula_search_circleModal_wrapper_1vD div {
    background-color: transparent!important;
}

.formula_search_circleModal_wrapper_1vD div div {
    background-color: transparent!important;
}

.formula_search_circleModal_wrapper_1vD div div div {
    background-color: transparent!important;
}

.formula_price_wrapper_3W4 {
    color: #d81e06;
    margin-left: 4px;
}.comment_search_comment_top_Ci6{
    position: relative;
    height: 44px;
    line-height: 44px;
    padding: 0 16px;
    text-align: center;
    font-size: 18px;
    color: #323232;
    background-color: #fff;
    border-bottom: 1px solid #ECECEC;
}

.comment_search_comment_top_Ci6 .comment_search_comment_top_back_icon_2rs{
    color: #323232;
    position: absolute;
    left: 16px;
    top: 0;
    font-size: 24px;
}

.comment_search_comment_color_difference_1MA{
    padding: 10px 14px;
    background: #fff;
}

.comment_search_comment_color_difference_1MA .comment_search_comment_color_difference_title_281{
    font-size: 15px;
    color: #666666;
    line-height: 20px;
}

.comment_search_comment_color_difference_1MA .comment_search_comment_color_difference_textarea_1oy{
    margin-top: 10px;
    width: 100%;
    height: 50px;
    border: none;
}

.comment_search_comment_color_difference_1MA textarea{
    font-size: 15px;
    line-height: 20px;
    border: 0;
    outline: none;
}

.comment_search_comment_color_difference_1MA textarea:-ms-input-placeholder {
    font-size: 15px;
    color: #989898;
}

.comment_search_comment_color_difference_1MA textarea::placeholder {
    font-size: 15px;
    color: #989898;
}

.comment_search_comment_color_masterbatch_title_1Eb{
    position: relative;
    height: 33px;
    line-height: 32px;
    padding-left: 20px;
    background-color: #FAFAFA;
}

.comment_search_comment_color_masterbatch_title_1Eb .comment_search_comment_color_masterbatch_title_block_1sZ{
    position: absolute;
    top: 8px;
    left: 5px;
    height: 19px;
    width: 6px;
    background-color: #EA5C64
}

.comment_search_comment_color_masterbatch_title_1Eb .comment_search_comment_color_masterbatch_title_name_2W-{
    font-size: 13px;
    color: #666666;
}

.comment_search_comment_repair_site_hmc{
    padding: 10px;
    padding-bottom: 9px;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -ms-flex-align: center;
        align-items: center;
    
}

.comment_search_comment_repair_site_hmc .comment_search_comment_repair_parts_list_32x{
    width: 120px;
}

.comment_search_comment_repair_site_hmc .comment_search_comment_repair_parts_list_32x span{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    text-align: right;
    font-size: 13px;
    color: #DCDCDC;
}

.comment_search_comment_repair_site_hmc .comment_search_comment_repair_parts_list_32x .comment_search_comment_gary_TJn{
    color: #666666;
}

.comment_search_comment_repair_site_hmc .comment_search_comment_bitmap_wrapper_3TC{
    position: relative;
}

.comment_search_comment_repair_site_hmc .comment_search_comment_bitmap_wrapper_3TC .comment_search_comment_rear_bumper_icon_3tT{
    z-index: 10;
    position: absolute;
    color: transparent;
    top: 49px;
    left: -12px;
    font-size: 67px;
}

.comment_search_comment_repair_site_hmc .comment_search_comment_bitmap_wrapper_3TC .comment_search_comment_left_rear_fender_icon_WZ6{
    z-index: 9;
    position: absolute;
    color: transparent;
    top: 6px;
    left: 32px;
    font-size: 29px;
}

.comment_search_comment_repair_site_hmc .comment_search_comment_bitmap_wrapper_3TC .comment_search_comment_left_rear_door_icon_3ZE{
    z-index: 10;
    position: absolute;
    color: transparent;
    top: 10px;
    left: 69px;
    font-size: 25px;
}

.comment_search_comment_repair_site_hmc .comment_search_comment_bitmap_wrapper_3TC .comment_search_comment_left_front_door_icon_3vj{
    z-index: 100;
    position: absolute;
    color: transparent;
    top: 10px;
    left: 108px;
    font-size: 25px;
}

.comment_search_comment_repair_site_hmc .comment_search_comment_bitmap_wrapper_3TC .comment_search_comment_left_front_fender_icon_3vg{
    z-index: 9;
    position: absolute;
    color: transparent;
    top: 6px;
    left: 138px;
    font-size: 28px;
}

.comment_search_comment_repair_site_hmc .comment_search_comment_bitmap_wrapper_3TC .comment_search_comment_front_bumper_icon_1uQ{
    position: absolute;
    z-index: 9;
    color: transparent;
    top: 48px;
    left: 168px;
    font-size: 67px;
}

.comment_search_comment_repair_site_hmc .comment_search_comment_bitmap_wrapper_3TC .comment_search_comment_hood_icon_c3j{
    position: absolute;
    z-index: 10;
    color: transparent;
    top: 54px;
    left: 133px;
    font-size: 60px;
}

.comment_search_comment_repair_site_hmc .comment_search_comment_bitmap_wrapper_3TC .comment_search_comment_roof_cover_icon_1Kq{
    position: absolute;
    z-index: 10;
    color: transparent;
    top: 62px;
    left: 69px;
    font-size: 45px;
}

.comment_search_comment_repair_site_hmc .comment_search_comment_bitmap_wrapper_3TC .comment_search_comment_right_rear_fender_icon_upo{
    position: absolute;
    z-index: 9;
    color: transparent;
    bottom: 10px;
    left: 33px;
    font-size: 30px;
}

.comment_search_comment_repair_site_hmc .comment_search_comment_bitmap_wrapper_3TC .comment_search_comment_right_rear_door_icon_23j{
    z-index: 10;
    position: absolute;
    color: transparent;
    bottom: 13px;
    left: 69px;
    font-size: 26px;
}

.comment_search_comment_repair_site_hmc .comment_search_comment_bitmap_wrapper_3TC .comment_search_comment_right_front_door_icon_6SW{
    z-index: 10;
    position: absolute;
    color: transparent;
    bottom: 14px;
    left: 107px;
    font-size: 25px;
}

.comment_search_comment_repair_site_hmc .comment_search_comment_bitmap_wrapper_3TC .comment_search_comment_right_front_fender_icon_wHC{
    z-index: 9;
    position: absolute;
    color: transparent;
    bottom: 9px;
    left: 136px;
    font-size: 30px;
}

.comment_search_comment_repair_site_hmc .comment_search_comment_bitmap_wrapper_3TC .comment_search_comment_icon_gary_2K_{
    color: #D8D8D8;
}

.comment_search_comment_repair_site_hmc .comment_search_comment_bitmap_size_aU9{
    width: 220px;
    height: 176px;
}

@media screen and (max-width: 350px) {

    .comment_search_comment_repair_site_hmc .comment_search_comment_repair_parts_list_32x span{
        font-size: 10px;
    }
    }





.comment_search_comment_other_2Ga{
    margin-top: 10px;
}

.comment_search_comment_upload_img_3hY{
    background-color: #fff;
    height: 146px;
    padding: 13px 7px;
}

.comment_search_comment_upload_img_3hY .comment_search_comment_upload_title_MNJ{
    font-size: 15px;
    color: #666666;
    margin-left: 8px;
    line-height: 22px;
}

.comment_search_comment_btn_cs1{
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    -ms-flex: 1;
        flex: 1;
    margin: 30px 20px;
    background-image: linear-gradient(-225deg, #FC4C02 0%, #F7931C 100%);
    border-radius: 4px;
}


.rectification_search_index_wrapper_3TU{
    background-color: #FAFAFA;
}

.rectification_search_formula_top_1RK{
    position: relative;
    height: 44px;
    line-height: 44px;
    padding: 0 16px;
    text-align: center;
    font-size: 18px;
    color: #323232;
    background-color: #fff;
}

.rectification_search_formula_top_1RK .rectification_search_top_back_-tH{
    color: #323232;
    position: absolute;
    left: 16px;
    top: 0;
    font-size: 24px;
}

.rectification_search_formula_top_1RK .rectification_search_formula_top_search_2go{
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 16px;
}

.rectification_search_formula_top_1RK .rectification_search_formula_bottle_1iC{
    position: absolute;
    right: 50px;
    top: 0;
    font-size: 20px;
}

.rectification_search_formula_top_1RK .rectification_search_formula_up_load_3fB{
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 26px;
}

.rectification_search_rect_tab_item_title_3Kh{
    overflow: hidden;
    position: relative;
    min-height: 150px;
    width: 100%;
    background-color: #fff;
}

.rectification_search_rect_tab_item_title_3Kh .rectification_search_rect_tab_item_block_3x1{
    width: 100%;
    height: 120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
}

.rectification_search_rect_tab_item_title_3Kh .rectification_search_rect_tab_item_block_3x1 .rectification_search_rect_tab_item_block_text_1_W{
    -ms-flex: 1;
        flex: 1;
    text-align: center;
    font-size: 14px;
    color: #333333;
}

.rectification_search_rect_tab_item_title_3Kh .rectification_search_rect_tab_item_block_3x1 .rectification_search_rect_tab_item_block_text_r_1Mt{
    -ms-flex: 1;
        flex: 1;
    text-align: center;
    font-size: 14px;
    color: #333333;
}

.rectification_search_rect_tab_item_title_3Kh .rectification_search_rect_tab_item_block_3x1 .rectification_search_rect_tab_item_color_wrapper_1Zt{
    margin: 0 10px;
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 5px;
}

.rectification_search_rect_tab_item_title_3Kh .rectification_search_rect_tab_item_block_3x1 .rectification_search_rect_tab_item_rectification_color_wrapper_Qyi{
    z-index: 9;
    position: absolute;
    top: 0;
    left: 50px;
    width:50px;
    height: 100px;
    overflow: hidden;
}

.rectification_search_rect_tab_item_title_3Kh .rectification_search_rect_tab_item_block_3x1 .rectification_search_rect_tab_item_rectification_color_2N4{
    z-index: 99;
    position: absolute;
    top: 0;
    left: -50px;
    width: 100px;
    height: 100px;
    border-radius: 5px;
}





.rectification_search_formula_color_wrapper_16c {
    position: relative;
    background-color: #fff;
}





.rectification_search_formula_color_wrapper_16c .rectification_search_formula_color_info_5U1 {
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 14px;
}





.rectification_search_formula_color_wrapper_16c .rectification_search_formula_color_info_circle_3Pv {
    margin: 0 17px;
    height: 32px;
    width: 32px;
    border-radius: 16px;
    // box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14);
}





.rectification_search_formula_color_wrapper_16c .rectification_search_formula_color_info_circle_new_1bg {
    width: 48px;
    height: 36px;
    overflow: hidden;
    padding-right: 14px;
    display: -ms-flexbox;
    display: flex;
}





.rectification_search_formula_color_wrapper_16c .rectification_search_formula_color_info_circle_new_1bg .rectification_search_formulaDataColor_all_ur3 {
    display: block;
    height: 32px;
    width: 32px;
    border-radius: 16px;
    // box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14);
    background-color: transparent;
}





.rectification_search_formula_color_wrapper_16c .rectification_search_formula_color_info_circle_new_1bg .rectification_search_formulaDataColor_half_wJO {
    display: inline-block;
    height: 32px;
    width: 16px;
    border-radius: 16px 0 0 16px;
    // box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14);
    background-color: transparent;
}





.rectification_search_formula_color_wrapper_16c .rectification_search_formula_color_info_circle_new_1bg .rectification_search_formulaTargetColor_half_2FH {
    display: inline-block;
    height: 32px;
    width: 16px;
    border-radius: 0 16px 16px 0;
    // box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14);
    background-color: transparent;
}





.rectification_search_formula_color_wrapper_16c .rectification_search_formula_color_info_detail_wrapper_bTK {
    -ms-flex: 1;
        flex: 1;
}





.rectification_search_formula_color_wrapper_16c .rectification_search_formula_color_info_detail_2-M {
    min-height: 40px;
    font-size: 15px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
}





.rectification_search_formula_color_wrapper_16c .rectification_search_formula_color_info_detail_2-M span {
    display: inline-block;
}





.rectification_search_formula_color_wrapper_16c .rectification_search_formula_color_info_detail_2-M .rectification_search_list_item_info_title_img_FiD {
    margin-top: 7px;
    display: inline-block;
    margin-left: 6px;
    width: 15px;
    height: 15px;
}





.rectification_search_formula_color_wrapper_16c .rectification_search_formula_color_info_type_2YL {
    font-size: 14px;
    color: #989898;
}





.rectification_search_formula_color_wrapper_16c .rectification_search_formula_color_like_Wcd {
    height: 100%;
    padding-top: 16px;
}





.rectification_search_formula_color_wrapper_16c .rectification_search_formula_color_like_icon_3_i {
    display: inline-block;
    margin: 0 14px;
    color: #FC8767;
    font-size: 26px;
}





.rectification_search_formula_color_wrapper_16c .rectification_search_formula_color_score_2rx {
    display: inline-block;
    color: #7ED321;
    font-size: 16px;
    margin-right: 15px;
    line-height: 30px;
    vertical-align: bottom;
}





.rectification_search_formula_color_wrapper_16c .rectification_search_formula_color_dose_3ea {
    height: 43px;
    line-height: 43px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
}





.rectification_search_formula_color_wrapper_16c .rectification_search_formula_color_dose_3ea .rectification_search_formula_color_quantity_icon_2hQ {
    display: inline-block;
    color: #d81e06;
    font-size: 22px;
    margin: 0 12px 0 18px;
}





.rectification_search_formula_color_wrapper_16c .rectification_search_formula_color_dose_3ea .rectification_search_formula_color_dosage_16c {
    vertical-align: top;
    display: inline-block;
    font-size: 14px;
    color: #333333;
    margin: 0 1px 0 20px;
}





.rectification_search_formula_color_wrapper_16c .rectification_search_formula_color_dose_3ea .rectification_search_formula_color_unit_3Rk {
    display: inline-block;
    font-size: 14px;
    color: #2CB792;
    margin: 0 0 0 12px;
}





.rectification_search_formula_color_wrapper_16c .rectification_search_formula_color_dose_3ea .rectification_search_formula_color_dose_ctrl_el8 {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    height: 43px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
}





.rectification_search_formula_color_wrapper_16c .rectification_search_formula_color_dose_3ea .rectification_search_formula_color_dose_sub_icon_3rA {
    display: inline-block;
    color: #989898;
    margin: 0 13px;
}





.rectification_search_formula_color_wrapper_16c .rectification_search_formula_color_dose_3ea .rectification_search_formula_color_dose_addition_icon_1qp {
    display: inline-block;
    color: #989898;
    margin: 0 13px;
}





.rectification_search_formula_color_wrapper_16c .rectification_search_formula_color_dose_3ea .rectification_search_formula_color_dose_input_wrapper_3gG {
    margin-top: 7px;
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    height: 28px;
    width: 120px;
    overflow: hidden;
    background-color: #F3F3F9;
    border-radius: 14px;
}





.rectification_search_formula_color_wrapper_16c .rectification_search_formula_color_dose_3ea .rectification_search_formula_color_dose_input_2W_ {
    position: absolute;
    top: 2px;
    left: 22px;
    padding: 5px 0;
    display: inline-block;
    width: 70px;
    height: 24px;
    border: none;
    background-color: transparent;
    font-size: 14px;
    color: #333333;
    text-align: center;
}





.rectification_search_formula_color_wrapper_16c .rectification_search_formula_color_dose_3ea .rectification_search_formula_color_dose_input_unit_5pQ {
    position: absolute;
    top: 1px;
    right: 10px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #989898;
}





.rectification_search_formula_color_wrapper_16c .rectification_search_formula_color_dose_3ea .rectification_search_formula_color_dose_input_unit_l_1au {
    position: absolute;
    top: 2px;
    right: 10px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #989898;
}





.rectification_search_formula_color_wrapper_16c .rectification_search_formula_color_change_118 {
    line-height: 43px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0 15px;
}





.rectification_search_formula_color_wrapper_16c .rectification_search_formula_color_change_118 .rectification_search_formula_color_change_bottom_1x8 {
    min-width: 160px;
    text-align: center;
    padding-right: 18px;
}





.rectification_search_formula_color_wrapper_16c .rectification_search_formula_color_change_118 .rectification_search_formula_color_unit_3Rk {
    display: inline-block;
    font-size: 14px;
    color: #2CB792;
    margin: 0 10px;
}





.rectification_search_formula_color_wrapper_16c .rectification_search_formula_color_change_118 .rectification_search_formula_color_sum_icon_6S_ {
    vertical-align: middle;
    display: inline-block;
    margin-right: 8px;
    color: #616161;
    font-size: 18px;
}





.rectification_search_formula_color_wrapper_16c .rectification_search_formula_color_change_118 .rectification_search_formula_color_change_number_3Qk {
    font-size: 14px;
    color: #666666;
}

.rectification_search_formula_color_masterbatch_3VL .rectification_search_formula_color_masterbatch_title_3Ds {
    position: relative;
    height: 33px;
    line-height: 32px;
    padding-left: 20px;
    background-color: #FAFAFA;
}

.rectification_search_formula_color_masterbatch_3VL .rectification_search_formula_color_masterbatch_title_block_2-T {
    position: absolute;
    top: 8px;
    left: 5px;
    height: 19px;
    width: 6px;
    background-color: #EA5C64
}

.rectification_search_formula_color_masterbatch_3VL .rectification_search_formula_color_masterbatch_title_name_3ou {
    font-size: 13px;
    color: #666666;
}

.rectification_search_formula_color_masterbatch_3VL .rectification_search_formula_color_masterbatch_list_15p {
    min-height: 44px;
    background-color: #fff;
}

.rectification_search_formula_color_masterbatch_3VL .rectification_search_formula_color_masterbatch_list_15p .rectification_search_formula_color_masterbatch_list_item_3YW {
    padding: 0 11px;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    line-height: 44px;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.rectification_search_formula_color_masterbatch_3VL .rectification_search_formula_color_masterbatch_list_15p .rectification_search_formula_color_masterbatch_list_item_info_jXK {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.rectification_search_formula_color_masterbatch_3VL .rectification_search_formula_color_masterbatch_list_15p .rectification_search_formula_color_masterbatch_list_item_nums_3s0 {
    display: -ms-flexbox;
    display: flex;
}

.rectification_search_formula_color_masterbatch_3VL .rectification_search_formula_color_masterbatch_list_15p .rectification_search_formula_color_masterbatch_list_item_circle_1CN {
    margin: 13px 0;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
}

.rectification_search_formula_color_masterbatch_3VL .rectification_search_formula_color_masterbatch_list_15p .rectification_search_formula_color_masterbatch_list_item_name_2Ir {
    -ms-flex: 1;
        flex: 1;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px;
}

.rectification_search_formula_color_masterbatch_3VL .rectification_search_formula_color_masterbatch_list_15p .rectification_search_formula_color_masterbatch_list_item_model_489 {
    display: block;
    width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rectification_search_formula_color_masterbatch_3VL .rectification_search_formula_color_masterbatch_list_15p .rectification_search_formula_color_masterbatch_list_item_weight_3Qy {
    display: inline-block;
}

.rectification_search_formula_color_masterbatch_3VL .rectification_search_formula_color_masterbatch_list_15p .rectification_search_formula_color_masterbatch_list_item_total_weight_1VF {
    display: inline-block;
    width: 102px;
    text-align: right;
}

.rectification_search_formula_info_1aP .rectification_search_formula_info_title_1pn {}

.rectification_search_formula_info_1aP .rectification_search_formula_info_title_1pn {
    position: relative;
    height: 33px;
    line-height: 32px;
    padding-left: 20px;
    background-color: #FAFAFA;
}

.rectification_search_formula_info_1aP .rectification_search_formula_info_title_block_RgE {
    position: absolute;
    top: 8px;
    left: 5px;
    height: 19px;
    width: 6px;
    background-color: #EA5C64
}

.rectification_search_formula_info_1aP .rectification_search_formula_info_title_name_ElO {
    font-size: 13px;
    color: #666666;
}

.rectification_search_formula_info_1aP .rectification_search_formula_info_more_Qo3 {
    height: 22px;
    line-height: 22px;
    text-align: center;
    background-color: #fff;
}

.rectification_search_formula_info_1aP .rectification_search_formula_unfold_icon_2HG {
    font-size: 12px;
    color: #646464;
}

.rectification_search_formula_info_1aP .rectification_search_formula_unfold_icon_on_1qT {
    font-size: 12px;
    color: #FC8767;
}

.rectification_search_formula_author_VA- {
    height: 82px;
    padding: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    background-color: #fff;
    margin: 10px 0;
}

.rectification_search_formula_author_VA- .rectification_search_formula_author_img_3u8 {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin-right: 15px;
}

.rectification_search_formula_author_VA- .rectification_search_formula_author_name_3dY {
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}

.rectification_search_formula_author_VA- .rectification_search_formula_author_name_3dY span:nth-child(2) {
    font-size: 15px;
    color: #F7931C;
    line-height: 21px;
}

.rectification_search_formula_author_VA- .rectification_author_approve_img_1rM {
    height: 22px;
    width: 35px;
    margin-left: 10px;
    margin-top: -3px;
}

.rectification_search_formula_author_VA- .rectification_search_formula_author_date_2Je {
    font-size: 14px;
    color: #989898;
    line-height: 22px;
}

.rectification_search_formula_comment_list_2b7 .rectification_search_formula_comment_list_item_2yn {
    padding: 16px;
    background-color: #fff;
    border-bottom: 1px solid #ECECEC;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
}

.rectification_search_formula_comment_list_2b7 .rectification_search_formula_comment_list_item_content_1Em {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
        flex: 1;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-right: 10px;
}

.rectification_search_formula_comment_list_2b7 .rectification_search_formula_comment_list_item_author_3rk {
    width: 200px;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.rectification_search_formula_comment_list_2b7 .rectification_search_formula_comment_list_item_author_3rk .rectification_search_formula_author_img_3u8 {
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 19px;
    margin-right: 10px;
}

.rectification_search_formula_comment_list_2b7 .rectification_search_formula_comment_list_item_author_3rk .rectification_search_formula_author_name_3dY {
    font-size: 15px;
    color: #333333;
    line-height: 21px;
}

.rectification_search_formula_comment_list_2b7 .rectification_search_formula_comment_list_item_author_3rk .rectification_search_formula_author_name_3dY span:nth-child(2) {
    font-size: 14px;
    color: #F7931C;
    line-height: 20px;
}

.rectification_search_formula_comment_list_2b7 .rectification_search_formula_comment_list_item_author_3rk .rectification_search_formula_author_date_2Je {
    font-size: 12px;
    color: #989898;
    line-height: 18px;
}

.rectification_search_formula_comment_list_2b7 .rectification_search_formula_comment_list_item_info_1aI {
    margin-left: 47px;
    margin-top: 8px;
    position: relative;
}

.rectification_search_formula_comment_list_2b7 .rectification_search_formula_comment_list_item_info_1aI .rectification_search_formula_comment_list_item_info_item_26B {
    line-height: 23px;
    font-size: 14px;
}

.rectification_search_formula_comment_list_2b7 .rectification_search_formula_comment_list_item_info_1aI .rectification_search_formula_comment_list_item_info_item_26B span:first-child {
    color: #989898;
}

.rectification_search_formula_comment_list_2b7 .rectification_search_formula_comment_list_item_info_1aI .rectification_search_formula_comment_list_item_info_item_26B span:last-child {
    color: #151515;
}

.rectification_search_formula_comment_list_2b7 .rectification_search_formula_comment_list_item_info_1aI .rectification_author_approve_img_1rM {
    position: absolute;
    height: 22px;
    width: 35px;
    left: -47px;
}

.rectification_search_formula_comment_list_2b7 .rectification_search_formula_comment_list_item_img_3oh {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 123px;
}

.rectification_search_formula_comment_list_2b7 .rectification_search_formula_comment_list_item_img_3oh .rectification_search_formula_comment_first_img_1pS {
    width: 123px;
    height: 88px;
    display: inline-block;
    margin-bottom: 10px;
}

.rectification_search_formula_comment_list_2b7 .rectification_search_formula_comment_list_item_img_3oh .rectification_search_comment_bitmap_wrapper_MEv {
    width: 123px;
    height: 88px;
    position: relative;
}

.rectification_search_formula_comment_list_2b7 .rectification_search_formula_comment_list_item_img_3oh .rectification_search_comment_bitmap_wrapper_MEv .rectification_search_comment_bitmap_size_2s4 {
    width: 123px;
    height: 88px;
}

.rectification_search_formula_comment_list_2b7 .rectification_search_formula_comment_list_item_img_3oh .rectification_search_comment_bitmap_wrapper_MEv .rectification_search_comment_rear_bumper_icon_3O0 {
    z-index: 10;
    position: absolute;
    color: transparent;
    top: 24px;
    left: -6px;
    font-size: 35px;
}

.rectification_search_formula_comment_list_2b7 .rectification_search_formula_comment_list_item_img_3oh .rectification_search_comment_bitmap_wrapper_MEv .rectification_search_comment_left_rear_fender_icon_3Vt {
    z-index: 9;
    position: absolute;
    color: transparent;
    top: 2px;
    left: 18px;
    font-size: 16px;
}

.rectification_search_formula_comment_list_2b7 .rectification_search_formula_comment_list_item_img_3oh .rectification_search_comment_bitmap_wrapper_MEv .rectification_search_comment_left_rear_door_icon_1QR {
    z-index: 10;
    position: absolute;
    color: transparent;
    top: 4px;
    left: 38px;
    font-size: 14px;
}

.rectification_search_formula_comment_list_2b7 .rectification_search_formula_comment_list_item_img_3oh .rectification_search_comment_bitmap_wrapper_MEv .rectification_search_comment_left_front_door_icon_2Ec {
    z-index: 100;
    position: absolute;
    color: transparent;
    top: 4px;
    left: 60px;
    font-size: 14px;
}

.rectification_search_formula_comment_list_2b7 .rectification_search_formula_comment_list_item_img_3oh .rectification_search_comment_bitmap_wrapper_MEv .rectification_search_comment_left_front_fender_icon_39l {
    z-index: 9;
    position: absolute;
    color: transparent;
    top: 2px;
    left: 77px;
    font-size: 15px;
}

.rectification_search_formula_comment_list_2b7 .rectification_search_formula_comment_list_item_img_3oh .rectification_search_comment_bitmap_wrapper_MEv .rectification_search_comment_front_bumper_icon_3IJ {
    position: absolute;
    z-index: 9;
    color: transparent;
    top: 23px;
    left: 94px;
    font-size: 37px;
}

.rectification_search_formula_comment_list_2b7 .rectification_search_formula_comment_list_item_img_3oh .rectification_search_comment_bitmap_wrapper_MEv .rectification_search_comment_hood_icon__sr {
    position: absolute;
    z-index: 10;
    color: transparent;
    top: 27px;
    left: 77px;
    font-size: 30px;
}

.rectification_search_formula_comment_list_2b7 .rectification_search_formula_comment_list_item_img_3oh .rectification_search_comment_bitmap_wrapper_MEv .rectification_search_comment_roof_cover_icon_2oB {
    position: absolute;
    z-index: 10;
    color: transparent;
    top: 31px;
    left: 40px;
    font-size: 23px;
}

.rectification_search_formula_comment_list_2b7 .rectification_search_formula_comment_list_item_img_3oh .rectification_search_comment_bitmap_wrapper_MEv .rectification_search_comment_right_rear_fender_icon_1fa {
    position: absolute;
    z-index: 9;
    color: transparent;
    bottom: 2px;
    left: 18px;
    font-size: 17px;
}

.rectification_search_formula_comment_list_2b7 .rectification_search_formula_comment_list_item_img_3oh .rectification_search_comment_bitmap_wrapper_MEv .rectification_search_comment_right_rear_door_icon_Sph {
    z-index: 10;
    position: absolute;
    color: transparent;
    bottom: 4px;
    left: 39px;
    font-size: 14px;
}

.rectification_search_formula_comment_list_2b7 .rectification_search_formula_comment_list_item_img_3oh .rectification_search_comment_bitmap_wrapper_MEv .rectification_search_comment_right_front_door_icon_3hP {
    z-index: 10;
    position: absolute;
    color: transparent;
    bottom: 4px;
    left: 59px;
    font-size: 14px;
}

.rectification_search_formula_comment_list_2b7 .rectification_search_formula_comment_list_item_img_3oh .rectification_search_comment_bitmap_wrapper_MEv .rectification_search_comment_right_front_fender_icon_1i6 {
    z-index: 9;
    position: absolute;
    color: transparent;
    bottom: 2px;
    left: 75px;
    font-size: 17px;
}

.rectification_search_formula_comment_list_2b7 .rectification_search_formula_comment_list_item_img_3oh .rectification_search_comment_bitmap_wrapper_MEv .rectification_search_comment_icon_gary_2yK {
    color: #D8D8D8;
}

.rectification_search_formula_bottom_39_ {
    z-index: 999;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.5);
}

.rectification_search_formula_bottom_39_ .rectification_search_line_3hX {
    width: 1px;
    height: 22px;
    background-color: #D8D8D8;
    margin-top: 14px;
}

.rectification_search_formula_bottom_39_ .rectification_search_formula_like_btn_1aZ {
    width: 90px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}

.rectification_search_formula_bottom_39_ .rectification_search_formula_like_btn_1aZ span {
    font-size: 16px;
    color: #333333;
}

.rectification_search_formula_bottom_39_ .rectification_search_formula_like_btn_1aZ .rectification_search_formula_unfold_icon_2HG {
    font-size: 20px;
}

.rectification_search_formula_bottom_39_ .rectification_search_formula_like_btn_on_1Rn {
    width: 90px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}

.rectification_search_formula_bottom_39_ .rectification_search_formula_like_btn_on_1Rn span {
    font-size: 16px;
    color: #FC8767;
}

.rectification_search_formula_bottom_39_ .rectification_search_formula_like_btn_on_1Rn .rectification_search_formula_unfold_icon_2HG {
    font-size: 20px;
    color: #FC8767;
}

.rectification_search_formula_bottom_39_ .rectification_search_formula_write_comment_YaO {
    -ms-flex: 1;
        flex: 1;
    background-image: linear-gradient(-225deg, #FC4C02 0%, #F7931C 100%);
    text-align: center;
    font-size: 15px;
    color: #FFFBFB;
    line-height: 50px;
}

.rectification_search_formula_rectification_3I7 {
    z-index: 99;
    position: fixed;
    top: 97px;
    right: 0;
    background-image: linear-gradient(-225deg, #FC4C02 0%, #F7931C 100%);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.50);
    height: 30px;
    line-height: 30px;
    width: 66px;
    border-radius: 15px 0 0 15px;
    text-indent: 10px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}

.rectification_search_formula_info_list_wrapper_efu {
    transition: all .3s ease-in;
}

.rectification_search_formula_circle_modal_U1a {
    height: 280px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}

.rectification_search_formula_color_info_circle_modal_new_2tL {
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
}

.rectification_search_formula_color_info_circle_modal_new_2tL .rectification_search_formulaDataColor_all_ur3 {
    display: block;
    height: 200px;
    width: 200px;
    border-radius: 100px;
    // box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14);
    background-color: transparent;
}

.rectification_search_formula_color_info_circle_modal_new_2tL .rectification_search_formulaDataColor_half_wJO {
    display: inline-block;
    height: 200px;
    width: 100px;
    border-radius: 100px 0 0 100px;
    // box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14);
    background-color: transparent;
}

.rectification_search_formula_color_info_circle_modal_new_2tL .rectification_search_formulaTargetColor_half_2FH {
    display: inline-block;
    height: 200px;
    width: 100px;
    border-radius: 0 100px 100px 0;
    // box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14);
    background-color: transparent;
}

.rectification_search_circleModal_wrapper_1bc {
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.2);
}

.rectification_search_circleModal_wrapper_1bc div {
    background-color: transparent!important;
}

.rectification_search_circleModal_wrapper_1bc div div {
    background-color: transparent!important;
}

.rectification_search_circleModal_wrapper_1bc div div div {
    background-color: transparent!important;
}

.rectification_search_rect_tab_item_score_2Aw{
    text-align: center;
    line-height: 30px;
    color: #2CB792;
    padding-bottom: 5px;
    background-color: #fff;
}

.rectification_price_wrapper_1mz {
    color: #d81e06;
    margin-left: 4px;
}
.secondrectification_search_secrec_wrapper_2RF{
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    background: transparent;
}
.secondrectification_search_secrec_item_tJw{
    position: relative;
    -ms-flex:1;
        flex:1;
    margin-top: 11px;
    padding: 0 10px;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -ms-flex-pack: distribute;
        justify-content: space-around ;
    -ms-flex-align: center;
        align-items: center;
}

.secondrectification_search_secrec_step1_img_1Dp{
    width: 70px;
    height: 126px;
}

.secondrectification_search_secrec_step2_img_2l6{
    width: 109px;
    height: 145px;
}
.secondrectification_search_secrec_step3_img_1Pu{
    width: 90px;
    height: 90px;
}
.secondrectification_search_secrec_step1_text_iDg{
    width: 205px;
    line-height: 22px;
    font-size: 14px;
    color: #333333;
    word-break: break-all; 
    word-wrap: break-word;
}

.secondrectification_search_secrec_step1_span_1ne{
    color: #FF4800;
}
.secondrectification_search_secrec_step2_span_1-q{
    color: #4A90E2
}
.secondrectification_search_secrec_step3_span_3lc{
    color: #9013FE;
}

.secondrectification_search_secrec_item_bg1_3AS{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around ;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 25%;
    opacity: 0.2;
}

.secondrectification_search_secrec_item_bg1_3AS .secondrectification_search_secrec_item_circle_1IX{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #FF4800;
}

.secondrectification_search_secrec_item_bg1_3AS .secondrectification_search_secrec_item_number_2Op{
    display: block;
    font-size: 120px;
    color: #FF4800;
}

.secondrectification_search_secrec_item_bg2_3no{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around ;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 25%;
    opacity: 0.2;
}

.secondrectification_search_secrec_item_bg2_3no .secondrectification_search_secrec_item_circle_1IX{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #4A90E2;
}

.secondrectification_search_secrec_item_bg2_3no .secondrectification_search_secrec_item_number_2Op{
    display: block;
    font-size: 120px;
    color: #4A90E2;
}

.secondrectification_search_secrec_item_bg3_3yx{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around ;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 25%;
    opacity: 0.2;
}

.secondrectification_search_secrec_item_bg3_3yx .secondrectification_search_secrec_item_circle_1IX{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #9013FE;
}

.secondrectification_search_secrec_item_bg3_3yx .secondrectification_search_secrec_item_number_2Op{
    display: block;
    font-size: 120px;
    color: #9013FE;
}.secondcorrect_sc_unit_leg{
    position: absolute;
    bottom: 2px;
    right: 54px;
    font-size: 14px;
    color: #666666;
}

.secondcorrect_sc_masterbatch_list_item_weight_2YE{
    text-align: right;
    -ms-flex: 1;
        flex: 1;
}

.secondcorrect_sc_ctrl_surplus_253{
    height: 43px;
    line-height: 43px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    background-color: #fff;
}

.secondcorrect_sc_ctrl_surplus_text_31g{
    font-size: 14px;
    -ms-flex: 1;
    flex: 1;
    text-indent: 80px;
}

.secondcorrect_sc_ctrl_surplus_btn_3PC{
    -ms-flex: 1;
        flex: 1;
    text-align: center;
}.upload_search_upload_wrapper_1ba{
    width: 100%;
    height: 100%;
    padding: 20px 52px;
    background-color: #fff;
}
.upload_search_upload_wrapper_1ba .upload_search_upload_top_3VM{
    font-size: 15px;
    color: #323232;
    font-weight: 500;
}
.upload_search_upload_wrapper_1ba .upload_search_upload_formula_wrapper_1ga{
    position: relative;
    margin: 20px 10px;
    margin-top: 80px;
    height: 140px;
    border: 1px  dashed rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    background-color: rgba(242, 242, 242, 1);
    color: rgb(102,102,102);
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 24px;
    font-size: 13px;
}
.upload_search_upload_wrapper_1ba .upload_search_upload_formula_wrapper_1ga .upload_search_upload_formula_tile_SOS{
    position: absolute;
    top: 11px;
    right: 67px;
    font-size: 15px;
    color: #323232;
    font-weight: 500;
}
.upload_search_upload_wrapper_1ba .upload_search_upload_formula_wrapper_1ga .upload_search_upload_formula_img_f35{
    position: absolute;
    top: -27px;
    left: 18px;
    width: 60px;
}
.upload_search_upload_wrapper_1ba .upload_search_upload_color_wrapper_3aw{
    position: relative;
    margin: 20px 10px;
    margin-top: 100px;
    height: 140px;
    border: 1px  dashed rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    background-color: rgba(242, 242, 242, 1);
    color: rgb(102,102,102);
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 24px;
    font-size: 13px;
}
.upload_search_upload_wrapper_1ba .upload_search_upload_color_wrapper_3aw .upload_search_upload_color_tile_3iG{
    position: absolute;
    top: 11px;
    right: 67px;
    font-size: 15px;
    color: #323232;
    font-weight: 500;
}
.upload_search_upload_wrapper_1ba .upload_search_upload_color_wrapper_3aw .upload_search_upload_color_img_1jD{
    position: absolute;
    top: -26px;
    left: 28px;
    width: 64px;
}.menu_ency_menu_wrapper_1Q5{
    display: -ms-flexbox;
    display: flex;
}
.menu_ency_menu_wrapper_1Q5 .menu_ency_menu_left_XmN{
    background-color: #ffffff;
    border-right: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
}
.menu_ency_menu_wrapper_1Q5 .menu_ency_menu_left_item_1Qs{
    width: 107px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 15px;
    font-size: 15px;
    color: #4A4A4A;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin: 0 16px;
    padding: 10px 0;
}
.menu_ency_menu_wrapper_1Q5 .menu_ency_menu_left_item_on_Air{
    color: #FC4C02 ;
}
.menu_ency_menu_wrapper_1Q5 .menu_ency_menu_rigth_2-P{
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
}
.menu_ency_menu_wrapper_1Q5 .menu_ency_menu_list_row_35V{
    margin: 6px 8px;
    padding-left: 10px;
    padding-right: 40px;
    position: relative;
    background-color: #ffffff;
    height: 36px;
    width: 100%;
    line-height: 36px;
    font-size: 15px;
    color: #4A4A4A;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.menu_ency_menu_wrapper_1Q5 .menu_ency_menu_list_row_35V .menu_ency_menu_list_row_arrow_39J{
    position: absolute;
    right: 0px;
    top: 0px;
    color: #9B9B9B;
    font-size: 26px;
}.list_ency_list_wrapper_2X3{
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
}
.list_ency_list_wrapper_2X3 .list_ency_list_item_19E{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 98px;
    margin-top: 6px;
    padding: 9px;
    overflow: hidden;
    background-color: #ffffff;
}
.list_ency_list_wrapper_2X3 .list_ency_list_item_19E .list_ency_list_item_img_3D2{
    width: 116px;
    height: 80px;
    border-radius: 5px;
}
.list_ency_list_wrapper_2X3 .list_ency_list_item_19E .list_ency_list_item_content_3un{
    -ms-flex: 1;
        flex: 1;
    overflow: hidden;
    height: 80px;
    padding-left: 16px;
}
.list_ency_list_wrapper_2X3 .list_ency_list_item_19E .list_ency_list_item_content_3un .list_ency_list_item_content_title_2ba{
    width: 100%;
    height: 22px;
    line-height: 21px;
    font-size: 15px;
    color: #323232;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_ency_list_wrapper_2X3 .list_ency_list_item_19E .list_ency_list_item_content_tags_wrapper_vh_{
    width: 100%;
    // height: 22px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 0;
    padding-bottom: 10px;
}
.list_ency_list_wrapper_2X3 .list_ency_list_item_19E .list_ency_list_item_content_tags_wrapper_vh_ .list_ency_list_item_content_tag_2p1{
    display: block;
    border: 1px solid #4A90E2;
    border-radius: 11px;
    font-size: 10px;
    color: #4A90E2;
    text-align: center;
    line-height: 18px;
    margin-right: 3px;
    padding: 0 6px;
}
.list_ency_list_wrapper_2X3 .list_ency_list_item_19E .list_ency_list_item_content_time_2ev{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
}
.list_ency_list_wrapper_2X3 .list_ency_list_item_19E .list_ency_list_item_content_time_2ev .list_ency_list_item_content_time_lecturer_1tl{
    font-size: 13px;
    color: #9B9B9B;
    text-align: right;
}
.list_ency_list_wrapper_2X3 .list_ency_list_item_19E .list_ency_list_item_content_time_2ev .list_ency_list_item_content_time_time_287{
    font-size: 13px;
    color: #9B9B9B;
    text-align: right;
}
.list_ency_list_wrapper_2X3 .list_ency_list_item_19E .list_ency_list_item_arrow_wrapper_3Vg{
    width: 30px;
    height: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}
.list_ency_list_wrapper_2X3 .list_ency_list_item_19E .list_ency_list_item_arrow_wrapper_3Vg .list_ency_list_item_arrow_PSX{
    color:  #9B9B9B;
    font-size: 30px;
}.am-list .am-list-item.am-textarea-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  box-sizing: border-box;
  min-height: 44px;
  padding-left: 15px;
  padding-right: 15px;
  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;
    -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    -ms-transform: scaleY(0.5);
        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 {
    -ms-transform: scaleY(0.33);
        transform: scaleY(0.33);
  }
}
.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line {
  -ms-flex-align: center;
  align-items: center;
}
.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line .am-textarea-label {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      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: 25.5px;
}
.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 {
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: #000;
  text-align: left;
  min-height: 44px;
  font-size: 17px;
  line-height: 44px;
  margin-left: 0;
  margin-right: 5px;
  white-space: nowrap;
  overflow: hidden;
}
.am-textarea-label.am-textarea-label-2 {
  width: 34px;
}
.am-textarea-label.am-textarea-label-3 {
  width: 51px;
}
.am-textarea-label.am-textarea-label-4 {
  width: 68px;
}
.am-textarea-label.am-textarea-label-5 {
  width: 85px;
}
.am-textarea-label.am-textarea-label-6 {
  width: 102px;
}
.am-textarea-label.am-textarea-label-7 {
  width: 119px;
}
.am-textarea-control {
  -ms-flex: 1;
  flex: 1;
  padding-top: 10px;
  padding-bottom: 9px;
}
.am-textarea-control textarea {
  color: #000;
  font-size: 17px;
  line-height: 25.5px;
  -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-all;
  word-wrap: break-word;
}
.am-textarea-control textarea::-webkit-input-placeholder {
  color: #bbb;
}
.am-textarea-control textarea:-ms-input-placeholder {
  color: #bbb;
}
.am-textarea-control textarea::-ms-input-placeholder {
  color: #bbb;
}
.am-textarea-control textarea:-ms-input-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: 21px;
  height: 21px;
  margin-top: 12px;
  border-radius: 50%;
  overflow: hidden;
  font-style: normal;
  color: #fff;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-size: 21px 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-count {
  position: absolute;
  bottom: 6px;
  right: 5px;
  color: #bbb;
  font-size: 14px;
}
.am-textarea-count span {
  color: #000;
}
.am-textarea-error .am-textarea-control textarea {
  color: #f50;
}
.am-textarea-error .am-textarea-error-extra {
  margin-top: 12px;
  width: 21px;
  height: 21px;
  margin-left: 8px;
  background-size: 21px 21px;
  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;
}
.detail_ency_detail_wrapper_3t2{
    padding-top: 1px;
    background-color: #fff;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_detail_top_wrapper_1SH{
    padding: 0 30px;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_detail_top_H0b{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 10px;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_detail_top_tags_3Yu{
    overflow: hidden;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_detail_top_tags_3Yu .detail_ency_detail_top_tags_item_RHB{
    display: inline-block;
    border: 0.5px solid #4A90E2;
    border-radius: 11px;
    font-size: 10px;
    color: #4A90E2;
    text-align: center;
    margin-right: 3px;
    padding: 2px 6px;
    padding-top: 3px;
    vertical-align:text-bottom;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_detail_top_time_1E7{
    width: 91px;
    font-size: 13px;
    color: #9B9B9B;
    text-align: right;
    line-height: 20px;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_detail_img_Jr7{
    float: left;
    width: 116px;
    border-radius: 5px;
    margin-right: 12px;
    margin-top: 5px;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_detail_text_3jM{
    word-wrap: break-word;
    font-size: 13px;
    color: #4A4A4A;
    line-height: 22px;
    word-break: break-word;
    text-align:left;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_detail_video_wrapper_3pp{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 10px;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_detail_ctrl_1TE{
    display: -ms-flexbox;
    display: flex;
    margin:  30px auto;
    -ms-flex-pack: center;
        justify-content: center;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_detail_ctrl_1TE .detail_ency_detail_collection_ftR{
    width: 100px;
    text-align: center;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_detail_ctrl_1TE .detail_ency_detail_collection_text_25x{
    font-size: 14px;
    color: #4A4A4A;
    line-height: 30px;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_detail_ctrl_1TE .detail_ency_detail_like_RgM{
    width: 100px;
    text-align: center;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_detail_ctrl_1TE .detail_ency_detail_collection_icon_1K1{
    width: 100%;
    height: 30px;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_detail_ctrl_1TE .detail_ency_detail_collection_iconfont_like_2Vu{
    position: absolute;
    top: 5px;
    left: 38px;
    font-size: 21px;
    color: #EE7273;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_detail_ctrl_1TE .detail_ency_detail_collection_iconfont_like_fill_2on{
    position: absolute;
    top: 1px;
    left: 36px;
    font-size: 28px;
    color: #EE7273;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_detail_ctrl_1TE .detail_ency_detail_iconfont_good_e65{
    position: absolute;
    top: -2px;
    left: 37px;
    font-size: 30px;
    color: #F8E71C;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_detail_ctrl_1TE .detail_ency_detail_iconfont_good_fill_1la{
    position: absolute;
    top: -1px;
    left: 37px;
    font-size: 30px;
    color: #F8E71C;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_attach_3ok{
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_attach_3ok .detail_ency_annex_img_1Qf{
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_attach_3ok .detail_ency_annex_pdf_2vh{
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-top;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_bottom_2gJ .detail_ency_bottom_title_1e-{
    padding: 0 30px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 0.5px solid #E6E6E6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    line-height: 25px;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_bottom_2gJ .detail_ency_bottom_title_1e- .detail_ency_bottom_comment_RF3{
    font-size: 16px;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_bottom_2gJ .detail_ency_bottom_title_1e- .detail_ency_bottom_comment_count_1Cq{
    font-size: 14px;
    color: #4A4A4A;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_bottom_2gJ .detail_ency_bottom_set_comment_qPR{
    margin: 16px 30px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #F5F5F5;
    border-radius: 5px;
    font-size: 13px;
    color: #9B9B9B;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_bottom_2gJ .detail_comment_list_item_mPX{
    padding:  0 30px;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_bottom_2gJ .detail_comment_list_item_mPX .detail_comment_list_item_left_35C{
    width: 42px;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_bottom_2gJ .detail_comment_list_item_mPX .detail_comment_list_item_left_35C .detail_comment_list_item_ava_img_TvU{
    width: 34px;
    height: 34px;
    border-radius: 17px;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_bottom_2gJ .detail_comment_list_item_mPX .detail_comment_list_item_item_uCb{
    -ms-flex: 1;
        flex: 1;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_bottom_2gJ .detail_comment_list_item_mPX .detail_comment_list_item_usr_2pr{
    margin-bottom: 14px;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_bottom_2gJ .detail_comment_list_item_mPX .detail_comment_list_item_usr_2pr .detail_comment_list_item_usr_name_T-F{
    font-size: 15px;
    color: #4A4A4A;
    line-height: 20px;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_bottom_2gJ .detail_comment_list_item_mPX .detail_comment_list_item_usr_2pr .detail_comment_list_item_time_l_C{
    font-size: 13px;
    color: #9B9B9B;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_bottom_2gJ .detail_comment_list_item_mPX .detail_comment_list_item_text_19C{
    font-size: 15px;
    color: #4A4A4A;
    line-height: 20px;
    padding-bottom: 18px;
    margin-bottom: 14px;
    border-bottom: 0.5px solid #E6E6E6;
}
.detail_ency_detail_wrapper_3t2 .detail_comment_list_lKZ{
    margin-top:30px;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_bottom_write_comment_3zY{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: 99;
    background-color: rgba(0,0,0,.4);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_bottom_write_comment_3zY .detail_ency_bottom_write_comment_bg_2Uo{
    -ms-flex: 1;
        flex: 1;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_bottom_write_comment_3zY .detail_ency_bottom_write_box_9iL{
    position: relative;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    padding: 0 30px;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_bottom_write_comment_3zY .detail_ency_bottom_write_box_9iL .detail_ency_bottom_write_textarea_Odd{
    border-radius: 5px;
    background-color: rgb(245, 245, 245);
}
.detail_ency_detail_wrapper_3t2 .detail_ency_bottom_write_comment_3zY .detail_ency_bottom_write_box_9iL .detail_ency_bottom_write_tile_3DR{
    margin-top: 20px;
    margin-bottom: 10px;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_bottom_write_comment_3zY .detail_ency_bottom_write_box_9iL .detail_ency_bottom_write_bottom_fD7{
    padding: 15px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
}
.detail_ency_detail_wrapper_3t2 .detail_ency_bottom_write_comment_3zY .detail_ency_bottom_write_box_9iL .detail_ency_bottom_write_btn_1he{
    display: block;
    border-radius: 13px;
    font-size: 14px;
    background-color: #FC4C02;
    color: #fff;
    text-align: center;
    line-height: 26px;
    padding: 0 16px;
}.am-tabs {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.am-tabs * {
  box-sizing: border-box;
}
.am-tabs-content-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  height: 100%;
}
.am-tabs-content-wrap-animated {
  transition: transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  will-change: transform;
}
.am-tabs-pane-wrap {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow-y: auto;
}
.am-tabs-tab-bar-wrap {
  -ms-flex-negative: 0;
      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 {
  -ms-flex-direction: column;
  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 {
  -ms-flex-direction: column;
  flex-direction: column;
}
.am-tabs-left, .am-tabs-right {
  -ms-flex-direction: row;
  flex-direction: row;
}
.am-tabs-default-bar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}
.am-tabs-default-bar-tab {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  height: 43.5px;
  line-height: 43.5px;
}
.am-tabs-default-bar-tab .am-badge .am-badge-text {
  top: -13px;
  -ms-transform: translateX(-5px);
      transform: translateX(-5px);
}
.am-tabs-default-bar-tab .am-badge .am-badge-dot {
  top: -6px;
  -ms-transform: translateX(0);
      transform: translateX(0);
}
.am-tabs-default-bar-tab-active {
  color: #108ee9;
}
.am-tabs-default-bar-underline {
  position: absolute;
  border: 1px #108ee9 solid;
}
.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 {
  -ms-flex-direction: row;
  flex-direction: row;
}
.am-tabs-default-bar-top .am-tabs-default-bar-content, .am-tabs-default-bar-bottom .am-tabs-default-bar-content {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: row;
  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: 59px;
  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: 59px;
  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: 8px 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;
    -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    -ms-transform: scaleY(0.5);
        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 {
    -ms-transform: scaleY(0.33);
        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;
    -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    -ms-transform: scaleY(0.5);
        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 {
    -ms-transform: scaleY(0.33);
        transform: scaleY(0.33);
  }
}
.am-tabs-default-bar-left, .am-tabs-default-bar-right {
  -ms-flex-direction: column;
  flex-direction: column;
}
.am-tabs-default-bar-left .am-tabs-default-bar-content, .am-tabs-default-bar-right .am-tabs-default-bar-content {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-direction: column;
  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 8px;
}
.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;
    -ms-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    -ms-transform: scaleX(0.5);
        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 {
    -ms-transform: scaleX(0.33);
        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%;
    -ms-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    -ms-transform: scaleX(0.5);
        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 {
    -ms-transform: scaleX(0.33);
        transform: scaleX(0.33);
  }
}
.index_display_flex_column_2Il{
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
}

.index_div_line_3q7{
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    width:100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
    background: #ffffff;
}

.index_top_img_2Dl{
    width:40px;
    height:40px;
}

.index_middle_img_2gP{
    width:30px;
    height:30px;
}

.index_top_text_12j{
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #646464;
    text-align: center;
    vertical-align: middle;
    margin-top: 5px;
    overflow: hidden;
    max-width: 80px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index_top_value_1v1{
    line-height: 17px;
    font-size: 12px;
    color: #646464;
    text-align: center;
    vertical-align: middle;
    margin-top: 8px;
    max-width: 80px;
    word-break: break-all;
}

.index_title_text_3GG{
    width: 100%;
    font-size: 12px;
    color: #323232;
    padding: 16px 19px 0px 19px;
    background: #ffffff;
}

.index_middle_text_2id{
    line-height: 17px;
    font-size: 12px;
    color: #646464;
    text-align: center;
    vertical-align: middle;
    margin-top: 11px;
    max-width: 80px;
    word-break: break-all;
}

.index_div_middle_2fR{
    background: #FAFAFA;
    width: 100%;
    padding-top: 10px;
}

.index_div_line1_2Uu{
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #ffffff;
}

.index_min_width_2Z-{
    width: 100px;
}

.index_snow_demo_wrapper_Jfr {
    background: #DFEAFF;
    overflow: hidden;
    height: 500px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
  }
  
  .index_snow_demo_qQc {
    width: 300px;
    height: 90%;
    margin: auto;
    position: relative;
    background-image: url(https://gw.alipayobjects.com/zos/rmsportal/dNpuKMDHFEpMGrTxdLVR.jpg);
    background-position: top;
    background-size: 100% auto;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.15);
  }.snow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}
.snowChild {
  position: absolute;
  top: 0;
  left: 0;
}
.snowRotate {
  transform-origin: center center;
}
.snow-demo-wrapper {
  background: #DFEAFF;
  overflow: hidden;
  height: 500px;
  display: flex;
  align-items: center;
  position: relative;
}
.snow-demo {
  width: 300px;
  height: 90%;
  margin: auto;
  position: relative;
  background-image: url(https://gw.alipayobjects.com/zos/rmsportal/dNpuKMDHFEpMGrTxdLVR.jpg);
  background-position: top;
  background-size: 100% auto;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.15);
}
.snow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}
.snowChild {
  position: absolute;
  top: 0;
  left: 0;
}
.snowRotate {
  transform-origin: center center;
}
.addMoneyAnim {
  background: url("https://gw.alipayobjects.com/zos/rmsportal/fseEOKMDOXOieJiHKuQg.png") no-repeat;
  background-size: 420px 104px;
  width: 52px;
  height: 52px;
  -webkit-animation: rotateMoney 0.45s step-start infinite;
  animation: rotateMoney 0.45s step-start infinite;
}
.color_bean_display_flex_column_v8K {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
}

.color_bean_div_top_out_2Je {
    width: 100%;
    height: 136px;
    background: #FAFAFA;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.color_bean_div_top_3Dq {
    width: 100%;
    background: #FFFFFF;
    display: -ms-flexbox;
    display: flex;
    height: 126px;
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 30px;
}

.color_bean_top_title_Md3 {
    font-size: 14px;
    color: #646464;
    margin-top: 22px;
}

.color_bean_top_value_1tS {
    font-size: 40px;
    color: #646464;
    margin-left: 14px;
}

.color_bean_div_content_h0w {
    background: #FAFAFA;
    width: 100%;
}

.color_bean_content_title_3y9 {
    font-size: 12px;
    color: #323232;
    padding: 10px 15px 5px 15px;
    background: #ffffff;
    width: 100%;
    font-weight: bold;
}

.color_bean_content_list_2ei {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    background: #ffffff;
    width: 100%;
    height: 70px;
    padding: 0px 18px 0px 15px;
    -ms-flex-align: center;
        align-items: center;
    border-bottom: 1px solid #e6e6e6;
}

.color_bean_left_title_3CT {
    font-size: 16px;
    color: #666666;
    height: 22px;
    line-height: 22px;
}

.color_bean_left_value_2NY {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #989898;
    margin-top: 3px;
}

.color_bean_div_list_right_3md {
    height: 21px;
    line-height: 21px;
    font-size: 15px;
}

.color_bean_div_nodata_2A5 {
    position: relative;
}.verified_display_flex_column_1Hv {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
}

.verified_div_title_34z {
    padding: 22px 50px 0px 50px;
    font-size: 16px;
    color: #323232;
}

.verified_div_button_3B4 {
    margin: 30px 40px 0px 40px;
    text-align: center;
    padding-top: 12px;
    background-image: linear-gradient(-45deg, #FC4C02 0%, #F7931C 100%);
    border-radius: 21.5px;
    height: 43px;
    font-size: 16px;
    color: #FFFFFF;
}

.verified_div_content_img_29b {
    margin: 21px 50px 9px 50px;
    height: 154px;
    background-color: #f1f2f7;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    border: 1px dashed transparent;
    background: linear-gradient(#FAFAFA, #FAFAFA) padding-box, repeating-linear-gradient(-45deg, #ccc 0, #ccc 5px, white 0, white 10px);
}

.verified_div_tips_2So {
    width: 100%;
    height: 100%;
    -ms-flex-align: center;
        align-items: center;
    background: #ffffff;
    opacity: 0.6;
}

.verified_div_tips_img_JtX {
    width: 51px;
    height: 30px;
    margin-top: 47px;
}

.verified_div_tips_img_handle_3xZ {
    width: 51px;
    height: 52px;
    margin-top: 47px;
}

.verified_div_tips_text_3cz {
    font-size: 16px;
    color: #323232;
    margin-top: 21px;
    text-align: center;
}

.verified_img_card_3My {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 2px;
}

.verified_img_card_grey_3yY {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 2px;
    background: #ffffff;
    opacity: 0.6;
}

.verified_input_upload_image_3rB {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.verified_div_state_3ja {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    padding: 20px 20px 0px 50px;
}

.verified_div_state_img_3ui {
    width: 25px;
    height: 25px;
}

.verified_div_state_text_1Bp {
    font-size: 14px;
    margin-left: 14px;
}

.verified_text_box_2Un {
    padding: 25px 50px;
    position: relative;
    padding-bottom: 38px;
}

.verified_text_name_1md {
    position: absolute;
    background: white;
    height: 29px;
    line-height: 29px;
    font-weight: bold;
}

.verified_text_edit_name_3tq {
    color: #989898;
    font-size: 13px;
    margin-left: 10px;
}

.verified_text_edit_input_2bO {
    position: absolute;
    border: none;
    height: 29px;
    line-height: 29px;
    font-weight: bold;
}

.verified_text_line_3nX {
    width: 100%;
    height: 1px;
    background: #d8d8d8;
    margin-top: 30px;
}.changepassword_operate_btn_16Q {
    margin: 40px 30px 40px;
    height: 44px;
    line-height: 44px;
    border-radius: 44px;
    font-size: 16px;
    text-align: center;
    background-image: linear-gradient(to left, #FC4C02 0%, #F7931C 100%);
    color: #fff;
}

.changepassword_setting_password_inst_1HZ {
    padding: 20px 40px;
    font-size: 16px;
    color: #666;
    line-height: 20px;
}

.changepassword_instruction_text_1Y- {
    color: #e81100;
}


/**银行卡*/

.changepassword_div_banK_tips_2gv {
    border-top: 10px solid #f2f2f7;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    line-height: 21px;
    font-size: 14px;
}

.changepassword_text_bold_size_3Jy {
    color: #666;
    font-size: 15px;
    font-weight: 600;
}

.changepassword_text_normal_size_1fZ {
    color: #e81100;
    font-size: 13px;
}


/**
密码键盘宫格
*/

.changepassword_passwrod_box_240 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: white;
    bottom: 0;
    position: absolute;
    background: #D2D5DB;
    padding-bottom: 3px;
}

.changepassword_pass_box_1Pq {
    list-style-type: none;
    margin: 0 auto;
}

.changepassword_pass_box_1Pq:after {
    content: ".";
    display: block;
    line-height: 0;
    width: 0;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.changepassword_pass_box_1Pq li {
    float: left;
    padding: 6px 0px 0px 6px;
    line-height: 46px;
    width: 33%;
}

.changepassword_pass_box_1Pq li div {
    display: block;
    border-radius: 5px;
    width: 100%;
    height: 46px;
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 18px;
    background: white;
    box-shadow: 0 1px 0 0 #848688;
}

.changepassword_pass_box_1Pq li div:active {
    display: block;
    border-radius: 5px;
    width: 100%;
    height: 46px;
    text-align: center;
    position: relative;
    z-index: 2;
    font-size: 18px;
    background: #D2D5DB;
}

.changepassword_pass_box_nono_1Sc {
    display: block;
    border-radius: 4px;
    width: 100%;
    height: 46px;
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 18px;
    background: #D2D5DB !important;
    box-shadow: none !important;
}

.changepassword_img_delete_1-X {
    width: 23px;
    height: 18px;
    vertical-align: middle;
}


/**
密码键盘  透明层
*/

.changepassword_tips_window_2ui {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 98;
    opacity: 0.3;
    /*兼容IE8及以下版本浏览器*/
    filter: alpha(opacity=30);
    display: block;
}

.changepassword_tips_container_1Lf {
    width: 100%;
    height: 350px;
    background-color: white;
    margin: auto;
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}

.changepassword_password_close_2wn {
    width: 50px;
    height: 62px;
    position: relative;
    z-index: 999;
}

.changepassword_password_close_2wn img {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.changepassword_password_close_title_2b4 {
    width: 100%;
    height: 62px;
    line-height: 62px;
    top: 0;
    position: absolute;
    text-align: center;
}


/***/

.changepassword_pass_content_8nC {
    /* padding: 0px 20px 0px 20px;
    height: 48px; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-align: center;
        align-items: center;
    padding: 0px 30px;
}

.changepassword_pass_content_8nC span {
    /* outline: none;
    border-right: none;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 16%;
    width: calc((100%-40px)/6);
    width: -webkit-calc((100%-40px)/6);
    height: 48px;
    padding: 0;
    margin: 0;
    float: left;
    text-align: center; */
    outline: none;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 37px;
    height: 40px;
    padding: 0;
    margin: 0;
    float: left;
    text-align: center;
}


/* .pass_content span:nth-child(1) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pass_content span:nth-child(6) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #ccc;
} */

.changepassword_pass_content_8nC i {
    display: block;
    margin: 0 auto;
    margin-top: 13px;
    width: 10px;
    height: 10px;
    border-radius: 100%
}.agreement_agreement_warp_3ER {}

.agreement_agreement_body_2SF {
    padding: 10px;
    overflow-y: auto;
}

.agreement_bottom_btn_warp_1wz {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    bottom: 0px;
    height: 50px;
    width: 100%;
    background: white;
    box-shadow: 0 1px 4px rgb(0, 0, 0, 0.4);
}

.agreement_bottom_btn_warp_1wz .agreement_div_line_1gf {
    height: 20px;
    width: 1px;
    background: rgb(0, 0, 0, .4);
}

.agreement_bottom_btn_warp_1wz .agreement_btn_text_1T8 {
    font-size: 15px;
    color: #4a4a4a;
    -ms-flex: 1;
        flex: 1;
    text-align: center;
    line-height: 50px;
}.paymoney_pay_header_3QH {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    height: 60px;
    -ms-flex-align: center;
        align-items: center;
    border-bottom: 14px solid #fafafa;
    padding: 0 20px;
}

.paymoney_pay_header_3QH .paymoney_price_title_15H {
    color: #666;
    font-size: 15px;
    font-weight: 600;
    -ms-flex: 1;
        flex: 1;
}

.paymoney_pay_header_3QH .paymoney_price_content_1tX {
    color: #d50000;
    font-size: 15px;
    font-weight: 600;
    -ms-flex: 1;
        flex: 1;
    text-align: right;
}

.paymoney_pay_shop_warp_1rj {
    padding: 10px 20px;
    border-bottom: 14px solid #fafafa;
}

.paymoney_pay_shop_item_22F {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    height: 30px;
    -ms-flex-align: center;
        align-items: center;
}

.paymoney_pay_shop_item_22F .paymoney_shop_title_3gF {
    color: #666;
    font-size: 15px;
    -ms-flex: 1;
        flex: 1;
}

.paymoney_pay_shop_item_22F .paymoney_shop_content_1Vb {
    color: #9b9b9b;
    font-size: 14px;
    -ms-flex: 1;
        flex: 1;
    text-align: right;
}

.paymoney_pay_mothed_title_Mhu {
    padding: 29px 22px 38px;
    font-size: 15px;
    color: #666;
}

.paymoney_pay_mothed_list_3uh {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.paymoney_pay_mothed_list_3uh .paymoney_pay_item_aBI {
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
}

.paymoney_pay_mothed_list_3uh .paymoney_pay_item_aBI img {
    width: 40px;
    height: 40px;
}

.paymoney_pay_mothed_list_3uh .paymoney_pay_item_aBI .paymoney_pay_item_title_3G5 {
    color: #9b9b9b;
    font-size: 12px;
    padding-top: 13px;
}


/**支付密码*/

.paymoney_password_warp_2fW .paymoney_header_text_3PY {
    padding: 14px 38px;
    color: #666;
    font-size: 15px;
    font-weight: 600;
}

.paymoney_password_warp_2fW .paymoney_header_method_2Se {
    color: #666;
    font-size: 15px;
    font-weight: 600;
}


/**
密码键盘宫格
*/

.paymoney_passwrod_box_2B1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: white;
    bottom: 0;
    position: absolute;
    background: #D2D5DB;
    padding-bottom: 3px;
}

.paymoney_pass_box_FrF {
    list-style-type: none;
    margin: 0 auto;
}

.paymoney_pass_box_FrF:after {
    content: ".";
    display: block;
    line-height: 0;
    width: 0;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.paymoney_pass_box_FrF li {
    float: left;
    padding: 6px 0px 0px 6px;
    line-height: 46px;
    width: 33%;
}

.paymoney_pass_box_FrF li div {
    display: block;
    border-radius: 5px;
    width: 100%;
    height: 46px;
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 18px;
    background: white;
    box-shadow: 0 1px 0 0 #848688;
}

.paymoney_pass_box_FrF li div:active {
    display: block;
    border-radius: 5px;
    width: 100%;
    height: 46px;
    text-align: center;
    position: relative;
    z-index: 2;
    font-size: 18px;
    background: #D2D5DB;
}

.paymoney_pass_box_nono_2je {
    display: block;
    border-radius: 4px;
    width: 100%;
    height: 46px;
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 18px;
    background: #D2D5DB !important;
    box-shadow: none !important;
}

.paymoney_img_delete_PsB {
    width: 23px;
    height: 18px;
    vertical-align: middle;
}


/**
密码键盘  透明层
*/

.paymoney_tips_window_1YF {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 98;
    opacity: 0.3;
    /*兼容IE8及以下版本浏览器*/
    filter: alpha(opacity=30);
    display: block;
}

.paymoney_tips_container_9LP {
    width: 100%;
    height: 450px;
    background-color: white;
    margin: auto;
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.paymoney_password_close_27y {
    width: 50px;
    height: 62px;
    position: relative;
    z-index: 999;
}

.paymoney_password_close_27y img {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.paymoney_password_close_title_1GE {
    width: 100%;
    height: 62px;
    line-height: 62px;
    top: 0;
    position: absolute;
    text-align: center;
}


/***/

.paymoney_pass_content_1cT {
    /* padding: 0px 20px 0px 20px;
    height: 48px; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-align: center;
        align-items: center;
    padding: 0px 30px;
}

.paymoney_pass_content_1cT span {
    /* outline: none;
    border-right: none;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 16%;
    width: calc((100%-40px)/6);
    width: -webkit-calc((100%-40px)/6);
    height: 48px;
    padding: 0;
    margin: 0;
    float: left;
    text-align: center; */
    outline: none;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 37px;
    height: 40px;
    padding: 0;
    margin: 0;
    float: left;
    text-align: center;
}


/* .pass_content span:nth-child(1) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pass_content span:nth-child(6) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #ccc;
} */

.paymoney_pass_content_1cT i {
    display: block;
    margin: 0 auto;
    margin-top: 13px;
    width: 10px;
    height: 10px;
    border-radius: 100%
}.withdraw_header_title_1y- {
    color: #646464;
    font-size: 14px;
    padding: 24px;
}

.withdraw_input_text_warp_2II {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 20px;
}

.withdraw_input_text_warp_2II .withdraw_input_text_306 {
    font-size: 48px;
    color: #333;
    border: none;
    max-width: 300px;
}

.withdraw_btn_all_warp_3HJ .withdraw_btn_all_3Mq {
    background: #417505;
    color: white;
    padding: 5px 10px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    border-radius: 11px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    right: 10px;
}

.withdraw_withdraw_tips_N5A {
    color: #646464;
    font-size: 14px;
    font-weight: 600;
    padding: 20px;
}

.withdraw_operate_btn_OHB {
    margin: 40px 30px 40px;
    height: 44px;
    line-height: 44px;
    border-radius: 44px;
    font-size: 16px;
    text-align: center;
    background-image: linear-gradient(to left, #FC4C02 0%, #F7931C 100%);
    color: #fff;
}


/**提现时间 顶部显示*/

.withdraw_display_flex_column_2g4 {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
}

.withdraw_div_top_out_1cu {
    width: 100%;
    height: 136px;
    background: #FAFAFA;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.withdraw_div_top_3TE {
    width: 100%;
    background: #FFFFFF;
    display: -ms-flexbox;
    display: flex;
    height: 126px;
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 30px;
}

.withdraw_top_title_13j {
    font-size: 14px;
    color: #646464;
    margin-top: 22px;
}

.withdraw_top_value_Pxv {
    font-size: 40px;
    color: #646464;
    margin-left: 14px;
}

.withdraw_div_content_3Fh {
    background: #FAFAFA;
    width: 100%;
}

.withdraw_content_title_2iO {
    font-size: 12px;
    color: #323232;
    padding: 10px 15px 5px 15px;
    background: #ffffff;
    width: 100%;
    font-weight: bold;
}


/**提现时间线*/

.withdraw_time_line_warp_3i0 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
}

.withdraw_time_line_header_warp_1YT {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex: 1;
        flex: 1;
    padding-bottom: 5px;
}

.withdraw_time_line_header_warp_1YT .withdraw_time_state_2lL {
    width: 30px;
    height: 30px;
    background: #1890ff;
    color: white;
    border-radius: 50%;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}

.withdraw_time_line_header_warp_1YT .withdraw_time_state_line_3ri {
    width: 1px;
    min-height: 30px;
    background: #1890ff;
    margin-top: 5px;
    -ms-flex: 1;
        flex: 1;
    margin-right: 15px;
}

.withdraw_time_line_contnte_warp_1DJ {
    padding-left: 20px;
    padding-top: 5px;
    -ms-flex: 1;
        flex: 1;
}

.withdraw_time_line_contnte_warp_1DJ .withdraw_time_title_1zl {
    color: #333;
    font-size: 15px;
}

.withdraw_time_line_contnte_warp_1DJ .withdraw_time_content_13f {
    color: #989898;
    font-size: 14px;
    padding-top: 10px;
}.list_search_list_wrapper_1Tt{
  background-color: #fff;

}

.list_search_list_top_g3N{
  position: relative;
  height: 44px;
  line-height: 44px;
  padding: 0 16px;
  text-align: center;
  font-size: 18px;
  color: #323232;
  background-color: #fff;
}

.list_search_list_top_g3N .list_search_list_top_back_icon_2GW{
  color: #323232;
  position: absolute;
  left: 16px;
  top: 0;
  font-size: 24px;

}
.list_corrected_rate_num_2BW{
  width: 50px;
  line-height: 21px;
  color: #D0021B;
  font-size: 14px;
}
.list_search_list_conditions_wrapper_jh2{
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin: 0 19px 0 32px;
  padding-bottom: 8px;
  -ms-flex-wrap:  wrap;
      flex-wrap:  wrap;
}
.list_search_list_conditions_wrapper_jh2 .list_search_list_conditions_color_block_32w{
  position: absolute;
  top: 2px;
  left: -8px;
  height: 18px;
  width: 6px;
  background-color: #EA5C64;

}
.list_search_list_conditions_wrapper_jh2 span{
  line-height: 16px;
  margin: 3px 0;
  padding: 0 8px;
  border-right: 1px solid #666666;
  font-size: 13px;
  color: #666666

}
.list_search_list_conditions_wrapper_jh2 span:last-child{
  border-right: none;

}

.list_search_list_conditions_ctrl_wrapper_1BY{
    padding-left: 21px;
    padding-right: 12px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #C8C8C8;

}

.list_search_list_conditions_ctrl_wrapper_1BY .list_search_list_hot_1on{
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: center; */
  -ms-flex-align: center;
      align-items: center;

}

.list_search_list_conditions_ctrl_wrapper_1BY .list_search_list_hot_title_25d{
  font-size: 14px;
  color: #989898;

}

.list_search_list_conditions_ctrl_wrapper_1BY .list_search_list_hot_sort_3kS{
  position: relative;
  font-size: 8px;
  width: 28px;
  height: 100%;
  overflow: hidden;

}

.list_search_list_conditions_ctrl_wrapper_1BY .list_search_list_hot_sort_3kS .list_search_list_triangle_up_icon_1UN{
  color: #969696;
  position: absolute;
  top: -3px;
  left: -1px;

}

.list_search_list_conditions_ctrl_wrapper_1BY .list_search_list_hot_sort_3kS .list_search_list_triangle_down_icon_2q3{
  color: #969696;
  position: absolute;
  top: 4px;
  left: -1px;

}

.list_search_list_conditions_ctrl_wrapper_1BY .list_search_list_hot_sort_3kS .list_search_list_triangle_on_3xU{
  color: #EA5C64 ;

}

.list_search_list_conditions_ctrl_wrapper_1BY .list_search_list_perk_J95{
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;

}

.list_search_list_conditions_ctrl_wrapper_1BY .list_search_list_perk_title_ZfJ{
  font-size: 14px;
  color: #989898;

}

.list_search_list_conditions_ctrl_wrapper_1BY .list_search_list_perk_sort_Gfo{
  color: #969696;

}

.list_search_list_conditions_ctrl_wrapper_1BY .list_search_list_perk_sort_Gfo .list_search_list_perk_icon_27I{
  display: block;
  margin-left: 10px;
  font-size: 14px;

}

.list_search_list_3WQ{
  position: relative;
  background-color: #fff;

}

.list_search_list_3WQ .list_search_list_item_SFK{
  position: relative;
  // overflow: hidden;
  min-height: 71px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 12px 10px 21px;
  border-bottom: 1px solid #C8C8C8;

}

.list_search_list_3WQ .list_search_list_item_info_TMf{
  overflow: hidden;
  -ms-flex: 1;
      flex: 1;

}

.list_search_list_3WQ .list_search_list_item_info_title_33u{
  // overflow: hidden;
  // text-overflow: ellipsis;
  // white-space: nowrap;
  min-height: 20px;
  margin-right: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #333333;

}

.list_search_list_3WQ .list_search_list_item_info_title_33u .list_search_list_item_info_title_img_2XF{
  display: inline-block;
  margin-left: 6px;
  margin-top: 6px;
  width: 15px;
  height: 15px;

}

.list_search_list_3WQ .list_search_list_item_info_type_1G2{
  margin-right: 20px;
  min-height: 26px;
  line-height: 30px;

}

.list_search_list_3WQ .list_search_list_item_info_tip_3Gn{
  display: inline-block;
  margin: 8px 8px 0 4px;
  height: 17px;
  line-height: 15px;
  padding: 0 6px;
  font-size: 8px;
  color: #EA5C64;
  border: 1px solid #EA5C64;
  border-radius: 8px;

}

.list_search_list_3WQ .list_search_list_item_info_type_title_25G{
  font-size: 14px;
  color: #989898;

}

.list_search_list_3WQ .list_search_list_item_personal_2E1{
  width: 113px;

}

.list_search_list_3WQ .list_search_list_item_personal_name_1vr{
  font-size: 14px;
  color: #989898;
  height: 20px;
  line-height: 20px;

}

.list_search_list_3WQ .list_search_list_item_personal_time_1Ir{
  font-size: 12px;
  color: #989898;
  line-height: 32px;

}



.list_sinfo_list_item_3Px{
  position: relative;
  min-height: 71px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 12px 12px 10px 21px;
  border-bottom: 1px solid #C8C8C8;
}
.list_sinfo_title_line_one_21r{
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  min-height: 20px;
  line-height: 20px;
  word-break:break-all;
  margin-top: 2px;
  margin-bottom: 8px;
}

.list_sinfo_title_10p{
  -ms-flex: 5;
      flex: 5;
  font-size: 16px;
  color: #333333;
  display: inline-block;
  margin-right: 7px;
}
.list_sinfo_title_title_1Mo{
  margin-right: 7px;
}
.list_sinfo_item_personal_name_2RC{
  -ms-flex: 2;
      flex: 2;
  font-size: 15px;
  color: #989898;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_sinfo_title_line_two_1MJ{
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  min-height: 20px;
  line-height: 20px;
  word-break:break-all;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 15px;
  color: #989898;
}
.list_sinfo_item_info_type_1ZI{
  -ms-flex: 5;
      flex: 5;
  margin-right: 2px;
  line-height: 20px;
}

.list_sinfo_item_personal_time_2_z{
  -ms-flex: 2;
      flex: 2;
}

.list_sinfo_upload_3SO{
  width: 60px;
  /* height: 30px; */
  /* margin: 0 auto; */
  /* margin:0px auto 0px auto; */
  float: right;
  border: 2px solid #EA5C64;
  color: #EA5C64;
  text-align: center;
  font-weight: 600;
  font-size: 8px;
  border-radius: 5px;
  /* line-height: 0px; */
}

@media screen and (max-width: 330px) {
  .list_sinfo_item_personal_time_2_z {
      font-size: 10px;
  }
}

.list_sinfo_item_info_type_title_1RA{
  display: inline-block; 
  margin-right: 10px;
  margin-bottom: 2px;
}
.list_sinfo_item_info_tip_1F9{
  display: inline-block;
  margin: 0 8px 0 2px;
  height: 17px;
  line-height: 15px;
  padding: 0 6px;
  font-size: 8px;
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
}

.list_more_btn_hZw {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 50px;
  background-color:rgba(215,215,215,0.6);
  /* background-color: red; */
  line-height: 50px;
  text-align: center;
  color: #969696;
  /* border-radius: 5px; */
  z-index: 9999
}

.laboratory_search_upload_wrapper_1fC{
    width: 100%;
    height: 100%;
    padding: 20px 52px;
    background-color: #fff;
}
.laboratory_search_upload_wrapper_1fC .laboratory_search_upload_top_2el{
    font-size: 15px;
    color: #323232;
    font-weight: 500;
    line-height: 25px;
}
.laboratory_search_upload_wrapper_1fC .laboratory_search_upload_formula_wrapper_1sY{
    position: relative;
    margin: 20px 10px;
    margin-top: 35px;
    height: 160px;
    border: 1px  dashed rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    background-color: rgba(250, 250, 250, 1);
    color: rgb(102,102,102);
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 24px;
    font-size: 13px;
}
.laboratory_search_upload_wrapper_1fC .laboratory_search_upload_formula_wrapper_1sY .laboratory_search_upload_formula_tile_2f3{
    position: absolute;
    top: 11px;
    right: 50px;
    font-size: 15px;
    color: #323232;
    font-weight: 500;
}
.laboratory_search_upload_wrapper_1fC .laboratory_search_upload_formula_wrapper_1sY .laboratory_search_upload_formula_img_3si{
    position: absolute;
    top: -27px;
    left: 28px;
    width: 50px;
}
.laboratory_search_upload_wrapper_1fC .laboratory_search_upload_color_wrapper_GPm{
    position: relative;
    margin: 20px 10px;
    margin-top: 50px;
    height: 160px;
    border: 1px  dashed rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    background-color: rgba(250, 250, 250, 1);
    color: rgb(102,102,102);
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 24px;
    font-size: 13px;
}
.laboratory_search_upload_wrapper_1fC .laboratory_search_upload_color_wrapper_GPm .laboratory_search_upload_color_tile_B9L{
    position: absolute;
    top: 11px;
    right: 50px;
    font-size: 15px;
    color: #323232;
    font-weight: 500;
}
.laboratory_search_upload_wrapper_1fC .laboratory_search_upload_color_wrapper_GPm .laboratory_search_upload_color_img_245{
    position: absolute;
    top: -24px;
    left: 28px;
    width: 50px;
}.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: 2px solid #108ee9;
  transition: all .3s linear 0s;
}
.qrcode_qrcode_warp_zCe {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
}

.qrcode_qrcode_img_a45 {
    margin-top: 15px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.qrcode_qrcode_name_Vb- {
    margin-top: 10px;
    font-size: 18px;
    color: #333;
}

.qrcode_qrcode_qr_3os {
    width: 260px;
    height: 260px;
}

.qrcode_qrcode_text_17J {
    /* margin-top: 36px; */
    font-size: 14px;
    color: #323232;
    line-height: 21px;
}

.qrcode_qrcode_dou_3ZU {
    color: #e27272;
}


/**注册*/


/**注册*/

.qrcode_qr_text_warp_Tjb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
}

.qrcode_qr_regist_text_2-0 {
    margin-bottom: 16px;
    margin-top: 33px;
    font-size: 14px;
    color: #323232;
    line-height: 21px;
    padding: 0 50px;
    text-align: center;
}.index_nav_section_VL0{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 52px;
    font-size: 16px;
    color: #9B9B9B;
    padding: 0 13px;
    background: #fff;
}
.index_nav_item_3eB{
    width: 69px;
    height: 52px;
    line-height: 52px;
    text-align: center
}
.index_nav_item_3eB.index_selected_12n{
    color: #DB261E;
    border-bottom: 1px solid #EE6464;
}
.index_nav_item_3eB:last-child{
    margin-left: 10px;
}
.index_client_section_1Wo{
    
}
.index_identify_img_10Z{
    padding: 0 14px;
    padding-top: 6px;
    padding-bottom: 12px;
    background: #fff;
}
.index_identify_img_10Z img{
    width: 100%;
    height: 163px;
    border-radius: 5px;
}
.index_task_list_HOE{
    margin: 8px 13px 9px;
    background: #fff;
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 13px 0;
}
.index_task_list_HOE .index_task_item_2Cd{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex:1;
        flex:1;
    padding-left: 17px;
}
.index_task_list_HOE .index_task_item_2Cd .index_task_icon_left_2op{
    width: 17px;
    height: 20px;
}
.index_task_list_HOE .index_task_item_2Cd .index_task_icon_left_2op img{
    width: 16px;
}
.index_task_list_HOE .index_task_item_2Cd .index_task_info_3Ia{
    margin-left: 8px;
}
.index_task_list_HOE .index_task_item_2Cd .index_task_title_1ei{
    line-height: 20px;
    font-size: 14px;
    color: #4A4A4A;
    font-family: PingFangSC-Medium;
}
.index_task_list_HOE .index_task_item_2Cd .index_task_explain_3m5{
    margin-top: 5px;
    line-height: 17px;
    font-size: 12px;
    color: #4A4A4A;
    font-family: PingFangSC-Regular;
}
.index_task_list_HOE .index_task_item_2Cd:first-child{
    border-right: 1px solid #979797;
}
.index_task_head_title_1sI{
    font-size: 14px;
    color: #4A4A4A;
    line-height: 20px;
    margin-left: 14px;
}
.index_task_processing_list_1Pu{
    padding-bottom: 50px;
}

@media screen and (max-width:350px){
    .index_identify_img_10Z img{
        height: 140px;
    }
}

.index_no_data_1_q{
    margin: 100px 0 0;
    text-align: center;
    font-size: 24px;
    color: #aaa;
}

iframe{
    display: -ms-flexbox;
    display: flex;
}.app_h5_user_task_item_ {
  margin: 9px 12px 0;
  padding-bottom: 10px;
  padding-top: 12px;
  background: #fff;
}
.app_h5_user_task_item_store_info {
  display: flex;
  justify-content: space-between;
}
.app_h5_user_task_item_store_info_left {
  display: flex;
  align-items: center;
  margin-left: 13px;
}
.app_h5_user_task_item_store_info_left .app_h5_user_task_item_img_wrapper {
  width: 44px;
  height: 44px;
}
.app_h5_user_task_item_store_info_left img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.app_h5_user_task_item_store_info_left .app_h5_user_task_item_store_title_info {
  margin-left: 7px;
}
.app_h5_user_task_item_store_info_left .app_h5_user_task_item_store_title {
  display: flex;
  align-items: center;
  line-height: 22px;
  font-size: 16px;
  color: #323232;
}
.app_h5_user_task_item_store_info_left .app_h5_user_task_item_store_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  background: #5aa6ef;
}
.app_h5_user_task_item_store_info_left .app_h5_user_task_item_store_icon_text {
  font-size: 12px;
  transform: scale(0.75);
  line-height: 15px;
  color: #fff;
}
.app_h5_user_task_item_store_info_left .app_h5_user_task_item_star_list {
  margin-top: 8px;
  line-height: 12px;
}
.app_h5_user_task_item_store_info_left .app_h5_user_task_item_star_list .app_h5_user_task_item_star {
  color: #C8C8C8;
  font-size: 13px;
}
.app_h5_user_task_item_store_info_left .app_h5_user_task_item_star_list.app_h5_user_task_item_star_1 .app_h5_user_task_item_star:first-child {
  color: #FC4C02;
}
.app_h5_user_task_item_store_info_left .app_h5_user_task_item_star_list.app_h5_user_task_item_star_2 .app_h5_user_task_item_star:nth-child(-n + 2) {
  color: #FC4C02;
}
.app_h5_user_task_item_store_info_left .app_h5_user_task_item_star_list.app_h5_user_task_item_star_3 .app_h5_user_task_item_star:nth-child(-n + 3) {
  color: #FC4C02;
}
.app_h5_user_task_item_store_info_left .app_h5_user_task_item_star_list.app_h5_user_task_item_star_4 .app_h5_user_task_item_star:nth-child(-n + 4) {
  color: #FC4C02;
}
.app_h5_user_task_item_store_info_left .app_h5_user_task_item_star_list.app_h5_user_task_item_star_5 .app_h5_user_task_item_star:nth-child(-n + 5) {
  color: #FC4C02;
}
.app_h5_user_task_item_price_info {
  margin-right: 10px;
  text-align: right;
}
.app_h5_user_task_item_price_info .app_h5_user_task_item_process_status {
  line-height: 14px;
  font-size: 10px;
  color: #4A90E2;
}
.app_h5_user_task_item_price_info .app_h5_user_task_item_price {
  margin-top: 8px;
  line-height: 22px;
  font-size: 16px;
  color: #FC4C02;
}
.app_h5_user_task_item_address_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  margin-right: 10px;
  margin-left: 23px;
}
.app_h5_user_task_item_address_info .app_h5_user_task_item_address {
  font-size: 14px;
  color: #9B9B9B;
}
.app_h5_user_task_item_address_info .app_h5_user_task_item_job_status {
  width: 57px;
  line-height: 22px;
  background-image: linear-gradient(-225deg, #FC4C02 0%, #F7931C 100%);
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 11px;
}
.app_h5_user_task_item_address_info .app_h5_user_task_item_job_status span {
  transform: scale(0.8);
  display: block;
}
.app_h5_store_task_item_ {
  margin: 9px 12px 0;
  padding-bottom: 10px;
  padding-top: 13px;
  background: #fff;
  border-top: 1px solid #C8C8C8;
  height: 96px;
}
.app_h5_store_task_item_.app_h5_store_task_item_store {
  border-top: none;
}
.app_h5_store_task_item_user_info {
  display: flex;
  justify-content: space-between;
}
.app_h5_store_task_item_user_info_left {
  display: flex;
  align-items: center;
  margin-left: 13px;
}
.app_h5_store_task_item_user_info_left .app_h5_store_task_item_img_wrapper {
  width: 44px;
  height: 44px;
}
.app_h5_store_task_item_user_info_left .app_h5_store_task_item_img_wrapper img {
  width: inherit;
  height: inherit;
  border-radius: 50%;
}
.app_h5_store_task_item_user_info_left .app_h5_store_task_item_user_title_info {
  margin-left: 7px;
}
.app_h5_store_task_item_user_info_left .app_h5_store_task_item_user_title {
  display: flex;
  align-items: center;
  line-height: 22px;
  font-size: 16px;
  color: #323232;
}
.app_h5_store_task_item_user_info_left .app_h5_store_task_item_user_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  background: #5aa6ef;
}
.app_h5_store_task_item_user_info_left .app_h5_store_task_item_user_icon_text {
  font-size: 12px;
  transform: scale(0.75);
  line-height: 15px;
  color: #fff;
}
.app_h5_store_task_item_user_info_left .app_h5_store_task_item_honor_info {
  display: flex;
  align-items: center;
  margin-top: 6px;
}
.app_h5_store_task_item_user_info_left .app_h5_store_task_item_star_list {
  line-height: 12px;
}
.app_h5_store_task_item_user_info_left .app_h5_store_task_item_star_list .app_h5_store_task_item_star {
  color: #C8C8C8;
  font-size: 13px;
}
.app_h5_store_task_item_user_info_left .app_h5_store_task_item_star_list.app_h5_store_task_item_star_1 .app_h5_store_task_item_star:first-child {
  color: #FC4C02;
}
.app_h5_store_task_item_user_info_left .app_h5_store_task_item_star_list.app_h5_store_task_item_star_2 .app_h5_store_task_item_star:nth-child(-n + 2) {
  color: #FC4C02;
}
.app_h5_store_task_item_user_info_left .app_h5_store_task_item_star_list.app_h5_store_task_item_star_3 .app_h5_store_task_item_star:nth-child(-n + 3) {
  color: #FC4C02;
}
.app_h5_store_task_item_user_info_left .app_h5_store_task_item_star_list.app_h5_store_task_item_star_4 .app_h5_store_task_item_star:nth-child(-n + 4) {
  color: #FC4C02;
}
.app_h5_store_task_item_user_info_left .app_h5_store_task_item_star_list.app_h5_store_task_item_star_5 .app_h5_store_task_item_star:nth-child(-n + 5) {
  color: #FC4C02;
}
.app_h5_store_task_item_user_info_left .app_h5_store_task_item_user_id {
  margin-left: 15px;
}
.app_h5_store_task_item_user_info_left .app_h5_store_task_item_user_id img {
  width: 22px;
}
.app_h5_store_task_item_user_info_left .app_h5_store_task_item_user_layer {
  margin-left: 11px;
}
.app_h5_store_task_item_user_info_left .app_h5_store_task_item_user_layer img {
  width: 37px;
}
.app_h5_store_task_item_price_info {
  margin-right: 10px;
  text-align: right;
}
.app_h5_store_task_item_price_info .app_h5_store_task_item_process_status {
  line-height: 14px;
  font-size: 10px;
  color: #4A90E2;
}
.app_h5_store_task_item_price_info .app_h5_store_task_item_price {
  margin-top: 8px;
  line-height: 22px;
  font-size: 16px;
  color: #FC4C02;
}
.app_h5_store_task_item_achievement_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  margin-right: 10px;
  margin-left: 21px;
}
.app_h5_store_task_item_achievement_info .app_h5_store_task_item_achievement {
  font-size: 12px;
  color: #323232;
}
.app_h5_store_task_item_achievement_info .app_h5_store_task_item_job_status {
  width: 57px;
  line-height: 22px;
  background-image: linear-gradient(-225deg, #FC4C02 0%, #F7931C 100%);
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 11px;
}
.app_h5_store_task_item_achievement_info .app_h5_store_task_item_job_status span {
  transform: scale(0.8);
  display: block;
}
.verification_head_title_3bo{
    margin: 0 50px;
    padding-top: 22px;
    font-size: 16px;
    line-height: 22px;
    color: #323232;

}
.verification_img_btn_SAY{
    margin: 21px 50px 32px;
    height: 154px;
    background: #FAFAFA;
    border: 1px dashed #979797;
    border-radius: 5px;
    color: #979797;
}
.verification_verification_img_xdP{
    width: 100%;
    height: calc(100% - 1px);
}
.verification_photo_wrap_HbC{
    margin-top: 47px;
    text-align: center;
}
.verification_photo_wrap_HbC img{
    width: 30px;

}
.verification_intruduction_text_17h{
    margin-top: 18px;
    padding: 0 23px;
    font-size: 16px;
    color: #323232;
    line-height: 22px;
}
.verification_operate_btn_2jM{
    margin: 64px auto 0;
    width: 300px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    color: #fff;
    border-radius: 22px;
    background-image: linear-gradient(225deg, #FC4C02 0%, #F7931C 100%);
}
.verification_submit_success_1HL{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}
.verification_submit_success_1HL .verification_success_img_3wN{
    margin: 130px auto 0;
    width: 100px;
    height: 100px;
    text-align: center;

}
.verification_submit_success_1HL img{
    width: inherit;
    height: inherit;

}
.verification_submit_success_1HL .verification_success_text_3it{
    margin-top: 96px;
    text-align: center;
    font-size: 16px;
    color: #323232;
    line-height: 22px;

}

.verification_verify_state_IGc{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin: 20px 50px;
}

.verification_levels_picker_sec_13x{
    margin: 0 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}

.verification_levels_picker_sec_13x .verification_picker_title_1MB{
    margin-right: 20px;
    font-size: 15px;
    color: #323232;

}

.verification_levels_picker_sec_13x .verification_level_selected_2f-{
    color: #9B9B9B;

}.userorderlist_list_1yi .am-list-body{
    margin-top: 26px;
    background: inherit
}
.userorderlist_list_1yi .am-list-body::before{
    background: none!important
}.app_h5_user_order_item_ {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  padding: 4px 13px 7px 23px;
  background: #fff;
}
.app_h5_user_order_item_store_info {
  position: relative;
  padding-left: 50px;
}
.app_h5_user_order_item_store_img_wrapper {
  position: absolute;
  top: -13px;
  left: 0px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.app_h5_user_order_item_store_img_wrapper img {
  width: inherit;
  height: inherit;
}
.app_h5_user_order_item_store_score_info {
  margin-left: 8px;
}
.app_h5_user_order_item_name_info {
  display: flex;
  align-items: center;
}
.app_h5_user_order_item_name_info .app_h5_user_order_item_name {
  font-size: 16px;
  color: #323232;
  line-height: 22px;
}
.app_h5_user_order_item_name_info .app_h5_user_order_item_job_type {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  background: #5aa6ef;
}
.app_h5_user_order_item_name_info .app_h5_user_order_item_type {
  font-size: 12px;
  transform: scale(0.75);
  line-height: 15px;
  color: #fff;
}
.app_h5_user_order_item_star_list {
  color: #C8C8C8;
}
.app_h5_user_order_item_star_list .app_h5_user_order_item_star {
  font-size: 14px;
}
.app_h5_user_order_item_star_list.app_h5_user_order_item_star_1 .app_h5_user_order_item_star:first-child {
  color: #FC4C02;
}
.app_h5_user_order_item_star_list.app_h5_user_order_item_star_2 .app_h5_user_order_item_star:nth-child(-n + 2) {
  color: #FC4C02;
}
.app_h5_user_order_item_star_list.app_h5_user_order_item_star_3 .app_h5_user_order_item_star:nth-child(-n + 3) {
  color: #FC4C02;
}
.app_h5_user_order_item_star_list.app_h5_user_order_item_star_4 .app_h5_user_order_item_star:nth-child(-n + 4) {
  color: #FC4C02;
}
.app_h5_user_order_item_star_list.app_h5_user_order_item_star_5 .app_h5_user_order_item_star:nth-child(-n + 5) {
  color: #FC4C02;
}
.app_h5_user_order_item_car_info,
.app_h5_user_order_item_address_info {
  margin-top: 4px;
  font-size: 14px;
  color: #9B9B9B;
  line-height: 20px;
}
.app_h5_user_order_item_price {
  font-size: 16px;
  color: #FC4C02;
  text-align: right;
  line-height: 22px;
}
.app_h5_user_order_item_address {
  margin-top: 43px;
  font-size: 14px;
  color: #9B9B9B;
  text-align: right;
  line-height: 20px;
}
.app_h5_user_tasking_item_ {
  display: flex;
  justify-content: space-between;
  padding: 13px 13px 8px 23px;
  background: #fff;
  border-bottom: 1px solid #c8c8c8;
}
.app_h5_user_tasking_item_store_info {
  display: flex;
  align-items: center;
}
.app_h5_user_tasking_item_store_img_wrapper {
  width: 45px;
  height: 45px;
}
.app_h5_user_tasking_item_store_img_wrapper img {
  width: inherit;
  height: inherit;
}
.app_h5_user_tasking_item_store_score_info {
  margin-left: 8px;
}
.app_h5_user_tasking_item_name_info {
  display: flex;
  align-items: center;
}
.app_h5_user_tasking_item_name_info .app_h5_user_tasking_item_name {
  font-size: 16px;
  color: #323232;
  line-height: 22px;
}
.app_h5_user_tasking_item_name_info .app_h5_user_tasking_item_job_type {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  background: #5aa6ef;
}
.app_h5_user_tasking_item_name_info .app_h5_user_tasking_item_type {
  font-size: 12px;
  transform: scale(0.75);
  line-height: 15px;
  color: #fff;
}
.app_h5_user_tasking_item_star_list {
  margin-top: 3px;
  color: #C8C8C8;
}
.app_h5_user_tasking_item_star_list .app_h5_user_tasking_item_star {
  font-size: 14px;
}
.app_h5_user_tasking_item_address_info {
  margin-top: 9px;
  font-size: 14px;
  color: #9B9B9B;
  line-height: 20px;
}
.app_h5_user_tasking_item_job_status {
  color: #4A90E2;
  font-size: 12px;
  transform: scale(0.78);
  transform-origin: right;
  line-height: 14px;
  text-align: right;
}
.app_h5_user_tasking_item_price {
  margin-top: 7px;
  font-size: 16px;
  color: #FC4C02;
  text-align: right;
  line-height: 22px;
}
.app_h5_user_tasking_item_operate_btn {
  margin-top: 8px;
  width: 57px;
  height: 22px;
  line-height: 22px;
  background-image: linear-gradient(-225deg, #FC4C02 0%, #F7931C 100%);
  color: #fff;
  text-align: center;
  font-size: 10px;
  color: #FFFFFF;
  border-radius: 11px;
}
.app_h5_user_tasking_item_operate_btn .app_h5_user_tasking_item_operate_text {
  transform: scale(0.8);
}
.evaluate_head_1KP{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 10px;
    padding-left: 18px;
    padding-bottom: 22px;
    background: #fff;
}
.evaluate_star_1_11J .evaluate_star_1qn:first-child{
    color: #FC4C02;
}
.evaluate_star_2_1He .evaluate_star_1qn:nth-child(-n + 2){
    color: #FC4C02;
}
.evaluate_star_3_frY .evaluate_star_1qn:nth-child(-n + 3){
    color: #FC4C02;
}
.evaluate_star_4_1Gr .evaluate_star_1qn:nth-child(-n + 4){
    color: #FC4C02;
}
.evaluate_star_5_teV .evaluate_star_1qn:nth-child(-n + 5){
    color: #FC4C02;
}
.evaluate_head_left_2tU{
    text-align: center;
    min-width: 70px;

}
.evaluate_head_left_2tU .evaluate_ava_wrapper_c6z{
    margin: 0 auto;
    width: 44px;
    height: 44px;
}
.evaluate_head_left_2tU .evaluate_ava_wrapper_c6z img{
    width: inherit;
    height: inherit;
    border-radius: 50%;
}
.evaluate_head_left_2tU .evaluate_name_1gy{
    margin-top: 15px;
    min-width: 70px;
    font-size: 14px;
    color: #323232;
    line-height: 20px;
    font-weight: bold;
}
.evaluate_head_right_1D8{
    margin-left: 32px;
}
.evaluate_head_right_1D8 .evaluate_right_title_1xq{
    font-size: 14px;
    color: #323232;
    line-height: 20px;
}
.evaluate_head_right_1D8 .evaluate_right_title_text_1nH{
    margin-top: 9px;
    font-size: 12px;
    color: #9B9B9B;
}
.evaluate_head_right_1D8 .evaluate_star_list_M4r{
    margin-top: 12px;
    color: #C8C8C8;
}
.evaluate_head_right_1D8 .evaluate_star_1qn{
    font-size: 19px;
    color: #C8C8C8;
}
.evaluate_remarks_1kE .am-list-item{
    background: #fafafa;
    padding: 10px 29px 9px;
    height: 98px;
}
.evaluate_remarks_1kE textarea{
    font-size: 14px;
    height: 81px
}
.evaluate_remarks_1kE textarea:-ms-input-placeholder{
    font-size: 12px;
    color: #9B9B9B;
}
.evaluate_remarks_1kE textarea::placeholder{
    font-size: 12px;
    color: #9B9B9B;
}
.evaluate_details_section_1Ys{
    background: #fff;
    padding: 16px 29px 30px;
}
.evaluate_details_section_1Ys .evaluate_details_title_3rV{
    font-size: 14px;
    color: #323232;
    line-height: 20px;
    font-weight: bold;
}
.evaluate_details_section_1Ys .evaluate_evaluate_item_3Ap{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 37px
}
.evaluate_details_section_1Ys .evaluate_evaluate_item_3Ap:first-child{
    margin-top: 29px;
}
.evaluate_details_section_1Ys .evaluate_evaluate_item_name_3Fi{
    font-size: 14px;
    color: #323232;
    line-height: 20px;
}
.evaluate_details_section_1Ys .evaluate_evaluate_item_stars_qRJ{}
.evaluate_details_section_1Ys .evaluate_star_1qn{
    color: #C8C8C8;
    font-size: 19px;
}
.evaluate_block_3T3{
    height: 10px;
    background: #fafafa;
}
.evaluate_tips_1mx{
    padding: 20px 51px;
    font-size: 12px;
    color: #9B9B9B;
}
.evaluate_review_done_1xc{
    margin: 64px auto 0;
    width: 300px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    color: #fff;
    border-radius: 22px;
    background-image: linear-gradient(225deg, #FC4C02 0%, #F7931C 100%)

}.userinfo_head_1Gr{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 10px 20px;
}
.userinfo_head_left_3hw{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 50px;
}
.userinfo_head_left_3hw .userinfo_ava_wrapper_1qK{
    width: 44px;
    height: 44px;
}
.userinfo_head_left_3hw .userinfo_ava_wrapper_1qK img{
    width: inherit;
    height: inherit;
    border-radius: 50%;
}
.userinfo_head_left_3hw .userinfo_name_info_3Ws{
    margin-left: 12px;
}
.userinfo_head_left_3hw .userinfo_name_1Es{
    font-size: 16px;
    color: #323232;
    line-height: 22px;
    font-weight: bold;
}
.userinfo_head_left_3hw .userinfo_star_list_W3T{
    margin-top: 11px
}
.userinfo_head_left_3hw .userinfo_star_list_W3T.userinfo_star_1_8jU .userinfo_star_13c:first-child, .userinfo_head_left_3hw .userinfo_star_list_W3T.userinfo_star_2_fK9 .userinfo_star_13c:nth-child(-n + 2), .userinfo_head_left_3hw .userinfo_star_list_W3T.userinfo_star_3_Ll5 .userinfo_star_13c:nth-child(-n + 3), .userinfo_head_left_3hw .userinfo_star_list_W3T.userinfo_star_4_3ob .userinfo_star_13c:nth-child(-n + 4), .userinfo_head_left_3hw .userinfo_star_list_W3T.userinfo_star_5_1vZ .userinfo_star_13c:nth-child(-n + 5){
    color: #FC4C02;
}
.userinfo_head_left_3hw .userinfo_star_13c{
    font-size: 12px;
    color: #C8C8C8;
}
.userinfo_head_right_30a{
    text-align: right;
}
.userinfo_head_right_30a .userinfo_achievement_imr{
    font-size: 13px;
    color: #4A90E2;
    text-align: right;
    line-height: 18px;
}
.userinfo_head_right_30a .userinfo_achievement_icons_3yH{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: end;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 17px;
}
.userinfo_head_right_30a .userinfo_identification_wrapper_31B{
    min-width: 48px;
}
.userinfo_head_right_30a .userinfo_indentification_gxz{
    margin: 0 auto;
    width: 38px;
    height: 24px;
}
.userinfo_head_right_30a .userinfo_indentification_gxz img{
    width: 38px;
    height: 24px;
}
.userinfo_head_right_30a .userinfo_identification_text_14M, .userinfo_head_right_30a .userinfo_layer_text_-uT{
    margin-top: 5px;
    font-size: 12px;
    color: #646464;
    text-align: center;
    line-height: 17px;
}
.userinfo_head_right_30a .userinfo_layer_3mH{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 10px;
    width: 57px;
    height: 24px;
}
.userinfo_head_right_30a .userinfo_layer_3mH img{
    width: 57px;
    height: 20px;
}
.userinfo_address_info_1is{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-left: 23px;
    margin-right: 17px;
}
.userinfo_address_info_1is .userinfo_address_1GN{
    font-size: 14px;
    color: #9B9B9B;
}
.userinfo_address_info_1is .userinfo_phone_3hj{
    width: 28px;
    height: 28px;
    border: 1px solid #9B9B9B;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    color: #9B9B9B;
    font-size: 18px;
}

.userinfo_evaluate_title_1hc{
    margin-top: 12px;
    margin-left: 29px;
    margin-bottom: 7px;
    font-size: 14px;
    color: #323232;
    font-weight: bold;
}
._parttime_comment_item_ {
  margin: 0 11px 13px;
  padding: 10px 7px;
  background: #FAFAFA;
}
._parttime_comment_item_title {
  display: flex;
  justify-content: space-between;
}
._parttime_comment_item_star_list._parttime_comment_item_star_1 ._parttime_comment_item_star:first-child {
  color: #FC4C02;
}
._parttime_comment_item_star_list._parttime_comment_item_star_2 ._parttime_comment_item_star:nth-child(-n + 2) {
  color: #FC4C02;
}
._parttime_comment_item_star_list._parttime_comment_item_star_3 ._parttime_comment_item_star:nth-child(-n + 3) {
  color: #FC4C02;
}
._parttime_comment_item_star_list._parttime_comment_item_star_4 ._parttime_comment_item_star:nth-child(-n + 4) {
  color: #FC4C02;
}
._parttime_comment_item_star_list._parttime_comment_item_star_5 ._parttime_comment_item_star:nth-child(-n + 5) {
  color: #FC4C02;
}
._parttime_comment_item_star {
  font-size: 19px!important;
  color: #C8C8C8;
}
._parttime_comment_item_name_date {
  font-size: 14px;
  color: #646464;
  text-align: right;
}
._parttime_comment_item_name_date ._parttime_comment_item_name {
  margin-right: 3px;
}
._parttime_comment_item_remarks {
  margin-top: 13px;
  line-height: 22px;
  min-height: 44px;
  font-size: 14px;
  color: #646464;
}
.publishorder_fix_section_2DR{
    padding-top: 9px;
    background: #fff;
}
.publishorder_fix_title_2TP{
    position: relative;
    margin-left: 15px;
    margin-bottom: 9px;
    font-size: 15px;
    color: #4A4A4A;
    line-height: 21px;
}
.publishorder_fix_title_2TP .publishorder_required_1G4{
    position: absolute;
    top: 2px;
    left: -9px;
    color: #FC4C02;
}
.publishorder_repair_site_1KT{
    padding: 10px;
    padding-bottom: 9px;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -ms-flex-align: center;
        align-items: center;
    
}
.publishorder_repair_site_1KT .publishorder_repair_parts_list_rON{
    width: 120px;
}
.publishorder_repair_site_1KT .publishorder_repair_parts_list_rON span{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    text-align: right;
    font-size: 13px;
    color: #DCDCDC;
}
.publishorder_repair_site_1KT .publishorder_repair_parts_list_rON .publishorder_gary_3Uw{
    color: #666666;
}
.publishorder_repair_site_1KT .publishorder_bitmap_wrapper_1mf{
    position: relative;
}
.publishorder_repair_site_1KT .publishorder_bitmap_wrapper_1mf span{
    position: absolute;
}
.publishorder_repair_site_1KT .publishorder_bitmap_wrapper_1mf .publishorder_rear_bumper_icon_BZO{
    z-index: 10;
    color: transparent;
    top: 49px;
    left: -12px;
    font-size: 67px;
}
.publishorder_repair_site_1KT .publishorder_bitmap_wrapper_1mf .publishorder_left_rear_fender_icon_3uN{
    z-index: 9;
    color: transparent;
    top: 6px;
    left: 32px;
    font-size: 29px;
}
.publishorder_repair_site_1KT .publishorder_bitmap_wrapper_1mf .publishorder_left_rear_door_icon_11x{
    z-index: 10;
    color: transparent;
    top: 10px;
    left: 69px;
    font-size: 25px;
}
.publishorder_repair_site_1KT .publishorder_bitmap_wrapper_1mf .publishorder_left_front_door_icon_3vy{
    z-index: 100;
    color: transparent;
    top: 10px;
    left: 108px;
    font-size: 25px;
}
.publishorder_repair_site_1KT .publishorder_bitmap_wrapper_1mf .publishorder_left_front_fender_icon_35z{
    z-index: 9;
    color: transparent;
    top: 6px;
    left: 138px;
    font-size: 28px;
}
.publishorder_repair_site_1KT .publishorder_bitmap_wrapper_1mf .publishorder_front_bumper_icon_18H{
    z-index: 9;
    color: transparent;
    top: 48px;
    left: 168px;
    font-size: 67px;
}
.publishorder_repair_site_1KT .publishorder_bitmap_wrapper_1mf .publishorder_hood_icon_Frx{
    z-index: 10;
    color: transparent;
    top: 54px;
    left: 133px;
    font-size: 60px;
}
.publishorder_repair_site_1KT .publishorder_bitmap_wrapper_1mf .publishorder_roof_cover_icon_P-1{
    z-index: 10;
    color: transparent;
    top: 62px;
    left: 69px;
    font-size: 45px;
}
.publishorder_repair_site_1KT .publishorder_bitmap_wrapper_1mf .publishorder_right_rear_fender_icon_19C{
    z-index: 9;
    color: transparent;
    bottom: 10px;
    left: 33px;
    font-size: 30px;
}
.publishorder_repair_site_1KT .publishorder_bitmap_wrapper_1mf .publishorder_right_rear_door_icon_1M5{
    z-index: 10;
    color: transparent;
    bottom: 13px;
    left: 69px;
    font-size: 26px;
}
.publishorder_repair_site_1KT .publishorder_bitmap_wrapper_1mf .publishorder_right_front_door_icon_wAK{
    z-index: 10;
    color: transparent;
    bottom: 14px;
    left: 107px;
    font-size: 25px;
}
.publishorder_repair_site_1KT .publishorder_bitmap_wrapper_1mf .publishorder_right_front_fender_icon_284{
    z-index: 9;
    color: transparent;
    bottom: 9px;
    left: 136px;
    font-size: 30px;
}
.publishorder_repair_site_1KT .publishorder_bitmap_wrapper_1mf .publishorder_icon_gary_1G3{
    color: #D8D8D8;
}
.publishorder_repair_site_1KT .publishorder_bitmap_size_3h9{
    width: 220px;
    height: 176px;
}
@media screen and (max-width: 350px) {
    .publishorder_repair_site_1KT .publishorder_repair_parts_list_rON span{
        font-size: 10px;
    }
    }
.publishorder_textarea_wrapper_9dc {
    position: relative;
    height: 100px;
    line-height: 43px;
    margin: -2px auto 0;
    padding: 10px 14px 0;
    background: #fff;
}
.publishorder_textarea_wrapper_9dc input, .publishorder_textarea_wrapper_9dc textarea {
    width: calc(100% - 28px);
    font-size: 14px;
    color: #333;
    border: none
}
.publishorder_textarea_wrapper_9dc input::-webkit-input-placeholder, .publishorder_textarea_wrapper_9dc textarea::-webkit-input-placeholder{
    font-size: 14px;
    color: #989898;
}
.publishorder_textarea_wrapper_9dc textarea {
    resize: none;
    outline: none;
}
.publishorder_textarea_wrapper_9dc::after{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: calc(100% - 28px);
    border-top: 1px solid #E6E6E6;
}
.publishorder_upload_img_section_1u4{
    padding-left: 15px;
    background: #fff;
}
.publishorder_upload_img_section_1u4 .publishorder_upload_img_title_3Qj{
    position: relative;
    padding-top: 3px;
    font-size: 15px;
    color: #666666;
    line-height: 21px;
    border-top: 2px solid #f1f1f1;
}
.publishorder_upload_img_section_1u4 .publishorder_required_1G4{
    position: absolute;
    top: 3px;
    left: -9px;
    color: #FC4C02;
}
.publishorder_imgs_wrapper_1GX{
    padding: 0px 8px 13px;
}
.publishorder_imgs_wrapper_1GX .am-flexbox-item{
    margin-right: 10px!important;
}
.publishorder_price_section_SlC{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    border-top: 16px solid #fafafa;
    padding: 23px 37px 31px 12px;
    background: #fff;
}
.publishorder_price_section_SlC .publishorder_price_title_cKF{
    font-size: 15px;
    color: #666666;
}
.publishorder_price_section_SlC .publishorder_price_wrapper_tWQ{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: end;
}
.publishorder_price_section_SlC .publishorder_price_btn_19U{
    width: 61px;
    height: 24px;
    line-height: 18px;
    text-align: center;
    color: #D9D9D9;
    font-size: 18px;
    border:2px dashed  #D9D9D9;
}
.publishorder_price_section_SlC .publishorder_price_num_1Q9{
    width: 75px;
    font-size: 16px;
    color: #D0021B;
    text-align: center;
}
.publishorder_submit_btn_2nR{
    margin: 0 38px 27px;
    height: 43px;
    line-height: 43px;
    border-radius: 24px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background-image: linear-gradient(225deg, #FC4C02 0%, #F7931C 100%);
}.userorderdetail_order_info_1sH{
    padding: 16px 23px 14px 39px;
    border-bottom: 12px solid #fbfbfb;
}

.userorderdetail_order_info_1sH .userorderdetail_order_num_info_2F8{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.userorderdetail_order_info_1sH .userorderdetail_order_num_IVo{
    font-size: 14px;
    color: #323232;
}

.userorderdetail_order_info_1sH .userorderdetail_order_num_IVo span:first-child{
    font-weight: bold;
}

.userorderdetail_order_info_1sH .userorderdetail_order_num_IVo span:last-child{
    margin-left: 4px;
}

.userorderdetail_order_info_1sH .userorderdetail_order_state_2Wk{
    color: #4A90E2;
    font-size: 13px;
}

.userorderdetail_order_info_1sH .userorderdetail_order_price_sec_2ja{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-align: baseline;
        align-items: baseline;
    margin-top: 9px;
    line-height: 22px;
    text-align: right;
}

.userorderdetail_order_info_1sH .userorderdetail_order_price_3_Z{
    color: #FC4C02;
    font-size: 16px;
}

.userorderdetail_order_info_1sH .userorderdetail_order_tips_1Nz{
    color: #417505;
    font-size: 12px;
}

.userorderdetail_order_info_1sH .userorderdetail_order_create_time_3XV{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 10px;
    font-size: 14px;
    color: #323232;
}

.userorderdetail_order_info_1sH .userorderdetail_order_create_time_3XV div:first-child{
    font-weight: bold;
}

.userorderdetail_head_J-g{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 9px 13px 4px 20px;
    border-bottom: 12px solid #fbfbfb;
    
}
.userorderdetail_head_left_3gT .userorderdetail_store_info_2ZD{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}
.userorderdetail_head_left_3gT .userorderdetail_ava_wrapper_2P7{
    width: 45px;
    height: 45px;
}
.userorderdetail_head_left_3gT .userorderdetail_ava_wrapper_2P7 img{
    width: inherit;
    height: inherit;
}
.userorderdetail_head_left_3gT .userorderdetail_name_score_3uk{
    margin-left: 7px;
}
.userorderdetail_head_left_3gT .userorderdetail_name_info_IBX{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}
.userorderdetail_head_left_3gT .userorderdetail_store_name_QNd{
    font-size: 16px;
    color: #323232;
}
.userorderdetail_head_left_3gT .userorderdetail_job_type_2dS{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-left: 12px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background: #5aa6ef;
}
.userorderdetail_head_left_3gT .userorderdetail_icon_text_zfm{
    font-size: 12px;
    -ms-transform: scale(0.75);
        transform: scale(0.75);
    line-height: 15px;
    color: #fff;
}
.userorderdetail_head_left_3gT .userorderdetail_star_list_2bF{
    margin-top: 7px;
    line-height: 12px
}
.userorderdetail_head_left_3gT .userorderdetail_star_list_2bF.userorderdetail_star_1_12b .userorderdetail_star_2Nd:first-child{
    color: #FC4C02;
}
.userorderdetail_head_left_3gT .userorderdetail_star_list_2bF.userorderdetail_star_2_1I0 .userorderdetail_star_2Nd:nth-child(-n + 2){
    color: #FC4C02;
}
.userorderdetail_head_left_3gT .userorderdetail_star_list_2bF.userorderdetail_star_3_2Cp .userorderdetail_star_2Nd:nth-child(-n + 3){
    color: #FC4C02;
}
.userorderdetail_head_left_3gT .userorderdetail_star_list_2bF.userorderdetail_star_4_2km .userorderdetail_star_2Nd:nth-child(-n + 4){
    color: #FC4C02;
}
.userorderdetail_head_left_3gT .userorderdetail_star_list_2bF.userorderdetail_star_5_2pc .userorderdetail_star_2Nd:nth-child(-n + 5){
    color: #FC4C02;
}
.userorderdetail_head_left_3gT .userorderdetail_star_2Nd{
    color: #C8C8C8;
    font-size: 13px;
}
.userorderdetail_head_left_3gT .userorderdetail_car_info_IbS{
    margin-top: 9px;
    font-size: 14px;
    color: #9B9B9B;
    line-height: 20px;
}
.userorderdetail_head_left_3gT .userorderdetail_address_info_3Yx{
    margin-top: 8px;
    font-size: 14px;
    color: #9B9B9B;
    line-height: 20px;
}
.userorderdetail_head_right_2Xc{
    text-align: right;
}
.userorderdetail_head_right_2Xc .userorderdetail_price_a6S{
    height: 28px;
    font-size: 20px;
    color: #FC4C02;
    line-height: 28px;
}
.userorderdetail_head_right_2Xc .userorderdetail_phone_icon_wrapper_3pc{
    margin-top: 15px;
    text-align: right;
}
.userorderdetail_head_right_2Xc .userorderdetail_phone_icon_3Uv{
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #9B9B9B;
    border-radius: 50%;
    color: #9B9B9B;
    font-size: 16px;
    text-align: center;
}
.userorderdetail_head_right_2Xc .userorderdetail_distance_1Yv{
    margin-top: 14px;
    font-size: 14px;
    color: #9B9B9B;
}


.userorderdetail_imgs_2fO{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    transition: height .2s ease-in-out;
    height: 0;
    overflow: hidden;
    
}


.userorderdetail_imgs_2fO .userorderdetail_img_wrapper_T8Y{
    width: 26%;
    height: 60px;
}


.userorderdetail_imgs_2fO .userorderdetail_img_wrapper_T8Y img{
    width: 100%;
    height: 100%;
}


.userorderdetail_imgs_2fO.userorderdetail_fold_open_3ON{
    height: 85px;
    border-bottom: 15px solid #fff;
    border-top: 10px solid #fff;
}

.userorderdetail_bd_map_1gE{
    position: relative;

}

.userorderdetail_bd_map_1gE .userorderdetail_fold_btn_2lV{
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    width: 47px;
    height: 15px;
    background: #fff;
    // border: 1px solid #eee;
    margin: 0 auto;
    border-radius: 0 0 6px 6px;
    font-size: 12px;
    text-align: center;
    color: #FC4C02;
}

.userorderdetail_bd_map_1gE .userorderdetail_price_btn_2St{
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 304px;
    line-height: 40px;
    background-image: linear-gradient(-225deg, #FC4C02 0%, #F7931C 100%);
    border-radius: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.userorderdetail_price_win_1rL{
    position: fixed;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9;
}

.userorderdetail_price_win_1rL .userorderdetail_price_content_3WY{
    padding: 0 26px;
    width: 320px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
    border-radius: 18px;
}

.userorderdetail_price_win_1rL .userorderdetail_price_title_2__{
    font-size: 18px;
    color: #4A4A4A;
    text-align: center;
    line-height: 60px;
    border-bottom: 1px solid #C8C8C8;
}

.userorderdetail_price_win_1rL .userorderdetail_price_caculate_MVU, .userorderdetail_price_win_1rL .userorderdetail_remark_box_12X{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 30px 15px 0;
}

.userorderdetail_price_win_1rL .userorderdetail_price_text_1Ka{
    line-height: 28px;
    font-size: 16px;
    color: #4A4A4A;
}

.userorderdetail_price_win_1rL .userorderdetail_caculate_box_MhD{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 176px;
}

.userorderdetail_price_win_1rL .userorderdetail_caculate_sub_1wn, .userorderdetail_price_win_1rL .userorderdetail_caculate_add_1gE{
    width: 30px;
    height: 30px;
    line-height: 26px;
    border-radius: 7px;
    border: 1px solid #9B9B9B;
    font-size: 16px;
    color: #4A4A4A;
    text-align: center;
}

.userorderdetail_price_win_1rL .userorderdetail_caculate_num_2oW{
    -ms-flex: 1;
        flex: 1;
    font-size: 24px;
    color: #FC4C02;
    text-align: center;
}

.userorderdetail_price_win_1rL .userorderdetail_remark_box_12X{}

.userorderdetail_price_win_1rL .userorderdetail_remark_wrapper_qyX{}

.userorderdetail_price_win_1rL .userorderdetail_price_remark_3_l{
    padding: 10px 15px;
    width: 176px;
    height: 58px;
    border-radius: 5px;
    border: 1px solid #C8C8C8;
}

.userorderdetail_price_win_1rL .userorderdetail_price_operates_30u{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 31px 15px 30px;
}

.userorderdetail_price_win_1rL .userorderdetail_operate_btn_OF3{
    width: 109px;
    height: 43px;
    line-height: 43px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 21px
}

.userorderdetail_price_win_1rL .userorderdetail_operate_btn_OF3.userorderdetail_operate_close_2vp{
    background: #D8D8D8;
}

.userorderdetail_price_win_1rL .userorderdetail_operate_btn_OF3.userorderdetail_operate_submit_3mC{
    background-image: linear-gradient(-225deg, #FC4C02 0%, #F7931C 100%);
}

.userorderdetail_attendance_win_1m1{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 311;
}

.userorderdetail_attendance_win_1m1 .userorderdetail_attendance_content_2FG{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.userorderdetail_attendance_win_1m1 .userorderdetail_attendance_title_V01{
    position: relative;
    margin-top: 13px;
    margin-left: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #323232;
}

.userorderdetail_attendance_win_1m1 .userorderdetail_attendance_title_V01 .userorderdetail_close_btn_26K{
    display: block;
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 30px;
    height: 30px
}

.userorderdetail_attendance_win_1m1 .userorderdetail_attendance_title_V01 .userorderdetail_close_btn_26K::before{
    display: block;
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 20px;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    background: #999;
}

.userorderdetail_attendance_win_1m1 .userorderdetail_attendance_title_V01 .userorderdetail_close_btn_26K::after{
    display: block;
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 20px;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    background: #999;
}

.userorderdetail_attendance_win_1m1 .userorderdetail_attendance_location_wrapper_3Cn{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}

.userorderdetail_attendance_win_1m1 .userorderdetail_location_icon_oIc{
    margin-left: 37px;
    font-size: 18px;
    color: #799AF4;
}

.userorderdetail_attendance_win_1m1 .userorderdetail_location_name_5ts{
    margin-left: 33px;
}

.userorderdetail_attendance_win_1m1 .userorderdetail_store_section_1WG{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 12px solid #FAFAFA;
}

.userorderdetail_attendance_win_1m1 .userorderdetail_store_left_20Y{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}

.userorderdetail_attendance_win_1m1 .userorderdetail_img_wrapper_T8Y{
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.userorderdetail_attendance_win_1m1 .userorderdetail_img_wrapper_T8Y img{
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.userorderdetail_attendance_win_1m1 .userorderdetail_store_section_1WG{
    margin-left: 24px;
}

.userorderdetail_attendance_win_1m1 .userorderdetail_store_info_2ZD{
    margin-left: 15px;
}

.userorderdetail_attendance_win_1m1 .userorderdetail_store_name_QNd{
    font-size: 16px;
    color: #323232;
    line-height: 22px;
}

.userorderdetail_attendance_win_1m1 .userorderdetail_store_location_3Pl{
    margin-top: 9px;
    line-height: 20px;
    font-size: 14px;
    color: #9B9B9B;
}

.userorderdetail_attendance_win_1m1 .userorderdetail_store_right_3x5{
    width: 100px;
    color: #E34551
}

.userorderdetail_attendance_win_1m1 .userorderdetail_store_right_3x5.userorderdetail_store_right_checked_30e{
    color: #00a228;
}

.userorderdetail_attendance_win_1m1 .userorderdetail_location_state_icon_17R{
    text-align: center;
    font-size: 25px;
}

.userorderdetail_attendance_win_1m1 .userorderdetail_location_state_2ja{
    margin-top: 6px;
    text-align: center;
    font-size: 12px;
}

.userorderdetail_attendance_win_1m1 .userorderdetail_imgs_wrapper_2cO{
    margin-left: 35px;
}

.userorderdetail_attendance_win_1m1 .userorderdetail_clock_in_btn_2in{
    margin: 30px auto;
    width: 265px;
    line-height: 40px;
    background-image: linear-gradient(-225deg, #FC4C02 0%, #F7931C 100%);
    border-radius: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.userorderdetail_baidu_location_icon_16H{
    position: fixed;
    bottom: 40px;
    left: 0;
    width: 30px;
    height: 30px;
}
.userorderdetail_baidu_location_icon_16H img{
    width: 30px;
    height: 30px;
}


.userorderdetail_search_comment_bitmap_wrapper_3BZ {
    width: 123px;
    height: 88px;
    position: relative;
    -ms-transform: scale(0.68);
        transform: scale(0.68);
}


.userorderdetail_search_comment_bitmap_wrapper_3BZ .userorderdetail_search_comment_bitmap_size_18M {
    width: 123px;
    height: 88px;
}


.userorderdetail_search_comment_bitmap_wrapper_3BZ .userorderdetail_search_comment_rear_bumper_icon_VPN {
    z-index: 10;
    position: absolute;
    color: transparent;
    top: 24px;
    left: -6px;
    font-size: 35px;
}


.userorderdetail_search_comment_bitmap_wrapper_3BZ .userorderdetail_search_comment_left_rear_fender_icon_3L2 {
    z-index: 9;
    position: absolute;
    color: transparent;
    top: 2px;
    left: 18px;
    font-size: 16px;
}


.userorderdetail_search_comment_bitmap_wrapper_3BZ .userorderdetail_search_comment_left_rear_door_icon_22G {
    z-index: 10;
    position: absolute;
    color: transparent;
    top: 4px;
    left: 38px;
    font-size: 14px;
}


.userorderdetail_search_comment_bitmap_wrapper_3BZ .userorderdetail_search_comment_left_front_door_icon_1gj {
    z-index: 100;
    position: absolute;
    color: transparent;
    top: 4px;
    left: 60px;
    font-size: 14px;
}


.userorderdetail_search_comment_bitmap_wrapper_3BZ .userorderdetail_search_comment_left_front_fender_icon_3lJ {
    z-index: 9;
    position: absolute;
    color: transparent;
    top: 2px;
    left: 77px;
    font-size: 15px;
}


.userorderdetail_search_comment_bitmap_wrapper_3BZ .userorderdetail_search_comment_front_bumper_icon_36I {
    position: absolute;
    z-index: 9;
    color: transparent;
    top: 23px;
    left: 94px;
    font-size: 37px;
}


.userorderdetail_search_comment_bitmap_wrapper_3BZ .userorderdetail_search_comment_hood_icon_1B3 {
    position: absolute;
    z-index: 10;
    color: transparent;
    top: 27px;
    left: 77px;
    font-size: 30px;
}


.userorderdetail_search_comment_bitmap_wrapper_3BZ .userorderdetail_search_comment_roof_cover_icon_1AJ {
    position: absolute;
    z-index: 10;
    color: transparent;
    top: 31px;
    left: 40px;
    font-size: 23px;
}


.userorderdetail_search_comment_bitmap_wrapper_3BZ .userorderdetail_search_comment_right_rear_fender_icon_10Q {
    position: absolute;
    z-index: 9;
    color: transparent;
    bottom: 2px;
    left: 18px;
    font-size: 17px;
}


.userorderdetail_search_comment_bitmap_wrapper_3BZ .userorderdetail_search_comment_right_rear_door_icon_2dO {
    z-index: 10;
    position: absolute;
    color: transparent;
    bottom: 4px;
    left: 39px;
    font-size: 14px;
}


.userorderdetail_search_comment_bitmap_wrapper_3BZ .userorderdetail_search_comment_right_front_door_icon_3Oa {
    z-index: 10;
    position: absolute;
    color: transparent;
    bottom: 4px;
    left: 59px;
    font-size: 14px;
}


.userorderdetail_search_comment_bitmap_wrapper_3BZ .userorderdetail_search_comment_right_front_fender_icon_3w2 {
    z-index: 9;
    position: absolute;
    color: transparent;
    bottom: 2px;
    left: 75px;
    font-size: 17px;
}


.userorderdetail_search_comment_bitmap_wrapper_3BZ .userorderdetail_search_comment_icon_gary_o2I {
    color: #D8D8D8;
}.storeorderdetail_order_info_2Ee{
    padding: 15px 23px 15px 38px;
    background: #fff;
    border-bottom: 12px solid #FAFAFA;
}


.storeorderdetail_order_info_2Ee .storeorderdetail_no_info_3hX{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
}


.storeorderdetail_order_info_2Ee .storeorderdetail_order_no_7re{
    font-size: 14px;
    color: #323232;
}


.storeorderdetail_order_info_2Ee .storeorderdetail_order_no_7re span:first-child{
    font-size: 15px;
    font-weight: 600;
}


.storeorderdetail_order_info_2Ee .storeorderdetail_order_state_E-K{
    font-size: 13px;
    color: #4A90E2;
}


.storeorderdetail_order_info_2Ee .storeorderdetail_order_price_13B{
    margin-top: 10px;
    font-size: 16px;
    color: #FC4C02;
    text-align: right;
}


.storeorderdetail_order_info_2Ee .storeorderdetail_price_sub_24Z{
    display: inline-block;
    margin-left: 5px;
    color: #417505;
    font-size: 12px;
}


.storeorderdetail_order_info_2Ee .storeorderdetail_order_date_m6E{
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
}


.storeorderdetail_order_info_2Ee .storeorderdetail_date_text_dny{
    font-size: 14px;
    color: #323232;
    font-weight: 500;
}


.storeorderdetail_order_info_2Ee .storeorderdetail_date_info_3zl{
    font-size: 14px;
    color: #323232;
}


.storeorderdetail_head_1JJ{
    position: relative;
 
}


.storeorderdetail_head_1JJ .storeorderdetail_store_info_wrapper_2D8{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 9px 13px 9px 20px;
    border-bottom: 12px solid #fbfbfb;
}


.storeorderdetail_head_1JJ .storeorderdetail_head_left_1jQ .storeorderdetail_store_info_3Jb{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}


.storeorderdetail_head_1JJ .storeorderdetail_head_left_1jQ .storeorderdetail_ava_wrapper_2dl{
    width: 45px;
    height: 45px;
}


.storeorderdetail_head_1JJ .storeorderdetail_head_left_1jQ .storeorderdetail_ava_wrapper_2dl img{
    width: inherit;
    height: inherit;
}


.storeorderdetail_head_1JJ .storeorderdetail_head_left_1jQ .storeorderdetail_name_score_2cp{
    margin-left: 7px;
}


.storeorderdetail_head_1JJ .storeorderdetail_head_left_1jQ .storeorderdetail_name_info_1eC{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}


.storeorderdetail_head_1JJ .storeorderdetail_head_left_1jQ .storeorderdetail_store_name_36k{
    font-size: 16px;
    color: #323232;
}


.storeorderdetail_head_1JJ .storeorderdetail_head_left_1jQ .storeorderdetail_job_type_3cc{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-left: 12px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background: #5aa6ef;
}


.storeorderdetail_head_1JJ .storeorderdetail_head_left_1jQ .storeorderdetail_icon_text_191{
    font-size: 12px;
    -ms-transform: scale(0.75);
        transform: scale(0.75);
    line-height: 15px;
    color: #fff;
}


.storeorderdetail_head_1JJ .storeorderdetail_head_left_1jQ .storeorderdetail_star_list_3Ob{
    margin-top: 7px;
    line-height: 12px
}


.storeorderdetail_head_1JJ .storeorderdetail_head_left_1jQ .storeorderdetail_star_list_3Ob.storeorderdetail_star_1_1sy .storeorderdetail_star_1g5:first-child{
    color: #FC4C02;
}


.storeorderdetail_head_1JJ .storeorderdetail_head_left_1jQ .storeorderdetail_star_list_3Ob.storeorderdetail_star_2_3Ps .storeorderdetail_star_1g5:nth-child(-n + 2){
    color: #FC4C02;
}


.storeorderdetail_head_1JJ .storeorderdetail_head_left_1jQ .storeorderdetail_star_list_3Ob.storeorderdetail_star_3_2ty .storeorderdetail_star_1g5:nth-child(-n + 3){
    color: #FC4C02;
}


.storeorderdetail_head_1JJ .storeorderdetail_head_left_1jQ .storeorderdetail_star_list_3Ob.storeorderdetail_star_4_15g .storeorderdetail_star_1g5:nth-child(-n + 4){
    color: #FC4C02;
}


.storeorderdetail_head_1JJ .storeorderdetail_head_left_1jQ .storeorderdetail_star_list_3Ob.storeorderdetail_star_5_1U9 .storeorderdetail_star_1g5:nth-child(-n + 5){
    color: #FC4C02;
}


.storeorderdetail_head_1JJ .storeorderdetail_head_left_1jQ .storeorderdetail_star_1g5{
    color: #C8C8C8;
    font-size: 13px;
}


.storeorderdetail_head_1JJ .storeorderdetail_head_left_1jQ .storeorderdetail_car_info_2q8{
    margin-top: 9px;
    font-size: 14px;
    color: #9B9B9B;
    line-height: 20px;
}


.storeorderdetail_head_1JJ .storeorderdetail_head_left_1jQ .storeorderdetail_address_info_1EY{
    margin-top: 8px;
    font-size: 14px;
    color: #9B9B9B;
    line-height: 20px;
}


.storeorderdetail_head_1JJ .storeorderdetail_head_right_1Nw{
    margin-top: 45px;
    text-align: right;
}


.storeorderdetail_head_1JJ .storeorderdetail_head_right_1Nw .storeorderdetail_phone_icon_wrapper_1eJ{
    margin-top: 15px;
    text-align: right;
}


.storeorderdetail_head_1JJ .storeorderdetail_head_right_1Nw .storeorderdetail_phone_icon_2Oh{
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #9B9B9B;
    border-radius: 50%;
    color: #9B9B9B;
    font-size: 16px;
    text-align: center;
}


.storeorderdetail_head_1JJ .storeorderdetail_head_right_1Nw .storeorderdetail_distance_1fO{
    margin-top: 14px;
    font-size: 14px;
    color: #9B9B9B;
}


.storeorderdetail_head_1JJ .storeorderdetail_fold_wrapper_3hc{
    width: 100%;
    background: #fafafa;
}
.storeorderdetail_fold_wrapper_3hc .storeorderdetail_fold_btn_2zK{
    // position: absolute;
    // top: 0;
    // left: 0;
    // right: 0;
    width: 47px;
    height: 13px;
    background: #fff;
    // border: 1px solid #fafafa;
    margin: 0 auto;
    border-radius: 6px 6px 0 0;
    font-size: 12px;
    text-align: center;
    color: #FC4C02;
    -ms-transform: translateY(-7px);
        transform: translateY(-7px);
}



.storeorderdetail_imgs_3nc{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    transition: height .2s ease-in-out;
    height: 0;
    overflow: hidden;
    
}



.storeorderdetail_imgs_3nc .storeorderdetail_img_wrapper_1aH{
    width: 26%;
    height: 60px;
}



.storeorderdetail_imgs_3nc .storeorderdetail_img_wrapper_1aH img{
    width: 100%;
    height: 100%;
}



.storeorderdetail_imgs_3nc .storeorderdetail_img_wrapper_1aH:not(:first-child){
    margin-left: 10px;
}



.storeorderdetail_imgs_3nc.storeorderdetail_fold_open_3dJ{
    height: 85px;
    border-bottom: 15px solid #fff;
    border-top: 10px solid #fff;
}

.storeorderdetail_bd_map_3Pd{
    position: relative;

}

.storeorderdetail_bd_map_3Pd .storeorderdetail_fold_btn_2zK{
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    width: 47px;
    height: 15px;
    background: #fff;
    // border: 1px solid #eee;
    margin: 0 auto;
    border-radius: 0 0 6px 6px;
    font-size: 12px;
    text-align: center;
    color: #FC4C02;
}

.storeorderdetail_bd_map_3Pd .storeorderdetail_pick_btn_RdS{
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 265px;
    line-height: 40px;
    background-image: linear-gradient(-225deg, #FC4C02 0%, #F7931C 100%);
    border-radius: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.storeorderdetail_pick_win_1t5{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9;
   
}

.storeorderdetail_pick_win_1t5 .storeorderdetail_pick_content_soI{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.storeorderdetail_pick_win_1t5 .storeorderdetail_pick_title_2DU{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 13px 0 0 27px;
    font-size: 14px;
    color: #323232;
}

.storeorderdetail_pick_win_1t5 .storeorderdetail_pick_title_2DU .storeorderdetail_pick_close_29v{
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    margin-right: 10px;
}

.storeorderdetail_pick_win_1t5 .storeorderdetail_worker_list_16i{
    padding: 12px;
    height: 312px;
    overflow: scroll;
}

.storeorderdetail_pick_win_1t5 .storeorderdetail_user_info_wrapper_lgy{
    margin: 9px 12px 0;
    padding-bottom: 10px;
    padding-top: 13px;
    background: #fff
}

.storeorderdetail_pick_win_1t5 .storeorderdetail_user_info_wrapper_lgy.storeorderdetail_selected_DTt{
    box-shadow: 0 2px 4px #4a90e2;
}

.storeorderdetail_pick_win_1t5 .storeorderdetail_user_info_1yc{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.storeorderdetail_pick_win_1t5 .storeorderdetail_user_info_left_ME2{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 13px;
}

.storeorderdetail_pick_win_1t5 .storeorderdetail_user_info_left_ME2 .storeorderdetail_img_wrapper_1aH{
    width: 44px;
    height: 44px;
}

.storeorderdetail_pick_win_1t5 .storeorderdetail_user_info_left_ME2 .storeorderdetail_img_wrapper_1aH img{
    width: inherit;
    height: inherit;
    border-radius: 50%;
}

.storeorderdetail_pick_win_1t5 .storeorderdetail_user_info_left_ME2 .storeorderdetail_user_title_info_3gT{
    margin-left: 7px;
}

.storeorderdetail_pick_win_1t5 .storeorderdetail_user_info_left_ME2 .storeorderdetail_user_title_2nU{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    line-height: 22px;
    font-size: 16px;
    color: #323232;
}

.storeorderdetail_pick_win_1t5 .storeorderdetail_user_info_left_ME2 .storeorderdetail_user_icon_3p3{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-left: 15px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background: #5aa6ef;
}

.storeorderdetail_pick_win_1t5 .storeorderdetail_user_info_left_ME2 .storeorderdetail_user_icon_text_2IL{
    font-size: 12px;
    -ms-transform: scale(0.75);
        transform: scale(0.75);
    line-height: 15px;
    color: #fff;
}

.storeorderdetail_pick_win_1t5 .storeorderdetail_user_info_left_ME2 .storeorderdetail_honor_info_y1d{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 6px;
}

.storeorderdetail_pick_win_1t5 .storeorderdetail_user_info_left_ME2 .storeorderdetail_star_list_3Ob{
    line-height: 12px;
}

.storeorderdetail_pick_win_1t5 .storeorderdetail_user_info_left_ME2 .storeorderdetail_star_list_3Ob .storeorderdetail_star_1g5{
    color: #FC4C02;
    font-size: 13px;
}

.storeorderdetail_pick_win_1t5 .storeorderdetail_user_info_left_ME2 .storeorderdetail_user_id_DT2{
    margin-left: 15px;
}

.storeorderdetail_pick_win_1t5 .storeorderdetail_user_info_left_ME2 .storeorderdetail_user_id_DT2 img{
    width: 22px;
}

.storeorderdetail_pick_win_1t5 .storeorderdetail_user_info_left_ME2 .storeorderdetail_user_layer_154{
    margin-left: 11px;
}

.storeorderdetail_pick_win_1t5 .storeorderdetail_user_info_left_ME2 .storeorderdetail_user_layer_154 img{
    width: 37px;
}

.storeorderdetail_pick_win_1t5 .storeorderdetail_price_info_1aj{
    margin-right: 10px;
    text-align: right;
}

.storeorderdetail_pick_win_1t5 .storeorderdetail_price_info_1aj .storeorderdetail_process_status_1MD{
    line-height: 14px;
    font-size: 10px;
    color: #4A90E2;
}

.storeorderdetail_pick_win_1t5 .storeorderdetail_price_info_1aj .storeorderdetail_price_3p7{
    margin-top: 8px;
    line-height: 22px;
    font-size: 16px;
    color: #FC4C02;
}

.storeorderdetail_pick_win_1t5 .storeorderdetail_achievement_info_RIZ{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 21px;
}

.storeorderdetail_pick_win_1t5 .storeorderdetail_achievement_info_RIZ .storeorderdetail_achievement_ewv{
    font-size: 12px;
    color: #323232;
}

.storeorderdetail_pick_win_1t5 .storeorderdetail_achievement_info_RIZ .storeorderdetail_job_status_3kr{
    width: 57px;
    line-height: 22px;
    background-image: linear-gradient(-225deg, #FC4C02 0%, #F7931C 100%);
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 11px;
}

.storeorderdetail_pick_win_1t5 .storeorderdetail_achievement_info_RIZ .storeorderdetail_job_status_3kr span{
    -ms-transform: scale(0.8);
        transform: scale(0.8);
    display: block;
}

.storeorderdetail_pick_win_1t5 .storeorderdetail_confirm_btn_1Sb{
    margin: 30px auto;
    width: 265px;
    line-height: 40px;
    background-image: linear-gradient(-225deg, #FC4C02 0%, #F7931C 100%);
    border-radius: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.storeorderdetail_user_info_1yc{
    height: 60px;
}

.storeorderdetail_user_info_1yc .storeorderdetail_user_info_left_ME2{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 13px;
    margin-top: 7px;
}

.storeorderdetail_user_info_1yc .storeorderdetail_user_info_left_ME2 .storeorderdetail_img_wrapper_1aH{
    width: 44px;
    height: 44px;
}

.storeorderdetail_user_info_1yc .storeorderdetail_user_info_left_ME2 .storeorderdetail_img_wrapper_1aH img{
    width: inherit;
    height: inherit;
    border-radius: 50%;
}

.storeorderdetail_user_info_1yc .storeorderdetail_user_info_left_ME2 .storeorderdetail_user_title_info_3gT{
    margin-left: 7px;
}

.storeorderdetail_user_info_1yc .storeorderdetail_user_info_left_ME2 .storeorderdetail_user_title_2nU{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    line-height: 22px;
    font-size: 16px;
    color: #323232;
}

.storeorderdetail_user_info_1yc .storeorderdetail_user_info_left_ME2 .storeorderdetail_user_icon_3p3{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-left: 15px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background: #5aa6ef;
}

.storeorderdetail_user_info_1yc .storeorderdetail_user_info_left_ME2 .storeorderdetail_user_icon_text_2IL{
    font-size: 12px;
    -ms-transform: scale(0.75);
        transform: scale(0.75);
    line-height: 15px;
    color: #fff;
}

.storeorderdetail_user_info_1yc .storeorderdetail_user_info_left_ME2 .storeorderdetail_honor_info_y1d{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 6px;
}

.storeorderdetail_user_info_1yc .storeorderdetail_user_info_left_ME2 .storeorderdetail_star_list_3Ob{
    line-height: 12px;
}

.storeorderdetail_user_info_1yc .storeorderdetail_user_info_left_ME2 .storeorderdetail_star_list_3Ob .storeorderdetail_star_1g5{
    color:#c8c8c8;
    font-size: 13px;
}

.storeorderdetail_user_info_1yc .storeorderdetail_user_info_left_ME2 .storeorderdetail_star_list_3Ob.storeorderdetail_star_1_1sy .storeorderdetail_star_1g5:first-child{
    color: #FC4C02;
}

.storeorderdetail_user_info_1yc .storeorderdetail_user_info_left_ME2 .storeorderdetail_star_list_3Ob.storeorderdetail_star_2_3Ps .storeorderdetail_star_1g5:nth-child(-n + 2){
    color: #FC4C02;
}

.storeorderdetail_user_info_1yc .storeorderdetail_user_info_left_ME2 .storeorderdetail_star_list_3Ob.storeorderdetail_star_3_2ty .storeorderdetail_star_1g5:nth-child(-n + 3){
    color: #FC4C02;
}

.storeorderdetail_user_info_1yc .storeorderdetail_user_info_left_ME2 .storeorderdetail_star_list_3Ob.storeorderdetail_star_4_15g .storeorderdetail_star_1g5:nth-child(-n + 4){
    color: #FC4C02;
}

.storeorderdetail_user_info_1yc .storeorderdetail_user_info_left_ME2 .storeorderdetail_star_list_3Ob.storeorderdetail_star_5_1U9 .storeorderdetail_star_1g5:nth-child(-n + 5){
    color: #FC4C02;
}

.storeorderdetail_user_info_1yc .storeorderdetail_user_info_left_ME2 .storeorderdetail_user_id_DT2{
    margin-left: 15px;
}

.storeorderdetail_user_info_1yc .storeorderdetail_user_info_left_ME2 .storeorderdetail_user_id_DT2 img{
    width: 22px;
}

.storeorderdetail_user_info_1yc .storeorderdetail_user_info_left_ME2 .storeorderdetail_user_layer_154{
    margin-left: 11px;
}

.storeorderdetail_user_info_1yc .storeorderdetail_user_info_left_ME2 .storeorderdetail_user_layer_154 img{
    width: 37px;
}

.storeorderdetail_user_info_1yc.storeorderdetail_on_2gg{
    border-top: 10px solid #fafafa;
    height: 70px;
}

.storeorderdetail_baidu_location_icon_2kU{
    position: fixed;
    bottom: 40px;
    left: 0;
    width: 30px;
    height: 30px;
}

.storeorderdetail_baidu_location_icon_2kU img{
    width: 30px;
    height: 30px;
}

.storeorderdetail_search_comment_bitmap_wrapper_1pN {
    width: 123px;
    height: 88px;
    position: relative;
    -ms-transform: scale(0.68);
        transform: scale(0.68);
}

.storeorderdetail_search_comment_bitmap_wrapper_1pN .storeorderdetail_search_comment_bitmap_size_1aP {
    width: 123px;
    height: 88px;
}

.storeorderdetail_search_comment_bitmap_wrapper_1pN .storeorderdetail_search_comment_rear_bumper_icon_2kr {
    z-index: 10;
    position: absolute;
    color: transparent;
    top: 24px;
    left: -6px;
    font-size: 35px;
}

.storeorderdetail_search_comment_bitmap_wrapper_1pN .storeorderdetail_search_comment_left_rear_fender_icon_3Nj {
    z-index: 9;
    position: absolute;
    color: transparent;
    top: 2px;
    left: 18px;
    font-size: 16px;
}

.storeorderdetail_search_comment_bitmap_wrapper_1pN .storeorderdetail_search_comment_left_rear_door_icon_2Ax {
    z-index: 10;
    position: absolute;
    color: transparent;
    top: 4px;
    left: 38px;
    font-size: 14px;
}

.storeorderdetail_search_comment_bitmap_wrapper_1pN .storeorderdetail_search_comment_left_front_door_icon_rN_ {
    z-index: 100;
    position: absolute;
    color: transparent;
    top: 4px;
    left: 60px;
    font-size: 14px;
}

.storeorderdetail_search_comment_bitmap_wrapper_1pN .storeorderdetail_search_comment_left_front_fender_icon_33v {
    z-index: 9;
    position: absolute;
    color: transparent;
    top: 2px;
    left: 77px;
    font-size: 15px;
}

.storeorderdetail_search_comment_bitmap_wrapper_1pN .storeorderdetail_search_comment_front_bumper_icon_FHI {
    position: absolute;
    z-index: 9;
    color: transparent;
    top: 23px;
    left: 94px;
    font-size: 37px;
}

.storeorderdetail_search_comment_bitmap_wrapper_1pN .storeorderdetail_search_comment_hood_icon_3aP {
    position: absolute;
    z-index: 10;
    color: transparent;
    top: 27px;
    left: 77px;
    font-size: 30px;
}

.storeorderdetail_search_comment_bitmap_wrapper_1pN .storeorderdetail_search_comment_roof_cover_icon_39s {
    position: absolute;
    z-index: 10;
    color: transparent;
    top: 31px;
    left: 40px;
    font-size: 23px;
}

.storeorderdetail_search_comment_bitmap_wrapper_1pN .storeorderdetail_search_comment_right_rear_fender_icon_2gO {
    position: absolute;
    z-index: 9;
    color: transparent;
    bottom: 2px;
    left: 18px;
    font-size: 17px;
}

.storeorderdetail_search_comment_bitmap_wrapper_1pN .storeorderdetail_search_comment_right_rear_door_icon_Wyd {
    z-index: 10;
    position: absolute;
    color: transparent;
    bottom: 4px;
    left: 39px;
    font-size: 14px;
}

.storeorderdetail_search_comment_bitmap_wrapper_1pN .storeorderdetail_search_comment_right_front_door_icon_2b7 {
    z-index: 10;
    position: absolute;
    color: transparent;
    bottom: 4px;
    left: 59px;
    font-size: 14px;
}

.storeorderdetail_search_comment_bitmap_wrapper_1pN .storeorderdetail_search_comment_right_front_fender_icon_2L- {
    z-index: 9;
    position: absolute;
    color: transparent;
    bottom: 2px;
    left: 75px;
    font-size: 17px;
}

.storeorderdetail_search_comment_bitmap_wrapper_1pN .storeorderdetail_search_comment_icon_gary_2q- {
    color: #D8D8D8;
}@font-face {font-family: "iconfont";
  src: url(/dist/img/iconfont.eot); /* IE9 */
  src: url(/dist/img/iconfont.eot#iefix) format('embedded-opentype'), 
  url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
  url(/dist/img/iconfont.woff) format('woff'),
  url(/dist/img/iconfont.ttf) format('truetype'), 
  url(/dist/img/iconfont.svg#iconfont) format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-add:before {
  content: "\E61B";
}

.icon-donglai-approve:before {
  content: "\E600";
}

.icon-yibiaopan:before {
  content: "\E64E";
}

.icon-contrast:before {
  content: "\E6B1";
}

.icon-publish:before {
  content: "\E653";
}

.icon-bike:before {
  content: "\E65A";
}

.icon-youjian:before {
  content: "\E640";
}

.icon-forgetpassword:before {
  content: "\E766";
}

.icon-star:before {
  content: "\E82B";
}

.icon-checked:before {
  content: "\E60B";
}

.icon-hot:before {
  content: "\E654";
}

.icon-xueshimao:before {
  content: "\E664";
}

.icon-double-arrow-bottom:before {
  content: "\E660";
}

.icon-double-arrow-top:before {
  content: "\E661";
}

.icon-trash1:before {
  content: "\E645";
}

.icon-Correct:before {
  content: "\E743";
}

.icon-shaixuan:before {
  content: "\E651";
}

.icon-shezhi:before {
  content: "\E659";
}

.icon-gonggao:before {
  content: "\E674";
}

.icon-fav-a:before {
  content: "\E6AF";
}

.icon-wenhao:before {
  content: "\E63B";
}

.icon-loading:before {
  content: "\E722";
}

.icon-sound:before {
  content: "\E6CD";
}

.icon-gonggao1:before {
  content: "\E601";
}

.icon-integral1:before {
  content: "\E792";
}

.icon-notification:before {
  content: "\E655";
}

.icon-qianbao-outline:before {
  content: "\E658";
}

.icon-user:before {
  content: "\E60C";
}

.icon-del:before {
  content: "\E60D";
}

.icon-password:before {
  content: "\E60E";
}

.icon-mobile:before {
  content: "\E610";
}

.icon-arrow-down:before {
  content: "\E611";
}

.icon-arrow-left:before {
  content: "\E613";
}

.icon-arrow-right:before {
  content: "\E614";
}

.icon-arrow-up:before {
  content: "\E615";
}

.icon-verification-code:before {
  content: "\E616";
}

.icon-model:before {
  content: "\E617";
}

.icon-write-user:before {
  content: "\E618";
}

.icon-ID-card:before {
  content: "\E619";
}

.icon-gender:before {
  content: "\E61A";
}

.icon-color-model:before {
  content: "\E61C";
}

.icon-image:before {
  content: "\E61F";
}

.icon-integral:before {
  content: "\E620";
}

.icon-palette:before {
  content: "\E621";
}

.icon-bottle:before {
  content: "\E625";
}

.icon-broadcast:before {
  content: "\E626";
}

.icon-excellent:before {
  content: "\E627";
}

.icon-like:before {
  content: "\E628";
}

.icon-quantity:before {
  content: "\E629";
}

.icon-search:before {
  content: "\E62B";
}

.icon-trash:before {
  content: "\E62C";
}

.icon-triangle-down:before {
  content: "\E62D";
}

.icon-triangle-up:before {
  content: "\E62E";
}

.icon-unfold:before {
  content: "\E62F";
}

.icon-upload:before {
  content: "\E630";
}

.icon-formula:before {
  content: "\E632";
}

.icon-category:before {
  content: "\E605";
}

.icon-fire:before {
  content: "\E608";
}

.icon-picture:before {
  content: "\E609";
}

.icon-recipe:before {
  content: "\E60A";
}

.icon-document1:before {
  content: "\E60F";
}

.icon-feedback1:before {
  content: "\E612";
}

.icon-upload1:before {
  content: "\E635";
}

.icon-admin:before {
  content: "\E636";
}

.icon-next:before {
  content: "\E637";
}

.icon-perk:before {
  content: "\E638";
}

.icon-group:before {
  content: "\E61E";
}

.icon-equipment:before {
  content: "\E622";
}

.icon-cycle:before {
  content: "\E623";
}

.icon-no-wifi:before {
  content: "\E61D";
}

.icon-addition:before {
  content: "\E639";
}

.icon-sub:before {
  content: "\E63A";
}

.icon-bottle1:before {
  content: "\E624";
}

.icon-link:before {
  content: "\E62A";
}

.icon-mirror:before {
  content: "\E631";
}

.icon-rear-bumper:before {
  content: "\E63C";
}

.icon-left-rear-fender:before {
  content: "\E63D";
}

.icon-left-rear-door:before {
  content: "\E63E";
}

.icon-right-front-door:before {
  content: "\E63F";
}

.icon-front-bumper:before {
  content: "\E641";
}

.icon-roof-cover:before {
  content: "\E642";
}

.icon-hood:before {
  content: "\E643";
}

.icon-left-front-fender:before {
  content: "\E644";
}

.icon-right-front-door1:before {
  content: "\E646";
}

.icon-right-front-fender:before {
  content: "\E647";
}

.icon-right-rear-door:before {
  content: "\E648";
}

.icon-right-rear-fender:before {
  content: "\E649";
}

.icon-up-load:before {
  content: "\E64A";
}

.icon-good-fill:before {
  content: "\E64B";
}

.icon-good:before {
  content: "\E64C";
}

.icon-like-fill:before {
  content: "\E64D";
}

.icon-like-c:before {
  content: "\E64F";
}

.icon-baocun:before {
  content: "\E680";
}

.icon-graduate:before {
  content: "\E650";
}

.icon-sum:before {
  content: "\E652";
}

.icon-roof-cover-new:before {
  content: "\E656";
}

.icon-left-rear-fender-new:before {
  content: "\E663";
}

.icon-right-front-door-new:before {
  content: "\E66E";
}

.icon-left-rear-door-new:before {
  content: "\E66F";
}

.icon-left-front-fender-new:before {
  content: "\E673";
}

.icon-rear-bumper-new:before {
  content: "\E675";
}

.icon-front-bumper-new:before {
  content: "\E67A";
}

.icon-right-rear-fender-new:before {
  content: "\E67F";
}

.icon-right-rear-door-new:before {
  content: "\E681";
}

.icon-right-front-door-new1:before {
  content: "\E683";
}

.icon-right-front-fender-n:before {
  content: "\E684";
}

.icon-about:before {
  content: "\E634";
}

.icon-feedback:before {
  content: "\E633";
}

.icon-male:before {
  content: "\E685";
}

.icon-female:before {
  content: "\E686";
}

.icon-phone:before {
  content: "\E657";
}

.icon-wiki:before {
  content: "\E687";
}

.icon-baocun-copy:before {
  content: "\E82C";
}

.icon-ceshi:before {
  content: "\E65C";
}

.icon-location:before {
  content: "\E65B";
}

.icon-checked_circle:before {
  content: "\E65D";
}

.icon-forbid:before {
  content: "\E65E";
}

.icon-warn:before {
  content: "\E65F";
}

