html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix::after {
  display: block;
  content: '';
  clear: both;
}
html {
  height: 100%;
  background: #f7f8fa;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}
body {
  color: #000;
  margin: 0 auto;
  font-family: -apple-system, "PingFang SC", "Microsoft YaHei", STHeiti, sans-serif;
  font-size: 12px;
  height: auto !important;
  min-height: 100%;
  height: 100%;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(240, 240, 240, 0);
  -moz-tap-highlight-color: rgba(240, 240, 240, 0);
  margin: 0;
  padding: 0;
}
main {
  min-height: calc(100vh - 330px - 60px);
  position: relative;
}
input {
  outline: none;
}
.icon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.icon svg {
  display: inline-block;
  width: 1em;
  height: 1em;
}
.icon svg path {
  fill: currentColor;
}
a {
  color: inherit;
}
a:hover,
a:active {
  outline-width: 0;
  text-decoration: none;
}
.ajaxLoading {
  position: relative;
}
.ajaxLoading::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #e74b3b;
}
.ajaxLoading::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  border: 4px solid #ffffff;
  border-top-color: #e74b3b;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: loadingRotate infinite 0.5s linear;
  -moz-animation: loadingRotate infinite 0.5s linear;
  -ms-animation: loadingRotate infinite 0.5s linear;
  animation: loadingRotate infinite 0.5s linear;
}
@keyframes loadingRotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.rc-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.rc-dialog-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.rc-dialog-title {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
}
.rc-dialog-content {
  position: relative;
  background-color: #ffffff;
  border: none;
  border-radius: 6px 6px;
  background-clip: padding-box;
}
.rc-dialog-close {
  cursor: pointer;
  border: 0;
  background: transparent;
  font-size: 21px;
  position: absolute;
  right: 20px;
  top: 12px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  text-decoration: none;
}
.rc-dialog-close-x:after {
  content: '\D7';
}
.rc-dialog-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}
.rc-dialog-header {
  padding: 13px 20px 14px 20px;
  border-radius: 5px 5px 0 0;
  background: #fff;
  color: #666;
  border-bottom: 1px solid #e9e9e9;
}
.rc-dialog-body {
  padding: 20px;
}
.rc-dialog-footer {
  border-top: 1px solid #e9e9e9;
  padding: 10px 20px;
  text-align: right;
  border-radius: 0 0 5px 5px;
}
.rc-dialog-zoom-enter,
.rc-dialog-zoom-appear {
  opacity: 0;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-play-state: paused;
}
.rc-dialog-zoom-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  animation-play-state: paused;
}
.rc-dialog-zoom-enter.rc-dialog-zoom-enter-active,
.rc-dialog-zoom-appear.rc-dialog-zoom-appear-active {
  animation-name: rcDialogZoomIn;
  animation-play-state: running;
}
.rc-dialog-zoom-leave.rc-dialog-zoom-leave-active {
  animation-name: rcDialogZoomOut;
  animation-play-state: running;
}
@keyframes rcDialogZoomIn {
  0% {
    opacity: 0;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes rcDialogZoomOut {
  0% {
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform: scale(0, 0);
  }
}
@media (min-width: 768px) {
  .rc-dialog {
    width: 600px;
    margin: 30px auto;
  }
}
.rc-dialog-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #373737;
  background-color: rgba(55, 55, 55, 0.6);
  height: 100%;
  filter: alpha(opacity=50);
  z-index: 1050;
}
.rc-dialog-mask-hidden {
  display: none;
}
.rc-dialog-fade-enter,
.rc-dialog-fade-appear {
  opacity: 0;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.rc-dialog-fade-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.rc-dialog-fade-enter.rc-dialog-fade-enter-active,
.rc-dialog-fade-appear.rc-dialog-fade-appear-active {
  animation-name: rcDialogFadeIn;
  animation-play-state: running;
}
.rc-dialog-fade-leave.rc-dialog-fade-leave-active {
  animation-name: rcDialogFadeOut;
  animation-play-state: running;
}
@keyframes rcDialogFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rcDialogFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.Toastify__toast-container {
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 9999px);
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff; }
  .Toastify__toast-container--top-left {
    top: 1em;
    left: 1em; }
  .Toastify__toast-container--top-center {
    top: 1em;
    left: 50%;
    margin-left: -160px; }
  .Toastify__toast-container--top-right {
    top: 1em;
    right: 1em; }
  .Toastify__toast-container--bottom-left {
    bottom: 1em;
    left: 1em; }
  .Toastify__toast-container--bottom-center {
    bottom: 1em;
    left: 50%;
    margin-left: -160px; }
  .Toastify__toast-container--bottom-right {
    bottom: 1em;
    right: 1em; }

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0; }
    .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
      top: 0; }
    .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
      bottom: 0; }
    .Toastify__toast-container--rtl {
      right: 0;
      left: initial; } }

.Toastify__toast {
  position: relative;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 1px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr; }
  .Toastify__toast--rtl {
    direction: rtl; }
  .Toastify__toast--default {
    background: #fff;
    color: #aaa; }
  .Toastify__toast--info {
    background: #3498db; }
  .Toastify__toast--success {
    background: #07bc0c; }
  .Toastify__toast--warning {
    background: #f1c40f; }
  .Toastify__toast--error {
    background: #e74c3c; }
  .Toastify__toast-body {
    margin: auto 0;
    -ms-flex: 1;
        flex: 1; }

@media only screen and (max-width: 480px) {
  .Toastify__toast {
    margin-bottom: 0; } }

.Toastify__close-button {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
      align-self: flex-start; }
  .Toastify__close-button--default {
    color: #000;
    opacity: 0.3; }
  .Toastify__close-button:hover, .Toastify__close-button:focus {
    opacity: 1; }

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(0); } }

.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 9999;
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left; }
  .Toastify__progress-bar--animated {
    animation: Toastify__trackProgress linear 1 forwards; }
  .Toastify__progress-bar--controlled {
    transition: transform .2s; }
  .Toastify__progress-bar--rtl {
    right: 0;
    left: initial;
    transform-origin: right; }
  .Toastify__progress-bar--default {
    background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55); }

@keyframes Toastify__bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes Toastify__bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes Toastify__bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

@keyframes Toastify__bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft; }

.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight; }

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown; }

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp; }

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft; }

.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight; }

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp; }

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown; }

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes Toastify__zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn; }

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut; }

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.Toastify__flip-enter {
  animation-name: Toastify__flipIn; }

.Toastify__flip-exit {
  animation-name: Toastify__flipOut; }

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0); } }

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0); } }

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0); } }

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0); } }

.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft; }

.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight; }

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown; }

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp; }

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft; }

.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight; }

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp; }

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown; }
.xpcFooter___3SMfl {
  height: 330px;
  background: white;
  color: #999;
  overflow: hidden;
}
@media screen and (max-width: 1180px) {
  .xpcFooter___3SMfl {
    display: none;
  }
}
.xpcFooter___3SMfl .footerContainer___3_M1y {
  width: 1180px;
  padding: 50px 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.xpcFooter___3SMfl .footerContainer___3_M1y::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.xpcFooter___3SMfl .footerContainer___3_M1y .xpcSlogon___3vM0K {
  width: 465px;
  color: #999;
  font-size: 14px;
  float: left;
}
.xpcFooter___3SMfl .footerContainer___3_M1y .xpcSlogon___3vM0K h2 {
  padding-bottom: 24px;
}
.xpcFooter___3SMfl .footerContainer___3_M1y .xpcSlogon___3vM0K h2 svg {
  padding-right: 20px;
}
.xpcFooter___3SMfl .footerContainer___3_M1y .xpcSlogon___3vM0K h2 svg path {
  fill: #e74b3b;
}
.xpcFooter___3SMfl .footerContainer___3_M1y .xpcSlogon___3vM0K h2 span {
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  font-size: 14px;
}
.xpcFooter___3SMfl .footerContainer___3_M1y .xpcSlogon___3vM0K span {
  font-weight: 300;
  line-height: 1.8;
  font-size: 12px;
}
.xpcFooter___3SMfl .footerContainer___3_M1y .footerLinkList___21FVY {
  float: right;
}
.xpcFooter___3SMfl .footerContainer___3_M1y .footerLinkList___21FVY .footerLinkBlock___1cSTw {
  width: 200px;
  display: inline-block;
  vertical-align: top;
}
.xpcFooter___3SMfl .footerContainer___3_M1y .footerLinkList___21FVY .footerLinkBlock___1cSTw:last-child {
  width: 90px;
}
.xpcFooter___3SMfl .footerContainer___3_M1y .footerLinkList___21FVY .footerLinkBlock___1cSTw h3 {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  line-height: 1.5;
  display: block;
  padding-bottom: 20px;
}
.xpcFooter___3SMfl .footerContainer___3_M1y .footerLinkList___21FVY .footerLinkBlock___1cSTw ul {
  font-size: 12px;
  font-weight: 300;
}
.xpcFooter___3SMfl .footerContainer___3_M1y .footerLinkList___21FVY .footerLinkBlock___1cSTw ul li {
  margin-bottom: 14px;
}
.xpcFooter___3SMfl .footerContainer___3_M1y .footerLinkList___21FVY .footerLinkBlock___1cSTw ul li a {
  cursor: pointer;
}
.xpcFooter___3SMfl .footerContainer___3_M1y .footerLinkList___21FVY .footerLinkBlock___1cSTw ul li a:hover {
  color: #666666;
}
.xpcFooter___3SMfl .footerBottom___1v_YR {
  height: 56px;
  background: #f1f1f1;
  line-height: 56px;
  position: relative;
}
.xpcFooter___3SMfl .footerBottom___1v_YR .bottomContainer___BPofv {
  width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.xpcFooter___3SMfl .footerBottom___1v_YR p span {
  margin-right: 27px;
}
.xpcFooter___3SMfl .footerBottom___1v_YR .thirdAccount___mgG_v {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  color: #333;
}
.xpcFooter___3SMfl .footerBottom___1v_YR .thirdAccount___mgG_v li {
  display: block;
  position: relative;
  float: left;
  margin-left: 36px;
}
.xpcFooter___3SMfl .footerBottom___1v_YR .thirdAccount___mgG_v li i {
  font-size: 18px;
}
.xpcFooter___3SMfl .footerBottom___1v_YR .thirdAccount___mgG_v li .icon {
  color: #333;
  font-size: 18px;
  height: 56px;
  line-height: 56px;
  display: inline-block;
  margin-top: 3px;
}
.xpcFooter___3SMfl .footerBottom___1v_YR .thirdAccount___mgG_v li:first-child {
  margin-left: 0;
}

.confirmPage___1sRwT {
  width: 1140px;
  margin: 0 auto;
  padding: 40px 20px 0;
}
@media screen and (max-width: 1180px) {
  .confirmPage___1sRwT {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
}
.confirmPage___1sRwT table {
  width: 100%;
}
.confirmPage___1sRwT table td {
  background: #FFF;
  color: #333;
  height: 30px;
  line-height: 30px;
  padding: 20px 0 20px 0;
  text-align: left;
  font-weight: 300;
  font-size: 14px;
  vertical-align: middle;
}
.confirmPage___1sRwT .xpc-table-thead {
  color: #999999;
  font-weight: 500;
  font-size: 14px;
  line-height: 40px;
  background-color: #f0f0f0;
  text-align: left;
}
.confirmPage___1sRwT .xpc-table-thead th:nth-child(1) {
  padding-left: 30px;
  width: 405px;
}
.confirmPage___1sRwT .xpc-table-thead th:nth-child(2) {
  width: 440px;
}
.confirmPage___1sRwT .xpc-table-thead th:nth-child(3) {
  width: 264px;
}
.confirmPage___1sRwT .couponWraper .couponList {
  padding-bottom: 30px;
}
.confirmPage___1sRwT .couponWraper .couponList li {
  background: url('/img/coupon-border.png');
  background-size: cover;
  display: inline-block;
  padding: 20px 24px;
  width: 232px;
  height: 140px;
  color: #999999;
  vertical-align: top;
}
.confirmPage___1sRwT .couponWraper .couponList li h4 {
  color: #999;
  font-size: 45px;
  font-weight: 500;
  white-space: nowrap;
}
.confirmPage___1sRwT .couponWraper .couponList li h4 em {
  font-size: 20px;
}
.confirmPage___1sRwT .couponWraper .couponList li h4 span {
  font-size: 12px;
  margin-left: 15px;
}
.confirmPage___1sRwT .couponWraper .couponList li h5 {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}
.confirmPage___1sRwT .couponWraper .couponList li p {
  font-size: 12px;
  font-weight: 300;
  margin-top: 4px;
  line-height: 1.33;
}
.confirmPage___1sRwT .couponWraper .couponList li div {
  font-size: 10px;
  font-weight: 300;
  margin-top: 5px;
}
.confirmPage___1sRwT .couponWraper .couponList .select {
  background-image: url("/img/coupon-border-select.png") !important;
}
.confirmPage___1sRwT .couponWraper .couponList .select,
.confirmPage___1sRwT .couponWraper .couponList .valid {
  cursor: pointer;
}
.confirmPage___1sRwT .couponWraper .couponList .select h4,
.confirmPage___1sRwT .couponWraper .couponList .valid h4 {
  color: #e74b3b !important;
}
.confirmPage___1sRwT .couponWraper .couponList .select h4 span,
.confirmPage___1sRwT .couponWraper .couponList .valid h4 span {
  color: #999;
}
.confirmPage___1sRwT .couponWraper .couponList .select h5,
.confirmPage___1sRwT .couponWraper .couponList .valid h5 {
  color: #333;
}
.confirmPage___1sRwT .couponWraper .couponList .select div,
.confirmPage___1sRwT .couponWraper .couponList .valid div {
  color: #333;
}
.confirmPage___1sRwT .couponWraper .collapseBtn {
  display: none;
}
.confirmPage___1sRwT .couponWraper .null-coupon {
  background: #FFF;
  font-size: 14px;
  color: #333;
  padding: 20px 30px;
}
@media screen and (max-width: 1180px) {
  .confirmPage___1sRwT .couponWraper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    transition: all 0.3s ease;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 100;
    box-sizing: border-box;
  }
  .confirmPage___1sRwT .couponWraper.show {
    height: 100%;
    padding-top: 50px;
  }
  .confirmPage___1sRwT .couponWraper.show .null-coupon {
    text-align: center;
    font-size: 20px;
    margin-top: 120px;
  }
  .confirmPage___1sRwT .couponWraper.show .collapseBtn {
    display: block;
  }
  .confirmPage___1sRwT .couponWraper .collapseBtn {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    line-height: 50px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 0 12px;
    background: #ffffff;
  }
  .confirmPage___1sRwT .couponWraper .collapseBtn span {
    color: #999999;
    font-size: 14px;
  }
  .confirmPage___1sRwT .couponWraper .collapseBtn span strong {
    color: #e74b3b;
  }
  .confirmPage___1sRwT .couponWraper .collapseBtn a {
    text-align: center;
    width: 82px;
    line-height: 32px;
    background: #e74b3b;
    color: #ffffff;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
  }
  .confirmPage___1sRwT .couponWraper .collapseBtn .icon {
    color: #FFF;
    font-size: 30px;
    transform: rotate(90deg);
  }
  .confirmPage___1sRwT .couponWraper .couponList {
    padding: 0 20px 20px 20px;
  }
  .confirmPage___1sRwT .couponWraper .couponList li {
    height: 105px;
    background: #f7f8fa;
    padding: 0;
    margin: 20px 0;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-sizing: border-box;
  }
  .confirmPage___1sRwT .couponWraper .couponList li h4 {
    float: left;
    width: 30%;
    height: 100%;
    color: #FFF;
    margin-right: 12px;
    background: #999999;
    font-size: 30px;
    position: relative;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
  }
  .confirmPage___1sRwT .couponWraper .couponList li h4 em {
    font-size: 12px;
  }
  .confirmPage___1sRwT .couponWraper .couponList li h4 span {
    font-size: 12px;
    opacity: 0.7;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 20px;
    text-align: center;
    margin: 0;
  }
  .confirmPage___1sRwT .couponWraper .couponList li h5 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 8px;
    padding-top: 24px;
    overflow: hidden;
  }
  .confirmPage___1sRwT .couponWraper .couponList li p {
    font-size: 12px;
    color: #999;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    font-weight: 400;
  }
  .confirmPage___1sRwT .couponWraper .couponList li div {
    font-size: 12px;
    color: #333;
    margin-top: 6px;
    font-weight: 400;
    color: #999999;
    overflow: hidden;
  }
  .confirmPage___1sRwT .couponWraper .couponList .select h4,
  .confirmPage___1sRwT .couponWraper .couponList .valid h4 {
    background: #ea5746;
    color: #FFF !important;
  }
  .confirmPage___1sRwT .couponWraper .couponList .select h4 span,
  .confirmPage___1sRwT .couponWraper .couponList .valid h4 span {
    color: #FFF;
  }
  .confirmPage___1sRwT .couponWraper .couponList .select {
    border: 1px solid #e74b3b;
    background-image: none !important;
  }
}
.confirmPage___1sRwT .module {
  border-bottom: 1px solid #f0f0f0;
}
@media screen and (max-width: 1180px) {
  .confirmPage___1sRwT .module {
    padding: 20px;
  }
}
.confirmPage___1sRwT .module .moduleTitle {
  font-weight: 500;
  color: #333;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 1180px) {
  .confirmPage___1sRwT .module .moduleTitle {
    display: none;
  }
}
.confirmPage___1sRwT .module .moduleTip {
  background: #FFF;
  font-size: 14px;
  color: #333;
  padding: 20px 30px;
}
.confirmPage___1sRwT .invoiceModule {
  line-height: 32px;
}
@media screen and (max-width: 1180px) {
  .confirmPage___1sRwT .invoiceModule .moduleTitle {
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    float: left;
    margin: 0;
  }
  .confirmPage___1sRwT .invoiceModule .moduleTip {
    display: block;
    background: none;
    padding: 0;
    margin-left: 20px;
    text-align: right;
  }
}
.confirmPage___1sRwT .changeUserBtn {
  position: absolute;
  top: 20px;
  right: 30px;
  line-height: 25px;
  font-weight: 500;
  color: #e74b3b;
}
.confirmPage___1sRwT .form-error-message {
  color: #e74b3b;
  line-height: 1.6;
  font-size: 12px;
  margin-top: 8px;
}
.confirmPage___1sRwT .ajaxLoading {
  position: relative;
}
.confirmPage___1sRwT .ajaxLoading::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #e74b3b;
}
.confirmPage___1sRwT .ajaxLoading::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  border: 4px solid #ffffff;
  border-top-color: #e74b3b;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: loadingRotate infinite 0.5s linear;
  -moz-animation: loadingRotate infinite 0.5s linear;
  -ms-animation: loadingRotate infinite 0.5s linear;
  animation: loadingRotate infinite 0.5s linear;
}
.confirmPage___1sRwT .pageTitle___16eF6 {
  font-size: 24px;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 1180px) {
  .confirmPage___1sRwT .pageTitle___16eF6 {
    display: none;
  }
}
.confirmPage___1sRwT .module_____0r9 {
  border-bottom: 1px solid #f0f0f0;
}
@media screen and (max-width: 1180px) {
  .confirmPage___1sRwT .module_____0r9 {
    padding: 20px;
  }
}
.confirmPage___1sRwT .module_____0r9 .moduleTitle___2GDId {
  font-weight: 500;
  color: #333;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 1180px) {
  .confirmPage___1sRwT .module_____0r9 .moduleTitle___2GDId {
    display: none;
  }
}
.confirmPage___1sRwT .goodsInfo___3hhgf {
  padding-left: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.confirmPage___1sRwT .goodsInfo___3hhgf img {
  width: 60px;
}
.confirmPage___1sRwT .goodsInfo___3hhgf p {
  margin-left: 20px;
  font-weight: 300;
  font-size: 14px;
  width: 238px;
  text-overflow: ellipsis;
  overflow-x: hidden;
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
}
.confirmPage___1sRwT .mGoodsInfo___138mp {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.confirmPage___1sRwT .mGoodsInfo___138mp img {
  width: 90px;
}
.confirmPage___1sRwT .mGoodsInfo___138mp div {
  padding-left: 20px;
}
.confirmPage___1sRwT .mGoodsInfo___138mp h5 {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 18px;
}
.confirmPage___1sRwT .mGoodsInfo___138mp span {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
  margin-bottom: 15px;
  display: block;
  line-height: 14px;
}
.confirmPage___1sRwT .mGoodsInfo___138mp p .price___3hFxH {
  font-size: 20px;
  font-weight: 600;
  color: #e74b3b;
}
.confirmPage___1sRwT .mGoodsInfo___138mp p .originPrice___19Mp8 {
  text-decoration: line-through;
  color: #999;
  font-size: 12px;
  font-weight: 600;
}
.confirmPage___1sRwT .mGoodsInfo___138mp p span {
  display: inline;
}
.confirmPage___1sRwT .originPrice___19Mp8 {
  font-weight: 500;
  text-decoration: line-through;
  font-size: 12px;
  color: #999;
  display: inline-block;
  margin-left: 5px;
}
.confirmPage___1sRwT .price___3hFxH {
  font-size: 20px;
  font-weight: 500;
  color: #e74b3b;
}
.confirmPage___1sRwT .mCouponCount___1bcLS {
  line-height: 32px;
  height: 32px;
  text-align: right;
  font-size: 12px;
  display: none;
}
@media screen and (max-width: 1180px) {
  .confirmPage___1sRwT .mCouponCount___1bcLS {
    display: block;
  }
}
.confirmPage___1sRwT .mCouponCount___1bcLS span:first-child {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  float: left;
}
.confirmPage___1sRwT .mCouponCount___1bcLS span:first-child em {
  color: #e74b3b;
  font-size: 12px;
}
.confirmPage___1sRwT .mCouponCount___1bcLS span:last-child {
  color: #e74b3b;
  cursor: pointer;
}
.confirmPage___1sRwT .mCouponCount___1bcLS .icon {
  transform: rotate(180deg);
  font-weight: 300;
  color: #551a8b;
  margin-left: 10px;
}
.confirmPage___1sRwT .couponWraper___rVXu7 .couponList___KDpIH {
  padding-bottom: 30px;
}
.confirmPage___1sRwT .couponWraper___rVXu7 .couponList___KDpIH li {
  background: url('/img/coupon-border.png');
  background-size: cover;
  display: inline-block;
  padding: 20px 24px;
  width: 232px;
  height: 140px;
  color: #999999;
  vertical-align: top;
}
.confirmPage___1sRwT .couponWraper___rVXu7 .couponList___KDpIH li h4 {
  color: #999;
  font-size: 45px;
  font-weight: 500;
  white-space: nowrap;
}
.confirmPage___1sRwT .couponWraper___rVXu7 .couponList___KDpIH li h4 em {
  font-size: 20px;
}
.confirmPage___1sRwT .couponWraper___rVXu7 .couponList___KDpIH li h4 span {
  font-size: 12px;
  margin-left: 15px;
}
.confirmPage___1sRwT .couponWraper___rVXu7 .couponList___KDpIH li h5 {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}
.confirmPage___1sRwT .couponWraper___rVXu7 .couponList___KDpIH li p {
  font-size: 12px;
  font-weight: 300;
  margin-top: 4px;
  line-height: 1.33;
}
.confirmPage___1sRwT .couponWraper___rVXu7 .couponList___KDpIH li div {
  font-size: 10px;
  font-weight: 300;
  margin-top: 5px;
}
.confirmPage___1sRwT .couponWraper___rVXu7 .couponList___KDpIH .select {
  background-image: url("/img/coupon-border-select.png") !important;
}
.confirmPage___1sRwT .couponWraper___rVXu7 .couponList___KDpIH .select,
.confirmPage___1sRwT .couponWraper___rVXu7 .couponList___KDpIH .valid {
  cursor: pointer;
}
.confirmPage___1sRwT .couponWraper___rVXu7 .couponList___KDpIH .select h4,
.confirmPage___1sRwT .couponWraper___rVXu7 .couponList___KDpIH .valid h4 {
  color: #e74b3b !important;
}
.confirmPage___1sRwT .couponWraper___rVXu7 .couponList___KDpIH .select h4 span,
.confirmPage___1sRwT .couponWraper___rVXu7 .couponList___KDpIH .valid h4 span {
  color: #999;
}
.confirmPage___1sRwT .couponWraper___rVXu7 .couponList___KDpIH .select h5,
.confirmPage___1sRwT .couponWraper___rVXu7 .couponList___KDpIH .valid h5 {
  color: #333;
}
.confirmPage___1sRwT .couponWraper___rVXu7 .couponList___KDpIH .select div,
.confirmPage___1sRwT .couponWraper___rVXu7 .couponList___KDpIH .valid div {
  color: #333;
}
.confirmPage___1sRwT .couponWraper___rVXu7 .collapseBtn___3zRtU {
  display: none;
}
@media screen and (max-width: 1180px) {
  .confirmPage___1sRwT .couponWraper___rVXu7 {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75%;
    background: #fff;
    overflow: auto;
    box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.1);
  }
  .confirmPage___1sRwT .couponWraper___rVXu7 .collapseBtn___3zRtU {
    position: fixed;
    bottom: 12px;
    left: 50%;
    right: 0;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: #e74b3b;
    padding-top: 6px;
    box-sizing: border-box;
    border-radius: 100%;
    transform: translateY(-50%);
  }
  .confirmPage___1sRwT .couponWraper___rVXu7 .collapseBtn___3zRtU .icon {
    color: #FFF;
    font-size: 30px;
    transform: rotate(90deg);
  }
  .confirmPage___1sRwT .couponWraper___rVXu7 .couponList___KDpIH {
    padding: 0 20px 20px 20px;
  }
  .confirmPage___1sRwT .couponWraper___rVXu7 .couponList___KDpIH li {
    height: 105px;
    background: #f7f8fa;
    padding: 0;
    margin: 20px 0;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
  }
  .confirmPage___1sRwT .couponWraper___rVXu7 .couponList___KDpIH li h4 {
    float: left;
    width: 108px;
    height: 100%;
    color: #FFF;
    background: #999999;
    font-size: 30px;
    position: relative;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
  }
  .confirmPage___1sRwT .couponWraper___rVXu7 .couponList___KDpIH li h4 em {
    font-size: 12px;
  }
  .confirmPage___1sRwT .couponWraper___rVXu7 .couponList___KDpIH li h4 span {
    font-size: 12px;
    opacity: 0.7;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 20px;
    text-align: center;
    margin: 0;
  }
  .confirmPage___1sRwT .couponWraper___rVXu7 .couponList___KDpIH li h5 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 8px;
    padding-top: 24px;
    padding-left: 120px;
  }
  .confirmPage___1sRwT .couponWraper___rVXu7 .couponList___KDpIH li p {
    font-size: 12px;
    color: #999;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-left: 12px;
    text-align: left;
    font-weight: 400;
  }
  .confirmPage___1sRwT .couponWraper___rVXu7 .couponList___KDpIH li div {
    font-size: 12px;
    color: #333;
    margin-top: 6px;
    padding-left: 120px;
    font-weight: 400;
    color: #999999;
  }
  .confirmPage___1sRwT .couponWraper___rVXu7 .couponList___KDpIH .select h4,
  .confirmPage___1sRwT .couponWraper___rVXu7 .couponList___KDpIH .valid h4 {
    background: #ea5746;
    color: #FFF !important;
  }
  .confirmPage___1sRwT .couponWraper___rVXu7 .couponList___KDpIH .select h4 span,
  .confirmPage___1sRwT .couponWraper___rVXu7 .couponList___KDpIH .valid h4 span {
    color: #FFF;
  }
  .confirmPage___1sRwT .couponWraper___rVXu7 .couponList___KDpIH .select {
    border: 1px solid #e74b3b;
    background-image: none !important;
  }
}
.confirmPage___1sRwT .couponWraper___rVXu7 {
  bottom: -100%;
}
.confirmPage___1sRwT .couponWraper___rVXu7 .collapseBtn {
  display: none;
}
.confirmPage___1sRwT .moduleTip___u-2BO {
  background: #FFF;
  font-size: 14px;
  color: #333;
  padding: 20px 30px;
}
.confirmPage___1sRwT .userAuth___NyKh0 {
  background-color: #FFF;
}
.confirmPage___1sRwT .userAuth___NyKh0 .typeTab___2-N1w {
  padding: 30px;
  border-bottom: 1px solid #f0f0f0;
}
.confirmPage___1sRwT .userAuth___NyKh0 .typeTab___2-N1w ul li {
  padding: 0 22px;
  margin-right: 30px;
  border: 1px solid #e3e4e5;
  color: #333;
  font-size: 16px;
  line-height: 42px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.confirmPage___1sRwT .userAuth___NyKh0 .typeTab___2-N1w ul .active {
  border: 1px solid #e74b3b;
  font-weight: 500;
}
.confirmPage___1sRwT .userAuth___NyKh0 .typeTab___2-N1w ul .active .triangle {
  border-width: 0 0 20px 20px;
  transition-duration: 0.2s;
}
.confirmPage___1sRwT .userAuth___NyKh0 .typeTab___2-N1w ul li .triangle {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0;
  border-color: transparent transparent #e74b3b transparent;
  transition-duration: 0.2s;
  position: absolute;
  right: 0;
  bottom: 0;
}
.confirmPage___1sRwT .userAuth___NyKh0 .typeTab___2-N1w ul li .icon-right {
  position: absolute;
  right: -2px;
  bottom: -1px;
  color: #FFF;
  font-size: 14px;
}
.confirmPage___1sRwT .userAuth___NyKh0 .typeTab___2-N1w p {
  color: #e74b3b;
  margin-top: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 1180px) {
  .confirmPage___1sRwT .userAuth___NyKh0 .typeTab___2-N1w {
    padding: 0;
  }
  .confirmPage___1sRwT .userAuth___NyKh0 .typeTab___2-N1w ul {
    font-size: 0;
    transition: all 0.3s ease;
  }
  .confirmPage___1sRwT .userAuth___NyKh0 .typeTab___2-N1w ul li {
    width: 50%;
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: center;
    border: none;
  }
  .confirmPage___1sRwT .userAuth___NyKh0 .typeTab___2-N1w ul li::after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #e3e4e5;
  }
  .confirmPage___1sRwT .userAuth___NyKh0 .typeTab___2-N1w ul .active {
    border: none;
    color: #e74b3b;
    transition: all 0.3s ease;
  }
  .confirmPage___1sRwT .userAuth___NyKh0 .typeTab___2-N1w ul .active .triangle {
    display: none;
  }
  .confirmPage___1sRwT .userAuth___NyKh0 .typeTab___2-N1w ul .active::after {
    background: #e74b3b;
  }
  .confirmPage___1sRwT .userAuth___NyKh0 .typeTab___2-N1w p {
    margin-top: 12px;
    padding: 0 12px 12px;
  }
}
.confirmPage___1sRwT .userAuth___NyKh0 .userForm___38RRH,
.confirmPage___1sRwT .userAuth___NyKh0 .userDetail___2eg0b,
.confirmPage___1sRwT .userAuth___NyKh0 .companyDetail___mDxMi {
  padding: 20px 30px;
}
.confirmPage___1sRwT .userAuth___NyKh0 .userForm___38RRH .errorTip,
.confirmPage___1sRwT .userAuth___NyKh0 .userDetail___2eg0b .errorTip,
.confirmPage___1sRwT .userAuth___NyKh0 .companyDetail___mDxMi .errorTip {
  margin-left: 62px;
}
.confirmPage___1sRwT .userAuth___NyKh0 .userForm___38RRH label,
.confirmPage___1sRwT .userAuth___NyKh0 .userDetail___2eg0b label,
.confirmPage___1sRwT .userAuth___NyKh0 .companyDetail___mDxMi label {
  color: #333;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  margin-right: 20px;
  display: inline-block;
}
.confirmPage___1sRwT .userAuth___NyKh0 .userForm___38RRH input,
.confirmPage___1sRwT .userAuth___NyKh0 .userDetail___2eg0b input,
.confirmPage___1sRwT .userAuth___NyKh0 .companyDetail___mDxMi input {
  width: 246px;
  padding: 14px;
  border-radius: 2px;
  font-size: 14px;
  border: 1px solid #e3e4e5;
  margin: 20px 40px 0 0;
}
.confirmPage___1sRwT .userAuth___NyKh0 .userForm___38RRH button,
.confirmPage___1sRwT .userAuth___NyKh0 .userDetail___2eg0b button,
.confirmPage___1sRwT .userAuth___NyKh0 .companyDetail___mDxMi button {
  display: block;
  margin-left: 62px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  border-radius: 2px;
  background-color: #e74b3b;
  color: #FFF;
  cursor: pointer;
  margin-top: 30px;
  border: none;
  outline: none;
}
.confirmPage___1sRwT .userAuth___NyKh0 .userForm___38RRH button.ajax-loading___1hkbs::after,
.confirmPage___1sRwT .userAuth___NyKh0 .userDetail___2eg0b button.ajax-loading___1hkbs::after,
.confirmPage___1sRwT .userAuth___NyKh0 .companyDetail___mDxMi button.ajax-loading___1hkbs::after {
  width: 28px;
  height: 28px;
  margin-left: -14px;
  margin-top: -14px;
}
@media screen and (max-width: 998px) {
  .confirmPage___1sRwT .userAuth___NyKh0 .userForm___38RRH button,
  .confirmPage___1sRwT .userAuth___NyKh0 .userDetail___2eg0b button,
  .confirmPage___1sRwT .userAuth___NyKh0 .companyDetail___mDxMi button {
    margin: 0 auto;
    height: 32px;
    line-height: 32px;
  }
}
@media screen and (max-width: 998px) {
  .confirmPage___1sRwT .userAuth___NyKh0 .userForm___38RRH input {
    width: 80%;
    padding: 7px 14px;
    margin: 10px 0 15px;
  }
}
.confirmPage___1sRwT .userAuth___NyKh0 .userDetail___2eg0b,
.confirmPage___1sRwT .userAuth___NyKh0 .companyDetail___mDxMi {
  position: relative;
}
.confirmPage___1sRwT .userAuth___NyKh0 .userDetail___2eg0b label,
.confirmPage___1sRwT .userAuth___NyKh0 .companyDetail___mDxMi label {
  margin-right: 0;
}
.confirmPage___1sRwT .userAuth___NyKh0 .userDetail___2eg0b span,
.confirmPage___1sRwT .userAuth___NyKh0 .companyDetail___mDxMi span {
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  margin-right: 80px;
  line-height: 25px;
}
.confirmPage___1sRwT .userAuth___NyKh0 .companyForm___3IKVK {
  padding: 20px 30px;
}
.confirmPage___1sRwT .userAuth___NyKh0 .companyForm___3IKVK .saveButton___30yFN {
  margin-left: 74px;
}
.confirmPage___1sRwT .userAuth___NyKh0 .companyForm___3IKVK .formItem___O-L6A {
  display: inline-block;
}
.confirmPage___1sRwT .userAuth___NyKh0 .companyForm___3IKVK label {
  font-size: 14px;
  color: #333;
  margin-right: 20px;
  font-weight: 500;
}
.confirmPage___1sRwT .userAuth___NyKh0 .companyForm___3IKVK input {
  width: 246px;
  padding: 14px;
  border-radius: 2px;
  font-size: 14px;
  border: 1px solid #e3e4e5;
  margin: 20px 40px 0 0;
}
.confirmPage___1sRwT .userAuth___NyKh0 .companyForm___3IKVK .addressInput___3PjQk {
  width: 650px;
}
.confirmPage___1sRwT .userAuth___NyKh0 .companyForm___3IKVK .saveButton {
  display: block;
  margin-left: 53px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  border-radius: 2px;
  background-color: #e74b3b;
  color: #FFF;
  cursor: pointer;
  margin-top: 30px;
  border: none;
  outline: none;
}
.confirmPage___1sRwT .userAuth___NyKh0 .companyForm___3IKVK .saveButton.ajax-loading::after {
  width: 28px;
  height: 28px;
  margin-left: -14px;
  margin-top: -14px;
}
@media screen and (max-width: 998px) {
  .confirmPage___1sRwT .userAuth___NyKh0 .companyForm___3IKVK .formItem___O-L6A {
    display: block;
  }
  .confirmPage___1sRwT .userAuth___NyKh0 .companyForm___3IKVK .formItem___O-L6A label {
    display: block;
  }
  .confirmPage___1sRwT .userAuth___NyKh0 .companyForm___3IKVK .formItem___O-L6A input,
  .confirmPage___1sRwT .userAuth___NyKh0 .companyForm___3IKVK .formItem___O-L6A .addressInput___3PjQk {
    width: 80%;
    padding: 7px 14px;
    margin: 10px 0 15px;
  }
}
.confirmPage___1sRwT .userAuth___NyKh0 .companyDetail___mDxMi .companyItem___3nOWA label {
  display: inline-block;
  min-width: 80px;
}
.confirmPage___1sRwT .priceModule___XLYrq {
  padding: 40px 0;
}
@media screen and (max-width: 1180px) {
  .confirmPage___1sRwT .priceModule___XLYrq {
    padding: 20px;
  }
}
.confirmPage___1sRwT .priceModule___XLYrq p {
  text-align: right;
  margin-bottom: 20px;
}
.confirmPage___1sRwT .priceModule___XLYrq p.declare___3f73W {
  color: #333;
  margin-top: 30px;
  font-size: 12px;
}
.confirmPage___1sRwT .priceModule___XLYrq p.declare___3f73W a {
  color: #60abf9;
}
@media screen and (max-width: 600px) {
  .confirmPage___1sRwT .priceModule___XLYrq p.declare___3f73W {
    text-align: center;
    line-height: 20px;
  }
}
@media screen and (max-width: 1180px) {
  .confirmPage___1sRwT .priceModule___XLYrq p {
    line-height: 32px;
    text-align: right;
    font-size: 12px;
    margin-bottom: 0;
  }
  .confirmPage___1sRwT .priceModule___XLYrq p span:first-child {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    float: left;
    text-align: left;
  }
  .confirmPage___1sRwT .priceModule___XLYrq p span:last-child {
    font-weight: 400;
    font-size: 12px;
  }
  .confirmPage___1sRwT .priceModule___XLYrq p span .boldFont {
    font-weight: 400;
  }
  .confirmPage___1sRwT .priceModule___XLYrq p span .boldFont.price {
    color: #e74b3b;
    font-size: 20px;
    font-weight: 500;
  }
}
.confirmPage___1sRwT .priceModule___XLYrq p span {
  font-size: 14px;
  color: #333;
  display: inline-block;
  font-weight: 300;
}
.confirmPage___1sRwT .priceModule___XLYrq .btn {
  display: inline-block;
  width: 140px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  border-radius: 2px;
  background-color: #e74b3b;
  color: #FFF;
  cursor: pointer;
  vertical-align: middle;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
}
.confirmPage___1sRwT .priceModule___XLYrq .btn.exchangeButton {
  background-color: rgba(231, 75, 59, 0.1);
  border: 2px solid #e74b3b;
  color: #e74b3b;
  vertical-align: middle;
  margin-right: 15px;
}
.confirmPage___1sRwT .priceModule___XLYrq .btn.exchangeButton:hover {
  background-color: rgba(213, 43, 26, 0.1) !important;
}
.confirmPage___1sRwT .priceModule___XLYrq .btn.exchangeButton.disableButton {
  background-color: #c4c4c4;
  cursor: default;
  border: 2px solid #c4c4c4;
  color: #FFF;
}
.confirmPage___1sRwT .priceModule___XLYrq .btn.exchangeButton.disableButton:hover {
  background-color: #c4c4c4 !important;
}
.confirmPage___1sRwT .priceModule___XLYrq .btn.exchangeButton.ajaxLoading {
  font-size: 0;
}
.confirmPage___1sRwT .priceModule___XLYrq .btn.exchangeButton.ajaxLoading::before {
  background: rgba(231, 75, 59, 0.1);
}
.confirmPage___1sRwT .priceModule___XLYrq .btn.saveBtn:hover {
  background-color: #d52b1a;
}
@media screen and (max-width: 1180px) {
  .confirmPage___1sRwT .priceModule___XLYrq .btn {
    margin: 45px 0 20px;
    height: 42px;
    line-height: 42px;
    border-radius: 2px;
    background-color: #e74b3b;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    font-weight: 600;
    display: block;
    width: 100%;
  }
  .confirmPage___1sRwT .priceModule___XLYrq .btn:last-child {
    margin-top: 20px;
  }
}
.confirmPage___1sRwT .priceModule___XLYrq .boldFont {
  font-weight: 500;
}
.confirmPage___1sRwT .priceModule___XLYrq .boldFont.price {
  color: #e74b3b;
  font-size: 20px;
  font-weight: 500;
}
.confirmErrorPage___AebrP h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}
.confirmErrorPage___AebrP .errorContent {
  padding: 120px 0;
}
.confirmErrorPage___AebrP .errorContent p {
  font-size: 14px;
  color: #999999;
  text-align: center;
  padding-bottom: 40px;
}
.confirmErrorPage___AebrP .btn {
  display: block;
  width: 140px;
  height: 42px;
  border-radius: 2px;
  margin: 0 auto;
  line-height: 42px;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #333;
  box-sizing: border-box;
  cursor: pointer;
}
.confirmErrorPage___AebrP .btn.ajaxLoading {
  font-size: 0;
}
.confirmErrorPage___AebrP .btn.ajaxLoading::before {
  background-color: transparent;
}
.confirmErrorPage___AebrP .btn.ajaxLoading::after {
  border: 4px solid #fff;
  border-top-color: #333333;
}
.confirmErrorPage___AebrP .btn:hover {
  opacity: 0.8;
}
.confirmErrorPage___AebrP .btn.red-btn {
  border: none;
  background-color: #e74b3b;
  color: #FFF;
}
.confirmErrorPage___AebrP .btn.red-btn:hover {
  background-color: #d52b1a;
  opacity: 1;
}
.xpc-dialog-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.xpc-dialog-wrapper button {
  outline: none;
}
.xpc-dialog-wrapper .exchangeTip {
  font-size: 14px;
  font-weight: 300;
  color: #333333;
  margin-bottom: 30px;
  text-align: center;
  min-width: 280px;
  line-height: 24px;
}
.xpc-dialog-wrapper .xpc-dialog-footer {
  text-align: center;
}
.xpc-dialog-wrapper .xpc-dialog-footer .btn {
  font-size: 14px;
  padding: 0 29.5px;
  vertical-align: middle;
  border: 1px solid #e3e4e5;
  transition: 0.3s ease;
  line-height: 36px;
  height: 36px;
  border-radius: 2px;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
}
.xpc-dialog-wrapper .xpc-dialog-footer .btn.btn-red {
  background-color: #e74b3b;
  color: #FFF;
  margin-right: 5px;
  border: none;
}
@media (min-width: 768px) {
  .xpc-dialog-wrapper {
    width: 380px;
  }
}

.orderPage___JoD20 .orderTitle {
  text-align: center;
  color: #333333;
  padding-top: 50px;
}
.orderPage___JoD20 .orderTitle h3 {
  font-weight: 500;
  font-size: 24px;
}
.orderPage___JoD20 .orderTitle p {
  font-size: 14px;
  font-weight: 300;
  padding-top: 12px;
}
.orderPage___JoD20 .orderTitle p em {
  color: #e74b3b;
}
.orderPage___JoD20 .orderTitle .payInfo {
  display: none;
}
@media screen and (max-width: 1180px) {
  .orderPage___JoD20 .orderTitle {
    padding: 25px 0;
    border-bottom: 1px solid rgba(240, 240, 240, 0.5);
  }
  .orderPage___JoD20 .orderTitle h3 {
    font-weight: 600;
    font-size: 20px;
  }
  .orderPage___JoD20 .orderTitle h3 span {
    display: none;
  }
  .orderPage___JoD20 .orderTitle p {
    font-size: 12px;
    font-weight: 400;
    padding-top: 20px;
  }
  .orderPage___JoD20 .orderTitle .payInfo {
    display: block;
    padding-top: 20px;
    text-align: center;
    font-size: 12px;
  }
  .orderPage___JoD20 .orderTitle .payInfo strong {
    color: #ec5757;
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  .orderPage___JoD20 .orderTitle {
    padding: 20px;
  }
  .orderPage___JoD20 .orderTitle p {
    line-height: 18px;
  }
}
.orderPage___JoD20 .orderDetail {
  width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .orderPage___JoD20 .orderDetail {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .orderPage___JoD20 .orderDetail .detailSection {
    padding: 25px 20px;
    border-bottom: 1px solid rgba(240, 240, 240, 0.5);
  }
}
.orderPage___JoD20 .orderDetail .detailSection .title {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  padding: 40px 0 20px;
  text-align: left;
}
@media screen and (max-width: 1180px) {
  .orderPage___JoD20 .orderDetail .detailSection .title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-align: left;
    padding-bottom: 10px;
    padding: 0 0 10px 0;
  }
}
.orderPage___JoD20 .orderDetail .detailSection .content {
  background-color: #ffffff;
  position: relative;
  padding: 20px 30px;
  color: #333333;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 1180px) {
  .orderPage___JoD20 .orderDetail .detailSection .content {
    padding: 0;
    background-color: transparent;
  }
}
.orderPage___JoD20 .orderDetail .goodsList li {
  line-height: 1.5;
  margin-bottom: 10px;
  color: #333333;
  font-size: 14px;
  font-weight: 300;
}
.orderPage___JoD20 .orderDetail .goodsList li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1180px) {
  .orderPage___JoD20 .orderDetail .goodsList li {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 400;
    margin-top: 25px;
  }
}
.orderPage___JoD20 .orderDetail .educoinText {
  margin-top: 25px;
}
.orderPage___JoD20 .orderDetail .payList {
  margin-top: 25px;
}
.orderPage___JoD20 .orderDetail .payList li {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 60px;
  border: 1px solid #e3e4e5;
  margin-right: 30px;
  cursor: pointer;
}
.orderPage___JoD20 .orderDetail .payList li span {
  display: none;
}
.orderPage___JoD20 .orderDetail .payList li .icon {
  display: none;
}
.orderPage___JoD20 .orderDetail .payList li em {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0;
  border-color: transparent transparent #e74b3b transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  transition-duration: 0.2s;
}
.orderPage___JoD20 .orderDetail .payList li .payIcon {
  width: 24px;
  height: 22px;
  display: inline-block;
  display: none;
}
.orderPage___JoD20 .orderDetail .payList li .payIcon img {
  width: 100%;
}
.orderPage___JoD20 .orderDetail .payList li.select {
  border-color: #e74b3b;
}
.orderPage___JoD20 .orderDetail .payList li.select .icon {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
}
.orderPage___JoD20 .orderDetail .payList li.select em {
  border-width: 0 0 20px 20px;
}
.orderPage___JoD20 .orderDetail .payList li.wechatPay {
  background: url(//cs.vmovier.com/Uploads/Activity/2017-08-21/599a5779d4496.png) no-repeat;
  background-size: cover;
  background-position: 0 -66px;
}
.orderPage___JoD20 .orderDetail .payList li.aliPay {
  width: auto;
}
.orderPage___JoD20 .orderDetail .payList li .payLogo {
  height: 100%;
}
.orderPage___JoD20 .orderDetail .payList li.hbPay {
  background-image: url(//oss-xpc0.xpccdn.com/Upload/boss/2017/12/205a39d0e2c93a7.png);
  background-size: cover;
}
@media screen and (max-width: 1180px) {
  .orderPage___JoD20 .orderDetail .payList li {
    background: none !important;
    border: none;
    height: auto;
    margin-top: 20px;
    display: block;
    width: 100% !important;
  }
  .orderPage___JoD20 .orderDetail .payList li span {
    display: block;
    line-height: 24px;
    font-size: 14px;
  }
  .orderPage___JoD20 .orderDetail .payList li em {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #999;
    transition: all 0.3s ease;
    box-sizing: border-box;
  }
  .orderPage___JoD20 .orderDetail .payList li .payLogo {
    display: none;
  }
  .orderPage___JoD20 .orderDetail .payList li .payIcon {
    display: inline-block;
  }
  .orderPage___JoD20 .orderDetail .payList li .payText {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    color: #666666;
    font-size: 14px;
  }
  .orderPage___JoD20 .orderDetail .payList li.select em {
    background-color: #e74b3b;
    border: none;
  }
  .orderPage___JoD20 .orderDetail .payList li.select .icon {
    right: 1px;
    bottom: 1px;
    font-size: 15px;
  }
}
.orderPage___JoD20 .orderDetail .hbList {
  font-size: 0;
  padding-top: 40px;
  transition: all 0.3s 2s ease;
  display: none;
}
.orderPage___JoD20 .orderDetail .hbList.show {
  display: block;
}
.orderPage___JoD20 .orderDetail .hbList li {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 60px;
  border: 1px solid #e3e4e5;
  margin-right: 30px;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
}
.orderPage___JoD20 .orderDetail .hbList li:last-child {
  margin-right: 0;
}
.orderPage___JoD20 .orderDetail .hbList li strong {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #ec5757;
  padding-top: 12px;
  display: block;
}
.orderPage___JoD20 .orderDetail .hbList li span {
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  color: #333;
  display: block;
  padding-top: 6px;
}
.orderPage___JoD20 .orderDetail .hbList li .icon {
  display: none;
}
.orderPage___JoD20 .orderDetail .hbList li em {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0;
  border-color: transparent transparent #e74b3b transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  transition-duration: 0.2s;
}
.orderPage___JoD20 .orderDetail .hbList li.select {
  border-color: #e74b3b;
}
.orderPage___JoD20 .orderDetail .hbList li.select .icon {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  font-size: 12px;
}
.orderPage___JoD20 .orderDetail .hbList li.select em {
  border-width: 0 0 20px 20px;
}
@media screen and (max-width: 645px) {
  .orderPage___JoD20 .orderDetail .hbList {
    font-size: 0;
  }
  .orderPage___JoD20 .orderDetail .hbList li {
    margin: 0;
    width: 33.33%;
    vertical-align: top;
  }
  .orderPage___JoD20 .orderDetail .hbList li strong {
    font-size: 12px;
  }
  .orderPage___JoD20 .orderDetail .hbList li span {
    font-size: 10px;
  }
}
.orderPage___JoD20 .orderDetail .priceInfo {
  color: #333333;
  font-size: 14px;
  font-weight: 300;
}
.orderPage___JoD20 .orderDetail .priceInfo strong {
  color: #ec5757;
  font-size: 20px;
  font-weight: 500;
  padding-left: 30px;
}
@media screen and (max-width: 1180px) {
  .orderPage___JoD20 .orderDetail .priceInfo {
    display: none;
  }
}
.orderPage___JoD20 .payAction {
  padding: 40px 0;
  text-align: center;
}
.orderPage___JoD20 .payAction .redBtn {
  display: inline-block;
  width: 140px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 2px;
  position: relative;
  background: #e74b3b;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.orderPage___JoD20 .payAction .redBtn:hover {
  background: #d52b1a;
}
@media screen and (max-width: 1180px) {
  .orderPage___JoD20 .payAction {
    padding: 40px 20px 20px;
  }
  .orderPage___JoD20 .payAction .redBtn {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    width: 100%;
    font-size: 14px;
  }
}
.orderPage___JoD20 .orderTip {
  text-align: center;
  padding: 170px 0 120px;
}
.orderPage___JoD20 .orderTip .resultIcon {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  background-size: cover;
}
.orderPage___JoD20 .orderTip .errorIcon {
  background-image: url(//cs.vmovier.com/Uploads/Activity/2017-08-24/599e92e03ef73.png);
}
.orderPage___JoD20 .orderTip .successIcon {
  background-image: url(//cs.vmovier.com/Uploads/Activity/2017-08-24/599e92b577f62.png);
}
.orderPage___JoD20 .orderTip p {
  color: #333333;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-left: 18px;
}
.orderPage___JoD20 .orderTip p strong {
  font-weight: 500;
  font-size: 24px;
}
.orderPage___JoD20 .orderTip p span {
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 1180px) {
  .orderPage___JoD20 .orderTip p {
    text-align: center;
    display: block;
    padding: 26px 0 0 0;
    font-size: 12px;
  }
  .orderPage___JoD20 .orderTip p strong {
    font-size: 20px;
  }
  .orderPage___JoD20 .orderTip p strong em {
    display: none;
  }
}
.orderPage___JoD20 .btnGroup {
  font-weight: 500;
  color: #333;
}
.orderPage___JoD20 .btnGroup a {
  cursor: pointer;
}
.orderPage___JoD20 .btnGroup .btn {
  display: block;
  width: 140px;
  height: 50px;
  line-height: 50px;
  border-radius: 2.4px;
  margin: 84px auto 0;
  cursor: pointer;
  border: solid 1px rgba(51, 51, 51, 0.5);
  font-size: 18px;
}
.orderPage___JoD20 .btnGroup .btnText {
  font-size: 14px;
  display: block;
  width: 140px;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (max-width: 1180px) {
  .orderPage___JoD20 .btnGroup .btn {
    display: block;
    width: 140px;
    height: 42px;
    line-height: 42px;
    border-radius: 2.4px;
    margin: 40px auto 0;
    background-color: #e74b3b;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 300;
  }
  .orderPage___JoD20 .btnGroup .btnText {
    display: block;
    width: 140px;
    height: 42px;
    line-height: 42px;
    border-radius: 2.4px;
    border: none;
    border: solid 1px rgba(51, 51, 51, 0.5);
    font-size: 14px;
    font-weight: 300;
  }
}
.orderPage___JoD20 .iosText {
  font-size: 12px;
  color: #888;
  padding: 0 20px;
  line-height: 18px;
}
.orderPage___JoD20 .dialog-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.5);
  z-index: 101;
}
.orderPage___JoD20 .dialog-wrapper.dn {
  display: none !important;
}
.orderPage___JoD20 .dialog-wrapper .dialog-main {
  width: 80%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 30px 20px;
  text-align: center;
}
.orderPage___JoD20 .dialog-wrapper .dialog-main p {
  line-height: 24px;
  font-size: 12px;
  color: #333333;
  margin-bottom: 20px;
}
.orderPage___JoD20 .dialog-wrapper .dialog-main span {
  display: inline-block;
  font-size: 14px;
  width: 80px;
  line-height: 34px;
  border: 1px solid rgba(51, 51, 51, 0.5);
  margin-right: 12px;
  color: #666666;
}
.orderPage___JoD20 .dialog-wrapper .dialog-main span:last-child {
  background-color: #e74b3b;
  border-color: #e74b3b;
  color: #fff;
  margin-right: 0;
}

.page___1U8nH {
  width: 1180px;
  padding-top: 40px;
  margin: 0 auto;
  color: #333333;
}
.page___1U8nH .clearfix {
  *zoom: 1;
}
.page___1U8nH .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.page___1U8nH .pageTitle {
  color: #333333;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
}
.page___1U8nH .pageTitle .line1 span {
  font-weight: 500;
  font-size: 24px;
  display: inline-block;
}
.page___1U8nH .pageTitle .line2 {
  padding: 8px 0 18px 0;
  border-bottom: 1px solid #f0f0f0;
}
.page___1U8nH .pageTitle .line2 p {
  font-weight: 300;
  font-size: 14px;
  display: inline-block;
}
.page___1U8nH .pageTitle .line3 {
  position: absolute;
  right: 0;
  top: 0;
}
.page___1U8nH .pageTitle .line3 p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}
.page___1U8nH .pageTitle .line3 p strong {
  font-size: 20px;
  color: #ec5757;
  font-weight: 500;
  font-style: normal;
}
.page___1U8nH .pageTitle .line3 span {
  font-weight: 500;
  font-size: 14px;
  float: right;
}
.page___1U8nH .pageTitle .line3 span .icon {
  transform: rotate(-90deg);
  margin-left: 5px;
  transition: all 0.3s ease-in-out;
}
.page___1U8nH .pageTitle .line3 span .icon.expand {
  transform: rotate(90deg);
}
.page___1U8nH .pageTitle .goodsList {
  padding-top: 6px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.page___1U8nH .pageTitle .goodsList li {
  padding-top: 4px;
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
}
.page___1U8nH .pageTitle .goodsList.hide {
  height: 0 !important;
}
@media screen and (max-width: 1180px) {
  .page___1U8nH .pageTitle {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .page___1U8nH .pageTitle .line3 {
    right: 30px;
  }
}
@media screen and (max-width: 960px) {
  .page___1U8nH .pageTitle {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
  }
  .page___1U8nH .pageTitle .line1 span {
    font-size: 16px;
    line-height: 24px;
  }
  .page___1U8nH .pageTitle .line2 {
    padding: 10px 0 18px 0;
    border: none;
  }
  .page___1U8nH .pageTitle .line3 {
    padding: 0 20px;
    position: relative;
  }
  .page___1U8nH .pageTitle .line3 strong {
    color: #e74b3b;
    font-size: 16px;
  }
  .page___1U8nH .pageTitle .line3 span {
    display: none;
    float: none;
    text-align: left;
  }
  .page___1U8nH .pageTitle .goodsList {
    display: none;
  }
}
.page___1U8nH .payQrSection {
  width: 960px;
  margin: 40px auto 0;
  background-color: #fff;
  padding: 30px;
  position: relative;
  box-sizing: border-box;
}
.page___1U8nH .payQrSection .title .wechatTitle {
  padding: 0 20px 0 32px;
  position: relative;
  font-weight: 500;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.page___1U8nH .payQrSection .title .wechatTitle::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 20px;
  background: url(//cs.vmovier.com/Uploads/Activity/2017-09-11/59b68e26640a0.png) no-repeat;
  left: 0;
  top: 0;
  background-size: cover;
}
.page___1U8nH .payQrSection .title .hbTitle {
  width: 160px;
  display: inline-block;
  vertical-align: middle;
}
.page___1U8nH .payQrSection .title em i {
  color: #e74b3b;
  font-weight: 500;
  margin-left: 4px;
}
.page___1U8nH .payQrSection .qrWrap {
  padding: 30px 0 60px 110px;
}
.page___1U8nH .payQrSection .leftQr {
  display: inline-block;
}
.page___1U8nH .payQrSection .leftQr .img {
  width: 260px;
  height: 260px;
  padding: 10px;
  border: 1px solid #f0f0f0;
  display: inline-block;
  position: relative;
}
.page___1U8nH .payQrSection .leftQr .img img {
  width: 100%;
  height: 100%;
}
.page___1U8nH .payQrSection .leftQr .img .imgCover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.page___1U8nH .payQrSection .leftQr .img .imgCover a {
  color: #e74b3b;
  line-height: 280px;
}
.page___1U8nH .payQrSection .leftQr span {
  display: block;
  width: 100%;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #f0f0f0;
  margin-top: 20px;
  font-weight: 300;
}
.page___1U8nH .payQrSection .rightImg {
  width: 364px;
  position: absolute;
  top: 41px;
  right: 46px;
}
.page___1U8nH .payQrSection .rightImg img {
  width: 364px;
}
@media screen and (max-width: 960px) {
  .page___1U8nH .payQrSection {
    background-color: transparent;
    width: 100%;
  }
  .page___1U8nH .payQrSection .rightImg {
    display: none;
  }
  .page___1U8nH .payQrSection .title .wechatTitle {
    font-size: 14px;
  }
  .page___1U8nH .payQrSection .title .wechatTitle::before {
    width: 18px;
    height: 16px;
  }
  .page___1U8nH .payQrSection .title .hbTitle {
    width: 126px;
  }
  .page___1U8nH .payQrSection .qrWrap {
    padding: 30px 0 0px;
  }
  .page___1U8nH .payQrSection .qrWrap .leftQr {
    display: block;
  }
  .page___1U8nH .payQrSection .qrWrap .leftQr .img {
    width: 25%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
.page___1U8nH .selectPayType {
  width: 960px;
  margin: 20px auto 40px;
  color: #e74b3b;
  font-size: 15px;
}
.page___1U8nH .selectPayType span {
  position: relative;
  cursor: pointer;
  line-height: 16px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
  margin: 1px 0 0 5px;
}
.page___1U8nH .selectPayType .icon {
  font-size: 16px;
  vertical-align: middle;
  transform: rotate(180deg);
}
.page___1U8nH .selectPayType .icon svg {
  width: 12px;
  height: 12px;
}
.page___1U8nH .selectPayType .icon svg path {
  fill: currentColor;
}
@media screen and (max-width: 960px) {
  .page___1U8nH .selectPayType {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .page___1U8nH .selectPayType span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1180px) {
  .page___1U8nH {
    width: 100%;
  }
}

.rechargePage___v5YOT {
  padding: 20px;
}
.rechargePage___v5YOT .rechargeTitle {
  font-size: 12px;
  color: #666666;
  line-height: 1.5;
}
.rechargePage___v5YOT .rechargeList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rechargePage___v5YOT .rechargeList li {
  width: 90px;
  height: 54px;
  padding: 12px 0;
  text-align: center;
  color: #333333;
  font-size: 12px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  float: left;
  margin-top: 12px;
}
.rechargePage___v5YOT .rechargeList li em {
  color: #999999;
  line-height: 20px;
}
.rechargePage___v5YOT .rechargeList li span,
.rechargePage___v5YOT .rechargeList li em {
  display: block;
}
.rechargePage___v5YOT .rechargeList li.active {
  border: 1px solid #e74b3b;
}
.rechargePage___v5YOT .rechargeList li.active span,
.rechargePage___v5YOT .rechargeList li.active em {
  color: #e74b3b;
}
.rechargePage___v5YOT .rechargeAmount {
  margin-top: 20px;
  font-size: 14px;
  color: #666666;
}
.rechargePage___v5YOT .rechargeAmount em {
  color: #e74b3b;
}
.rechargePage___v5YOT .rechargeAmount h5 {
  color: #333333;
  display: block;
  margin-top: 10px;
}
.rechargePage___v5YOT .notice {
  font-size: 12px;
  color: #999999;
  line-height: 2.33;
  margin-top: 20px;
}
.rechargePage___v5YOT .redBtn {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  background-color: #e74b3b;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  border-radius: 2px;
  margin-top: 20px;
}
.iapConfirmDialog {
  width: 90% !important;
  margin: 0;
}
.iapConfirmDialog .confirmtext {
  font-size: 14px;
  font-weight: 300;
  color: #333;
  text-align: center;
}
.iapConfirmDialog .btns {
  margin-top: 30px;
  text-align: center;
}
.iapConfirmDialog .btns a {
  display: inline-block;
  width: 98px;
  height: 34px;
  font-size: 14px;
  font-weight: 500;
  line-height: 34px;
  border-radius: 2px;
  background-color: #fff;
  border: solid 0.5px rgba(153, 153, 153, 0.5);
  color: #333;
  text-align: center;
  cursor: pointer;
}
.iapConfirmDialog .btns a:first-child {
  margin-right: 20px;
}

