.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;
}

