.open-season {
  width: 1200px;
  margin: 16px auto 0;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 50;
  height: 242px; }
  .open-season .open-season__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    width: 100%;
    position: relative;
    padding: 20px 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .open-season .open-season__head .open-season__head--logo {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      margin-right: 15px;
      height: 30px; }
      .open-season .open-season__head .open-season__head--logo img {
        width: auto;
        height: 30px; }
    .open-season .open-season__head .open-season__head--tab {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      padding: 0 15px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-top: 3px; }
      .open-season .open-season__head .open-season__head--tab:hover .tab__show .tab__cont .tab__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .open-season .open-season__head .open-season__head--tab .tab__item {
        white-space: nowrap;
        font-weight: bold;
        font-size: 14px;
        color: #333333;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        cursor: pointer; }
        .open-season .open-season__head .open-season__head--tab .tab__item img {
          height: 20px;
          width: auto; }
        .open-season .open-season__head .open-season__head--tab .tab__item::after {
          content: '';
          display: block;
          width: 33%;
          height: 3px;
          background: transparent;
          -webkit-border-radius: 2px;
                  border-radius: 2px;
          margin: 0 auto;
          margin-top: 4px; }
        .open-season .open-season__head .open-season__head--tab .tab__item.is-active, .open-season .open-season__head .open-season__head--tab .tab__item:hover {
          color: #fe6d00; }
          .open-season .open-season__head .open-season__head--tab .tab__item.is-active::after, .open-season .open-season__head .open-season__head--tab .tab__item:hover::after {
            background: #fe6d00; }
      .open-season .open-season__head .open-season__head--tab .tab__show {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        z-index: 9;
        height: 100%;
        top: 0; }
        .open-season .open-season__head .open-season__head--tab .tab__show.is-prev {
          left: 0; }
        .open-season .open-season__head .open-season__head--tab .tab__show.is-next {
          right: 0; }
          .open-season .open-season__head .open-season__head--tab .tab__show.is-next .tab__mask {
            -webkit-box-ordinal-group: 0;
                -ms-flex-order: -1;
                    order: -1;
            background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
            background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
            background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
            background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%); }
        .open-season .open-season__head .open-season__head--tab .tab__show .tab__cont {
          background: #fff;
          height: 100%;
          width: 16px; }
          .open-season .open-season__head .open-season__head--tab .tab__show .tab__cont:has(.swiper-button-disabled) ~ .tab__mask {
            display: none; }
          .open-season .open-season__head .open-season__head--tab .tab__show .tab__cont .tab__btn {
            display: none;
            width: 16px;
            height: 16px;
            font-size: 16px;
            color: #fff;
            background: #ff6600;
            -webkit-border-radius: 3px;
                    border-radius: 3px;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            margin-top: 2px;
            cursor: pointer; }
            .open-season .open-season__head .open-season__head--tab .tab__show .tab__cont .tab__btn.swiper-button-disabled {
              display: none; }
        .open-season .open-season__head .open-season__head--tab .tab__show .tab__mask {
          width: 40px;
          height: 20px;
          background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#ffffff));
          background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
          background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
          background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
          -webkit-border-radius: 0px;
                  border-radius: 0px; }
    .open-season .open-season__head .open-season__head--more {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      font-size: 14px;
      color: #999999;
      margin-left: 50px;
      cursor: pointer;
      -ms-flex-item-align: start;
          align-self: flex-start;
      margin-top: 3px; }
      .open-season .open-season__head .open-season__head--more:hover {
        color: #ff6600; }
  .open-season .open-season__main {
    position: relative;
    height: 196px; }
    .open-season .open-season__main .open-season__main--cont {
      padding: 12px 20px 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .open-season .open-season__main .open-season__main--cont .activity__item {
        width: 374px;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        border: 1px solid #feeeed;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 16px 20px 20px;
        box-sizing: border-box;
        background: #fff -webkit-linear-gradient(290deg, #feeeed 0px, rgba(254, 238, 237, 0) 80px);
        background: #fff -o-linear-gradient(290deg, #feeeed 0px, rgba(254, 238, 237, 0) 80px);
        background: #fff linear-gradient(160deg, #feeeed 0px, rgba(254, 238, 237, 0) 80px);
        height: 164px;
        overflow: hidden;
        -webkit-transition: all linear 0.3s;
        -o-transition: all linear 0.3s;
        transition: all linear 0.3s;
        margin-right: 20px; }
        .open-season .open-season__main .open-season__main--cont .activity__item:last-child {
          margin-right: 0; }
        .open-season .open-season__main .open-season__main--cont .activity__item:hover {
          height: -webkit-fit-content;
          height: -moz-fit-content;
          height: fit-content;
          -webkit-box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.1);
                  box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.1); }
        .open-season .open-season__main .open-season__main--cont .activity__item .item__head {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          height: 20px; }
          .open-season .open-season__main .open-season__main--cont .activity__item .item__head .item__head--title {
            font-size: 15px;
            color: #333333;
            font-weight: bold;
            line-height: 20px; }
          .open-season .open-season__main .open-season__main--cont .activity__item .item__head .item__head--label {
            height: 17px;
            background: #3fb0f7;
            -webkit-border-radius: 4px;
                    border-radius: 4px;
            padding: 0 4px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            line-height: 17px;
            font-size: 12px;
            color: #ffffff;
            margin-left: 10px;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto; }
            .open-season .open-season__main .open-season__main--cont .activity__item .item__head .item__head--label.is-hot {
              background: #fe5f52; }
            .open-season .open-season__main .open-season__main--cont .activity__item .item__head .item__head--label.is-countdown {
              background: #0fcd8b; }
            .open-season .open-season__main .open-season__main--cont .activity__item .item__head .item__head--label.is-end {
              background: #b2b2b2; }
        .open-season .open-season__main .open-season__main--cont .activity__item .item__desc {
          margin-top: 15px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .open-season .open-season__main .open-season__main--cont .activity__item .item__desc .item__desc--logo {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
            width: 170px;
            height: 92px;
            -webkit-border-radius: 3px;
                    border-radius: 3px;
            overflow: hidden; }
            .open-season .open-season__main .open-season__main--cont .activity__item .item__desc .item__desc--logo img {
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
                 object-fit: cover;
              -webkit-border-radius: 3px;
                      border-radius: 3px;
              -webkit-transition: -webkit-transform linear 0.3s;
              transition: -webkit-transform linear 0.3s;
              -o-transition: transform linear 0.3s;
              transition: transform linear 0.3s;
              transition: transform linear 0.3s, -webkit-transform linear 0.3s; }
              .open-season .open-season__main .open-season__main--cont .activity__item .item__desc .item__desc--logo img:hover {
                -webkit-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                        transform: scale(1.1); }
          .open-season .open-season__main .open-season__main--cont .activity__item .item__desc .item__desc--right {
            margin-left: 10px;
            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-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; }
            .open-season .open-season__main .open-season__main--cont .activity__item .item__desc .item__desc--right .right__title {
              font-size: 15px;
              color: #333333;
              line-height: 23px; }
              .open-season .open-season__main .open-season__main--cont .activity__item .item__desc .item__desc--right .right__title:hover {
                color: #ff6600; }
            .open-season .open-season__main .open-season__main--cont .activity__item .item__desc .item__desc--right .right__info {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
              .open-season .open-season__main .open-season__main--cont .activity__item .item__desc .item__desc--right .right__info .right__info--time,
              .open-season .open-season__main .open-season__main--cont .activity__item .item__desc .item__desc--right .right__info .right__info--city {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                font-size: 12px;
                color: #999999; }
                .open-season .open-season__main .open-season__main--cont .activity__item .item__desc .item__desc--right .right__info .right__info--time i,
                .open-season .open-season__main .open-season__main--cont .activity__item .item__desc .item__desc--right .right__info .right__info--city i {
                  margin-right: 5px; }
              .open-season .open-season__main .open-season__main--cont .activity__item .item__desc .item__desc--right .right__info .right__info--city {
                margin-left: 20px; }
        .open-season .open-season__main .open-season__main--cont .activity__item .item__highlight {
          margin-top: 20px;
          display: block; }
          .open-season .open-season__main .open-season__main--cont .activity__item .item__highlight .highlight__item {
            font-size: 14px;
            color: #666666;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-top: 10px; }
            .open-season .open-season__main .open-season__main--cont .activity__item .item__highlight .highlight__item:first-child {
              margin-top: 0; }
            .open-season .open-season__main .open-season__main--cont .activity__item .item__highlight .highlight__item.is-hot::before {
              background-image: url(https://img.cifnews.com/dev/20250910/4272c67746af40c1941d5bd3ff06a393.png); }
            .open-season .open-season__main .open-season__main--cont .activity__item .item__highlight .highlight__item::before {
              content: '';
              display: block;
              width: 20px;
              height: 20px;
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 auto;
                      flex: 0 0 auto;
              background: url(https://img.cifnews.com/dev/20250910/90f496c53325404796f8970133ed255c.png) no-repeat;
              -webkit-background-size: 100% 100%;
                      background-size: 100% 100%;
              margin-right: 4px; }
        .open-season .open-season__main .open-season__main--cont .activity__item .item__btns {
          margin-top: 20px;
          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; }
          .open-season .open-season__main .open-season__main--cont .activity__item .item__btns .item__btns--btn {
            width: 140px;
            height: 36px;
            -webkit-border-radius: 3px;
                    border-radius: 3px;
            border: 1px solid #ff6600;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            text-align: center;
            line-height: 36px;
            text-align: center;
            color: #ff6600;
            font-size: 14px;
            cursor: pointer; }
            .open-season .open-season__main .open-season__main--cont .activity__item .item__btns .item__btns--btn:first-child {
              background: #ff6600;
              color: #fff; }
              .open-season .open-season__main .open-season__main--cont .activity__item .item__btns .item__btns--btn:first-child.is-end {
                background: #b2b2b2;
                border-color: #b2b2b2;
                pointer-events: none; }
              .open-season .open-season__main .open-season__main--cont .activity__item .item__btns .item__btns--btn:first-child:hover {
                opacity: 0.8; }
            .open-season .open-season__main .open-season__main--cont .activity__item .item__btns .item__btns--btn:nth-child(2) {
              margin-left: 10px; }
              .open-season .open-season__main .open-season__main--cont .activity__item .item__btns .item__btns--btn:nth-child(2):hover {
                background: #ff6600;
                color: #fff; }
        .open-season .open-season__main .open-season__main--cont .activity__item .item__series {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-top: 20px; }
          .open-season .open-season__main .open-season__main--cont .activity__item .item__series .item__series--option {
            width: 112px;
            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;
            font-size: 14px; }
            .open-season .open-season__main .open-season__main--cont .activity__item .item__series .item__series--option:last-child {
              color: #999999; }
            .open-season .open-season__main .open-season__main--cont .activity__item .item__series .item__series--option:hover {
              color: #ff6600; }
              .open-season .open-season__main .open-season__main--cont .activity__item .item__series .item__series--option:hover .option__icon {
                color: #ff6600; }
            .open-season .open-season__main .open-season__main--cont .activity__item .item__series .item__series--option .option__icon {
              color: #ffb98b;
              z-index: 1;
              position: relative;
              font-size: 12px; }
            .open-season .open-season__main .open-season__main--cont .activity__item .item__series .item__series--option .option__line {
              height: 1px;
              width: 100%;
              background: #e8e8e8;
              margin-top: -9px; }
            .open-season .open-season__main .open-season__main--cont .activity__item .item__series .item__series--option .option__time {
              margin-top: 12px; }
            .open-season .open-season__main .open-season__main--cont .activity__item .item__series .item__series--option .option__city span {
              color: #ff6600; }
    .open-season .open-season__main .activity__btn {
      width: 40px;
      height: 40px;
      background: #ffffff;
      -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
      -webkit-border-radius: 50%;
              border-radius: 50%;
      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;
      color: #ff6600;
      cursor: pointer;
      position: absolute;
      top: 72px;
      z-index: 9; }
      .open-season .open-season__main .activity__btn.is-prev {
        left: 0;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
      .open-season .open-season__main .activity__btn.is-next {
        right: 0;
        -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
                transform: translateX(50%); }
      .open-season .open-season__main .activity__btn.swiper-button-disabled {
        display: none; }
      .open-season .open-season__main .activity__btn:hover {
        background: #ff6600;
        color: #fff; }
  .open-season .open-season__loading {
    padding: 16px 20px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .open-season .open-season__loading .open-season__loading--head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .open-season .open-season__loading .open-season__loading--head .head__item {
        background: #f2f4f6; }
      .open-season .open-season__loading .open-season__loading--head .head__item:first-child {
        width: 86px;
        height: 30px; }
      .open-season .open-season__loading .open-season__loading--head .head__item:nth-child(2) {
        margin-left: 30px;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        background: transparent; }
        .open-season .open-season__loading .open-season__loading--head .head__item:nth-child(2) div {
          width: 258px;
          height: 20px;
          background: #f2f4f6; }
      .open-season .open-season__loading .open-season__loading--head .head__item:last-child {
        width: 63px;
        height: 20px; }
    .open-season .open-season__loading .open-season__loading--main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 0 20px;
      margin-top: 12px; }
      .open-season .open-season__loading .open-season__loading--main .main__item {
        width: 374px;
        height: 164px;
        background: #f2f4f6;
        -webkit-border-radius: 3px;
                border-radius: 3px; }
