.flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

/*主轴为水平方向，起点在左边*/
.flexRow {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

/*主轴为垂直方向，起点在上沿*/
.flexColumn {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
/* 反转 wrap 排列 */
.flexWrapReverse {
  -ms-flex-direction: wrap-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}
.flex1 {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

/*交叉轴的起点对齐*/
.alignStart {
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

/*交叉轴的终点对齐*/
.alignEnd {
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
}

/*交叉轴的中点对齐*/
.alignCenter {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

/*项目的第一行文字的基线对齐*/
.alignBaseline {
  -ms-align-items: baseline;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

/*如果项目未设置高度或设为auto，将占满整个容器的高度*/
.alignStretch {
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/*换行，第一行在上方*/
.flexWrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*主轴左对齐*/
.justifyStart {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

/*主轴右对齐*/
.justifyEnd {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

/*主轴居中对齐*/
.justifyCenter {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

/*主轴两端对齐,项目之间的间隔都相等*/
.justifyBetween {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

/*每个项目两侧的间隔相等。所以，项目之间的间隔比项目与边框的间隔大一倍*/
.justifyAround {
  -ms-flex-pack: justify;
  justify-content: space-around;
}

/*覆盖父级交叉轴的起点对齐*/
.alignSelfStart {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

/*覆盖父级交叉轴的终点对齐*/
.alignSelfEnd {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/*覆盖父级交叉轴的中点对齐*/
.alignSelfCenter {
  -ms-flex-item-align: center;
  align-self: center;
}

/*覆盖父级项目的第一行文字的基线对齐*/
.alignSelfBaseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

/*覆盖父级如果项目未设置高度或设为auto，将占满整个容器的高度*/
.alignSelfStretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

/* 显示一行文字 */
.line1 {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 显示2行文字 */
.line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.line3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.el-message__icon {
  font-size: 16px;
}

.banner[data-v-a7ee564c] {
  width: 100%;
  height: 360px;
  background: url(../../static/img/banner.08246d04.png) no-repeat center;
  position: relative;
}
.banner .banner__integrate[data-v-a7ee564c] {
    width: 1200px;
    height: 360px;
    position: relative;
    margin: 0 auto;
}
.banner .banner__integrate .banner__earnIntegral[data-v-a7ee564c] {
      width: 180px;
      height: 54px;
      -webkit-box-shadow: 0px 4px 6px 1px rgba(233, 82, 1, 0.32);
              box-shadow: 0px 4px 6px 1px rgba(233, 82, 1, 0.32);
      background: -webkit-gradient(linear, left bottom, left top, from(#ddbbf1), to(#ffffff));
      background: linear-gradient(0deg, #ddbbf1 0%, #ffffff 100%);
      position: absolute;
      border-radius: 27px;
      left: 0;
      top: 230px;
      font-size: 18px;
      color: #ffffff;
      border: none;
      line-height: 54px;
      text-align: center;
}
.banner .banner__integrate .banner__earnIntegral[data-v-a7ee564c]::after {
        content: "";
        position: absolute;
        top: 3px;
        left: 3px;
        width: 174px;
        height: 48px;
        background: -webkit-gradient(linear, left bottom, left top, from(#8067da), to(#ffaad8));
        background: linear-gradient(0deg, #8067da 0%, #ffaad8 100%);
        border-radius: 27px;
}
.banner .banner__integrate .banner__earnIntegral span[data-v-a7ee564c] {
        position: relative;
        z-index: 1;
}
.banner .banner__integrate .banner__integralDetails[data-v-a7ee564c] {
      width: 250px;
      height: 140px;
      position: absolute;
      top: 120px;
      right: 70px;
}
.banner .banner__integrate .banner__integralDetails p[data-v-a7ee564c] {
        padding: 38px 0 25px;
        font-size: 16px;
        color: #7b340e;
}
.banner .banner__integrate .banner__integralDetails p span[data-v-a7ee564c] {
          font-size: 40px;
          font-weight: bold;
          margin-bottom: -5px;
}
.banner .banner__integrate .banner__integralDetails a[data-v-a7ee564c] {
        font-size: 14px;
        color: #7b340e;
        background: none;
        margin: 0 auto;
        border: none;
}
.banner .banner__integrate .banner__integralDetails a i[data-v-a7ee564c] {
          width: 11px;
          height: 11px;
          margin-left: 5px;
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALBAMAAABbgmoVAAAAIVBMVEV7NA57NA57NA57NA5HcEx7NA57NA57NA57NA57NA57NA5L7z6jAAAAC3RSTlP/pSnsAFNp1oE3vJFfVxIAAABASURBVAjXY3BRNDBUcWBwZWBgYHVgUGBvYGBQYBBgVmNgEGAwYDBKABIMDOxeQMKAwRLEE2CeBpKDqoTqg5gCADahCDUBOD7uAAAAAElFTkSuQmCC);
}
.banner .banner__carousel[data-v-a7ee564c] {
    width: 700px;
    height: 72px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(255, 229, 187, 0.14);
            box-shadow: 0px 5px 10px 0px rgba(255, 229, 187, 0.14);
    border-radius: 36px;
    position: absolute;
    left: 50%;
    bottom: -27px;
    margin-left: -350px;
    overflow: hidden;
}
.banner .banner__carousel ul li[data-v-a7ee564c] {
      height: 72px;
}
.banner .banner__carousel ul li img[data-v-a7ee564c] {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        margin-right: 13px;
}
.banner .banner__carousel ul li p[data-v-a7ee564c] {
        font-size: 16px;
        color: #333333;
}
.banner .banner__carousel ul li p span[data-v-a7ee564c] {
          color: #ff6054;
}

.item[data-v-47f5d2c1] {
  width: 270px;
  height: 325px;
  background-color: #ffffff;
  border-radius: 16px;
  margin-bottom: 40px;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.item *[data-v-47f5d2c1] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.item[data-v-47f5d2c1]:not(:nth-child(4n)) {
    margin-right: 40px;
}
.item .nothing[data-v-47f5d2c1] {
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -40px;
    z-index: 9;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    line-height: 80px;
    font-style: normal;
    font-size: 16px;
    color: #ffffff;
}
.item .tag[data-v-47f5d2c1] {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}
.item .picture[data-v-47f5d2c1] {
    width: 270px;
    height: 240px;
    border-radius: 16px 16px 0px 0px;
    position: relative;
    padding: 20px 25px 0;
}
.item .picture > img[data-v-47f5d2c1] {
      max-width: 220px;
      max-height: 220px;
}
.item:hover .details[data-v-47f5d2c1] {
    display: block;
}
.item .details[data-v-47f5d2c1] {
    display: none;
    width: 270px;
    height: 240px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 16px 16px 0px 0px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.item .details p[data-v-47f5d2c1] {
      width: 78px;
      height: 24px;
      background-image: -webkit-gradient(linear, left top, right top, from(#ff7d5f), color-stop(50%, #ff5642), to(#ff3026));
      background-image: linear-gradient(90deg, #ff7d5f 0%, #ff5642 50%, #ff3026 100%);
      border-radius: 3px;
      font-size: 14px;
      color: #ffffff;
      position: absolute;
      top: 10px;
      left: 10px;
}
.item .details p i[data-v-47f5d2c1] {
        width: 6px;
        height: 10px;
        margin-left: 4px;
}
.item .title[data-v-47f5d2c1],
  .item .int[data-v-47f5d2c1] {
    line-height: 1.4;
}
.item .title[data-v-47f5d2c1] {
    padding: 0 10px;
    font-size: 16px;
    color: #333333;
    margin: 15px 0 7px;
}
.item .title em[data-v-47f5d2c1] {
      font-size: 12px;
      color: #ffffff;
      height: 20px;
      background-image: -webkit-gradient(linear, left top, right top, from(#ff973a), to(#ffbd31));
      background-image: linear-gradient(90deg, #ff973a 0%, #ffbd31 100%);
      border-radius: 6px;
      padding: 0 6px;
      line-height: 20px;
      margin-right: 4px;
}
.item .title span[data-v-47f5d2c1] {
      display: block;
      max-width: calc(100% - 40px);
}
.item .int[data-v-47f5d2c1] {
    font-size: 14px;
    color: #ff3c30;
}
.item .int span[data-v-47f5d2c1] {
      font-size: 20px;
      color: #ff3c30;
      font-weight: bold;
}

.allMain[data-v-5335ea3c] {
  min-height: 250px;
  padding: 80px 0;
  background: #f6f8f9;
}
.allMain[data-v-5335ea3c] .el-tabs {
    width: 1200px;
    margin: 0 auto;
}
.allMain[data-v-5335ea3c] .el-tabs .el-tabs__header {
      margin-bottom: 59px;
}
.allMain[data-v-5335ea3c] .el-tabs .el-tabs__header .el-tabs__nav-wrap::after {
        content: none;
}
.allMain[data-v-5335ea3c] .el-tabs .el-tabs__header .el-tabs__nav-scroll {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
}
.allMain[data-v-5335ea3c] .el-tabs .el-tabs__header .el-tabs__nav-scroll .el-tabs__nav {
          width: 360px;
          height: 60px;
          background-color: #ffffff;
          border-radius: 30px;
          float: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
}
.allMain[data-v-5335ea3c] .el-tabs .el-tabs__header .el-tabs__nav-scroll .el-tabs__nav .el-tabs__active-bar {
            display: none;
}
.allMain[data-v-5335ea3c] .el-tabs .el-tabs__header .el-tabs__nav-scroll .el-tabs__nav .el-tabs__item {
            width: 180px;
            height: 60px;
            border-radius: 30px;
            font-size: 20px;
            color: #333333;
            font-weight: bold;
            padding: 0;
}
.allMain[data-v-5335ea3c] .el-tabs .el-tabs__header .el-tabs__nav-scroll .el-tabs__nav .el-tabs__item .all-tab_label {
              height: 100%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
}
.allMain[data-v-5335ea3c] .el-tabs .el-tabs__header .el-tabs__nav-scroll .el-tabs__nav .el-tabs__item .all-tab_label img {
                margin-right: 8px;
}
.allMain[data-v-5335ea3c] .el-tabs .el-tabs__header .el-tabs__nav-scroll .el-tabs__nav .el-tabs__item.is-active {
              background-color: #ff7445;
              color: #ffffff;
}
.allMain[data-v-5335ea3c] .el-tabs .el-tabs__content {
      overflow: visible;
}
.allMain[data-v-5335ea3c] .el-tabs .el-tabs__content .el-tab-pane {
        width: 100%;
}
.allMain .all__content[data-v-5335ea3c] {
    width: 1200px;
    margin: 0 auto;
}
.allMain .all__content .crumbs[data-v-5335ea3c] {
      padding: 20px 0;
      font-size: 14px;
      color: #333333;
}
.allMain .all__content .crumbs i[data-v-5335ea3c] {
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #dddddd;
        margin: 0 10px;
}
.allMain .all__content .crumbs a[data-v-5335ea3c] {
        color: #999999;
}
.allMain .all__content .crumbs a[data-v-5335ea3c]:hover {
          color: #ff3c30;
}
.allMain .all__content .all__main[data-v-5335ea3c] {
      margin: 0 auto;
      min-height: 364px;
      width: 1200px;
      border-radius: 16px;
}
.allMain .all__content .git_main-page[data-v-5335ea3c] {
      margin: 0 auto;
      padding-top: 40px;
}
.allMain .all__content .git_main-page[data-v-5335ea3c] .el-pagination.is-background .el-pager li:not(.disabled).active {
        background: #ff6054;
        color: #ffffff;
}
.allMain .all__content .git_main-page[data-v-5335ea3c] .el-pagination.is-background .btn-next,
      .allMain .all__content .git_main-page[data-v-5335ea3c] .el-pagination.is-background .btn-prev,
      .allMain .all__content .git_main-page[data-v-5335ea3c] .el-pagination.is-background .el-pager li {
        background: #eeeeee;
        color: #555;
}
.allMain .all__content .git_main-page[data-v-5335ea3c] .el-pagination.is-background button[disabled] {
        background: #eeeeee !important;
        color: #555 !important;
}
.allMain .all__content .git_main-page[data-v-5335ea3c] .el-pagination.is-background .el-pager li:not(.disabled):hover,
      .allMain .all__content .git_main-page[data-v-5335ea3c] .el-pagination.is-background button:hover {
        background: #ff6054;
        color: #ffffff;
}

@charset "UTF-8";
.integralRule b[data-v-b274ac14],
.integralRule table[data-v-b274ac14],
.integralRule caption[data-v-b274ac14],
.integralRule tbody[data-v-b274ac14],
.integralRule tfoot[data-v-b274ac14],
.integralRule thead[data-v-b274ac14],
.integralRule tr[data-v-b274ac14],
.integralRule th[data-v-b274ac14],
.integralRule td[data-v-b274ac14] {
  font-weight: bold;
  vertical-align: middle;
}
.integralRule .suspend[data-v-b274ac14] {
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 8;
}
.integralRule .suspend a[data-v-b274ac14] {
    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;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.integralRule .suspend a img[data-v-b274ac14] {
      margin-bottom: 9px;
}
.integralRule .suspend a p[data-v-b274ac14] {
      font-size: 14px;
      line-height: 16px;
      color: #ffffff;
}
.integralRule .suspend .content[data-v-b274ac14] {
    width: 60px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px #eeeeee;
            box-shadow: 0px 0px 15px 0px #eeeeee;
    border-radius: 10px;
}
.integralRule .suspend .content .list[data-v-b274ac14] {
      width: 100%;
      position: relative;
      cursor: pointer;
      padding: 16px 0;
}
.integralRule .suspend .content .list i[data-v-b274ac14] {
        display: block;
        width: 36px;
        height: 36px;
        margin: 0 auto 4px;
}
.integralRule .suspend .content .list .rule[data-v-b274ac14] {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAM1BMVEVHcEzz9v/z9v/z9v/z9v/z9v/z9v/z9v/z9v/z9v/z9v/z9v/Fytrz9v/a3uvn6vXN0eD/enQAAAAADHRSTlMAacVEzyFZD6DY7clt5ASQAAAA60lEQVQ4y5WU6RbEEAyFUWoZEe//tKMLwsGY+6/t1+wJY0SKG+kAnDRcsbFOAUTiHCCHhU726BBtYCCjG+YDQwlCaQsTWf3LzqVPpgwsZN68YKknxzcgjL4o0LDuGr4PhPEeCXVVNdeZMo0pkfoFYwirMcX4BPI+5i+85p/eZt3ugq9VkAUqfwJeEBZIMlcthazYQo7BJCYCwR5U3UVMeeNT+M4dCRxxDElagpk7My0mgfi0LQRStcGxg0rFBRkVbCAMZRJOMnTN1KVGBjp0e+O7tQjLlarrubOciZJjRup/D8be6dk8Yqtz+AUruTMfUb2QswAAAABJRU5ErkJggg==);
}
.integralRule .suspend .content .list .seckill[data-v-b274ac14] {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAARVBMVEVHcEzz9v/z9v/z9v/z9v/z9v/z9v/x9P7z9v/z9v/z9v/z9v/z9v/z9v/z9v/z9v/z9v/FytrP1OPX2+nJzt3g5PDq7fio/+mpAAAAEHRSTlMA7WlEzQkV/aDGWSEd2Ne1JGIXZgAAATBJREFUOMudVNuygyAMBG+BOnaAAP//qRVLAuZop6f7osiaLJsEpTqsg5k0gJ7MsKprPKzrYB8XlPHpBJ6joMzGXcDMPWeZ3CXs0nE2d4ONWbN1t7CU0bgPMPVc/CGjx+PpQwL6+D4jnT0H72Mqb8BvxYnDw7pI3oecMcQYcH/uqxqsuGqZk1L0FSHtcUPVvteLk5W/GxAQ69aqBpYd/AnIG0M7f/ICqblABQHaixyRXJiUloGaNAqlFQhF6JgUKAmTKBm4zLGYpM+kVA3vSZqFs25s8li4kS4hRKHJsJksF1HaOXBZQHrpY+ayUIEdShIFsl2ryNqRoqNVuOngxKJuejdda19o/dSqW9u3GwRIIZYStw6nQfhupL4azvsxn5b/XhjljH9SbuNvl9in6/AFKzhAeEY8VDYAAAAASUVORK5CYII=);
}
.integralRule .suspend .content .list:hover .rule[data-v-b274ac14] {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAP1BMVEVHcEz/YFT/YFT/YFT/YFT/YFT/YFT/YFT/YFT/YFT/29v/YFT86en68vL59/f94eH/pqH/f3X9sq7/kor/09LPIV96AAAACnRSTlMARGlZxgnt0xugl6y4sQAAAQBJREFUOMuVlFuygyAMQKlFXgF5yP7XWrFAolUv9/ij4xlIQghjBDVpKQCE1JNi17w5EPj7QnlJOCFfJ2XWcIGeD8FIuISrv51ty27NHG7hbUcND+iaFzzyzbEGFM3ScImGtdewfuSFsBKrVLVFTZ2FLsW39Nu7oySIsVuKTTeSw8AmzN85ayq7EBxWoRfbmb7+WqTVYX6ivVqbQiXbItn2RzBAiXCQYEzC7UzcMT+SwMB9k/xG2CSPgfcSeMpB0lhM48lTJIPF7MdiKAdJ4QGnkxQyHnBvlZiptIYi9lbp+cVEtRxo042179BFGLtSQ5fz3pLqvwNjbPQMDrGncfgBBxYuYyFs6LQAAAAASUVORK5CYII=);
}
.integralRule .suspend .content .list:hover .seckill[data-v-b274ac14] {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAV1BMVEVHcEz8YFP8YFP8YFP8YFP8YFP8YFP8YFP8YFP8YFP8YFP8YFP8YFP8YFP8YFP////+3dr/+vr9qqP+urT/7uz8bmL9i4H9eG3+xcD9mpL8Z1r+0c3+zMfPPB75AAAADnRSTlMAxURpCZv6G9jOpVntybWDuRAAAAFBSURBVDjLlVTXYoMwDDRhLw+8IPD/31mTSIpxCaX3gkCHdNYwYxHqvGuHqhraLq/ZOfqMR8j6E8qj4QmaR0IpSn6CsjiIGfkpxkha3fAvaIhVjPwrMsxY8guUcC764Dal96dXcnrix/cZUZCXQphltyxZu6xXDeFlUUI6p6UxUjuvlVgh2F5VqPMi1LIYATBLiLuC9nB81CPdLCLMdtbgqllOsjdxwEaOnHVoTiLBhJ6OtWBZ9XYpI4GkLLhaNqSBPtIw1MAqsPD/mRNJgqsikqIc3mmwiYTp4hQYldK1SaTQPZSnSHiXaApVVImmjoqpqYhUVE3FxLZ48Que2oIN/oRKA2XRqDzlkSNx7Pp46I4s4jTJ+E54LqGouzC+0SLYaQ1zZ9bJpotwuVJj8Z/lDKz27zW/d2Hcu3puXmJX1+EPX0g7IhwF0tkAAAAASUVORK5CYII=);
}
.integralRule .suspend .content .list:hover > p[data-v-b274ac14] {
        color: #ff6054;
}
.integralRule .suspend .content .list > p[data-v-b274ac14] {
        font-size: 12px;
        line-height: 16px;
        color: #a7acbc;
        text-align: center;
}
.integralRule .suspend .content .list[data-v-b274ac14]:not(:last-child)::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 20px;
        width: 20px;
        height: 1px;
        background-color: #eee;
}
.integralRule .suspend .content .goTop i[data-v-b274ac14] {
      width: 21px;
      height: 13px;
      margin: 0 auto 4px;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAANBAMAAAC0vDhTAAAAKlBMVEWHipRHcEyHipSHipSHipSHipSHipSHipSHipSHipSHipSHipSHipSHipS1WRBIAAAADnRSTlP/APeL6Dt4KVdJZqPNGcdQnvQAAAB2SURBVAjXYxAEAmFuECnAACINGDbC2GIMDMww9gIGBoZECFuCgWkKAxeEPYFBVdyBoRHEFlVgmCgYxMAJYhcxcAgKijIwBQowAKUXAvU3MKgLMFxhYANZIcXAUsBwgMEQxBZMALIUwPYD3cGgwGCwEcIWNEkAAOsXEh2YUwIjAAAAAElFTkSuQmCC) no-repeat center;
}
.integralRule .suspend .content .goTop:hover i[data-v-b274ac14] {
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAANCAMAAABxTNVSAAAANlBMVEX/YFT/YFT/YFT/YFT/YFT/YFT/YFRHcEz/YFT/YFT/YFT/YFT/YFT/YFT/YFT/YFT/YFT/YFTI4idZAAAAEnRSTlP/kKNYSzspAPbofGVwiAPFGdU9cHYYAAAAaUlEQVQY012PVw7AMAhDnUlW1/0vWzJQaP0RmacwDBIZ2FM8xBwA7J8WdJkvrZgqmjoGyWd+26a+w0CxYyc0JK68Nkxjki8UZhPT0VfX8jErEu68V69jcsSlzuxqXD/QkSRkwqHiL5zbCzfPBeGt2M1AAAAAAElFTkSuQmCC) no-repeat center;
}
.integralRule .rulesTable[data-v-b274ac14] .el-dialog {
  border-radius: 16px;
}
.integralRule .rulesTable[data-v-b274ac14] .el-dialog__header {
  padding: 0 20px 10px;
}
.integralRule .rulesTable[data-v-b274ac14] .el-dialog__body {
  padding: 10px 20px 20px;
}
.integralRule .rulesTable[data-v-b274ac14] .el-table th.el-table__cell {
  background-color: #f8f8f8;
  height: 41px;
}
.integralRule .rulesTable[data-v-b274ac14] .el-table th.el-table__cell {
  padding: 0;
}
.integralRule .rulesTable[data-v-b274ac14] .el-table th.el-table__cell > .cell,
.integralRule .rulesTable[data-v-b274ac14] .el-table td.el-table__cell div {
  padding: 0 10px 0 10px;
}
.integralRule .rulesTable[data-v-b274ac14] .el-table th.el-table__cell > .cell {
  color: #333333;
  font-weight: 600;
}
.integralRule .rulesTable[data-v-b274ac14] .el-table--enable-row-transition .el-table__body td.el-table__cell {
  padding: 0;
  height: 31px;
}
.integralRule .rulesTable .rulesTable__header[data-v-b274ac14] {
  position: relative;
  padding-bottom: 15px;
}
.integralRule .rulesTable .rulesTable__header .rulesTable__close[data-v-b274ac14] {
    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-b274ac14] {
    font-size: 16px;
    color: #333333;
}
.integralRule .rulesTable .rulesTable__content[data-v-b274ac14] {
  height: 416px;
  overflow: auto;
  position: relative;
  /* 隐藏滚动条 */
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.integralRule .rulesTable .rulesTable__content[data-v-b274ac14]::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}
.integralRule .rulesTable .rulesTable__content .rulesTable__info[data-v-b274ac14] {
    -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-b274ac14] {
      text-align: justify;
      line-height: 24px;
      font-size: 14px;
      color: #666;
}
.integralRule .rulesTable .rulesTable__content .rulesTable__info p.rulesTable__title[data-v-b274ac14] {
        color: #333333;
}
.integralRule .rulesTable .rulesTable__content .rulesTable__info p a[data-v-b274ac14] {
        color: #fc6053;
        text-decoration: underline;
}
.integralRule .rulesTable .rulesTable__content .rulesTable__info .rulesTable_table[data-v-b274ac14] {
      margin: 15px 0;
}
.integralRule .rulesTable .rulesTable__base[data-v-b274ac14] {
  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-b274ac14] {
  display: none !important;
}

.all[data-v-392c2699] {
  min-width: 1200px;
}
.all section[data-v-392c2699] {
    position: relative;
    z-index: 2;
}

