@charset "UTF-8";
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/* 属性多值传递
ex:
@include remCalc(padding,10,20);
padding: 0.13333rem 0.26667rem;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*自适应按钮*/
/*标题*/
/*小消息标签*/
/*背景色点击变化*/
/*字数省略限制*/
/*波纹点击效果*/
.layer-ewm-box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
}
.layer-ewm-box .layer-ewm-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.layer-ewm-box .layer-ewm-content {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 400px;
    background-color: #fff;
    padding: 20px 30px;
    min-height: 300px;
    margin-left: -200px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 5px;
}
.layer-ewm-box .layer-ewm-title {
    position: relative;
    font-size: 20px;
    text-align: center;
    color: #000;
    line-height: 1.6;
}
.layer-ewm-box .iconguanbi11 {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.layer-ewm-box .layer-ewm-desc {
    font-size: 16px;
    color: #666;
    text-align: center;
}
.layer-ewm-box .layer-QRcode img {
    display: block;
    margin: 15px auto;
    width: 180px;
}

@charset "UTF-8";
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/* 属性多值传递
ex:
@include remCalc(padding,10,20);
padding: 0.13333rem 0.26667rem;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*自适应按钮*/
/*标题*/
/*小消息标签*/
/*背景色点击变化*/
/*字数省略限制*/
/*波纹点击效果*/
.policy-info {
  width: 520px;
  padding: 30px 30px 20px;
  margin: 0 auto 40px;
  background-color: #f7f7f7;
  text-align: left;
  color: #333;
  font-size: 14px;
}
.policy-info div {
    margin-bottom: 10px;
}
.policy-info div span {
      color: #fc6e06;
      font-weight: bold;
}
.policy-info .more-no {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}
.policy-info .more-no > div {
      margin-bottom: 0;
}

@charset "UTF-8";
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/* 属性多值传递
ex:
@include remCalc(padding,10,20);
padding: 0.13333rem 0.26667rem;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*自适应按钮*/
/*标题*/
/*小消息标签*/
/*背景色点击变化*/
/*字数省略限制*/
/*波纹点击效果*/
.main[data-v-808be1b2] {
  margin: 0 auto;
  width: 1200px;
}
.main .result[data-v-808be1b2] {
    margin-top: 20px;
    padding: 25px 64px;
    min-height: calc(100vh - 110px);
    margin-bottom: 20px;
    background: #fff;
}
.main .result .result_success[data-v-808be1b2] {
      text-align: center;
}
.main .result .result_success .pay_img[data-v-808be1b2] {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
        margin-top: 20px;
}
.main .result .result_success .pay_text[data-v-808be1b2] {
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: bold;
        color: #333;
}
.main .status-info[data-v-808be1b2] {
    width: 500px;
    margin: 0 auto 23px;
}
.main .status-info .info-p1[data-v-808be1b2] {
      font-size: 14px;
      color: #666;
}
.main .button-list[data-v-808be1b2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
}
.main .button-list a[data-v-808be1b2] {
      display: block;
      text-align: center;
      font-size: 16px;
      color: #236dff;
      margin-right: 40px;
      width: 150px;
      height: 40px;
      line-height: 40px;
      border-radius: 40px;
      font-weight: 400;
      border: 1px solid #236dff;
}
.main .button-list a[data-v-808be1b2]:last-child {
        background-color: #236dff;
        color: #fff;
        margin-right: 0;
}
.main .button-list .re-pay[data-v-808be1b2] {
      display: inline-block;
      line-height: 40px;
      text-align: center;
      color: #fff;
      width: 670px;
      height: 40px;
      background: #ff8700;
      border-radius: 44px;
      font-size: 16px;
      border: none;
}
.main .button-list .btn-blue[data-v-808be1b2] {
      background: #236dff;
      color: #ffffff;
}
.main .error-box[data-v-808be1b2] {
    position: relative;
    width: 780px;
    margin: 20px auto;
    background-color: #f9f9f9;
    padding: 20px 20px 20px 110px;
    text-align: left;
}
.main .error-box .error-p1[data-v-808be1b2] {
      position: absolute;
      left: 0;
      top: 50%;
      line-height: 50px;
      margin-top: -25px;
      width: 110px;
      font-size: 14px;
      color: #666;
      text-align: center;
}
.main .error-box .error-content[data-v-808be1b2] {
      padding-left: 20px;
      border-left: 1px solid #ececec;
}
.main .error-box .error-p2[data-v-808be1b2] {
      font-size: 14px;
      color: #3c464f;
      margin-bottom: 10px;
}
.main .error-box .error-text-content[data-v-808be1b2] {
      position: relative;
      padding-left: 100px;
}
.main .error-box .error-p3[data-v-808be1b2] {
      position: absolute;
      left: 0;
      top: 0;
      font-size: 14px;
      color: #3c464f;
      padding-left: 10px;
      font-weight: 900;
}
.main .error-box .error-p3[data-v-808be1b2]:after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 4px;
        height: 4px;
        background-color: #fd6e06;
        margin-top: -2px;
        border-radius: 5px;
}
.main .error-box .error-p4[data-v-808be1b2] {
      font-size: 12px;
      color: #777;
      margin-bottom: 5px;
}
.main .error-box .error-btn[data-v-808be1b2] {
      width: 100px;
      height: 30px;
      border-radius: 5px;
      border: 1px solid #fd6e06;
      color: #fd6e06;
      font-size: 12px;
      line-height: 28px;
      text-align: center;
      display: inline-block;
      margin-top: 5px;
      margin-left: 100px;
      cursor: pointer;
}
.main .kefu-entrance[data-v-808be1b2] {
    color: #666666;
    font-size: 14epx;
    padding: 30px 0px 0;
}
.main .kefu-entrance a[data-v-808be1b2] {
      color: #3561ef;
}
.limit_layer[data-v-808be1b2] .el-dialog__body {
  text-align: center;
  padding-top: 10px !important;
}
.limit-table[data-v-808be1b2] {
  width: 480px;
  margin: 0 auto;
  background-color: #fff;
  border-spacing: 1px;
  border: 1px solid #ddd;
  border-collapse: collapse;
}
.limit-table th[data-v-808be1b2] {
    width: 33.3%;
    background-color: #dddddd;
    color: #666666;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid #ddd;
}
.limit-table td[data-v-808be1b2] {
    width: 33.3%;
    color: #000000;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid #ddd;
}

