@charset "UTF-8";
/* iPhone 输入框缩放 mixin - 避免自动放大但保持设计图视觉效果 */
/* $scale: 缩放比例，例如 0.875 表示 14px/16px，0.75 表示 12px/16px */
.rmr-goods {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .rmr-goods .goods-item {
    width: 280px;
    box-sizing: border-box;
    margin-right: 26px;
    margin-bottom: 70px; }
    .rmr-goods .goods-item:nth-child(4n + 4) {
      margin-right: 0; }
  .rmr-goods .gt-picwrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 240px;
    border: solid 1px #e3e3e3;
    position: relative; }
    .rmr-goods .gt-picwrap::before {
      width: 120px;
      height: 120px;
      box-sizing: border-box;
      position: absolute;
      top: -1px;
      left: -1px;
      content: "";
      border-left: 1px solid #ff8c57;
      border-top: 1px solid #ff8c57; }
    .rmr-goods .gt-picwrap::after {
      width: 120px;
      height: 120px;
      box-sizing: border-box;
      position: absolute;
      bottom: -1px;
      right: -1px;
      content: "";
      border-right: 1px solid #3ac5f8;
      border-bottom: 1px solid #3ac5f8; }
    .rmr-goods .gt-picwrap > img {
      max-width: 260px;
      max-height: 220px; }
  .rmr-goods .gt-name {
    font-size: 18px;
    color: #242424;
    padding: 20px 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .rmr-goods .gt-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .rmr-goods .gt-info .gt-num {
      font-size: 24px;
      color: #ff8c57; }
    .rmr-goods .gt-info .gt-unit {
      font-size: 14px;
      color: #242424;
      padding: 0 6px 0 2px; }
    .rmr-goods .gt-info .gt-leftnum {
      font-size: 14px;
      color: #242424; }
  .rmr-goods .gt-btn {
    width: 100px;
    height: 30px;
    box-sizing: border-box;
    line-height: 30px;
    background-image: linear-gradient(212deg, #ff916f 0%, #f37a6b 100%), linear-gradient(#f37a6b, #f37a6b);
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .rmr-goods .gt-btn:hover {
      box-shadow: 0px 5px 16px 0px rgba(255, 140, 87, 0.55); }
    .rmr-goods .gt-btn.disabled {
      cursor: not-allowed;
      background-image: linear-gradient(to right, #ccc, #bbb);
      pointer-events: none; }
      .rmr-goods .gt-btn.disabled:hover {
        box-shadow: none; }

@charset "UTF-8";
/* iPhone 输入框缩放 mixin - 避免自动放大但保持设计图视觉效果 */
/* $scale: 缩放比例，例如 0.875 表示 14px/16px，0.75 表示 12px/16px */
.integral-record {
  font-size: 14px; }
  .integral-record .record-table {
    margin-bottom: 100px;
    border: solid 1px #d2d2d2; }
    .integral-record .record-table .re-head {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .integral-record .record-table .re-head .re-head-item {
        height: 56px;
        line-height: 56px;
        color: #999999;
        border-bottom: 1px solid #d2d2d2; }
    .integral-record .record-table .re-body .re-content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .integral-record .record-table .re-body .re-content:nth-child(2n + 1) {
        background-color: #fff8f5; }
      .integral-record .record-table .re-body .re-content .re-content-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        min-height: 56px;
        line-height: 1.5;
        color: #333333; }
    .integral-record .record-table .re-body .empty-tip {
      height: 60px;
      text-align: center;
      line-height: 60px;
      color: #ccc; }
    .integral-record .record-table .re-head-item,
    .integral-record .record-table .re-content-item {
      text-align: center; }
      .integral-record .record-table .re-head-item:nth-child(1),
      .integral-record .record-table .re-content-item:nth-child(1) {
        width: 20%; }
      .integral-record .record-table .re-head-item:nth-child(2),
      .integral-record .record-table .re-content-item:nth-child(2) {
        width: 30%; }
      .integral-record .record-table .re-head-item:nth-child(3),
      .integral-record .record-table .re-content-item:nth-child(3) {
        width: 15%; }
      .integral-record .record-table .re-head-item:nth-child(4),
      .integral-record .record-table .re-content-item:nth-child(4) {
        width: 35%; }
  .integral-record .form-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 640px;
    position: relative;
    margin-bottom: 40px; }
    .integral-record .form-item .form-title {
      display: inline-block;
      width: 90px;
      text-align: right;
      color: #333333; }
    .integral-record .form-item input {
      width: 536px;
      height: 40px;
      box-sizing: border-box;
      border: 1px solid #d9d9d9;
      border-radius: 4px;
      padding: 0px 4px;
      box-sizing: border-box; }
      .integral-record .form-item input:focus {
        border-color: #ff8c57;
        border-right-width: 1px !important;
        outline: 0;
        box-shadow: 0 0 0 1px #ff8c57; }
    .integral-record .form-item .form-content {
      width: 536px;
      -webkit-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .integral-record .form-item .form-content .submit-btn {
        width: 96px;
        height: 36px;
        box-sizing: border-box;
        display: inline-block;
        line-height: 36px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        background-image: linear-gradient(#ff8c57, #ff8c57), linear-gradient(#fc2c1b, #fc2c1b); }
        .integral-record .form-item .form-content .submit-btn:hover {
          box-shadow: 0px 5px 16px 0px rgba(255, 140, 87, 0.55); }
      .integral-record .form-item .form-content .submit-desc {
        vertical-align: bottom;
        color: #ff8c57;
        padding-left: 16px; }
    .integral-record .form-item .error-tip {
      font-size: 12px;
      position: absolute;
      bottom: -20px;
      left: 100px;
      color: #f5222d;
      display: none; }
      .integral-record .form-item .error-tip.show {
        display: block; }

@charset "UTF-8";
/* iPhone 输入框缩放 mixin - 避免自动放大但保持设计图视觉效果 */
/* $scale: 缩放比例，例如 0.875 表示 14px/16px，0.75 表示 12px/16px */
.integral-rule {
  color: #333;
  font-size: 14px; }
  .integral-rule .rule-item {
    margin-bottom: 40px; }
    .integral-rule .rule-item .rule-index {
      width: 32px;
      height: 32px;
      box-sizing: border-box;
      line-height: 32px;
      display: inline-block;
      border-radius: 2px;
      color: #fff;
      font-size: 20px;
      text-align: center;
      background-image: linear-gradient(212deg, #ff916f 0%, #f37a6b 100%), linear-gradient(#ffa555, #ffa555); }
    .integral-rule .rule-item .rule-title {
      margin-left: 20px;
      font-weight: 700;
      font-size: 16px; }
    .integral-rule .rule-item .rule-desc {
      padding-left: 52px;
      line-height: 1.8;
      letter-spacing: 1px; }
      .integral-rule .rule-item .rule-desc a {
        text-decoration: none;
        color: #00b5f6; }
    .integral-rule .rule-item .rule-table {
      width: calc(100% - 52px);
      margin: 20px 0 20px 52px;
      border: 1px solid #e2e2e2; }
      .integral-rule .rule-item .rule-table .re-head {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        border-bottom: 1px solid #e2e2e2;
        height: 50px;
        background-color: #fff8f5; }
        .integral-rule .rule-item .rule-table .re-head .re-head-item {
          text-align: left;
          color: #999;
          padding: 0 20px; }
      .integral-rule .rule-item .rule-table .re-body .re-body-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        padding: 10px 0;
        box-sizing: border-box;
        min-height: 50px;
        text-align: left;
        border-bottom: 1px solid #e2e2e2;
        line-height: 1.5; }
        .integral-rule .rule-item .rule-table .re-body .re-body-item:nth-last-child(1) {
          border-bottom: 0 none; }
        .integral-rule .rule-item .rule-table .re-body .re-body-item-desc {
          padding: 0 20px; }

@charset "UTF-8";
/* 主题色 */
/* 文字颜色 */
/* 背景色 */
.gaia-btn {
  display: inline-block;
  box-sizing: content-box;
  padding: 0 20px;
  font-size: 14px;
  line-height: 32px;
  height: 30px;
  border: 1px solid #8393ac;
  cursor: pointer;
  text-decoration: none;
  color: #8393ac;
  border-radius: 3px;
  background-color: #ffffff;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .gaia-btn:hover {
    background-color: #4a81ff;
    color: #ffffff;
    border-color: #4a81ff; }
  .gaia-btn:disabled {
    cursor: not-allowed; }

.gaia-btn, .gaia-btn:active, .gaia-btn:focus {
  outline: 0; }

.gaia-btn-small {
  font-size: 12px;
  line-height: 20px;
  height: 20px; }

.gaia-btn-large {
  font-size: 16px;
  line-height: 44px;
  height: 44px; }

.gaia-btn-primary {
  background-color: #4a81ff;
  border-color: #4a81ff;
  color: #ffffff; }
  .gaia-btn-primary:hover {
    opacity: .86; }

.gaia-btn-success {
  background-color: #21c286;
  border-color: #21c286;
  color: #ffffff; }
  .gaia-btn-success:hover {
    background-color: rgba(33, 194, 134, 0.86);
    border-color: rgba(33, 194, 134, 0.86); }

.gaia-btn-warning {
  background-color: #ec971f;
  border-color: #ec971f;
  color: #ffffff; }
  .gaia-btn-warning:hover {
    background-color: rgba(236, 151, 31, 0.86);
    border-color: rgba(236, 151, 31, 0.86); }

.gaia-btn-danger {
  background-color: #ff4d4f;
  border-color: #ff4d4f;
  color: #ffffff; }
  .gaia-btn-danger:hover {
    background-color: rgba(255, 77, 79, 0.86);
    border-color: rgba(255, 77, 79, 0.86); }

.gaia-btn-link {
  border-color: transparent;
  background-color: transparent; }
  .gaia-btn-link:hover {
    color: #4a81ff;
    border-color: transparent;
    background-color: transparent;
    opacity: .86; }

.gaia-btn-background-ghost {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff; }
  .gaia-btn-background-ghost:hover {
    background-color: #ffffff;
    color: #4a81ff;
    border-color: #ffffff; }

.gaia-btn-primary.gaia-btn-background-ghost {
  background-color: transparent;
  border-color: #4a81ff;
  color: #4a81ff; }
  .gaia-btn-primary.gaia-btn-background-ghost:hover {
    background-color: #4a81ff;
    color: #ffffff;
    border-color: #4a81ff; }

.gaia-btn-success.gaia-btn-background-ghost {
  background-color: transparent;
  border-color: #21c286;
  color: #21c286; }
  .gaia-btn-success.gaia-btn-background-ghost:hover {
    background-color: rgba(33, 194, 134, 0.86);
    border-color: rgba(33, 194, 134, 0.86);
    color: #ffffff; }

.gaia-btn-warning.gaia-btn-background-ghost {
  background-color: transparent;
  border-color: #ec971f;
  color: #ec971f; }
  .gaia-btn-warning.gaia-btn-background-ghost:hover {
    background-color: rgba(236, 151, 31, 0.86);
    border-color: rgba(236, 151, 31, 0.86);
    color: #ffffff; }

.gaia-btn-danger.gaia-btn-background-ghost {
  background-color: transparent;
  border-color: #ff4d4f;
  color: #ff4d4f; }
  .gaia-btn-danger.gaia-btn-background-ghost:hover {
    background-color: rgba(255, 77, 79, 0.86);
    border-color: rgba(255, 77, 79, 0.86);
    color: #ffffff; }

@media only screen and (max-width: 576px) {
  .gaia-btn {
    display: inline-block;
    padding: 0 16px;
    font-size: 14px;
    line-height: 25px;
    height: 25px; }
  .gaia-btn-small {
    font-size: 12px;
    line-height: 20px;
    height: 20px; }
  .gaia-btn-large {
    font-size: 14px;
    line-height: 30px;
    height: 30px; } }

@charset "UTF-8";
/* 主题色 */
/* 文字颜色 */
/* 背景色 */
.gaia-tabs {
  overflow: hidden;
  background-color: #ffffff; }

.gaia-tabs-bar {
  position: relative;
  background-color: #ffffff;
  border-bottom: 1px solid #e6e8f4; }

.gaia-tabs-nav {
  display: -ms-flexbox;
  display: flex; }

.gaia-tabs-nav .gaia-tab {
  position: relative;
  -ms-flex: 1;
      flex: 1;
  text-align: center;
  cursor: pointer; }
  .gaia-tabs-nav .gaia-tab:hover, .gaia-tabs-nav .gaia-tab.gaia-tab-active {
    color: #4a81ff; }
  .gaia-tabs-nav .gaia-tab span {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    padding: 0 16px; }
  .gaia-tabs-nav .gaia-tab::before {
    content: '';
    position: absolute;
    right: 0;
    top: 27px;
    height: 16px;
    width: 1px;
    background-color: #e6e8f4; }
  .gaia-tabs-nav .gaia-tab:last-child::before {
    display: none; }

.gaia-tabs-content {
  display: -ms-flexbox;
  display: flex;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  background-color: #ffffff; }

.gaia-tab-pane.gaia-tab-pane-inactive {
  height: 0;
  padding: 0 !important;
  overflow: hidden;
  opacity: 0;
  pointer-events: none; }

.gaia-tab-pane {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  opacity: 1;
  transition: opacity .45s; }

.gaia-tabs-inkbar {
  background-color: #4a81ff;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.gaia-tabs-horizontal {
  display: -ms-flexbox;
  display: flex; }
  .gaia-tabs-horizontal .gaia-tabs-bar {
    float: left;
    z-index: 2;
    border-bottom: none;
    border-right: 1px solid #e6e8f4; }
  .gaia-tabs-horizontal .gaia-tabs-nav {
    display: block; }
  .gaia-tabs-horizontal .gaia-tabs-inkbar {
    position: absolute;
    left: 0;
    top: 0; }
  .gaia-tabs-horizontal .gaia-tabs-nav .gaia-tab::before {
    display: none; }
  .gaia-tabs-horizontal .gaia-tabs-content {
    display: block; }

@charset "UTF-8";
/* 主题色 */
/* 文字颜色 */
/* 背景色 */
.gaia-callapse {
  border: 1px solid #e6e8f4; }

.gaia-collapse-item {
  border-bottom: 1px solid #e6e8f4; }
  .gaia-collapse-item:last-child {
    border-bottom: none; }

.gaia-collapse-header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 50px;
  padding: 0 45px 0 20px;
  background-color: #f5f6ff;
  color: #24374e;
  cursor: pointer; }
  .gaia-collapse-header .gaia-collapse-arrow {
    position: absolute;
    right: 25px;
    top: 21px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid;
    border-right: 1px solid;
    border-color: #999999;
    -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    transition: transform .2s; }

.gaia-collapse-content {
  border-top: 1px solid #e6e8f4;
  background-color: #ffffff;
  transition: all .2s;
  overflow: hidden;
  padding: 0 20px; }

.gaia-collapse-item-active .gaia-collapse-header {
  font-weight: 500; }
  .gaia-collapse-item-active .gaia-collapse-header .gaia-collapse-arrow {
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }

@media only screen and (max-width: 576px) {
  .gaia-collapse-header {
    -ms-flex-pack: center;
        justify-content: center; } }

.gaia-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  filter: alpha(opacity=50); }

.gaia-modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow: auto;
  outline: 0; }

.gaia-modal {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  position: relative;
  top: 100px;
  width: auto;
  margin: 0 auto;
  padding-bottom: 24px;
  pointer-events: none; }

.gaia-modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: auto; }

.gaia-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  height: 55px;
  width: 55px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  background: 0 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  text-align: center; }
  .gaia-modal-close .icon-close {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    text-transform: none;
    text-rendering: auto; }
    .gaia-modal-close .icon-close::before, .gaia-modal-close .icon-close::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 7px;
      width: 2px;
      background-color: rgba(0, 0, 0, 0.45);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
      transition: background-color .3s; }
    .gaia-modal-close .icon-close::after {
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg); }
  .gaia-modal-close:hover .icon-close::before, .gaia-modal-close:hover .icon-close::after {
    background-color: rgba(0, 0, 0, 0.85); }

.gaia-modal-header {
  padding: 16px 24px;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0; }

.gaia-modal-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  word-wrap: break-word; }

.gaia-modal-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word; }
  .gaia-modal-body .gaia-modal-confirm-title {
    display: block;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4; }
  .gaia-modal-body .gaia-modal-confirm-content {
    margin-top: 8px;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px; }

.gaia-modal-footer {
  padding: 10px 16px;
  text-align: right;
  background: 0 0;
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px; }

.gaia-modal-footer button + button {
  margin-bottom: 0;
  margin-left: 8px; }

@charset "UTF-8";
/* iPhone 输入框缩放 mixin - 避免自动放大但保持设计图视觉效果 */
/* $scale: 缩放比例，例如 0.875 表示 14px/16px，0.75 表示 12px/16px */
.integral-wrap .table-head {
  border-bottom: solid 1px #e7e7e7;
  padding-bottom: 10px; }

.integral-wrap .table-head,
.integral-wrap .table-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #818181; }
  .integral-wrap .table-head div,
  .integral-wrap .table-head ul,
  .integral-wrap .table-body div,
  .integral-wrap .table-body ul {
    text-align: center;
    box-sizing: border-box;
    line-height: 1.5;
    color: #333333; }
    .integral-wrap .table-head div:nth-child(1),
    .integral-wrap .table-head ul:nth-child(1),
    .integral-wrap .table-body div:nth-child(1),
    .integral-wrap .table-body ul:nth-child(1) {
      width: 180px; }
    .integral-wrap .table-head div:nth-child(2),
    .integral-wrap .table-head ul:nth-child(2),
    .integral-wrap .table-body div:nth-child(2),
    .integral-wrap .table-body ul:nth-child(2) {
      width: 100px; }
    .integral-wrap .table-head div:nth-child(3),
    .integral-wrap .table-head ul:nth-child(3),
    .integral-wrap .table-body div:nth-child(3),
    .integral-wrap .table-body ul:nth-child(3) {
      width: 240px; }
  .integral-wrap .table-head .intgral-detail,
  .integral-wrap .table-body .intgral-detail {
    padding: 0 4px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.integral-wrap .table-body {
  padding-top: 10px; }
  .integral-wrap .table-body li {
    line-height: 2.1; }

.gaia-modal {
  top: 50% !important;
  transform: translate3d(0, -60%, 0); }

.gaia-modal-body {
  padding: 10px 10px 30px; }


@charset "UTF-8";
/* iPhone 输入框缩放 mixin - 避免自动放大但保持设计图视觉效果 */
/* $scale: 缩放比例，例如 0.875 表示 14px/16px，0.75 表示 12px/16px */
.integral-modal-content {
  text-align: center;
  padding: 20px 20px 0; }
  .integral-modal-content .modal-desc {
    display: inline-block;
    text-align: left;
    font-size: 16px;
    color: #000;
    line-height: 1.6; }
  .integral-modal-content .modal-footer {
    margin-top: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .integral-modal-content .modal-footer .btn {
      width: 100px;
      height: 36px;
      box-sizing: border-box;
      line-height: 36px;
      background-image: linear-gradient(212deg, #ff916f 0%, #f37a6b 100%), linear-gradient(#f37a6b, #f37a6b);
      color: #fff;
      text-align: center;
      cursor: pointer;
      -webkit-user-select: none;
          -ms-user-select: none;
              user-select: none;
      margin-right: 30px; }
      .integral-modal-content .modal-footer .btn:hover {
        box-shadow: 0px 5px 16px 0px rgba(255, 140, 87, 0.55); }
      .integral-modal-content .modal-footer .btn:nth-last-child(1) {
        margin-right: 0; }
      .integral-modal-content .modal-footer .btn.cancel-btn {
        background-image: linear-gradient(212deg, #ccc 0%, #ccc 100%); }
        .integral-modal-content .modal-footer .btn.cancel-btn:hover {
          box-shadow: none; }
      .integral-modal-content .modal-footer .btn.address-btn {
        width: 150px;
        display: inline-block;
        text-decoration: none; }

