@charset "UTF-8";
.cif-layer {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 20; }
  .cif-layer__mask {
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3); }
  .cif-layer__cont {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 400px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    z-index: 2;
    max-height: 85vh;
    overflow: auto; }
  .cif-layer__scroll {
    width: 100%;
    height: 100%;
    max-height: 85vh;
    overflow: auto; }
  .cif-layer__close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #999;
    cursor: pointer;
    z-index: 15; }
    .cif-layer__close .icon-guanbi1 {
      font-size: 14px; }
  .cif-layer__btn {
    width: 98px;
    height: 34px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    font-size: 14px;
    line-height: 34px; }
    .cif-layer__btn.is-auto {
      width: auto; }
  .cif-layer--normal {
    width: 100%;
    height: 0;
    overflow: hidden; }
    .cif-layer--normal .cif-layer__mask {
      display: none; }
    .cif-layer--normal.is-show {
      width: auto;
      height: auto;
      overflow: auto; }
      .cif-layer--normal.is-show .cif-layer__mask {
        display: block; }
      .cif-layer--normal.is-show .cif-layer__wrapper {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 11;
        overflow: auto; }
  .cif-layer--layui ::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
  .cif-layer--layui ::-webkit-scrollbar-track {
    width: 8px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #f2f4f6; }
  .cif-layer--layui ::-webkit-scrollbar-thumb {
    background-color: #999;
    width: 8px;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center; }
  .cif-layer--layui .cif-form {
    margin: 0 30px;
    text-align: left; }
  .cif-layer--layui.layui-layer {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cif-layer--layui .cif-layer__scroll {
    max-height: 70vh; }
  .cif-layer--layui .cif-layer__cont {
    width: auto;
    min-width: 440px;
    max-height: 70vh;
    text-align: center;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3); }
  .cif-layer--layui .cif-layer__close {
    background: none; }
  .cif-layer--layui .cif-layer__icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 14px; }
  .cif-layer--layui .cif-layer__qrcode {
    width: 160px;
    height: 160px;
    padding: 0 68px;
    margin: 20px auto 50px; }
  .cif-layer--layui .cif-layer__tit {
    margin-top: 45px;
    font-size: 22px;
    line-height: 40px;
    padding: 0 63px;
    color: #333; }
  .cif-layer--layui .cif-layer__desc {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 28px;
    color: #999; }
    .cif-layer--layui .cif-layer__desc a {
      color: #ff6600;
      text-decoration: none; }
    .cif-layer--layui .cif-layer__desc a.cif-btn {
      color: #fff;
      font-size: 16px;
      line-height: 30px;
      height: 30px; }
  .cif-layer--layui .cif-layer__attention {
    padding-top: 2px;
    margin-bottom: 26px; }
    .cif-layer--layui .cif-layer__attention.is-email input {
      width: 190px;
      height: 36px;
      font-size: 14px;
      line-height: 36px;
      color: #333;
      outline: none;
      padding-left: 15px;
      border: 1px solid #ebeced;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      margin-right: 10px; }
    .cif-layer--layui .cif-layer__attention.is-email .cif-btn {
      width: 100px;
      height: 34px;
      line-height: 34px; }
    .cif-layer--layui .cif-layer__attention .cif-btn {
      width: 118px;
      height: 34px;
      font-size: 14px;
      line-height: 34px; }
      .cif-layer--layui .cif-layer__attention .cif-btn.is-attentioned {
        color: #999;
        border: #eaeaea;
        background: #eaeaea; }
  .cif-layer--layui .cif-layer__gagd {
    display: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 700px;
    padding-left: 50px;
    padding-right: 50px;
    max-height: 50vh; }
    .cif-layer--layui .cif-layer__gagd .tit {
      margin-bottom: 10px;
      line-height: 40px;
      font-size: 18px;
      color: #666; }
      .cif-layer--layui .cif-layer__gagd .tit span {
        position: relative;
        width: auto; }
        .cif-layer--layui .cif-layer__gagd .tit span::before, .cif-layer--layui .cif-layer__gagd .tit span::after {
          content: "";
          position: absolute;
          top: 50%;
          width: 50px;
          border-bottom: 1px solid #e8e8e8; }
        .cif-layer--layui .cif-layer__gagd .tit span::before {
          left: -63px; }
        .cif-layer--layui .cif-layer__gagd .tit span::after {
          right: -61px; }
    .cif-layer--layui .cif-layer__gagd .cif-imgbox {
      background-color: #f2f4f6;
      width: 600px;
      height: 150px;
      margin: 0 auto 16px; }

.cif-poptip {
  width: 440px; }
  .cif-poptip .tip-title {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    text-align: center;
    margin: 0 0 4px; }
  .cif-poptip .tip-icon {
    text-align: center;
    margin: 10px 0 14px; }
    .cif-poptip .tip-icon .icon-tijiaochenggong {
      font-size: 40px;
      color: #57b749; }
  .cif-poptip .tip-icon + .tip-title {
    margin-top: 0; }
  .cif-poptip .tip-desc {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    text-align: center;
    line-height: 22px; }
  .cif-poptip .tip-img {
    width: 160px;
    height: 160px;
    margin: 14px auto 0; }
    .cif-poptip .tip-img img {
      width: 100%;
      height: 100%; }
  .cif-poptip .layui-layer-btn {
    text-align: center;
    padding-bottom: 50px !important; }
    .cif-poptip .layui-layer-btn .layui-layer-btn0 {
      width: 100px;
      height: 36px;
      line-height: 36px;
      background-color: #ff6d00;
      border-color: #ff6d00;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #ffffff;
      text-align: center;
      -webkit-box-sizing: border-box !important;
              box-sizing: border-box !important; }
  .cif-poptip .layui-layer-title {
    background: white;
    border-bottom: 0; }
  .cif-poptip .layui-layer-content {
    padding: 0 !important;
    overflow-y: hidden !important; }

.cif-document--detail .layui-layer-title {
  background: #fff;
  border-bottom: 0; }

.cif-document--detail.layui-layer-dialog .layui-layer-content {
  text-align: center;
  font-size: 16px;
  color: #666;
  overflow-y: hidden; }

.cif-document--detail.layui-layer-msg .layui-layer-content {
  color: #fff; }

.cif-document--detail .layui-layer-btn {
  padding-top: 10px;
  padding-bottom: 50px;
  font-size: 14px; }
  .cif-document--detail .layui-layer-btn .layui-layer-btn0 {
    width: 118px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #fff;
    border: 1px solid #ff6d00;
    color: #ff6d00;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    padding: 0;
    margin: 0 10px; }
    .cif-document--detail .layui-layer-btn .layui-layer-btn0:hover {
      background: #ff994d;
      border: 1px solid #ff994d;
      color: white; }
  .cif-document--detail .layui-layer-btn .layui-layer-btn1 {
    width: 118px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    background: #ff6d00;
    border: 1px solid #ff6d00;
    color: #fff;
    padding: 0;
    margin: 0 10px; }
    .cif-document--detail .layui-layer-btn .layui-layer-btn1:hover {
      color: #fff;
      background: #ff6d00; }

.cif-document--detail .cif-imgbox img {
  position: relative;
  top: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  left: 0; }

.cif-adviser-layer .cif-layer__cont {
  text-align: left;
  width: 440px;
  background: #fff; }

.cif-adviser-layer .cif-layer__close {
  top: 10px;
  right: 18px; }

.cif-adviser-layer .cif-layer__close .iconfont {
  font-size: 13px; }

.cif-adviser-layer.is-big .cif-layer__cont {
  width: 530px; }

.cif-adviser-layer__tit {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 56px;
  padding: 0 0 0 20px;
  line-height: 55px;
  font-weight: bold;
  color: #333;
  font-size: 16px;
  border-bottom: 1px solid #ebeced; }

.cif-adviser-layer__cont {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.cif-adviser-layer__info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0 20px; }

.cif-adviser-layer__info .cif-imgbox {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 10px 0 0px;
  background: #f2f4f6;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.cif-adviser-layer__info .cont {
  line-height: 24px; }

.cif-adviser-layer__info .tit {
  font-size: 16px;
  font-weight: bold;
  color: #333; }

.cif-adviser-layer__info .tag {
  display: inline-block;
  font-size: 12px;
  color: #999;
  margin-left: 6px;
  line-height: 20px;
  padding: 0 10px;
  font-weight: normal;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #f7f7f7; }

.cif-adviser-layer__info .tag.is-type1 {
  color: #ff6600;
  background: rgba(254, 109, 0, 0.1); }

.cif-adviser-layer__info .tag.is-type2 {
  color: #299cf7;
  background: rgba(41, 156, 247, 0.1); }

.cif-adviser-layer__info .tag.is-type3 {
  color: #999;
  background: #f7f7f7; }

.cif-adviser-layer__info .desc {
  font-size: 12px;
  color: #999; }

.cif-adviser-layer__qrcode {
  padding-bottom: 38px;
  text-align: center;
  font-size: 0; }

.cif-adviser-layer__qrcode img {
  display: inline-block;
  margin: 0 auto;
  width: 120px;
  height: 120px; }

.cif-adviser-layer__qrcode .desc {
  font-size: 12px;
  line-height: 18px;
  color: #999;
  text-align: center;
  margin: 11px 0 0; }

.cif-adviser-layer__qrcode .item {
  margin: 5px 0;
  display: inline-block; }

.cif-adviser-layer__qrcode .item img {
  width: 140px;
  height: 140px; }

.cif-adviser-layer__qrcode .item .desc {
  font-size: 14px;
  margin: 7px 0 0; }

.cif-adviser-layer__qrcode .item + .item {
  margin-left: 50px; }

.cif-adviser-layer__qrcode.is-custom img {
  width: auto;
  height: auto;
  max-width: 320px; }

.cif-layer-image.layui-layer-dialog .layui-layer-content {
  padding: 0;
  background: none;
  line-height: normal;
  font-size: 0; }

.cif-layer-image .layui-layer-setwin .layui-layer-close {
  width: 26px;
  height: 26px;
  background: url("https://img.cifnews.com/dev/20220424/a35d37c6906f4f10b8163077fcae9239.png") no-repeat;
  background-position: 0 0;
  top: -50px;
  right: -20px; }
  .cif-layer-image .layui-layer-setwin .layui-layer-close:hover {
    background-position: 0 0; }

.cif-layer-image .layui-layer-resize {
  display: none; }

.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%; }

::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

::-webkit-scrollbar-track {
  width: 8px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #f2f4f6; }

::-webkit-scrollbar-thumb {
  background-color: #999;
  width: 8px;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align: center; }

html {
  --theme-color: 250,3,80; }

body .click_effect {
  cursor: pointer; }

body .default {
  cursor: default !important; }

.cif-top-gagd {
  width: 100%;
  height: auto;
  cursor: pointer; }
  .cif-top-gagd > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .cif-top-gagd img {
    width: auto;
    height: auto;
    max-width: 100%; }

.cif-header {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07); }
  .cif-header__cont {
    width: 1200px;
    margin: 0 auto; }
  .cif-header__top {
    padding: 25px 0 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .cif-header__logo {
    width: 244px;
    height: 72px;
    cursor: pointer;
    text-align: center; }
    .cif-header__logo .logo {
      width: auto;
      max-width: 100%;
      height: 100%; }
  .cif-header__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 600px;
    margin: 0 64px; }
    .cif-header__search .select-items {
      border-bottom: 1px solid rgba(var(--theme-color), 1);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .cif-header__search .select-item {
      width: auto;
      height: 34px;
      line-height: 34px;
      text-align: center;
      padding: 0 20px;
      font-size: 14px;
      color: #666;
      cursor: pointer;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .cif-header__search .select-item.on, .cif-header__search .select-item:hover {
        background: rgba(var(--theme-color), 1);
        color: #fff; }
    .cif-header__search .search-recommend {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .cif-header__search .search-recommend .search-recommend-item {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin: 10px 15px 0 0;
        font-size: 12px;
        color: #767676;
        cursor: pointer; }
        .cif-header__search .search-recommend .search-recommend-item.on, .cif-header__search .search-recommend .search-recommend-item:hover {
          color: rgba(var(--theme-color), 1); }
  .cif-header .search-box {
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .cif-header .search-box .search-input {
      border: 1px solid rgba(var(--theme-color), 1);
      border-left-width: 2px;
      border-bottom-width: 2px;
      height: 100%;
      line-height: 44px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding: 0 17px;
      font-size: 14px;
      color: #666;
      overflow: hidden;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .cif-header .search-box .search-input input {
        display: block;
        height: 100%;
        width: 100%;
        border: none;
        outline: 0; }
    .cif-header .search-box .search-btn {
      cursor: pointer;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 100px;
      height: 46px;
      line-height: 46px;
      text-align: center;
      font-size: 14px;
      color: #fff;
      background: rgba(var(--theme-color), 1); }
      .cif-header .search-box .search-btn:hover {
        opacity: 0.7; }
  .cif-header__popularize {
    cursor: pointer;
    width: 228px;
    height: 66px;
    position: relative; }
    .cif-header__popularize .cont {
      width: 100%;
      height: 100%; }
      .cif-header__popularize .cont img {
        width: 100%;
        height: 100%; }
    .cif-header__popularize:hover .popularize-hover {
      opacity: 1;
      padding: 16px 12px 16px 10px;
      width: 284px;
      height: 132px;
      background: #fff;
      overflow: initial;
      position: absolute;
      top: 76px;
      left: 50%;
      z-index: 5; }
    .cif-header__popularize .popularize-hover {
      position: fixed;
      left: 0;
      top: 100px;
      width: 1px;
      height: 1px;
      background: transparent;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
      padding: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      z-index: -1;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      opacity: 0;
      overflow: hidden;
      -webkit-transition: opacity 0.3s, top 0.3s;
      -o-transition: opacity 0.3s, top 0.3s;
      transition: opacity 0.3s, top 0.3s;
      cursor: default;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .cif-header__popularize .popularize-hover::before {
        content: '';
        position: absolute;
        width: 284px;
        height: 10px;
        background: transparent;
        right: 0;
        top: -10px; }
      .cif-header__popularize .popularize-hover::after {
        content: '';
        position: absolute;
        top: -6px;
        right: 50%;
        width: 10px;
        height: 10px;
        border-top: 2px solid #ebeced;
        border-right: 2px solid #ebeced;
        -webkit-transform: translateX(50%) rotate(-45deg);
            -ms-transform: translateX(50%) rotate(-45deg);
                transform: translateX(50%) rotate(-45deg);
        background-color: #fff; }
      .cif-header__popularize .popularize-hover .cif-imgbox {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 100px;
        height: 100px;
        margin-right: 8px;
        border: none;
        -webkit-border-radius: 0;
                border-radius: 0; }
        .cif-header__popularize .popularize-hover .cif-imgbox img {
          width: 100px;
          height: 100px; }
      .cif-header__popularize .popularize-hover .hover-right {
        text-align: left; }
        .cif-header__popularize .popularize-hover .hover-right .hover-title {
          font-weight: bold;
          font-size: 12px;
          color: #333;
          line-height: 22px; }
        .cif-header__popularize .popularize-hover .hover-right .hover-desc {
          font-size: 12px;
          color: #666;
          line-height: 18px;
          margin-top: 6px;
          overflow: hidden;
          -o-text-overflow: ellipsis;
             text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 4;
          white-space: pre-wrap; }
  .cif-header__bottom {
    height: auto;
    min-height: 54px; }
    .cif-header__bottom--cont {
      background: #fff;
      width: 100%;
      height: auto;
      min-height: 54px; }
      .cif-header__bottom--cont.is-fixed {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
        -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
                box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07); }
        .cif-header__bottom--cont.is-fixed .container {
          min-height: 64px;
          padding: 5px 0; }
    .cif-header__bottom .placeholder {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: none; }
    .cif-header__bottom .container {
      width: 1200px;
      height: 100%;
      min-height: 54px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative; }
    .cif-header__bottom .cif-header__logo {
      width: 160px;
      height: 44px;
      text-align: center;
      position: absolute;
      top: calc(50% - 22px);
      left: 0;
      display: none; }
    .cif-header__bottom .nav-cont {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      min-width: 600px; }
      .cif-header__bottom .nav-cont .menu {
        margin-right: 30px;
        position: relative;
        color: #333;
        height: 21px;
        font-size: 16px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        padding: 6px 0; }
        .cif-header__bottom .nav-cont .menu:last-child {
          margin-right: 0; }
        .cif-header__bottom .nav-cont .menu > .click_effect {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          padding: 0;
          cursor: pointer;
          height: 100%;
          position: relative;
          padding-right: 16px; }
        .cif-header__bottom .nav-cont .menu .icon-xiajiantou {
          position: absolute;
          right: 0;
          top: calc(50% + 2px);
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        .cif-header__bottom .nav-cont .menu .badge {
          position: absolute;
          left: calc(100% - 30px);
          top: -13px;
          width: auto;
          height: 15px;
          line-height: 15px;
          text-align: center;
          background: #FE5F52;
          font-size: 12px;
          color: #fff;
          -webkit-border-radius: 10px 10px 10px 0;
                  border-radius: 10px 10px 10px 0;
          padding: 0 4px;
          white-space: nowrap; }
          .cif-header__bottom .nav-cont .menu .badge.hot {
            background: #FE5F52; }
          .cif-header__bottom .nav-cont .menu .badge.new {
            background: #3FB0F7; }
          .cif-header__bottom .nav-cont .menu .badge.up {
            background: #FF7E07; }
        .cif-header__bottom .nav-cont .menu:hover .icon-xiajiantou {
          -webkit-transform: translateY(-50%) rotateZ(-180deg);
              -ms-transform: translateY(-50%) rotate(-180deg);
                  transform: translateY(-50%) rotateZ(-180deg); }
        .cif-header__bottom .nav-cont .menu:hover > .click_effect:not(.default) {
          color: rgba(var(--theme-color), 1); }
        .cif-header__bottom .nav-cont .menu:hover .hover-menu {
          opacity: 1;
          padding: 25px 20px 0;
          width: 310px;
          height: auto;
          background: #fff;
          overflow: initial;
          position: absolute;
          top: 45px;
          left: 50%;
          z-index: 5; }
      .cif-header__bottom .nav-cont .hover-menu {
        opacity: 0;
        padding: 0;
        width: 1px;
        height: 1px;
        background: transparent;
        overflow: hidden;
        -webkit-transition: opacity 0.3s, top 0.3s;
        -o-transition: opacity 0.3s, top 0.3s;
        transition: opacity 0.3s, top 0.3s;
        position: fixed;
        top: 100px;
        left: 0;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        z-index: -1;
        -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .cif-header__bottom .nav-cont .hover-menu::before {
          content: '';
          position: absolute;
          width: 300px;
          height: 17px;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          top: -17px;
          background: transparent; }
        .cif-header__bottom .nav-cont .hover-menu::after {
          content: '';
          position: absolute;
          top: -6px;
          left: calc(50% - 8px);
          width: 10px;
          height: 10px;
          border-top: 2px solid #ebeced;
          border-right: 2px solid #ebeced;
          -webkit-transform: translateX(-50%) rotate(-45deg);
              -ms-transform: translateX(-50%) rotate(-45deg);
                  transform: translateX(-50%) rotate(-45deg);
          background-color: #fff; }
        .cif-header__bottom .nav-cont .hover-menu .menu-module {
          padding-top: 25px;
          margin-bottom: 12px;
          border-top: 1px solid #EBECED; }
          .cif-header__bottom .nav-cont .hover-menu .menu-module:first-child {
            padding-top: 0;
            border-top: none; }
          .cif-header__bottom .nav-cont .hover-menu .menu-module:last-child {
            margin-bottom: 12px; }
          .cif-header__bottom .nav-cont .hover-menu .menu-module .title {
            font-weight: bold;
            font-size: 14px;
            color: #333;
            margin-bottom: 13px; }
          .cif-header__bottom .nav-cont .hover-menu .menu-module .menu-cont {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
          .cif-header__bottom .nav-cont .hover-menu .menu-module .menu-item {
            -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;
            width: 85px;
            font-size: 14px;
            color: #666;
            white-space: nowrap;
            overflow: hidden;
            -o-text-overflow: ellipsis;
               text-overflow: ellipsis;
            cursor: pointer;
            margin-bottom: 13px;
            margin-right: 7px;
            padding: 0; }
            .cif-header__bottom .nav-cont .hover-menu .menu-module .menu-item.more {
              color: #999; }
              .cif-header__bottom .nav-cont .hover-menu .menu-module .menu-item.more:hover {
                text-decoration: none !important; }
            .cif-header__bottom .nav-cont .hover-menu .menu-module .menu-item:nth-child(3n) {
              margin-right: 0; }
            .cif-header__bottom .nav-cont .hover-menu .menu-module .menu-item:not(.default):hover {
              color: rgba(var(--theme-color), 1); }
            .cif-header__bottom .nav-cont .hover-menu .menu-module .menu-item img {
              -ms-flex-negative: 0;
                  flex-shrink: 0;
              width: 34px;
              height: 34px;
              margin-right: 10px;
              -webkit-border-radius: 3px;
                      border-radius: 3px; }
            .cif-header__bottom .nav-cont .hover-menu .menu-module .menu-item span {
              white-space: nowrap;
              overflow: hidden;
              -o-text-overflow: ellipsis;
                 text-overflow: ellipsis; }
          .cif-header__bottom .nav-cont .hover-menu .menu-module.IMG_TEXT {
            margin-bottom: 9px; }
            .cif-header__bottom .nav-cont .hover-menu .menu-module.IMG_TEXT .menu-item {
              width: 115px;
              margin-right: 40px;
              margin-bottom: 16px; }
              .cif-header__bottom .nav-cont .hover-menu .menu-module.IMG_TEXT .menu-item:nth-child(3n) {
                margin-right: 40px; }
              .cif-header__bottom .nav-cont .hover-menu .menu-module.IMG_TEXT .menu-item:nth-child(2n) {
                margin-right: 0; }
        .cif-header__bottom .nav-cont .hover-menu .bottom {
          border-top: 1px solid #EBECED;
          padding-top: 20px;
          padding-bottom: 25px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .cif-header__bottom .nav-cont .hover-menu .bottom .bottom-btn {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            width: 140px;
            height: 36px;
            line-height: 34px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            -webkit-border-radius: 2px 2px 2px 2px;
                    border-radius: 2px 2px 2px 2px;
            border: 1px solid rgba(var(--theme-color), 1);
            text-align: center;
            cursor: pointer;
            font-size: 14px;
            color: rgba(var(--theme-color), 1);
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
            .cif-header__bottom .nav-cont .hover-menu .bottom .bottom-btn:not(.default):hover {
              background: rgba(var(--theme-color), 1);
              color: #fff; }
          .cif-header__bottom .nav-cont .hover-menu .bottom.multi .bottom-btn {
            width: 120px; }
            .cif-header__bottom .nav-cont .hover-menu .bottom.multi .bottom-btn + .bottom-btn {
              margin-left: 20px; }
    .cif-header__bottom .search-box {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-left: 10px;
      margin-right: 20px;
      height: 34px;
      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;
      border: 1px solid rgba(var(--theme-color), 0.5);
      -webkit-border-radius: 17px;
              border-radius: 17px;
      overflow: hidden; }
      .cif-header__bottom .search-box .search-input {
        border: none;
        line-height: 34px;
        padding: 0 12px; }
      .cif-header__bottom .search-box .search-btn {
        width: 60px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        -webkit-border-radius: 15px;
                border-radius: 15px;
        margin-right: 2px; }
  .cif-header__member_login {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 20px;
    cursor: pointer;
    font-size: 0; }
    .cif-header__member_login img {
      width: auto;
      max-width: 92px;
      height: 26px; }
  .cif-header__login {
    margin-left: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .cif-header__login .not-login {
      position: relative;
      font-size: 16px;
      color: #333; }
      .cif-header__login .not-login > span {
        cursor: pointer; }
        .cif-header__login .not-login > span:hover {
          color: rgba(var(--theme-color), 1); }
    .cif-header__login .is-login {
      position: relative;
      width: 44px;
      height: 44px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 1px solid rgba(var(--theme-color), 0.5);
      -webkit-border-radius: 50%;
              border-radius: 50%; }
      .cif-header__login .is-login > .userHeadImg {
        width: 40px;
        height: 40px;
        -webkit-border-radius: 50%;
                border-radius: 50%; }
      .cif-header__login .is-login:hover .cif-header__hoverbox {
        position: absolute;
        width: 281px;
        height: auto;
        overflow: initial;
        opacity: 1;
        top: 56px;
        left: 50%;
        z-index: 2; }
        .cif-header__login .is-login:hover .cif-header__hoverbox.is-notlogin {
          width: 231px; }
    .cif-header__login .cif-header__hoverbox {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-bottom: 0px;
      position: fixed;
      width: 1px;
      height: 1px;
      top: 100px;
      left: 0;
      line-height: 30px;
      opacity: 0;
      overflow: hidden;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      -webkit-transition: opacity 0.3s, top 0.3s;
      -o-transition: opacity 0.3s, top 0.3s;
      transition: opacity 0.3s, top 0.3s;
      background-color: #fff;
      -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
      z-index: -1; }
      .cif-header__login .cif-header__hoverbox::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 18px;
        top: -16px;
        left: 0; }
      .cif-header__login .cif-header__hoverbox::after {
        content: "";
        position: absolute;
        left: 50%;
        top: -7px;
        width: 13px;
        height: 13px;
        margin-left: -7px;
        border-top: 2px solid #ebeced;
        border-left: 2px solid #ebeced;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        background-color: #fff; }
      .cif-header__login .cif-header__hoverbox .cif-link:hover {
        color: rgba(var(--theme-color), 1) !important; }
      .cif-header__login .cif-header__hoverbox:not(.is-user) .sec {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 21px 20px 0; }
        .cif-header__login .cif-header__hoverbox:not(.is-user) .sec:first-child {
          padding: 26px 20px 0; }
        .cif-header__login .cif-header__hoverbox:not(.is-user) .sec::after {
          content: "";
          display: block;
          width: 100%;
          height: 0;
          clear: both; }
      .cif-header__login .cif-header__hoverbox:not(.is-user) .sec-tit {
        text-indent: 5px;
        font-size: 14px;
        color: #333;
        font-weight: bold;
        line-height: 20px;
        margin-bottom: 15px; }
      .cif-header__login .cif-header__hoverbox:not(.is-user) .sec-cont {
        border-bottom: 1px solid #ebeced;
        padding-bottom: 8px; }
        .cif-header__login .cif-header__hoverbox:not(.is-user) .sec-cont::after {
          content: "";
          display: block;
          width: 100%;
          height: 0;
          clear: both; }
        .cif-header__login .cif-header__hoverbox:not(.is-user) .sec-cont.is-column2 > .item {
          width: 50%; }
      .cif-header__login .cif-header__hoverbox:not(.is-user) .item {
        text-indent: 5px;
        float: left;
        width: 33%;
        margin-bottom: 15px;
        line-height: 16px;
        font-size: 14px;
        color: #666; }
        .cif-header__login .cif-header__hoverbox:not(.is-user) .item:nth-child(3n) {
          width: 34%; }
      .cif-header__login .cif-header__hoverbox:not(.is-user) .sec-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 20px 0; }
        .cif-header__login .cif-header__hoverbox:not(.is-user) .sec-btn .cif-btn {
          width: 130px;
          height: 35px;
          -webkit-border-radius: 3px;
                  border-radius: 3px;
          line-height: 33px; }
          .cif-header__login .cif-header__hoverbox:not(.is-user) .sec-btn .cif-btn + .cif-btn {
            margin-left: 10px; }
      .cif-header__login .cif-header__hoverbox:not(.is-user) > .cif-btn {
        display: block;
        margin: 20px auto;
        width: 140px;
        height: 35px;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        line-height: 33px; }
      .cif-header__login .cif-header__hoverbox:not(.is-user).is-baibao {
        padding: 0 20px; }
        .cif-header__login .cif-header__hoverbox:not(.is-user).is-baibao .sec {
          padding: 20px 0 0; }
        .cif-header__login .cif-header__hoverbox:not(.is-user).is-baibao .item {
          float: left;
          position: relative;
          width: 50%;
          height: 34px;
          padding: 11px 0 11px 44px;
          text-align: left;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          display: block;
          font-size: 14px;
          color: #666; }
        .cif-header__login .cif-header__hoverbox:not(.is-user).is-baibao img {
          width: 34px;
          height: 34px;
          -webkit-border-radius: 4px;
                  border-radius: 4px; }
      .cif-header__login .cif-header__hoverbox:not(.is-user).is-yuke {
        width: 90px; }
        .cif-header__login .cif-header__hoverbox:not(.is-user).is-yuke .sec {
          width: 100%;
          padding: 20px 0; }
        .cif-header__login .cif-header__hoverbox:not(.is-user).is-yuke .item {
          width: 100%;
          height: 30px;
          line-height: 30px;
          text-align: center;
          margin: 0;
          overflow: hidden;
          white-space: nowrap;
          -o-text-overflow: ellipsis;
             text-overflow: ellipsis;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding: 0 10px; }
      .cif-header__login .cif-header__hoverbox.is-user {
        border-top-color: #fbe1c2;
        margin-left: -102px; }
        .cif-header__login .cif-header__hoverbox.is-user::after {
          left: 243px;
          border-bottom-color: #fbe1c2;
          background: #fbe1c2; }
        .cif-header__login .cif-header__hoverbox.is-user .item {
          display: block;
          color: #666; }
          .cif-header__login .cif-header__hoverbox.is-user .item.is-half {
            width: 50%; }
            .cif-header__login .cif-header__hoverbox.is-user .item.is-half:nth-child(2n) {
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              padding-left: 15px; }
        .cif-header__login .cif-header__hoverbox.is-user .item-group {
          width: 234px;
          margin: 0 auto;
          padding: 12px 0;
          text-align: center; }
          .cif-header__login .cif-header__hoverbox.is-user .item-group + .item-group {
            border-top: 1px solid #ebeced; }
      .cif-header__login .cif-header__hoverbox.is-observer::after {
        background: #bbe5ff !important; }
      .cif-header__login .cif-header__hoverbox.is-observer .cif-header__userinfo {
        position: relative;
        background: -webkit-gradient(linear, left top, left bottom, from(#bae5ff), to(#f3faff));
        background: -webkit-linear-gradient(top, #bae5ff, #f3faff);
        background: -o-linear-gradient(top, #bae5ff, #f3faff);
        background: linear-gradient(180deg, #bae5ff, #f3faff); }
      .cif-header__login .cif-header__hoverbox.is-observer .vip-card {
        background: -webkit-linear-gradient(190deg, #127bc3, rgba(18, 128, 196, 0.6));
        background: -o-linear-gradient(190deg, #127bc3, rgba(18, 128, 196, 0.6));
        background: linear-gradient(260deg, #127bc3, rgba(18, 128, 196, 0.6)); }
        .cif-header__login .cif-header__hoverbox.is-observer .vip-card .tit {
          font-size: 14px;
          color: #ffffff;
          position: relative; }
        .cif-header__login .cif-header__hoverbox.is-observer .vip-card .desc {
          font-size: 12px;
          color: #ffffff; }
        .cif-header__login .cif-header__hoverbox.is-observer .vip-card .cif-btn {
          background: #ffffff;
          border: none;
          color: #127bc3; }
      .cif-header__login .cif-header__hoverbox.is-observer-identity .cif-header__userinfo {
        position: relative;
        background: -webkit-gradient(linear, left top, left bottom, from(#bae5ff), to(#f3faff));
        background: -webkit-linear-gradient(top, #bae5ff, #f3faff);
        background: -o-linear-gradient(top, #bae5ff, #f3faff);
        background: linear-gradient(180deg, #bae5ff, #f3faff); }
      .cif-header__login .cif-header__hoverbox.is-observer-identity::before {
        content: "v";
        width: 16px;
        height: 16px;
        background: -webkit-gradient(linear, left bottom, left top, from(#ff940c), to(#ff7103));
        background: -webkit-linear-gradient(bottom, #ff940c, #ff7103);
        background: -o-linear-gradient(bottom, #ff940c, #ff7103);
        background: linear-gradient(0deg, #ff940c, #ff7103);
        -webkit-border-radius: 56%;
                border-radius: 56%;
        position: absolute;
        color: white;
        text-align: center;
        line-height: 13px;
        left: 36px;
        top: 52px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        font-size: 13px;
        border: 1px solid white;
        z-index: 6; }
      .cif-header__login .cif-header__hoverbox.is-observer-identity::after {
        background: #bbe5ff !important; }
      .cif-header__login .cif-header__hoverbox.is-observer-identity .vip-card {
        background: -webkit-linear-gradient(190deg, #127bc3, rgba(18, 128, 196, 0.6));
        background: -o-linear-gradient(190deg, #127bc3, rgba(18, 128, 196, 0.6));
        background: linear-gradient(260deg, #127bc3, rgba(18, 128, 196, 0.6)); }
        .cif-header__login .cif-header__hoverbox.is-observer-identity .vip-card .tit {
          font-size: 14px;
          color: #ffffff;
          padding-left: 23px;
          position: relative; }
          .cif-header__login .cif-header__hoverbox.is-observer-identity .vip-card .tit::before {
            content: "v";
            width: 16px;
            height: 16px;
            background: -webkit-gradient(linear, left bottom, left top, from(#ff940c), to(#ff7103));
            background: -webkit-linear-gradient(bottom, #ff940c, #ff7103);
            background: -o-linear-gradient(bottom, #ff940c, #ff7103);
            background: linear-gradient(0deg, #ff940c, #ff7103);
            -webkit-border-radius: 56%;
                    border-radius: 56%;
            position: absolute;
            color: white;
            text-align: center;
            line-height: 15px;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            font-size: 13px; }
        .cif-header__login .cif-header__hoverbox.is-observer-identity .vip-card .desc {
          font-size: 12px;
          color: #ffffff; }
        .cif-header__login .cif-header__hoverbox.is-observer-identity .vip-card .cif-btn {
          background: #ffffff;
          border: none;
          color: #127bc3; }
    .cif-header__login .cif-header__common {
      color: #333;
      padding: 26px 30px;
      line-height: normal; }
      .cif-header__login .cif-header__common .tit {
        color: #999;
        font-size: 14px;
        text-align: center; }
      .cif-header__login .cif-header__common .cont {
        margin-top: 16px;
        line-height: 24px; }
        .cif-header__login .cif-header__common .cont .cont_item {
          margin-top: 18px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .cif-header__login .cif-header__common .cont .cont_item img {
            width: 20px;
            height: 20px;
            margin-right: 14px;
            -ms-flex-negative: 0;
                flex-shrink: 0; }
          .cif-header__login .cif-header__common .cont .cont_item .selectedIconPath {
            display: none; }
          .cif-header__login .cif-header__common .cont .cont_item:hover .selectedIconPath {
            display: inline-block; }
          .cif-header__login .cif-header__common .cont .cont_item:hover .iconPath {
            display: none; }
      .cif-header__login .cif-header__common .btn {
        margin-top: 24px;
        position: relative; }
        .cif-header__login .cif-header__common .btn::after {
          content: "";
          display: block;
          width: 164px;
          height: 56px;
          background-image: url("https://img.cifnews.com/dev/20210914/3be06a13a42947679aa5ad8a713f9760.png");
          -webkit-background-size: 100% 100%;
                  background-size: 100%;
          background-repeat: no-repeat;
          position: absolute;
          top: 10px;
          left: 3px;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          opacity: 0; }
        .cif-header__login .cif-header__common .btn:hover {
          -webkit-animation-play-state: paused;
                  animation-play-state: paused; }
          .cif-header__login .cif-header__common .btn:hover::after {
            opacity: 1; }
        .cif-header__login .cif-header__common .btn .cif-btn {
          width: 100%;
          height: 40px;
          line-height: 40px;
          -webkit-border-radius: 20px;
                  border-radius: 20px;
          background: -webkit-gradient(linear, left top, left bottom, from(#efdecb), to(#ecb896));
          background: -webkit-linear-gradient(top, #efdecb 0%, #ecb896 100%);
          background: -o-linear-gradient(top, #efdecb 0%, #ecb896 100%);
          background: linear-gradient(180deg, #efdecb 0%, #ecb896 100%);
          padding: 0;
          border: 0;
          position: relative;
          z-index: 1; }
    .cif-header__login .cif-header__userinfo {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%;
      padding: 20px 11px;
      background: -webkit-gradient(linear, left top, left bottom, from(#fbe1c2), to(#fef6ed));
      background: -webkit-linear-gradient(top, #fbe1c2, #fef6ed);
      background: -o-linear-gradient(top, #fbe1c2, #fef6ed);
      background: linear-gradient(180deg, #fbe1c2, #fef6ed); }
      .cif-header__login .cif-header__userinfo .cif-imgbox {
        float: left;
        width: 40px;
        height: 40px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        overflow: hidden; }
        .cif-header__login .cif-header__userinfo .cif-imgbox img {
          width: 100%;
          height: 100%; }
      .cif-header__login .cif-header__userinfo .name {
        float: left;
        max-width: 120px;
        font-size: 14px;
        color: #333;
        font-weight: bold;
        margin-left: 13px; }
      .cif-header__login .cif-header__userinfo .icon {
        width: 16px;
        height: 16px;
        display: inline-block;
        vertical-align: middle; }
      .cif-header__login .cif-header__userinfo .vip-card {
        width: 260px;
        height: 56px;
        background: -webkit-gradient(linear, right top, left top, from(#464664), to(#1e1c36));
        background: -webkit-linear-gradient(right, #464664 0%, #1e1c36 100%);
        background: -o-linear-gradient(right, #464664 0%, #1e1c36 100%);
        background: linear-gradient(270deg, #464664 0%, #1e1c36 100%);
        -webkit-border-radius: 4px 4px 0px 0px;
                border-radius: 4px 4px 0px 0px;
        margin-top: 11px; }
        .cif-header__login .cif-header__userinfo .vip-card .cont {
          margin-top: 6px;
          float: left;
          width: 166px;
          margin-left: 13px;
          line-height: 22px;
          text-align: left; }
        .cif-header__login .cif-header__userinfo .vip-card .tit {
          font-size: 14px;
          color: #d69b76; }
        .cif-header__login .cif-header__userinfo .vip-card .desc {
          font-size: 12px;
          color: #999; }
        .cif-header__login .cif-header__userinfo .vip-card .cif-btn {
          float: right;
          width: 68px;
          height: 28px;
          line-height: 28px;
          -webkit-border-radius: 35px;
                  border-radius: 35px;
          font-size: 14px;
          margin-top: 13px;
          margin-right: 10px;
          border: 1px solid rgba(0, 0, 0, 0);
          background: -webkit-gradient(linear, left top, left bottom, from(#efdecb), to(#ecb896));
          background: -webkit-linear-gradient(top, #efdecb 0%, #ecb896 100%);
          background: -o-linear-gradient(top, #efdecb 0%, #ecb896 100%);
          background: linear-gradient(180deg, #efdecb 0%, #ecb896 100%);
          color: #5f330d;
          text-align: center; }
      .cif-header__login .cif-header__userinfo .logout {
        float: right;
        color: #666;
        font-size: 14px;
        line-height: 40px;
        cursor: pointer; }
    .cif-header__login #notlogin .item-notlogin__box--fixed {
      padding: 0 13px; }
    .cif-header__login #notlogin .cif-header__hoverbox .btn .cif-btn__notlogin--fixed {
      background: -webkit-gradient(linear, left top, right top, from(#fe9c23), to(#ff810b));
      background: -webkit-linear-gradient(left, #fe9c23 0%, #ff810b 100%);
      background: -o-linear-gradient(left, #fe9c23 0%, #ff810b 100%);
      background: linear-gradient(90deg, #fe9c23 0%, #ff810b 100%); }
    .cif-header__login .btn-member {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 18px; }
    .cif-header__login .btn-member__txt {
      color: #ff6600; }
      .cif-header__login .btn-member__txt:hover {
        color: #ff8739; }
      .cif-header__login .btn-member__txt:hover + .btn-member__icon {
        background: url(https://img.cifnews.com/dev/20220110/783e1b5ca7954301a1557325832ac531.png) no-repeat;
        -webkit-background-size: 100% 100%;
                background-size: 100% 100%; }
    .cif-header__login .btn-member__icon {
      position: relative;
      top: 1px;
      left: 6px;
      width: 6px;
      height: 10px;
      background: url(https://img.cifnews.com/dev/20220110/aed87a09d88c49c6ae5acabbf0bb1d74.png) no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%; }
    .cif-header__login #islogin .cif-header__member--tips {
      font-size: 12px;
      font-family: MicrosoftYaHei;
      color: #ff6600;
      font-weight: normal;
      text-align: left;
      cursor: pointer; }
      .cif-header__login #islogin .cif-header__member--tips:hover {
        color: #ff8739; }
      .cif-header__login #islogin .cif-header__member--tips:hover > .cif-header__member--icon {
        background: url(https://img.cifnews.com/dev/20220110/783e1b5ca7954301a1557325832ac531.png) no-repeat;
        -webkit-background-size: 100% 100%;
                background-size: 100% 100%; }
    .cif-header__login .cif-header__name--box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 40px;
      line-height: normal !important; }
    .cif-header__login .cif-header__member--icon {
      display: inline-block;
      position: relative;
      top: 1px;
      left: 6px;
      width: 4px;
      height: 10px;
      background: url(https://img.cifnews.com/dev/20220110/aed87a09d88c49c6ae5acabbf0bb1d74.png) no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%; }
    .cif-header__login .item-member__status--icon {
      position: absolute;
      top: -24px;
      right: -48px;
      width: 72px;
      height: 36px;
      background: url(https://img.cifnews.com/dev/20220111/ec84dccde42648928e7f8e7e5406cab4.png) no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%;
      z-index: 10;
      -webkit-transform-origin: left bottom;
          -ms-transform-origin: left bottom;
              transform-origin: left bottom;
      -webkit-animation: actionShake 2s ease-out;
      animation: actionShake 2s ease-out;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }
    .cif-header__login #islogin .userHeadImg-box {
      height: 40px;
      width: 40px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background-repeat: no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%;
      top: -8px;
      border: 1px solid #ffb27f; }
    .cif-header__login #islogin .user-headimg__box--fixed {
      width: 38px;
      height: 38px;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      margin: auto; }
    .cif-header__login .cif-btn__status--hover:hover {
      opacity: 0.8; }
    .cif-header__login #islogin .header-fixed {
      position: relative; }
    .cif-header__login #notlogin .item-notlogin__box--fixed {
      padding: 0 13px; }
    .cif-header__login #notlogin .cif-header__hoverbox .btn .cif-btn__notlogin--fixed {
      background: -webkit-gradient(linear, left top, right top, from(#fe9c23), to(#ff810b));
      background: -webkit-linear-gradient(left, #fe9c23 0%, #ff810b 100%);
      background: -o-linear-gradient(left, #fe9c23 0%, #ff810b 100%);
      background: linear-gradient(90deg, #fe9c23 0%, #ff810b 100%); }
    .cif-header__login #islogin .cif-header__name--block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .cif-header__login #islogin .cif-header__userinfo .cif-header__name--block img[class^="icon"] {
      margin-left: 4px; }

@-webkit-keyframes actionShake {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  25% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  75% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); } }

@keyframes actionShake {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  25% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  75% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); } }

.cif-section.is-propaganda {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 0;
  margin-top: 0;
  margin-bottom: 16px;
  box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.03)
  }
  .cif-section.is-propaganda.propaganda-community {
    border: 1px solid #EAEAEA; }
    .cif-section.is-propaganda.propaganda-community .propaganda-community__head {
      padding: 0;
      margin: 0 20px; }
      .cif-section.is-propaganda.propaganda-community .propaganda-community__head .swiper-slide {
        max-width: 80px;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis; }
        .cif-section.is-propaganda.propaganda-community .propaganda-community__head .swiper-slide.active::before {
          background: rgba(var(--theme-color), 1); }
      .cif-section.is-propaganda.propaganda-community .propaganda-community__head .swiper-btn:hover {
        background: rgba(var(--theme-color), 1);
        border-color: rgba(var(--theme-color), 1); }
    .cif-section.is-propaganda.propaganda-community .propaganda-community__box {
      padding-bottom: 22px; }
      .cif-section.is-propaganda.propaganda-community .propaganda-community__box .box-item .item-center .title {
        max-width: unset; }
        .cif-section.is-propaganda.propaganda-community .propaganda-community__box .box-item .item-center .title:not(.default):hover {
          color: rgba(var(--theme-color), 1); }
      .cif-section.is-propaganda.propaganda-community .propaganda-community__box .box-item .item-center .desc {
        max-width: unset; }
      .cif-section.is-propaganda.propaganda-community .propaganda-community__box .box-item .item-btn {
        -webkit-border-radius: 14px;
                border-radius: 14px;
        border: 1px solid rgba(var(--theme-color), 0.5);
        color: rgba(var(--theme-color), 1);
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-left: 25px; }
        .cif-section.is-propaganda.propaganda-community .propaganda-community__box .box-item .item-btn:hover {
          background: rgba(var(--theme-color), 1);
          color: #fff; }
  .cif-section.is-propaganda .swiper-pagination {
    bottom: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .cif-section.is-propaganda .swiper-pagination .swiper-pagination-bullet {
      width: 8px;
      height: 4px;
      background: rgba(var(--theme-color), 1);
      -webkit-border-radius: 2.5px;
              border-radius: 2.5px;
      opacity: 0.5;
      margin: 0 2px; }
    .cif-section.is-propaganda .swiper-pagination .swiper-pagination-bullet-active {
      width: 18px;
      opacity: 1; }
  .cif-section.is-propaganda .cif-section__head {
    border-bottom: 1px solid #F2F2F2;
    padding: 0;
    margin: 0 20px;
    line-height: 50px;
    width: auto;
    font-weight: bold;
    font-size: 16px;
    color: #333; }
    .cif-section.is-propaganda .cif-section__head .more {
      font-size: 12px;
      font-weight: normal;
      line-height: normal;
      margin-top: 17px; }
      .cif-section.is-propaganda .cif-section__head .more:not(.default):hover {
        color: rgba(var(--theme-color), 1); }
  .cif-section.is-propaganda .cif-section__cont {
    -webkit-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px; }
    .cif-section.is-propaganda .cif-section__cont .img-block {
      width: 100%;
      height: auto;
      overflow: hidden;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      font-size: 0; }
      .cif-section.is-propaganda .cif-section__cont .img-block img {
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .cif-section.is-propaganda .cif-section__cont .img-block img:hover {
          -webkit-transform: scale(1.2);
              -ms-transform: scale(1.2);
                  transform: scale(1.2); }

.cif-module {
  background: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.03);
  margin-bottom: 20px}
  .cif-module__head {
    height: 50px;
    border-bottom: 1px solid #EBECED;
    padding: 0 20px 0 30px;
    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; }
    .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: 10px; }
      .cif-module__head--left.mr0 {
        margin-right: 0; }
      .cif-module__head--left img {
        width: 26px;
        height: 26px;
        margin-right: 10px; }
    .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.highlight {
        font-weight: bold;
        color: rgba(var(--theme-color), 1); }
      .cif-module__head--right:not(.default):hover {
        color: rgba(var(--theme-color), 1); }
      .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.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-module__head .tabs-cont .tabs-arrow {
        width: 30px;
        height: 100%;
        line-height: 48px;
        font-size: 20px;
        text-align: center;
        background: #fff;
        color: rgba(var(--theme-color), 1);
        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(var(--theme-color), 0.08);
          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: rgba(var(--theme-color), 1); }
      .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;
      padding-left: 30px; }
      .cif-module__head .tabs .tab {
        height: 50px;
        line-height: 50px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 30px;
        cursor: pointer;
        color: #666;
        font-size: 16px;
        position: relative; }
        .cif-module__head .tabs .tab:last-child {
          margin-right: 0; }
        .cif-module__head .tabs .tab.on {
          color: rgba(var(--theme-color), 1); }
          .cif-module__head .tabs .tab.on::after {
            content: '';
            width: 20px;
            height: 4px;
            background: rgba(var(--theme-color), 1);
            position: absolute;
            bottom: 0;
            left: calc(50% - 10px); }
  .cif-module__cont .info_item {
    padding: 15px;
    width: 255px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    margin-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .cif-module__cont .info_item:hover {
      background: #F2F4F6; }
    .cif-module__cont .info_item .info_item_type {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 56px;
      height: 64px;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%; }
    .cif-module__cont .info_item .info_item_box {
      margin-left: 20px; }
      .cif-module__cont .info_item .info_item_box .info_item_text {
        font-weight: bold;
        color: #666;
        font-size: 14px; }
      .cif-module__cont .info_item .info_item_box .info_item_time {
        margin-top: 15px;
        font-size: 12px;
        color: #999; }
  .cif-module__cont .column-item-hover {
    display: none;
    cursor: default;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: calc(100% + 8px);
    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-module__cont .column-item-hover.is-img {
      padding: 20px 23px; }
      .cif-module__cont .column-item-hover.is-img .hover-desc {
        margin-bottom: 10px;
        text-align: center; }
    .cif-module__cont .column-item-hover::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 9px;
      left: 0;
      top: -9px;
      background: transparent; }
    .cif-module__cont .column-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-module__cont .column-item-hover.is-hover-top {
      top: unset;
      bottom: calc(100% + 8px); }
      .cif-module__cont .column-item-hover.is-hover-top::before {
        top: unset;
        bottom: -9px; }
      .cif-module__cont .column-item-hover.is-hover-top::after {
        top: unset;
        bottom: -8px;
        border-bottom: none;
        border-top: 8px solid rgba(0, 0, 0, 0.8); }
    .cif-module__cont .column-item-hover .hover-desc {
      line-height: 22px;
      font-size: 14px;
      color: #fff;
      white-space: pre-wrap; }
    .cif-module__cont .column-item-hover .hover-img {
      width: 140px;
      height: 140px;
      margin: 0 auto;
      -webkit-border-radius: 8px;
              border-radius: 8px;
      overflow: hidden; }
      .cif-module__cont .column-item-hover .hover-img img {
        width: 100%;
        height: 100%;
        -webkit-border-radius: unset;
                border-radius: unset;
        margin: 0; }
  .cif-module .no-data {
    text-align: center;
    padding: 60px 0; }
    .cif-module .no-data img {
      width: 106px;
      height: 160px;
      margin: 0 auto; }
    .cif-module .no-data .no-data-text {
      text-align: center;
      color: #999;
      font-size: 14px;
      margin-top: 10px; }

.cif-module-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px; }
  .cif-module-category:first-child {
    margin-top: 20px; }
  .cif-module-category__tit {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
    width: 100px;
    margin-right: 12px;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: rgba(var(--theme-color), 1);
    font-size: 14px; }
    .cif-module-category__tit .tit {
      max-width: 84px;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; }
  .cif-module-category__cont {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .cif-module-category__cont .imgtext-item {
      width: 144px;
      height: 20px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 33px;
      margin-bottom: 20px;
      cursor: pointer;
      position: relative; }
      .cif-module-category__cont .imgtext-item:nth-child(6n) {
        margin-right: 0; }
      .cif-module-category__cont .imgtext-item:hover .column-item-hover {
        display: block; }
      .cif-module-category__cont .imgtext-item:not(.default):hover .text {
        color: rgba(var(--theme-color), 1); }
      .cif-module-category__cont .imgtext-item img {
        width: 20px;
        height: 20px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 12px;
        -webkit-border-radius: 50%;
                border-radius: 50%; }
      .cif-module-category__cont .imgtext-item .text {
        font-size: 14px;
        color: #333;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis; }

.cif-middle-imgtext {
  width: 380px;
  height: 76px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px 10px 10px;
  margin-bottom: 10px;
  margin-right: 6px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative; }
  .cif-middle-imgtext:nth-child(3n) {
    margin-right: 0; }
  .cif-middle-imgtext:hover .column-item-hover {
    display: block; }
  .cif-middle-imgtext:not(.default):hover {
    background: #F2F5FA; }
    .cif-middle-imgtext:not(.default):hover .center .title:hover {
      color: rgba(var(--theme-color), 1); }
    .cif-middle-imgtext:not(.default):hover .right .item-btn:hover {
      background: rgba(var(--theme-color), 1);
      border-color: rgba(var(--theme-color), 1);
      color: #fff; }
  .cif-middle-imgtext.has-hover:hover {
    background: #F2F5FA; }
  .cif-middle-imgtext .img-box {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 56px;
    height: 56px;
    margin-right: 16px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    overflow: hidden; }
    .cif-middle-imgtext .img-box img {
      width: 100%;
      height: 100%; }
  .cif-middle-imgtext .center {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 4px; }
    .cif-middle-imgtext .center .title {
      font-weight: bold;
      font-size: 14px;
      color: #333;
	  padding: 0;
      margin-bottom: 12px; }
    .cif-middle-imgtext .center .desc {
      font-size: 12px;
      color: #999; }
      .cif-middle-imgtext .center .desc.highlight {
        color: #FF8739; }
    .cif-middle-imgtext .center .title-badge {
      display: inline-block;
      width: auto;
      height: 16px;
      line-height: 16px;
      text-align: center;
      background: #FE5F52;
      font-weight: normal;
      font-size: 12px;
      color: #fff;
      -webkit-border-radius: 0px 8px 8px 8px;
              border-radius: 0px 8px 8px 8px;
      padding: 0 5px;
      white-space: nowrap;
      margin-right: 4px; }
      .cif-middle-imgtext .center .title-badge.hot {
        background: #FE5F52; }
      .cif-middle-imgtext .center .title-badge.new {
        background: #3FB0F7; }
      .cif-middle-imgtext .center .title-badge.up {
        background: #FF7E07; }
  .cif-middle-imgtext .right {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 34px; }
    .cif-middle-imgtext .right .item-btn {
      width: 60px;
      height: 30px;
      -webkit-border-radius: 15px;
              border-radius: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 1px solid rgba(var(--theme-color), 0.5);
      font-size: 14px;
      color: rgba(var(--theme-color), 1);
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }

.cif-sidebar .site__subscribe {
  position: absolute;
  top: -110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 100px; }
  .cif-sidebar .site__subscribe .subscribe-btn {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-border-radius: 30px;
            border-radius: 30px;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100%; }
    .cif-sidebar .site__subscribe .subscribe-btn.cifnews_status_off_show {
      background-image: url(https://img.cifnews.com/dev/20230526/d0be237150c7405bb0243d1160c9891b.png);
      -webkit-box-shadow: 0px 2px 4px 1px rgba(250, 3, 80, 0.3);
              box-shadow: 0px 2px 4px 1px rgba(250, 3, 80, 0.3); }
    .cif-sidebar .site__subscribe .subscribe-btn.cifnews_status_on_show {
      background-image: url(https://img.cifnews.com/dev/20230526/ce82ab3bf8ce424a828ed8b8f1633241.png);
      -webkit-box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.1);
      cursor: default; }
  .cif-sidebar .site__subscribe .site__subscribe__tip {
    position: absolute;
    width: 186px;
    height: auto;
    right: 78px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.1);
    padding: 16px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
    display: none; }
    .cif-sidebar .site__subscribe .site__subscribe__tip::before {
      content: '';
      position: absolute;
      top: 50%;
      right: -6px;
      width: 10px;
      height: 10px;
      border-top: 2px solid #ebeced;
      border-right: 2px solid #ebeced;
      -webkit-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
      background-color: #fff; }
    .cif-sidebar .site__subscribe .site__subscribe__tip .tip-tit {
      font-weight: bold;
      font-size: 14px;
      color: rgba(var(--theme-color), 1);
      line-height: 22px; }
    .cif-sidebar .site__subscribe .site__subscribe__tip .tip-desc {
      margin-top: 5px;
      font-size: 12px;
      color: #666;
      line-height: 18px; }

.cif-banner {
  position: relative; }
  .cif-banner .cif-subscribe-btn {
    position: absolute;
    top: 58px;
    left: calc(50% - 280px); }

.cif-subscribe-btn {
  width: 78px;
  position: relative; }
  .cif-subscribe-btn .subscribe-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .cif-subscribe-btn .subscribe-btn .iconfont {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 4px; }
  .cif-subscribe-btn.is-type1 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 30px;
	line-height: 30px;
    margin-left: 20px; }
    .cif-subscribe-btn.is-type1 .subscribe-btn {
      background: #fff;
      border: 1px solid #E8E8E8;
      color: rgba(var(--theme-color), 1);
      -webkit-border-radius: 15px;
              border-radius: 15px; }
      .cif-subscribe-btn.is-type1 .subscribe-btn.cifnews_status_off_show:hover {
        color: #fff;
        background: rgba(var(--theme-color), 1);
        border-color: rgba(var(--theme-color), 1); }
      .cif-subscribe-btn.is-type1 .subscribe-btn.cifnews_status_on_show {
        color: #999;
        cursor: default;
        background: #E8E8E8; }
  .cif-subscribe-btn.is-type2 {
    height: 38px; }
    .cif-subscribe-btn.is-type2 .subscribe-btn {
      background: rgba(var(--theme-color), 1);
      color: #fff;
      -webkit-border-radius: 19px;
              border-radius: 19px; }
      .cif-subscribe-btn.is-type2 .subscribe-btn.cifnews_status_off_show:hover {
        opacity: 0.8; }
      .cif-subscribe-btn.is-type2 .subscribe-btn.cifnews_status_on_show {
        background: #fff;
        color: #999;
        cursor: default; }
  .cif-subscribe-btn__tip {
    position: absolute;
    width: auto;
    height: 32px;
    line-height: 32px;
    left: 0;
    top: -42px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    display: none; }
    .cif-subscribe-btn__tip::before {
      content: '';
      position: absolute;
      left: 20px;
      bottom: -6.5px;
      width: 0;
      height: 0;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 7px solid rgba(0, 0, 0, 0.5); }

.cif-footer {
  width: 100%;
  height: auto;
  min-height: 200px;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #404347; }
  .cif-footer__cont {
    width: 1200px;
    margin: 0 auto; }
  .cif-footer__head {
    padding: 10px 0;
    font-weight: bold;
    font-size: 16px;
    color: #FF602F;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2); }
  .cif-footer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 1px; }
    .cif-footer__body .blogroll-item {
      cursor: pointer;
      font-size: 14px;
      color: #fff;
      margin-top: 15px;
      margin-right: 20px; }
      .cif-footer__body .blogroll-item:hover {
        color: rgba(var(--theme-color), 1); }

.cif-themeIndex {
  position: relative;
  width: 220px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  text-align: center;
  background: #f2f4f6;
  margin-left: 30px;
  -webkit-border-radius: 5px;
          border-radius: 5px; }
  .cif-themeIndex:nth-child(n + 5) {
    margin-top: 30px; }
  .cif-themeIndex:nth-child(4n + 1) {
    margin-left: 0; }
  .cif-themeIndex__image {
    width: 90px;
    height: 90px;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    margin: 0 auto;
    background-color: #fff;
    -webkit-border-radius: 10px;
            border-radius: 10px; }
    .cif-themeIndex__image img {
      width: 100%;
      height: 100%; }
  .cif-themeIndex__title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 14px; }
  .cif-themeIndex__describe {
    font-size: 12px;
    line-height: 24px;
    margin-top: 5px;
    color: #999; }
    .cif-themeIndex__describe span {
      color: #ff6600; }
  .cif-themeIndex__btn {
    margin-top: 24px; }

.cif-poptip.cif-layer {
  margin: 0; }

.cif-poptip .layui-layer-content {
  text-align: center;
  font-size: 16px;
  color: #666;
  overflow-y: auto !important; }

.cif-poptip .tip-img {
  padding-bottom: 20px; }

.cif-poptip .cif-subscribe-recommend {
  padding-top: 20px; }

.cif-subscribe-recommend {
  padding: 26px 47px 40px; }
  .cif-subscribe-recommend__head {
    padding-top: 26px;
    border-top: 1px solid #e8e8e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 14px; }
    .cif-subscribe-recommend__head .title {
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: #666666; }
    .cif-subscribe-recommend__head .more {
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #ff6600; }
  .cif-subscribe-recommend__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start; }

.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-btn.is-attentioned {
  color: #999;
  border: #eaeaea;
  background: #eaeaea; }

.cif-article {
  position: relative;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #f2f2f2; }
  .cif-article:last-child {
    border-bottom: none; }
  .cif-article::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both; }
  .cif-article--nopic .cif-article__cont {
    min-height: 95px;
    margin-left: 0;
    padding-top: 0; }
  .cif-article--nopic .cif-article__tit {
    line-height: 30px; }
  .cif-article--nopic .cif-article__desc {
    margin-top: 10px; }
  .cif-article__hint {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 8px;
    height: 18px;
    padding-top: 1px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    z-index: 1;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4); }
  .cif-article__imgbox {
    float: left;
    width: 260px;
    height: 150px;
    margin-right: -100%;
    -webkit-border-radius: 3px;
            border-radius: 3px; }
    .cif-article__imgbox img {
      width: 100%;
      height: 100%; }
  .cif-article__body {
    float: left;
    width: 100%; }
  .cif-article__cont {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 285px;
    min-height: 150px;
    padding-top: 4px; }
  .cif-article__tit {
    font-size: 18px;
    line-height: 30px;
    color: #333; }
  .cif-article__desc {
    margin-top: 11px;
    font-size: 14px;
    color: #999; }
  .cif-article__binfo {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    line-height: 30px; }
    .cif-article__binfo.is-options {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: -5px;
      overflow: hidden;
      padding-top: 5px;
      padding-right: 3px;
      position: relative; }
      .cif-article__binfo.is-options::after {
        content: '';
        width: 100%;
        height: 5px;
        position: absolute;
        background: #fff;
        display: block;
        left: 0;
        bottom: 0; }
      .cif-article__binfo.is-options .info__label {
        height: 26px;
        line-height: 26px;
        -webkit-border-radius: 13px;
                border-radius: 13px;
        padding: 0 15px;
        border: 1px solid #EBECED;
        background: #F2F4F6;
        font-size: 12px;
        color: #666;
        margin: 5px;
        cursor: pointer;
        position: relative; }
        .cif-article__binfo.is-options .info__label:hover {
          color: #ff6600;
          border-color: #ff6600;
          background: #FEF4EB; }
        .cif-article__binfo.is-options .info__label[data-label="zuire"]::after, .cif-article__binfo.is-options .info__label[data-label="zuixin"]::after {
          content: '';
          width: 21px;
          height: 22px;
          display: block;
          -webkit-background-size: 100% 100%;
                  background-size: 100%;
          background-repeat: no-repeat;
          position: absolute;
          top: -10px;
          right: -8px;
          image-rendering: -webkit-optimize-contrast; }
        .cif-article__binfo.is-options .info__label[data-label="zuixin"]::after {
          background-image: url("https://img.cifnews.com/dev/20220426/01e8201ea30a499c8bdf25281371e3a2.png"); }
        .cif-article__binfo.is-options .info__label[data-label="zuire"]::after {
          background-image: url("https://img.cifnews.com/dev/20220426/c61abe6b1a9e4a519ed0ded57eae1bc5.png"); }
  .cif-article__user {
    display: inline-block;
    margin-right: 20px;
    color: #999; }
    .cif-article__user .cif-imgbox {
      display: inline-block;
      width: 30px;
      height: 30px;
      margin-right: 5px;
      vertical-align: middle;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      border: 1px solid #ebeced; }
    .cif-article__user .name {
      display: inline-block;
      max-width: 90px;
      color: #999;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap;
      vertical-align: middle; }
    .cif-article__user span {
      display: inline-block;
      font-size: 12px;
      color: #999;
      vertical-align: middle; }
  .cif-article__tag {
    display: inline-block;
    margin-right: 20px;
    line-height: 16px; }
    .cif-article__tag .iconfont {
      display: inline;
      font-size: 14px;
      color: #ccc;
      vertical-align: middle; }
    .cif-article__tag .text {
      display: inline-block;
      font-size: 12px;
      color: #999;
      margin-right: 5px;
      max-width: 75px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap;
      vertical-align: middle; }
  .cif-article__info_bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    color: #999;
    overflow: hidden; }
    .cif-article__info_bottom span {
      font-size: 12px;
      color: #999; }
    .cif-article__info_bottom .sign-color {
      color: #ff6600;
      padding-right: 10px;
      margin-right: 10px;
      border-right: 1px solid #dfdfdf;
      cursor: pointer;
      line-height: 12px;
      display: inline-block; }
    .cif-article__info_bottom .float-right {
      float: right; }

body {
  background: #F2F5FA; }
  body .cif-link:hover {
    color: rgba(var(--theme-color), 1) !important; }

.cif-body__cont {
  width: 1200px;
  margin: 0 auto;
  padding-top: 16px; }

.cif-slide {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 340px;
  position: relative; }
  .cif-slide__gagd {
    position: absolute;
    left: -100px;
    top: 0;
    width: 100px;
    height: 100%; }
    .cif-slide__gagd[data-cifnews-block-index="2"] {
      left: unset;
      right: -100px; }
    .cif-slide__gagd .cif-imgbox {
      width: 100%;
      height: 100%; }
  .cif-slide__left {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 604px;
    height: 100%;
    margin-right: 12px;
    position: relative; }
    .cif-slide__left:hover .swiper-btn {
      display: block; }
    .cif-slide__left .swiper-container {
      height: 100%; }
    .cif-slide__left .swiper-slide {
      cursor: pointer;
      width: 604px;
      height: 100%; }
      .cif-slide__left .swiper-slide img {
        width: 100%;
        height: 100%; }
      .cif-slide__left .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__left .swiper-slide .img-title.pr {
          padding-right: 134px; }
    .cif-slide__left .swiper-pagination {
      bottom: 13px;
      text-align: right;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .cif-slide__left .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__left .swiper-pagination .swiper-pagination-bullet:last-child {
          margin-right: 0; }
      .cif-slide__left .swiper-pagination .swiper-pagination-bullet-active {
        width: 18px;
        opacity: 1; }
    .cif-slide__left .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-repeat: no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%;
      z-index: 2; }
      .cif-slide__left .swiper-btn.swiper-prev {
        left: -12px;
        background-image: url(https://img.cifnews.com/dev/20230207/1cf2eb4f645c42dda18799b22dc6e918.png); }
      .cif-slide__left .swiper-btn.swiper-next {
        right: -12px;
        background-image: url(https://img.cifnews.com/dev/20230207/8e06fc1c516a4a58bf9efdb37c3b687f.png); }
  .cif-slide__right {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
    .cif-slide__right--left {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 292px;
      margin-right: 12px; }
      .cif-slide__right--left .cif-imgbox {
        cursor: pointer;
        width: 100%;
        height: 164px;
        display: block;
        overflow: hidden;
        margin-bottom: 12px; }
        .cif-slide__right--left .cif-imgbox:last-child {
          margin-bottom: 0; }
        .cif-slide__right--left .cif-imgbox img {
          width: 100%;
          height: 100%; }
    .cif-slide__right--right {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 280px;
      height: 100%;
      background: #fff; }
      .cif-slide__right--right .cif-imgbox {
        width: 100%;
        height: 210px;
        overflow: hidden;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        cursor: pointer; }
        .cif-slide__right--right .cif-imgbox img {
          width: 100%;
          height: 100%; }
      .cif-slide__right--right .placeholder {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 20px;
        height: 4px;
        background: rgba(var(--theme-color), 1);
        margin: 20px 0 12px 12px; }
      .cif-slide__right--right .img-title {
        margin: 0 12px 12px;
        font-weight: bold;
        font-size: 16px;
        color: #333;
        cursor: pointer; }
        .cif-slide__right--right .img-title:hover {
          color: rgba(var(--theme-color), 1); }
      .cif-slide__right--right .img-desc {
        margin: 0 12px;
        line-height: 24px;
        font-size: 14px;
        color: #999;
        white-space: pre-wrap; }
      .cif-slide__right--right .information {
        overflow: hidden; }
        .cif-slide__right--right .information .information_head {
          height: 50px;
          border: 1px solid #fff;
          border-bottom: 1px solid #E8E8E8;
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--theme-color), 0.05)), to(rgba(var(--theme-color), 0)));
          background: -webkit-linear-gradient(top, rgba(var(--theme-color), 0.05) 0%, rgba(var(--theme-color), 0) 100%);
          background: -o-linear-gradient(top, rgba(var(--theme-color), 0.05) 0%, rgba(var(--theme-color), 0) 100%);
          background: linear-gradient(180deg, rgba(var(--theme-color), 0.05) 0%, rgba(var(--theme-color), 0) 100%);
          padding: 0 20px 0 15px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .cif-slide__right--right .information .information_head .left {
            width: 40px;
            height: 20px;
            background-image: url(https://img.cifnews.com/dev/20230607/b58d94f700e04baea48eaa73d7358fd7.png);
            background-repeat: no-repeat;
            -webkit-background-size: 100% 100%;
                    background-size: 100% 100%; }
          .cif-slide__right--right .information .information_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-slide__right--right .information .information_head .right:not(.default):hover {
              color: rgba(var(--theme-color), 1); }
            .cif-slide__right--right .information .information_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-slide__right--right .information .information_cont {
          padding: 20px 18px 1px 12px;
          overflow: hidden; }
          .cif-slide__right--right .information .information_cont .information-item {
            display: block;
            position: relative;
            margin-bottom: 23.5px;
            padding-left: 20px; }
            .cif-slide__right--right .information .information_cont .information-item .iconfont {
              position: absolute;
              left: 0;
              top: 2.5px;
              font-size: 14px;
              color: rgba(var(--theme-color), 1); }
            .cif-slide__right--right .information .information_cont .information-item .title {
              font-size: 14px;
              color: #333; }
              .cif-slide__right--right .information .information_cont .information-item .title:hover {
                color: rgba(var(--theme-color), 1); }
            .cif-slide__right--right .information .information_cont .information-item .time {
              margin-top: 8px;
              font-size: 12px;
              color: #999; }

.cif-module.fill-width {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0; }
  .cif-module.fill-width .cif-module__head {
    display: none !important; }
  .cif-module.fill-width .column-cont.cif-img-column {
    padding: 0 !important; }
    .cif-module.fill-width .column-cont.cif-img-column .is-img-2 .img-item {
      width: calc((100% - 16px) / 2); }
    .cif-module.fill-width .column-cont.cif-img-column .is-img-3 .img-item {
      width: calc((100% - 30px) / 3); }
    .cif-module.fill-width .column-cont.cif-img-column .is-img-4 .img-item {
      width: calc((100% - 48px) / 4); }

.cif-module__head--left.grow1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
.group1 { position: relative !important; height: auto !important}
.group2 { position: relative !important; height: auto !important}
.group3 { position: relative !important; height: auto !important}
.cif-module__cont {
  padding: 1px 0;
  position: relative !important;
  height: auto !important
  }
  .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: rgba(var(--theme-color), 1);
      -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-weight: bold;
    font-size: 20px;
    color: #999;
    z-index: 12; }
    .cif-module__cont .swiper-prev:hover, .cif-module__cont .swiper-next:hover {
      color: #fff;
      background: rgba(var(--theme-color), 1); }
    .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__cont .middle-imgtext-cont {
    margin: 0 0 0 20px;
    padding: 20px 0 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .cif-module__cont .cif-btn.list-more {
    display: block;
    margin: 20px auto 0;
    width: 120px;
    height: 38px;
    line-height: 38px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background: #fff;
    color: rgba(var(--theme-color), 1);
    border: 1px solid rgba(var(--theme-color), 1); }
    .cif-module__cont .cif-btn.list-more:not(.default):hover {
      color: #fff;
      background: rgba(var(--theme-color), 1); }

.cif-module.cif-listbox .cif-section__cont {
  padding-bottom: 20px; }

.cif-module .no-data {
  text-align: center;
  padding: 60px 0; }
  .cif-module .no-data img {
    width: 106px;
    height: 160px;
    margin: 0 auto; }
  .cif-module .no-data .no-data-text {
    text-align: center;
    color: #999;
    font-size: 14px;
    margin-top: 10px; }

.cif-module .column-cont {
  padding: 20px 30px;
  /********** 左右结构 *************/
  /********** 上下结构 *************/ }
  .cif-module .column-cont .img-text-item-default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .cif-module .column-cont .img-text-item-default:hover .column-item-hover {
      display: block; }
    .cif-module .column-cont .img-text-item-default .img-text-item-img {
      width: 50px;
      height: 50px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      overflow: hidden; }
      .cif-module .column-cont .img-text-item-default .img-text-item-img img {
        width: 100%;
        height: 100%;
        -webkit-border-radius: 50%;
                border-radius: 50%; }
    .cif-module .column-cont .img-text-item-default .img-text-item-body {
      margin-left: 10px;
      font-size: 14px;
      width: 100%; }
    .cif-module .column-cont .img-text-item-default .img-text-item-title {
      color: #333;
      font-weight: bold; }
    .cif-module .column-cont .img-text-item-default .title-badge {
      display: inline-block;
      width: auto;
      height: 16px;
      line-height: 16px;
      text-align: center;
      background: #FE5F52;
      font-weight: normal;
      font-size: 12px;
      color: #fff;
      -webkit-border-radius: 0px 8px 8px 8px;
              border-radius: 0px 8px 8px 8px;
      padding: 0 5px;
      white-space: nowrap;
      margin-right: 4px; }
      .cif-module .column-cont .img-text-item-default .title-badge.hot {
        background: #FE5F52; }
      .cif-module .column-cont .img-text-item-default .title-badge.new {
        background: #3FB0F7; }
      .cif-module .column-cont .img-text-item-default .title-badge.up {
        background: #FF7E07; }
    .cif-module .column-cont .img-text-item-default .img-text-item-content {
      font-size: 12px;
      color: #999;
      margin-top: 10px; }
      .cif-module .column-cont .img-text-item-default .img-text-item-content.highlight {
        color: #FF8739; }
    .cif-module .column-cont .img-text-item-default .img-text-item-date {
      margin-top: 10px;
      font-size: 12px;
      color: #999; }
    .cif-module .column-cont .img-text-item-default .img-text-item-price {
      margin-top: 25px;
      font-weight: bold;
      font-size: 14px; }
      .cif-module .column-cont .img-text-item-default .img-text-item-price del {
        font-size: 12px;
        color: #aaa;
        margin-left: 5px; }
    .cif-module .column-cont .img-text-item-default .img-text-item-btn {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-left: 10px; }
  .cif-module .column-cont .img-text-item-tb .img-text-item-img {
    width: 100px;
    height: 100px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden; }
    .cif-module .column-cont .img-text-item-tb .img-text-item-img img {
      width: 100%;
      height: 100%; }
  .cif-module .column-cont .img-text-item-tb .img-text-item-body {
    font-size: 14px;
    width: 100%; }
  .cif-module .column-cont .img-text-item-tb .img-text-item-title {
    font-weight: bold;
    margin-top: 16px;
    color: #333; }
  .cif-module .column-cont .img-text-item-tb .img-text-item-content {
    font-size: 12px;
    color: #999;
    margin-top: 8px;
    line-height: 20px; }
  .cif-module .column-cont .img-text-item-tb .img-text-item-date {
    margin-top: 6px;
    font-size: 12px;
    color: #999; }
  .cif-module .column-cont .img-text-item-tb .img-text-item-btn {
    margin-top: 10px; }
  .cif-module .column-cont.module-column-3 .column-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    font-size: 14px;
    margin-top: 30px; }
    .cif-module .column-cont.module-column-3 .column-item:first-child {
      margin-top: 0; }
  .cif-module .column-cont.module-column-3 .column-item-title {
    color: rgba(var(--theme-color), 1);
    width: 90px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .cif-module .column-cont.module-column-3 .column-item-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .cif-module .column-cont.module-column-3 .column-item-content a {
      width: 148px;
      margin-left: 15px;
      color: #666;
      height: 20px;
      line-height: 20px;
      position: relative;
      overflow: initial; }
      .cif-module .column-cont.module-column-3 .column-item-content a:nth-child(n + 8) {
        margin-top: 10px; }
      .cif-module .column-cont.module-column-3 .column-item-content a:nth-child(7n + 1) {
        margin-left: 0px; }
      .cif-module .column-cont.module-column-3 .column-item-content a:hover .column-item-hover {
        display: block; }
      .cif-module .column-cont.module-column-3 .column-item-content a.default:hover {
        color: #666 !important; }
      .cif-module .column-cont.module-column-3 .column-item-content a .text {
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis; }
  .cif-module .column-cont.module-tool {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .cif-module .column-cont.module-tool .img-text-item-tb.tool-item {
      width: 85px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 7px 0px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-left: 20px;
      -webkit-border-radius: 10px;
              border-radius: 10px;
      position: relative; }
      .cif-module .column-cont.module-tool .img-text-item-tb.tool-item .img-text-item-img {
        width: 50px;
        height: 50px; }
        .cif-module .column-cont.module-tool .img-text-item-tb.tool-item .img-text-item-img img {
          -webkit-border-radius: 50%;
                  border-radius: 50%; }
      .cif-module .column-cont.module-tool .img-text-item-tb.tool-item .img-text-item-title {
        text-align: center;
        margin-top: 10px;
        font-weight: normal;
        font-size: 14px; }
      .cif-module .column-cont.module-tool .img-text-item-tb.tool-item:nth-child(11n + 1) {
        margin-left: 0; }
      .cif-module .column-cont.module-tool .img-text-item-tb.tool-item:nth-child(n + 12) {
        margin-top: 20px; }
      .cif-module .column-cont.module-tool .img-text-item-tb.tool-item:hover .column-item-hover {
        display: block; }
      .cif-module .column-cont.module-tool .img-text-item-tb.tool-item:not(.default):hover {
        background: #F2F4F6; }
  .cif-module .column-cont.module-column-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .cif-module .column-cont.module-column-1 .column-item {
      padding: 11px 15px;
      width: 180px;
      border: 1px solid #E8E8E8;
      margin-left: 20px; }
      .cif-module .column-cont.module-column-1 .column-item:nth-child(5n + 1) {
        margin-left: 0; }
      .cif-module .column-cont.module-column-1 .column-item:nth-child(n + 6) {
        margin-top: 20px; }
      .cif-module .column-cont.module-column-1 .column-item:hover {
        -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); }
    .cif-module .column-cont.module-column-1 .img-text-item-default {
      padding-bottom: 10px; }
      .cif-module .column-cont.module-column-1 .img-text-item-default .img-text-item-content {
        margin-top: 5px; }
      .cif-module .column-cont.module-column-1 .img-text-item-default.default .img-text-item-title:hover {
        color: #333 !important; }
    .cif-module .column-cont.module-column-1 .column-item-btn {
      border-top: 1px solid #E8E8E8;
      padding-top: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .cif-module .column-cont.module-column-1 .column-item-btn .btn-item {
        margin: 0 1px;
        display: inline-block;
        padding: 0 5px;
        width: 100%;
        height: 26px;
        text-align: center;
        line-height: 26px;
        color: #999;
        font-size: 14px;
        background: #F4F6F7;
        overflow: hidden;
        -webkit-border-radius: 13px;
                border-radius: 13px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .cif-module .column-cont.module-column-1 .column-item-btn .btn-item:hover {
          background: rgba(var(--theme-color), 1);
          color: #fff; }
        .cif-module .column-cont.module-column-1 .column-item-btn .btn-item + .btn-item {
          margin-left: 10px; }
  .cif-module .column-cont.module-column-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .cif-module .column-cont.module-column-6 .column-item {
      padding: 5px;
      width: 333px;
      margin-left: 55px; }
      .cif-module .column-cont.module-column-6 .column-item:nth-child(3n + 1) {
        margin-left: 0; }
      .cif-module .column-cont.module-column-6 .column-item:nth-child(n + 4) {
        margin-top: 20px; }
    .cif-module .column-cont.module-column-6 .img-text-item-img {
      width: 120px;
      height: 80px; }
      .cif-module .column-cont.module-column-6 .img-text-item-img img {
        -webkit-border-radius: 0;
                border-radius: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .cif-module .column-cont.module-column-6 .img-text-item-img img:hover {
          -webkit-transform: scale(1.2);
              -ms-transform: scale(1.2);
                  transform: scale(1.2); }
    .cif-module .column-cont.module-column-6 .img-text-item-body {
      margin-left: 20px;
      height: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .cif-module .column-cont.module-column-6 .img-text-item-title {
      color: #666; }
  .cif-module .column-cont.module-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .cif-module .column-cont.module-column-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.cif-module .cif-img-block {
  width: 352px;
  height: 244px;
  margin: 30px 12px 30px 30px;
  display: inline-block;
  float: left;
  overflow: hidden;
  -webkit-border-radius: 4px;
          border-radius: 4px; }
  .cif-module .cif-img-block img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .cif-module .cif-img-block img:hover {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }
  .cif-module .cif-img-block + .module-column-5 {
    width: 806px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 30px 10px 30px; }
    .cif-module .cif-img-block + .module-column-5 .cif-flexbox__wrap:nth-child(3n) {
      margin-right: 42px; }
    .cif-module .cif-img-block + .module-column-5 .cif-flexbox__wrap:nth-child(2n) {
      margin-right: 0; }

.cif-module .swiper-box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 30px; }
  .cif-module .swiper-box.theme-cont {
    padding-right: 26px; }
  .cif-module .swiper-box.imgtext-category-cont {
    padding: 20px 0; }
    .cif-module .swiper-box.imgtext-category-cont .swiper-container {
      padding: 0 30px; }

.cif-module .platform-cont {
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

/*****  超出省略 ******/
.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; }

.is-bmp {
  background-image: url("https://img.cifnews.com/dev/20191101/3d288ed53d3b495fb42d78fee82573cd.png"); }

.is-doc {
  background-image: url("https://img.cifnews.com/dev/20191101/7b866ef6ce754ed99ce98a72a523fbd2.png"); }

.is-docx {
  background-image: url("https://img.cifnews.com/dev/20191101/1279235a525a4078830b55ca8a5f2edb.png"); }

.is-exe {
  background-image: url("https://img.cifnews.com/dev/20191101/7165369d3ba54b70bf940d89a64e7957.png"); }

.is-jpg {
  background-image: url("https://img.cifnews.com/dev/20191101/a5aac004c02b4621933677605dbfbb7d.png"); }

.is-md {
  background-image: url("https://img.cifnews.com/dev/20191101/86a173cdc48f41768a5e3f5dab9e8737.png"); }

.is-pdf {
  background-image: url("https://img.cifnews.com/dev/20191101/74bc670c2896460e845e1f8a7afefae2.png"); }

.is-png {
  background-image: url("https://img.cifnews.com/dev/20191101/7c20d3ede2a148949a21b8321f2686ac.png"); }

.is-ppt {
  background-image: url("https://img.cifnews.com/dev/20191101/07014f2d2408430f97514deec00e3a84.png"); }

.is-pptx {
  background-image: url("https://img.cifnews.com/dev/20191101/b5b004c321ec45cbb8755f91f614f12d.png"); }

.is-rar {
  background-image: url("https://img.cifnews.com/dev/20191101/8753af6f1ef24ca2a021eb6cfd1172e3.png"); }

.is-txt {
  background-image: url("https://img.cifnews.com/dev/20191101/81e3ea3a00d74f2b853c4f132bf66efb.png"); }

.is-xls {
  background-image: url("https://img.cifnews.com/dev/20191111/ff226e16f4f1423b9d8308ea3bb5c602.png"); }

.is-xlsm {
  background-image: url("https://img.cifnews.com/dev/20200414/9c2c68e3f7e640bdbca4349766b39512.png"); }

.is-xlsx {
  background-image: url("https://img.cifnews.com/dev/20191111/47964dfd03c0450ca4debdd3f597ebe2.png"); }

.is-xmind {
  background-image: url("https://img.cifnews.com/dev/20191101/34ad0d5637fd4ec6b961c5fd74eb3c6e.png"); }

.is-zip {
  background-image: url("https://img.cifnews.com/dev/20191101/e1bfcdffc428455bb5f5705127355bcb.png"); }

.is-folder {
  background-image: url("https://img.cifnews.com/dev/20200428/2930a4e55baf4692bae5603c80295df0.png"); }

.cif-flexbox__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(33.33% - 28px);
  margin-bottom: 20px !important;
  margin-right: 42px; }
  .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: auto;
    padding: 0 7px;
    height: 20px;
    line-height: 20px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 12px; }
    .cif-flexbox__imgbox .tag.is-type1 {
      background-color: rgba(0, 0, 0, 0.3); }
    .cif-flexbox__imgbox .tag.is-type2 {
      background: #399cf7; }
    .cif-flexbox__imgbox .tag.is-type3 {
      background: #55bc61; }
    .cif-flexbox__imgbox .tag.is-type4 {
      background: #FF000B;
      padding-left: 20px; }
      .cif-flexbox__imgbox .tag.is-type4::before {
        content: "";
        position: absolute;
        background: url(https://static1.cifnews.com/img/live/living.gif) no-repeat;
        width: 10px;
        height: 10px;
        -webkit-background-size: 100% 100%;
                background-size: 100% 100%;
        display: block;
        left: 10px;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .cif-flexbox__imgbox .tag.is-type5 {
      background: rgba(0, 0, 0, 0.3); }
    .cif-flexbox__imgbox .tag.is-type6 {
      background: #FF6600; }
    .cif-flexbox__imgbox .tag.is-type7 {
      background: #55bc61; }
  .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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 212px;
  height: 68px; }
  .cif-flexbox__info .title {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 23px;
    color: #666666;
	padding: 0;
    margin-top: -3px; }
    .cif-flexbox__info .title:hover {
      color: rgba(var(--theme-color), 1); }
  .cif-flexbox__info .desc {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-bottom: -4px;
    line-height: 20px; }
  .cif-flexbox__info .star-info {
    font-size: 12px;
    font-family: Arial;
    font-weight: 400;
    color: #888888;
    margin-top: -10px; }
    .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-ranking-column {
  padding: 15px 0 !important;
  margin: 0 30px;
  position: relative; }
  .cif-ranking-column .swiper-container {
    padding: 5px 0; }

.cif-ranking-category {
  width: 370px;
  height: auto;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  margin-right: 15px;
  background-image: url(https://img.cifnews.com/dev/20230310/da552f03f7b94fb394a53859ca99acb2.png);
  background-repeat: no-repeat;
  -webkit-background-size: 120px 150px;
          background-size: 120px 150px;
  background-position: 100% 100%;
  border: 1px solid #EBECED;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .cif-ranking-category:last-child {
    margin-right: 0; }
  .cif-ranking-category__head {
    border-bottom: 1px solid #EBECED;
    height: 57px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url(https://img.cifnews.com/dev/20230322/196b4396432147c8aab84db5fae625da.png);
    background-repeat: no-repeat;
    -webkit-background-size: 170px 56px;
            background-size: 170px 56px; }
    .cif-ranking-category__head .title {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      font-weight: bold;
      font-size: 16px;
      color: #ff6600;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; }
    .cif-ranking-category__head .head-btn {
      width: auto;
      height: 24px;
      line-height: 24px;
      text-align: center;
      background: -webkit-linear-gradient(350deg, #FE9C23 0%, #FF810B 100%);
      background: -o-linear-gradient(350deg, #FE9C23 0%, #FF810B 100%);
      background: linear-gradient(100deg, #FE9C23 0%, #FF810B 100%);
      -webkit-box-shadow: 0px 2px 4px 1px rgba(255, 102, 0, 0.2);
              box-shadow: 0px 2px 4px 1px rgba(255, 102, 0, 0.2);
      -webkit-border-radius: 12px;
              border-radius: 12px;
      padding: 0 16px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-size: 12px;
      color: #fff;
      cursor: pointer;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .cif-ranking-category__head .head-btn:not(.default):hover {
        opacity: 0.7; }
  .cif-ranking-category__cont {
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 4px 30px 18px 20px; }
    .cif-ranking-category__cont .ranking-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      overflow: hidden;
      margin-top: 17px;
      cursor: pointer;
      font-size: 16px;
      color: #333;
      position: relative;
      height: 32px;
      counter-increment: rank;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 46px; }
      .cif-ranking-category__cont .ranking-item::before {
        content: counter(rank);
        position: absolute;
        left: 0;
        top: 0;
        width: 30px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        font-weight: bold;
        font-size: 24px;
        color: #CCCCCC;
        background-repeat: no-repeat;
        -webkit-background-size: 20px 20px;
                background-size: 20px 20px;
        background-position: 100% 0; }
      .cif-ranking-category__cont .ranking-item:nth-child(1)::before {
        color: #FE5F52;
        background-image: url(https://img.cifnews.com/dev/20230310/8e057038fd10491ba47f9ef65d6c16ee.png); }
      .cif-ranking-category__cont .ranking-item:nth-child(2)::before {
        color: #FF7E07;
        background-image: url(https://img.cifnews.com/dev/20230310/5ab210da546b45fca1bfc0ad9176a990.png); }
      .cif-ranking-category__cont .ranking-item:nth-child(3)::before {
        color: #3FB0F7;
        background-image: url(https://img.cifnews.com/dev/20230310/4b652475a03a466ebaa57dff32f7c8c3.png); }
      .cif-ranking-category__cont .ranking-item:not(.default) .title:hover {
        color: rgba(var(--theme-color), 1); }
      .cif-ranking-category__cont .ranking-item .title {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis; }

.cif-img-column {
  padding-bottom: 5px !important; }
  .cif-img-column__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .cif-img-column__cont .img-item {
      cursor: pointer;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      margin-right: 16px;
      margin-bottom: 15px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .cif-img-column__cont .img-item:last-child {
        margin-right: 0; }
      .cif-img-column__cont .img-item:not(.default):hover {
        -webkit-transform: translateY(-4px);
            -ms-transform: translateY(-4px);
                transform: translateY(-4px); }
    .cif-img-column__cont.is-img-1 .img-item {
      width: 100%;
      height: 100%;
      margin-right: 0; }
    .cif-img-column__cont.is-img-2 .img-item {
      width: 562px;
      height: 100%; }
      .cif-img-column__cont.is-img-2 .img-item:nth-child(2n) {
        margin-right: 0; }
    .cif-img-column__cont.is-img-3 .img-item {
      width: 370px;
      height: 100%;
      margin-right: 15px; }
      .cif-img-column__cont.is-img-3 .img-item:nth-child(3n) {
        margin-right: 0; }
    .cif-img-column__cont.is-img-4 .img-item {
      width: 273px;
      height: 100%; }
      .cif-img-column__cont.is-img-4 .img-item:nth-child(4n) {
        margin-right: 0; }
  .cif-img-column.is-type2 {
    padding-bottom: 0 !important; }
    .cif-img-column.is-type2 .cif-img-column__cont.is-img-1 .img-item {
      width: 100%;
      height: 100%;
      margin-right: 0; }
    .cif-img-column.is-type2 .cif-img-column__cont.is-img-2 .img-item {
      width: 434px;
      height: 100%; }
      .cif-img-column.is-type2 .cif-img-column__cont.is-img-2 .img-item:nth-child(2n) {
        margin-right: 0; }
    .cif-img-column.is-type2 .cif-img-column__cont.is-img-3 .img-item {
      width: 284px;
      height: 100%;
      margin-right: 15px; }
      .cif-img-column.is-type2 .cif-img-column__cont.is-img-3 .img-item:nth-child(3n) {
        margin-right: 0; }
    .cif-img-column.is-type2 .cif-img-column__cont.is-img-4 .img-item {
      width: 209px;
      height: 100%; }
      .cif-img-column.is-type2 .cif-img-column__cont.is-img-4 .img-item:nth-child(4n) {
        margin-right: 0; }

.cif-module-buttons {
  margin-bottom: 20px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .cif-module-buttons__item {
    margin-right: 20px;
    margin-top: 20px;
    position: relative; }
    .cif-module-buttons__item:last-child {
      margin-right: 0; }
    .cif-module-buttons__item:hover .column-item-hover {
      display: block; }
    .cif-module-buttons__item .text {
      width: auto;
      height: 30px;
      line-height: 30px;
      text-align: center;
      padding: 0 20px;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      background: #F2F5FA;
      font-size: 14px;
      color: #333;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .cif-module-buttons__item .text:hover {
        color: #fff;
        background: rgba(var(--theme-color), 1); }

.cif-sidebar {
  width: 60px !important;
  -webkit-border-radius: 30px !important;
          border-radius: 30px !important;
  -webkit-box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.1) !important; }
  .cif-sidebar__item {
    color: #25406E !important; }
    .cif-sidebar__item:hover {
      color: rgba(var(--theme-color), 1) !important; }
    .cif-sidebar__item .hover-shequn, .cif-sidebar__item .hover-effect {
      right: 75px !important; }

.cif-layout-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .cif-layout-part__left {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 884px; }
  .cif-layout-part__right {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 300px;
    margin-left: 16px; }

.cif-module__cont .compined-bag-cont {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 20px 0 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 330px;
  overflow: hidden; }
  .cif-module__cont .compined-bag-cont.no-hidden {
    overflow: initial; }
  .cif-module__cont .compined-bag-cont .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .cif-module__cont .compined-bag-cont .product-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    width: 380px;
    height: 100px;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    margin-right: 60px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .cif-module__cont .compined-bag-cont .product-item:nth-child(2n) {
      margin-right: 40px; }
    .cif-module__cont .compined-bag-cont .product-item:hover {
      background: #F2F5FA; }
    .cif-module__cont .compined-bag-cont .product-item .title {
      font-size: 14px;
      font-weight: bold;
      color: #333;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; }
      .cif-module__cont .compined-bag-cont .product-item .title:hover {
        color: rgba(var(--theme-color), 1); }
      .cif-module__cont .compined-bag-cont .product-item .title .self-support {
        width: 38px;
        height: 17px;
        line-height: 17px;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        text-align: center;
        font-size: 12px;
        color: #fff;
        background: #ff6600;
        display: inline-block;
        margin-right: 2px;
        vertical-align: middle;
        -webkit-transform: translateY(-2px);
            -ms-transform: translateY(-2px);
                transform: translateY(-2px); }
    .cif-module__cont .compined-bag-cont .product-item .img-box {
      overflow: hidden;
      -webkit-border-radius: 8px;
              border-radius: 8px;
      width: 80px;
      height: 80px;
      margin-right: 20px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      cursor: pointer; }
      .cif-module__cont .compined-bag-cont .product-item .img-box img {
        width: 100%;
        height: 100%; }
    .cif-module__cont .compined-bag-cont .product-item .right {
      position: relative;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      overflow: hidden;
      padding-top: 4px; }
    .cif-module__cont .compined-bag-cont .product-item .info {
      cursor: pointer;
      overflow: hidden;
      display: block;
      width: 100%;
      height: 100%; }
    .cif-module__cont .compined-bag-cont .product-item .consult-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 80px;
      height: 30px;
      background: #fff;
      -webkit-border-radius: 15px;
              border-radius: 15px;
      font-size: 14px;
      color: rgba(var(--theme-color), 1);
      border: 1px solid rgba(var(--theme-color), 0.5);
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      cursor: pointer;
      margin-top: 12px;
      position: absolute;
      left: 0;
      top: 24px; }
      .cif-module__cont .compined-bag-cont .product-item .consult-btn:hover {
        color: #fff;
        background: rgba(var(--theme-color), 1);
        border-color: rgba(var(--theme-color), 1); }

.cif-section.is-propaganda .cif-section__cont .nav-menu-cont {
  padding: 10px 20px 4px; }
  .cif-section.is-propaganda .cif-section__cont .nav-menu-cont .nav-module {
    margin-top: 10px; }
    .cif-section.is-propaganda .cif-section__cont .nav-menu-cont .nav-module .nav-tit {
      position: relative;
      padding-left: 13px;
      margin-bottom: 16px;
      font-size: 14px;
      color: rgba(var(--theme-color), 1); }
      .cif-section.is-propaganda .cif-section__cont .nav-menu-cont .nav-module .nav-tit::before {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        left: 0;
        top: calc(50% - 3px);
        background: rgba(var(--theme-color), 1); }
    .cif-section.is-propaganda .cif-section__cont .nav-menu-cont .nav-module .menu-cont {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .cif-section.is-propaganda .cif-section__cont .nav-menu-cont .nav-module .menu-cont .menu-item {
        width: 117px;
        height: 26px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 16px;
        margin-right: 20px;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        font-size: 14px;
        color: #333;
        cursor: pointer; }
        .cif-section.is-propaganda .cif-section__cont .nav-menu-cont .nav-module .menu-cont .menu-item:nth-child(2n) {
          margin-right: 0; }
        .cif-section.is-propaganda .cif-section__cont .nav-menu-cont .nav-module .menu-cont .menu-item img {
          width: 26px;
          height: 26px;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin-right: 10px;
          -webkit-border-radius: 50%;
                  border-radius: 50%; }
        .cif-section.is-propaganda .cif-section__cont .nav-menu-cont .nav-module .menu-cont .menu-item:not(.default):hover {
          color: rgba(var(--theme-color), 1); }

.cif-service-provider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 22px 20px 20px;
  position: relative; }
  .cif-service-provider.pagination {
    padding-bottom: 40px; }
  .cif-service-provider__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer; }
    .cif-service-provider__info .img-box {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 80px;
      height: 80px;
      margin-right: 16px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.08);
              box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.08);
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      overflow: hidden;
      -webkit-border-radius: 8px;
              border-radius: 8px; }
      .cif-service-provider__info .img-box img {
        width: 100%;
        height: auto;
        max-height: 100%; }
    .cif-service-provider__info .right {
      overflow: hidden; }
      .cif-service-provider__info .right .title {
        font-weight: bold;
        font-size: 14px;
        color: #333; }
        .cif-service-provider__info .right .title:hover {
          color: rgba(var(--theme-color), 1); }
      .cif-service-provider__info .right .desc {
        font-size: 14px;
        color: #999;
        line-height: 20px;
        margin-top: 7px; }
  .cif-service-provider__lightspot {
    padding-top: 4px;
    cursor: pointer; }
    .cif-service-provider__lightspot .lightspot {
      position: relative;
      padding-left: 20px;
      margin-top: 16px;
      font-size: 14px;
      color: #333;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; }
      .cif-service-provider__lightspot .lightspot::before {
        content: '';
        position: absolute;
        left: 0;
        top: calc(50% - 4px);
        width: 8px;
        height: 8px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        border: 2px solid rgba(var(--theme-color), 1); }
  .cif-service-provider__btn {
    display: block;
    margin-top: 20px;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    background: #F7F7F7;
    font-size: 14px;
    color: #999;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .cif-service-provider__btn:hover {
      color: #fff;
      background: rgba(var(--theme-color), 1); }

.cif-right-adviser {
  width: 100%;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #fff;
  margin-bottom: 16px;
  padding-bottom: 1px; }
  .cif-right-adviser__head {
    height: 100px;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    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: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer; }
    .cif-right-adviser__head .adviser-img {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 60px;
      height: 60px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 16px;
      border: 2px 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: 16px;
        color: rgba(var(--theme-color), 1);
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis; }
      .cif-right-adviser__head .right .position {
        margin-top: 10px;
        font-size: 14px;
        color: #999;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis; }
  .cif-right-adviser__cont {
    position: relative;
    margin: -10px 20px 20px;
    padding: 22px 12px 15px;
    background: url(https://img.cifnews.com/dev/20230208/9d570568f71b4cd99d57df3001091882.png) no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%; }
    .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: 72px;
        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: 2px;
                border-radius: 2px; }
        .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-right-adviser__cont .dashed {
      padding-top: 5px;
      margin-bottom: 13px;
      border-bottom: 1px dashed #FFDDB4; }
    .cif-right-adviser__cont .quesstion-cont .question-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;
      margin-bottom: 14px; }
      .cif-right-adviser__cont .quesstion-cont .question-head .title {
        position: relative;
        padding-left: 22px;
        font-weight: bold;
        font-size: 14px;
        color: #333;
        background: url(https://img.cifnews.com/dev/20230208/12995adeb49e4130b9f7f322967f95bb.png) no-repeat;
        -webkit-background-size: 16px 16px;
                background-size: 16px 16px;
        background-position: 0 center; }
      .cif-right-adviser__cont .quesstion-cont .question-head .change {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        cursor: pointer;
        font-size: 12px;
        color: #999; }
        .cif-right-adviser__cont .quesstion-cont .question-head .change:hover {
          color: rgba(var(--theme-color), 1); }
        .cif-right-adviser__cont .quesstion-cont .question-head .change .iconfont {
          font-size: 12px;
          margin-right: 3px; }
    .cif-right-adviser__cont .quesstion-cont .question-body {
      min-height: 96px; }
      .cif-right-adviser__cont .quesstion-cont .question-body .question-item {
        font-size: 0;
        margin-bottom: 12px; }
        .cif-right-adviser__cont .quesstion-cont .question-body .question-item:last-child {
          margin-bottom: 0; }
      .cif-right-adviser__cont .quesstion-cont .question-body .question {
        height: 24px;
        line-height: 24px;
        padding: 0 10px;
        -webkit-border-radius: 12px;
                border-radius: 12px;
        background: #FAF0E6;
        font-size: 12px;
        color: #333;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        cursor: pointer;
        display: inline-block;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        max-width: 100%; }
        .cif-right-adviser__cont .quesstion-cont .question-body .question:hover {
          color: rgba(var(--theme-color), 1); }

.cif-faq-answer .cif-layer__cont {
  width: 700px;
  max-height: 500px;
  padding-bottom: 46px; }

.cif-faq-answer .cif-layer__close {
  top: 15px;
  right: 15px; }
  .cif-faq-answer .cif-layer__close .iconfont {
    font-size: 13px; }

.cif-faq-answer .cif-faq-answer-wrap {
  background: #fff4eb;
  width: 640px;
  margin: auto; }

.cif-faq-answer__tit {
  margin-top: 30px;
  text-align: center;
  color: #333;
  font-size: 16px; }
  .cif-faq-answer__tit .icon-chenggong {
    margin-bottom: 17px;
    font-size: 40px;
    color: #57b749; }

.cif-faq-answer__cont {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 640px;
  max-height: 203px;
  margin: 30px auto 0;
  padding: 20px 0 20px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  overflow: auto;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  text-align: left;
  word-break: break-all; }
  .cif-faq-answer__cont::-webkit-scrollbar-thumb {
    background-color: rgba(153, 153, 153, 0.3); }
  .cif-faq-answer__cont .question,
  .cif-faq-answer__cont .answer {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0 30px 0 53px;
    background: 21px 5px/22px 22px no-repeat; }
  .cif-faq-answer__cont .question {
    margin-bottom: 13px;
    background-image: url(//static1.cifnews.com/img/product/icon_q.png);
    color: #ff6600; }
  .cif-faq-answer__cont .answer {
    background-image: url(//static1.cifnews.com/img/product/icon_a.png);
    color: #333; }

.cif-faq-answer__qrcode {
  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: 28px 0 0;
  line-height: 26px;
  font-size: 14px;
  color: #666;
  text-align: left; }
  .cif-faq-answer__qrcode .cif-imgbox {
    width: 122px;
    height: 122px;
    margin-right: 13px; }
  .cif-faq-answer__qrcode .desc b {
    color: #ff6600; }
  .cif-faq-answer__qrcode .cont b {
    color: #ff6600; }

.cif-article {
  border-bottom: none;
  width: auto;
  margin: 0 30px; }
  .cif-article__imgbox {
    width: 214px;
    height: 120px; }
  .cif-article__cont {
    margin-left: 234px;
    min-height: 120px;
    padding-bottom: 26px;
    padding-top: 0; }
  .cif-article__tit {
    white-space: nowrap;
    line-height: 20px; }
  .cif-article__desc {
    display: block;
    margin-top: 10px; }
  .cif-article__user {
    margin-right: 30px; }
    .cif-article__user .cif-imgbox {
      width: 26px;
      height: 26px;
      overflow: hidden; }
    .cif-article__user .name {
      max-width: initial; }
  .cif-article__tag {
    margin-right: 40px; }
  .cif-article__hint {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 8px;
    height: 18px;
    padding-top: 1px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    z-index: 1;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4); }

.cif-top-operation {
  width: 860px;
  background: #ffffff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #f2f2f2;
  margin-top: 30px;
  padding: 30px 29px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.cif-top-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }
  .cif-top-service .default {
    cursor: default !important; }
  .cif-top-service__imgbox {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    cursor: pointer; }
    .cif-top-service__imgbox img {
      width: 100%;
      height: 100%; }
  .cif-top-service__center {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: hidden;
    cursor: pointer; }
    .cif-top-service__center.default .cif-top-service__title:hover {
      color: #333; }
  .cif-top-service__title {
    font-size: 16px;
    color: #333; }
    .cif-top-service__title:hover {
      color: #ff6600; }
  .cif-top-service__desc {
    font-size: 14px;
    color: #999;
    margin-top: 8px; }
  .cif-top-service__btn {
    width: auto;
    height: 30px;
    line-height: 28px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    border: 1px solid #ff6600;
    padding: 0 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 30px;
    font-size: 14px;
    color: #ff6600;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .cif-top-service__btn + .cif-top-service__btn {
      margin-left: 10px; }
    .cif-top-service__btn:hover {
      background: #ff6600;
      color: #fff; }

.cif-gongge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .cif-gongge__big {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 20px;
    background: #f7f9fa;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    width: 390px;
    height: 80px;
    padding: 0 30px 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 20px; }
    .cif-gongge__big:nth-child(2n) {
      margin-right: 0; }
    .cif-gongge__big:hover .center .title {
      color: #ff6600; }
    .cif-gongge__big.default {
      cursor: default; }
      .cif-gongge__big.default:hover .center .title {
        color: #333; }
    .cif-gongge__big .img-box {
      width: 36px;
      height: 36px;
      margin-right: 16px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .cif-gongge__big .img-box img {
        width: 100%;
        height: 100%; }
    .cif-gongge__big .center {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      overflow: hidden; }
      .cif-gongge__big .center .title {
        font-size: 16px;
        color: #333;
        max-width: 240px; }
      .cif-gongge__big .center .desc {
        font-size: 14px;
        color: #999;
        max-width: 252px; }
    .cif-gongge__big .right-arrow {
      margin-left: 18px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      font-size: 14px;
      color: #999; }
  .cif-gongge__small {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 12px;
    height: 40px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background: #f7f9fa;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer; }
    .cif-gongge__small:hover .title {
      color: #ff6600; }
    .cif-gongge__small.default {
      cursor: default; }
      .cif-gongge__small.default:hover .title {
        color: #333; }
    .cif-gongge__small img {
      width: 20px;
      height: 20px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 6px; }
    .cif-gongge__small .title {
      font-size: 16px;
      color: #333; }
  .cif-gongge__bottom {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 225px;
    height: 116px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background: #fafafa;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 26px 0 20px;
    border: 1px solid #fafafa; }
    .cif-gongge__bottom:nth-child(3n) {
      margin-right: 0; }
    .cif-gongge__bottom:hover {
      -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);
      background: #fff;
      border-color: #f2f2f2; }
      .cif-gongge__bottom:hover .center .title {
        color: #ff6600; }
    .cif-gongge__bottom.default {
      cursor: default; }
      .cif-gongge__bottom.default:hover .center .title {
        color: #666; }
    .cif-gongge__bottom .img-box {
      width: 40px;
      height: 40px;
      margin-right: 14px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .cif-gongge__bottom .img-box img {
        width: 100%;
        height: 100%; }
    .cif-gongge__bottom .center {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      overflow: hidden; }
      .cif-gongge__bottom .center .title {
        font-weight: bold;
        font-size: 15px;
        color: #666; }
      .cif-gongge__bottom .center .desc {
        margin-top: 8px;
        font-size: 14px;
        color: #999; }

.cif-bottom-operation {
  width: 100%;
  margin-top: 30px; }

.cif-bottom-longimg {
  cursor: pointer;
  height: 120px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
  display: block; }
  .cif-bottom-longimg.default {
    cursor: default; }
  .cif-bottom-longimg img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .cif-bottom-longimg img:hover {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }

.cif-service-recommend {
  position: relative; }
  .cif-service-recommend .service-swiper-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    color: #ff6600;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2; }
    .cif-service-recommend .service-swiper-btn.is-prev {
      left: -20px; }
    .cif-service-recommend .service-swiper-btn.is-next {
      right: -20px; }
    .cif-service-recommend .service-swiper-btn.swiper-button-disabled {
      display: none; }
    .cif-service-recommend .service-swiper-btn:hover {
      color: #fff;
      background: #ff6600; }
  .cif-service-recommend .swiper-container {
    padding: 20px 0 10px; }
  .cif-service-recommend .service-items {
    width: 273px;
    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-service-recommend .service-items:last-child {
      margin-right: 0; }
  .cif-service-recommend .service-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-service-recommend .service-head.default {
      cursor: initial; }
    .cif-service-recommend .service-head:not(.default) {
      cursor: pointer; }
      .cif-service-recommend .service-head:not(.default) .service-title:hover {
        color: #ff6600; }
    .cif-service-recommend .service-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); }
      .cif-service-recommend .service-head .cif-imgbox img {
        width: 100%;
        height: 100%; }
    .cif-service-recommend .service-head .service-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-service-recommend .service-head .right-arrow {
      width: 20px;
      height: 20px;
      margin-left: 3px; }
  .cif-service-recommend .service-cont {
    height: 132px;
    margin-bottom: 10px;
    overflow: hidden; }
    .cif-service-recommend .service-cont .service-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-service-recommend .service-cont .service-item:last-child {
        margin-bottom: 0; }
      .cif-service-recommend .service-cont .service-item .item-title {
        font-size: 13px;
        color: #333;
        line-height: 18px;
        max-width: 198px; }
        .cif-service-recommend .service-cont .service-item .item-title:hover {
          color: #ff6600; }
      .cif-service-recommend .service-cont .service-item .item-tag {
        width: 28px;
        height: 16px;
        margin-left: 10px;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .cif-service-recommend .service-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-service-recommend .service-btn.default {
      cursor: initial; }
    .cif-service-recommend .service-btn:not(.default):hover {
      cursor: pointer;
      color: #ff6600; }

.cif-theme-item {
  width: 564px;
  height: 272px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 24px 24px 20px;
  background-image: url(https://img.cifnews.com/dev/20230608/61e25bbdb96e4f45b540caa34459ab70.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  margin-right: 16px; }
  .cif-theme-item:last-child {
    margin-right: 0; }
  .cif-theme-item__top {
    height: 60px;
    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; }
    .cif-theme-item__top--left {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .cif-theme-item__top--left .img-box {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 60px;
        height: 60px;
        -webkit-border-radius: 4px;
                border-radius: 4px;
        overflow: hidden;
        margin-right: 20px; }
        .cif-theme-item__top--left .img-box img {
          width: 100%;
          height: 100%; }
      .cif-theme-item__top--left .right {
        overflow: hidden;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        .cif-theme-item__top--left .right .title {
          font-weight: bold;
          font-size: 16px;
          color: #333; }
          .cif-theme-item__top--left .right .title:hover {
            color: rgba(var(--theme-color), 1); }
        .cif-theme-item__top--left .right .desc {
          margin-top: 10px;
          font-size: 14px;
          color: #999; }
    .cif-theme-item__top--right {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-left: 22px; }
      .cif-theme-item__top--right .theme-subscribe {
        width: 78px;
        position: relative;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        height: 30px; }
        .cif-theme-item__top--right .theme-subscribe .subscribe-btn {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%;
          height: 100%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          font-size: 14px;
          cursor: pointer;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          background: #fff;
          border: 1px solid #E8E8E8;
          color: rgba(var(--theme-color), 1);
          -webkit-border-radius: 15px;
                  border-radius: 15px; }
          .cif-theme-item__top--right .theme-subscribe .subscribe-btn.cifnews_status_off:hover {
            color: #fff;
            background: rgba(var(--theme-color), 1);
            border-color: rgba(var(--theme-color), 1); }
          .cif-theme-item__top--right .theme-subscribe .subscribe-btn.cifnews_status_on {
            color: #999;
            background: #E8E8E8; }
          .cif-theme-item__top--right .theme-subscribe .subscribe-btn .iconfont {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            margin-right: 4px; }
  .cif-theme-item__bottom {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; }
    .cif-theme-item__bottom--item {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 166px;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      margin-right: 10px; }
      .cif-theme-item__bottom--item:last-child {
        margin-right: 0; }
      .cif-theme-item__bottom--item .cif-imgbox {
        height: 94px;
        -webkit-border-radius: 2px 2px 0 0;
                border-radius: 2px 2px 0 0;
        position: relative; }
        .cif-theme-item__bottom--item .cif-imgbox .item-tag {
          position: absolute;
          right: 6px;
          top: 6px;
          width: auto;
          padding: 0 7px;
          height: 20px;
          line-height: 20px;
          -webkit-border-radius: 3px;
                  border-radius: 3px;
          color: #fff;
          text-align: center;
          font-size: 12px;
          background: #55bc61; }
          .cif-theme-item__bottom--item .cif-imgbox .item-tag.is-status1 {
            background-color: rgba(0, 0, 0, 0.3); }
          .cif-theme-item__bottom--item .cif-imgbox .item-tag.is-status2 {
            background: #399cf7; }
          .cif-theme-item__bottom--item .cif-imgbox .item-tag.is-status3 {
            background: #55bc61; }
          .cif-theme-item__bottom--item .cif-imgbox .item-tag.is-status4 {
            background: #FF000B;
            padding-left: 20px; }
            .cif-theme-item__bottom--item .cif-imgbox .item-tag.is-status4::before {
              content: "";
              position: absolute;
              background: url(https://static1.cifnews.com/img/live/living.gif) no-repeat;
              width: 10px;
              height: 10px;
              -webkit-background-size: 100% 100%;
                      background-size: 100% 100%;
              display: block;
              left: 10px;
              top: 50%;
              -webkit-transform: translate(-50%, -50%);
                  -ms-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%); }
          .cif-theme-item__bottom--item .cif-imgbox .item-tag.is-status5 {
            background: rgba(0, 0, 0, 0.3); }
          .cif-theme-item__bottom--item .cif-imgbox .item-tag.is-status6 {
            background: #FF6600; }
          .cif-theme-item__bottom--item .cif-imgbox .item-tag.is-status7 {
            background: #55bc61; }
      .cif-theme-item__bottom--item .info {
        padding: 10px;
        -webkit-border-radius: 0 0 2px 2px;
                border-radius: 0 0 2px 2px;
        background: #F2F5FA; }
        .cif-theme-item__bottom--item .info .title {
          font-size: 12px;
          color: #333;
          line-height: 18px;
          height: 36px; }
          .cif-theme-item__bottom--item .info .title:hover {
            color: rgba(var(--theme-color), 1); }

.cif-platform-item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  width: 270px;
  height: 120px;
  margin-right: 20px;
  margin-top: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .cif-platform-item:nth-child(4n) {
    margin-right: 0; }
  .cif-platform-item:nth-child(1), .cif-platform-item:nth-child(2), .cif-platform-item:nth-child(3), .cif-platform-item:nth-child(4) {
    margin-top: 0; }
  .cif-platform-item:hover .cif-platform-item__top {
    border-top-color: rgba(var(--theme-color), 1);
    -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); }
  .cif-platform-item:hover .cif-platform-item__bottom {
    -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);
    padding-bottom: 20px;
    height: auto;
    z-index: 5; }
    .cif-platform-item:hover .cif-platform-item__bottom .menu-item {
      height: auto; }
      .cif-platform-item:hover .cif-platform-item__bottom .menu-item.is-fullline {
        padding-top: 10px;
        padding-bottom: 10px; }
  .cif-platform-item__top {
    -webkit-border-radius: 2px 2px 0 0;
            border-radius: 2px 2px 0 0;
    border: 1px solid #E8E8E8;
    border-bottom: none;
    padding: 10px 20px 10px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .cif-platform-item__top .img-box {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 50px;
      height: 50px;
      margin-right: 10px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      overflow: hidden; }
      .cif-platform-item__top .img-box img {
        width: 100%;
        height: 100%; }
    .cif-platform-item__top .right {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      overflow: hidden; }
      .cif-platform-item__top .right .title {
        font-weight: bold;
        font-size: 14px;
        color: #333; }
        .cif-platform-item__top .right .title:hover {
          color: rgba(var(--theme-color), 1); }
      .cif-platform-item__top .right .desc {
        margin-top: 4px;
        font-size: 12px;
        color: #999; }
  .cif-platform-item__bottom {
    position: absolute;
    top: 71px;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px 10px;
    overflow: hidden;
    width: 100%;
    height: 49px;
    -webkit-border-radius: 0 0 2px 2px;
            border-radius: 0 0 2px 2px;
    border: 1px solid #E8E8E8;
    border-top: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #fff;
    z-index: 2; }
    .cif-platform-item__bottom::before {
      content: '';
      height: 0;
      width: calc(100% - 30px);
      position: absolute;
      left: 15px;
      top: 0;
      border-top: 1px dashed #E8E8E8; }
    .cif-platform-item__bottom .menu-item {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 114px;
      height: 30px;
      overflow: hidden;
      text-align: center;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      background: #F4F6F7;
      margin-right: 10px;
      margin-top: 16px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 6px 8px 5px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .cif-platform-item__bottom .menu-item:nth-child(2n) {
        margin-right: 0; }
      .cif-platform-item__bottom .menu-item:nth-child(1), .cif-platform-item__bottom .menu-item:nth-child(2) {
        margin-top: 10px; }
      .cif-platform-item__bottom .menu-item.is-fullline {
        text-align: left;
        width: 100%;
        padding: 6px 10px 5px;
        margin-right: 0; }
      .cif-platform-item__bottom .menu-item .title {
        font-size: 14px;
        color: #333; }
        .cif-platform-item__bottom .menu-item .title:hover {
          color: rgba(var(--theme-color), 1); }
      .cif-platform-item__bottom .menu-item .desc {
        margin-top: 5px;
        font-size: 12px;
        color: #999;
        line-height: 18px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }

.cif-imgtext-category-item {
  width: 540px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 17px 16px 20px;
  border: 1px solid #E8E8E8;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  margin-right: 20px;
  position: relative;
  height: 100%;
  overflow: hidden; }
  .cif-imgtext-category-item.minHeight {
    min-height: 369px; }
  .cif-imgtext-category-item.autoHeight {
    height: auto; }
  .cif-imgtext-category-item:last-child {
    margin-right: 0; }
  .cif-imgtext-category-item.is-expand {
    padding-bottom: 51px; }
    .cif-imgtext-category-item.is-expand::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 51px;
      left: 0;
      bottom: 0;
      background: #fff;
      z-index: 1; }
  .cif-imgtext-category-item.is-fold {
    height: 369px; }
    .cif-imgtext-category-item.is-fold .expand-btn .iconfont {
      -webkit-transform: translateY(2px);
          -ms-transform: translateY(2px);
              transform: translateY(2px); }
  .cif-imgtext-category-item__top {
    height: 60px;
    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;
    padding-bottom: 4px; }
    .cif-imgtext-category-item__top--left {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .cif-imgtext-category-item__top--left:not(.default) .right .title:hover {
        color: rgba(var(--theme-color), 1); }
      .cif-imgtext-category-item__top--left .img-box {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 60px;
        height: 60px;
        -webkit-border-radius: 4px;
                border-radius: 4px;
        overflow: hidden;
        margin-right: 20px; }
        .cif-imgtext-category-item__top--left .img-box img {
          width: 100%;
          height: 100%; }
      .cif-imgtext-category-item__top--left .right {
        overflow: hidden;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        .cif-imgtext-category-item__top--left .right .title {
          font-weight: bold;
          font-size: 16px;
          color: #333; }
        .cif-imgtext-category-item__top--left .right .desc {
          margin-top: 10px;
          font-size: 14px;
          color: #999; }
    .cif-imgtext-category-item__top--right {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .cif-imgtext-category-item__top--right .right-btn {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-left: 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 10px;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        width: 86px;
        height: 30px;
        line-height: 28px;
        text-align: center;
        font-size: 14px;
        color: rgba(var(--theme-color), 1);
        border: 1px solid rgba(var(--theme-color), 0.5);
        -webkit-border-radius: 15px;
                border-radius: 15px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .cif-imgtext-category-item__top--right .right-btn:not(.default):hover {
          background: rgba(var(--theme-color), 1);
          border-color: rgba(var(--theme-color), 1);
          color: #fff; }
  .cif-imgtext-category-item__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .cif-imgtext-category-item__middle .big-grid {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 245px;
      height: 100px;
      margin-top: 16px;
      margin-right: 11px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      background: #F7F9FA; }
      .cif-imgtext-category-item__middle .big-grid:nth-child(2n) {
        margin-right: 0; }
      .cif-imgtext-category-item__middle .big-grid.is-fullline {
        width: 100%; }
      .cif-imgtext-category-item__middle .big-grid:not(.default) .right .title:hover {
        color: rgba(var(--theme-color), 1); }
      .cif-imgtext-category-item__middle .big-grid .img {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 36px;
        height: 36px;
        margin-right: 10px; }
      .cif-imgtext-category-item__middle .big-grid .right {
        overflow: hidden; }
        .cif-imgtext-category-item__middle .big-grid .right .title {
          font-size: 16px;
          color: #333; }
        .cif-imgtext-category-item__middle .big-grid .right .desc {
          margin-top: 5px;
          font-size: 14px;
          color: #999;
          line-height: 21px; }
  .cif-imgtext-category-item__bottom {
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .cif-imgtext-category-item__bottom .small-grid {
      margin-top: 16px;
      margin-right: 10px;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      background: #F7F9FA;
      -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;
      width: auto;
      height: 42px;
      padding: 0 12px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      max-width: 100%; }
      .cif-imgtext-category-item__bottom .small-grid:not(.default) .right .title:hover {
        color: rgba(var(--theme-color), 1); }
      .cif-imgtext-category-item__bottom .small-grid .img {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 20px;
        height: 20px;
        margin-right: 6px; }
      .cif-imgtext-category-item__bottom .small-grid .right {
        overflow: hidden; }
        .cif-imgtext-category-item__bottom .small-grid .right .title {
          font-size: 16px;
          color: #333; }
  .cif-imgtext-category-item .expand-btn {
    position: absolute;
    bottom: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 60px;
    cursor: pointer;
    font-size: 14px;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2; }
    .cif-imgtext-category-item .expand-btn:hover {
      color: rgba(var(--theme-color), 1); }
    .cif-imgtext-category-item .expand-btn .iconfont {
      margin-left: 4px;
      -webkit-transform: rotateZ(180deg);
          -ms-transform: rotate(180deg);
              transform: rotateZ(180deg);
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }


@media (max-width: 800px) {
.cif-module-category__tit.click_effect.default { display: none}
.cif-module__head { padding: 0 12px}
.cif-module-category { padding: 0 12px}
.cif-module__head--left { font-size: 16px}
.cif-module__head .tabs .tab { font-size: 14px}
.cif-module__head .tabs { padding-left: 12px}
.cif-module__head .tabs .tab { margin-right: 12px}
.cif-module-category__cont .imgtext-item { width: 33.33%; margin: 0 0 12px 0}
.cif-module-category__cont .imgtext-item img { margin-right: 8px !important}
.cif-middle-imgtext .center .title { height: 19px; overflow: hidden}
.cif-module__cont .middle-imgtext-cont { padding: 10px 0; margin: 0}
.cif-middle-imgtext { margin-bottom: 0}
.cif-module-buttons { padding: 0 12px}
.cif-module-buttons__item { margin-top: 12px; margin-right: 12px}
.cif-module-buttons__item .text { padding: 0 8px; font-size: 12px}
.cif-module { margin-top: 0 !important; margin-bottom: 12px !important; border-radius: 0 !important}
.cif-middle-imgtext { padding: 12px; margin-right: 0}
.group2 { width: 100% !important}
.cif-module-category__cont .imgtext-item .text { width: calc(100% - 38px)}
}