.cif-section.cif-section--box {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }

.act-data {
  width: 300px;
  height: 328px;
  padding: 16px 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(https://img.cifnews.com/dev/20250207/787faafa987f4e3488fb6fb4f0ab8902.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  position: relative; }
  .act-data .act-data__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 29px; }
    .act-data .act-data__head .act-data__head--title {
      width: 145px;
      height: 100%; }
    .act-data .act-data__head .act-data__head--more {
      font-size: 12px;
      color: #999999;
      cursor: pointer;
      margin-left: 25px; }
      .act-data .act-data__head .act-data__head--more:hover {
        color: var(--kuaixun-primary-color, #ff6600); }
    .act-data .act-data__head .act-data__head--refresh {
      color: #999999;
      cursor: pointer;
      margin-left: 10px;
      font-size: 12px; }
      .act-data .act-data__head .act-data__head--refresh:hover {
        color: var(--kuaixun-primary-color, #ff6600); }
    .act-data .act-data__head .refresh-rotate {
      -webkit-animation: refresh 0.5s linear infinite;
              animation: refresh 0.5s linear infinite; }
  .act-data .act-data__body {
    margin-top: 10px;
    height: calc(100% - 39px);
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .act-data .act-data__body .act-data__body--item {
      display: block;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; }
      .act-data .act-data__body .act-data__body--item:first-child .item-left .item-left-line {
        margin-top: 6px; }
      .act-data .act-data__body .act-data__body--item:nth-last-child(2) .item-right {
        padding-bottom: 0; }
      .act-data .act-data__body .act-data__body--item .item-left {
        position: relative;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 22px; }
        .act-data .act-data__body .act-data__body--item .item-left .item-left-line {
          height: 100%;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          border-left: 1px dashed var(--kuaixun-primary-color, #ff6600);
          margin: 0 auto 0; }
        .act-data .act-data__body .act-data__body--item .item-left .item-left-circle {
          width: 10px;
          height: 10px;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          border: 2px solid var(--kuaixun-primary-color, #ff6600);
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          position: absolute;
          top: 5px;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          background: #fff;
          z-index: 10; }
      .act-data .act-data__body .act-data__body--item .item-right {
        padding-bottom: 15px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .act-data .act-data__body .act-data__body--item .item-right .item-right-icon {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          height: 20px;
          -webkit-border-radius: 3px;
                  border-radius: 3px;
          border: 1px solid #ff0000;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding: 0 6px;
          line-height: 19px;
          font-size: 12px;
          color: #f80000; }
        .act-data .act-data__body .act-data__body--item .item-right .item-right-time {
          font-size: 12px;
          color: var(--kuaixun-primary-color, #ff6600);
          line-height: 20px; }
        .act-data .act-data__body .act-data__body--item .item-right .item-right-title {
          font-size: 14px;
          color: #333333;
          line-height: 21px;
          margin-top: 6px; }
          .act-data .act-data__body .act-data__body--item .item-right .item-right-title.is-hot {
            color: #ff0000; }
          .act-data .act-data__body .act-data__body--item .item-right .item-right-title:hover {
            color: var(--kuaixun-primary-color, #ff6600); }
    .act-data .act-data__body .act-data__body--bottom {
      font-size: 14px;
      color: #999999;
      text-align: center;
      margin-top: 20px;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; }
  .act-data .act-data__mask {
    width: 300px;
    height: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
    -webkit-border-radius: 0px;
            border-radius: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9; }

@-webkit-keyframes refresh {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes refresh {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.act-data-loading {
  width: 300px;
  height: 328px;
  background: url(https://img.cifnews.com/dev/20250318/678824a126d7420fb4764c8088a5cd0a.png) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 50px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .act-data-loading .act-data-loading__item:nth-child(1) {
    width: 106px;
    height: 22px;
    background: #f2f4f6;
    -webkit-border-radius: 3px;
            border-radius: 3px; }
  .act-data-loading .act-data-loading__item:nth-child(2) {
    width: 260px;
    height: 220px;
    background: #f2f4f6;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    margin-top: 10px; }
