@charset "UTF-8";
.cif-section {
  position: relative;
  width: 100%; }
  .cif-section__head {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 56px;
    font-size: 14px;
    border-bottom: 1px solid #ebeced; }
    .cif-section__head::after {
      content: "";
      display: block;
      width: 100%;
      height: 0;
      clear: both; }
    .cif-section__head.is-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: table-cell\9; }
      .cif-section__head.is-flex::after, .cif-section__head.is-flex::before {
        display: none; }
      .cif-section__head.is-flex .cif-navtab {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        height: 56px; }
      .cif-section__head.is-flex .text {
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .cif-section__head .text {
      float: left;
      font-size: 16px;
      color: #333;
      font-weight: bold; }
    .cif-section__head .desc {
      float: left;
      margin-left: 17px;
      color: #999; }
    .cif-section__head .more {
      float: right;
      color: #999;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .cif-section__head .more .iconfont {
        font-size: 12px; }
    .cif-section__head .opt {
      float: right;
      font-size: 14px;
      color: #999;
      font-weight: normal; }
      .cif-section__head .opt .opt-item {
        position: relative;
        display: inline-block;
        margin-left: 16px;
        cursor: pointer; }
        .cif-section__head .opt .opt-item.is-active {
          font-weight: bold;
          color: #333; }
          .cif-section__head .opt .opt-item.is-active::after {
            content: "";
            position: absolute;
            bottom: 10px;
            left: 50%;
            margin-left: -15px;
            width: 30px;
            height: 2px;
            background: #3599e1; }
  .cif-section__cont {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%; }
    .cif-section__cont.is-padding {
      padding: 0 30px; }
  .cif-section--box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
    -webkit-box-shadow: 1px 2px 12px -5px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 2px 12px -5px rgba(0, 0, 0, 0.1); }
  .cif-section--solid {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
    border: 1px solid #eff1f3; }
  .cif-section--s {
    width: 190px; }
  .cif-section--b {
    width: 990px; }
    .cif-section--b .cif-section--b {
      width: 690px; }
    .cif-section--b .cif-section--s {
      width: 280px; }
  .cif-section.is-normal .cif-section--simple {
    width: 1200px; }
  .cif-section.is-normal .cif-section--b {
    width: 880px; }
  .cif-section.is-normal .cif-section--s {
    width: 300px; }
  .cif-section.is-informationFlow .cif-section__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 0;
    width: 100%; }
    .cif-section.is-informationFlow .cif-section__head .text {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 100%; }
    .cif-section.is-informationFlow .cif-section__head .more {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .cif-section.is-informationFlow .cif-section__head .label {
      display: inline-block;
      font-weight: normal;
      height: 26px;
      line-height: 26px;
      -webkit-border-radius: 13px;
              border-radius: 13px;
      font-size: 12px;
      padding: 0 9px;
      color: #f60;
      background: #fff6f1;
      border: 1px solid #f9cab1;
      margin-left: 10px; }
      .cif-section.is-informationFlow .cif-section__head .label .iconfont {
        font-size: 12px; }
      .cif-section.is-informationFlow .cif-section__head .label:hover {
        background: #ff8739;
        color: #fff; }
    .cif-section.is-informationFlow .cif-section__head::after {
      display: none; }
  .cif-section.is-informationFlow .cif-section__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

body,
html,
form,
input,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img {
  margin: 0;
  padding: 0;
  border: 0;
  word-break: break-all;
  font-family: "Microsoft YaHei", 微软雅黑, 宋体, Arial, Tahoma, Helvetica, sans-serif; }

ul {
  list-style: none; }

a {
  text-decoration: none;
  color: inherit; }

.fl {
  float: left; }

.fr {
  float: right; }

.clear::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0; }

.clear {
  zoom: 1; }

.text-ellipsis {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.is-pr {
  position: relative !important; }

.is-pa {
  position: absolute !important; }

.is-pf {
  position: fixed !important; }

.is-db {
  display: block !important; }

.is-di {
  display: inline !important; }

.is-dib {
  display: inline-block !important; }

.is-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.textl {
  text-align: left !important; }

.textr {
  text-align: right !important; }

.textc {
  text-align: center !important; }

.bdnone {
  border: none !important; }

.ellipsis {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }

.ellipsis,
.ellipsis--1 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; }

.ellipsis--2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.ellipsis--3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }

.ellipsis--1 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; }

.ellipsis--2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.ellipsis--3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }

.ellipsis--4 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; }

.ellipsis--5 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; }

.ellipsis--6 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6; }

.is-fwb {
  font-weight: bold; }

.is-fwn {
  font-weight: normal; }

.c1 {
  color: #ff6600; }

.bgc1 {
  background-color: #ff6600 !important; }

.c2 {
  color: #ff8739; }

.bgc2 {
  background-color: #ff8739 !important; }

.c3 {
  color: #333; }

.bgc3 {
  background-color: #333 !important; }

.c4 {
  color: #666; }

.bgc4 {
  background-color: #666 !important; }

.c5 {
  color: #999; }

.bgc5 {
  background-color: #999 !important; }

.c6 {
  color: #ccc; }

.bgc6 {
  background-color: #ccc !important; }

.c7 {
  color: #ebeced; }

.bgc7 {
  background-color: #ebeced !important; }

.c8 {
  color: #f2f4f6; }

.bgc8 {
  background-color: #f2f4f6 !important; }

.c9 {
  color: #fff; }

.bgc9 {
  background-color: #fff !important; }

.c10 {
  color: #fc583d; }

.bgc10 {
  background-color: #fc583d !important; }

.c11 {
  color: #ffecdd; }

.bgc11 {
  background-color: #ffecdd !important; }

.c12 {
  color: #ed6a07; }

.bgc12 {
  background-color: #ed6a07 !important; }

.c13 {
  color: #aaa; }

.bgc13 {
  background-color: #aaa !important; }

.c14 {
  color: #f2f2f2; }

.bgc14 {
  background-color: #f2f2f2 !important; }

.c15 {
  color: #55bc61; }

.bgc15 {
  background-color: #55bc61 !important; }

.bg-lucid {
  background-color: transparent !important; }

.pa-20 {
  padding: -20px !important; }

.pt-20 {
  padding-top: -20px !important; }

.pb-20 {
  padding-bottom: -20px !important; }

.mt-20 {
  margin-top: -20px !important; }

.mb-20 {
  margin-bottom: -20px !important; }

.mr-20 {
  margin-right: -20px !important; }

.ml-20 {
  margin-left: -20px !important; }

.pa-15 {
  padding: -15px !important; }

.pt-15 {
  padding-top: -15px !important; }

.pb-15 {
  padding-bottom: -15px !important; }

.mt-15 {
  margin-top: -15px !important; }

.mb-15 {
  margin-bottom: -15px !important; }

.mr-15 {
  margin-right: -15px !important; }

.ml-15 {
  margin-left: -15px !important; }

.pa-10 {
  padding: -10px !important; }

.pt-10 {
  padding-top: -10px !important; }

.pb-10 {
  padding-bottom: -10px !important; }

.mt-10 {
  margin-top: -10px !important; }

.mb-10 {
  margin-bottom: -10px !important; }

.mr-10 {
  margin-right: -10px !important; }

.ml-10 {
  margin-left: -10px !important; }

.pa-5 {
  padding: -5px !important; }

.pt-5 {
  padding-top: -5px !important; }

.pb-5 {
  padding-bottom: -5px !important; }

.mt-5 {
  margin-top: -5px !important; }

.mb-5 {
  margin-bottom: -5px !important; }

.mr-5 {
  margin-right: -5px !important; }

.ml-5 {
  margin-left: -5px !important; }

.pa0 {
  padding: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.mt0 {
  margin-top: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.pa5 {
  padding: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.mt5 {
  margin-top: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.pa10 {
  padding: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.pa15 {
  padding: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.pa20 {
  padding: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.pa25 {
  padding: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.mt25 {
  margin-top: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mr25 {
  margin-right: 25px !important; }

.ml25 {
  margin-left: 25px !important; }

.pa30 {
  padding: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.pa35 {
  padding: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.mt35 {
  margin-top: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mr35 {
  margin-right: 35px !important; }

.ml35 {
  margin-left: 35px !important; }

.pa40 {
  padding: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.pa45 {
  padding: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.mt45 {
  margin-top: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mr45 {
  margin-right: 45px !important; }

.ml45 {
  margin-left: 45px !important; }

.pa50 {
  padding: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.pa55 {
  padding: 55px !important; }

.pt55 {
  padding-top: 55px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.mt55 {
  margin-top: 55px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.mr55 {
  margin-right: 55px !important; }

.ml55 {
  margin-left: 55px !important; }

.pa60 {
  padding: 60px !important; }

.pt60 {
  padding-top: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mr60 {
  margin-right: 60px !important; }

.ml60 {
  margin-left: 60px !important; }

.pa70 {
  padding: 70px !important; }

.pt70 {
  padding-top: 70px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.mt70 {
  margin-top: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mr70 {
  margin-right: 70px !important; }

.ml70 {
  margin-left: 70px !important; }

.pa75 {
  padding: 75px !important; }

.pt75 {
  padding-top: 75px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.mt75 {
  margin-top: 75px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.mr75 {
  margin-right: 75px !important; }

.ml75 {
  margin-left: 75px !important; }

.pa90 {
  padding: 90px !important; }

.pt90 {
  padding-top: 90px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.mt90 {
  margin-top: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mr90 {
  margin-right: 90px !important; }

.ml90 {
  margin-left: 90px !important; }

.pa100 {
  padding: 100px !important; }

.pt100 {
  padding-top: 100px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.mt100 {
  margin-top: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mr100 {
  margin-right: 100px !important; }

.ml100 {
  margin-left: 100px !important; }

.ft0 {
  font-size: 0px !important; }

.ft12 {
  font-size: 12px !important; }

.ft14 {
  font-size: 14px !important; }

.ft15 {
  font-size: 15px !important; }

.ft16 {
  font-size: 16px !important; }

.ft18 {
  font-size: 18px !important; }

.ft20 {
  font-size: 20px !important; }

.ft24 {
  font-size: 24px !important; }

.ft26 {
  font-size: 26px !important; }

.ft28 {
  font-size: 28px !important; }

.ft30 {
  font-size: 30px !important; }

.ft40 {
  font-size: 40px !important; }

.none {
  display: none !important; }

.overhide {
  overflow: hidden; }

.hidebox {
  width: 100%;
  height: 0;
  overflow: hidden; }

.cs-forbid {
  cursor: not-allowed !important; }

.cs-pointer {
  cursor: pointer !important; }

.cs-default {
  cursor: default !important; }

.bginherit {
  background-color: inherit !important; }

.bg-type1 {
  background-color: #f2f4f6;
  overflow: hidden; }

.cif-container {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .cif-container::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both; }

.cif-btn {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 98px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: #fff;
  background-color: #ff6600;
  border: 1px solid #ff6600; }
  .cif-btn .cif-btn__icon {
    font-size: 12px; }
  .cif-btn .sd-btn__icon {
    font-size: 14px; }
  .cif-btn.is-round {
    -webkit-border-radius: 15px;
            border-radius: 15px; }
  .cif-btn.is-plain {
    color: #ff6600;
    background-color: transparent;
    border: 1px solid #ff6600; }
  .cif-btn:hover, .cif-btn:focus, .cif-btn:active, .cif-btn.is-plain:hover, .cif-btn.is-plain:focus, .cif-btn.is-plain:active {
    color: #fff;
    background-color: #ff8739;
    border: 1px solid #ff8739; }
  .cif-btn__text {
    display: inline-block; }
  .cif-btn__icon {
    display: inline-block; }
    .cif-btn__icon + .cif-btn__text {
      margin-left: 5px; }
  .cif-btn--normal {
    width: 138px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    -webkit-border-radius: 4px;
            border-radius: 4px; }
    .cif-btn--normal .cif-btn__icon {
      font-size: 14px; }
    .cif-btn--normal .sd-btn__icon {
      font-size: 16px; }
    .cif-btn--normal.is-round {
      -webkit-border-radius: 19px;
              border-radius: 19px; }
  .cif-btn--mini {
    width: 74px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    -webkit-border-radius: 4px;
            border-radius: 4px; }
    .cif-btn--mini .cif-btn__icon {
      font-size: 12px; }
    .cif-btn--mini .sd-btn__icon {
      font-size: 14px; }
    .cif-btn--mini.is-round {
      -webkit-border-radius: 15px;
              border-radius: 15px; }
  .cif-btn--text {
    color: #999;
    background-color: transparent;
    border: 1px solid transparent; }
    .cif-btn--text.is-plain {
      color: #999;
      background-color: transparent;
      border: 1px solid transparent; }
    .cif-btn--text:hover, .cif-btn--text:focus, .cif-btn--text:active, .cif-btn--text.is-plain:hover, .cif-btn--text.is-plain:focus, .cif-btn--text.is-plain:active {
      color: #999;
      background-color: transparent;
      border: 1px solid transparent; }
  .cif-btn--info {
    color: #999;
    background-color: #f2f4f6;
    border: 1px solid #f2f4f6; }
    .cif-btn--info.is-plain {
      color: #666;
      background-color: transparent;
      border: 1px solid #ebeced; }
    .cif-btn--info:hover, .cif-btn--info:focus, .cif-btn--info:active, .cif-btn--info.is-plain:hover, .cif-btn--info.is-plain:focus, .cif-btn--info.is-plain:active {
      color: #999;
      background-color: #ebeced;
      border: 1px solid #ebeced; }
  .cif-btn.is-round {
    -webkit-border-radius: 15px;
            border-radius: 15px; }
  .cif-btn.is-auto {
    width: auto;
    padding: 0 15px; }
  .cif-btn.is-forbid {
    cursor: not-allowed;
    color: #999;
    border: 1px solid #eaeaea;
    background: #eaeaea; }
    .cif-btn.is-forbid:hover {
      cursor: not-allowed;
      color: #999;
      border: 1px solid #eaeaea;
      background: #eaeaea; }
  .cif-btn.is-type1 {
    background-color: white;
    border: 1px solid #ff6600;
    color: #ff6600; }
    .cif-btn.is-type1:hover {
      background-color: #ff6600;
      border: 1px solid #ff6600;
      color: white; }

.cif-flexbox__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  margin-right: 42px;
  position: relative; }
  .cif-flexbox__wrap:nth-child(3n) {
    margin-right: 0; }

.cif-flexbox__imgbox {
  width: 120px;
  height: 68px;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  overflow: hidden; }
  .cif-flexbox__imgbox img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: 100%; }
  .cif-flexbox__imgbox .tag {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 50px;
    height: 24px;
    line-height: 24px;
    -webkit-border-radius: 1px;
            border-radius: 1px;
    color: white;
    text-align: center;
    font-size: 12px; }
    .cif-flexbox__imgbox .tag.is-type1 {
      background: #fe6d00; }
    .cif-flexbox__imgbox .tag.is-type2 {
      background: #55bc61; }
    .cif-flexbox__imgbox .tag.is-type3 {
      background: #50a7e5; }
  .cif-flexbox__imgbox .video-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2); }
    .cif-flexbox__imgbox .video-mask:hover {
      background: transparent; }
    .cif-flexbox__imgbox .video-mask::before {
      content: "";
      width: 26px;
      height: 26px;
      display: block;
      position: absolute;
      background: url(https://img.cifnews.com/dev/20210121/1c7e26b5aa9d44cbaacd3724892b8e2e.png) center no-repeat;
      -webkit-background-size: 100% 100%;
      background-size: 100%;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-border-radius: 50%;
              border-radius: 50%;
      z-index: 2; }
  .cif-flexbox__imgbox .video-time {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    position: absolute;
    right: 6px;
    bottom: 4px; }
  .cif-flexbox__imgbox:hover img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2); }

.cif-flexbox__info {
  width: 245px;
  height: 68px; }
  .cif-flexbox__info .title {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #666666; }
    .cif-flexbox__info .title:hover {
      color: #ff6600; }
  .cif-flexbox__info .desc {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 20px; }
  .cif-flexbox__info .star-info {
    font-size: 12px;
    font-family: Arial;
    font-weight: 400;
    color: #888888; }
    .cif-flexbox__info .star-info .star-count img {
      width: 11px;
      height: 11px; }
    .cif-flexbox__info .star-info .star-people {
      font-size: 12px;
      font-family: Arial;
      font-weight: 400;
      color: #888888;
      margin-left: 6px; }
  .cif-flexbox__info .price {
    font-size: 14px;
    font-weight: bold;
    color: #fc583d;
    margin-bottom: -4px; }
    .cif-flexbox__info .price del {
      font-size: 12px;
      color: #aaaaaa;
      font-weight: 500;
      margin-left: 4px; }

.cif-tags__imgtag {
  width: auto;
  min-width: 60px;
  height: 26px;
  line-height: 26px;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  position: absolute;
  top: 6px;
  right: 6px;
  text-align: center;
  box-sizing: border-box;
  padding: 0 10px; }
  .cif-tags__imgtag.is-type1 {
    background: #55bc61; }
  .cif-tags__imgtag.is-type2 {
    background: #B2B2B2; }
  .cif-tags__imgtag.is-type3 {
    background: #55bc61; }

.cif-layer {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  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; }

.cif-pop-layer.cif-layer--layui .cif-layer__cont {
  width: 800px;
  height: 450px;
  padding: 0;
  overflow: visible;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }

.cif-pop-layer .cif-layer__close {
  top: -30px;
  right: -30px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
  background: url(https://img.cifnews.com/dev/20220424/a35d37c6906f4f10b8163077fcae9239.png) no-repeat !important;
  -webkit-background-size: 100% 100% !important;
          background-size: 100% !important; }
  .cif-pop-layer .cif-layer__close img {
    width: 100%;
    height: 100%; }

.cif-pop-layer__cont {
  width: 100%;
  height: 100%;
  position: relative; }
  .cif-pop-layer__cont img {
    width: 100%;
    height: 100%; }

.cif-img-layer.cif-layer--layui .cif-layer__cont {
  width: 440px;
  height: auto;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
  overflow: visible; }
  .cif-img-layer.cif-layer--layui .cif-layer__cont.is-img {
    width: auto;
    max-width: 704px;
    min-height: 150px;
    display: inline-block; }
    .cif-img-layer.cif-layer--layui .cif-layer__cont.is-img .img-con {
      width: auto;
      height: auto;
      margin: 20px auto 50px;
      padding: 0 70px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .cif-img-layer.cif-layer--layui .cif-layer__cont.is-img .img-con img {
        width: auto;
        height: auto;
        max-width: 564px;
        max-height: 346px;
        margin: 0 auto;
        vertical-align: top; }

.cif-img-layer .cif-layer__close {
  top: 10px;
  right: 12px;
  cursor: pointer;
  font-size: 26px;
  line-height: 1; }
  .cif-img-layer .cif-layer__close img {
    width: 100%;
    height: 100%; }

.cif-img-layer__cont {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }
  .cif-img-layer__cont .tit {
    margin-top: 50px;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 24px;
    padding: 0 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .cif-img-layer__cont .img-con {
    width: 160px;
    height: 160px;
    margin: 20px auto 50px; }
    .cif-img-layer__cont .img-con img {
      width: 100%;
      height: 100%; }

body {
  --pageColor: #2950ff;
  background: #f2f5fa; }
  body .cif-link:hover {
    color: #2950ff !important; }

.cif-container {
  width: 1600px;
  position: relative; }

.cif-banner {
  width: 100%;
  height: 400px;
  background: url(https://img.cifnews.com/dev/20250915/d197d52e18444473a6807a8426ab4b9e.png) center no-repeat; }

.cif-ai {
  padding-top: 300px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: relative; }
  .cif-ai__nav {
    -webkit-border-radius: 8px;
            border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 0; }
    .cif-ai__nav.is-fixed {
      position: fixed;
      left: unset;
      top: 102px;
      margin-left: -117px;
      z-index: 5; }
    .cif-ai__nav .nav-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .cif-ai__nav .nav-item {
      width: 140px;
      height: 35px;
      line-height: 35px;
      font-size: 14px;
      color: #333;
      padding: 0 8px;
      margin-bottom: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      cursor: pointer;
      -webkit-border-radius: 8px;
              border-radius: 8px; }
      .cif-ai__nav .nav-item > span {
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        display: block; }
      .cif-ai__nav .nav-item:last-child {
        margin-bottom: 0; }
      .cif-ai__nav .nav-item:hover {
        color: #2950ff; }
      .cif-ai__nav .nav-item.active {
        background-color: #2950ff;
        color: #fff;
        font-weight: bold; }
        .cif-ai__nav .nav-item.active:hover {
          color: #fff; }
    .cif-ai__nav .nav-item-btn {
      width: 120px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 8px;
      margin-left: 8px;
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: 1px solid rgba(41, 80, 255, 0.5);
      -webkit-border-radius: 18px;
              border-radius: 18px;
      margin-top: 14px; }
      .cif-ai__nav .nav-item-btn img {
        width: 20px;
        height: 20px; }
  .cif-ai__carousel {
    height: 182px; }
    .cif-ai__carousel .swiper-container {
      height: 100%; }
    .cif-ai__carousel .swiper-wrapper {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .cif-ai__carousel .carousel {
      width: 758px;
      height: 182px;
      -webkit-border-radius: 8px;
              border-radius: 8px;
      overflow: hidden;
      cursor: pointer; }
    .cif-ai__carousel .grid {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 20px; }
      .cif-ai__carousel .grid .grid-item {
        width: 100%;
        height: 182px;
        -webkit-border-radius: 8px;
                border-radius: 8px;
        overflow: hidden;
        cursor: pointer; }
    .cif-ai__carousel img {
      background: #999;
      width: 100%;
      height: 100%; }
  .cif-ai__active .cif-module__head {
    background: url(https://img.cifnews.com/dev/20250911/b4e8cb1cf717471d918d0c79883b2ff9.png) no-repeat !important;
    width: 100%;
    height: 68px;
    margin-bottom: 0; }
  .cif-ai__active .cif-module__head--left {
    padding-left: 400px; }
  .cif-ai__active .active_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px; }
  .cif-ai__active .label {
    color: #222;
    margin-right: 18px; }
  .cif-ai__active.is-type1 {
    width: 100%;
    height: 374px;
    background-color: #fff; }
  .cif-ai__active.is-type2 {
    width: 100%;
    height: 374px;
    background-color: #fff; }
  .cif-ai__active.is-type3 {
    width: 100%;
    height: 384px;
    background-color: #fff; }
  .cif-ai .activity-swiper-container,
  .cif-ai .video-swiper-container {
    width: 1448px; }
    .cif-ai .activity-swiper-container .cif-ai__itemwrap:hover,
    .cif-ai .video-swiper-container .cif-ai__itemwrap:hover {
      -webkit-transform: scale(1) !important;
          -ms-transform: scale(1) !important;
              transform: scale(1) !important; }
    .cif-ai .activity-swiper-container .swiper-slide,
    .cif-ai .video-swiper-container .swiper-slide {
      width: 469px;
      height: 100%;
      margin-right: 20px; }
      .cif-ai .activity-swiper-container .swiper-slide:last-child,
      .cif-ai .video-swiper-container .swiper-slide:last-child {
        margin-right: 0; }
    .cif-ai .activity-swiper-container .cif-ai__itemwrap:hover img,
    .cif-ai .video-swiper-container .cif-ai__itemwrap:hover img {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
    .cif-ai .activity-swiper-container .cif-ai__itemwrap .cif-ai__itemwrap--imgbox img:hover,
    .cif-ai .video-swiper-container .cif-ai__itemwrap .cif-ai__itemwrap--imgbox img:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  .cif-ai .video-swiper-container .swiper-wrapper {
    height: 359px; }
  .cif-ai__bigtool .cif-module__head--left {
    background: url(https://img.cifnews.com/dev/20250904/06591627a4db4b53b65a1217a36b281a.png) no-repeat !important; }
  .cif-ai__smalltool .cif-module__head--left {
    background: url(https://img.cifnews.com/dev/20250911/8bd2fa9f5da3432aa8f1f07d7f4a8e1b.png) no-repeat !important; }
  .cif-ai__itemwrap {
    width: 273px;
    background-color: #fff;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    position: relative; }
    .cif-ai__itemwrap:hover {
      z-index: 1;
      -webkit-box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.05);
      -webkit-transform: translate3d(0, -4px, 0);
              transform: translate3d(0, -4px, 0); }
      .cif-ai__itemwrap:hover:not(.is-video).title {
        color: #2950ff; }
      .cif-ai__itemwrap:hover .cif-ai__itemwrap--imgbox img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
    .cif-ai__itemwrap.is-video .cif-ai__itemwrap--imgbox:hover img {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
    .cif-ai__itemwrap.is-video .cif-ai__itemwrap--imgbox:hover .mask {
      display: none; }
    .cif-ai__itemwrap .flex,
    .cif-ai__itemwrap .flex-col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 10px; }
    .cif-ai__itemwrap .flex-col {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .cif-ai__itemwrap .score {
      height: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .cif-ai__itemwrap .score > .info-item-icon {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .cif-ai__itemwrap .score > .info-item-icon .icon {
          color: #d7dbde;
          margin-right: 5px;
          cursor: pointer; }
          .cif-ai__itemwrap .score > .info-item-icon .icon.selected {
            color: #ff6600; }
          .cif-ai__itemwrap .score > .info-item-icon .icon.hover {
            color: #ff6600; }
          .cif-ai__itemwrap .score > .info-item-icon .icon:last-child {
            margin-right: 20px; }
        .cif-ai__itemwrap .score > .info-item-icon .active {
          color: #ff6600; }
      .cif-ai__itemwrap .score > .info-item-info {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        margin-left: 5px;
        font-size: 12px;
        font-family: MicrosoftYaHei;
        font-weight: normal;
        color: #ff6600; }
        .cif-ai__itemwrap .score > .info-item-info.is-empty {
          color: #999; }
    .cif-ai__itemwrap--imgbox {
      width: 100%;
      height: 154px;
      overflow: hidden;
      -webkit-border-radius: 8px 8px 0px 0px;
              border-radius: 8px 8px 0px 0px;
      position: relative; }
      .cif-ai__itemwrap--imgbox img {
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .cif-ai__itemwrap--imgbox:hover {
        -webkit-border-radius: 8px 8px 0px 0px;
                border-radius: 8px 8px 0px 0px; }
      .cif-ai__itemwrap--imgbox .mask {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 8px 8px 0px 0px;
                border-radius: 8px 8px 0px 0px; }
      .cif-ai__itemwrap--imgbox .video-duration {
        position: absolute;
        bottom: 10px;
        right: 10px;
        font-size: 13px;
        color: #fff; }
      .cif-ai__itemwrap--imgbox .player-btn {
        --playerColor: #666;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        cursor: pointer;
        width: 40px;
        height: 40px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        z-index: 9;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background: #fff; }
        .cif-ai__itemwrap--imgbox .player-btn::after {
          content: '';
          width: 0;
          height: 0;
          border: 8px solid transparent;
          border-left-color: var(--playerColor);
          border-left-width: 12px;
          margin-left: 12px; }
        .cif-ai__itemwrap--imgbox .player-btn:hover {
          --playerColor: #f60;
          background: #fff; }
    .cif-ai__itemwrap--info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 20px;
      position: relative; }
      .cif-ai__itemwrap--info.is-contflex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .cif-ai__itemwrap--info .title {
        font-size: 14px;
        font-weight: bold;
        color: #333;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .cif-ai__itemwrap--info .title:hover {
          color: #2950ff; }
      .cif-ai__itemwrap--info .desc {
        font-size: 12px;
        font-weight: 400;
        margin-top: 16px;
        color: #999; }
        .cif-ai__itemwrap--info .desc p + p {
          margin-top: 10px; }
      .cif-ai__itemwrap--info .bottom {
        display: block;
        right: 0;
        width: unset; }
      .cif-ai__itemwrap--info .default-btn {
        max-width: 60px;
        padding: 6px 8px;
        background: #2950ff;
        -webkit-border-radius: 4px;
                border-radius: 4px;
        text-align: center;
        font-size: 14px;
        color: #ffffff; }
        .cif-ai__itemwrap--info .default-btn:hover {
          background: #6a85ff; }
      .cif-ai__itemwrap--info .tags-wrap {
        margin-top: 10px;
        width: 100%;
        overflow: hidden; }
        .cif-ai__itemwrap--info .tags-wrap .tags {
          white-space: nowrap;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 10px; }
        .cif-ai__itemwrap--info .tags-wrap .tag {
          height: 20px;
          background: #f0f2f5;
          -webkit-border-radius: 0px 12px 12px 12px;
                  border-radius: 0px 12px 12px 12px;
          line-height: 20px;
          text-align: center;
          font-weight: 400;
          font-size: 12px;
          color: #666;
          padding: 2px 10px; }
    .cif-ai__itemwrap.is-actives {
      width: 469px;
      height: 384px; }
      .cif-ai__itemwrap.is-actives .cif-ai__itemwrap--imgbox {
        width: 100%;
        height: 264px; }
      .cif-ai__itemwrap.is-actives .cif-ai__itemwrap--info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 20px;
        padding-top: 16px; }
        .cif-ai__itemwrap.is-actives .cif-ai__itemwrap--info .title {
          font-size: 20px;
          font-weight: 400;
          color: #333333;
          margin-top: 0; }
          .cif-ai__itemwrap.is-actives .cif-ai__itemwrap--info .title:hover {
            color: #2950ff; }
        .cif-ai__itemwrap.is-actives .cif-ai__itemwrap--info .flex {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
        .cif-ai__itemwrap.is-actives .cif-ai__itemwrap--info .desc {
          font-size: 14px;
          line-height: 20px;
          font-weight: 400; }
          .cif-ai__itemwrap.is-actives .cif-ai__itemwrap--info .desc i {
            font-size: 17px; }
        .cif-ai__itemwrap.is-actives .cif-ai__itemwrap--info .btn {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-item-align: end;
              align-self: flex-end;
          justify-self: flex-end; }
        .cif-ai__itemwrap.is-actives .cif-ai__itemwrap--info .default-btn {
          padding: 6px 13px; }
    .cif-ai__itemwrap.is-bigtool {
      width: 273px;
      height: 282px; }
      .cif-ai__itemwrap.is-bigtool .cif-ai__itemwrap--info {
        padding-top: 30px; }
        .cif-ai__itemwrap.is-bigtool .cif-ai__itemwrap--info .logo {
          width: 50px;
          height: 50px;
          -webkit-box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.1);
                  box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.1);
          -webkit-border-radius: 30px;
                  border-radius: 30px;
          position: absolute;
          top: -30px;
          left: 20px; }
        .cif-ai__itemwrap.is-bigtool .cif-ai__itemwrap--info .title {
          font-size: 16px;
          line-height: 29px; }
        .cif-ai__itemwrap.is-bigtool .cif-ai__itemwrap--info .default-btn {
          font-size: 12px; }
        .cif-ai__itemwrap.is-bigtool .cif-ai__itemwrap--info .desc {
          margin-top: 8px;
          line-height: 18px; }
        .cif-ai__itemwrap.is-bigtool .cif-ai__itemwrap--info .score {
          margin-top: 5px; }
      .cif-ai__itemwrap.is-bigtool:hover {
        height: 100%; }
    .cif-ai__itemwrap.is-smalltool {
      width: 273px;
      height: 130px; }
      .cif-ai__itemwrap.is-smalltool .cif-ai__itemwrap--info {
        padding: 20px 16px; }
        .cif-ai__itemwrap.is-smalltool .cif-ai__itemwrap--info .title {
          font-size: 16px; }
        .cif-ai__itemwrap.is-smalltool .cif-ai__itemwrap--info .smallimg {
          width: 40px;
          height: 40px;
          -webkit-border-radius: 20px;
                  border-radius: 20px; }
        .cif-ai__itemwrap.is-smalltool .cif-ai__itemwrap--info .rate {
          font-size: 12px; }
        .cif-ai__itemwrap.is-smalltool .cif-ai__itemwrap--info .desc {
          line-height: 20px;
          margin-top: 16px; }
        .cif-ai__itemwrap.is-smalltool .cif-ai__itemwrap--info .flex-col {
          gap: 6px; }
        .cif-ai__itemwrap.is-smalltool .cif-ai__itemwrap--info .link {
          font-weight: 400;
          font-size: 12px;
          line-height: 20px;
          color: #2950ff; }
          .cif-ai__itemwrap.is-smalltool .cif-ai__itemwrap--info .link:hover {
            color: #6a85ff; }
    .cif-ai__itemwrap.is-video {
      width: 273px;
      height: 263px;
      -webkit-transition: all linear 0.3s;
      -o-transition: all linear 0.3s;
      transition: all linear 0.3s; }
      .cif-ai__itemwrap.is-video .cif-ai__itemwrap--info {
        padding: 0; }
        .cif-ai__itemwrap.is-video .cif-ai__itemwrap--info .tip {
          font-size: 14px;
          color: #333;
          margin-top: 16px;
          margin-bottom: 12px;
          padding: 0 20px; }
          .cif-ai__itemwrap.is-video .cif-ai__itemwrap--info .tip:hover {
            color: #2950ff; }
        .cif-ai__itemwrap.is-video .cif-ai__itemwrap--info .content {
          margin: 0 20px;
          border-top: 1px dashed #e8e8e8;
          padding-top: 12px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 10px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          cursor: pointer; }
          .cif-ai__itemwrap.is-video .cif-ai__itemwrap--info .content > .title:hover {
            color: #2950ff; }
        .cif-ai__itemwrap.is-video .cif-ai__itemwrap--info .logo {
          width: 30px;
          height: 30px;
          -webkit-border-radius: 30px;
                  border-radius: 30px; }
        .cif-ai__itemwrap.is-video .cif-ai__itemwrap--info .default-btn {
          font-size: 12px; }
    .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap {
      position: relative; }
      .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--imgbox {
        width: 100%;
        height: 264px;
        /* 或者如果新图标是另一个i标签类名，可使用这种方式 */
        /* 气泡样式 */
        /* 气泡的小三角箭头 */
        /* 鼠标悬浮时显示气泡 */ }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--imgbox .collect {
          width: 68px;
          height: 26px;
          padding: 4px 10px;
          position: absolute;
          top: 10px;
          right: 10px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          background: #fff;
          -webkit-border-radius: 13px 13px 0px 13px;
                  border-radius: 13px 13px 0px 13px;
          font-size: 13px;
          font-family: Microsoft YaHei-Regular;
          color: #666;
          cursor: pointer; }
          .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--imgbox .collect i {
            color: #2950ff; }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--imgbox .collect:hover {
          background: #2950ff;
          color: #fff; }
          .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--imgbox .collect:hover i {
            color: #fff; }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--imgbox .collect.active .icon-tongyong_qiujiachang {
          /* 隐藏原图标 */
          display: none; }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--imgbox .collect.active::before {
          /* 显示新图标，假设icon_like是通过伪元素实现的图标 */
          content: '\e61f';
          /* 替换为icon_like对应的Unicode编码 */
          font-family: 'iconfont';
          /* 使用你的图标字体家族 */
          font-size: 14px;
          /* 设置字体大小为14号 */
          color: #2950ff; }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--imgbox .collect:hover.active::before {
          /* 显示新图标，假设icon_like是通过伪元素实现的图标 */
          content: '\e61f';
          /* 替换为icon_like对应的Unicode编码 */
          font-family: 'iconfont';
          /* 使用你的图标字体家族 */
          font-size: 14px;
          /* 设置字体大小为14号 */
          color: #fff; }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--imgbox .collect .icon_like {
          display: none;
          /* 默认隐藏新图标 */
          font-size: 14px; }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--imgbox .collect.active .icon-tongyong_qiujiachang {
          display: none;
          /* 激活时隐藏原图标 */ }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--imgbox .collect.active .icon_like {
          display: inline-block;
          /* 激活时显示新图标 */ }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--imgbox .tooltip-content {
          /* 气泡定位 */
          position: absolute;
          bottom: 100%;
          /* 位于元素上方 */
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-8px);
              -ms-transform: translateX(-50%) translateY(-8px);
                  transform: translateX(-50%) translateY(-8px);
          /* 水平居中并向上偏移一点 */
          /* 气泡外观 */
          background-color: #333;
          color: white;
          padding: 6px 12px;
          -webkit-border-radius: 4px;
                  border-radius: 4px;
          font-size: 12px;
          white-space: nowrap;
          /* 防止文本换行 */
          /* 默认隐藏 */
          opacity: 0;
          visibility: hidden;
          /* 过渡动画 */
          -webkit-transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
          transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
          -o-transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
          transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
          transition: opacity 0.2s, visibility 0.2s, transform 0.2s, -webkit-transform 0.2s;
          /* 确保气泡在最上层 */
          z-index: 100; }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--imgbox .tooltip-content::after {
          content: '';
          position: absolute;
          top: 100%;
          /* 位于气泡底部 */
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          /* 三角箭头样式 */
          border-width: 4px;
          border-style: solid;
          border-color: #333 transparent transparent transparent; }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--imgbox .collect:hover .tooltip-content {
          opacity: 1;
          visibility: visible;
          -webkit-transform: translateX(-50%) translateY(-8px);
              -ms-transform: translateX(-50%) translateY(-8px);
                  transform: translateX(-50%) translateY(-8px);
          /* 调整位置，消除偏移 */ }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--imgbox:hover .mask {
          display: none; }
      .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-top: 16px; }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--info .tip {
          font-size: 14px;
          color: #333;
          line-height: 22px; }
          .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--info .tip:hover {
            color: #2950ff; }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--info .content {
          margin-top: 12px;
          padding: 7px 10px;
          background: #f1f3f5;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 10px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-border-radius: 8px;
                  border-radius: 8px; }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--info .logo {
          width: 20px;
          height: 20px;
          -webkit-border-radius: 20px;
                  border-radius: 20px; }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--info .title {
          font-size: 12px;
          color: #333333;
          line-height: 17px;
          font-weight: 400;
          color: #333333;
          margin-top: 0; }
          .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--info .title:hover {
            color: #2950ff; }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--info .flex {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--info .desc {
          font-size: 14px;
          line-height: 20px;
          font-weight: 400; }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--info .link {
          font-weight: 400;
          font-size: 12px;
          line-height: 20px;
          color: #2950ff; }
  .cif-ai__banner {
    margin-bottom: 40px;
    width: 100%;
    cursor: pointer; }
    .cif-ai__banner img {
      width: 100%;
      height: 100%;
      -webkit-border-radius: 8px;
              border-radius: 8px; }

.cif-sidebar {
  width: 140px;
  height: 100vh;
  z-index: 9;
  position: relative; }
  .cif-sidebar__msg {
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -66px;
    right: 0;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-image: url(https://img.cifnews.com/dev/20230815/54ad2847b7c34993afbb54fadb0f64e2.gif);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    -webkit-box-shadow: 0px 1px 8px 1px rgba(42, 186, 126, 0.5);
            box-shadow: 0px 1px 8px 1px rgba(42, 186, 126, 0.5); }
    .cif-sidebar__msg .count {
      position: absolute;
      top: -2px;
      left: 38px;
      background: #fc583d;
      -webkit-border-radius: 14px;
              border-radius: 14px;
      width: auto;
      height: 16px;
      line-height: 16px;
      padding: 0 4px;
      border: 1px solid #fff;
      font-size: 12px;
      color: #fff;
      text-align: center;
      white-space: nowrap; }

.cif-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 1448px; }

.cif-module {
  margin-bottom: 60px;
  width: 100%; }
  .cif-module:last-child {
    margin-bottom: 0 !important; }
  .cif-module.is-top {
    margin-bottom: 20px; }
    .cif-module.is-top .cif-module__cont {
      position: relative; }
  .cif-module__head {
    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;
    overflow: hidden;
    margin-bottom: 20px;
    line-height: 28px;
    width: 100%; }
    .cif-module__head .title {
      height: 28px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden; }
    .cif-module__head img {
      width: 140px;
      height: 28px;
      background: transparent; }
    .cif-module__head .subtitle {
      font-size: 14px;
      color: #333;
      line-height: 28px;
      text-align: center;
      margin-left: 10px; }
    .cif-module__head .more {
      font-size: 12px;
      color: #999;
      line-height: 28px;
      white-space: nowrap; }
    .cif-module__head.pl0 {
      padding-left: 0; }
    .cif-module__head.pr0 {
      padding-right: 0; }
    .cif-module__head--left {
      font-weight: bold;
      font-size: 20px;
      color: #333;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 15px;
      position: relative;
      padding-left: 38px;
      background: url(https://img.cifnews.com/dev/20250911/5cc35738234a439599691312984d09c3.png) no-repeat;
      -webkit-background-size: 28px 28px;
              background-size: 28px 28px;
      background-position: 0 center; }
      .cif-module__head--left.mr0 {
        margin-right: 0; }
    .cif-module__head--right {
      cursor: pointer;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 12px;
      color: #999;
      margin-left: 20px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .cif-module__head--right:not(.default):hover {
        color: #2950ff; }
      .cif-module__head--right .iconfont {
        -webkit-transform: scale(0.6);
            -ms-transform: scale(0.6);
                transform: scale(0.6);
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 16px; }
    .cif-module__head--center {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .cif-module__head .tabs-cont {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 30px 0 0;
      position: relative;
      overflow: hidden; }
      .cif-module__head .tabs-cont .tabs-arrow {
        width: 30px;
        height: 100%;
        line-height: 22px;
        font-size: 20px;
        text-align: center;
        background: #f2f5fa;
        color: #2950ff;
        position: absolute;
        top: 0;
        z-index: 2; }
        .cif-module__head .tabs-cont .tabs-arrow .iconfont {
          width: 18px;
          height: 18px;
          -webkit-border-radius: 2px;
                  border-radius: 2px;
          background: rgba(41, 80, 255, 0.1);
          cursor: pointer;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .cif-module__head .tabs-cont .tabs-arrow .iconfont:hover {
            color: #fff;
            background: #2950ff; }
      .cif-module__head .tabs-cont .tabs-arrow-left {
        left: 0;
        display: none; }
      .cif-module__head .tabs-cont .tabs-arrow-right {
        right: 0;
        display: none; }
    .cif-module__head .tabs {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative; }
      .cif-module__head .tabs .tab {
        height: 25px;
        line-height: 25px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        cursor: pointer;
        color: #666;
        font-size: 16px;
        position: relative;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-border-radius: 13px;
                border-radius: 13px;
        background: transparent;
        text-align: center; }
        .cif-module__head .tabs .tab.active {
          color: #2950ff;
          background: -webkit-gradient(linear, left top, right top, from(rgba(41, 80, 255, 0)), to(rgba(41, 80, 255, 0.1)));
          background: -webkit-linear-gradient(left, rgba(41, 80, 255, 0) 0%, rgba(41, 80, 255, 0.1) 100%);
          background: -o-linear-gradient(left, rgba(41, 80, 255, 0) 0%, rgba(41, 80, 255, 0.1) 100%);
          background: linear-gradient(90deg, rgba(41, 80, 255, 0) 0%, rgba(41, 80, 255, 0.1) 100%); }
        .cif-module__head .tabs .tab:hover {
          color: #2950ff; }
  .cif-module__cont {
    width: 100%; }
    .cif-module__cont.is-contflex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 20px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .cif-module__cont.is-type1 {
      width: 100%;
      height: 374px;
      background-color: #fff; }
    .cif-module__cont.is-type2 {
      width: 100%;
      height: 374px;
      background-color: #fff; }
    .cif-module__cont .swiper-box {
      position: relative; }
    .cif-module__cont .swiper-pagination {
      bottom: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .cif-module__cont .swiper-pagination .swiper-pagination-bullet {
        width: 9px;
        height: 5px;
        background: #ffffff;
        -webkit-border-radius: 3px 3px 3px 3px;
                border-radius: 3px 3px 3px 3px;
        opacity: 0.5;
        margin: 0 3px; }
      .cif-module__cont .swiper-pagination .swiper-pagination-bullet-active {
        width: 18px;
        opacity: 1; }
    .cif-module__cont .swiper-prev,
    .cif-module__cont .swiper-next {
      position: absolute;
      top: calc(50% - 20px);
      left: -20px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      background: #ffffff;
      -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
      text-align: center;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      cursor: pointer;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      font-size: 20px;
      color: #999;
      z-index: 2; }
      .cif-module__cont .swiper-prev:hover,
      .cif-module__cont .swiper-next:hover {
        color: #fff;
        background: #2950ff; }
      .cif-module__cont .swiper-prev.swiper-button-disabled,
      .cif-module__cont .swiper-next.swiper-button-disabled {
        display: none; }
      .cif-module__cont .swiper-prev .iconfont,
      .cif-module__cont .swiper-next .iconfont {
        font-size: 22px; }
    .cif-module__cont .swiper-next {
      left: unset;
      right: -20px; }

.cif-module__imgbox {
  width: 278px;
  height: 100%;
  -webkit-border-radius: 4px;
          border-radius: 4px; }

.cif-flexbox__wrap {
  margin-bottom: 0;
  margin-right: 0;
  background-color: #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .cif-flexbox__wrap:hover {
    -webkit-box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.05); }
  .cif-flexbox__wrap .highlights {
    margin-top: 16px;
    padding: 10px;
    background: #f6f6f6;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    font-size: 16px;
    color: #999; }
    .cif-flexbox__wrap .highlights p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 6px; }
    .cif-flexbox__wrap .highlights img {
      width: 30px;
      height: 30px; }
    .cif-flexbox__wrap .highlights span {
      height: 30px;
      line-height: 30px; }
    .cif-flexbox__wrap .highlights p + p {
      margin-top: 8px; }
  .cif-flexbox__wrap.is-type1 {
    padding: 16px;
    height: 314px;
    padding: 30px;
    line-height: 16px; }
    .cif-flexbox__wrap.is-type1 .cif-flexbox__imgbox {
      width: 584px;
      height: 100%; }
    .cif-flexbox__wrap.is-type1 .desc {
      margin-top: 16px;
      font-size: 16px; }
    .cif-flexbox__wrap.is-type1 .title {
      font-size: 20px;
      line-height: 30px; }
      .cif-flexbox__wrap.is-type1 .title:hover {
        color: #2950ff; }
    .cif-flexbox__wrap.is-type1 .default-btn {
      font-size: 16px;
      height: 32px;
      line-height: 32px;
      width: 98px; }
    .cif-flexbox__wrap.is-type1 .time {
      margin-right: 15px; }
  .cif-flexbox__wrap.is-type2 {
    width: 50%;
    padding: 16px;
    height: 193px; }
    .cif-flexbox__wrap.is-type2 .cif-flexbox__imgbox {
      width: 343px;
      height: 100%; }
    .cif-flexbox__wrap.is-type2 .cif-flexbox__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .cif-flexbox__wrap.is-type2 .cif-flexbox__info .title {
        font-size: 18px;
        line-height: 28px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333; }
        .cif-flexbox__wrap.is-type2 .cif-flexbox__info .title:hover {
          color: #2950ff; }
      .cif-flexbox__wrap.is-type2 .cif-flexbox__info .desc {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        margin-top: 16px; }
      .cif-flexbox__wrap.is-type2 .cif-flexbox__info .time {
        margin-top: 0;
        margin-bottom: 8px; }
      .cif-flexbox__wrap.is-type2 .cif-flexbox__info .bottom {
        display: block;
        right: 0;
        width: unset; }
      .cif-flexbox__wrap.is-type2 .cif-flexbox__info .default-btn {
        font-size: 14px;
        max-width: 60px; }
  .cif-flexbox__wrap.is-type4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 273px;
    height: 282px; }
    .cif-flexbox__wrap.is-type4 .cif-flexbox__imgbox {
      width: 100%;
      height: 154px; }
    .cif-flexbox__wrap.is-type4 img {
      width: 100%;
      height: 154px;
      -webkit-border-radius: 8px 8px 0px 0px;
              border-radius: 8px 8px 0px 0px; }
    .cif-flexbox__wrap.is-type4 .cif-flexbox__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 20px;
      padding-top: 40px; }
      .cif-flexbox__wrap.is-type4 .cif-flexbox__info .title {
        font-size: 14px;
        font-weight: bold;
        color: #333333; }
      .cif-flexbox__wrap.is-type4 .cif-flexbox__info .logo {
        width: 50px;
        height: 50px;
        -webkit-box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 30px;
                border-radius: 30px;
        position: absolute;
        top: -20px;
        left: 20px; }
      .cif-flexbox__wrap.is-type4 .cif-flexbox__info .desc {
        font-size: 12px;
        font-weight: 400;
        margin-top: 11px; }
      .cif-flexbox__wrap.is-type4 .cif-flexbox__info .bottom {
        display: block;
        right: 0;
        width: unset; }

.cif-flexbox__info {
  width: 100%;
  height: 100%;
  margin-right: 0;
  position: relative; }
  .cif-flexbox__info.is-type1 {
    height: 314px; }
  .cif-flexbox__info .title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333; }
  .cif-flexbox__info .info-desc {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-top: 12px; }
  .cif-flexbox__info .desc {
    margin-top: 20px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999; }
  .cif-flexbox__info .time {
    margin-top: 20px; }
  .cif-flexbox__info .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%; }
  .cif-flexbox__info .btns {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .cif-flexbox__info .default-btn {
    padding: 6px 13px;
    background: #2950ff;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    text-align: center;
    font-size: 14px;
    color: #ffffff; }
    .cif-flexbox__info .default-btn:hover {
      background: #6a85ff; }
  .cif-flexbox__info .prim-btn {
    padding: 6px 13px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ff6600;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    color: #ff6600;
    margin-right: 10px; }
    .cif-flexbox__info .prim-btn:hover {
      background: #ff6600;
      color: #f2f4f6; }
  .cif-flexbox__info .subscribe-btn {
    cursor: pointer;
    width: 60px;
    height: 30px;
    line-height: 30px;
    background: #ff6600;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    text-align: center;
    font-size: 14px;
    color: #ffffff; }
    .cif-flexbox__info .subscribe-btn.is-already {
      background: #b2b2b2;
      cursor: pointer; }
      .cif-flexbox__info .subscribe-btn.is-already:hover {
        background: #b2b2b2; }
    .cif-flexbox__info .subscribe-btn:hover {
      background: #ff8739; }

.cif-flexbox__bgbox {
  width: 100%;
  height: 150px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  position: absolute;
  background: #f2f4f6; }
  .cif-flexbox__bgbox img {
    width: 306px;
    height: 130px;
    position: absolute;
    bottom: 0; }

.cif-flexbox__infobox {
  width: 100%;
  height: 100%; }

.cif-pageSwiper {
  position: relative;
  z-index: 5; }
  .cif-pageSwiper .swiper-button-prev,
  .cif-pageSwiper .swiper-button-next {
    background: none;
    width: 40px;
    height: 40px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 50%;
            border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #999;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .cif-pageSwiper .swiper-button-prev .iconfont,
    .cif-pageSwiper .swiper-button-next .iconfont {
      font-size: 20px; }
    .cif-pageSwiper .swiper-button-prev:hover,
    .cif-pageSwiper .swiper-button-next:hover {
      color: #fff;
      background-color: var(--pageColor); }
    .cif-pageSwiper .swiper-button-prev.swiper-button-disabled,
    .cif-pageSwiper .swiper-button-next.swiper-button-disabled {
      display: none; }
  .cif-pageSwiper .swiper-button-prev {
    left: -15px; }
  .cif-pageSwiper .swiper-button-next {
    right: -15px; }

.cif-tags__imgtag {
  -webkit-border-radius: 3px;
          border-radius: 3px; }
  .cif-tags__imgtag.is-hot {
    background: #fe5f52; }

.cif-second-module {
  margin-bottom: 20px; }
  .cif-second-module__head {
    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;
    overflow: hidden;
    margin-bottom: 17px; }
    .cif-second-module__head--left {
      font-weight: bold;
      font-size: 18px;
      color: #333;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 15px;
      position: relative;
      padding-left: 13px;
      background: url(https://img.cifnews.com/dev/20230221/fb90bce03d9c45ddad1360c467c6e5ad.png) no-repeat;
      -webkit-background-size: 9px 14px;
              background-size: 9px 14px;
      background-position: 0 center; }
    .cif-second-module__head--right {
      cursor: pointer;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 12px;
      color: #2950ff;
      margin-left: 20px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .cif-second-module__head--right:not(.default):hover {
        opacity: 0.7; }
    .cif-second-module__head--center {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 30px;
      font-size: 14px;
      line-height: 28px;
      color: #333;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .cif-second-module__head .tabs-cont {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 30px 0 0;
      position: relative;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .cif-second-module__head .tabs-cont.before::before {
        content: '';
        position: absolute;
        width: 30px;
        height: 98%;
        right: 30px;
        top: 0;
        background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0.2)));
        background: -webkit-linear-gradient(right, white, rgba(255, 255, 255, 0.2));
        background: -o-linear-gradient(right, white, rgba(255, 255, 255, 0.2));
        background: linear-gradient(to left, white, rgba(255, 255, 255, 0.2));
        z-index: 2; }
      .cif-second-module__head .tabs-cont .tabs-arrow {
        width: 30px;
        height: 100%;
        line-height: 22px;
        font-size: 20px;
        text-align: center;
        background: #ffffff;
        color: #2950ff;
        position: absolute;
        top: 0;
        z-index: 2; }
        .cif-second-module__head .tabs-cont .tabs-arrow .iconfont {
          width: 18px;
          height: 18px;
          -webkit-border-radius: 2px;
                  border-radius: 2px;
          background: rgba(41, 80, 255, 0.1);
          cursor: pointer;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .cif-second-module__head .tabs-cont .tabs-arrow .iconfont:hover {
            color: #fff;
            background: #2950ff; }
      .cif-second-module__head .tabs-cont .tabs-arrow-left {
        left: 0;
        display: none; }
      .cif-second-module__head .tabs-cont .tabs-arrow-right {
        right: 0;
        display: none; }
    .cif-second-module__head .tabs {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative; }
      .cif-second-module__head .tabs .tab {
        height: 30px;
        line-height: 30px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        cursor: pointer;
        color: #666;
        font-size: 14px;
        position: relative;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-border-radius: 13px;
                border-radius: 13px;
        background: transparent;
        text-align: center; }
        .cif-second-module__head .tabs .tab.on {
          color: #2950ff; }
          .cif-second-module__head .tabs .tab.on::before {
            content: '';
            display: block;
            width: 28px;
            height: 3px;
            background: #2950ff;
            position: absolute;
            left: 50%;
            bottom: 0;
            margin-top: 4px;
            -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%); }
        .cif-second-module__head .tabs .tab:hover {
          color: #2950ff; }
  .cif-second-module__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .cif-second-module__cont-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 16px; }
  .cif-second-module .noadvert {
    grid-template-columns: repeat(4, 1fr); }
  .cif-second-module__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    font-size: 14px;
    line-height: 22px;
    color: #333; }
    .cif-second-module__tabs .tab {
      cursor: pointer; }

.cif-slide-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
  background: #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  padding: 20px 20px 1px;
  width: 278px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 480px;
  overflow-y: auto;
  position: relative; }
  .cif-slide-left__module {
    position: relative; }
    .cif-slide-left__module:hover::before {
      content: '';
      width: calc(100% + 40px);
      height: 100%;
      position: absolute;
      left: -20px;
      bottom: 6px;
      background: rgba(41, 80, 255, 0.1);
      z-index: 0;
      pointer-events: none; }
    .cif-slide-left__module--head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      line-height: 20px;
      font-weight: bold;
      font-size: 14px;
      color: #242f41;
      cursor: pointer;
      margin-bottom: 5px;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; }
      .cif-slide-left__module--head:hover {
        color: #2950ff; }
      .cif-slide-left__module--head img {
        width: 20px;
        height: 20px;
        margin-right: 4px;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .cif-slide-left__module--cont {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      overflow: hidden;
      height: 32px; }
      .cif-slide-left__module--cont .nav-item {
        font-size: 12px;
        color: #999;
        margin-right: 16px;
        margin-bottom: 16px;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        cursor: pointer; }
        .cif-slide-left__module--cont .nav-item:last-child {
          margin-right: 0; }
        .cif-slide-left__module--cont .nav-item:hover {
          color: #2950ff; }
    .cif-slide-left__module--hover {
      display: none !important;
      position: absolute;
      top: 0;
      left: 278px;
      width: 624px;
      height: auto;
      min-height: 480px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 16px;
      -webkit-border-radius: 8px;
              border-radius: 8px;
      -webkit-box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.1);
      background: #fff;
      z-index: 6; }

.cif-slide-left-hover {
  display: none;
  position: absolute;
  top: 0;
  left: 278px;
  width: 624px;
  height: auto;
  min-height: 480px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 6; }
  .cif-slide-left-hover:hover {
    display: block; }
  .cif-slide-left-hover .hover-module {
    margin-top: 16px; }
    .cif-slide-left-hover .hover-module:first-child {
      margin-top: 0; }
    .cif-slide-left-hover .hover-module.hover-nav .hover-module__head .title {
      cursor: pointer; }
      .cif-slide-left-hover .hover-module.hover-nav .hover-module__head .title:hover {
        color: #2950ff; }
    .cif-slide-left-hover .hover-module.hover-nav .hover-module__cont {
      min-height: 256px; }
    .cif-slide-left-hover .hover-module .hover-module__head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 10px; }
      .cif-slide-left-hover .hover-module .hover-module__head .left {
        overflow: hidden; }
      .cif-slide-left-hover .hover-module .hover-module__head .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-weight: bold;
        font-size: 14px;
        color: #333; }
        .cif-slide-left-hover .hover-module .hover-module__head .title .iconfont {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          -webkit-transform: scale(0.6);
              -ms-transform: scale(0.6);
                  transform: scale(0.6); }
      .cif-slide-left-hover .hover-module .hover-module__head .more {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        cursor: pointer;
        font-size: 12px;
        color: #999; }
        .cif-slide-left-hover .hover-module .hover-module__head .more:hover {
          color: #2950ff; }
    .cif-slide-left-hover .hover-module .hover-module__cont {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .cif-slide-left-hover .hover-module .hover-module__cont .item {
        width: 105px;
        height: 120px;
        -webkit-border-radius: 8px;
                border-radius: 8px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        background: #f2f5fa;
        padding: 8px;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        margin-right: 16px;
        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-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .cif-slide-left-hover .hover-module .hover-module__cont .item:nth-child(5n) {
          margin-right: 0; }
        .cif-slide-left-hover .hover-module .hover-module__cont .item:nth-child(n + 6) {
          margin-top: 16px; }
        .cif-slide-left-hover .hover-module .hover-module__cont .item:hover {
          -webkit-transform: translateY(-4px);
              -ms-transform: translateY(-4px);
                  transform: translateY(-4px);
          -webkit-box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.08);
                  box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.08);
          background: #fff; }
          .cif-slide-left-hover .hover-module .hover-module__cont .item:hover .tit {
            color: #2950ff; }
        .cif-slide-left-hover .hover-module .hover-module__cont .item .label {
          position: absolute;
          right: 0;
          top: 0;
          width: auto;
          height: 20px;
          line-height: 20px;
          padding: 0 5px;
          -webkit-border-radius: 0 8px 0 8px;
                  border-radius: 0 8px 0 8px;
          background: #ffefef;
          font-size: 12px;
          color: #ff6464;
          max-width: 70px;
          white-space: nowrap;
          overflow: hidden;
          -o-text-overflow: ellipsis;
             text-overflow: ellipsis; }
        .cif-slide-left-hover .hover-module .hover-module__cont .item .img {
          display: block;
          width: 40px;
          height: 40px;
          margin: 7px auto 10px; }
        .cif-slide-left-hover .hover-module .hover-module__cont .item .tit {
          text-align: center;
          font-size: 14px;
          color: #333;
          line-height: 18px;
          height: 36px; }
      .cif-slide-left-hover .hover-module .hover-module__cont .operation-item {
        width: 190px;
        height: 118px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border: 1px solid #e8e8e8;
        -webkit-border-radius: 8px;
                border-radius: 8px;
        background: #fff;
        padding: 15px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        margin-right: 11px; }
        .cif-slide-left-hover .hover-module .hover-module__cont .operation-item:nth-child(3n) {
          margin-right: 0; }
        .cif-slide-left-hover .hover-module .hover-module__cont .operation-item:hover {
          -webkit-transform: translateY(-4px);
              -ms-transform: translateY(-4px);
                  transform: translateY(-4px);
          -webkit-box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.08);
                  box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.08); }
        .cif-slide-left-hover .hover-module .hover-module__cont .operation-item:not(.default):hover .tit {
          color: #2950ff; }
        .cif-slide-left-hover .hover-module .hover-module__cont .operation-item .img-box {
          width: 40px;
          height: 40px;
          -webkit-border-radius: 4px;
                  border-radius: 4px;
          overflow: hidden;
          margin: 0 auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .cif-slide-left-hover .hover-module .hover-module__cont .operation-item .img-box .img {
            width: 100%;
            height: auto; }
        .cif-slide-left-hover .hover-module .hover-module__cont .operation-item .tit {
          margin-top: 8px;
          font-weight: bold;
          font-size: 14px;
          color: #333;
          text-align: center; }
        .cif-slide-left-hover .hover-module .hover-module__cont .operation-item .desc {
          margin-top: 4px;
          font-size: 12px;
          color: #666;
          text-align: center; }

.cif-slide {
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 480px; }
  .cif-slide__top {
    width: 604px;
    height: 340px;
    position: relative;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px; }
    .cif-slide__top:hover .swiper-btn {
      display: block; }
    .cif-slide__top .swiper-container {
      height: 100%; }
    .cif-slide__top .swiper-slide {
      cursor: pointer;
      width: 604px;
      height: 100%; }
      .cif-slide__top .swiper-slide img {
        width: 100%;
        height: 100%; }
      .cif-slide__top .swiper-slide .img-title {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 60px;
        line-height: 60px;
        width: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 20px 0 20px;
        font-size: 16px;
        color: #fff;
        cursor: pointer; }
        .cif-slide__top .swiper-slide .img-title.pr {
          padding-right: 134px; }
    .cif-slide__top .swiper-pagination {
      bottom: 10px;
      text-align: right;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .cif-slide__top .swiper-pagination .swiper-pagination-bullet {
        width: 9px;
        height: 5px;
        background: #ffffff;
        -webkit-border-radius: 3px 3px 3px 3px;
                border-radius: 3px 3px 3px 3px;
        opacity: 0.5;
        margin: 0 3px; }
        .cif-slide__top .swiper-pagination .swiper-pagination-bullet:last-child {
          margin-right: 0; }
      .cif-slide__top .swiper-pagination .swiper-pagination-bullet-active {
        width: 18px;
        opacity: 1; }
    .cif-slide__top .swiper-btn {
      display: none;
      position: absolute;
      width: 60px;
      height: 60px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      cursor: pointer;
      background: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      background-repeat: no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%;
      z-index: 2; }
      .cif-slide__top .swiper-btn.swiper-prev {
        left: -12px;
        background-image: url(https://img.cifnews.com/dev/20230207/1cf2eb4f645c42dda18799b22dc6e918.png); }
      .cif-slide__top .swiper-btn.swiper-next {
        right: -12px;
        background-image: url(https://img.cifnews.com/dev/20230207/8e06fc1c516a4a58bf9efdb37c3b687f.png); }
      .cif-slide__top .swiper-btn:hover {
        background-color: transparent; }
  .cif-slide__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 120px; }
    .cif-slide__bottom .cif-imgbox {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      cursor: pointer;
      width: 188px;
      height: 120px;
      display: block;
      overflow: hidden;
      margin-right: 20px;
      -webkit-border-radius: 8px;
              border-radius: 8px; }
      .cif-slide__bottom .cif-imgbox:last-child {
        margin-right: 0; }
      .cif-slide__bottom .cif-imgbox img {
        width: 100%;
        height: 100%; }

.cif-slide-right {
  width: 278px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .cif-slide-right__module {
    -webkit-border-radius: 8px;
            border-radius: 8px;
    background: #fff;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 20px; }

.cif-new-consult {
  margin-bottom: 15px; }
  .cif-new-consult__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 15px;
    color: #242f41;
    margin-bottom: 10px; }
    .cif-new-consult__head::after {
      content: '';
      margin-left: 10px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      border-bottom: 1px dashed #e8e8e8; }
  .cif-new-consult__cont {
    height: 80px;
    overflow: hidden; }
    .cif-new-consult__cont .consult-item {
      font-size: 12px;
      color: #999;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      margin-bottom: 16px; }
      .cif-new-consult__cont .consult-item:last-child {
        margin-bottom: 0; }
      .cif-new-consult__cont .consult-item .text {
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      .cif-new-consult__cont .consult-item > a {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        color: #ff6464;
        cursor: pointer;
        margin-left: 4px; }
        .cif-new-consult__cont .consult-item > a:hover {
          color: #ff8383; }

.cif-new-dynamic__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 15px;
  color: #242f41; }
  .cif-new-dynamic__head::after {
    content: '';
    margin-left: 10px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-bottom: 1px dashed #e8e8e8; }

.cif-new-dynamic__cont {
  padding-top: 1px;
  height: 95px; }
  .cif-new-dynamic__cont .dynamic-item {
    font-size: 12px;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-top: 16px; }
    .cif-new-dynamic__cont .dynamic-item .tit-tag {
      width: auto;
      min-width: 32px;
      height: 16px;
      line-height: 14px;
      border: 1px solid #e8e8e8;
      text-align: center;
      color: #0fcd8d;
      margin-right: 4px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 3px; }
    .cif-new-dynamic__cont .dynamic-item > a {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      cursor: pointer; }
      .cif-new-dynamic__cont .dynamic-item > a:hover {
        color: #2950ff; }

.cif-right-adviser {
  width: 100%;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background: #fff; }
  .cif-right-adviser__head {
    height: 100px;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 198, 162, 0.2)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(251, 198, 162, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(251, 198, 162, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, rgba(251, 198, 162, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 14px 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer; }
    .cif-right-adviser__head .adviser-img {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 40px;
      height: 40px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 12px;
      border: 1px solid #f9cdb0;
      -webkit-box-shadow: 0 4px 8px 1px rgba(223, 177, 146, 0.3);
              box-shadow: 0 4px 8px 1px rgba(223, 177, 146, 0.3);
      overflow: hidden; }
      .cif-right-adviser__head .adviser-img img {
        width: 100%;
        height: 100%; }
    .cif-right-adviser__head .right {
      overflow: hidden;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .cif-right-adviser__head .right .adviser-name {
        font-weight: bold;
        font-size: 14px;
        color: #2950ff;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis; }
      .cif-right-adviser__head .right .position {
        margin-top: 4px;
        font-size: 12px;
        color: #999;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis; }
  .cif-right-adviser__cont {
    position: relative;
    margin: -40px 20px 0;
    padding: 17px 12px 1px;
    background: url(https://img.cifnews.com/dev/20230220/c9a072f8058e4171a6a309bbc543fe93.png) no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%;
    height: auto;
    min-height: 118px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .cif-right-adviser__cont .welecome-msg {
      font-size: 14px;
      color: #9e7752;
      line-height: 22px;
      margin-bottom: 10px; }
    .cif-right-adviser__cont .operate {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .cif-right-adviser__cont .operate .operate-btn {
        cursor: pointer;
        width: 64px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        font-size: 12px;
        color: #fff;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        margin-bottom: 10px;
        margin-right: 10px;
        background: #dcae83;
        -webkit-border-radius: 8px;
                border-radius: 8px;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        padding: 0 8px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .cif-right-adviser__cont .operate .operate-btn:nth-child(3n) {
          margin-right: 0; }
        .cif-right-adviser__cont .operate .operate-btn:not(.default):hover {
          opacity: 0.7; }

.cif-hot-zhibo {
  width: 770px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
  background: #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  padding: 13px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .cif-hot-zhibo__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 26px;
    margin-bottom: 13px; }
    .cif-hot-zhibo__head--left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 34px;
      font-weight: bold;
      font-size: 15px;
      color: #333;
      background: url(https://img.cifnews.com/dev/20230220/ec2e8b3d391447b3b791f8c9e4af032d.png) no-repeat;
      -webkit-background-size: 26px 26px;
              background-size: 26px 26px;
      background-position: 0 center; }
    .cif-hot-zhibo__head--right {
      font-size: 12px;
      color: #999;
      cursor: pointer; }
      .cif-hot-zhibo__head--right:not(.default):hover {
        color: #2950ff; }
  .cif-hot-zhibo__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .cif-hot-zhibo__cont--left {
      width: 510px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 20px; }
      .cif-hot-zhibo__cont--left .cif-live {
        width: 100%; }
        .cif-hot-zhibo__cont--left .cif-live .cif-live__img {
          height: 287px;
          -webkit-border-radius: 3px;
                  border-radius: 3px; }
        .cif-hot-zhibo__cont--left .cif-live .cif-live__bottom-cont {
          height: 65px;
          padding: 0 16px; }
          .cif-hot-zhibo__cont--left .cif-live .cif-live__bottom-cont .cif-live__tit {
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1;
            white-space: nowrap;
            overflow: hidden;
            -o-text-overflow: ellipsis;
               text-overflow: ellipsis;
            font-size: 16px;
            height: auto;
            margin: 0;
            line-height: normal;
            display: block; }
          .cif-hot-zhibo__cont--left .cif-live .cif-live__bottom-cont .cif-live__bottom-btn {
            width: 76px;
            height: 30px;
            line-height: 30px;
            background: #2950ff;
            -webkit-border-radius: 10px;
                    border-radius: 10px;
            text-align: center;
            font-size: 14px;
            color: #fff;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            cursor: pointer;
            margin-left: 28px;
            -ms-flex-negative: 0;
                flex-shrink: 0; }
            .cif-hot-zhibo__cont--left .cif-live .cif-live__bottom-cont .cif-live__bottom-btn:hover {
              opacity: 0.7; }
    .cif-hot-zhibo__cont--right {
      width: 200px; }
      .cif-hot-zhibo__cont--right .cif-live {
        width: 200px; }
        .cif-hot-zhibo__cont--right .cif-live .cif-live__img {
          height: 112px;
          -webkit-border-radius: 3px;
                  border-radius: 3px; }
        .cif-hot-zhibo__cont--right .cif-live .cif-live__bottom-cont {
          height: 54px;
          padding: 0 10px; }
          .cif-hot-zhibo__cont--right .cif-live .cif-live__bottom-cont .cif-live__tit {
            height: auto;
            margin: 0;
            line-height: 18px;
            font-size: 12px;
            overflow: hidden;
            -o-text-overflow: ellipsis;
               text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }

.cif-live {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  width: 200px;
  overflow: hidden;
  margin-bottom: 20px;
  display: block; }
  .cif-live:last-child {
    margin-bottom: 0; }
  .cif-live__img {
    width: 100%;
    height: 112px;
    -webkit-border-radius: 3px;
            border-radius: 3px; }
  .cif-live__flag {
    position: absolute;
    right: unset !important;
    bottom: unset;
    left: 8px;
    top: 8px !important;
    padding: 0 6px !important;
    height: 20px;
    line-height: 20px !important;
    -webkit-border-radius: 4px !important;
            border-radius: 4px !important;
    font-size: 12px !important; }
    .cif-live__flag.is-status1 {
      background-color: rgba(0, 0, 0, 0.3); }
    .cif-live__flag.is-status2 {
      background: #399cf7; }
    .cif-live__flag.is-status3 {
      background: #55bc61; }
    .cif-live__flag.is-status4 {
      background: #ff000b;
      padding-left: 20px !important; }
    .cif-live__flag.is-status5 {
      background: rgba(0, 0, 0, 0.3); }
    .cif-live__flag.is-status6 {
      background: #ff6600; }
    .cif-live__flag.is-status7 {
      background: #55bc61; }
  .cif-live__bottom-cont {
    background: #f2f5fa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.cif-hot-ai {
  width: 410px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  padding: 13px 20px 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .cif-hot-ai__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 26px; }
    .cif-hot-ai__head--left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 34px;
      font-weight: bold;
      font-size: 15px;
      color: #333;
      background: url(https://img.cifnews.com/dev/20230220/1aa7073157d740c597f12a5d3ef79c90.png) no-repeat;
      -webkit-background-size: 26px 26px;
              background-size: 26px 26px;
      background-position: 0 center; }
    .cif-hot-ai__head--right {
      font-size: 12px;
      color: #999;
      cursor: pointer; }
      .cif-hot-ai__head--right:not(.default):hover {
        color: #2950ff; }
  .cif-hot-ai__cont .product-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    width: 100%;
    height: 90px;
    border-bottom: 1px dashed #e8e8e8;
    position: relative; }
    .cif-hot-ai__cont .product-item:first-child {
      padding-top: 13px; }
    .cif-hot-ai__cont .product-item:last-child {
      border-bottom: none; }
    .cif-hot-ai__cont .product-item .title {
      font-size: 15px;
      font-weight: bold;
      color: #333;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; }
      .cif-hot-ai__cont .product-item .title:hover {
        color: #2950ff; }
      .cif-hot-ai__cont .product-item .title .self-support {
        width: auto;
        height: 20px;
        line-height: 20px;
        border: 1px solid #e8e8e8;
        text-align: center;
        font-size: 12px;
        color: #0fcd8d;
        display: inline-block;
        margin-right: 4px;
        padding: 0 4px; }
    .cif-hot-ai__cont .product-item .desc {
      margin-top: 10px;
      font-size: 12px;
      color: #666; }
    .cif-hot-ai__cont .product-item .img-box {
      overflow: hidden;
      width: 90px;
      height: 90px;
      margin-right: 18px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      cursor: pointer; }
      .cif-hot-ai__cont .product-item .img-box img {
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .cif-hot-ai__cont .product-item .img-box img:hover {
          -webkit-transform: scale(1.2);
              -ms-transform: scale(1.2);
                  transform: scale(1.2); }
    .cif-hot-ai__cont .product-item .right {
      position: relative;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      overflow: hidden; }
    .cif-hot-ai__cont .product-item .info {
      cursor: pointer;
      overflow: hidden;
      display: block;
      width: 100%;
      height: 100%; }
    .cif-hot-ai__cont .product-item .consult-btn {
      width: 76px;
      height: 30px;
      line-height: 28px;
      text-align: center;
      background: #fff;
      -webkit-border-radius: 10px;
              border-radius: 10px;
      font-size: 14px;
      color: #2950ff;
      border: 1px solid #2950ff;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      cursor: pointer;
      position: absolute;
      right: 0;
      bottom: 0;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      padding: 0 8px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .cif-hot-ai__cont .product-item .consult-btn:hover {
        color: #fff;
        background: #2950ff; }
    .cif-hot-ai__cont .product-item .scroll-cont {
      position: absolute;
      left: 0;
      bottom: 6px;
      height: 20px;
      overflow: hidden;
      pointer-events: none; }
      .cif-hot-ai__cont .product-item .scroll-cont .scroll-cont-inner {
        height: auto; }
        .cif-hot-ai__cont .product-item .scroll-cont .scroll-cont-inner .item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 12px;
          color: #666;
          margin-bottom: 10px; }
          .cif-hot-ai__cont .product-item .scroll-cont .scroll-cont-inner .item .head-icon {
            width: 20px;
            height: 20px;
            -webkit-border-radius: 50%;
                    border-radius: 50%;
            margin-right: 4px;
            -ms-flex-negative: 0;
                flex-shrink: 0; }
          .cif-hot-ai__cont .product-item .scroll-cont .scroll-cont-inner .item .name {
            color: #333;
            margin-right: 4px;
            -ms-flex-negative: 0;
                flex-shrink: 0; }

.cif-ai-recommend:last-child {
  margin-bottom: 20px; }

.cif-ai-recommend .cif-module__cont {
  position: relative; }

.cif-ai-recommend .swiper-container {
  padding: 10px 0 0; }

.cif-ai-recommend .ai-items {
  width: 285px;
  height: 261px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff6f1), color-stop(27%, #ffffff), to(#ffffff));
  background: -webkit-linear-gradient(top, #fff6f1 0%, #ffffff 27%, #ffffff 100%);
  background: -o-linear-gradient(top, #fff6f1 0%, #ffffff 27%, #ffffff 100%);
  background: linear-gradient(180deg, #fff6f1 0%, #ffffff 27%, #ffffff 100%);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 8px;
          border-radius: 8px;
  border: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 20px; }
  .cif-ai-recommend .ai-items:last-child {
    margin-right: 0; }

.cif-ai-recommend .ai-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  margin-bottom: 20px;
  padding-left: 20px;
  -webkit-border-radius: 8px 8px 0 0;
          border-radius: 8px 8px 0 0; }
  .cif-ai-recommend .ai-head.default {
    cursor: initial; }
  .cif-ai-recommend .ai-head:not(.default) {
    cursor: pointer; }
    .cif-ai-recommend .ai-head:not(.default) .ai-title:hover {
      color: #2950ff; }
  .cif-ai-recommend .ai-head .cif-imgbox {
    width: 60px;
    height: 60px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 16px;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-border-radius: 8px;
            border-radius: 8px;
    -webkit-box-shadow: 0px 4px 8px 1px rgba(255, 102, 0, 0.1);
            box-shadow: 0px 4px 8px 1px rgba(255, 102, 0, 0.1);
    background: #fff; }
    .cif-ai-recommend .ai-head .cif-imgbox img {
      width: 100%;
      height: 100%; }
  .cif-ai-recommend .ai-head .ai-title {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    max-width: 130px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
  .cif-ai-recommend .ai-head .right-arrow {
    width: 20px;
    height: 20px;
    margin-left: 3px; }

.cif-ai-recommend .ai-cont {
  height: 132px;
  margin-bottom: 10px;
  overflow: hidden; }
  .cif-ai-recommend .ai-cont .ai-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 12px;
    padding: 0 15px 0 20px;
    height: 36px;
    cursor: pointer; }
    .cif-ai-recommend .ai-cont .ai-item:last-child {
      margin-bottom: 0; }
    .cif-ai-recommend .ai-cont .ai-item .item-title {
      font-size: 13px;
      color: #333;
      line-height: 18px;
      max-width: 198px; }
      .cif-ai-recommend .ai-cont .ai-item .item-title:hover {
        color: #2950ff; }
    .cif-ai-recommend .ai-cont .ai-item .item-tag {
      width: 28px;
      height: 16px;
      margin-left: 10px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.cif-ai-recommend .ai-btn {
  display: block;
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }
  .cif-ai-recommend .ai-btn.default {
    cursor: initial; }
  .cif-ai-recommend .ai-btn:not(.default):hover {
    cursor: pointer;
    color: #2950ff; }

.cif-ai-tools {
  padding: 20px 0 1px;
  margin-bottom: 0; }
  .cif-ai-tools > .container {
    position: relative;
    width: 1200px;
    margin: 0 auto; }
  .cif-ai-tools .cif-module__head .tabs-cont .tabs-arrow,
  .cif-ai-tools .cif-sencd-module__head .tabs-cont .tabs-arrow {
    background: #fff; }

.cif-bottom-module {
  width: 100%;
  background: #fff;
  padding: 10px 0 40px;
  text-align: center;
  font-size: 14px;
  color: #999; }
  .cif-bottom-module__btns {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .cif-bottom-module__btns .bottom-btn {
      color: #2950ff;
      cursor: pointer;
      margin-right: 22px; }
      .cif-bottom-module__btns .bottom-btn:last-child {
        margin-right: 0; }
      .cif-bottom-module__btns .bottom-btn:hover {
        opacity: 0.7; }

.cif-pageSwiper {
  position: relative;
  z-index: 5; }
  .cif-pageSwiper .swiper-button-prev,
  .cif-pageSwiper .swiper-button-next {
    background: none;
    width: 40px;
    height: 40px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 50%;
            border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #999;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .cif-pageSwiper .swiper-button-prev .iconfont,
    .cif-pageSwiper .swiper-button-next .iconfont {
      font-size: 20px; }
    .cif-pageSwiper .swiper-button-prev:hover,
    .cif-pageSwiper .swiper-button-next:hover {
      color: #fff;
      background-color: var(--pageColor); }
    .cif-pageSwiper .swiper-button-prev.swiper-button-disabled,
    .cif-pageSwiper .swiper-button-next.swiper-button-disabled {
      display: none; }
  .cif-pageSwiper .swiper-button-prev {
    left: -15px; }
  .cif-pageSwiper .swiper-button-next {
    right: -15px; }

.cif-image-category {
  margin-bottom: 20px;
  position: relative; }
  .cif-image-category__item {
    width: 186px;
    height: 80px;
    background: #fff;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    overflow: hidden;
    margin-right: 16px; }
    .cif-image-category__item:last-child {
      margin-right: 0; }
    .cif-image-category__item img {
      width: 100%;
      height: 100%; }

.cif-mixture-category2 {
  background: #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  width: 590px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .cif-mixture-category2 .swiper-button-prev,
  .cif-mixture-category2 .swiper-button-next {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .cif-mixture-category2 .swiper-button-prev:hover,
    .cif-mixture-category2 .swiper-button-next:hover {
      background: none;
      color: var(--pageColor); }
  .cif-mixture-category2 .swiper-button-prev {
    left: -30px; }
  .cif-mixture-category2 .swiper-button-next {
    right: -30px; }
  .cif-mixture-category2:nth-child(2n) {
    margin-left: 20px; }
  .cif-mixture-category2:nth-child(n + 3) {
    margin-top: 20px; }
  .cif-mixture-category2__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px; }
  .cif-mixture-category2__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .cif-mixture-category2__title .text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 15px;
      font-weight: bold;
      color: #333;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .cif-mixture-category2__title .text img {
        width: 26px;
        height: 26px;
        margin-right: 8px; }
    .cif-mixture-category2__title .tabs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      margin-left: 20px; }
      .cif-mixture-category2__title .tabs .tab {
        font-size: 12px;
        color: #999;
        margin-left: 20px;
        padding: 6px 0;
        position: relative;
        cursor: pointer; }
        .cif-mixture-category2__title .tabs .tab:first-child {
          margin-left: 0; }
        .cif-mixture-category2__title .tabs .tab.on {
          color: var(--pageColor); }
          .cif-mixture-category2__title .tabs .tab.on::before {
            content: '';
            display: block;
            width: 16px;
            height: 2px;
            background: var(--pageColor);
            position: absolute;
            left: 50%;
            bottom: 0;
            -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%); }
    .cif-mixture-category2__title .more {
      font-size: 12px;
      color: #999;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-left: 20px; }
  .cif-mixture-category2__cont {
    margin-top: 10px; }
    .cif-mixture-category2__cont .swiper-slide {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 20px; }
    .cif-mixture-category2__cont .item__image__text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 30px 0;
      width: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .cif-mixture-category2__cont .item__image__text:nth-child(-n + 2) {
        padding-top: 20px;
        border-bottom: 1px dashed #e8e8e8; }
      .cif-mixture-category2__cont .item__image__text:nth-last-child(-n + 2) {
        padding-bottom: 20px; }
      .cif-mixture-category2__cont .item__image__text:nth-child(2n + 1) {
        padding-right: 20px; }
      .cif-mixture-category2__cont .item__image__text:nth-child(2n) {
        padding-left: 20px; }
      .cif-mixture-category2__cont .item__image__text .image {
        width: 60px;
        height: 60px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -webkit-border-radius: 8px;
                border-radius: 8px;
        overflow: hidden;
        margin-right: 16px; }
        .cif-mixture-category2__cont .item__image__text .image img {
          width: 100%;
          height: 100%; }
      .cif-mixture-category2__cont .item__image__text .cont {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
      .cif-mixture-category2__cont .item__image__text .title {
        font-size: 14px;
        color: #333;
        font-weight: bold; }
        .cif-mixture-category2__cont .item__image__text .title:hover {
          color: var(--pageColor); }
      .cif-mixture-category2__cont .item__image__text .describe {
        font-size: 12px;
        color: #999999;
        margin-top: 8px;
        line-height: 18px; }
    .cif-mixture-category2__cont .item__mixture__product {
      width: 267px;
      height: 222px;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      overflow: hidden;
      background: #fff;
      padding: 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background: -webkit-linear-gradient(top, rgba(251, 198, 162, 0.2) 0%, rgba(255, 255, 255, 0) 100px);
      background: -o-linear-gradient(top, rgba(251, 198, 162, 0.2) 0%, rgba(255, 255, 255, 0) 100px);
      background: linear-gradient(180deg, rgba(251, 198, 162, 0.2) 0%, rgba(255, 255, 255, 0) 100px);
      margin-top: 2px;
      margin-right: 16px;
      display: list-item; }
      .cif-mixture-category2__cont .item__mixture__product:last-child {
        margin-right: 0; }
      .cif-mixture-category2__cont .item__mixture__product .product {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px dashed #e8e8e8;
        padding-bottom: 10px; }
      .cif-mixture-category2__cont .item__mixture__product .product__image {
        width: 72px;
        height: 72px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        background: #fff;
        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; }
        .cif-mixture-category2__cont .item__mixture__product .product__image img {
          max-width: 100%;
          max-height: 100%;
          display: block; }
      .cif-mixture-category2__cont .item__mixture__product .product__cont {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin-left: 12px; }
      .cif-mixture-category2__cont .item__mixture__product .product__title {
        font-size: 14px;
        color: #333;
        font-weight: bold;
        line-height: 18px;
        height: 36px; }
        .cif-mixture-category2__cont .item__mixture__product .product__title:hover {
          color: var(--pageColor); }
      .cif-mixture-category2__cont .item__mixture__product .product__label {
        width: auto;
        height: 20px;
        line-height: 20px;
        background: #f0f2f5;
        -webkit-border-radius: 0px 12px 12px 12px;
                border-radius: 0px 12px 12px 12px;
        font-size: 12px;
        color: #666;
        margin-top: 12px;
        padding: 0 10px; }
      .cif-mixture-category2__cont .item__mixture__product .describe {
        padding-top: 10px;
        font-size: 12px;
        color: #666;
        line-height: 18px; }
      .cif-mixture-category2__cont .item__mixture__product .evaluate {
        width: 100%;
        margin-top: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .cif-mixture-category2__cont .item__mixture__product .evaluate__item {
        width: 60px; }
        .cif-mixture-category2__cont .item__mixture__product .evaluate__item:nth-child(2) {
          margin: 0 23.5px; }
      .cif-mixture-category2__cont .item__mixture__product .evaluate__image {
        width: 26px;
        height: 26px;
        margin: 0 auto; }
        .cif-mixture-category2__cont .item__mixture__product .evaluate__image img {
          width: 100%;
          height: 100%; }
      .cif-mixture-category2__cont .item__mixture__product .evaluate__title {
        font-size: 12px;
        color: #dcae83;
        margin-top: 8px;
        text-align: center; }

.cif-imgtext__cont {
  background: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  padding: 20px 5px 20px 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .cif-imgtext__cont.is-small .imgtext-item {
    width: calc(16.6% - 24px);
    margin-right: 24px; }
    .cif-imgtext__cont.is-small .imgtext-item:nth-child(n + 5) {
      margin-top: 0; }
    .cif-imgtext__cont.is-small .imgtext-item:nth-child(n + 7) {
      margin-top: 20px; }
    .cif-imgtext__cont.is-small .imgtext-item .item .img {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 10px;
      width: 20px;
      height: 20px;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
    .cif-imgtext__cont.is-small .imgtext-item .item .title {
      font-weight: normal; }
  .cif-imgtext__cont .imgtext-item {
    width: calc(25% - 41px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    margin-right: 41px; }
    .cif-imgtext__cont .imgtext-item:nth-child(n + 5) {
      margin-top: 31px; }
    .cif-imgtext__cont .imgtext-item:hover .item-hover {
      display: block; }
    .cif-imgtext__cont .imgtext-item .item-hover {
      display: none;
      cursor: default;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: calc(100% + 12px);
      width: 200px;
      height: auto;
      background: rgba(0, 0, 0, 0.8);
      -webkit-border-radius: 4px;
              border-radius: 4px;
      padding: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      z-index: 3; }
      .cif-imgtext__cont .imgtext-item .item-hover::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 10px;
        left: 0;
        top: -10px;
        background: transparent; }
      .cif-imgtext__cont .imgtext-item .item-hover::after {
        content: '';
        position: absolute;
        top: -8px;
        left: calc(50% - 10px);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 8px solid rgba(0, 0, 0, 0.8); }
      .cif-imgtext__cont .imgtext-item .item-hover .desc {
        font-size: 14px;
        color: #fff;
        line-height: 22px; }
    .cif-imgtext__cont .imgtext-item .item {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      overflow: hidden; }
      .cif-imgtext__cont .imgtext-item .item:not(.default) .title:hover {
        color: var(--pageColor); }
      .cif-imgtext__cont .imgtext-item .item .img-box {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 16px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border: 1px solid #e8e8e8;
        width: 56px;
        height: 56px;
        -webkit-border-radius: 4px;
                border-radius: 4px;
        overflow: hidden; }
        .cif-imgtext__cont .imgtext-item .item .img-box .img {
          width: 100%;
          height: 100%; }
      .cif-imgtext__cont .imgtext-item .item .right {
        overflow: hidden; }
      .cif-imgtext__cont .imgtext-item .item .title {
        font-weight: bold;
        font-size: 14px;
        color: #333; }
      .cif-imgtext__cont .imgtext-item .item .desc {
        margin-top: 8px;
        font-size: 12px;
        color: #999; }

.rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  /* 星星大小 */
  line-height: 1;
  color: #ddd;
  /* 未填充颜色 */
  cursor: default; }

.rating-star {
  display: inline-block;
  font-size: 12px !important;
  width: 1em;
  height: 1em;
  margin-right: 5px;
  position: relative;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease; }

.rating-star::before {
  content: '\e645';
  font-size: 12px !important;
  position: absolute;
  left: 0;
  top: 0; }

.rating-star::after {
  content: '\e645';
  position: absolute;
  left: 0;
  top: 0;
  color: #ff6600;
  overflow: hidden;
  width: 0;
  /* 初始宽度为0，将通过JS动态设置 */
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  /* 平滑过渡效果 */ }

@media screen and (max-width: 1536px) {
  .cif-container {
    width: 1304px; }
  .cif-ai__carousel {
    height: 144px; }
    .cif-ai__carousel .carousel {
      width: 600px;
      height: 144px;
      -webkit-border-radius: 8px;
              border-radius: 8px;
      overflow: hidden; }
    .cif-ai__carousel .grid {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 20px; }
      .cif-ai__carousel .grid .grid-item {
        height: 144px;
        -webkit-border-radius: 8px;
                border-radius: 8px;
        overflow: hidden; }
  .cif-ai__active.is-type1 {
    width: 100%;
    height: 298px;
    background-color: #fff; }
  .cif-ai__active.is-type2 {
    width: 100%;
    height: 178px;
    background-color: #fff; }
  .cif-ai__active.is-type3 {
    width: 100%;
    height: 327px;
    background-color: #fff; }
  .cif-ai .activity-swiper-container,
  .cif-ai .video-swiper-container {
    width: 1152px; }
    .cif-ai .activity-swiper-container .swiper-slide,
    .cif-ai .video-swiper-container .swiper-slide {
      width: 370px;
      height: 100%;
      margin-right: 20px; }
      .cif-ai .activity-swiper-container .swiper-slide:last-child,
      .cif-ai .video-swiper-container .swiper-slide:last-child {
        margin-right: 0; }
  .cif-ai .video-swiper-container .swiper-wrapper {
    height: 301px; }
  .cif-ai__itemwrap {
    width: 273px;
    background-color: #fff;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    position: relative; }
    .cif-ai__itemwrap:hover {
      z-index: 1;
      -webkit-box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.05);
      -webkit-transform: translate3d(0, -4px, 0);
              transform: translate3d(0, -4px, 0);
      -webkit-transition: all linear 0.3s;
      -o-transition: all linear 0.3s;
      transition: all linear 0.3s; }
      .cif-ai__itemwrap:hover .title {
        color: #2950ff; }
    .cif-ai__itemwrap .flex,
    .cif-ai__itemwrap .flex-col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 10px; }
    .cif-ai__itemwrap .flex-col {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .cif-ai__itemwrap .score {
      height: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .cif-ai__itemwrap .score > .info-item-icon {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .cif-ai__itemwrap .score > .info-item-icon .icon {
          color: #d7dbde;
          margin-right: 5px;
          cursor: pointer; }
          .cif-ai__itemwrap .score > .info-item-icon .icon.selected {
            color: #ff6600; }
          .cif-ai__itemwrap .score > .info-item-icon .icon.hover {
            color: #ff6600; }
          .cif-ai__itemwrap .score > .info-item-icon .icon:last-child {
            margin-right: 20px; }
        .cif-ai__itemwrap .score > .info-item-icon .active {
          color: #ff6600; }
      .cif-ai__itemwrap .score > .info-item-info {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        margin-left: 5px;
        font-size: 12px;
        font-family: MicrosoftYaHei;
        font-weight: normal;
        color: #ff6600; }
    .cif-ai__itemwrap--imgbox {
      width: 100%;
      height: 154px;
      overflow: hidden;
      -webkit-border-radius: 8px 8px 0px 0px;
              border-radius: 8px 8px 0px 0px;
      position: relative; }
      .cif-ai__itemwrap--imgbox img {
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .cif-ai__itemwrap--imgbox:hover {
        -webkit-border-radius: 8px 8px 0px 0px;
                border-radius: 8px 8px 0px 0px; }
      .cif-ai__itemwrap--imgbox .mask {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 8px 8px 0px 0px;
                border-radius: 8px 8px 0px 0px; }
      .cif-ai__itemwrap--imgbox .video-duration {
        position: absolute;
        bottom: 10px;
        right: 10px;
        font-size: 13px;
        color: #fff; }
      .cif-ai__itemwrap--imgbox .player-btn {
        --playerColor: #666;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        cursor: pointer;
        width: 40px;
        height: 40px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        z-index: 9;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background: #fff; }
        .cif-ai__itemwrap--imgbox .player-btn::after {
          content: '';
          width: 0;
          height: 0;
          border: 8px solid transparent;
          border-left-color: var(--playerColor);
          border-left-width: 12px;
          margin-left: 12px; }
        .cif-ai__itemwrap--imgbox .player-btn:hover {
          --playerColor: #f60;
          background: #fff; }
    .cif-ai__itemwrap--info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 20px;
      position: relative; }
      .cif-ai__itemwrap--info.is-contflex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px; }
      .cif-ai__itemwrap--info .title {
        font-size: 14px;
        line-height: 20px;
        font-weight: bold;
        color: #333;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .cif-ai__itemwrap--info .title :hover {
          color: #2950ff; }
      .cif-ai__itemwrap--info .desc {
        font-size: 12px;
        font-weight: 400;
        margin-top: 11px;
        color: #999; }
      .cif-ai__itemwrap--info .bottom {
        display: block;
        right: 0;
        width: unset; }
      .cif-ai__itemwrap--info .default-btn {
        padding: 6px 8px;
        background: #2950ff;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        text-align: center;
        font-size: 14px;
        color: #ffffff;
        display: -webkit-box;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        white-space: nowrap; }
        .cif-ai__itemwrap--info .default-btn:hover {
          background: #6a85ff; }
    .cif-ai__itemwrap.is-actives {
      width: 370px;
      height: 327px; }
      .cif-ai__itemwrap.is-actives .cif-ai__itemwrap--imgbox {
        width: 100%;
        height: 208px; }
      .cif-ai__itemwrap.is-actives .cif-ai__itemwrap--info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 20px;
        padding-top: 16px; }
        .cif-ai__itemwrap.is-actives .cif-ai__itemwrap--info .title {
          font-size: 16px;
          font-weight: 400;
          color: #333333;
          margin-top: 0; }
          .cif-ai__itemwrap.is-actives .cif-ai__itemwrap--info .title:hover {
            color: #2950ff; }
        .cif-ai__itemwrap.is-actives .cif-ai__itemwrap--info .flex {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
        .cif-ai__itemwrap.is-actives .cif-ai__itemwrap--info .desc {
          font-size: 14px;
          line-height: 20px;
          font-weight: 400; }
        .cif-ai__itemwrap.is-actives .cif-ai__itemwrap--info .btn {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-item-align: end;
              align-self: flex-end;
          justify-self: flex-end; }
    .cif-ai__itemwrap.is-bigtool {
      width: 273px;
      height: 282px; }
      .cif-ai__itemwrap.is-bigtool .cif-ai__itemwrap--info {
        padding-top: 40px; }
        .cif-ai__itemwrap.is-bigtool .cif-ai__itemwrap--info .logo {
          width: 50px;
          height: 50px;
          -webkit-box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.1);
                  box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.1);
          -webkit-border-radius: 30px;
                  border-radius: 30px;
          position: absolute;
          top: -30px;
          left: 20px; }
        .cif-ai__itemwrap.is-bigtool .cif-ai__itemwrap--info .title {
          font-size: 16px;
          line-height: 29px; }
        .cif-ai__itemwrap.is-bigtool .cif-ai__itemwrap--info .default-btn {
          font-size: 12px; }
        .cif-ai__itemwrap.is-bigtool .cif-ai__itemwrap--info .desc {
          margin-top: 8px;
          line-height: 18px; }
        .cif-ai__itemwrap.is-bigtool .cif-ai__itemwrap--info .score {
          margin-top: 5px; }
    .cif-ai__itemwrap.is-smalltool {
      width: 273px;
      height: 130px; }
      .cif-ai__itemwrap.is-smalltool .cif-ai__itemwrap--info {
        padding: 20px 16px; }
        .cif-ai__itemwrap.is-smalltool .cif-ai__itemwrap--info .title {
          font-size: 16px; }
        .cif-ai__itemwrap.is-smalltool .cif-ai__itemwrap--info .smallimg {
          width: 40px;
          height: 40px;
          -webkit-border-radius: 20px;
                  border-radius: 20px; }
        .cif-ai__itemwrap.is-smalltool .cif-ai__itemwrap--info .rate {
          font-size: 12px; }
        .cif-ai__itemwrap.is-smalltool .cif-ai__itemwrap--info .desc {
          line-height: 20px;
          margin-top: 16px; }
        .cif-ai__itemwrap.is-smalltool .cif-ai__itemwrap--info .flex-col {
          gap: 6px; }
        .cif-ai__itemwrap.is-smalltool .cif-ai__itemwrap--info .link {
          font-weight: 400;
          font-size: 12px;
          line-height: 20px;
          color: #2950ff; }
    .cif-ai__itemwrap.is-video {
      width: 273px;
      height: 263px; }
      .cif-ai__itemwrap.is-video .cif-ai__itemwrap--info {
        padding-top: 0; }
        .cif-ai__itemwrap.is-video .cif-ai__itemwrap--info .tip {
          font-size: 14px;
          color: #333; }
          .cif-ai__itemwrap.is-video .cif-ai__itemwrap--info .tip:hover {
            color: #2950ff; }
        .cif-ai__itemwrap.is-video .cif-ai__itemwrap--info .content {
          margin-top: 12px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 10px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .cif-ai__itemwrap.is-video .cif-ai__itemwrap--info .content > .title:hover {
            color: #2950ff; }
        .cif-ai__itemwrap.is-video .cif-ai__itemwrap--info .logo {
          width: 30px;
          height: 30px;
          -webkit-border-radius: 30px;
                  border-radius: 30px; }
        .cif-ai__itemwrap.is-video .cif-ai__itemwrap--info .default-btn {
          font-size: 12px; }
    .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap {
      width: 370px;
      height: 301px;
      position: relative; }
      .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--imgbox {
        width: 100%;
        height: 208px;
        /* 或者如果新图标是另一个i标签类名，可使用这种方式 */
        /* 气泡样式 */
        /* 气泡的小三角箭头 */
        /* 鼠标悬浮时显示气泡 */ }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--imgbox:hover {
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1); }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--imgbox .collect {
          width: 68px;
          height: 26px;
          padding: 4px 10px;
          position: absolute;
          top: 10px;
          right: 10px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          background: #fff;
          -webkit-border-radius: 13px 13px 0px 13px;
                  border-radius: 13px 13px 0px 13px;
          font-size: 13px;
          font-family: Microsoft YaHei-Regular;
          color: #666;
          cursor: pointer; }
          .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--imgbox .collect i {
            color: #2950ff; }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--imgbox .collect:hover {
          background: #2950ff;
          color: #fff; }
          .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--imgbox .collect:hover i {
            color: #fff; }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--imgbox .collect.active .icon-tongyong_qiujiachang {
          /* 隐藏原图标 */
          display: none; }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--imgbox .collect.active::before {
          /* 显示新图标，假设icon_like是通过伪元素实现的图标 */
          content: '\e61f';
          /* 替换为icon_like对应的Unicode编码 */
          font-family: 'iconfont';
          /* 使用你的图标字体家族 */
          font-size: 14px;
          /* 设置字体大小为14号 */
          color: #2950ff; }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--imgbox .collect:hover.active::before {
          /* 显示新图标，假设icon_like是通过伪元素实现的图标 */
          content: '\e61f';
          /* 替换为icon_like对应的Unicode编码 */
          font-family: 'iconfont';
          /* 使用你的图标字体家族 */
          font-size: 14px;
          /* 设置字体大小为14号 */
          color: #fff; }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--imgbox .collect .icon_like {
          display: none;
          /* 默认隐藏新图标 */
          font-size: 14px; }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--imgbox .collect.active .icon-tongyong_qiujiachang {
          display: none;
          /* 激活时隐藏原图标 */ }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--imgbox .collect.active .icon_like {
          display: inline-block;
          /* 激活时显示新图标 */ }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--imgbox .tooltip-content {
          /* 气泡定位 */
          position: absolute;
          bottom: 100%;
          /* 位于元素上方 */
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-8px);
              -ms-transform: translateX(-50%) translateY(-8px);
                  transform: translateX(-50%) translateY(-8px);
          /* 水平居中并向上偏移一点 */
          /* 气泡外观 */
          background-color: #333;
          color: white;
          padding: 6px 12px;
          -webkit-border-radius: 4px;
                  border-radius: 4px;
          font-size: 12px;
          white-space: nowrap;
          /* 防止文本换行 */
          /* 默认隐藏 */
          opacity: 0;
          visibility: hidden;
          /* 过渡动画 */
          -webkit-transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
          transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
          -o-transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
          transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
          transition: opacity 0.2s, visibility 0.2s, transform 0.2s, -webkit-transform 0.2s;
          /* 确保气泡在最上层 */
          z-index: 100; }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--imgbox .tooltip-content::after {
          content: '';
          position: absolute;
          top: 100%;
          /* 位于气泡底部 */
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          /* 三角箭头样式 */
          border-width: 4px;
          border-style: solid;
          border-color: #333 transparent transparent transparent; }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--imgbox .collect:hover .tooltip-content {
          opacity: 1;
          visibility: visible;
          -webkit-transform: translateX(-50%) translateY(-8px);
              -ms-transform: translateX(-50%) translateY(-8px);
                  transform: translateX(-50%) translateY(-8px);
          /* 调整位置，消除偏移 */ }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--imgbox:hover .mask {
          display: none; }
      .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-top: 16px; }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--info .tip {
          font-size: 14px;
          color: #333;
          line-height: 22px; }
          .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--info .tip:hover {
            color: #2950ff; }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--info .content {
          margin-top: 12px;
          padding: 7px 10px;
          background: #f1f3f5;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 10px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--info .logo {
          width: 20px;
          height: 20px;
          -webkit-border-radius: 20px;
                  border-radius: 20px; }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--info .title {
          font-size: 12px;
          color: #333333;
          line-height: 17px;
          font-weight: 400;
          color: #333333;
          margin-top: 0; }
          .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--info .title:hover {
            color: #2950ff; }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--info .flex {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--info .desc {
          font-size: 14px;
          line-height: 20px;
          font-weight: 400; }
        .cif-ai__itemwrap.is-active-review .cif-ai__itemwrap--info .link {
          font-weight: 400;
          font-size: 12px;
          line-height: 20px;
          color: #2950ff; }
  .cif-ai__banner {
    width: 100%;
    margin-bottom: 40px; }
    .cif-ai__banner img {
      width: 100%;
      height: 100%; }
  .cif-flexbox__wrap.is-type1 {
    height: 238px; }
    .cif-flexbox__wrap.is-type1 .cif-flexbox__imgbox {
      width: 442px;
      height: 100%; }
  .cif-flexbox__wrap.is-type2 {
    height: 146px; }
    .cif-flexbox__wrap.is-type2 .cif-flexbox__imgbox {
      width: 260px;
      height: 100%; }
    .cif-flexbox__wrap.is-type2 .desc {
      margin-top: 8px; }
  .cif-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 1152px; } }

.video-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  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;
  pointer-events: none;
  -webkit-border-radius: 8px;
          border-radius: 8px; }
  .video-mask .advert-box {
    width: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: all;
    -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;
    text-align: center;
    margin: auto;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .video-mask .advert-box .tool-img {
      width: 40px;
      height: 40px;
      margin-bottom: 12px; }
      .video-mask .advert-box .tool-img img {
        width: 100%;
        height: 100%;
        -webkit-border-radius: 50%;
                border-radius: 50%; }
    .video-mask .advert-box .tool-title {
      font-size: 18px;
      font-weight: bold;
      font-family: Microsoft YaHei, Microsoft YaHei; }
    .video-mask .advert-box .tool-desc {
      font-size: 12px;
      line-height: 18px;
      margin-top: 12px;
      margin-bottom: 4px; }
    .video-mask .advert-box .item-info__score {
      margin-top: 6px;
      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-sizing: border-box;
              box-sizing: border-box; }
      .video-mask .advert-box .item-info__score > .info-item-icon {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .video-mask .advert-box .item-info__score > .info-item-icon .icon {
          color: #d7dbde;
          margin-right: 5px;
          cursor: pointer; }
          .video-mask .advert-box .item-info__score > .info-item-icon .icon.selected {
            color: #ff6600; }
          .video-mask .advert-box .item-info__score > .info-item-icon .icon.hover {
            color: #ff6600; }
          .video-mask .advert-box .item-info__score > .info-item-icon .icon:last-child {
            margin-right: 20px; }
        .video-mask .advert-box .item-info__score > .info-item-icon .active {
          color: #ff6600; }
      .video-mask .advert-box .item-info__score > .info-item-info {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        margin-left: 5px;
        font-size: 14px;
        font-family: MicrosoftYaHei;
        font-weight: normal;
        color: #ff6600; }
    .video-mask .advert-box .btns {
      width: 100%;
      height: 35px;
      line-height: 35px;
      font-size: 14px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 10px;
      text-align: center;
      margin-top: 12px; }
      .video-mask .advert-box .btns .btn {
        -webkit-border-radius: 8px;
                border-radius: 8px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        text-align: center;
        background: #2950ff;
        color: #fff; }
      .video-mask .advert-box .btns .btn:not(:last-child) {
        background: transparent !important;
        border: 1px solid #fff; }
    .video-mask .advert-box .btn_close {
      width: 20px;
      height: 20px;
      background: url("https://img.cifnews.com/dev/20250911/e157d4316dfd4633ba908adca59ca806.png") no-repeat center center;
      -webkit-background-size: cover;
              background-size: cover;
      margin-top: 16px;
      cursor: pointer;
      opacity: 0.6; }

.cif-video-layer.layui-layer {
  -webkit-border-radius: 16px !important;
          border-radius: 16px !important; }

.cif-video-layer .layui-layer-content {
  -webkit-border-radius: 8px !important;
          border-radius: 8px !important; }

.cif-ai__itemwrap--imgbox .toolName {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 24px; }

.cif-ai__itemwrap--imgbox .default-bg {
  position: absolute;
  width: 100%;
  height: 100%; }

.cif-module:has(+ .cif-ai__banner) {
  margin-bottom: 40px !important; }

.is-bigtool .cif-ai__itemwrap--imgbox {
  pointer-events: none; }
