@charset "UTF-8";
.wrapper {
  background: url(../../img/momo/momo-bg.png) no-repeat top center/cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: scroll;
}

.content {
  width: 1200px;
  min-width: 1200px;
  height: auto;
  border-radius: 33px;
  overflow: hidden;
}

/* ---------------------------------- logo ---------------------------------- */
.box-logo {
  height: 103.7px;
  width: 100%;
  background: rgba(255, 209, 235, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 37px;
}

.logo-image.one {
  width: 63px;
}

.logo-image.two {
  width: 157px;
}

.logo-image.three {
  width: 77px;
}

.logo-image img {
  max-width: 100%;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
}

.inside-left {
  background-color: #FEF0F8;
  border-radius: 10px;
  width: 483px;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 25px;
}

.inside-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 400px;
}

/* ---------------------------------- 订单样式 ---------------------------------- */
.box-order {
  width: 493px;
  height: 142px;
  background: #FEF0F8;
  border-radius: 10px;
  overflow: hidden;
}

.order-inner {
  height: 100%;
  width: 100%;
  background: rgba(255, 209, 235, 0.32);
  padding: 29px 25px 20px 32px;
}

.order-list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.order-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.order-li .order-label {
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  color: #005998;
  font-style: normal;
  white-space: nowrap;
  position: relative;
  width: 210px;
  *zoom: 1;
}

.order-li .order-label > span {
  float: right;
}

/* ---------------------------------- 清除浮动 ---------------------------------- */
.order-li .order-label::before,
.order-li .order-label::after {
  display: block;
  content: '';
  clear: both;
  visibility: hidden;
  height: 0;
}

.order-value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 17px;
  font-weight: 400;
  color: #AE2070;
  text-align: left;
  padding-left: 20px;
  line-height: 17px;
}

.order-btn__copy {
  width: 15px;
  height: 17px;
  margin-left: 17px;
  background: url(../../img/momo/icon-copy.png) no-repeat center/contain;
}

/* ---------------------------------- 标题和金额 --------------------------------- */
.box-title {
  text-align: center;
}

.text-title {
  height: 23px;
  line-height: 23px;
  font-size: 25px;
  font-weight: 400;
  color: #AE2070;
  margin-bottom: 18px;
}

.text-money {
  height: 44px;
  line-height: 44px;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}

/* ---------------------------------- 二维码样式 --------------------------------- */
.box-qrcode {
  width: 220px;
  height: 220px;
  /* border: 1px dashed #000; */
  background-color: #fff;
  padding: 2px;
}

.box-qrcode > canvas {
  width: 100%;
  height: 100%;
}

.left-btn {
  text-align: center;
  margin-top: 20px;
}

.left-btn button {
  border: none;
  outline: none;
  background-color: #AE2070;
  color: #fff;
  border-radius: 5px;
  width: 300px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  text-transform: uppercase;
}

/* -------------------------------- notice 样式 ------------------------------- */
.box-notice {
  text-align: left;
}

.notice-title {
  height: 28px;
  line-height: 28px;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #AE2070;
  text-align: left;
}

.notice-list {
  height: 93px;
  width: 488px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.notice-li {
  font-size: 14px;
  color: #005998;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}

/* ----------------------------------- 倒计时 ---------------------------------- */
.box-timeout {
  height: 106.6px;
  width: 100%;
  background: rgba(255, 209, 235, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #EBC4DA;
  margin-top: 30px;
}

.box-timeout .text-timeout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-timeout .text-timeout span {
  font-weight: 400;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 14px;
}

.box-timeout .icon-timeout {
  width: 22px;
  height: 18px;
  background: url(../../img/momo/icon-timeout.png) no-repeat center/contain;
  margin-right: 6px;
}

.box-timeout .text-time {
  font-size: 50px;
  font-weight: 400;
  color: #AE2070;
  height: 37px;
  line-height: 37px;
  margin-top: 11px;
}

/* ---------------------------------- 成功样式 ---------------------------------- */
.success .box-body .inner-status {
  background-image: url(../../img/momo/icon-momo-status-success.png);
}

.box-body {
  height: 416px;
  width: 1065px;
  margin: 26px auto 20px;
  border-radius: 10px;
  background-color: #FEF0F8;
  overflow: hidden;
}

.box-body .inner-status {
  width: 77px;
  height: 77px;
  margin: 30px auto 17px;
  background: no-repeat center / contain;
}

.box-body .inner-title {
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  height: 25px;
  line-height: 25px;
}

.box-body .inner-timeout {
  font-size: 18px;
  line-height: 18px;
  height: 18px;
  text-align: center;
  font-weight: 400;
  color: #005897;
  margin: 21px auto 40px;
}

.box-body .inner-order {
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-body .inner-order .order-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding: 0 378px 0 390px;
}

.box-body .inner-order .order-item .order-item__label {
  font-size: 16px;
  font-weight: 400;
  color: #005897;
  font-style: normal;
  width: 154px;
  *zoom: 1;
}

.box-body .inner-order .order-item .order-item__label span {
  float: right;
}

.box-body .inner-order .order-item .order-item__label::before,
.box-body .inner-order .order-item .order-item__label::after {
  display: block;
  content: '';
  clear: both;
  visibility: hidden;
  height: 0;
}

.box-body .inner-order .order-item .order-item__value {
  font-size: 0;
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.box-body .inner-order .order-item .order-item__value span {
  font-size: 16px;
  font-weight: bold;
  color: #005897;
  text-transform: uppercase;
}

.box-body .inner-btn {
  border-radius: 35px;
  overflow: hidden;
  text-align: center;
  margin-top: 35px;
}

.box-body .inner-btn .inner-btn-content {
  width: 344px;
  height: 69px;
  background: #AE2070;
  border-radius: 35px;
  border: none;
  outline: none;
  font-size: 19.2px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.success .box-timeout,
.fail .box-timeout {
  height: 43px;
}

/* ---------------------------------- 失败样式 ---------------------------------- */
.fail .box-body {
  background: #FEF0F8;
}

.fail .box-body .inner-status {
  background: url("../../img/momo/icon-momo-status-fail.png") no-repeat center/contain;
  margin-top: 4.00rem;
}

.fail .box-body .inner-desc {
  font-size: 18px;
  margin-top: 19px;
  color: #005897;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fail .inner-btn {
  margin-top: 62px;
}

/* ---------------------------------- 状态样式--控制显示隐藏 ---------------------------------- */
.main {
  /* display: none; */
}

.success {
  display: none;
}

.fail {
  display: none;
}

/* ---------------------------------- 单独样式 ---------------------------------- */
.red {
  color: #AE2070;
}

.strong {
  text-transform: uppercase;
  font-weight: 500;
}
/*# sourceMappingURL=momo_qr_1200.css.map */