.ellipsis, .ellipsis--1, .ellipsis--2, .ellipsis--3 {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ellipsis, .ellipsis--1 {
    -webkit-line-clamp: 1;
}
.cif-layer {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 20; }
  .cif-layer__mask {
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3); }
  .cif-layer__cont {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 400px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    z-index: 2;
    max-height: 85vh;
    overflow: auto; }
  .cif-layer__scroll {
    width: 100%;
    height: 100%;
    max-height: 85vh;
    overflow: auto; }
  .cif-layer__close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #999;
    cursor: pointer;
    z-index: 15; }
    .cif-layer__close .icon-guanbi1 {
      font-size: 14px; }
  .cif-layer__btn {
    width: 98px;
    height: 34px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    font-size: 14px;
    line-height: 34px; }
    .cif-layer__btn.is-auto {
      width: auto; }
  .cif-layer--normal {
    width: 100%;
    height: 0;
    overflow: hidden; }
    .cif-layer--normal .cif-layer__mask {
      display: none; }
    .cif-layer--normal.is-show {
      width: auto;
      height: auto;
      overflow: auto; }
      .cif-layer--normal.is-show .cif-layer__mask {
        display: block; }
      .cif-layer--normal.is-show .cif-layer__wrapper {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 11;
        overflow: auto; }
  .cif-layer--layui ::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
  .cif-layer--layui ::-webkit-scrollbar-track {
    width: 8px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #f2f4f6; }
  .cif-layer--layui ::-webkit-scrollbar-thumb {
    background-color: #999;
    width: 8px;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center; }
  .cif-layer--layui .cif-form {
    margin: 0 30px;
    text-align: left; }
  .cif-layer--layui.layui-layer {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cif-layer--layui .cif-layer__scroll {
    max-height: 70vh; }
  .cif-layer--layui .cif-layer__cont {
    width: auto;
    min-width: 440px;
    max-height: 70vh;
    text-align: center;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3); }
  .cif-layer--layui .cif-layer__close {
    background: none; }
  .cif-layer--layui .cif-layer__icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 14px; }
  .cif-layer--layui .cif-layer__qrcode {
    width: 160px;
    height: 160px;
    padding: 0 68px;
    margin: 20px auto 50px; }
  .cif-layer--layui .cif-layer__tit {
    margin-top: 45px;
    font-size: 22px;
    line-height: 40px;
    padding: 0 63px;
    color: #333; }
  .cif-layer--layui .cif-layer__desc {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 28px;
    color: #999; }
    .cif-layer--layui .cif-layer__desc a {
      color: #ff6600;
      text-decoration: none; }
    .cif-layer--layui .cif-layer__desc a.cif-btn {
      color: #fff;
      font-size: 16px;
      line-height: 30px;
      height: 30px; }
  .cif-layer--layui .cif-layer__attention {
    padding-top: 2px;
    margin-bottom: 26px; }
    .cif-layer--layui .cif-layer__attention.is-email input {
      width: 190px;
      height: 36px;
      font-size: 14px;
      line-height: 36px;
      color: #333;
      outline: none;
      padding-left: 15px;
      border: 1px solid #ebeced;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      margin-right: 10px; }
    .cif-layer--layui .cif-layer__attention.is-email .cif-btn {
      width: 100px;
      height: 34px;
      line-height: 34px; }
    .cif-layer--layui .cif-layer__attention .cif-btn {
      width: 118px;
      height: 34px;
      font-size: 14px;
      line-height: 34px; }
      .cif-layer--layui .cif-layer__attention .cif-btn.is-attentioned {
        color: #999;
        border: #eaeaea;
        background: #eaeaea; }
  .cif-layer--layui .cif-layer__gagd {
    display: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 700px;
    padding-left: 50px;
    padding-right: 50px;
    max-height: 50vh; }
    .cif-layer--layui .cif-layer__gagd .tit {
      margin-bottom: 10px;
      line-height: 40px;
      font-size: 18px;
      color: #666; }
      .cif-layer--layui .cif-layer__gagd .tit span {
        position: relative;
        width: auto; }
        .cif-layer--layui .cif-layer__gagd .tit span::before, .cif-layer--layui .cif-layer__gagd .tit span::after {
          content: "";
          position: absolute;
          top: 50%;
          width: 50px;
          border-bottom: 1px solid #e8e8e8; }
        .cif-layer--layui .cif-layer__gagd .tit span::before {
          left: -63px; }
        .cif-layer--layui .cif-layer__gagd .tit span::after {
          right: -61px; }
    .cif-layer--layui .cif-layer__gagd .cif-imgbox {
      background-color: #f2f4f6;
      width: 600px;
      height: 150px;
      margin: 0 auto 16px; }

.cif-poptip {
  width: 440px; }
  .cif-poptip .tip-title {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    text-align: center;
    margin: 0 0 4px; }
  .cif-poptip .tip-icon {
    text-align: center;
    margin: 10px 0 14px; }
    .cif-poptip .tip-icon .icon-tijiaochenggong {
      font-size: 40px;
      color: #57b749; }
  .cif-poptip .tip-icon + .tip-title {
    margin-top: 0; }
  .cif-poptip .tip-desc {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    text-align: center;
    line-height: 22px; }
  .cif-poptip .tip-img {
    width: 160px;
    height: 160px;
    margin: 14px auto 0; }
    .cif-poptip .tip-img img {
      width: 100%;
      height: 100%; }
  .cif-poptip .layui-layer-btn {
    text-align: center;
    padding-bottom: 50px !important; }
    .cif-poptip .layui-layer-btn .layui-layer-btn0 {
      width: 100px;
      height: 36px;
      line-height: 36px;
      background-color: #ff6d00;
      border-color: #ff6d00;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #ffffff;
      text-align: center;
      -webkit-box-sizing: border-box !important;
              box-sizing: border-box !important; }
  .cif-poptip .layui-layer-title {
    background: white;
    border-bottom: 0; }
  .cif-poptip .layui-layer-content {
    padding: 0 !important;
    overflow-y: hidden !important; }

.cif-document--detail .layui-layer-title {
  background: #fff;
  border-bottom: 0; }

.cif-document--detail.layui-layer-dialog .layui-layer-content {
  text-align: center;
  font-size: 16px;
  color: #666;
  overflow-y: hidden; }

.cif-document--detail.layui-layer-msg .layui-layer-content {
  color: #fff; }

.cif-document--detail .layui-layer-btn {
  padding-top: 10px;
  padding-bottom: 50px;
  font-size: 14px; }
  .cif-document--detail .layui-layer-btn .layui-layer-btn0 {
    width: 118px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #fff;
    border: 1px solid #ff6d00;
    color: #ff6d00;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    padding: 0;
    margin: 0 10px; }
    .cif-document--detail .layui-layer-btn .layui-layer-btn0:hover {
      background: #ff994d;
      border: 1px solid #ff994d;
      color: white; }
  .cif-document--detail .layui-layer-btn .layui-layer-btn1 {
    width: 118px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    background: #ff6d00;
    border: 1px solid #ff6d00;
    color: #fff;
    padding: 0;
    margin: 0 10px; }
    .cif-document--detail .layui-layer-btn .layui-layer-btn1:hover {
      color: #fff;
      background: #ff6d00; }

.cif-document--detail .cif-imgbox img {
  position: relative;
  top: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  left: 0; }

.cif-adviser-layer .cif-layer__cont {
  text-align: left;
  width: 440px;
  background: #fff; }

.cif-adviser-layer .cif-layer__close {
  top: 10px;
  right: 18px; }

.cif-adviser-layer .cif-layer__close .iconfont {
  font-size: 13px; }

.cif-adviser-layer.is-big .cif-layer__cont {
  width: 530px; }

.cif-adviser-layer__tit {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 56px;
  padding: 0 0 0 20px;
  line-height: 55px;
  font-weight: bold;
  color: #333;
  font-size: 16px;
  border-bottom: 1px solid #ebeced; }

.cif-adviser-layer__cont {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.cif-adviser-layer__info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 30px;
  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;
  margin: 30px 0 20px; }

.cif-adviser-layer__info .cif-imgbox {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 10px 0 0px;
  background: #f2f4f6;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.cif-adviser-layer__info .cont {
  line-height: 24px; }

.cif-adviser-layer__info .tit {
  font-size: 16px;
  font-weight: bold;
  color: #333; }

.cif-adviser-layer__info .tag {
  display: inline-block;
  font-size: 12px;
  color: #999;
  margin-left: 6px;
  line-height: 20px;
  padding: 0 10px;
  font-weight: normal;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #f7f7f7; }

.cif-adviser-layer__info .tag.is-type1 {
  color: #ff6600;
  background: rgba(254, 109, 0, 0.1); }

.cif-adviser-layer__info .tag.is-type2 {
  color: #299cf7;
  background: rgba(41, 156, 247, 0.1); }

.cif-adviser-layer__info .tag.is-type3 {
  color: #999;
  background: #f7f7f7; }

.cif-adviser-layer__info .desc {
  font-size: 12px;
  color: #999; }

.cif-adviser-layer__qrcode {
  padding-bottom: 38px;
  text-align: center;
  font-size: 0; }

.cif-adviser-layer__qrcode img {
  display: inline-block;
  margin: 0 auto;
  width: 120px;
  height: 120px; }

.cif-adviser-layer__qrcode .desc {
  font-size: 12px;
  line-height: 18px;
  color: #999;
  text-align: center;
  margin: 11px 0 0; }

.cif-adviser-layer__qrcode .item {
  margin: 5px 0;
  display: inline-block; }

.cif-adviser-layer__qrcode .item img {
  width: 140px;
  height: 140px; }

.cif-adviser-layer__qrcode .item .desc {
  font-size: 14px;
  margin: 7px 0 0; }

.cif-adviser-layer__qrcode .item + .item {
  margin-left: 50px; }

.cif-adviser-layer__qrcode.is-custom img {
  width: auto;
  height: auto;
  max-width: 320px; }

.cif-layer-image.layui-layer-dialog .layui-layer-content {
  padding: 0;
  background: none;
  line-height: normal;
  font-size: 0; }

.cif-layer-image .layui-layer-setwin .layui-layer-close {
  width: 26px;
  height: 26px;
  background: url("https://img.cifnews.com/dev/20220424/a35d37c6906f4f10b8163077fcae9239.png") no-repeat;
  background-position: 0 0;
  top: -50px;
  right: -20px; }
  .cif-layer-image .layui-layer-setwin .layui-layer-close:hover {
    background-position: 0 0; }

.cif-layer-image .layui-layer-resize {
  display: none; }

body {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f4f6));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f4f6 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f2f4f6 100%);
  background: linear-gradient(180deg, #ffffff 0%, #f2f4f6 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

img {
  vertical-align: bottom; }

.is-highlight {
  color: #7a9bff !important; }

.ellipsis-2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.new-cif-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  min-height: 200px;
  margin: 40px auto 0;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2; }
  .new-cif-container * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .new-cif-container .cifnews-card-loading {
    max-height: 78px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s; }
    .new-cif-container .cifnews-card-loading .loading-btn {
      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;
      width: 122px;
      height: 40px;
      font-size: 14px;
      color: #ff6600;
      -webkit-border-radius: 3px 3px 3px 3px;
              border-radius: 3px 3px 3px 3px;
      border: 1px solid #ff6600;
      cursor: pointer;
      margin-bottom: 10px;
      background-color: transparent; }
      .new-cif-container .cifnews-card-loading .loading-btn:hover {
        background-color: #ff6600;
        color: #fff; }
      .new-cif-container .cifnews-card-loading .loading-btn.active {
        opacity: 1; }
    .new-cif-container .cifnews-card-loading p {
      font-size: 14px;
      color: #999;
      line-height: 28px; }
      .new-cif-container .cifnews-card-loading p .loading-link {
        color: #ff6600;
        cursor: pointer; }
        .new-cif-container .cifnews-card-loading p .loading-link:hover {
          color: #ff8433; }
  .new-cif-container .big-card-wrap {
    width: 590px;
    height: 272px;
    background: #ffffff;
    -webkit-border-radius: 8px 8px 8px 8px;
            border-radius: 8px 8px 8px 8px; }
    .new-cif-container .big-card-wrap.with-img {
      height: 564px; }
  .new-cif-container .card-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 30px 20px 30px 30px; }
    .new-cif-container .card-info .card-info__logo {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 62px;
              flex: 0 0 62px;
      width: 62px;
      height: 62px;
      -webkit-border-radius: 8px;
              border-radius: 8px;
      border: 1px solid #e8e8e8;
      overflow: hidden; }
      .new-cif-container .card-info .card-info__logo img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    .new-cif-container .card-info .card-info__main {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .new-cif-container .card-info .card-info__main .card-info__text {
        position: absolute;
        padding: 0 10px;
        left: 0;
        top: 0;
        max-width: 224px;
        height: 29px;
        line-height: 29px;
        background: #fff6f1;
        font-size: 14px;
        color: #ff6600;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-border-radius: 8px 0px 14px 0px;
                border-radius: 8px 0px 14px 0px; }
      .new-cif-container .card-info .card-info__main .card-main__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 42px;
           -moz-column-gap: 42px;
                column-gap: 42px; }
        .new-cif-container .card-info .card-info__main .card-main__content .card-content__txt {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
          .new-cif-container .card-info .card-info__main .card-main__content .card-content__txt .card-content__title {
            width: 292px;
            overflow: hidden;
            -o-text-overflow: ellipsis;
               text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 24px;
            font-weight: bold;
            line-height: 30px;
            margin-bottom: 8px; }
          .new-cif-container .card-info .card-info__main .card-main__content .card-content__txt .card-content__desc {
            font-size: 16px;
            color: #999;
            line-height: 26px;
            width: 292px;
            height: 52px; }
        .new-cif-container .card-info .card-info__main .card-main__content .card-content__btn {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 124px;
                  flex: 0 0 124px;
          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;
          width: 124px;
          height: 51px;
          font-size: 16px;
          color: #fff;
          background: #ff6600;
          -webkit-border-radius: 3px 3px 3px 3px;
                  border-radius: 3px 3px 3px 3px;
          cursor: pointer; }
          .new-cif-container .card-info .card-info__main .card-main__content .card-content__btn span {
            display: inline-block;
            max-width: 64px;
            overflow: hidden;
            white-space: nowrap; }
          .new-cif-container .card-info .card-info__main .card-main__content .card-content__btn:hover {
            background: #ff8533; }
      .new-cif-container .card-info .card-info__main .card-main__btn {
        display: grid;
        -webkit-column-gap: 56px;
           -moz-column-gap: 56px;
                column-gap: 56px;
        padding-top: 26px;
        margin-top: 26px;
        border-top: 1px dashed #e8e8e8;
        grid-template-columns: repeat(4, 56px); }
        .new-cif-container .card-info .card-info__main .card-main__btn .card-btn__item {
          position: relative;
          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;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          cursor: pointer; }
          .new-cif-container .card-info .card-info__main .card-main__btn .card-btn__item:hover .card-btn__icon {
            background: #ffefe5; }
          .new-cif-container .card-info .card-info__main .card-main__btn .card-btn__item .card-btn__txt-wrap {
            position: absolute;
            top: -10px;
            right: -48px;
            width: 58px;
            font-style: normal;
            z-index: 2; }
            .new-cif-container .card-info .card-info__main .card-main__btn .card-btn__item .card-btn__txt-wrap .card-btn__txt {
              display: inline-block;
              max-width: 58px;
              min-width: 36px;
              height: 20px;
              text-align: center;
              font-size: 12px;
              color: #fff;
              background: #ff0000;
              padding: 0 5px;
              overflow: hidden;
              -webkit-border-radius: 12px 12px 12px 0px;
                      border-radius: 12px 12px 12px 0px; }
              .new-cif-container .card-info .card-info__main .card-main__btn .card-btn__item .card-btn__txt-wrap .card-btn__txt span {
                display: inline-block;
                max-width: 48px;
                white-space: nowrap;
                overflow: hidden; }
          .new-cif-container .card-info .card-info__main .card-main__btn .card-btn__item .card-btn__icon {
            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;
            width: 56px;
            height: 56px;
            background: #f6f6f6;
            -webkit-border-radius: 4px 4px 4px 4px;
                    border-radius: 4px 4px 4px 4px;
            margin-bottom: 5px;
            overflow: hidden; }
            .new-cif-container .card-info .card-info__main .card-main__btn .card-btn__item .card-btn__icon img {
              width: 32px;
              height: 32px; }
          .new-cif-container .card-info .card-info__main .card-main__btn .card-btn__item .card-btn__name {
            font-size: 14px;
            color: #333;
            max-width: 70px;
            overflow: hidden;
            white-space: nowrap;
            line-height: 20px; }
  .new-cif-container .card-img-wrap {
    padding: 0 30px 30px; }
    .new-cif-container .card-img-wrap .card-img {
      width: 530px;
      height: 262px;
      background: #e8e8e8;
      -webkit-border-radius: 8px 8px 8px 8px;
              border-radius: 8px 8px 8px 8px;
      overflow: hidden; }
      .new-cif-container .card-img-wrap .card-img img {
        width: 100%;
        height: 100%; }
  .new-cif-container .small-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px; }
  .new-cif-container .small-card-wrap {
    width: 285px;
    height: 189px;
    padding: 20px;
	margin-bottom: 20px;
    background: #ffffff;
    -webkit-border-radius: 8px 8px 8px 8px;
            border-radius: 8px 8px 8px 8px; }
    .new-cif-container .small-card-wrap .small-card__logo-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 9px; }
      .new-cif-container .small-card-wrap .small-card__logo-wrap .small-card__logo {
        width: 40px;
        height: 40px;
        -webkit-border-radius: 8px;
                border-radius: 8px;
        border: 1px solid #e8e8e8;
        overflow: hidden; }
        .new-cif-container .small-card-wrap .small-card__logo-wrap .small-card__logo img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
      .new-cif-container .small-card-wrap .small-card__logo-wrap .small-card__btn {
        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;
        width: 78px;
        height: 30px;
        -webkit-border-radius: 3px 3px 3px 3px;
                border-radius: 3px 3px 3px 3px;
        border: 1px solid #ff6600;
        background-color: transparent; }
        .new-cif-container .small-card-wrap .small-card__logo-wrap .small-card__btn:hover {
          background-color: #ff6600; }
          .new-cif-container .small-card-wrap .small-card__logo-wrap .small-card__btn:hover span {
            color: #fff; }
        .new-cif-container .small-card-wrap .small-card__logo-wrap .small-card__btn span {
          display: inline-block;
          max-width: 48px;
          overflow: hidden;
          font-size: 12px;
          color: #ff6600;
          white-space: nowrap; }
    .new-cif-container .small-card-wrap .small-card__txt {
      margin-bottom: 10px; }
      .new-cif-container .small-card-wrap .small-card__txt .small-card__title {
        font-size: 16px;
        color: #333;
        line-height: 20px;
        font-weight: bold;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        margin-bottom: 10px; }
      .new-cif-container .small-card-wrap .small-card__txt .small-card__desc {
        font-size: 12px;
        color: #999;
        height: 36px;
        line-height: 18px; }
    .new-cif-container .small-card-wrap .small-card-btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      overflow: hidden;
      -webkit-column-gap: 12px;
         -moz-column-gap: 12px;
              column-gap: 12px; }
      .new-cif-container .small-card-wrap .small-card-btns .small-btn__item {
        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;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 74px;
        height: 26px;
        background: #f6f6f6;
        -webkit-border-radius: 4px 4px 4px 4px;
                border-radius: 4px 4px 4px 4px;
        cursor: pointer; }
        .new-cif-container .small-card-wrap .small-card-btns .small-btn__item:hover {
          background: #ffefe5; }
          .new-cif-container .small-card-wrap .small-card-btns .small-btn__item:hover span {
            color: #ff6600; }
        .new-cif-container .small-card-wrap .small-card-btns .small-btn__item span {
          display: inline-block;
          font-size: 12px;
          color: #666;
          overflow: hidden;
          white-space: nowrap;
          max-width: 60px; }

.card-layer .card-layer-title {
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 22px; }

.card-layer .card-layer-img {
  width: 330px; }

.cif-container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1; }

.cif-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.cif-hover-community {
  position: absolute;
  top: -140px;
  right: 0; }
  .cif-hover-community:hover .cif-hover-community__cont {
    display: block; }
  .cif-hover-community .bg-img {
    width: 100px;
    height: 120px;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    cursor: pointer;
    display: block; }
  .cif-hover-community__cont {
    display: none;
    position: absolute;
    left: -300px;
    top: 0;
    width: 280px;
    height: auto;
    background: #fff;
    -webkit-box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px; }
    .cif-hover-community__cont::before {
      content: '';
      position: absolute;
      right: -20px;
      top: 0;
      width: 20px;
      height: 120px;
      background: transparent; }
    .cif-hover-community__cont::after {
      content: '';
      position: absolute;
      top: 35px;
      right: -7px;
      width: 10px;
      height: 10px;
      border-top: 2px solid #ebeced;
      border-right: 2px solid #ebeced;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      background-color: #fff; }
    .cif-hover-community__cont--item {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 20px; }
      .cif-hover-community__cont--item:first-child {
        margin-top: 0; }
      .cif-hover-community__cont--item .img {
        width: 36px;
        height: 36px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 8px; }
      .cif-hover-community__cont--item .title {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        font-size: 16px;
        color: #333; }
      .cif-hover-community__cont--item .b-btn {
        position: relative;
        width: 56px;
        height: 28px;
        line-height: 26px;
        text-align: center;
        font-size: 12px;
        color: #ff6600;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 15px;
        margin-left: 10px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -webkit-border-radius: 4px;
                border-radius: 4px;
        border: 1px solid #ff8739;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .cif-hover-community__cont--item .b-btn:hover {
          color: #fff;
          background: #ff6600;
          border-color: #ff6600; }
          .cif-hover-community__cont--item .b-btn:hover ~ .hover-imgtext {
            display: block; }
      .cif-hover-community__cont--item .hover-imgtext {
        display: none;
        padding-top: 15px;
        position: absolute;
        left: -20px;
        bottom: -142px;
        z-index: 11; }
        .cif-hover-community__cont--item .hover-imgtext::after {
          content: '';
          position: absolute;
          top: 8px;
          right: 40px;
          width: 10px;
          height: 10px;
          border-top: 2px solid #ebeced;
          border-right: 2px solid #ebeced;
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          background-color: #fff; }
        .cif-hover-community__cont--item .hover-imgtext:hover {
          display: block; }
        .cif-hover-community__cont--item .hover-imgtext .hover-imgtext__cont {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 280px;
          height: 132px;
          background: #fff;
          -webkit-border-radius: 3px;
                  border-radius: 3px;
          -webkit-box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.1);
                  box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.1);
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding: 16px 8px 16px 10px; }
        .cif-hover-community__cont--item .hover-imgtext .img-box {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          width: 100px;
          height: 100px;
          margin-right: 8px; }
          .cif-hover-community__cont--item .hover-imgtext .img-box img {
            width: 100%;
            height: 100%; }
        .cif-hover-community__cont--item .hover-imgtext .right .tit {
          font-weight: bold;
          font-size: 12px;
          color: #333;
          margin-top: 4px; }
        .cif-hover-community__cont--item .hover-imgtext .right .desc {
          margin-top: 10px;
          font-size: 12px;
          color: #666;
          line-height: 18px;
          overflow: hidden;
          -o-text-overflow: ellipsis;
             text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 4; }

.act-nav {
  width: 100%;
  height: 64px;
  background: #202a34;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }
  .act-nav__logo {
    width: 136px;
    height: 25px;
    margin-right: 30px; }
    .act-nav__logo img {
      width: 136px;
      height: 25px; }
  .act-nav__content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .act-nav__content--tab {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .act-nav__content--tab .tab-item {
        color: #fff;
        font-size: 16px;
        cursor: pointer;
        margin-right: 30px; }
        .act-nav__content--tab .tab-item:hover {
          color: #7a9bff; }
    .act-nav__content--btn {
      margin-left: auto; }
      .act-nav__content--btn .btn1 {
        width: 80px;
        height: 32px;
        background: #ff6600;
        -webkit-border-radius: 16px;
                border-radius: 16px;
        text-align: center;
        line-height: 32px;
        color: #fff;
        font-size: 16px;
        cursor: pointer; }
        .act-nav__content--btn .btn1:hover {
          opacity: 0.8; }
      .act-nav__content--btn .btn2 {
        display: none;
        cursor: pointer;
        width: 40px;
        height: 40px;
        font-size: 16px;
        background: url(https://img.cifnews.com/dev/20241030/c5b8258482a8443c878089333b37f71f.png) no-repeat 100% 100%; }

@media screen and (max-width: 1919px) {
  .act-nav__logo {
    left: 10px !important; } }

@media screen and (max-width: 1561px) {
  .act-nav__logo {
    left: 2px !important; } }

.act-banner {
  width: 100%;
  height: 320px;
  overflow: hidden;
  position: relative; }
  .act-banner img {
    width: 2560px;
    height: 320px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .act-banner__subscribe {
    position: absolute;
    top: 67px;
    left: calc(50% + 310px); }
    .act-banner__subscribe--btn {
      width: 130px;
      height: 44px;
      -webkit-border-radius: 22px 22px 22px 22px;
              border-radius: 22px 22px 22px 22px;
      border: 1px solid #ff6600;
      font-size: 16px;
      color: #ff6600;
      text-align: center;
      font-size: 16px;
      color: #ff6600;
      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;
      cursor: pointer; }
      .act-banner__subscribe--btn:hover {
        color: #ffffff;
        background: #ff6600; }
        .act-banner__subscribe--btn:hover .subscribe-btn-icon {
          background-image: url(https://img.cifnews.com/dev/20241103/774909546a0f4b448d0332c4e99d79aa.png) !important; }
      .act-banner__subscribe--btn .subscribe-btn-icon {
        display: block;
        width: 14px;
        height: 14px;
        background-image: url(https://img.cifnews.com/dev/20241102/47eeab51450043c8995f5cc1c22f1147.png);
        background-repeat: no-repeat;
        -webkit-background-size: 100% 100%;
                background-size: 100% 100%;
        margin-right: 6px; }
    .act-banner__subscribe ~ .setUpShop-button {
      left: calc(50% + 462px) !important; }
  .act-banner .setUpShop-button {
    width: 130px;
    height: 44px;
    background: #ff6600;
    -webkit-border-radius: 22px 22px 22px 22px;
            border-radius: 22px 22px 22px 22px;
    font-size: 16px;
    color: #fffefe;
    line-height: 44px;
    text-align: center;
    position: absolute;
    top: 67px;
    left: calc(50% + 390px);
    cursor: pointer; }
    .act-banner .setUpShop-button:hover {
      opacity: 0.9; }
  .act-banner .openNotified-button {
    position: absolute;
    top: 67px;
    left: calc(50% + 310px);
    width: 130px;
    height: 44px;
    -webkit-border-radius: 22px 22px 22px 22px;
            border-radius: 22px 22px 22px 22px;
    border: 1px solid #ff6600;
    font-size: 16px;
    color: #ff6600;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    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; }
    .act-banner .openNotified-button::before {
      display: block;
      content: '';
      width: 14px;
      height: 16px;
      background-image: url(https://img.cifnews.com/dev/20241115/a4abe421e05448e88f5ba7fed0f1e88c.png);
      background-repeat: no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%;
      margin-right: 6px; }
    .act-banner .openNotified-button:hover {
      color: #ffffff;
      background: #ff6600; }
      .act-banner .openNotified-button:hover::before {
        display: block;
        content: '';
        width: 14px;
        height: 16px;
        background-image: url(https://img.cifnews.com/dev/20241115/94d33913d22448c291ae0adb9a061b2e.png);
        background-repeat: no-repeat;
        -webkit-background-size: 100% 100%;
                background-size: 100% 100%;
        margin-right: 6px; }

.act-module {
  margin-top: 40px; }
  .act-module.is-first {
    margin-top: 0; }
  .act-module__head--title {
    margin: 0 auto;
    width: 370px;
    height: 110px;
    position: relative; }
    .act-module__head--title .icon {
      width: 100%;
      height: 100%; }
    .act-module__head--title .subscribe {
      position: absolute;
      top: 50%;
      right: -80px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .act-module__head--title .subscribe .subscribe-btn {
        width: 80px;
        height: 32px;
        background: #ff6600;
        -webkit-border-radius: 0px 18px 18px 18px;
                border-radius: 0px 18px 18px 18px;
        text-align: center;
        line-height: 32px;
        color: #fff;
        font-size: 16px;
        cursor: pointer; }
        .act-module__head--title .subscribe .subscribe-btn:hover {
          opacity: 0.8; }
  .act-module__body {
    margin-top: 20px; }

.act-data {
  width: 590px;
  height: 267px;
  background: -webkit-linear-gradient(273deg, #e1f7ff 0%, rgba(225, 247, 255, 0) 100%);
  background: -o-linear-gradient(273deg, #e1f7ff 0%, rgba(225, 247, 255, 0) 100%);
  background: linear-gradient(177deg, #e1f7ff 0%, rgba(225, 247, 255, 0) 100%);
  -webkit-border-radius: 20px;
          border-radius: 20px;
  border: 1px solid #ffffff;
  padding: 20px 14px 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .act-data.is-right {
    background: -webkit-linear-gradient(263deg, #ffefeb 30%, rgba(254, 89, 37, 0.01) 100%);
    background: -o-linear-gradient(263deg, #ffefeb 30%, rgba(254, 89, 37, 0.01) 100%);
    background: linear-gradient(187deg, #ffefeb 30%, rgba(254, 89, 37, 0.01) 100%); }
    .act-data.is-right .act-data__head {
      background: url(https://img.cifnews.com/dev/20241029/bdc6b06d75814301ac550fe399bbd8a9.png) no-repeat 100% 100%; }
  .act-data__head {
    width: 106px;
    height: 39px;
    background: url(https://img.cifnews.com/dev/20241029/3c82269d90ad4ede90f8c440fb568c95.png) no-repeat 100% 100%; }
  .act-data__body {
    margin-top: 10px;
    height: 178px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
	overflow-y: scroll;
    position: relative;
    padding-right: 16px;
    box-sizing: border-box; }
.act-data__body::-webkit-scrollbar {
    width: 6px;
    height: 6px;
	background: none
}
.act-data__body::-webkit-scrollbar-track {
    width: 6px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: transparent;
}
.act-data__body::-webkit-scrollbar-thumb {
    background-color: #999;
    width: 6px;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
}
.act-conference {
  position: relative; }
  .act-conference__head {
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 10px;
    padding-right: 60px;
    box-sizing: border-box; }
    .act-conference__head--item {
      cursor: pointer;
      width: 242px;
      -webkit-border-radius: 16px;
              border-radius: 16px;
      font-weight: 500;
      font-size: 20px;
      color: #666666;
      text-align: center;
      line-height: 62px;
      position: relative;
      background-repeat: no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%; }
      .act-conference__head--item .item-sign {
        position: absolute;
        bottom: -8px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        border-top: 10px solid #dfe7ff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent; }
      .act-conference__head--item .default-image {
        display: block;
        width: 242px;
        height: 62px;
        position: relative;
        top: 4px; }
      .act-conference__head--item .active-image {
        display: none;
        width: 242px;
        height: 82px; }
      .act-conference__head--item:hover .default-image, .act-conference__head--item.is-active .default-image {
        display: none; }
      .act-conference__head--item:hover .active-image, .act-conference__head--item.is-active .active-image {
        display: block; }
  .act-conference__mask {
    position: absolute;
    top: 4px;
    right: -1px;
    width: 60px;
    height: 62px;
    background: url(https://img.cifnews.com/dev/20241030/85689e9467f34f5693ef3e0fe8c615a7.png) no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%;
    z-index: 1; }

.act-activity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .act-activity .act-activity-swiperBox {
    width: 1200px; }
  .act-activity .act-swiperbtn {
    position: absolute;
    top: 144px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 66;
    background: #fff;
    color: #999;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -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);
    cursor: pointer; }
    .act-activity .act-swiperbtn:hover {
      color: #fff;
      background-color: #2258fd; }
    .act-activity .act-swiperbtn[role="button"] {
      display: block; }
    .act-activity .act-swiperbtn.swiper-button-disabled {
      display: none; }
    .act-activity .act-swiperbtn.is-next {
      right: 60px; }
    .act-activity .act-swiperbtn.is-prev {
      left: 60px; }
  .act-activity .act-swiperbtn.is-next {
    right: -23px;
    z-index: 99; }
  .act-activity .act-swiperbtn.is-prev {
    left: -22px;
    z-index: 99; }
  .act-activity__left {
    width: 590px;
    position: relative; }
    .act-activity__left:hover .info-title {
      color: #7a9bff !important; }
    .act-activity__left:not(:last-child) {
      margin-right: 20px; }
    .act-activity__left a {
      display: block;
      width: 100%;
      height: 100%;
      -webkit-border-radius: 10px;
              border-radius: 10px;
      overflow: hidden; }
      .act-activity__left a .flag-img-wrap {
        overflow: hidden; }
      .act-activity__left a .flag-img {
        width: 100%;
        height: 332px;
        -webkit-transition: all linear 0.3s;
        -o-transition: all linear 0.3s;
        transition: all linear 0.3s;
        -webkit-border-radius: 10px;
                border-radius: 10px; }
        .act-activity__left a .flag-img:hover {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); }
      .act-activity__left a .info {
        background: #F6F6F6;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 20px;
        position: relative;
        top: -6px;
        z-index: -1;
        -webkit-border-radius: 0 0 10px 10px;
                border-radius: 0 0 10px 10px; }
      .act-activity__left a .info-baseInfo-cell .info-title {
        font-weight: 500;
        font-size: 20px;
        color: #333333;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1; }
      .act-activity__left a .info-baseInfo-cell .info-handle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 14px;
        font-weight: normal;
        color: #999999;
        margin-top: 10px; }
        .act-activity__left a .info-baseInfo-cell .info-handle .iconfont {
          font-size: 18px;
          margin-right: 2px; }
        .act-activity__left a .info-baseInfo-cell .info-handle .info-handle__address {
          margin-left: 13px; }
      .act-activity__left a .info-lightspot-cell {
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 16px 20px;
        background: #FFFFFF;
        margin-top: 12px; }
        .act-activity__left a .info-lightspot-cell .lightspot-item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%; }
          .act-activity__left a .info-lightspot-cell .lightspot-item:not(:first-child) {
            margin-top: 10px; }
          .act-activity__left a .info-lightspot-cell .lightspot-item .lightspot-item-icon {
            width: 30px;
            height: 30px;
            background-repeat: no-repeat;
            -webkit-background-size: 100% 100%;
                    background-size: 100% 100%; }
            .act-activity__left a .info-lightspot-cell .lightspot-item .lightspot-item-icon.hot-icon {
              background-image: url(https://img.cifnews.com/dev/20241114/ca8372a39ff64982885d59750b4b6168.png); }
            .act-activity__left a .info-lightspot-cell .lightspot-item .lightspot-item-icon.like-icon {
              background-image: url(https://img.cifnews.com/dev/20241114/7c15eec1ddd244efba5e67220e7eeff3.png); }
          .act-activity__left a .info-lightspot-cell .lightspot-item .lightspot-item-text {
            margin-left: 6px;
            width: 472px;
            font-weight: 400;
            font-size: 16px;
            color: #333333;
            overflow: hidden;
            -o-text-overflow: ellipsis;
               text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1; }
    .act-activity__left--btn {
      position: absolute;
      top: 258px;
      right: 20px;
      width: 130px;
      height: 54px;
      background: #ff6600;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      text-align: center;
      line-height: 54px;
      color: #fff;
      cursor: pointer;
      font-size: 16px; }
      .act-activity__left--btn.is-end {
        background: #299cf7; }
      .act-activity__left--btn:hover {
        background: #ff8533; }
        .act-activity__left--btn:hover.is-end {
          background: #299cf7; }
  .act-activity__right {
    margin-left: 22px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    height: 454px;
    overflow: hidden;
    position: relative; }
    .act-activity__right--item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .act-activity__right--item:first-child .item-left .item-left-line {
        height: calc(100% - 82px);
        bottom: 0;
        top: auto; }
      .act-activity__right--item:last-child .item-left .item-left-line {
        height: calc(100% - 82px); }
      .act-activity__right--item:last-child .item-right {
        margin-bottom: 0; }
      .act-activity__right--item .item-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        margin-top: -11px; }
        .act-activity__right--item .item-left .item-left-date {
          width: 70px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          font-size: 32px;
          color: #333333; }
          .act-activity__right--item .item-left .item-left-date .item-left-date-month {
            font-size: 14px; }
          .act-activity__right--item .item-left .item-left-date .item-left-date-day {
            line-height: 28px; }
        .act-activity__right--item .item-left .item-left-circle {
          width: 16px;
          height: 16px;
          background: #ffffff;
          border: 3px solid #2258fd;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          margin-left: 17px; }
        .act-activity__right--item .item-left .item-left-line {
          height: 100%;
          background: #2258fd;
          width: 1px;
          position: absolute;
          right: 8px;
          top: 0;
          z-index: -1; }
      .act-activity__right--item .item-right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        position: relative;
        display: block;
        margin-left: 17px;
        margin-bottom: 22px;
        width: 243px;
        height: 137px;
        -webkit-border-radius: 10px;
                border-radius: 10px;
        overflow: hidden;
        cursor: pointer; }
        .act-activity__right--item .item-right:hover .mask {
          display: block; }
        .act-activity__right--item .item-right:hover .item-right-title {
          display: none;
          color: #7a9bff; }
        .act-activity__right--item .item-right img {
          width: 100%;
          height: 100%;
          -webkit-transition: all linear 0.3s;
          -o-transition: all linear 0.3s;
          transition: all linear 0.3s; }
        .act-activity__right--item .item-right .end-tag {
          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;
          position: absolute;
          top: 0;
          left: 0;
          width: 62px;
          height: 24px;
          font-size: 14px;
          color: #fff;
          background: #b2b2b2;
          -webkit-border-radius: 10px 0px 10px 0px;
                  border-radius: 10px 0px 10px 0px; }
        .act-activity__right--item .item-right .item-right-title {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 28px;
          background: -webkit-linear-gradient(229deg, rgba(97, 95, 95, 0.15) 15%, #333333 100%);
          background: -o-linear-gradient(229deg, rgba(97, 95, 95, 0.15) 15%, #333333 100%);
          background: linear-gradient(221deg, rgba(97, 95, 95, 0.15) 15%, #333333 100%);
          -webkit-border-radius: 0px 0px 10px 10px;
                  border-radius: 0px 0px 10px 10px;
          color: #fff;
          font-size: 14px;
          line-height: 28px;
          padding: 0 9px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
      .act-activity__right--item .mask {
        display: none;
        width: 242px;
        height: 55px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#545454));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #545454 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #545454 100%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #545454 100%);
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-border-radius: 0px 0px 10px 10px;
                border-radius: 0px 0px 10px 10px; }
        .act-activity__right--item .mask .mask-button {
          width: 80px;
          height: 30px;
          background: #ff6600;
          font-size: 12px;
          color: #fff;
          line-height: 30px;
          text-align: center;
          -webkit-border-radius: 3px 3px 3px 3px;
                  border-radius: 3px 3px 3px 3px;
          position: absolute;
          top: 14px;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); }
          .act-activity__right--item .mask .mask-button.is-end {
            background: #299cf7; }
          .act-activity__right--item .mask .mask-button:hover {
            background: #ff8533; }
            .act-activity__right--item .mask .mask-button:hover.is-end {
              background: #299cf7; }

.act-two-activity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .act-two-activity__item {
    cursor: pointer;
    width: 590px;
    -webkit-border-radius: 10px;
            border-radius: 10px; }
    .act-two-activity__item:hover .info-title {
      color: #7a9bff !important; }
    .act-two-activity__item .act-two-activity__item--title {
      display: block;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 20px;
      position: relative;
      top: -6px;
      background: #f6f6f6;
      z-index: -1;
      -webkit-border-radius: 0 0 10px 10px;
              border-radius: 0 0 10px 10px; }
    .act-two-activity__item .info {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .act-two-activity__item .info-baseInfo-cell .info-title {
      font-weight: 500;
      font-size: 20px;
      color: #333333;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1; }
    .act-two-activity__item .info-baseInfo-cell .info-handle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 14px;
      font-weight: normal;
      color: #999999;
      margin-top: 10px; }
      .act-two-activity__item .info-baseInfo-cell .info-handle .iconfont {
        font-size: 18px;
        margin-right: 2px; }
      .act-two-activity__item .info-baseInfo-cell .info-handle .info-handle__address {
        margin-left: 13px; }
    .act-two-activity__item .info-lightspot-cell {
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 16px 20px;
      background: #FFFFFF;
      margin-top: 12px; }
      .act-two-activity__item .info-lightspot-cell .lightspot-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%; }
        .act-two-activity__item .info-lightspot-cell .lightspot-item:not(:first-child) {
          margin-top: 10px; }
        .act-two-activity__item .info-lightspot-cell .lightspot-item .lightspot-item-icon {
          width: 30px;
          height: 30px;
          background-repeat: no-repeat;
          -webkit-background-size: 100% 100%;
                  background-size: 100% 100%; }
          .act-two-activity__item .info-lightspot-cell .lightspot-item .lightspot-item-icon.hot-icon {
            background-image: url(https://img.cifnews.com/dev/20241114/ca8372a39ff64982885d59750b4b6168.png); }
          .act-two-activity__item .info-lightspot-cell .lightspot-item .lightspot-item-icon.like-icon {
            background-image: url(https://img.cifnews.com/dev/20241114/7c15eec1ddd244efba5e67220e7eeff3.png); }
        .act-two-activity__item .info-lightspot-cell .lightspot-item .lightspot-item-text {
          margin-left: 6px;
          width: 472px;
          font-weight: 400;
          font-size: 16px;
          color: #333333;
          overflow: hidden;
          -o-text-overflow: ellipsis;
             text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1; }
    .act-two-activity__item:hover .act-two-activity__item--title {
      color: #2258fd; }
    .act-two-activity__item--info {
      width: 590px;
      height: 332px;
      position: relative;
      -webkit-border-radius: 10px;
              border-radius: 10px;
      overflow: hidden; }
      .act-two-activity__item--info img {
        width: 100%;
        height: 100%;
        -webkit-transition: all linear 0.3s;
        -o-transition: all linear 0.3s;
        transition: all linear 0.3s; }
        .act-two-activity__item--info img:hover {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); }
      .act-two-activity__item--info .sign {
        width: 124px;
        height: 51px;
        background: #ff6600;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        text-align: center;
        line-height: 51px;
        color: #fff;
        font-size: 16px;
        position: absolute;
        right: 20px;
        bottom: 20px; }
        .act-two-activity__item--info .sign.is-end {
          background-color: #299cf7; }
        .act-two-activity__item--info .sign:hover {
          opacity: 0.8; }
          .act-two-activity__item--info .sign:hover.is-end {
            background-color: #299cf7; }

.act-singel-activity {
  background: -webkit-linear-gradient(250deg, rgba(34, 88, 253, 0.05) 0%, rgba(34, 88, 253, 0) 100%);
  background: -o-linear-gradient(250deg, rgba(34, 88, 253, 0.05) 0%, rgba(34, 88, 253, 0) 100%);
  background: linear-gradient(200deg, rgba(34, 88, 253, 0.05) 0%, rgba(34, 88, 253, 0) 100%);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .act-singel-activity__img {
    display: block;
    width: 660px;
    height: 372px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    overflow: hidden;
    -webkit-border-radius: 10px;
            border-radius: 10px; }
    .act-singel-activity__img img {
      width: 100%;
      height: 100%;
      -webkit-transition: all linear 0.3s;
      -o-transition: all linear 0.3s;
      transition: all linear 0.3s; }
      .act-singel-activity__img img:hover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
  .act-singel-activity .info-handleCell {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 12px; }
  .act-singel-activity__info {
    width: 540px;
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .act-singel-activity__info--title {
      font-weight: bold;
      font-size: 20px;
      color: #333333;
      line-height: 36px; }
      .act-singel-activity__info--title:hover {
        color: #2258fd; }
    .act-singel-activity__info--date {
      font-size: 16px;
      color: #999999;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 50px; }
      .act-singel-activity__info--date .iconfont {
        font-size: 18px;
        margin-right: 8px; }
    .act-singel-activity__info--adress {
      font-size: 16px;
      color: #999999;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .act-singel-activity__info--adress .iconfont {
        font-size: 17px;
        margin-right: 7px; }
    .act-singel-activity__info--btn {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      position: relative;
      top: 2px;
      font-size: 16px; }
      .act-singel-activity__info--btn .btn {
        display: block;
        width: 240px;
        height: 54px;
        background: #ff6600;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        text-align: center;
        line-height: 54px;
        color: #fff;
        cursor: pointer; }
        .act-singel-activity__info--btn .btn.singel-activity-btn1 {
          width: 130px; }
          .act-singel-activity__info--btn .btn.singel-activity-btn1 + .singel-activity-btn2 {
            width: 130px; }
        .act-singel-activity__info--btn .btn.is-plain {
          border: 1px solid #FF6600;
          color: #FF6600;
          background-color: #fff;
          margin-right: 20px; }
          .act-singel-activity__info--btn .btn.is-plain:hover {
            border: 1px solid transparent;
            color: #fff;
            background-color: #FF6600; }
        .act-singel-activity__info--btn .btn.is-end {
          background-color: #299cf7; }
        .act-singel-activity__info--btn .btn:hover {
          opacity: 0.8; }
          .act-singel-activity__info--btn .btn:hover.is-end {
            background-color: #299cf7; }
    .act-singel-activity__info .info-lightspot-cell {
      width: 100%;
      height: 102px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 16px 20px;
      padding-left: 0;
      margin-top: 2px; }
      .act-singel-activity__info .info-lightspot-cell::before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #E8E8E8;
        margin-bottom: 22px; }
      .act-singel-activity__info .info-lightspot-cell .lightspot-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%; }
        .act-singel-activity__info .info-lightspot-cell .lightspot-item:not(:first-child) {
          margin-top: 10px; }
        .act-singel-activity__info .info-lightspot-cell .lightspot-item .lightspot-item-icon {
          width: 30px;
          height: 30px;
          background-repeat: no-repeat;
          -webkit-background-size: 100% 100%;
                  background-size: 100% 100%; }
          .act-singel-activity__info .info-lightspot-cell .lightspot-item .lightspot-item-icon.hot-icon {
            background-image: url(https://img.cifnews.com/dev/20241114/ca8372a39ff64982885d59750b4b6168.png); }
          .act-singel-activity__info .info-lightspot-cell .lightspot-item .lightspot-item-icon.like-icon {
            background-image: url(https://img.cifnews.com/dev/20241114/7c15eec1ddd244efba5e67220e7eeff3.png); }
        .act-singel-activity__info .info-lightspot-cell .lightspot-item .lightspot-item-text {
          margin-left: 6px;
          width: 472px;
          font-weight: 400;
          font-size: 16px;
          color: #999999;
          overflow: hidden;
          -o-text-overflow: ellipsis;
             text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1; }

.act-plan {
  background: #ffffff;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  overflow: hidden;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .act-plan__head {
    width: 100%;
    height: 104px;
    background: #fff -webkit-linear-gradient(275deg, rgba(122, 155, 255, 0.2) 0%, rgba(122, 155, 255, 0) 60%);
    background: #fff -o-linear-gradient(275deg, rgba(122, 155, 255, 0.2) 0%, rgba(122, 155, 255, 0) 60%);
    background: #fff linear-gradient(175deg, rgba(122, 155, 255, 0.2) 0%, rgba(122, 155, 255, 0) 60%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .act-plan__head--tab {
      width: 930px;
      margin-left: 0;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .act-plan__head--tab .swiper-container {
        padding-right: 70px;
        margin-left: 0; }
      .act-plan__head--tab .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        cursor: pointer;
        width: auto;
        height: 31px; }
        .act-plan__head--tab .item.is-active .item-title, .act-plan__head--tab .item:hover .item-title {
          font-size: 24px;
          color: #2258fd; }
        .act-plan__head--tab .item.is-active .item-icon, .act-plan__head--tab .item:hover .item-icon {
          display: block; }
        .act-plan__head--tab .item .item-title {
          -ms-flex-item-align: end;
              align-self: flex-end;
          font-weight: 500;
          font-size: 20px;
          color: #333333;
          -webkit-transform: all linear 0.3s;
              -ms-transform: all linear 0.3s;
                  transform: all linear 0.3s; }
        .act-plan__head--tab .item .item-icon {
          display: none;
          width: 24px;
          height: 24px;
          background: url(https://img.cifnews.com/dev/20241029/c775cfee794348e7aa46233b154efb8c.png) no-repeat 100% 100%;
          margin-left: 7px; }
    .act-plan__head--more {
      font-weight: 500;
      font-size: 16px;
      color: #999999;
      cursor: pointer; }
      .act-plan__head--more:hover {
        color: #7a9bff; }
  .act-plan__body--container {
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 20px; }
  .act-plan__body--more {
    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;
    margin-top: 20px; }
    .act-plan__body--more .btn {
      font-weight: 400;
      font-size: 14px;
      color: #999999;
      cursor: pointer; }
      .act-plan__body--more .btn:hover {
        color: #7a9bff; }
  .act-plan .plan-tab-btn {
    width: 18px;
    height: 18px;
    background: #f3f6ff;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    color: #2950ff;
    cursor: pointer;
    text-align: center;
    line-height: 18px; }
    .act-plan .plan-tab-btn:hover {
      background: #2258fd;
      color: #fff; }
  .act-plan .plan-tab-prev {
    justify-self: flex-start;
    margin-right: 14px;
    margin-bottom: -6px; }
  .act-plan .plan-tab-next {
    position: absolute;
    margin-top: 3px;
    top: 50%;
    right: -32px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.act-platform {
  background: #fff;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  padding: 0 30px 20px;
  margin-top: 40px; }
  .act-platform:first-child {
    margin-top: 0; }
  .act-platform__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .act-platform__info--logo {
      width: 62px;
      height: 62px;
      -webkit-border-radius: 8px;
              border-radius: 8px;
      border: 1px solid #e8e8e8;
      margin-right: 20px;
      display: block;
      overflow: hidden; }
      .act-platform__info--logo img {
        width: 100%;
        height: 100%; }
    .act-platform__info--desc {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
      .act-platform__info--desc .desc-container {
        width: 573px;
        display: block; }
        .act-platform__info--desc .desc-container .desc-title {
          font-weight: bold;
          font-size: 24px;
          color: #333333; }
        .act-platform__info--desc .desc-container .desc-content {
          font-size: 16px;
          color: #999999;
          margin-top: 10px; }
    .act-platform__info--btn1 {
      width: 124px;
      height: 51px;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      border: 1px solid #ff6600;
      text-align: center;
      line-height: 51px;
      color: #ff6600;
      cursor: pointer;
      margin-right: 20px;
      font-size: 16px; }
      .act-platform__info--btn1:hover {
        background: #ff6600;
        color: #fff; }
    .act-platform__info--btn2 {
      width: 124px;
      height: 51px;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      background: #ff6600;
      text-align: center;
      line-height: 51px;
      color: #fff;
      cursor: pointer; }
      .act-platform__info--btn2:hover {
        opacity: 0.8; }
  .act-platform__data {
    margin-bottom: 30px;
    background: #f3f6ff;
    -webkit-border-radius: 10px 10px 10px 10px;
            border-radius: 10px 10px 10px 10px;
    padding: 20px 0 20px 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 218px; }
    .act-platform__data--title {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 66px;
      height: 110px;
      background: url(https://img.cifnews.com/dev/20241030/cfbe5793be9a4d65bb9632d0024ce384.png) no-repeat 100% 100%; }
    .act-platform__data--body {
      margin-left: 6px;
      overflow: hidden;
      padding-right: 12px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: relative; }
      .act-platform__data--body .body-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 10px 16px;
        margin-top: 10px; }
        .act-platform__data--body .body-item:first-child {
          margin-top: 0; }
  .act-platform__subject--tabs {
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .act-platform__subject--tabs .tab-item {
      width: auto;
      height: 44px;
      line-height: 44px;
      padding: 0 30px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background: #f3f6ff;
      -webkit-border-radius: 22px;
              border-radius: 22px;
      position: relative;
      cursor: pointer; }
      .act-platform__subject--tabs .tab-item:hover, .act-platform__subject--tabs .tab-item.is-active {
        background: #2258fd;
        color: #fff; }
        .act-platform__subject--tabs .tab-item:hover .tab-item-sign, .act-platform__subject--tabs .tab-item.is-active .tab-item-sign {
          display: block; }
      .act-platform__subject--tabs .tab-item .tab-item-sign {
        display: none;
        position: absolute;
        border-top: 8px solid #2258fd;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        top: 44px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
  .act-platform__subject--body .body-item.is-activity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 20px; }
  .act-platform__subject--body .body-item.is-document {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 0; }
  .act-platform__subject--more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px; }
    .act-platform__subject--more .btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #999999;
      font-size: 14px;
      cursor: pointer; }
      .act-platform__subject--more .btn:hover {
        color: #7a9bff; }

.act-aside {
  position: fixed;
  right: 10px;
  bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 9999; }
  .act-aside__community--img {
    width: 100px;
    height: 120px;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    cursor: pointer;
    display: block; }
  .act-aside__container {
    margin-top: 20px;
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: 50px;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 30px;
            border-radius: 30px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .act-aside__container--item {
      cursor: pointer;
      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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .act-aside__container--item.is-subscribe > div {
        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;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 10px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px; }
      .act-aside__container--item.is-subscribe:hover .item-icon {
        background: url(https://img.cifnews.com/dev/20241030/07adbf974b1f4f3c89ac673c1432f218.png) no-repeat;
        -webkit-background-size: 100% 100%;
                background-size: 100% 100%; }
      .act-aside__container--item.is-subscribe:hover .item-text {
        color: #7a9bff; }
      .act-aside__container--item.is-subscribe .item-icon {
        width: 22px;
        height: 22px;
        background: url(https://img.cifnews.com/dev/20241030/02c32e985823492dbbb05e7a9577e732.png) no-repeat;
        -webkit-background-size: 100% 100%;
                background-size: 100% 100%; }
      .act-aside__container--item.is-top:hover .item-icon {
        background: url(https://img.cifnews.com/dev/20241030/2afd81a91e8d4307890b3e6bfcdfc0a0.png) no-repeat;
        -webkit-background-size: 100% 100%;
                background-size: 100% 100%; }
      .act-aside__container--item.is-top:hover .item-text {
        color: #7a9bff; }
      .act-aside__container--item.is-top .item-icon {
        width: 22px;
        height: 22px;
        background: url(https://img.cifnews.com/dev/20241030/df2eaa31cd2b4cbf9bf7ccd69e6a6b28.png) no-repeat;
        -webkit-background-size: 100% 100%;
                background-size: 100% 100%; }
      .act-aside__container--item .item-text {
        margin-top: 8px;
        font-size: 12px;
        color: #25406e; }

.activity-item {
  width: 366px;
  cursor: pointer; }
  .activity-item:hover .activity-item__title .info-title {
    color: #7a9bff; }
  .activity-item__info {
    width: 100%;
    height: 206px;
    position: relative;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    overflow: hidden; }
    .activity-item__info:hover .mask {
      display: block; }
    .activity-item__info--img {
      width: 100%;
      height: 100%;
      -webkit-transition: all linear 0.3s;
      -o-transition: all linear 0.3s;
      transition: all linear 0.3s; }
    .activity-item__info--sign {
      padding: 0 10px;
      height: 24px;
      background: #ff6600;
      -webkit-border-radius: 10px 15px 15px 0px;
              border-radius: 10px 15px 15px 0px;
      color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      text-align: center;
      line-height: 24px;
      font-size: 14px; }
      .activity-item__info--sign.is-end {
        background: #b2b2b2; }
  .activity-item__title {
    display: block; }
    .activity-item__title .info-title {
      font-weight: 500;
      font-size: 16px;
      color: #333333;
      margin-top: 15px; }
  .activity-item .info-handle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-weight: normal;
    color: #999999;
    margin-top: 10px; }
    .activity-item .info-handle .iconfont {
      font-size: 18px;
      margin-right: 2px; }
    .activity-item .info-handle .info-handle__address {
      margin-left: 13px; }
  .activity-item .mask {
    display: none;
    width: 366px;
    height: 70px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#545454));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #545454 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #545454 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #545454 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 0px 0px 10px 10px;
            border-radius: 0px 0px 10px 10px; }
    .activity-item .mask .mask-button {
      width: 130px;
      height: 42px;
      background: #ff6600;
      font-size: 16px;
      color: #fff;
      line-height: 42px;
      text-align: center;
      -webkit-border-radius: 3px 3px 3px 3px;
              border-radius: 3px 3px 3px 3px;
      position: absolute;
      top: 16px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      .activity-item .mask .mask-button.is-end {
        background: #299cf7; }
      .activity-item .mask .mask-button:hover {
        background: #ff8533; }
        .activity-item .mask .mask-button:hover.is-end {
          background: #299cf7; }

.data-item {
  width: 100%;
  height: 84px;
  padding: 20px;
  padding-top: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  -webkit-border-radius: 12px 12px 12px 12px;
          border-radius: 12px 12px 12px 12px;
  cursor: pointer;
  display: block;
  position: relative;
  margin-top: 10px; }
  .data-item:first-child {
    margin-top: 0; }
  .data-item.is-right .head .head-icon {
    color: #fe5925;
    border: 1px solid rgba(254, 89, 37, 0.5); }
  .data-item.is-right:hover .head .head-title {
    color: #fe5925; }
  .data-item.is-platform {
    width: 510px;
    margin-top: 0; }
  .data-item .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .data-item .head .head-icon {
      font-size: 12px;
      color: #2258fd;
      padding: 0 10px;
      height: 18px;
      -webkit-border-radius: 9px 9px 9px 9px;
              border-radius: 9px 9px 9px 9px;
      border: 1px solid rgba(34, 88, 253, 0.5);
      text-align: center;
      line-height: 18px;
      margin-right: 6px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .data-item .head .head-title {
      font-weight: bold;
      font-size: 14px;
      color: #333333; }
  .data-item .body {
    margin-top: 9px;
    font-size: 14px;
    color: #666666; }
  .data-item:hover .head .head-title {
    color: #7a9bff; }
  .data-item .sign {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 18px;
    background: #ff6600;
    -webkit-border-radius: 9px 9px 0px 9px;
            border-radius: 9px 9px 0px 9px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 16px; }

.article-item {
  width: 860px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .article-item__img {
    width: 260px;
    height: 150px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .article-item__img img {
      width: 100%;
      height: 100%;
      -webkit-transition: all linear 0.3s;
      -o-transition: all linear 0.3s;
      transition: all linear 0.3s; }
      .article-item__img img:hover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
  .article-item__content {
    margin-left: 25px;
    font-size: 12px;
    color: #999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .article-item__title {
      font-size: 18px;
      color: #333;
      line-height: 30px; }
      .article-item__title:hover {
        color: #7a9bff; }
    .article-item__desc {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
      .article-item__desc--text {
        font-size: 14px;
        color: #999999;
        margin-top: 10px; }
    .article-item__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .article-item__info--author {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .article-item__info--author img {
          width: 30px;
          height: 30px;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          margin-right: 10px; }
      .article-item__info--label {
        margin-left: 30px; }
        .article-item__info--label .iconfont {
          color: #ccc;
          margin-right: 6px; }
      .article-item__info--like {
        margin-left: 30px; }
        .article-item__info--like .iconfont {
          color: #ccc;
          margin-right: 6px; }

.document-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 284px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer; }
  .document-item:hover {
    background: #f2f4f6; }
  .document-item__img {
    width: 56px;
    height: 64px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .document-item__img.is-bmp {
      background: url(https://img.cifnews.com/dev/20191101/3d288ed53d3b495fb42d78fee82573cd.png) no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%; }
    .document-item__img.is-doc {
      background: url(https://img.cifnews.com/dev/20191101/7b866ef6ce754ed99ce98a72a523fbd2.png) no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%; }
    .document-item__img.is-docx {
      background: url(https://img.cifnews.com/dev/20191101/1279235a525a4078830b55ca8a5f2edb.png) no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%; }
    .document-item__img.is-exe {
      background: url(https://img.cifnews.com/dev/20191101/7165369d3ba54b70bf940d89a64e7957.png) no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%; }
    .document-item__img.is-jpg {
      background: url(https://img.cifnews.com/dev/20191101/a5aac004c02b4621933677605dbfbb7d.png) no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%; }
    .document-item__img.is-md {
      background: url(https://img.cifnews.com/dev/20191101/86a173cdc48f41768a5e3f5dab9e8737.png) no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%; }
    .document-item__img.is-pdf {
      background: url(https://img.cifnews.com/dev/20191101/74bc670c2896460e845e1f8a7afefae2.png) no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%; }
    .document-item__img.is-png {
      background: url(https://img.cifnews.com/dev/20191101/7c20d3ede2a148949a21b8321f2686ac.png) no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%; }
    .document-item__img.is-ppt {
      background: url(https://img.cifnews.com/dev/20191101/07014f2d2408430f97514deec00e3a84.png) no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%; }
    .document-item__img.is-pptx {
      background: url(https://img.cifnews.com/dev/20191101/b5b004c321ec45cbb8755f91f614f12d.png) no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%; }
    .document-item__img.is-rar {
      background: url(https://img.cifnews.com/dev/20191101/8753af6f1ef24ca2a021eb6cfd1172e3.png) no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%; }
    .document-item__img.is-txt {
      background: url(https://img.cifnews.com/dev/20191101/81e3ea3a00d74f2b853c4f132bf66efb.png) no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%; }
    .document-item__img.is-xls {
      background: url(https://img.cifnews.com/dev/20191111/ff226e16f4f1423b9d8308ea3bb5c602.png) no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%; }
    .document-item__img.is-xlsm {
      background: url(https://img.cifnews.com/dev/20200414/9c2c68e3f7e640bdbca4349766b39512.png) no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%; }
    .document-item__img.is-xlsx {
      background: url(https://img.cifnews.com/dev/20191111/47964dfd03c0450ca4debdd3f597ebe2.png) no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%; }
    .document-item__img.is-xmind {
      background: url(https://img.cifnews.com/dev/20191101/34ad0d5637fd4ec6b961c5fd74eb3c6e.png) no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%; }
    .document-item__img.is-zip {
      background: url(https://img.cifnews.com/dev/20191101/e1bfcdffc428455bb5f5705127355bcb.png) no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%; }
    .document-item__img.is-folder {
      background: url(https://img.cifnews.com/dev/20200428/2930a4e55baf4692bae5603c80295df0.png) no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%; }
  .document-item__content {
    margin-left: 16px;
    margin-top: 6px; }
    .document-item__content--title {
      font-size: 14px;
      color: #666666;
      font-weight: bold; }
    .document-item__content--info {
      margin-top: 13px;
      font-size: 12px;
      color: #999999; }
      .document-item__content--info span {
        color: #fe6d00; }

.swiper-button-disabled {
  display: none; }

div.cif-layer--layui .cif-layer__cont {
  width: 100%;
  max-height: 500px;
  min-height: 150px; }
  div.cif-layer--layui .cif-layer__cont .cif-layer__tit {
    margin-top: 50px; }
  div.cif-layer--layui .cif-layer__cont .cif-layer__qrcode {
    max-width: 564px;
    max-height: 346px;
    width: auto;
    height: auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
    div.cif-layer--layui .cif-layer__cont .cif-layer__qrcode img {
      width: auto;
      height: auto;
      max-height: 346px;
      max-width: 564px; }

.cif-success {
  position: relative;
  text-align: center;
  width: 550px !important;
  height: 550px !important;
  background: transparent !important;
  max-height: unset !important;
  min-height: unset !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important; }
  .cif-success .cif-layer__close {
    top: 1px;
    right: 1px; }
    .cif-success .cif-layer__close .close-icon {
      width: 26px;
      height: 26px; }
  .cif-success .cif-success__cont .cif-success__cont--img {
    width: 450px;
    height: 520px;
    background-image: url(https://img.cifnews.com/dev/20241105/251c409e69c74ba6878693bcacc36470.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%; }
    .cif-success .cif-success__cont .cif-success__cont--img.is-Notified {
      background-image: url(https://img.cifnews.com/dev/20241113/332406f4242847d0b6722aa6d7b64082.png); }
  .cif-success .cif-success__cont .cif-success__cont--img--qrcode {
    width: 224px;
    height: 224px;
    position: relative;
    top: 200px;
    -webkit-border-radius: 14px 14px 14px 14px;
            border-radius: 14px 14px 14px 14px; }

.act-platform .activity-item {
  position: relative; }
  .act-platform .activity-item .end-tag {
    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;
    position: absolute;
    top: 0;
    left: 0;
    width: 62px;
    height: 24px;
    font-size: 14px;
    color: #fff;
    background: #b2b2b2;
    -webkit-border-radius: 10px 0px 10px 0px;
            border-radius: 10px 0px 10px 0px; }

.intended-banner {
  width: 1140px;
  height: 40px;
  background-image: url(https://img.cifnews.com/dev/20241113/935830c60c0349339bd1a49d59c0cb5d.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 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;
  margin: auto;
  position: relative;
  top: -8px;
  background-color: #fff;
  margin-bottom: 10px;
  cursor: pointer; }
  .intended-banner:hover .intended-banner-title {
    color: #7A9BFF; }
  .intended-banner:hover .intended-banner-icon {
    background-image: url(https://img.cifnews.com/dev/20241113/b39b0da4fc4248e7b1fb55944a5999fa.png); }
  .intended-banner .intended-banner-title {
    font-weight: 400;
    font-size: 14px;
    color: #2258FD;
    margin-right: 10px; }
  .intended-banner .intended-banner-icon {
    width: 18px;
    height: 18px;
    background-image: url(https://img.cifnews.com/dev/20241113/32d356a1f1504c95b592f8cb90f049fe.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%; }
