.navigator-bar .background[data-v-241a34bb] {
  width: 100%;
  height: 300px;
  background-image: url(../img/activity-banner.f01d82c7.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.navigator-bar .tm-container[data-v-241a34bb] {
  width: 1190px;
  margin: auto;
}
.navigator-bar .tm-container .tab-list[data-v-241a34bb] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 16px;
}
.navigator-bar .tm-container .tab-list .item[data-v-241a34bb] {
      position: relative;
      z-index: 1;
      overflow: hidden;
      flex: 1;
      height: 72px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 8px;
      background: #f7f9fa;
      border: 1.5px solid none;
}
.navigator-bar .tm-container .tab-list .item .svgIcon[data-v-241a34bb] {
        font-size: 24px;
        fill: #ABC1FB;
}
.navigator-bar .tm-container .tab-list .item span[data-v-241a34bb] {
        font-weight: 700;
        font-size: 18px;
        font-family: Source Han Sans CN;
        line-height: 100%;
        letter-spacing: 8%;
        vertical-align: bottom;
        color: #333333;
        margin-left: 16px;
}
.navigator-bar .tm-container .tab-list .item[data-v-241a34bb]:hover {
      cursor: pointer;
}
.navigator-bar .tm-container .tab-list .active[data-v-241a34bb] {
      background: radial-gradient(34.74% 124.35% at 42.15% 79.3%, #0c45dd 0%, #3d6ff4 100%);
      border: 1.5px solid;
      border-image-source: linear-gradient(178.29deg, rgba(255, 255, 255, 0.25) 0.64%, rgba(255, 255, 255, 0.1) 97.75%);
      box-shadow: 0px 10px 20px 0px #3165ef33;
}
.navigator-bar .tm-container .tab-list .active .svgIcon[data-v-241a34bb] {
        font-size: 24px;
        fill: #FFFFFF;
}
.navigator-bar .tm-container .tab-list .active span[data-v-241a34bb] {
        color: #ffffff;
}
.navigator-bar .tm-container .tab-list .normal[data-v-241a34bb]::before {
      content: "";
      position: absolute;
      z-index: -2;
      right: -15px;
      top: -20px;
      width: 208px;
      height: 208px;
      border-radius: 50%;
      background: radial-gradient(117.63% 52.08% at 50% 56.12%, rgba(234, 236, 244, 0) 0%, rgba(234, 236, 244, 0.45) 100%);
      box-shadow: 0px 4px 40px 0px #f7f9fa;
}
.navigator-bar .tm-container .tab-list .normal[data-v-241a34bb]::after {
      content: "";
      position: absolute;
      z-index: -1;
      right: -15px;
      top: 30px;
      width: 166px;
      height: 166px;
      border-radius: 50%;
      background: radial-gradient(91.78% 81.28% at 68.68% 91.79%, rgba(234, 236, 244, 0) 0%, rgba(234, 236, 244, 0.45) 100%);
      box-shadow: 0px 4px 40px 0px #f7f9fa;
}
.navigator-bar .tm-container .tab-list .active[data-v-241a34bb]::before {
      content: "";
      position: absolute;
      z-index: -2;
      right: -15px;
      top: -20px;
      width: 208px;
      height: 208px;
      border-radius: 50%;
      background: radial-gradient(117.63% 52.08% at 50% 56.12%, rgba(12, 69, 221, 0) 0%, #5277ff 100%);
      box-shadow: 0px 4px 40px 0px #265cec;
}
.navigator-bar .tm-container .tab-list .active[data-v-241a34bb]::after {
      content: "";
      position: absolute;
      z-index: -1;
      right: -15px;
      top: 30px;
      width: 166px;
      height: 166px;
      border-radius: 50%;
      background: radial-gradient(117.63% 52.08% at 50% 56.12%, rgba(12, 69, 221, 0) 0%, #5277ff 100%);
      box-shadow: 0px 4px 40px 0px #265cec;
}

.activity-item[data-v-3d5c1e41] {
  width: 100%;
  min-height: 200px;
  border-radius: 12px;
  background: linear-gradient(180.34deg, #79b4fd -12.89%, rgba(255, 255, 255, 0.4) 15.72%, #ffffff 42.75%, rgba(255, 255, 255, 0.682272) 86.7%, #ffffff 167.24%);
  border: 1px solid;
  border-bottom: none;
  border-image-source: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 185.83%);
  padding: 16px 20px 20px;
  display: flex;
  gap: 20px;
  margin-bottom: 12px;
}
.activity-item .left[data-v-3d5c1e41] {
    width: 282px;
    height: 164px;
    border-radius: 8px;
    position: relative;
}
.activity-item .left .bar[data-v-3d5c1e41] {
      width: 68px;
      height: 26px;
      line-height: 26px;
      z-index: 10;
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      border-top-left-radius: 8px;
      border-bottom-right-radius: 8px;
      color: #fff;
      font-size: 12px;
      font-family: Source Han Sans CN;
}
.activity-item .left .status-1[data-v-3d5c1e41] {
      background: #ffb82b;
}
.activity-item .left .status1[data-v-3d5c1e41] {
      background: #3f73ff;
}
.activity-item .left .status2[data-v-3d5c1e41] {
      background: #f97251;
}
.activity-item .left .status0[data-v-3d5c1e41] {
      background: #d6e0e9;
      color: #8d939a;
}
.activity-item .left .image[data-v-3d5c1e41] {
      z-index: 9;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 8px;
      position: absolute;
      right: 0;
      bottom: 0;
}
.activity-item .left .svgIcon[data-v-3d5c1e41] {
      z-index: 11;
      font-size: 72px;
      position: absolute;
      top: 50%;
      left: 50%;
      translate: -50% -50%;
      border-radius: 50%;
      display: inline-block;
}
.activity-item .right[data-v-3d5c1e41] {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 164px;
}
.activity-item .right .r-top[data-v-3d5c1e41] {
      height: 36px;
      display: flex;
      align-items: center;
}
.activity-item .right .r-top .ellipse[data-v-3d5c1e41] {
        flex: 1;
        font-weight: 700;
        font-size: 24px;
        font-family: Source Han Sans CN;
        line-height: 36px;
        color: #101828;
}
.activity-item .right .r-top .ending[data-v-3d5c1e41] {
        display: flex;
        height: 30px;
        gap: 5px;
}
.activity-item .right .r-top .ending span[data-v-3d5c1e41] {
          height: 24px;
          font-weight: 400;
          font-size: 16px;
          font-family: Source Han Sans CN;
          line-height: 24px;
          color: #33333399;
          align-self: flex-end;
}
.activity-item .right .r-top .ending .day[data-v-3d5c1e41] {
          font-weight: 700;
          font-size: 28px;
          font-family: Source Han Sans CN;
          height: 30px;
          line-height: 30px;
          color: #3f73ff;
}
.activity-item .right .r-top .open[data-v-3d5c1e41] {
        font-weight: 400;
        font-size: 20px;
        font-family: Source Han Sans CN;
        line-height: 100%;
        color: #3f73ff;
}
.activity-item .right .r-medium[data-v-3d5c1e41] {
      display: flex;
      flex-wrap: wrap;
      gap: 2px;
      min-height: 55px;
}
.activity-item .right .r-medium .item[data-v-3d5c1e41] {
        height: 24px;
}
.activity-item .right .r-medium .item img[data-v-3d5c1e41] {
          height: 24px;
          max-width: 100%;
}
.activity-item .right .r-medium .number[data-v-3d5c1e41] {
        font-weight: 550;
        font-size: 14px;
        font-family: Source Han Sans CN;
        color: #101828;
}
.activity-item .right .center[data-v-3d5c1e41] {
      align-items: center;
}
.activity-item .right .r-bottom[data-v-3d5c1e41] {
      display: flex;
      align-items: center;
      justify-content: space-between;
}
.activity-item .right .r-bottom .info[data-v-3d5c1e41] {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 8px;
}
.activity-item .right .r-bottom .info div[data-v-3d5c1e41] {
          display: flex;
          align-items: center;
          gap: 10px;
}
.activity-item .right .r-bottom .info div .svgIcon[data-v-3d5c1e41] {
            font-size: 12px;
}
.activity-item .right .r-bottom .info div span[data-v-3d5c1e41] {
            font-weight: 400;
            font-size: 14px;
            font-family: Source Han Sans CN;
            line-height: 100%;
            color: #667085;
}
.activity-item .right .r-bottom .info div .val[data-v-3d5c1e41] {
            max-width: 565px;
            overflow: hidden;
            text-overflow: ellipsis;
            height: 30px;
            line-height: 30px;
            white-space: nowrap;
}
.activity-item .right .r-bottom .info div .line[data-v-3d5c1e41] {
            display: inline-block;
            width: 1px;
            height: 12px;
            background-color: rgba(102, 112, 133, 0.2);
}
.activity-item .right .r-bottom .operate span[data-v-3d5c1e41] {
        display: inline-block;
        padding: 8px 40px;
        background: linear-gradient(110.64deg, #3f73ff 35.92%, #68caff 86.38%);
        color: #ffffff;
        border-radius: 100px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
}


/*# sourceMappingURL=20.1774862596341.css.map*/