@charset "UTF-8";
.integralRule b[data-v-0931f474],
.integralRule table[data-v-0931f474],
.integralRule caption[data-v-0931f474],
.integralRule tbody[data-v-0931f474],
.integralRule tfoot[data-v-0931f474],
.integralRule thead[data-v-0931f474],
.integralRule tr[data-v-0931f474],
.integralRule th[data-v-0931f474],
.integralRule td[data-v-0931f474] {
  font-weight: bold;
  vertical-align: middle;
}
.integralRule .suspend[data-v-0931f474] {
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 8;
  cursor: pointer;
}
.integralRule .suspend .rule-box[data-v-0931f474] {
    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;
    width: 60px;
    padding: 10px 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#ff5730), to(#ff9536));
    background: linear-gradient(0deg, #ff5730 0%, #ff9536 100%);
    -webkit-box-shadow: 0px 0px 15px 0px #eeeeee;
            box-shadow: 0px 0px 15px 0px #eeeeee;
    border-radius: 30px 30px 10px 10px;
    border: solid 2px #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.integralRule .suspend .rule-box img[data-v-0931f474] {
      margin-bottom: 10px;
}
.integralRule .suspend .rule-box p[data-v-0931f474] {
      font-size: 14px;
      line-height: 16px;
      color: #ffffff;
}
.integralRule .rulesTable[data-v-0931f474] .el-dialog {
  border-radius: 16px;
}
.integralRule .rulesTable[data-v-0931f474] .el-dialog__header {
  padding: 0 20px 10px;
}
.integralRule .rulesTable[data-v-0931f474] .el-dialog__body {
  padding: 10px 20px 20px;
}
.integralRule .rulesTable[data-v-0931f474] .el-table th.el-table__cell {
  background-color: #f8f8f8;
  height: 41px;
}
.integralRule .rulesTable[data-v-0931f474] .el-table th.el-table__cell {
  padding: 0;
}
.integralRule .rulesTable[data-v-0931f474] .el-table th.el-table__cell > .cell,
.integralRule .rulesTable[data-v-0931f474] .el-table td.el-table__cell div {
  padding: 0 10px 0 10px;
}
.integralRule .rulesTable[data-v-0931f474] .el-table th.el-table__cell > .cell {
  color: #333333;
  font-weight: 600;
}
.integralRule .rulesTable[data-v-0931f474] .el-table--enable-row-transition .el-table__body td.el-table__cell {
  padding: 0;
  height: 31px;
}
.integralRule .rulesTable .rulesTable__header[data-v-0931f474] {
  position: relative;
  padding-bottom: 15px;
}
.integralRule .rulesTable .rulesTable__header .rulesTable__close[data-v-0931f474] {
    width: 14px;
    height: 14px;
    position: absolute;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOAgMAAABiJsVCAAAADFBMVEWZmZmZmZlHcEyZmZmWDS/rAAAAA3RSTlMV2gCbTIjQAAAAOUlEQVQI12MIWrUigKFk1cILDLJa7Q4M7V6yCgwLL5QsYFhRemkBwyp5LygB5oIlwErAisHaQAYAAKn9Gs1pgdkfAAAAAElFTkSuQmCC);
    cursor: pointer;
    z-index: 1;
    top: 2px;
    right: 0;
}
.integralRule .rulesTable .rulesTable__header .rulesTable__popupTitle[data-v-0931f474] {
    font-size: 16px;
    color: #333333;
}
.integralRule .rulesTable .rulesTable__content[data-v-0931f474] {
  height: 416px;
  overflow: auto;
  position: relative;
  /* 隐藏滚动条 */
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.integralRule .rulesTable .rulesTable__content[data-v-0931f474]::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}
.integralRule .rulesTable .rulesTable__content .rulesTable__info[data-v-0931f474] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5px 0;
    font-size: 14px;
    color: #666;
}
.integralRule .rulesTable .rulesTable__content .rulesTable__info p[data-v-0931f474] {
      text-align: justify;
      line-height: 24px;
      font-size: 14px;
      color: #666;
}
.integralRule .rulesTable .rulesTable__content .rulesTable__info p.rulesTable__title[data-v-0931f474] {
        color: #333333;
}
.integralRule .rulesTable .rulesTable__content .rulesTable__info p a[data-v-0931f474] {
        color: #fc6053;
        text-decoration: underline;
}
.integralRule .rulesTable .rulesTable__content .rulesTable__info .rulesTable_table[data-v-0931f474] {
      margin: 15px 0;
}
.integralRule .rulesTable .rulesTable__base[data-v-0931f474] {
  width: 100%;
  height: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fafafa));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fafafa 100%);
  border-radius: 0px 0px 16px 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.integralRule .none[data-v-0931f474] {
  display: none !important;
}

