
.cif-propaganda {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  background: #fff; }
  .cif-propaganda__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .cif-propaganda__image {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    overflow: hidden;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border: 1px solid #E8E8E8; }
    .cif-propaganda__image img {
      width: 100%;
      height: 100%; }
    .cif-propaganda__image--tag {
      position: absolute;
      left: 0;
      top: 0;
      font-size: 12px;
      color: #f676a6;
      background: #FFF0E5;
      padding: 0 7px 4px;
      -webkit-border-radius: 3px 0px 3px 0px;
              border-radius: 3px 0px 3px 0px; }
      .cif-propaganda__image--tag.is-type--2 {
        background: #EEF8EF;
        color: #55BC61; }
      .cif-propaganda__image--tag.is-type--3 {
        background: #E9F5FE;
        color: #299CF7; }
  .cif-propaganda__body {
    margin-left: 25px; }
  .cif-propaganda__title {
    font-size: 16px; }
    .cif-propaganda__title--tag {
      color: #fff;
      background: #f676a6;
      padding: 0px 7px 1px;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      font-size: 12px;
      line-height: 12px;
      vertical-align: top;
      position: relative;
      top: 5px; }
      .cif-propaganda__title--tag.is-type--1 {
        background: #FFF0E5;
        color: #f676a6; }
      .cif-propaganda__title--tag.is-type--2 {
        background: #EEF8EF;
        color: #55BC61; }
      .cif-propaganda__title--tag.is-type--3 {
        background: #E9F5FE;
        color: #299CF7; }
  .cif-propaganda__describe {
    font-size: 14px;
    color: #999;
    margin-top: 5px; }
  .cif-propaganda__btn {
    margin-top: 20px; }
    .cif-propaganda__btn--mini {
      font-size: 12px; }
  .cif-propaganda__price {
    margin-top: 35px;
    font-size: 14px;
    font-weight: bold;
    color: #FC583D; }
    .cif-propaganda__price del, .cif-propaganda__price .price__tag {
      font-size: 12px;
      color: #999;
      font-weight: normal;
      margin-left: 2px; }
  .cif-propaganda__swiper {
    width: 100%; }
    .cif-propaganda__swiper--icon {
      position: absolute;
      width: 20px;
      height: 40px;
      top: 50%;
      margin-top: -18px;
      line-height: 40px;
      color: #fff;
      text-align: center;
      outline: 0;
      cursor: pointer;
      background-color: rgba(0, 0, 0, 0.4);
      z-index: 10; }
      .cif-propaganda__swiper--icon:hover {
        background: #f676a6; }
      .cif-propaganda__swiper--icon.is-left {
        left: 0; }
      .cif-propaganda__swiper--icon.is-right {
        right: 0; }
  .cif-propaganda.is-left--1 .cif-propaganda__item {
    padding: 30px;
    width: 335px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
    .cif-propaganda.is-left--1 .cif-propaganda__item:nth-child(2n) {
      margin-left: 30px; }
    .cif-propaganda.is-left--1 .cif-propaganda__item:hover {
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }
    .cif-propaganda.is-left--1 .cif-propaganda__item.is-image {
      padding: 0; }
      .cif-propaganda.is-left--1 .cif-propaganda__item.is-image img {
        width: 395px;
        height: 160px; }
  .cif-propaganda.is-left--2 .cif-propaganda__item {
    width: 100%; }
  .cif-propaganda.is-left--2 .cif-propaganda__image {
    width: 90px;
    height: 90px; }
  .cif-propaganda.is-left--2 .cif-propaganda__body {
    width: 100%; }
  .cif-propaganda.is-left--2 .cif-propaganda__describe {
    margin-top: 25px;
    line-height: 150%; }
  .cif-propaganda.is-left--2 .cif-propaganda__btn {
    margin-left: 60px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .cif-propaganda.is-left--2 .cif-propaganda__btn--small {
      margin-left: 20px; }
  .cif-propaganda.is-card .cif-propaganda__item {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .cif-propaganda.is-card .cif-propaganda__item.is-col {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .cif-propaganda.is-card .cif-propaganda__item.is-col .cif-propaganda__body {
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin-top: 0px;
        margin-left: 10px; }
      .cif-propaganda.is-card .cif-propaganda__item.is-col .cif-propaganda__describe {
        text-align: left;
        margin-top: 5px; }
      .cif-propaganda.is-card .cif-propaganda__item.is-col .cif-propaganda__price {
        margin-top: 10px;
        text-align: left; }
      .cif-propaganda.is-card .cif-propaganda__item.is-col .cif-btn {
        margin-top: 10px; }
  .cif-propaganda.is-card .cif-propaganda__body {
    width: 100%;
    margin-top: 18px;
    margin-left: 0; }
  .cif-propaganda.is-card .cif-propaganda__title {
    text-align: center;
    font-size: 14px;
    line-height: 22px; }
  .cif-propaganda.is-card .cif-propaganda__describe {
    text-align: center;
    margin-top: 1px; }
  .cif-propaganda.is-card .cif-propaganda__price {
    margin-top: 15px;
    text-align: center; }
  .cif-propaganda.is-card .cif-propaganda__btn {
    width: 94px;
    height: 32px;
    margin: 16px auto 0; }
  .cif-propaganda.is-left--3 {
    background: #F2F4F6;
    position: relative; }
    .cif-propaganda.is-left--3 .cif-propaganda__item {
      width: 253px;
      margin-right: 30px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .cif-propaganda.is-right--1 .cif-propaganda__image {
    width: 80px;
    height: 80px; }
  .cif-propaganda.is-right--1 .cif-propaganda__body {
    margin-left: 15px; }
  .cif-propaganda.is-right--1 .cif-propaganda__title {
    font-size: 14px; }
  .cif-propaganda.is-right--1 .cif-propaganda__describe {
    margin-top: 20px; }
  .cif-propaganda.is-column-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .cif-propaganda.is-column-3 .cif-propaganda__item {
      width: calc(33.3333% - 64px);
      -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
      -webkit-border-radius: 3px;
              border-radius: 3px;
      padding: 30px 25px;
      margin-left: 20px; }
      .cif-propaganda.is-column-3 .cif-propaganda__item:nth-child(3n + 1) {
        margin-left: 0; }
      .cif-propaganda.is-column-3 .cif-propaganda__item:nth-child(n + 4) {
        margin-top: 20px; }
  .cif-propaganda.is-column-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .cif-propaganda.is-column-4 .cif-propaganda__item {
      width: calc(25% - 65px);
      -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
      -webkit-border-radius: 3px;
              border-radius: 3px;
      padding: 30px 25px;
      margin-left: 20px; }
      .cif-propaganda.is-column-4 .cif-propaganda__item:nth-child(4n + 1) {
        margin-left: 0; }
      .cif-propaganda.is-column-4 .cif-propaganda__item:nth-child(n + 5) {
        margin-top: 20px; }
  .cif-propaganda.is-adviser {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .cif-propaganda.is-adviser .cif-propaganda__item {
      width: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 20px 0;
      border-bottom: 1px solid #EBECED; }
      .cif-propaganda.is-adviser .cif-propaganda__item:last-child {
        padding-bottom: 0;
        border-bottom: 0; }
      .cif-propaganda.is-adviser .cif-propaganda__item:first-child {
        padding-top: 0; }
    .cif-propaganda.is-adviser .cif-propaganda__image {
      width: 60px;
      height: 60px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      border: 0; }
    .cif-propaganda.is-adviser .cif-propaganda__body {
      margin-left: 13px; }
    .cif-propaganda.is-adviser .cif-propaganda__btn {
      margin-top: 0;
      margin-left: 60px; }
  .cif-propaganda.is-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .cif-propaganda.is-row .cif-propaganda__item:nth-child(n + 2) {
      margin-top: 30px; }
  .cif-propaganda.is-dialog {
    width: 240px;
    display: none;
    background: #3C4650;
    -webkit-border-radius: 3px;
            border-radius: 3px; }
    .cif-propaganda.is-dialog .cif-propaganda__title {
      color: #fff; }
    .cif-propaganda.is-dialog .cif-propaganda__btn {
      text-align: center; }
  .cif-propaganda.is-cardtype--1 .cif-propaganda__body {
    width: 100%; }
  .cif-propaganda.is-cardtype--1--small {
    width: 98px;
    height: 30px;
    margin: 0 5px; }
  .cif-propaganda.is-cardtype--2 .cif-propaganda__image {
    width: 66px;
    height: 66px; }
  .cif-propaganda.is-cardtype--2 .cif-propaganda__body {
    width: calc(100% - 82px);
    margin-left: 14px;
    margin-top: 0; }
  .cif-propaganda.is-cardtype--2 .cif-propaganda__price {
    margin-top: 25px;
    text-align: left; }
  .cif-propaganda.is-cardtype--2 .cif-propaganda__slogans {
    width: 100%;
    color: #fff;
    font-size: 14px;
    margin-top: 20px; }
    .cif-propaganda.is-cardtype--2 .cif-propaganda__slogans li {
      margin-top: 10px;
      background: url("http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/icon-fuwu.png") no-repeat;
      -webkit-background-size: 13px 13px;
              background-size: 13px 13px;
      background-position: 0 4px;
      padding-left: 21px; }
  .cif-propaganda.is-cardtype--2--small {
    width: 98px;
    height: 30px;
    margin: 0 5px; }
  .cif-propaganda.is-cardtype--3 .cif-propaganda__icon {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden; }
    .cif-propaganda.is-cardtype--3 .cif-propaganda__icon img {
      width: 100%;
      height: 100%; }
  .cif-propaganda.is-cardtype--3 .cif-propaganda__title {
    text-align: left; }
  .cif-propaganda.is-cardtype--3 .cif-propaganda__body {
    margin-top: 7px;
    width: calc(100% - 72px);
    text-align: left;
    margin-left: 12px; }
  .cif-propaganda.is-cardtype--3 .cif-propaganda__image {
    margin-top: 20px; }
  .cif-propaganda.is-cardtype--3 .cif-propaganda__subTitle {
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #fff;
    margin-top: 9px; }
  .cif-propaganda.is-cardtype--3 .cif-propaganda__price {
    margin-top: 9px;
    width: 100%; }
  .cif-propaganda.is-cardtype--3--small {
    width: 98px;
    height: 30px;
    margin: 0 5px; }

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

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

.cif-imgbox {
  display: block;
  position: relative;
  overflow: hidden; }
  .cif-imgbox img {
    position: absolute;
    max-width: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0); }
  .cif-imgbox--round {
    -webkit-border-radius: 50%;
            border-radius: 50%; }
  .cif-imgbox.is-auto img {
    max-width: none; }
  .cif-imgbox--hover img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .cif-imgbox--hover:hover img {
    -webkit-transform: scale(1.2) translate3d(-42%, -42%, 0);
            transform: scale(1.2) translate3d(-42%, -42%, 0); }

.cif-link:hover {
  cursor: pointer;
  color: #f676a6 !important; }

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

.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: 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-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;
    padding-bottom: 32px; }
  .cif-article__tit {
    display: block;
    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;
      height: 76px;
      overflow: hidden;
      padding-top: 5px; }
      .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: #f676a6;
          border-color: #f676a6;
          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("http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/01e8201ea30a499c8bdf25281371e3a2.png"); }
        .cif-article__binfo.is-options .info__label[data-label="zuire"]::after {
          background-image: url("http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/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: #f676a6;
      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; }

.cif-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  line-height: 20px; }
  .cif-list__item {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-left: 15px; }
    .cif-list__item::before {
      content: "";
      position: absolute;
      top: 6px;
      left: 0px;
      width: 4px;
      height: 4px;
      background: #999;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
  .cif-list--rank {
    counter-reset: rank;
    line-height: 40px;
    padding: 1px 20px; }
    .cif-list--rank .cif-list__item {
      counter-increment: rank;
      padding-left: 35px; }
      .cif-list--rank .cif-list__item::before {
        content: "0" counter(rank) "";
        width: 20px;
        height: 20px;
        top: 9px;
        border: 1px solid #999;
        background: transparent;
        -webkit-border-radius: 0;
                border-radius: 0;
        color: #999;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        white-space: nowrap; }
      .cif-list--rank .cif-list__item:nth-child(1)::before {
        color: #fff;
        background: #f676a6;
        border-color: #f676a6; }
      .cif-list--rank .cif-list__item:nth-child(2)::before {
        color: #f676a6;
        border-color: #f676a6; }
      .cif-list--rank .cif-list__item:nth-child(3)::before {
        color: #f676a6;
        border-color: #f676a6; }
      .cif-list--rank .cif-list__item:nth-child(n + 10)::before {
        content: counter(rank); }

.cif-icon.is-live {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/living.gif) no-repeat; }

.cif-live {
  position: relative; }
  .cif-live__flag {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 6px 9px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    z-index: 1; }
    .cif-live__flag.is-flag1 {
      /*预约中*/
      background: #55bc61; }
    .cif-live__flag.is-flag2 {
      /*直播中*/
      background: #fb0000; }
    .cif-live__flag.is-flag3 {
      /*已结束*/
      background: #b2b2b2; }
    .cif-live__flag.is-flag4 {
      /*预约*/
      background: #55bc61; }
    .cif-live__flag.is-flag5 {
      /*可回放*/
      background: #399cf7; }
    .cif-live__flag.is-flag6 {
      /*专题*/
      background: #ff9900; }
    .cif-live__flag.is-status1 {
      /*已结束*/
      background: #b2b2b2; }
    .cif-live__flag.is-status2 {
      /*可回放*/
      background: #399cf7; }
    .cif-live__flag.is-status3 {
      /*预约中*/
      background: #55bc61; }
    .cif-live__flag.is-status4 {
      /*直播中*/
      background: #fb0000; }
    .cif-live__flag.is-status5 {
      /*已取消*/
      background: #b2b2b2; }
    .cif-live__flag.is-status6 {
      /*筹备中*/
      background: #f676a6; }
    .cif-live__flag.is-status7 {
      /*报名中*/
      background: #55BC61; }
    .cif-live__flag.is-type2 {
      top: 6px;
      right: 6px;
      padding: 0 8px 0 10px;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      line-height: 20px;
      font-size: 12px; }
      .cif-live__flag.is-type2 .cif-icon.is-live {
        display: none; }
      .cif-live__flag.is-type2.is-flag2, .cif-live__flag.is-type2.is-status4 {
        padding-left: 20px;
        background-image: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/living.gif);
        background-repeat: no-repeat;
        background-position: 5px center; }
      .cif-live__flag.is-type2.is-flag3, .cif-live__flag.is-type2.is-status1 {
        /*已结束*/
        background: rgba(0, 0, 0, 0.3); }
  .cif-live.is-type1 {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 0;
    width: 100%;
    border-bottom: 1px solid #ebeced;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .cif-live.is-type1 .cif-live__img {
      width: 260px;
      height: 140px;
      margin-right: 25px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .cif-live.is-type1 .cif-live__cont {
      position: relative;
      min-height: 110px;
      padding-bottom: 30px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      min-width: 0; }
    .cif-live.is-type1 .cif-live__tit {
      margin-top: 6px;
      line-height: 28px;
      font-size: 18px;
      font-weight: normal;
      color: #333; }
    .cif-live.is-type1 .cif-live__desc {
      font-size: 14px;
      color: #999;
      line-height: 42px; }
    .cif-live.is-type1 .cif-live__binfo {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 30px;
      font-size: 12px;
      line-height: 30px;
      color: #999;
      cursor: default; }
      .cif-live.is-type1 .cif-live__binfo::after {
        content: "";
        display: block;
        width: 100%;
        height: 0;
        clear: both; }
    .cif-live.is-type1 .cif-live__user {
      float: left;
      height: 30px;
      padding-right: 26px; }
      .cif-live.is-type1 .cif-live__user .cif-imgbox {
        float: left;
        width: 30px;
        height: 30px;
        margin-right: 8px;
        -webkit-border-radius: 50%;
                border-radius: 50%; }
      .cif-live.is-type1 .cif-live__user .name {
        float: left;
        max-width: 130px;
        height: 30px;
        color: #999;
        font-weight: normal;
        font-size: 12px; }
    .cif-live.is-type1 .cif-live__tag {
      display: inline-block;
      margin-right: 20px;
      line-height: 16px; }
      .cif-live.is-type1 .cif-live__tag .iconfont {
        display: inline;
        font-size: 14px;
        color: #ccc;
        vertical-align: bottom; }
      .cif-live.is-type1 .cif-live__tag .text {
        display: inline;
        font-size: 12px;
        color: #999;
        margin-right: 5px; }
  .cif-live.is-type2 {
    display: block; }
    .cif-live.is-type2 .cif-live__img {
      width: 278px;
      height: 156px;
      -webkit-border-radius: 5px;
              border-radius: 5px; }
    .cif-live.is-type2 .cif-live__tit {
      margin-top: 9px;
      font-size: 16px;
      line-height: 24px;
      color: #333; }
    .cif-live.is-type2 .cif-live__desc {
      margin-top: 5px;
      font-size: 12px;
      color: #999; }
    .cif-live.is-type2 .cif-live__binfo {
      margin-top: 12px;
      font-size: 12px;
      color: #999; }
      .cif-live.is-type2 .cif-live__binfo::after {
        content: "";
        display: block;
        width: 100%;
        height: 0;
        clear: both; }
    .cif-live.is-type2 .cif-live__price .sell-price {
      font-weight: bold;
      font-size: 14px;
      color: #fc583d; }
      .cif-live.is-type2 .cif-live__price .sell-price span {
        font-size: 15px; }
      .cif-live.is-type2 .cif-live__price .sell-price.is-free {
        color: #55bc61; }
    .cif-live.is-type2 .cif-live__price del {
      color: #aaa; }
    .cif-live.is-type2:hover .cif-live__tit {
      color: #f676a6; }
  .cif-live.is-type3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 274px;
    height: auto;
    padding: 30px 20px 20px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    border: 1px solid #f2f2f2;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .cif-live.is-type3:not(:nth-child(3n)) {
      margin-right: 20px; }
    .cif-live.is-type3:hover {
      -webkit-transform: translate3d(0, -5px, 0);
              transform: translate3d(0, -5px, 0);
      -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.05); }
      .cif-live.is-type3:hover .cif-live__tit {
        color: #f676a6; }
    .cif-live.is-type3 .cif-live__img {
      width: 100%;
      height: 126px;
      -webkit-border-radius: 5px;
              border-radius: 5px; }
    .cif-live.is-type3 .cif-live__tit {
      margin-top: 11px;
      font-size: 16px;
      line-height: 24px;
      color: #333;
      -webkit-transform: translateZ(0);
              transform: translateZ(0); }
    .cif-live.is-type3 .cif-live__desc {
      margin-top: 10px;
      font-size: 12px;
      color: #999;
      -webkit-transform: translateZ(0);
              transform: translateZ(0); }
      .cif-live.is-type3 .cif-live__desc::after {
        content: "";
        display: block;
        width: 100%;
        height: 0;
        clear: both; }
    .cif-live.is-type3 .cif-live__flag {
      top: 41px;
      right: 30px; }
  .cif-live.is-type4 {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 0;
    width: 100%;
    border-bottom: 1px solid #ebeced;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .cif-live.is-type4 .cif-live__img {
      width: 278px;
      height: 150px;
      margin-right: 20px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-border-radius: 3px;
              border-radius: 3px; }
      .cif-live.is-type4 .cif-live__img img {
        width: 100%;
        height: 100%;
        -webkit-border-radius: 3px;
                border-radius: 3px; }
    .cif-live.is-type4 .cif-live__cont {
      position: relative;
      height: 150px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      min-width: 0; }
    .cif-live.is-type4 .cif-live__bglink {
      display: block;
      width: 100%;
      height: 100%; }
    .cif-live.is-type4 .cif-live__tit {
      line-height: 24px;
      font-size: 18px;
      color: #333; }
    .cif-live.is-type4 .cif-live__binfo {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      font-size: 14px;
      color: #999; }
      .cif-live.is-type4 .cif-live__binfo .cif-btn {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 80px;
        height: 30px;
        line-height: 30px;
        padding: 0; }
      .cif-live.is-type4 .cif-live__binfo .item {
        margin-top: 10px; }
        .cif-live.is-type4 .cif-live__binfo .item .iconfont {
          margin-right: 5px; }
    .cif-live.is-type4.is-beforehand .cif-live__pre {
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0; }
      .cif-live.is-type4.is-beforehand .cif-live__pre .pre__progress {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      .cif-live.is-type4.is-beforehand .cif-live__pre .pre__progress__cont {
        width: 250px; }
      .cif-live.is-type4.is-beforehand .cif-live__pre .pre__progress__text {
        margin-left: 10px; }
      .cif-live.is-type4.is-beforehand .cif-live__pre .pre__date {
        margin-top: 10px;
        margin-left: 0;
        font-size: 14px;
        color: #666; }
      .cif-live.is-type4.is-beforehand .cif-live__pre .pre__describe {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .cif-live.is-type4.is-beforehand .cif-live__pre .pre__describe .pre__date {
          margin-top: 0;
          margin-left: 12px;
          font-size: 14px; }
  .cif-live.is-type5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 266px; }
    .cif-live.is-type5 .cif-live__img {
      width: 100%;
      height: 144px;
      -webkit-border-radius: 3px;
              border-radius: 3px; }
    .cif-live.is-type5 .cif-live__tit {
      margin-top: 9px;
      height: 48px;
      font-size: 16px;
      line-height: 24px;
      color: #333;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }
    .cif-live.is-type5 .cif-live__desc {
      margin-top: 13px;
      font-size: 12px;
      color: #999; }
  .cif-live.is-type6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    width: 253px;
    height: 267px;
    padding-top: 30px; }
    .cif-live.is-type6 .cif-live__img {
      width: 100%;
      height: 137px;
      -webkit-border-radius: 3px;
              border-radius: 3px; }
      .cif-live.is-type6 .cif-live__img img {
        display: block;
        max-width: 100%; }
    .cif-live.is-type6 .cif-live__tit {
      margin-top: 12px;
      height: 48px;
      font-size: 16px;
      line-height: 24px;
      color: #333;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }
    .cif-live.is-type6 .cif-live__desc {
      margin-top: 13px;
      font-size: 12px;
      color: #999; }
  .cif-live.is-type7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 264px;
    height: 256px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    border: 1px solid #f2f2f2;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #ffffff; }
    .cif-live.is-type7:not(:nth-child(3n)) {
      margin-right: 20px; }
    .cif-live.is-type7:hover {
      -webkit-transform: translate3d(0, -5px, 0);
              transform: translate3d(0, -5px, 0);
      -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.05); }
      .cif-live.is-type7:hover .cif-live__tit {
        color: #f676a6; }
    .cif-live.is-type7 .cif-live__img {
      width: 100%;
      height: 142px; }
    .cif-live.is-type7 .cif-live__cont {
      padding: 0 16px; }
    .cif-live.is-type7 .cif-live__tit {
      margin-top: 9px;
      font-size: 16px;
      line-height: 24px;
      color: #333;
      -webkit-transform: translateZ(0);
              transform: translateZ(0); }
    .cif-live.is-type7 .cif-live__desc {
      margin-top: 13px;
      font-size: 12px;
      color: #999;
      -webkit-transform: translateZ(0);
              transform: translateZ(0); }
      .cif-live.is-type7 .cif-live__desc::after {
        content: "";
        display: block;
        width: 100%;
        height: 0;
        clear: both; }
    .cif-live.is-type7 .cif-live__flag {
      top: 6px;
      right: 6px; }
  .cif-live.is-beforehandIndex {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 417px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    border: 1px solid #f2f2f2;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #ffffff; }
    .cif-live.is-beforehandIndex:hover {
      -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.05); }
      .cif-live.is-beforehandIndex:hover .cif-live__tit {
        color: #f676a6; }
    .cif-live.is-beforehandIndex .cif-live__img {
      -webkit-border-radius: 3px 3px 0 0;
              border-radius: 3px 3px 0 0;
      width: 415px;
      height: 232px; }
    .cif-live.is-beforehandIndex .cif-live__cont {
      padding: 15px 16px 25px; }
    .cif-live.is-beforehandIndex .cif-live__tit {
      font-size: 16px;
      line-height: 24px;
      color: #333;
      -webkit-transform: translateZ(0);
              transform: translateZ(0); }
    .cif-live.is-beforehandIndex .cif-live__desc {
      margin-top: 13px;
      font-size: 12px;
      color: #999;
      -webkit-transform: translateZ(0);
              transform: translateZ(0); }
      .cif-live.is-beforehandIndex .cif-live__desc::after {
        content: "";
        display: block;
        width: 100%;
        height: 0;
        clear: both; }
    .cif-live.is-beforehandIndex .cif-live__flag {
      top: 6px;
      right: 6px; }
  .cif-live__pre {
    margin-top: 12px; }
    .cif-live__pre .pre__progress {
      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-live__pre .pre__progress__cont {
      width: 345px;
      height: 8px;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      background-color: #f2f4f6;
      overflow: hidden; }
    .cif-live__pre .pre__progress__width {
      background-color: #f676a6;
      width: 0;
      height: 8px;
      -webkit-border-radius: 4px;
              border-radius: 4px; }
    .cif-live__pre .pre__progress__text {
      font-size: 12px;
      color: #f676a6; }
    .cif-live__pre .pre__date {
      margin-left: 20px;
      color: #666;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .cif-live__pre .pre__date span {
        color: #f676a6; }
    .cif-live__pre .pre__describe {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 14px;
      margin-top: 15px; }
      .cif-live__pre .pre__describe .pre__text {
        color: #999;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        .cif-live__pre .pre__describe .pre__text span {
          color: #f676a6; }
        .cif-live__pre .pre__describe .pre__text .separator {
          color: #dfdfdf; }
      .cif-live__pre .pre__describe .pre__btn {
        width: 80px;
        height: 30px;
        line-height: 30px;
        padding: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }

.cif-yuke.is-type1 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
  width: 100%;
  border-bottom: 1px solid #ebeced;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .cif-yuke.is-type1 .cif-yuke__img {
    width: 260px;
    height: 140px;
    margin-right: 25px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .cif-yuke.is-type1 .cif-yuke__cont {
    position: relative;
    min-height: 110px;
    padding-bottom: 30px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0; }
  .cif-yuke.is-type1 .cif-yuke__tit {
    margin-top: 6px;
    line-height: 28px;
    font-size: 18px;
    font-weight: normal;
    color: #333; }
  .cif-yuke.is-type1 .cif-yuke__desc {
    font-size: 14px;
    color: #999;
    line-height: 42px; }
  .cif-yuke.is-type1 .cif-yuke__binfo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    color: #999;
    cursor: default; }
    .cif-yuke.is-type1 .cif-yuke__binfo::after {
      content: "";
      display: block;
      width: 100%;
      height: 0;
      clear: both; }
  .cif-yuke.is-type1 .cif-yuke__user {
    float: left;
    height: 30px;
    padding-right: 26px; }
    .cif-yuke.is-type1 .cif-yuke__user .cif-imgbox {
      float: left;
      width: 30px;
      height: 30px;
      margin-right: 8px;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
    .cif-yuke.is-type1 .cif-yuke__user .name {
      float: left;
      max-width: 130px;
      height: 30px;
      color: #999;
      font-weight: normal;
      font-size: 12px; }
  .cif-yuke.is-type1 .cif-yuke__tag {
    display: inline-block;
    margin-right: 20px;
    line-height: 16px; }
    .cif-yuke.is-type1 .cif-yuke__tag .iconfont {
      display: inline;
      font-size: 14px;
      color: #ccc;
      vertical-align: bottom; }
    .cif-yuke.is-type1 .cif-yuke__tag .text {
      display: inline;
      font-size: 12px;
      color: #999;
      margin-right: 5px; }

.cif-yuke.is-type3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 274px;
  height: 285px;
  padding: 30px 19px 0;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid #f2f2f2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .cif-yuke.is-type3:not(:nth-child(3n)) {
    margin-right: 19px; }
  .cif-yuke.is-type3:hover {
    -webkit-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px);
            transform: translate(0, -5px);
    -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.05); }
    .cif-yuke.is-type3:hover .cif-yuke__tit {
      color: #f676a6; }
  .cif-yuke.is-type3 > * {
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  .cif-yuke.is-type3 .cif-yuke__img {
    width: 100%;
    height: 132px;
    -webkit-border-radius: 5px;
            border-radius: 5px; }
    .cif-yuke.is-type3 .cif-yuke__img img {
      max-width: initial;
      height: 100%; }
  .cif-yuke.is-type3 .cif-yuke__tit {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
    .cif-yuke.is-type3 .cif-yuke__tit .hot {
      font-size: 12px;
      color: #fff;
      background: #ff7623;
      padding: 2px 6px;
      -webkit-border-radius: 1px;
              border-radius: 1px;
      margin-right: 7px;
      line-height: 19px; }
  .cif-yuke.is-type3 .cif-yuke__desc {
    margin-top: 5px;
    font-size: 12px;
    color: #888;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
    .cif-yuke.is-type3 .cif-yuke__desc::after {
      content: "";
      display: block;
      width: 100%;
      height: 0;
      clear: both; }
  .cif-yuke.is-type3 .cif-yuke__binfo {
    margin-top: 7px;
    line-height: 21px;
    font-size: 12px;
    color: #999;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
    .cif-yuke.is-type3 .cif-yuke__binfo .price {
      display: inline-block;
      font-size: 14px;
      color: #fc583d;
      font-weight: bold; }
      .cif-yuke.is-type3 .cif-yuke__binfo .price > span {
        font-size: 16px; }
      .cif-yuke.is-type3 .cif-yuke__binfo .price del {
        font-weight: normal;
        font-size: 12px;
        color: #aaa; }
    .cif-yuke.is-type3 .cif-yuke__binfo .tag {
      display: inline-block;
      padding: 0 7px;
      height: 19px;
      line-height: 19px;
      font-size: 12px;
      color: #fc583d;
      border: 1px solid #fc583d;
      -webkit-border-radius: 1px;
              border-radius: 1px; }

.cif-active.is-type3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 274px;
  height: 281px;
  padding: 30px 19px 0;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid #f2f2f2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .cif-active.is-type3:not(:nth-child(3n)) {
    margin-right: 19px; }
  .cif-active.is-type3:hover {
    -webkit-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px);
            transform: translate(0, -5px);
    -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.05); }
    .cif-active.is-type3:hover .cif-active__tit {
      color: #f676a6; }
  .cif-active.is-type3 > * {
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  .cif-active.is-type3 .cif-active__img {
    width: 100%;
    height: 126px;
    -webkit-border-radius: 5px;
            border-radius: 5px; }
    .cif-active.is-type3 .cif-active__img img {
      max-width: initial;
      height: 100%;
      width: 100%; }
    .cif-active.is-type3 .cif-active__img .tag.is-type1 {
      width: 60px;
      height: 26px;
      line-height: 26px;
      background: #55bc61;
      -webkit-border-radius: 1px;
      border-radius: 1px;
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #ffffff;
      position: absolute;
      text-align: center;
      right: 6px;
      top: 6px; }
  .cif-active.is-type3 .cif-active__tit {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    height: 48px; }
    .cif-active.is-type3 .cif-active__tit .hot {
      font-size: 12px;
      color: #fff;
      background: #ff7623;
      padding: 2px 6px;
      -webkit-border-radius: 1px;
              border-radius: 1px;
      margin-right: 7px;
      line-height: 19px; }
  .cif-active.is-type3 .cif-active__desc {
    margin-top: 5px;
    font-size: 12px;
    color: #888;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
    .cif-active.is-type3 .cif-active__desc::after {
      content: "";
      display: block;
      width: 100%;
      height: 0;
      clear: both; }
  .cif-active.is-type3 .cif-active__binfo {
    margin-top: 12px;
    line-height: 21px;
    font-size: 12px;
    color: #999;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
    .cif-active.is-type3 .cif-active__binfo .binfo-block {
      margin-right: 12px; }
      .cif-active.is-type3 .cif-active__binfo .binfo-block .iconfont {
        font-size: 14px; }

.cif-active.is-type4 {
  padding: 20px 0;
  border-bottom: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .cif-active.is-type4:first-child {
    padding-top: 0; }
  .cif-active.is-type4 .cif-active__img {
    width: 278px;
    height: 150px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative; }
    .cif-active.is-type4 .cif-active__img img {
      width: 100%;
      height: 100%; }
  .cif-active.is-type4 .cif-active__imgtag {
    width: 60px;
    height: 26px;
    line-height: 26px;
    -webkit-border-radius: 1px;
            border-radius: 1px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    position: absolute;
    top: 6px;
    right: 6px;
    text-align: center;
    z-index: 2; }
    .cif-active.is-type4 .cif-active__imgtag.is-type1 {
      /*报名中*/
      background: #55bc61; }
    .cif-active.is-type4 .cif-active__imgtag.is-type2 {
      /*已结束*/
      background: #b2b2b2; }
  .cif-active.is-type4 .cif-active__cont {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
    margin-left: 20px; }
  .cif-active.is-type4 .cif-active__tit {
    font-size: 18px;
    font-weight: 400;
    color: #333333; }
  .cif-active.is-type4 .cif-active__desc {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px; }
  .cif-active.is-type4 .cif-active__bottom {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0; }
    .cif-active.is-type4 .cif-active__bottom .cif-btn {
      position: absolute;
      right: 0;
      bottom: 0; }
  .cif-active.is-type4 .cif-active__time {
    font-size: 14px;
    color: #999; }
  .cif-active.is-type4 .cif-active__area {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
    padding-right: 120px; }
    .cif-active.is-type4 .cif-active__area .iconfont {
      font-size: 18px; }

.cif-article-tag--normal {
  display: inline-block;
  padding: 0 16px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  color: #999;
  font-size: 14px;
  line-height: 30px;
  vertical-align: middle;
  background: #f0f0f0;
  margin-bottom: 10px; }
  .cif-article-tag--normal + .cif-article-tag--normal {
    margin-left: 20px; }

.cif-article-tag--observe {
  display: inline-block;
  width: auto;
  height: 20px;
  line-height: 20px;
  padding: 0 8px 0 27px;
  -webkit-border-radius: 11px;
          border-radius: 11px;
  background-position: 8px center;
  background-repeat: no-repeat;
  font-size: 12px;
  margin: 0; }
  .cif-article-tag--observe.is-tag1, .cif-article-tag--observe.tag-1 {
    background-image: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/72f58eb42f324147858424d055a224fa.png);
    background-color: #e6e4fe;
    color: #6e4bd8; }
  .cif-article-tag--observe.is-tag2, .cif-article-tag--observe.tag-2 {
    background-image: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/90269e73eeab469fafa3004b3f8f15d5.png);
    background-color: #e1eef7;
    color: #3fb0f7; }
  .cif-article-tag--observe.is-tag3, .cif-article-tag--observe.tag-3 {
    background-image: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/f1e78cb0824743fe9ce379986313d52d.png);
    background-color: #ffe7e5;
    color: #fe5f52; }
  .cif-article-tag--observe.is-tag4, .cif-article-tag--observe.tag-4 {
    background-image: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/2627c25680ae424a9ba9ec2cbf3a5a1a.png);
    background-color: #fff1e5;
    color: #f676a6; }
  .cif-article-tag--observe.is-tag5, .cif-article-tag--observe.tag-5 {
    background-image: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/4502b6f4d3a34ab297505105346ea8ef.png);
    background-color: #1daa76;
    color: #fff; }
  .cif-article-tag--observe.is-tag6, .cif-article-tag--observe.tag-6 {
    background-image: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/879c49b4fc7047c29167a765e392405d.png);
    background-color: #cbb590;
    color: #fff; }

.cif-observer.is-type1 {
  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;
  width: 100%;
  height: 60px;
  padding-top: 25px;
  padding-bottom: 25px;
  margin: 0;
  border-bottom: 1px solid #ebeced; }
  .cif-observer.is-type1 .cif-imgbox {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 15px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .cif-observer.is-type1 .cif-btn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    float: right;
    width: 88px;
    height: 32px; }
  .cif-observer.is-type1 .cif-observer__cont {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    float: left;
    max-width: 580px;
    overflow: hidden; }
  .cif-observer.is-type1 .cif-observer__holder {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .cif-observer.is-type1 .cif-observer__tit {
    margin-top: 0;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden; }
  .cif-observer.is-type1 .cif-observer__desc {
    font-size: 14px;
    color: #999;
    margin-top: 0;
    line-height: 22px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden; }

.cif-observer.is-type2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #999;
  font-size: 14px;
  padding: 20px 0; }
  .cif-observer.is-type2:not(:last-child) {
    border-bottom: 1px dashed #e8e8e8; }
  .cif-observer.is-type2 .cif-imgbox {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50px;
    height: 50px;
    border: 3px solid #fff;
    margin-right: 15px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.1); }
  .cif-observer.is-type2 .cif-observer__cont {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 185px; }
  .cif-observer.is-type2 .cif-observer__tit {
    font-size: 14px;
    font-weight: bold;
    color: #666; }
  .cif-observer.is-type2 .cif-observer__desc {
    margin-top: 8px; }
  .cif-observer.is-type2 .cif-observer__binfo {
    margin-top: 8px; }
  .cif-observer.is-type2 .iconfont {
    font-size: 14px; }
  .cif-observer.is-type2 .cif-article-tag--observe {
    position: relative;
    top: 4px;
    padding: 0 0 0 16px;
    background-position: 0;
    background-color: transparent; }

.cif-observer.is-type3 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
  font-size: 16px;
  line-height: 29px;
  text-align: center; }
  .cif-observer.is-type3:hover .cif-observer__cont {
    -webkit-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px);
            transform: translate(0, -5px); }
  .cif-observer.is-type3:hover .cif-observer__tit {
    color: #f676a6; }
  .cif-observer.is-type3 + .cif-observer::before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    border-left: 1px solid #ebeced; }
  .cif-observer.is-type3 .cif-imgbox {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 1px solid #ebeced;
    margin: 0 auto; }
  .cif-observer.is-type3 .cif-btn {
    margin-top: 10px;
    width: 88px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    -webkit-border-radius: 16px;
            border-radius: 16px; }
  .cif-observer.is-type3 .cif-observer__cont {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .cif-observer.is-type3 .cif-observer__tit {
    margin-top: 12px;
    color: #333; }
  .cif-observer.is-type3 .cif-observer__desc {
    color: #999;
    font-size: 12px; }

.cif-observer.is-type4 {
  padding-bottom: 16px;
  padding-top: 17px; }
  .cif-observer.is-type4 .cif-observer__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #999;
    font-size: 14px;
    padding: 0 0 10px; }
  .cif-observer.is-type4:not(:last-child) {
    border-bottom: 1px dashed #e8e8e8; }
  .cif-observer.is-type4 .head-imgbox {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 56px;
    height: 56px;
    background: #ffffff;
    opacity: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin-right: 12px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .cif-observer.is-type4 .head-imgbox img {
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      width: 100%;
      height: 100%;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
      .cif-observer.is-type4 .head-imgbox img:hover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
  .cif-observer.is-type4 .cif-observer__cont {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 185px; }
  .cif-observer.is-type4 .cif-observer__tit {
    font-size: 14px;
    font-weight: bold;
    color: #666;
    height: 20px;
    overflow: hidden; }
    .cif-observer.is-type4 .cif-observer__tit:hover {
      color: #f676a6; }
  .cif-observer.is-type4 .cif-observer__desc {
    margin-top: 8px; }
  .cif-observer.is-type4 .cif-observer__binfo {
    margin-top: 6px;
    overflow: hidden;
    height: 39px; }
  .cif-observer.is-type4 .iconfont {
    font-size: 14px; }
  .cif-observer.is-type4 .cif-article-tag--observe {
    position: relative;
    top: 4px;
    padding: 0 0 0 16px;
    background-position: 0;
    background-color: transparent; }
  .cif-observer.is-type4 .cif-observer__article {
    width: 260px;
    height: 60px;
    line-height: 22px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fff8f2));
    background: -webkit-linear-gradient(top, #ffffff 0%, #fff8f2 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #fff8f2 100%);
    background: linear-gradient(180deg, #ffffff 0%, #fff8f2 100%);
    -webkit-border-radius: 2px;
            border-radius: 2px;
    border: 1px solid #ffdab5;
    color: #8a8a8a;
    font-size: 14px;
    display: block;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .cif-observer.is-type4 .cif-observer__article:hover {
      color: #f676a6; }
    .cif-observer.is-type4 .cif-observer__article .content {
      max-height: 40px; }

.cif-observer.is-type5 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .cif-observer.is-type5:hover {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.09);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.09); }
    .cif-observer.is-type5:hover .cif-observer__tit {
      color: #f676a6; }
  .cif-observer.is-type5 + .cif-observer::before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    border-left: 1px solid #ebeced; }
  .cif-observer.is-type5 .head-imgbox {
    width: 70px;
    height: 70px;
    background: #ffffff;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    margin: auto;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .cif-observer.is-type5 .head-imgbox img {
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      width: 100%;
      height: 100%;
      -webkit-border-radius: 3px;
              border-radius: 3px; }
      .cif-observer.is-type5 .head-imgbox img:hover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
  .cif-observer.is-type5 .cif-btn {
    margin-top: 10px;
    width: 88px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    -webkit-border-radius: 16px;
            border-radius: 16px; }
  .cif-observer.is-type5 .cif-observer__cont {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .cif-observer.is-type5 .cif-observer__tit {
    overflow: hidden;
    height: 39px;
    font-size: 14px;
    margin-top: 6px;
    color: #666666;
    font-weight: bold;
    height: 40px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .cif-observer.is-type5 .cif-observer__tit:hover {
      color: #f676a6; }
  .cif-observer.is-type5 .cif-observer__desc {
    font-size: 12px;
    margin-top: 8px;
    color: #999999;
    line-height: 18px;
    overflow: hidden;
    height: 38px; }

.cif-observer-cont {
  position: relative;
  margin-top: 24px; }
  .cif-observer-cont .swiper-slide {
    width: 112px;
    margin-right: 35px; }
  .cif-observer-cont.is-type1 {
    margin-bottom: 5px;
    margin-top: 0; }
    .cif-observer-cont.is-type1 .cif-observer-cont__head {
      margin-bottom: 12px; }
  .cif-observer-cont__head {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-top: 18px; }
    .cif-observer-cont__head .head-title {
      width: 112px;
      overflow: hidden;
      margin: auto;
      white-space: nowrap; }
    .cif-observer-cont__head::after {
      content: "";
      position: absolute;
      top: 50%;
      background: black;
      width: 68px;
      height: 1px;
      background: #e8e8e8;
      -webkit-border-radius: 0px 0px 0px 0px;
              border-radius: 0px 0px 0px 0px;
      opacity: 1;
      right: 0; }
    .cif-observer-cont__head::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      background: black;
      width: 68px;
      height: 1px;
      background: #e8e8e8;
      -webkit-border-radius: 0px 0px 0px 0px;
              border-radius: 0px 0px 0px 0px;
      opacity: 1; }
  .cif-observer-cont .swiper-btn {
    width: 18px;
    height: 35px;
    line-height: 36px;
    background: #cccccc;
    color: white;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-64%);
        -ms-transform: translateY(-64%);
            transform: translateY(-64%);
    cursor: pointer;
    display: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .cif-observer-cont .swiper-btn.is-left {
      -webkit-border-radius: 0 100px 100px 0;
              border-radius: 0 100px 100px 0;
      left: -21px; }
    .cif-observer-cont .swiper-btn.is-right {
      -webkit-border-radius: 100px 0 0 100px;
              border-radius: 100px 0 0 100px;
      right: -21px; }
      .cif-observer-cont .swiper-btn.is-right .icon-youjiantou {
        margin-left: 2px; }
    .cif-observer-cont .swiper-btn:hover {
      background: #f676a6;
      display: none; }
  .cif-observer-cont .swiper-pagination {
    position: relative;
    margin-bottom: 38px;
    color: #999999;
    font-size: 12px;
    top: 8px; }
  .cif-observer-cont .swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
    bottom: -22px; }
  .cif-observer-cont .observer-bullet {
    display: inline-block;
    width: 9px;
    height: 6px;
    background: #999999;
    -webkit-border-radius: 3px 3px 3px 3px;
            border-radius: 3px 3px 3px 3px;
    opacity: 0.5;
    position: relative;
    margin: 0 4px;
    cursor: pointer; }
  .cif-observer-cont .observer-bullet-active {
    width: 9px;
    -webkit-transform: scaleX(2);
        -ms-transform: scaleX(2);
            transform: scaleX(2);
    height: 6px;
    background: #f676a6;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    opacity: 1; }

.cif-guoyuan.is-type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid #f2f2f2; }
  .cif-guoyuan.is-type1 .cif-imgbox {
    width: 190px;
    height: 86px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 30px; }
  .cif-guoyuan.is-type1 .cif-guoyuan__cont {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .cif-guoyuan.is-type1 .cif-guoyuan__tit {
    font-size: 18px;
    line-height: 26px;
    color: #333; }
  .cif-guoyuan.is-type1 .cif-guoyuan__desc {
    font-size: 14px;
    line-height: 26px;
    color: #666; }
  .cif-guoyuan.is-type1 .cif-guoyuan__binfo {
    margin-top: 12px; }
  .cif-guoyuan.is-type1 .cif-guoyuan__tag {
    display: inline-block;
    margin-right: 20px;
    line-height: 16px; }
    .cif-guoyuan.is-type1 .cif-guoyuan__tag .iconfont {
      position: relative;
      top: 1px;
      display: inline;
      font-size: 14px;
      color: #ccc;
      vertical-align: top; }
    .cif-guoyuan.is-type1 .cif-guoyuan__tag .icon-icon_like {
      font-size: 15px; }
    .cif-guoyuan.is-type1 .cif-guoyuan__tag .text {
      display: inline;
      font-size: 12px;
      color: #999;
      margin-right: 5px; }

.cif-guoyuan.is-type2 {
  position: relative;
  width: 277px;
  height: 299px;
  text-align: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
          border-radius: 2px;
  overflow: hidden;
  padding: 0 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .cif-guoyuan.is-type2 .cif-guoyuan__status {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 32px;
    line-height: 26px;
    text-align: center;
    color: #fff; }
    .cif-guoyuan.is-type2 .cif-guoyuan__status.is-attract {
      background: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/template/elec_2023_kuajingzhidao1/portal/zixun/icon-group.png) no-repeat; }
    .cif-guoyuan.is-type2 .cif-guoyuan__status.is-live {
      background: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/template/elec_2023_kuajingzhidao1/portal/zixun/icon-group.png) 0 -65px no-repeat; }
    .cif-guoyuan.is-type2 .cif-guoyuan__status.is-sales {
      background: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/template/elec_2023_kuajingzhidao1/portal/zixun/icon-group.png) 0 -33px no-repeat; }
  .cif-guoyuan.is-type2 .cif-guoyuan__img {
    width: 246px;
    height: 100px;
    margin: 24px auto 0; }
  .cif-guoyuan.is-type2 .cif-guoyuan__tit {
    margin-top: 25px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .cif-guoyuan.is-type2 .cif-guoyuan__desc {
    margin-top: 24px;
    font-size: 14px;
    line-height: 22px;
    color: #707070;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .cif-guoyuan.is-type2 .cif-guoyuan__tags {
    font-size: 0;
    margin-top: 17px; }
  .cif-guoyuan.is-type2 .cif-guoyuan__tag {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    height: 27px;
    line-height: 25px;
    padding: 0 6px;
    margin: 0 5px 5px 0;
    font-size: 12px;
    color: #8d8d8d;
    background: #ffffff;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    border: 1px solid #ebeced; }
  .cif-guoyuan.is-type2 .cif-guoyuan__btn {
    position: absolute;
    height: 25px;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    color: #fff;
    background: #f676a6;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
            transform: translate(0, 100%); }
  .cif-guoyuan.is-type2:hover .cif-guoyuan__btn {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  .cif-guoyuan.is-type2:hover .cif-guoyuan__tit {
    margin-top: 2px; }
  .cif-guoyuan.is-type2:hover .cif-guoyuan__desc {
    color: #f676a6; }

.cif-guoyuan.is-type3 {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 273px;
  height: 250px;
  padding-bottom: 40px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 1px solid #ebeced;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .cif-guoyuan.is-type3:not(:nth-child(3n)) {
    margin-right: 20px; }
  .cif-guoyuan.is-type3:hover {
    -webkit-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px);
            transform: translate(0, -5px);
    -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 3px;
            border-radius: 3px; }
    .cif-guoyuan.is-type3:hover .cif-guoyuan__tit {
      color: #f676a6; }
  .cif-guoyuan.is-type3 .cif-imgbox {
    width: 180px;
    height: 83px;
    margin: 30px auto 13px; }
  .cif-guoyuan.is-type3 .cif-guoyuan__tit {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 6px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .cif-guoyuan.is-type3 .cif-guoyuan__desc {
    font-size: 12px;
    color: #999;
    line-height: 24px; }
  .cif-guoyuan.is-type3 .cif-guoyuan__foot {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px; }
  .cif-guoyuan.is-type3 .cif-guoyuan__btn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    color: #f676a6;
    font-size: 14px;
    background: #f2f4f6;
    line-height: 40px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer; }
    .cif-guoyuan.is-type3 .cif-guoyuan__btn:hover {
      background: #f676a6;
      color: #fff; }
    .cif-guoyuan.is-type3 .cif-guoyuan__btn.is-active {
      background: #f2f4f6;
      color: #999; }

.cif-subject.is-type1 {
  float: left;
  width: 380px;
  height: 370px; }
  .cif-subject.is-type1:not(:nth-child(3n)) {
    margin-right: 30px; }
  .cif-subject.is-type1 .cif-subject__img {
    width: 100%;
    height: 194px; }
  .cif-subject.is-type1 .cif-subject__tit {
    margin-top: 24px;
    color: #000;
    font-size: 22px; }
  .cif-subject.is-type1 .cif-subject__desc {
    margin-top: 6px;
    font-size: 14px;
    color: #666;
    line-height: 22px; }

.cif-subject.is-type2 {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc((100% - 40px) / 3);
  height: 276px;
  padding: 30px 20px 0;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid #f2f2f2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .cif-subject.is-type2:not(:nth-child(3n)) {
    margin-right: 20px; }
  .cif-subject.is-type2:hover {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
    -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.05); }
    .cif-subject.is-type2:hover .cif-subject__tit {
      color: #f676a6; }
  .cif-subject.is-type2 .cif-subject__img {
    width: 234px;
    height: 118px;
    -webkit-border-radius: 5px;
            border-radius: 5px; }
  .cif-subject.is-type2 .cif-subject__tit {
    margin-top: 22px;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  .cif-subject.is-type2 .cif-subject__desc {
    margin-top: 3px;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }

.cif-subject.is-type3 {
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc((100% - 40px) / 3);
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden; }
  .cif-subject.is-type3:not(:nth-child(3n)) {
    margin-right: 20px; }
  .cif-subject.is-type3:hover {
    -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.05); }
    .cif-subject.is-type3:hover .cif-subject__img::before {
      opacity: 0; }
    .cif-subject.is-type3:hover .cif-subject__tit {
      color: #f676a6; }
    .cif-subject.is-type3:hover .cif-btn {
      color: #fff;
      background-color: #ff8739;
      border: 1px solid #ff8739; }
  .cif-subject.is-type3 .cif-subject__img {
    width: 100%;
    height: 162px; }
    .cif-subject.is-type3 .cif-subject__img::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: #000;
      z-index: 1;
      opacity: 0.1;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .cif-subject.is-type3 .cif-subject__img::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 24px;
      border-left: 1px solid #ebeced;
      border-right: 1px solid #ebeced;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(white));
      background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8), white);
      background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.8), white);
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), white);
      z-index: 1; }
  .cif-subject.is-type3 .cif-subject__cont {
    height: 138px;
    border: 1px solid #ebeced;
    border-top: none;
    -webkit-background-origin: 3px;
            background-origin: 3px; }
  .cif-subject.is-type3 .cif-subject__hint {
    position: absolute;
    top: 115px;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
    font-size: 12px;
    color: #fff;
    z-index: 1; }
    .cif-subject.is-type3 .cif-subject__hint::after {
      content: "";
      display: block;
      width: 100%;
      height: 0;
      clear: both; }
  .cif-subject.is-type3 .cif-subject__tit {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .cif-subject.is-type3 .cif-subject__tit::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -9px;
      width: 4px;
      height: 18px;
      background: #f676a6; }
  .cif-subject.is-type3 .cif-subject__desc {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #999; }
  .cif-subject.is-type3 .cif-btn {
    display: block;
    margin: 23px auto 0;
    width: 88px;
    height: 30px;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    line-height: 30px;
    font-size: 14px; }

.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: #f676a6;
      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: #f676a6;
  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("http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/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; }

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

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

.header-page-wrap .cif-imgbox {
  display: block;
  position: relative;
  overflow: hidden; }
  .header-page-wrap .cif-imgbox img {
    position: absolute;
    max-width: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0); }
  .header-page-wrap .cif-imgbox--round {
    -webkit-border-radius: 50%;
            border-radius: 50%; }
  .header-page-wrap .cif-imgbox.is-auto img {
    max-width: none; }
  .header-page-wrap .cif-imgbox--hover img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .header-page-wrap .cif-imgbox--hover:hover img {
    -webkit-transform: scale(1.2) translate3d(-42%, -42%, 0);
            transform: scale(1.2) translate3d(-42%, -42%, 0); }

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

.header-page-wrap .cif-header {
  position: relative;
  padding-top: 4px;
  -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.04);
  z-index: 2;
  background: #fff; }
  .header-page-wrap .cif-header .cif-header__topbox {
    width: 100%; }
  .header-page-wrap .cif-header .cif-header__top {
    padding-top: 1px;
    background-color: #fff; }
    .header-page-wrap .cif-header .cif-header__top::after {
      content: "";
      display: block;
      width: 100%;
      height: 0;
      clear: both; }
    .header-page-wrap .cif-header .cif-header__top.is-fixed {
      position: fixed;
      width: 100%;
      height: 100px;
      left: 0;
      top: 0;
      z-index: 11;
      -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1); }
      .header-page-wrap .cif-header .cif-header__top.is-fixed .cif-header__logo {
        margin-top: 13px; }
      .header-page-wrap .cif-header .cif-header__top.is-fixed .cif-header__searchbox {
        margin-top: 31px; }
      .header-page-wrap .cif-header .cif-header__top.is-fixed .cif-header__app {
        margin-top: 20px; }
      .header-page-wrap .cif-header .cif-header__top.is-fixed .cif-header__word {
        display: none; }
  .header-page-wrap .cif-header .cif-header__logo {
    margin-top: 24px;
    width: 200px;
    height: 68px;
    float: left; }
  .header-page-wrap .cif-header .cif-header__searchbox {
    float: left;
    margin: 30px 0 0 98px;
    width: 580px; }
  .header-page-wrap .cif-header .cif-header__word {
    margin-top: 10px;
    font-size: 12px;
    height: 18px;
    overflow: hidden;
    color: #999; }
    .header-page-wrap .cif-header .cif-header__word a {
      display: inline-block;
      margin-right: 13px;
      margin-bottom: 10px; }
      .header-page-wrap .cif-header .cif-header__word a.is-hot {
        color: red; }
  .header-page-wrap .cif-header .cif-header__app {
    position: relative;
    float: right;
    margin: 21px 56px 0 0;
    width: 220px;
    height: 66px;
    z-index: 4; }
    .header-page-wrap .cif-header .cif-header__app > .cif-imgbox {
      width: 100%;
      height: 100%; }
    .header-page-wrap .cif-header .cif-header__app .cif-hoverbox {
      width: 1px;
      height: 1px;
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    .header-page-wrap .cif-header .cif-header__app .cif-header__hoverbox .cif-imgbox {
      width: 140px;
      height: 140px; }
    .header-page-wrap .cif-header .cif-header__app .cif-header__hoverbox p {
      margin-top: 8px;
      font-size: 14px;
      color: #666;
      text-align: center; }
    .header-page-wrap .cif-header .cif-header__app:hover .cif-header__hoverbox {
      position: absolute;
      width: 180px;
      padding: 20px 20px 17px;
      height: auto;
      overflow: initial;
      top: 66px;
      left: 50%;
      z-index: 2;
      opacity: 1; }
  .header-page-wrap .cif-header .cif-header__bottom {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-top: 20px;
    line-height: 42px;
    padding: 0px 0 0px 255px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header-page-wrap .cif-header .cif-header__list {
    position: relative;
    float: left;
    z-index: 3;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .header-page-wrap .cif-header .cif-header__list > .item {
      position: relative;
      float: left;
      font-size: 16px;
      color: #333;
      padding: 0 15px; }
      .header-page-wrap .cif-header .cif-header__list > .item.is-hover {
        margin-right: 10px; }
        .header-page-wrap .cif-header .cif-header__list > .item.is-hover::after {
          content: "";
          position: absolute;
          right: 0;
          top: 50%;
          margin: -3px auto 0;
          border-right: 4px solid transparent;
          border-left: 4px solid transparent;
          border-top: 4px solid #aaaaaa;
          -webkit-transition: -webkit-transform 0.3s linear;
          transition: -webkit-transform 0.3s linear;
          -o-transition: transform 0.3s linear;
          transition: transform 0.3s linear;
          transition: transform 0.3s linear, -webkit-transform 0.3s linear; }
        .header-page-wrap .cif-header .cif-header__list > .item.is-hover:hover {
          color: #f676a6; }
          .header-page-wrap .cif-header .cif-header__list > .item.is-hover:hover::after {
            -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                    transform: rotate(180deg);
            border-top-color: #f676a6; }
          .header-page-wrap .cif-header .cif-header__list > .item.is-hover:hover .cif-header__hoverbox {
            position: absolute;
            width: 320px;
            height: auto;
            overflow: initial;
            opacity: 1;
            top: 45px;
            left: 50%;
            z-index: 5; }
            .header-page-wrap .cif-header .cif-header__list > .item.is-hover:hover .cif-header__hoverbox.is-baibao {
              width: 302px;
              padding-bottom: 10px; }
              .header-page-wrap .cif-header .cif-header__list > .item.is-hover:hover .cif-header__hoverbox.is-baibao .sec-cont {
                padding-bottom: 0;
                border: 0; }
            .header-page-wrap .cif-header .cif-header__list > .item.is-hover:hover .cif-header__hoverbox.is-yuke {
              width: 90px; }
      .header-page-wrap .cif-header .cif-header__list > .item.is-hideIcon::after {
        display: none; }
    .header-page-wrap .cif-header .cif-header__list .label img {
      display: inline-block;
      position: relative;
      top: 2px; }
    .header-page-wrap .cif-header .cif-header__list .is-new,
    .header-page-wrap .cif-header .cif-header__list .is-hot {
      position: absolute;
      width: 23px;
      height: 14px;
      right: -5px;
      top: 50%;
      margin-top: -20px;
      background: center no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%; }
    .header-page-wrap .cif-header .cif-header__list .is-new {
      background-image: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/new.png); }
    .header-page-wrap .cif-header .cif-header__list .is-hot {
      background-image: url("http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/hot1.png"); }
  .header-page-wrap .cif-header .cif-header__login {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 200px;
    float: right;
    color: #333; }
    .header-page-wrap .cif-header .cif-header__login > .item {
      position: relative;
      display: inline-block;
      font-size: 14px;
      overflow: initial;
      cursor: pointer; }
      .header-page-wrap .cif-header .cif-header__login > .item + .item::after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -5px;
        height: 10px;
        width: 0;
        border-left: 1px solid #999; }
      .header-page-wrap .cif-header .cif-header__login > .item:hover {
        position: relative; }
      .header-page-wrap .cif-header .cif-header__login > .item .cif-header-hoverbox {
        position: absolute;
        width: 281px;
        height: auto;
        overflow: initial;
        opacity: 1;
        top: 42px;
        left: 50%;
        z-index: 2; }
        .header-page-wrap .cif-header .cif-header__login > .item .cif-header-hoverbox.is-notlogin {
          width: 231px; }
    .header-page-wrap .cif-header .cif-header__login.is-new {
      color: #fff;
      height: 26px;
      line-height: 26px;
      padding: 6px 0; }
      .header-page-wrap .cif-header .cif-header__login.is-new > .item:hover .cif-header__hoverbox {
        top: 42px; }
        .header-page-wrap .cif-header .cif-header__login.is-new > .item:hover .cif-header__hoverbox.is-notlogin {
          width: 231px; }

@-webkit-keyframes iconAnimation {
  0% {
    -webkit-background-size: 100% 100%;
            background-size: 100%; }
  50% {
    -webkit-background-size: 90% 90%;
            background-size: 90%; }
  100% {
    -webkit-background-size: 100% 100%;
            background-size: 100%; } }

@keyframes iconAnimation {
  0% {
    -webkit-background-size: 100% 100%;
            background-size: 100%; }
  50% {
    -webkit-background-size: 90% 90%;
            background-size: 90%; }
  100% {
    -webkit-background-size: 100% 100%;
            background-size: 100%; } }
      .header-page-wrap .cif-header .cif-header__login.is-new .item_login {
        height: 26px;
        text-align: center;
        line-height: 26px;
        background-color: #fff;
        border: 1px solid #f676a6;
        color: #f60;
        -webkit-border-radius: 13px 13px 13px 0px;
                border-radius: 13px 13px 13px 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        z-index: 9; }
        .header-page-wrap .cif-header .cif-header__login.is-new .item_login:hover {
          background-color: #f60;
          color: #fff; }
          .header-page-wrap .cif-header .cif-header__login.is-new .item_login:hover::before {
            background-image: url("http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/29af91335e524d909e360fcccd0a102c.png"); }
      .header-page-wrap .cif-header .cif-header__login.is-new.is-login > .item_login {
        color: #333;
        border-color: #e8e8e8; }
        .header-page-wrap .cif-header .cif-header__login.is-new.is-login > .item_login::after {
          right: 10px !important; }
        .header-page-wrap .cif-header .cif-header__login.is-new.is-login > .item_login::before {
          display: none; }
        .header-page-wrap .cif-header .cif-header__login.is-new.is-login > .item_login:hover {
          background-color: #fff; }
  .header-page-wrap .cif-header .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; }
    .header-page-wrap .cif-header .cif-header__hoverbox::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 18px;
      top: -16px;
      left: 0; }
    .header-page-wrap .cif-header .cif-header__hoverbox::after {
      content: "";
      position: absolute;
      left: 50%;
      top: -9px;
      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; }
    .header-page-wrap .cif-header .cif-header__hoverbox:not(.is-user) .sec {
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 21px 20px 0; }
      .header-page-wrap .cif-header .cif-header__hoverbox:not(.is-user) .sec:first-child {
        padding: 26px 20px 0; }
      .header-page-wrap .cif-header .cif-header__hoverbox:not(.is-user) .sec::after {
        content: "";
        display: block;
        width: 100%;
        height: 0;
        clear: both; }
    .header-page-wrap .cif-header .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; }
    .header-page-wrap .cif-header .cif-header__hoverbox:not(.is-user) .sec-cont {
      border-bottom: 1px solid #ebeced;
      padding-bottom: 8px; }
      .header-page-wrap .cif-header .cif-header__hoverbox:not(.is-user) .sec-cont::after {
        content: "";
        display: block;
        width: 100%;
        height: 0;
        clear: both; }
      .header-page-wrap .cif-header .cif-header__hoverbox:not(.is-user) .sec-cont.is-column2 > .item {
        width: 50%; }
    .header-page-wrap .cif-header .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; }
      .header-page-wrap .cif-header .cif-header__hoverbox:not(.is-user) .item:nth-child(3n) {
        width: 34%; }
    .header-page-wrap .cif-header .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; }
      .header-page-wrap .cif-header .cif-header__hoverbox:not(.is-user) .sec-btn .cif-btn {
        width: 130px;
        height: 35px;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        line-height: 33px; }
        .header-page-wrap .cif-header .cif-header__hoverbox:not(.is-user) .sec-btn .cif-btn + .cif-btn {
          margin-left: 10px; }
    .header-page-wrap .cif-header .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; }
    .header-page-wrap .cif-header .cif-header__hoverbox:not(.is-user).is-baibao {
      padding: 0 20px; }
      .header-page-wrap .cif-header .cif-header__hoverbox:not(.is-user).is-baibao .sec {
        padding: 20px 0 0; }
      .header-page-wrap .cif-header .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; }
      .header-page-wrap .cif-header .cif-header__hoverbox:not(.is-user).is-baibao img {
        width: 34px;
        height: 34px;
        -webkit-border-radius: 4px;
                border-radius: 4px; }
    .header-page-wrap .cif-header .cif-header__hoverbox:not(.is-user).is-yuke {
      width: 90px; }
      .header-page-wrap .cif-header .cif-header__hoverbox:not(.is-user).is-yuke .sec {
        width: 100%;
        padding: 20px 0; }
      .header-page-wrap .cif-header .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; }
    .header-page-wrap .cif-header .cif-header__hoverbox.is-user {
      border-top-color: #fbe1c2;
      margin-left: -100px; }
      .header-page-wrap .cif-header .cif-header__hoverbox.is-user::after {
        left: 243px;
        border-bottom-color: #fbe1c2;
        background: #fbe1c2; }
      .header-page-wrap .cif-header .cif-header__hoverbox.is-user .item {
        display: block;
        color: #666; }
        .header-page-wrap .cif-header .cif-header__hoverbox.is-user .item.is-half {
          width: 50%; }
          .header-page-wrap .cif-header .cif-header__hoverbox.is-user .item.is-half:nth-child(2n) {
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            padding-left: 15px; }
      .header-page-wrap .cif-header .cif-header__hoverbox.is-user .item-group {
        width: 234px;
        margin: 0 auto;
        padding: 12px 0; }
        .header-page-wrap .cif-header .cif-header__hoverbox.is-user .item-group + .item-group {
          border-top: 1px solid #ebeced; }
    .header-page-wrap .cif-header .cif-header__hoverbox.is-observer::after {
      background: #bbe5ff !important; }
    .header-page-wrap .cif-header .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); }
    .header-page-wrap .cif-header .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)); }
      .header-page-wrap .cif-header .cif-header__hoverbox.is-observer .vip-card .tit {
        font-size: 14px;
        color: #ffffff;
        position: relative; }
      .header-page-wrap .cif-header .cif-header__hoverbox.is-observer .vip-card .desc {
        font-size: 12px;
        color: #ffffff; }
      .header-page-wrap .cif-header .cif-header__hoverbox.is-observer .vip-card .cif-btn {
        background: #ffffff;
        border: none;
        color: #127bc3; }
    .header-page-wrap .cif-header .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); }
    .header-page-wrap .cif-header .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; }
    .header-page-wrap .cif-header .cif-header__hoverbox.is-observer-identity::after {
      background: #bbe5ff !important; }
    .header-page-wrap .cif-header .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)); }
      .header-page-wrap .cif-header .cif-header__hoverbox.is-observer-identity .vip-card .tit {
        font-size: 14px;
        color: #ffffff;
        padding-left: 23px;
        position: relative; }
        .header-page-wrap .cif-header .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; }
      .header-page-wrap .cif-header .cif-header__hoverbox.is-observer-identity .vip-card .desc {
        font-size: 12px;
        color: #ffffff; }
      .header-page-wrap .cif-header .cif-header__hoverbox.is-observer-identity .vip-card .cif-btn {
        background: #ffffff;
        border: none;
        color: #127bc3; }
  .header-page-wrap .cif-header .cif-header__common {
    color: #333;
    padding: 26px 30px;
    line-height: normal; }
    .header-page-wrap .cif-header .cif-header__common .tit {
      color: #999;
      font-size: 14px;
      text-align: center; }
    .header-page-wrap .cif-header .cif-header__common .cont {
      margin-top: 16px;
      line-height: 24px; }
      .header-page-wrap .cif-header .cif-header__common .cont .cont_item {
        margin-top: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .header-page-wrap .cif-header .cif-header__common .cont .cont_item img {
          width: 20px;
          height: 20px;
          margin-right: 14px;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
        .header-page-wrap .cif-header .cif-header__common .cont .cont_item .selectedIconPath {
          display: none; }
        .header-page-wrap .cif-header .cif-header__common .cont .cont_item:hover .selectedIconPath {
          display: inline-block; }
        .header-page-wrap .cif-header .cif-header__common .cont .cont_item:hover .iconPath {
          display: none; }
    .header-page-wrap .cif-header .cif-header__common .btn {
      margin-top: 24px;
      position: relative; }
      .header-page-wrap .cif-header .cif-header__common .btn::after {
        content: "";
        display: block;
        width: 164px;
        height: 56px;
        background-image: url("http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/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; }
      .header-page-wrap .cif-header .cif-header__common .btn:hover {
        -webkit-animation-play-state: paused;
                animation-play-state: paused; }
        .header-page-wrap .cif-header .cif-header__common .btn:hover::after {
          opacity: 1; }
      .header-page-wrap .cif-header .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; }
  .header-page-wrap .cif-header .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); }
    .header-page-wrap .cif-header .cif-header__userinfo .cif-imgbox {
      float: left;
      width: 40px;
      height: 40px;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
    .header-page-wrap .cif-header .cif-header__userinfo .name {
      float: left;
      max-width: 120px;
      font-size: 14px;
      color: #333;
      font-weight: bold;
      margin-left: 13px; }
    .header-page-wrap .cif-header .cif-header__userinfo .icon {
      width: 16px;
      height: 16px;
      display: inline-block;
      vertical-align: middle; }
    .header-page-wrap .cif-header .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; }
      .header-page-wrap .cif-header .cif-header__userinfo .vip-card .cont {
        margin-top: 6px;
        float: left;
        width: 166px;
        margin-left: 13px;
        line-height: 22px;
        text-align: left; }
      .header-page-wrap .cif-header .cif-header__userinfo .vip-card .tit {
        font-size: 14px;
        color: #d69b76; }
      .header-page-wrap .cif-header .cif-header__userinfo .vip-card .desc {
        font-size: 12px;
        color: #999; }
      .header-page-wrap .cif-header .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; }
    .header-page-wrap .cif-header .cif-header__userinfo .logout {
      float: right;
      color: #666;
      font-size: 14px;
      line-height: 40px;
      cursor: pointer; }
  .header-page-wrap .cif-header.is-second {
    padding-top: 0; }
    .header-page-wrap .cif-header.is-second .cif-header__logo {
      margin: 17px 0 8px; }
    .header-page-wrap .cif-header.is-second .cif-header__searchbox {
      margin-top: 25px; }
    .header-page-wrap .cif-header.is-second .cif-header__app {
      margin-top: 11px; }

.header-page-wrap #notlogin.cif-header__login > .item {
  cursor: pointer; }

.header-page-wrap #islogin.cif-header__login > .item {
  cursor: default; }
  .header-page-wrap #islogin.cif-header__login > .item::after {
    display: none;
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    margin: -3px auto 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #aaaaaa;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear; }
  .header-page-wrap #islogin.cif-header__login > .item:hover {
    color: #f676a6; }
    .header-page-wrap #islogin.cif-header__login > .item:hover::after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }

.header-page-wrap .cif-search {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 42px;
  width: 580px;
  font-size: 0; }
  .header-page-wrap .cif-search > .cont {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 500px;
    height: 42px;
    margin: 0;
    border: 2px solid #f676a6;
    border-right: none;
    overflow: hidden; }
    .header-page-wrap .cif-search > .cont::after {
      content: "";
      display: block;
      width: 100%;
      height: 0;
      clear: both; }
  .header-page-wrap .cif-search .cif-search__lab {
    float: left;
    width: 40px;
    height: 38px;
    text-align: center;
    line-height: 40px; }
    .header-page-wrap .cif-search .cif-search__lab .iconfont {
      color: #ccc; }
  .header-page-wrap .cif-search .cif-search__input {
    float: left;
    padding: 0;
    width: 440px;
    height: 100%;
    outline: none;
    border: none;
    line-height: 40px;
    color: #333;
    font-size: 14px; }
    .header-page-wrap .cif-search .cif-search__input::-webkit-input-placeholder {
      color: #999; }
    .header-page-wrap .cif-search .cif-search__input::-moz-placeholder {
      color: #999; }
    .header-page-wrap .cif-search .cif-search__input::-ms-input-placeholder {
      color: #999; }
    .header-page-wrap .cif-search .cif-search__input::placeholder {
      color: #999; }
  .header-page-wrap .cif-search .cif-search__btn {
    display: inline-block;
    width: 80px;
    height: 42px;
    background: #f676a6;
    font-size: 14px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    vertical-align: top;
    cursor: pointer; }
    .header-page-wrap .cif-search .cif-search__btn:hover {
      background-color: #ff8739; }
  .header-page-wrap .cif-search .cif-search__hover {
    display: none;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 40px;
    width: 498px;
    height: auto;
    border: 2px solid #f676a6;
    border-top: none;
    background: #fff;
    font-size: 14px;
    color: #333; }
    .header-page-wrap .cif-search .cif-search__hover.is-active {
      display: block; }
  .header-page-wrap .cif-search .cif-search__rankicon {
    position: absolute;
    right: 90px;
    background: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/search_rank_icon.gif) center no-repeat;
    -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right;
    -webkit-animation: search-rank-icon 6.1s infinite both;
            animation: search-rank-icon 6.1s infinite both; }
  .header-page-wrap .cif-search .cif-search__rank {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding-left: 14px;
    width: 100%;
    font-size: 14px;
    line-height: 35px;
    color: #666; }
    .header-page-wrap .cif-search .cif-search__rank:last-child {
      margin-bottom: 10px; }
    .header-page-wrap .cif-search .cif-search__rank.is-tit {
      margin-bottom: 2px;
      line-height: 30px; }
      .header-page-wrap .cif-search .cif-search__rank.is-tit::after {
        content: "";
        display: block;
        width: 100%;
        height: 0;
        clear: both; }
      .header-page-wrap .cif-search .cif-search__rank.is-tit img {
        float: left;
        width: auto;
        margin-top: 2px;
        max-height: 30px;
        max-width: 300px; }
      .header-page-wrap .cif-search .cif-search__rank.is-tit .more {
        float: right;
        font-size: 12px;
        color: #f676a6; }
        .header-page-wrap .cif-search .cif-search__rank.is-tit .more .iconfont {
          display: inline-block;
          -webkit-transform: rotate(90deg) translate(0px, 8px);
              -ms-transform: rotate(90deg) translate(0px, 8px);
                  transform: rotate(90deg) translate(0px, 8px);
          font-size: 14px; }
    .header-page-wrap .cif-search .cif-search__rank.is-type1 span {
      position: relative; }
      .header-page-wrap .cif-search .cif-search__rank.is-type1 span::after {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        margin-left: 5px;
        background: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/search_rank_type1.png) center no-repeat; }
    .header-page-wrap .cif-search .cif-search__rank.is-type2 span::after {
      content: "沸";
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-left: 5px;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      background-color: #f676a6;
      -webkit-transform: scale(0.83);
          -ms-transform: scale(0.83);
              transform: scale(0.83);
      font-size: 12px;
      line-height: 16px;
      color: #fff;
      text-align: center; }
    .header-page-wrap .cif-search .cif-search__rank.is-type3 span::after {
      content: "热";
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-left: 5px;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      background-color: #ffa916;
      -webkit-transform: scale(0.83);
          -ms-transform: scale(0.83);
              transform: scale(0.83);
      font-size: 12px;
      line-height: 16px;
      color: #fff;
      text-align: center; }
    .header-page-wrap .cif-search .cif-search__rank.is-type4 span::after {
      content: "新";
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-left: 5px;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      background-color: #f63f3f;
      -webkit-transform: scale(0.83);
          -ms-transform: scale(0.83);
              transform: scale(0.83);
      font-size: 12px;
      line-height: 16px;
      color: #fff;
      text-align: center; }
  .header-page-wrap .cif-search .cif-search__sug {
    background-color: #f2f4f6; }
  .header-page-wrap .cif-search .cif-search__suggroup {
    display: block;
    background: #fff;
    line-height: 24px; }
    .header-page-wrap .cif-search .cif-search__suggroup.is-type1 {
      height: 65px;
      margin-bottom: 4px; }
      .header-page-wrap .cif-search .cif-search__suggroup.is-type1::after {
        content: "";
        display: block;
        width: 100%;
        height: 0;
        clear: both; }
      .header-page-wrap .cif-search .cif-search__suggroup.is-type1 .cif-imgbox {
        float: left;
        width: 88px;
        height: 38px;
        margin: 10px 0 0 38px;
        border: 1px solid #f2f4f6;
        -webkit-border-radius: 2px;
                border-radius: 2px;
        -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04);
                box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04); }
      .header-page-wrap .cif-search .cif-search__suggroup.is-type1 .cif-imgbox-no-guoyuan {
        width: 42px;
        height: 42px; }
      .header-page-wrap .cif-search .cif-search__suggroup.is-type1 .cont {
        float: left;
        width: 234px;
        margin: 8px 0 0 7px; }
      .header-page-wrap .cif-search .cif-search__suggroup.is-type1 .tit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .header-page-wrap .cif-search .cif-search__suggroup.is-type1 .tit em {
          font-style: normal; }
        .header-page-wrap .cif-search .cif-search__suggroup.is-type1 .tit .text {
          overflow: hidden;
          -o-text-overflow: ellipsis;
             text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1; }
        .header-page-wrap .cif-search .cif-search__suggroup.is-type1 .tit .tag {
          height: 21px;
          padding: 0 6px;
          border: 1px solid #ebeced;
          -webkit-border-radius: 2px;
                  border-radius: 2px;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          -webkit-transform: scale(0.66);
              -ms-transform: scale(0.66);
                  transform: scale(0.66);
          text-align: center;
          font-size: 12px;
          line-height: 21px;
          color: #999; }
      .header-page-wrap .cif-search .cif-search__suggroup.is-type1 .desc {
        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: 1; }
      .header-page-wrap .cif-search .cif-search__suggroup.is-type1 .btn {
        float: right;
        margin: 18px 28px 0 0;
        font-size: 12px;
        color: #f676a6; }
    .header-page-wrap .cif-search .cif-search__suggroup.is-type2 {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%;
      padding: 0 0 11px 38px;
      background: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/search_sug_type2.png) #fff 12px 16px/20px 20px no-repeat; }
      .header-page-wrap .cif-search .cif-search__suggroup.is-type2:not(:last-child) {
        border-bottom: 1px solid #ebeced; }
      .header-page-wrap .cif-search .cif-search__suggroup.is-type2 > .tit {
        padding-top: 13px;
        line-height: 28px; }
      .header-page-wrap .cif-search .cif-search__suggroup.is-type2 em {
        color: #f676a6;
        font-style: normal; }
      .header-page-wrap .cif-search .cif-search__suggroup.is-type2 .item {
        display: block;
        font-size: 12px;
        color: #666; }
    .header-page-wrap .cif-search .cif-search__suggroup.is-type3 {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%;
      padding: 0 0 10px 38px;
      background: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/search_sug_type3.png) #fff 12px 16px/20px 20px no-repeat; }
      .header-page-wrap .cif-search .cif-search__suggroup.is-type3:not(:last-child) {
        border-bottom: 1px solid #ebeced; }
      .header-page-wrap .cif-search .cif-search__suggroup.is-type3 > .tit {
        padding-top: 13px;
        padding-bottom: 2px;
        line-height: 28px; }
      .header-page-wrap .cif-search .cif-search__suggroup.is-type3 em {
        color: #f676a6;
        font-style: normal; }
      .header-page-wrap .cif-search .cif-search__suggroup.is-type3 .item {
        display: block;
        height: 60px; }
        .header-page-wrap .cif-search .cif-search__suggroup.is-type3 .item::after {
          content: "";
          display: block;
          width: 100%;
          height: 0;
          clear: both; }
        .header-page-wrap .cif-search .cif-search__suggroup.is-type3 .item .cif-imgbox {
          float: left;
          width: 42px;
          height: 42px;
          margin: 8px 0 0 0px;
          border: 1px solid #f2f4f6;
          -webkit-border-radius: 2px;
                  border-radius: 2px; }
        .header-page-wrap .cif-search .cif-search__suggroup.is-type3 .item .cont {
          float: left;
          width: 282px;
          margin: 8px 0 0 7px; }
        .header-page-wrap .cif-search .cif-search__suggroup.is-type3 .item .tit {
          font-size: 12px; }
        .header-page-wrap .cif-search .cif-search__suggroup.is-type3 .item .desc {
          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: 1; }
        .header-page-wrap .cif-search .cif-search__suggroup.is-type3 .item .btn {
          float: right;
          margin: 18px 28px 0 0;
          font-size: 12px;
          color: #f676a6; }
    .header-page-wrap .cif-search .cif-search__suggroup.is-type4 {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%;
      padding: 0 0 11px 38px;
      background: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/search_sug_type4.png) #fff 12px 16px/20px 20px no-repeat; }
      .header-page-wrap .cif-search .cif-search__suggroup.is-type4:not(:last-child) {
        border-bottom: 1px solid #ebeced; }
      .header-page-wrap .cif-search .cif-search__suggroup.is-type4 > .tit {
        padding-top: 13px;
        line-height: 28px; }
      .header-page-wrap .cif-search .cif-search__suggroup.is-type4 em {
        color: #f676a6;
        font-style: normal; }
      .header-page-wrap .cif-search .cif-search__suggroup.is-type4 .item {
        display: block;
        font-size: 12px;
        color: #666; }

.header-page-wrap .cif-navmenu {
  position: absolute;
  left: 0;
  top: 1px;
  width: 240px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 3px;
          border-radius: 3px;
  line-height: 1;
  z-index: 2; }
  .header-page-wrap .cif-navmenu .cif-navmenu__head {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding: 0 20px;
    width: 240px;
    height: 42px;
    font-size: 16px;
    line-height: 42px;
    color: #fff;
    background: #f676a6;
    cursor: pointer; }
    .header-page-wrap .cif-navmenu .cif-navmenu__head .icon-mulu {
      font-size: 14px;
      margin-right: 5px;
      display: inline-block;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .header-page-wrap .cif-navmenu .cif-navmenu__cont {
    position: absolute;
    width: 100%;
    -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-box-shadow: 0px 1px 11px 1px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 1px 11px 1px rgba(0, 0, 0, 0.07);
    -webkit-animation: forwards 0.3s 1;
            animation: forwards 0.3s 1;
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    background: #fff; }
	  .header-page-wrap .cif-navmenu .cif-navmenu__cont2 {
    position: absolute;
    width: 100%;
    background: #fff; }
  .header-page-wrap .cif-navmenu .cif-navmenu__item {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 114px;
    width: 210px;
    margin: 0 auto;
    z-index: 1; }
    .header-page-wrap .cif-navmenu .cif-navmenu__item:not(:first-child) {
      border-top: 1px solid #ebeced; }
    .header-page-wrap .cif-navmenu .cif-navmenu__item:hover {
      width: 100%;
      padding: 0 15px;
      -webkit-box-shadow: 0px 1px 11px 1px rgba(0, 0, 0, 0.07);
              box-shadow: 0px 1px 11px 1px rgba(0, 0, 0, 0.07); }
      .header-page-wrap .cif-navmenu .cif-navmenu__item:hover .cif-navmenu__item__tit {
        color: #f676a6; }
      .header-page-wrap .cif-navmenu .cif-navmenu__item:hover,
      .header-page-wrap .cif-navmenu .cif-navmenu__item:hover + .cif-navmenu__item {
        border-color: transparent; }
      .header-page-wrap .cif-navmenu .cif-navmenu__item:hover .cif-navmenu__hoverbox {
        display: block;
        z-index: 1; }
    .header-page-wrap .cif-navmenu .cif-navmenu__item .cif-navmenu__item__flex {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .header-page-wrap .cif-navmenu .cif-navmenu__item .cif-navmenu__item__flex .iconfont {
        font-size: 16px;
        color: #aaa; }
    .header-page-wrap .cif-navmenu .cif-navmenu__item .cif-navmenu__item__cont {
      width: 120px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      line-height: 24px;
      color: #999; }
    .header-page-wrap .cif-navmenu .cif-navmenu__item .cif-navmenu__item__tit {
      font-weight: bold;
      color: #333;
      font-size: 16px; }
    .header-page-wrap .cif-navmenu .cif-navmenu__item .cif-navmenu__item__desc {
      font-size: 12px; }
    .header-page-wrap .cif-navmenu .cif-navmenu__item .cif-navmenu__item__img {
      width: 60px;
      height: 80px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin: 0 12px 0 -6px; }
  .header-page-wrap .cif-navmenu .cif-navmenu__hoverbox {
    display: none;
    position: absolute;
    left: 240px;
    top: 0px;
    width: 646px;
    height: 343px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 11px 1px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 1px 11px 1px rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 3px;
            border-radius: 3px;
    z-index: -1; }
  .header-page-wrap .cif-navmenu.is-open .cif-navmenu__cont {
    display: block;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1); }
			  .header-page-wrap .cif-navmenu.is-open .cif-navmenu__cont2 {
    display: block;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1); }
  .header-page-wrap .cif-navmenu:not(.is-open):hover .cif-navmenu__cont {
    display: block;
    -webkit-animation-name: expand-in-top;
            animation-name: expand-in-top; }
			  .header-page-wrap .cif-navmenu:not(.is-open):hover .cif-navmenu__cont2 {
    display: block;
    -webkit-animation-name: expand-in-top;
            animation-name: expand-in-top; }
  .header-page-wrap .cif-navmenu:not(.is-open):hover .cif-navmenu__head .icon-mulu {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }

.header-page-wrap .cif-nav-service .cif-nav-service__top {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  border-bottom: 1px solid #ebeced; }
  .header-page-wrap .cif-nav-service .cif-nav-service__top::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both; }
  .header-page-wrap .cif-nav-service .cif-nav-service__top .cont {
    float: left;
    max-width: 390px; }
  .header-page-wrap .cif-nav-service .cif-nav-service__top .tit {
    margin-top: 13px;
    font-size: 16px;
    color: #333;
    font-weight: bold; }
  .header-page-wrap .cif-nav-service .cif-nav-service__top .desc {
    margin-top: 2px;
    font-size: 14px;
    color: #999;
    line-height: 32px; }

.header-page-wrap .cif-nav-service .cif-nav-service__counselor {
  position: absolute;
  bottom: 0;
  right: 20px;
  cursor: pointer; }
  .header-page-wrap .cif-nav-service .cif-nav-service__counselor .cif-imgbox {
    width: 80px;
    height: 80px;
    margin: 0 auto; }
  .header-page-wrap .cif-nav-service .cif-nav-service__counselor:hover .btn {
    top: 25px; }
  .header-page-wrap .cif-nav-service .cif-nav-service__counselor .btn {
    position: absolute;
    top: 30px;
    right: 86px;
    padding: 0 13px;
    height: 28px;
    color: #fff;
    font-size: 12px;
    line-height: 28px;
    white-space: nowrap;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#fe9c23), to(#ff810b));
    background: -webkit-linear-gradient(left, #fe9c23, #ff810b);
    background: -o-linear-gradient(left, #fe9c23, #ff810b);
    background: linear-gradient(90deg, #fe9c23, #ff810b);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(254, 109, 0, 0.3);
            box-shadow: 0px 2px 10px 0px rgba(254, 109, 0, 0.3);
    -webkit-border-radius: 14px;
            border-radius: 14px;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .header-page-wrap .cif-nav-service .cif-nav-service__counselor .btn::after {
      content: "";
      position: absolute;
      right: -6px;
      width: 20px;
      height: 28px;
      background: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/5c012a107feb4c7ca65bdd554745cede.png) no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%; }

.header-page-wrap .cif-nav-service .cif-nav-service__itembox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-left: 20px; }
  .header-page-wrap .cif-nav-service .cif-nav-service__itembox::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both; }

.header-page-wrap .cif-nav-service .cif-nav-service__item {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 175px;
  height: 50px;
  margin-top: 30px; }
  .header-page-wrap .cif-nav-service .cif-nav-service__item:not(:nth-child(3n)) {
    margin-right: 40px; }
  .header-page-wrap .cif-nav-service .cif-nav-service__item:hover .tit {
    color: #f676a6; }
  .header-page-wrap .cif-nav-service .cif-nav-service__item .cif-imgbox {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    border: 1px solid #ebeced;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .header-page-wrap .cif-nav-service .cif-nav-service__item .cont {
    line-height: 24px;
    min-width: 0; }
  .header-page-wrap .cif-nav-service .cif-nav-service__item .tit {
    font-size: 14px;
    font-weight: bold;
    color: #666; }
  .header-page-wrap .cif-nav-service .cif-nav-service__item .desc {
    font-size: 12px;
    color: #999; }

.header-page-wrap .cif-nav-service .cif-nav-service__more {
  float: left;
  width: 175px;
  height: 50px;
  margin-top: 30px;
  background: rgba(254, 109, 0, 0.1);
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-size: 12px;
  color: #f676a6;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .header-page-wrap .cif-nav-service .cif-nav-service__more .iconfont {
    position: relative;
    top: 2px;
    font-size: 18px; }
  .header-page-wrap .cif-nav-service .cif-nav-service__more:hover {
    background: rgba(254, 109, 0, 0.2); }

@-webkit-keyframes expand-in-top {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0); }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

@keyframes expand-in-top {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0); }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

@-webkit-keyframes search-rank-icon {
  0%,
  50% {
    right: 90px;
    opacity: 1;
    top: 3px;
    width: 96px;
    height: 96px;
    -webkit-transform: scale3d(0.35, 0.35, 1);
            transform: scale3d(0.35, 0.35, 1);
    background: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/search_rank_icon.gif) center no-repeat; }
  50.9% {
    opacity: 0; }
  51%,
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    top: 8px;
    width: 57px;
    height: 26px;
    background: url(search_rank_text.png) center no-repeat; } }

@keyframes search-rank-icon {
  0%,
  50% {
    right: 90px;
    opacity: 1;
    top: 3px;
    width: 96px;
    height: 96px;
    -webkit-transform: scale3d(0.35, 0.35, 1);
            transform: scale3d(0.35, 0.35, 1);
    background: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/search_rank_icon.gif) center no-repeat; }
  50.9% {
    opacity: 0; }
  51%,
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    top: 8px;
    width: 57px;
    height: 26px;
    background: url(search_rank_text.png) center no-repeat; } }

.header-page-wrap .clear {
  overflow: initial;
  height: auto; }

.header-page-wrap {
  position: relative;
  z-index: 5; }

.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; }

.btn-member__txt {
  color: #f676a6; }
  .btn-member__txt:hover {
    color: #ff8739; }
  .btn-member__txt:hover + .btn-member__icon {
    background: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/783e1b5ca7954301a1557325832ac531.png) no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%; }

.btn-member__icon {
  position: relative;
  top: 1px;
  left: 6px;
  width: 6px;
  height: 10px;
  background: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/aed87a09d88c49c6ae5acabbf0bb1d74.png) no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%; }

#islogin .cif-header__member--tips {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #f676a6;
  font-weight: normal;
  text-align: left;
  cursor: pointer; }
  #islogin .cif-header__member--tips:hover {
    color: #ff8739; }
  #islogin .cif-header__member--tips:hover > .cif-header__member--icon {
    background: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/783e1b5ca7954301a1557325832ac531.png) no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%; }

.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__member--icon {
  display: inline-block;
  position: relative;
  top: 1px;
  left: 6px;
  width: 4px;
  height: 10px;
  background: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/aed87a09d88c49c6ae5acabbf0bb1d74.png) no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%; }

.item-member__status--icon {
  position: absolute;
  top: -24px;
  right: -48px;
  width: 72px;
  height: 36px;
  background: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/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; }

#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; }

#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-btn__status--hover:hover {
  opacity: 0.8; }

#islogin .header-fixed {
  position: relative; }

#notlogin .item-notlogin__box--fixed {
  padding: 0 13px; }

#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%); }

#islogin .cif-header__name--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#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); } }

#notlogin:hover > .cif-header__hoverbox--notlogin {
  position: absolute;
  width: 231px;
  height: auto;
  overflow: initial;
  opacity: 1;
  top: 42px;
  left: 50%;
  z-index: 2;
  font-size: 14px; }

.member_login {
  position: absolute;
  left: 90%;
  width: 48px;
  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;
  float: left;
  top: -22%;
  margin-right: 8px;
  z-index: 3; }
  .member_login:hover .member_login_card {
    visibility: visible;
    z-index: 3; }
  .member_login .member_login--icon {
    position: relative;
    top: 8px;
    width: 18px;
    height: 16px;
    background-image: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/08aa5de1ee9543bc97794f3b1ed076cb.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%; }
  .member_login .member_login--title {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #e39f39;
    margin-top: 2px; }
  .member_login .member_login_card_none {
    visibility: hidden;
    position: absolute;
    top: 60px;
    z-index: -3; }
  .member_login .member_login_card_opicty {
    opacity: 0; }
  .member_login .member_login_card {
    width: 200px;
    height: 285px;
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1); }
    .member_login .member_login_card::after {
      content: "";
      position: absolute;
      left: 50%;
      top: -9px;
      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; }
    .member_login .member_login_card .member-card__cont {
      height: 179px;
      width: 100%;
      margin-top: 7px; }
    .member_login .member_login_card .member-card_slide {
      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; }
    .member_login .member_login_card .member-card__title {
      font-size: 14px;
      font-family: MicrosoftYaHei;
      color: #999999;
      margin-top: 4px;
      padding-top: 12px;
      text-align: center; }
    .member_login .member_login_card .member-card__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 0;
      margin-bottom: 8px;
      width: 116px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      cursor: pointer; }
      .member_login .member_login_card .member-card__item:hover .member-card__item--desc {
        color: #e39f39; }
      .member_login .member_login_card .member-card__item .member-card__item--icon {
        width: 28px;
        height: 30px; }
      .member_login .member_login_card .member-card__item .member-card__item--desc {
        font-size: 14px;
        font-family: MicrosoftYaHei;
        color: #666666;
        margin-left: 18px;
        position: relative;
        right: 16px; }
    .member_login .member_login_card .member-card__item--left {
      position: relative !important;
      right: 2px !important; }
    .member_login .member_login_card .member-card__btn {
      position: relative;
      top: -15px;
      width: 124px;
      height: 40px;
      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%);
      -webkit-border-radius: 20px;
              border-radius: 20px;
      font-size: 14px;
      font-family: MicrosoftYaHei;
      line-height: 40px;
      text-align: center;
      color: #ffffff;
      margin: auto;
      cursor: pointer; }
    .member_login .member_login_card .swiper-contanier--member {
      height: 100%; }
    .member_login .member_login_card .swiper-pagination--member .swiper-pagination-bullet {
      width: 8px;
      height: 5px;
      background: #deb871;
      -webkit-border-radius: 3px;
              border-radius: 3px; }
    .member_login .member_login_card .swiper-pagination--member .swiper-pagination-bullet-active {
      width: 8px;
      height: 5px;
      background: #deb871;
      opacity: 0.4;
      -webkit-border-radius: 3px;
              border-radius: 3px; }

.member-status__icon--tips {
  width: 24px;
  height: 14px;
  background-image: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/191ea25ee4064f73932d271f5b56ff77.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  margin-left: 6px;
  margin-top: -6px; }

.swiper-user-service--member {
  width: 100%; }

.swiper-user-service--member .user-service_slide .serviceIcon img {
  width: 42px;
  height: 48px; }

.swiper-user-service--member .user-service_slide .tit {
  position: relative;
  top: 2px; }

.user-service_slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.swiper-user-service--wrapper {
  padding-bottom: 25px; }

.swiper-pagination-userservice--member {
  position: absolute;
  top: 62px; }

.swiper-pagination-userservice--member .swiper-pagination-bullet {
  width: 8px;
  height: 5px;
  background: #deb871;
  -webkit-border-radius: 3px;
          border-radius: 3px; }

.swiper-pagination-userservice--member .swiper-pagination-bullet-active {
  width: 8px;
  height: 5px;
  background: #deb871;
  opacity: 0.4;
  -webkit-border-radius: 3px;
          border-radius: 3px; }

.cif-user__service--swiper {
  height: 100%; }

.cif-member-card-opacity {
  opacity: hidden; }

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

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

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

.cif-crumb {
  padding: 18px 0;
  font-size: 12px;
  color: #999; }
  .cif-crumb__item {
    color: #999; }
    .cif-crumb__item:last-child {
      color: #666; }
    .cif-crumb__item + .cif-crumb__item::before {
      content: " > ";
      color: #999; }

.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: #f676a6;
      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: #f676a6;
  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("http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/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-empty {
  text-align: center;
  position: relative; }
  .cif-empty__icon {
    width: 100%;
    height: auto;
    margin: 0 auto; }
  .cif-empty__desc {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 36px;
    margin: 19px 0 59px;
    text-align: center; }
  .cif-empty__container {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center; }
  .cif-empty__img {
    width: 188px;
    height: 116px; }
  .cif-empty__imgauto {
    width: auto;
    height: auto; }

.cif-emptybtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center; }
  .cif-emptybtns__graybtn {
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: #eaeaea;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    cursor: pointer;
    font-size: 14px; }
  .cif-emptybtns__orgbtn {
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: #f676a6;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px; }

.cif-rcard {
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  width: 100%;
  background: white; }
  .cif-rcard.is-shadow {
    border: none;
    -webkit-box-shadow: 1px 2px 12px -5px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 2px 12px -5px rgba(0, 0, 0, 0.1); }
  .cif-rcard.is-fixed {
    position: fixed;
    width: 300px;
    top: 0px;
    z-index: 99; }
  .cif-rcard__head {
    height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #ebeced;
    position: relative; }
    .cif-rcard__head .title {
      font-size: 16px;
      line-height: 50px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: #333333; }
    .cif-rcard__head .right-oper {
      font-size: 12px;
      font-weight: 400;
      color: #999999;
      cursor: pointer;
      float: right;
      line-height: 50px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .cif-rcard__head .right-oper .iconfont {
        font-size: 12px; }
      .cif-rcard__head .right-oper:hover {
        color: #f676a6; }
    .cif-rcard__head .color-default {
      color: #f676a6; }
      .cif-rcard__head .color-default:hover {
        color: #ff8739; }
    .cif-rcard__head .close-active-tip .iconfont {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 10px;
      cursor: pointer; }
      .cif-rcard__head .close-active-tip .iconfont:hover {
        color: #ff8739; }
  .cif-rcard__body {
    padding: 20px; }
    .cif-rcard__body.is-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .cif-rcard__body.is-type1 {
      padding: 20px 0; }
    .cif-rcard__body .active-btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
      .cif-rcard__body .active-btns .common {
        width: 100%;
        line-height: 38px;
        height: 38px; }
      .cif-rcard__body .active-btns .cif-btn.is-already {
        background: #b2b2b2;
        cursor: pointer;
        border: 1px solid #b2b2b2; }
        .cif-rcard__body .active-btns .cif-btn.is-already:hover {
          background: #b2b2b2; }
      .cif-rcard__body .active-btns .btn-default {
        background: #f676a6;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        text-align: center;
        font-size: 14px;
        color: #ffffff;
        cursor: pointer; }
        .cif-rcard__body .active-btns .btn-default:hover {
          background: #ff8739; }
      .cif-rcard__body .active-btns .btn-prim {
        text-align: center;
        cursor: pointer;
        font-size: 14px;
        border: 1px solid #f676a6;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        color: #f676a6; }
        .cif-rcard__body .active-btns .btn-prim:hover {
          background: #f676a6;
          color: #ffffff; }
      .cif-rcard__body .active-btns .btn-error {
        background: #b2b2b2;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        text-align: center;
        color: #ffffff;
        font-size: 14px;
        cursor: pointer; }
        .cif-rcard__body .active-btns .btn-error:hover {
          opacity: 0.8; }

.cif-recommend.is-card {
  position: relative;
  display: inline-block;
  margin-bottom: 28px; }
  .cif-recommend.is-card:last-child {
    margin-bottom: 0; }
  .cif-recommend.is-card .imgbox {
    width: 260px;
    height: 136px;
    background: #fe7248;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    overflow: hidden; }
    .cif-recommend.is-card .imgbox:hover img {
      -webkit-transform: scale3d(1.2, 1.2, 1.2);
              transform: scale3d(1.2, 1.2, 1.2); }
    .cif-recommend.is-card .imgbox img {
      width: 100%;
      height: 100%;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .cif-recommend.is-card .title {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    margin-top: 7px; }
    .cif-recommend.is-card .title:hover {
      color: #f676a6; }
  .cif-recommend.is-card .info {
    margin-top: 4px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999; }
    .cif-recommend.is-card .info .binfo-block {
      margin-right: 12px; }

.cif-active__pop--select .pop-card__body {
  padding-top: 24px; }

.cif-active__pop .layui-layer-content {
  padding: 0 !important;
  overflow-y: hidden !important;
  max-height: 70vh; }

.cif-active__pop .layui-layer-title {
  background: white;
  border-bottom: none; }

.cif-active__pop .layui-layer-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 982px;
  height: 88px;
  background: #f2f4f6; }
  .cif-active__pop .layui-layer-btn .layui-layer-btn0 {
    width: 100px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    background: #f676a6;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    text-align: center;
    color: white;
    border: 1px solid #f676a6; }
    .cif-active__pop .layui-layer-btn .layui-layer-btn0:hover {
      opacity: 0.8; }
    .cif-active__pop .layui-layer-btn .layui-layer-btn0.is-type1 {
      background: #b2b2b2;
      border: 1px solid #b2b2b2;
      cursor: not-allowed; }
    .cif-active__pop .layui-layer-btn .layui-layer-btn0.is-type2 {
      width: 150px;
      height: 36px;
      border: 1px solid #f676a6;
      color: #f676a6;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      background: transparent; }
  .cif-active__pop .layui-layer-btn .layui-layer-btn1 {
    width: 150px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #f676a6;
    color: #f676a6;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    background: transparent; }
    .cif-active__pop .layui-layer-btn .layui-layer-btn1:hover {
      opacity: 0.8; }

.cif-active--remind {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start; }
  .cif-active--remind img {
    width: 110px;
    height: 110px;
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px); }
  .cif-active--remind .desc {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .cif-active--remind .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: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 16px; }
    .cif-active--remind .info .title {
      font-size: 18px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #333333;
      line-height: 24px; }
    .cif-active--remind .info .desc {
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #666666;
      line-height: 24px;
      margin-left: 0;
      margin-top: 16px; }

.cif-activebox__more {
  display: block;
  width: 260px;
  height: 37px;
  font-size: 14px;
  line-height: 37px;
  color: #999;
  text-align: center;
  background: #f7f7f7;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer; }
  .cif-activebox__more:hover {
    background: #f676a6;
    color: #fff; }

.cif-activebox__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px dashed #e8e8e8; }
  .cif-activebox__item:last-child {
    border-bottom: none; }
  .cif-activebox__item:first-child {
    padding-top: 0; }
  .cif-activebox__item .cif-imgbox {
    width: 100px;
    height: 70px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 15px;
    border: 1px solid #f2f2f2; }
    .cif-activebox__item .cif-imgbox img {
      height: 100%;
      max-height: initial;
      width: 100%; }
  .cif-activebox__item .cont {
    min-width: 140px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .cif-activebox__item .tit {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  .cif-activebox__item .desc {
    margin-top: 11px;
    font-size: 12px;
    color: #999; }
  .cif-activebox__item.is-detail .cif-imgbox {
    width: 80px;
    height: 80px; }

.cif-themebox__more {
  display: block;
  width: 260px;
  height: 37px;
  font-size: 14px;
  line-height: 37px;
  color: #999;
  text-align: center;
  background: #f7f7f7;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .cif-themebox__more:hover {
    background: #f676a6;
    color: #fff; }

.cif-themebox__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px dashed #e8e8e8; }
  .cif-themebox__item:last-child {
    border-bottom: none; }
  .cif-themebox__item:first-child {
    padding-top: 0; }
  .cif-themebox__item .cif-imgbox {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 15px;
    border: 1px solid #f2f2f2; }
    .cif-themebox__item .cif-imgbox img {
      height: 100%;
      max-height: initial;
      width: 100%; }
  .cif-themebox__item .link-area {
    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-themebox__item .cont {
    min-width: 140px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .cif-themebox__item .tit {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    height: 44px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  .cif-themebox__item .desc {
    margin-top: 11px;
    font-size: 12px;
    color: #999; }
    .cif-themebox__item .desc.is-fixed {
      position: absolute;
      bottom: 20px;
      right: 0; }
  .cif-themebox__item .subscribe-btn-common {
    float: right;
    width: 56px;
    height: 24px;
    line-height: 24px;
    margin-top: -10px;
    color: #f60;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #f60; }
    .cif-themebox__item .subscribe-btn-common:hover {
      border-color: #ff8739;
      background: #ff8739;
      color: #ffffff; }
    .cif-themebox__item .subscribe-btn-common.is-already {
      border: 1px solid #999999;
      color: #999999;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
      .cif-themebox__item .subscribe-btn-common.is-already:hover {
        background: transparent;
        color: #999999; }
  .cif-themebox__item .theme-subscribe-btn {
    border: 1px solid #f676a6;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    color: #f676a6;
    cursor: pointer; }
    .cif-themebox__item .theme-subscribe-btn:hover {
      background: #ff8739;
      color: #ffffff; }

.cif-flexbox--cooperation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .cif-flexbox--cooperation a {
    text-align: center; }
    .cif-flexbox--cooperation a:hover .iconfont {
      -webkit-transition: all 0.3;
      -o-transition: all 0.3;
      transition: all 0.3;
      opacity: 0.8; }
    .cif-flexbox--cooperation a:hover .tit {
      color: #f676a6; }
  .cif-flexbox--cooperation .tit {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666; }
  .cif-flexbox--cooperation .icon-dianyingpiao {
    font-size: 30px;
    color: #f676a6; }
  .cif-flexbox--cooperation .icon-hezuohuobantianchong {
    font-size: 32px;
    color: #4e89ea; }

.cif-flexbox--imgtext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 23px 0 17px;
  font-size: 14px;
  color: #666;
  text-align: center; }
  .cif-flexbox--imgtext .cif-imgbox {
    width: 38px;
    height: 34px;
    margin: 0 auto 8px; }

.cif-layout--level {
  text-align: center; }
  .cif-layout--level .title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    text-align: center; }
  .cif-layout--level .desc {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 24px; }
  .cif-layout--level img {
    width: 130px;
    height: 130px; }

.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: #f676a6;
      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: #f676a6;
  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("http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/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-timeline {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #f2f2f2;
  padding-left: 6px; }
  .cif-timeline__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    position: relative;
    padding-bottom: 20px; }
    .cif-timeline__info .iconfont {
      -webkit-transform: translateX(-6px);
          -ms-transform: translateX(-6px);
              transform: translateX(-6px);
      font-size: 14px; }
    .cif-timeline__info:after {
      content: "";
      width: 1px;
      height: calc(100% - 14px);
      display: inline-block;
      background: #ebeced;
      position: absolute;
      left: 0px;
      top: 18px;
      z-index: 0; }
    .cif-timeline__info:last-child {
      padding-bottom: 0px; }
      .cif-timeline__info:last-child:after {
        display: none; }
    .cif-timeline__info .item-title {
      font-size: 16px;
      font-family: Microsoft YaHei;
      color: #333333;
      font-weight: 600; }
      .cif-timeline__info .item-title em {
        color: #f676a6;
        font-style: normal; }
  .cif-timeline__item {
    padding-left: 20px;
    margin-top: 0;
    position: relative;
    display: block;
    padding-bottom: 20px;
    font-size: 16px; }
    .cif-timeline__item:before {
      content: "";
      width: 10px;
      height: 10px;
      display: inline-block;
      background: #f676a6;
      position: absolute;
      left: -5px;
      top: 8px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      z-index: 2; }
    .cif-timeline__item:after {
      content: "";
      width: 1px;
      height: 100%;
      display: inline-block;
      background: #ebeced;
      position: absolute;
      left: 0;
      top: 5px; }
    .cif-timeline__item:last-child:after {
      display: none; }
    .cif-timeline__item .item-title {
      font-size: 16px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #666666;
      line-height: 24px; }
      .cif-timeline__item .item-title:hover {
        color: #f676a6; }

.cif-empty.is-calendar {
  display: none;
  border-top: 1px solid #f2f2f2;
  padding: 10px 0 0;
  position: relative;
  text-align: center; }
  .cif-empty.is-calendar img {
    width: 100%; }

.cif-tag-label {
  top: 6px;
  right: 6px;
  padding: 2px 10px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  font-size: 12px;
  z-index: 22;
  color: #ffffff;
  position: absolute; }
  .cif-tag-label.is-type1 {
    background: #ff000b; }
  .cif-tag-label.is-type2 {
    background: #55bc61; }
  .cif-tag-label.is-type3 {
    background: #299cf7; }
  .cif-tag-label.is-type4 {
    background: #ff000b;
    padding-left: 20px;
    background-image: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/living.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-right: 6px; }

.cif-banner {
  width: 100%;
  height: 300px;
  background: #fff; }
  .cif-banner .swiper-slide {
    text-align: center; }

.cif-themeDetail {
  font-size: 14px;
  color: #333; }
  .cif-themeDetail__banner {
    margin-top: 20px;
    font-size: 0;
    width: 1200px;
    height: 240px;
    background: #3946a3; }
    .cif-themeDetail__banner img {
      width: 1200px;
      height: 240px; }
  .cif-themeDetail__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 20px 30px 30px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.03);
            box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.03); }
  .cif-themeDetail__image {
    width: 160px;
    height: 160px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    overflow: hidden;
    border: 3px solid #f2f4f6;
    position: relative;
    margin-top: -45px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-color: #fff; }
    .cif-themeDetail__image img {
      width: 100%;
      height: 100%; }
  .cif-themeDetail__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px; }
  .cif-themeDetail__body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 30px; }
  .cif-themeDetail__tip {
    color: #999;
    line-height: 24px;
    margin-top: 10px; }
  .cif-themeDetail__describe {
    color: #999;
    line-height: 24px;
    margin-top: 18px; }
  .cif-themeDetail__btn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 47px;
    margin-left: 220px; }
  .cif-themeDetail__container {
    margin-top: 20px; }
  .cif-themeDetail__liveBox {
    background: #fff;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    padding: 10px 30px 30px; }
  .cif-themeDetail__liveMore {
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    color: #999; }
    .cif-themeDetail__liveMore .cif-btn {
      padding: 0 20px;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      margin-top: 19px; }
  .cif-themeDetail__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    background: #fff;
    padding: 15px 20px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.03);
            box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.03);
    -webkit-border-radius: 3px;
            border-radius: 3px;
    cursor: pointer; }
    .cif-themeDetail__block .iconfont {
      margin-left: 30px;
      color: #999; }
    .cif-themeDetail__block .themeDetail__block__image {
      width: 50px;
      height: 50px;
      overflow: hidden;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .cif-themeDetail__block .themeDetail__block__image img {
        max-width: 100%;
        max-height: 100%; }
    .cif-themeDetail__block .themeDetail__block__body {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-left: 14px;
      font-size: 16px;
      color: #333; }
    .cif-themeDetail__block:hover .themeDetail__block__body,
    .cif-themeDetail__block:hover .iconfont {
      color: #f676a6; }

/**********  主题聚合 ***************/
.cif-themeCategory {
  margin-top: 35px;
  color: #333;
  font-size: 14px; }
  .cif-themeCategory .cif-btn.is-attentioned {
    color: #fff;
    border: #b2b2b2;
    background: #b2b2b2; }
  .cif-themeCategory__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding-top: 17px;
    padding-bottom: 17px;
    border-bottom: 1px solid #ebeced;
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2; }
    .cif-themeCategory__tabs .act-swiperbtn {
      position: absolute;
      right: 0;
      top: 50%;
      cursor: pointer;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 2;
      width: 20px;
      height: 31px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: white; }
      .cif-themeCategory__tabs .act-swiperbtn:hover .iconfont {
        color: #ff6d00; }
      .cif-themeCategory__tabs .act-swiperbtn.is-prev {
        left: 0; }
    .cif-themeCategory__tabs .swiper-button-disabled {
      display: none; }
  .cif-themeCategory__tab {
    font-size: 20px;
    color: #999;
    margin-left: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    width: auto; }
    .cif-themeCategory__tab:first-child {
      margin-left: 0; }
    .cif-themeCategory__tab.on {
      font-weight: bold;
      color: #f60; }
      .cif-themeCategory__tab.on::before {
        content: "";
        width: 100%;
        height: 3px;
        display: block;
        position: absolute;
        left: 0;
        bottom: -17px;
        background: #f60; }
  .cif-themeCategory__title {
    font-size: 24px; }
  .cif-themeCategory__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px; }
  .cif-themeCategory__btn {
    margin-top: 30px;
    text-align: center; }
    .cif-themeCategory__btn .cif-btn {
      line-height: 38px;
      height: 38px;
      width: 120px;
      padding: 0 0 0 10px;
      -webkit-border-radius: 19px;
              border-radius: 19px; }
      .cif-themeCategory__btn .cif-btn .iconfont {
        vertical-align: top;
        font-size: 20px;
        position: relative;
        top: 4px; }
  .cif-themeCategory .cif-themeIndex {
    width: 277.5px; }

.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: #f676a6; }
  .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: #f676a6; }
  .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; }

/************ 关注提示  ***************/
.layui-layer.layui-layer-tips {
  margin-left: -100px; }
  .layui-layer.layui-layer-tips .layui-layer-content {
    padding: 10px;
    -webkit-border-radius: 5px;
            border-radius: 5px; }
    .layui-layer.layui-layer-tips .layui-layer-content i.layui-layer-TipsG {
      background: #000;
      width: 10px;
      height: 10px;
      top: auto;
      left: auto;
      right: 50px !important;
      display: inline-block;
      border: 0;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .layui-layer.layui-layer-tips .layui-layer-content i.layui-layer-TipsT {
      bottom: -5px !important; }
    .layui-layer.layui-layer-tips .layui-layer-content i.layui-layer-TipsB {
      top: -5px !important; }

.cif-btn--info {
  color: white;
  background-color: #b2b2b2;
  border: 1px solid #b2b2b2; }

.cif-poplayer__header {
  width: 982px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  border-bottom: 1px solid #e8e8e8; }
  .cif-poplayer__header .tit {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333; }
  .cif-poplayer__header .desc {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin: 8px 0; }

.cif-poplayer__tabs {
  padding: 0 20px;
  overflow: hidden;
  position: relative; }
  .cif-poplayer__tabs .swiper-slide {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    width: auto;
    font-size: 16px;
    color: #999999;
    margin-right: 50px;
    padding-bottom: 10px;
    cursor: pointer; }
    .cif-poplayer__tabs .swiper-slide.is-active {
      border-bottom: 2px solid #ff6d00; }
  .cif-poplayer__tabs .act-swiperbtn {
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .cif-poplayer__tabs .act-swiperbtn:hover .iconfont {
      color: #ff6d00; }
    .cif-poplayer__tabs .act-swiperbtn.is-prev {
      left: 0; }
  .cif-poplayer__tabs .swiper-button-disabled {
    display: none; }

.cif-poplayer__body {
  padding: 0 30px;
  height: 500px;
  overflow: auto;
  max-height: calc(70vh - 80px); }

.cif-subgroup:first-child {
  margin-top: 16px; }

.cif-subgroup__tit {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  padding-left: 13px;
  position: relative; }
  .cif-subgroup__tit::before {
    content: "";
    width: 5px;
    height: 14px;
    background: #ff6d00;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.cif-subgroup__cont {
  width: 920px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 14px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden; }

.cif-subitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 294px;
  height: 70px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e8e8e8;
  cursor: pointer;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  float: left;
  margin-right: 17px; }
  .cif-subitem:nth-child(3n) {
    margin-right: 0; }
  .cif-subitem:hover {
    border: 1px solid #ff4f11; }
  .cif-subitem .imgbox {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    margin-right: 8px; }
    .cif-subitem .imgbox img {
      width: 100%;
      height: 100%;
      -webkit-border-radius: 3px;
              border-radius: 3px; }
  .cif-subitem__info {
    width: 178px;
    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-subitem__info .tit {
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #666666;
      line-height: 22px; }
    .cif-subitem__info .desc {
      font-size: 12px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #999999; }
  .cif-subitem__check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .cif-subitem__check .icon-check_box_select {
      display: none;
      color: #f676a6;
      font-size: 18px; }
    .cif-subitem__check .icon-uncheck {
      display: block;
      color: #cccccc;
      font-size: 18px; }
    .cif-subitem__check.is-checked .icon-check_box_select {
      display: inline-block; }
    .cif-subitem__check.is-checked .icon-uncheck {
      display: none; }

.cif-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  color: #333;
  word-break: break-all; }
  .cif-video.is-default--padding {
    padding: 30px; }
  .cif-video__top {
    width: 300px;
    height: 168px; }
    .cif-video__top video {
      width: 300px;
      height: 168px; }
  .cif-video__item img {
    width: 100%;
    height: 100%; }
  .cif-video__item:hover .cif-video__title {
    color: #f676a6; }
  .cif-video__image {
    display: block;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    overflow: hidden;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .cif-video__image:hover:after {
      background: rgba(0, 0, 0, 0); }
    .cif-video__image:before {
      content: '';
      width: 40px;
      height: 40px;
      display: block;
      position: absolute;
      background: url("http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/1c7e26b5aa9d44cbaacd3724892b8e2e.png") no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      background-position: center;
      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-video__image:after {
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      background: rgba(0, 0, 0, 0.2);
      left: 0;
      top: 0;
      z-index: 1;
      position: absolute; }
    .cif-video__image .video__duration {
      font-size: 12px;
      color: #fff;
      position: absolute;
      bottom: 0;
      left: 0;
      line-height: 32px;
      z-index: 2;
      width: 100%;
      text-align: right;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-right: 8px;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)); }
    .cif-video__image .cif-video__title--tag {
      position: absolute;
      left: 0px;
      top: 0px;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      padding: 0 5px;
      line-height: 18px;
      z-index: 2;
      font-size: 12px; }
  .cif-video__body {
    margin-top: 15px;
    padding: 0 5px; }
  .cif-video__title:hover {
    color: #f676a6; }
  .cif-video__describe {
    font-size: 14px;
    color: #999;
    margin-top: 20px;
    word-break: break-all; }
  .cif-video__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 12px;
    color: #999;
    margin-top: 10px;
    height: 24px;
    line-height: 24px;
    overflow: hidden; }
    .cif-video__author .video__portrait {
      width: 24px;
      height: 24px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      overflow: hidden;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .cif-video__author .video__portrait img {
        width: 22px;
        height: 22px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        border: 1px solid #ccc; }
    .cif-video__author .video__author {
      max-width: calc(100% - 34px);
      margin-left: 10px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .cif-video__author .video__createTime {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-left: 10px; }
  .cif-video.is-column-3 .cif-video__item {
    width: 266px;
    margin-left: 30px; }
    .cif-video.is-column-3 .cif-video__item:nth-child(n + 4) {
      margin-top: 30px; }
    .cif-video.is-column-3 .cif-video__item:nth-child(3n + 1) {
      margin-left: 0; }
  .cif-video.is-column-3 .cif-video__image {
    width: 266px;
    height: 154px; }
  .cif-video.is-column-3 .cif-video__title {
    line-height: 20px;
    height: 40px; }
  .cif-video.is-column-3.is-small .cif-video__item {
    width: 190px; }
  .cif-video.is-column-3.is-small .cif-video__image {
    width: 190px;
    height: 110px; }
  .cif-video.is-column-4 .cif-video__item {
    width: 285px;
    margin-left: 20px; }
    .cif-video.is-column-4 .cif-video__item:nth-child(n + 5) {
      margin-top: 30px; }
    .cif-video.is-column-4 .cif-video__item:nth-child(4n + 1) {
      margin-left: 0; }
  .cif-video.is-column-4 .cif-video__image {
    width: 285px;
    height: 165px; }
  .cif-video.is-column-4 .cif-video__title {
    line-height: 20px;
    height: 40px; }
  .cif-video.is-column-4.is-small .cif-video__item {
    width: 190px;
    font-size: 14px; }
  .cif-video.is-column-4.is-small .cif-video__image {
    width: 190px;
    height: 110px; }
  .cif-video.is-list {
    padding: 0 30px 30px; }
    .cif-video.is-list .cif-video__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      border-bottom: 1px solid #f2f2f2;
      padding: 20px 0; }
      .cif-video.is-list .cif-video__item:last-child {
        padding-bottom: 0;
        border-bottom: 0; }
    .cif-video.is-list .cif-video__image {
      width: 260px;
      height: 150px; }
    .cif-video.is-list .cif-video__body {
      margin-top: 0;
      padding: 0;
      margin-left: 25px; }
    .cif-video.is-list .cif-video__title {
      height: 60px;
      font-size: 18px;
      line-height: 30px; }
      .cif-video.is-list .cif-video__title .cif-propaganda__title--tag {
        top: 9px;
        margin-right: 5px; }
    .cif-video.is-list .cif-video__author {
      margin-top: 30px; }
      .cif-video.is-list .cif-video__author .video__createTime {
        margin-left: 0; }
      .cif-video.is-list .cif-video__author .video__tags {
        margin-left: 30px; }
        .cif-video.is-list .cif-video__author .video__tags i {
          color: #ccc; }
        .cif-video.is-list .cif-video__author .video__tags span, .cif-video.is-list .cif-video__author .video__tags a {
          margin-left: 10px; }
  .cif-video.is-library .cif-video__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    border: 1px solid #E8E8E8;
    padding: 30px;
    -webkit-border-radius: 2px;
            border-radius: 2px; }
    .cif-video.is-library .cif-video__item:nth-child(n + 2) {
      margin-top: 20px; }
  .cif-video.is-library .cif-video__title {
    width: 100%;
    font-weight: bold; }
  .cif-video.is-library .cif-video__image {
    width: 138px;
    height: 78px;
    margin-top: 15px; }
    .cif-video.is-library .cif-video__image:before {
      width: 30px;
      height: 30px; }
  .cif-video.is-library .cif-video__body {
    width: calc(100% - 160px);
    margin-top: 15px;
    margin-left: 20px;
    padding: 0; }
  .cif-video.is-library .cif-video__describe {
    margin-top: 0;
    font-size: 14px;
    line-height: 24px;
    word-break: break-all; }
  .cif-video.is-library .cif-video__author {
    margin-top: 8px; }
  .cif-video.is-mini {
    padding: 20px; }
    .cif-video.is-mini .cif-video__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      .cif-video.is-mini .cif-video__item:nth-child(n + 2) {
        margin-top: 20px; }
    .cif-video.is-mini .cif-video__title {
      font-size: 14px;
      line-height: 20px;
      display: block;
      height: 40px; }
    .cif-video.is-mini .cif-video__image {
      width: 126px;
      height: 72px; }
      .cif-video.is-mini .cif-video__image:before {
        width: 24px;
        height: 24px; }
    .cif-video.is-mini .cif-video__body {
      width: 100%;
      margin-left: 10px;
      margin-top: 0;
      padding: 0; }
    .cif-video.is-mini .cif-video__author {
      margin-top: 15px;
      line-height: normal;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: auto; }
      .cif-video.is-mini .cif-video__author .video__portrait {
        width: 14px;
        height: 14px; }
        .cif-video.is-mini .cif-video__author .video__portrait img {
          width: 12px;
          height: 12px; }
      .cif-video.is-mini .cif-video__author .video__author {
        margin-left: 5px;
        overflow: hidden;
        line-height: 18px;
        height: 18px; }

.cif-empty {
  text-align: center;
  position: relative; }
  .cif-empty__icon {
    width: 100%;
    height: auto;
    margin: 0 auto; }
  .cif-empty__desc {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 36px;
    margin: 19px 0 59px;
    text-align: center; }
  .cif-empty__container {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center; }
  .cif-empty__img {
    width: 188px;
    height: 116px; }
  .cif-empty__imgauto {
    width: auto;
    height: auto; }

.cif-emptybtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center; }
  .cif-emptybtns__graybtn {
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: #eaeaea;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    cursor: pointer;
    font-size: 14px; }
  .cif-emptybtns__orgbtn {
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: #f676a6;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px; }

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

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

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

.cif-selectionProduct {
  width: 265px; }
  .cif-selectionProduct:hover {
    -webkit-box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.08);
    background: #faf6f0; }
  .cif-selectionProduct__image {
    width: 263px;
    height: 263px;
    border: 1px solid #e8e8e8;
    background: #f5f5f5;
    position: relative; }
    .cif-selectionProduct__image img {
      width: 100%;
      height: 100%; }
  .cif-selectionProduct__cont {
    margin-top: 16px;
    padding: 0 10px 20px; }
  .cif-selectionProduct__title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    height: 48px; }
    .cif-selectionProduct__title em {
      color: #f60;
      font-style: normal; }
  .cif-selectionProduct__describe {
    font-size: 16px;
    color: #999;
    margin-top: 10px; }
  .cif-selectionProduct__desc {
    font-size: 12px;
    color: #999;
    margin-top: 10px; }
  .cif-selectionProduct__hint {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 8px;
    height: 18px;
    padding-top: 1px;
    font-size: 12px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4); }
  .cif-selectionProduct__handle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px; }
    .cif-selectionProduct__handle .price {
      color: #e64343;
      font-size: 20px; }
  .cif-selectionProduct.is-informationFlow {
    width: 273px;
    border: 1px solid #f2f2f2;
    padding: 22px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 20px;
    background: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .cif-selectionProduct.is-informationFlow:hover {
      background: #fff;
      margin-top: -4px; }
    .cif-selectionProduct.is-informationFlow:first-child {
      margin-left: 0; }
    .cif-selectionProduct.is-informationFlow .cif-selectionProduct__image {
      width: 135px;
      height: 135px;
      border: 0; }
      .cif-selectionProduct.is-informationFlow .cif-selectionProduct__image img {
        width: 100%;
        height: 100%; }
    .cif-selectionProduct.is-informationFlow .cif-selectionProduct__title {
      margin-top: 14px;
      font-weight: bold;
      font-size: 15px;
      height: auto; }
      .cif-selectionProduct.is-informationFlow .cif-selectionProduct__title:hover {
        color: #f60; }
    .cif-selectionProduct.is-informationFlow .cif-selectionProduct__describe {
      margin-top: 10px;
      font-size: 12px;
      color: #999; }

.cif-product {
  width: 230px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 15px;
  color: #333;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  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;
  position: relative; }
  .cif-product__image {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    overflow: hidden;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border: 1px solid #E8E8E8; }
    .cif-product__image img {
      width: 100%;
      height: 100%; }
    .cif-product__image--tag {
      position: absolute;
      left: 0;
      top: 0;
      font-size: 12px;
      color: #f676a6;
      background: #FFF0E5;
      padding: 0 7px 4px;
      -webkit-border-radius: 3px 0px 3px 0px;
              border-radius: 3px 0px 3px 0px; }
      .cif-product__image--tag.is-type--2 {
        background: #EEF8EF;
        color: #55BC61; }
      .cif-product__image--tag.is-type--3 {
        background: #E9F5FE;
        color: #299CF7; }
  .cif-product__body {
    margin-left: 25px; }
  .cif-product__title {
    font-size: 16px;
    margin-top: 16px; }
    .cif-product__title--tag {
      color: #fff;
      background: #f676a6;
      padding: 0px 7px 1px;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      font-size: 12px;
      line-height: 12px;
      vertical-align: top;
      position: relative;
      top: 5px; }
      .cif-product__title--tag.is-type--1 {
        background: #FFF0E5;
        color: #f676a6; }
      .cif-product__title--tag.is-type--2 {
        background: #EEF8EF;
        color: #55BC61; }
      .cif-product__title--tag.is-type--3 {
        background: #E9F5FE;
        color: #299CF7; }
  .cif-product__describe {
    font-size: 14px;
    color: #999;
    margin-top: 5px; }
  .cif-product__btn {
    margin-top: 20px; }
    .cif-product__btn--mini {
      font-size: 12px; }
  .cif-product__price {
    margin-top: 14px;
    font-size: 14px;
    font-weight: bold;
    color: #FC583D;
    position: absolute;
    bottom: 30px;
    left: 0; }
    .cif-product__price del, .cif-product__price .price__tag {
      font-size: 12px;
      color: #999;
      font-weight: normal;
      margin-left: 2px; }

.cif-gagd {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  display: block; }
  .cif-gagd > img {
    display: block;
    width: 100%; }
  .cif-gagd.is-top {
    width: 100%; }
    .cif-gagd.is-top .cif-imgbox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: auto; }
      .cif-gagd.is-top .cif-imgbox img {
        max-width: 100%;
        display: block;
        position: initial;
        -webkit-transform: initial;
            -ms-transform: initial;
                transform: initial; }

.cif-banner {
  position: relative;
  width: 630px;
  margin-left: 255px;
  height: 330px;
  background: #ffffff;
  -webkit-border-radius: 3px;
          border-radius: 3px; }
  .cif-banner:hover .cif-banner__btn {
    opacity: 1; }
  .cif-banner .swiper-slide {
    position: relative;
    width: 630px;
    height: 328px; }
    .cif-banner .swiper-slide img {
      width: 100%;
      height: 100%; }
    .cif-banner .swiper-slide .desc {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 75px;
      padding-top: 20px;
      padding: 20px 100px 0 0;
      font-size: 16px;
      color: #fff;
      z-index: 1;
      text-indent: 20px;
      line-height: 55px;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)); }
    .cif-banner .swiper-slide::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0);
      -webkit-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      transition: background-color 0.3s; }
    .cif-banner .swiper-slide:hover::after {
      background: rgba(0, 0, 0, 0.1); }
  .cif-banner__btn {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 62px;
    margin-top: -31px;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 62px;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 0.3s, background-color 0.3s;
    -o-transition: opacity 0.3s, background-color 0.3s;
    transition: opacity 0.3s, background-color 0.3s; }
    .cif-banner__btn:hover {
      background: rgba(0, 0, 0, 0.4); }
    .cif-banner__btn.is-left {
      left: 0; }
    .cif-banner__btn.is-right {
      right: 0; }
  .cif-banner__page {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    padding-right: 10px;
    text-align: right;
    z-index: 1; }
    .cif-banner__page .swiper-pagination-bullet {
      width: 9px;
      height: 5px;
      background: #ffffff;
      opacity: 0.5;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      -webkit-transition: width 0.3s, opacity 0.3s;
      -o-transition: width 0.3s, opacity 0.3s;
      transition: width 0.3s, opacity 0.3s; }
    .cif-banner__page .swiper-pagination-bullet-active {
      width: 18px;
      height: 6px;
      background: #ffffff;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      opacity: 1; }

.cif-top-cont {
  padding: 15px 0 0px 0;
  background: #f2f4f6; }
  .cif-top-cont::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both; }
  .cif-top-cont__left {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    width: 885px; }
  .cif-top-cont__right {
    float: right;
    width: 300px; }
  .cif-top-cont__card {
    margin-top: 15px; }
    .cif-top-cont__card::after {
      content: "";
      display: block;
      width: 100%;
      height: 0;
      clear: both; }
    .cif-top-cont__card .item {
      float: left;
      display: block;
      width: 285px;
      height: 138px; }
      .cif-top-cont__card .item:hover {
        -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.05);
                box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.05); }
      .cif-top-cont__card .item:not(:nth-child(3n)) {
        margin-right: 15px; }
      .cif-top-cont__card .item img {
        width: 100%;
        height: 100%; }

.cif-user {
  min-height: 480px;
  padding-bottom: 1px; }
  .cif-user__head {
    padding-top: 26px;
    position: relative; }
    .cif-user__head .cif-imgbox {
      width: 60px;
      height: 60px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      margin: 0 auto; }
    .cif-user__head .tit {
      margin-top: 8px;
      font-size: 14px;
      color: #666;
      text-align: left;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1; }
      .cif-user__head .tit .userName {
        display: inline-block;
        max-width: 240px; }
  .cif-user__info {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0 20px 20px; }
    .cif-user__info::after {
      content: "";
      display: block;
      width: 100%;
      height: 0;
      clear: both; }
    .cif-user__info .cif-imgbox {
      float: left;
      width: 60px;
      height: 60px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      margin-right: 20px; }
    .cif-user__info .tit {
      margin-top: 8px;
      font-size: 14px;
      color: #666;
      text-align: left;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1; }
      .cif-user__info .tit .userName {
        display: inline-block;
        max-width: 240px; }
    .cif-user__info .cont {
      float: left;
      width: 175px; }
    .cif-user__info .desc {
      color: #f676a6;
      font-size: 12px; }
  .cif-user__member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 130px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/82049bf3eeec43bd8d84d0b1e4f373c7.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%;
    cursor: pointer; }
    .cif-user__member--text {
      font-size: 12px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      line-height: 13px;
      color: #5f330d;
      margin-top: -3px; }
    .cif-user__member--icon {
      width: 4px;
      height: 8px;
      margin-left: 4px;
      margin-right: 10px;
      margin-top: -3px;
      background: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/bf83be2e6ec24330b3d89330c6aab038.png) no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%; }
    .cif-user__member:hover {
      background-image: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/b6e638a6f7804f229edfd4f70f00f77e.png); }
  .cif-user__btn {
    display: block;
    width: 260px;
    height: 40px;
    margin: 0 auto 5px;
    text-align: center;
    font-size: 15px;
    line-height: 40px;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#fe8e26), to(#f676a6));
    background: -webkit-linear-gradient(left, #fe8e26, #f676a6);
    background: -o-linear-gradient(left, #fe8e26, #f676a6);
    background: linear-gradient(90deg, #fe8e26, #f676a6);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(254, 109, 0, 0.3);
            box-shadow: 0px 5px 15px 0px rgba(254, 109, 0, 0.3);
    -webkit-border-radius: 3px;
            border-radius: 3px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer; }
    .cif-user__btn:hover {
      background: -webkit-gradient(linear, left top, right top, from(rgba(254, 142, 38, 0.8)), to(rgba(254, 109, 0, 0.8)));
      background: -webkit-linear-gradient(left, rgba(254, 142, 38, 0.8), rgba(254, 109, 0, 0.8));
      background: -o-linear-gradient(left, rgba(254, 142, 38, 0.8), rgba(254, 109, 0, 0.8));
      background: linear-gradient(90deg, rgba(254, 142, 38, 0.8), rgba(254, 109, 0, 0.8)); }
  .cif-user__group {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0 20px; }
    .cif-user__group > .tit {
      margin: 31px 0 12px 0;
      font-size: 14px;
      font-weight: bold;
      color: #666; }
  .cif-user__service {
    padding: 16px 0 3px 0;
    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-user__service .item {
      text-align: center; }
      .cif-user__service .item:hover .tit {
        color: #f60; }
      .cif-user__service .item:hover .serviceIcon img {
        margin-top: -3px; }
      .cif-user__service .item:hover .serviceIcon::after {
        opacity: 1; }
    .cif-user__service .itemHover:hover {
      position: relative; }
      .cif-user__service .itemHover:hover .itemHover_box {
        position: absolute;
        width: 181px;
        height: auto;
        overflow: initial;
        opacity: 1;
        top: 80px;
        left: 50%;
        z-index: 2;
        padding: 20px; }
    .cif-user__service .itemHover .itemHover_box {
      -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-user__service .itemHover .itemHover_box::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 18px;
        top: -16px;
        left: 0; }
      .cif-user__service .itemHover .itemHover_box::after {
        content: "";
        position: absolute;
        left: 50%;
        top: -9px;
        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-user__service .itemHover .itemHover_box .itemHover-imgbox {
        width: 140px;
        height: 140px; }
        .cif-user__service .itemHover .itemHover_box .itemHover-imgbox img {
          width: 140px;
          height: 140px; }
      .cif-user__service .itemHover .itemHover_box p {
        font-size: 14px;
        color: #666;
        margin-top: 8px; }
    .cif-user__service .serviceIcon {
      width: 42px;
      height: 48px;
      margin: 0 auto;
      position: relative; }
      .cif-user__service .serviceIcon img {
        width: 48px;
        height: 48px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .cif-user__service .serviceIcon::after {
        display: block;
        content: "";
        width: 39px;
        height: 17px;
        background-image: url("http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/7b0b0f283ee545968fa85074490b4ded.png");
        -webkit-background-size: 100% 100%;
                background-size: 100%;
        background-repeat: no-repeat;
        opacity: 0;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    .cif-user__service .iconfont {
      width: 50px;
      height: 50px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      margin: 0 auto 12px;
      color: #f676a6;
      font-size: 30px;
      line-height: 50px;
      text-align: center;
      background: #fff5f0;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .cif-user__service .iconfont.icon-dq {
        font-size: 34px; }
    .cif-user__service .tit {
      text-align: center;
      font-size: 12px;
      color: #666;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .cif-user__service .item:hover .iconfont {
      color: #fff;
      background-color: #f676a6; }
    .cif-user__service .item:hover .tit {
      color: #f676a6; }
  .cif-user .service-observer-item:hover .tit {
    color: #2680FF !important; }
  .cif-user .service-observer-item .serviceIcon img {
    width: 40px; }
  .cif-user .service-observer-item .serviceIcon::after {
    display: block;
    content: "";
    width: 39px;
    height: 17px;
    background-image: url("http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/3707f843df61401c8d927b402bb54a38.png");
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .cif-user .cif-user_btn_rights_info_observer {
    color: #fff !important;
    background-image: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/81f99c68ad7746f3941026957a87a8a8.png) !important; }
    .cif-user .cif-user_btn_rights_info_observer:hover::after {
      content: "";
      display: block;
      width: 266px;
      height: 69px;
      background-image: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/56b1a151aa354a4aaeb96d03aa08bd40.png) !important;
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      background-repeat: no-repeat;
      position: absolute;
      top: 5px;
      left: 0;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      opacity: 0; }
  .cif-user__vip {
    width: 260px;
    height: 90px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    margin: 0 auto 25px; }
  .cif-user.is-new .cif-user__head {
    height: 116px;
    padding-top: 18px;
    background-image: url("http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/50d65a63f6f64f359045a3bb1c856321.png");
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .cif-user.is-new .cif-user__info .tit {
    margin: 0;
    color: #fff;
    font-weight: 500;
    line-height: normal;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible; }
    .cif-user.is-new .cif-user__info .tit .is-dib {
      font-size: 18px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .cif-user.is-new .cif-user__info .tit .userNameBox.is-vip {
      position: relative; }
    .cif-user.is-new .cif-user__info .tit .userName {
      max-width: 140px;
      font-size: 18px; }
  .cif-user.is-new .cif-user__info .cont {
    margin-top: 7px; }
  .cif-user.is-new .cif-user__info .desc {
    color: #fff;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .cif-user.is-new .cif-user__info .desc span {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      display: inline-block;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; }
    .cif-user.is-new .cif-user__info .desc:hover {
      opacity: 1; }
  .cif-user.is-new .cif-user__btn {
    height: 42px;
    margin: 0 auto 5px;
    font-size: 14px;
    line-height: 42px;
    background-image: url("../image/08b4ee5e20cb426fab59511845949e31.png");
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    font-weight: bold;
    color: #5f330d;
    -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
    position: relative; }
    .cif-user.is-new .cif-user__btn::after {
      content: "";
      display: block;
      width: 266px;
      height: 69px;
      background-image: url("http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/5e2422a5357b4be796e9788c8beb9639.png");
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      background-repeat: no-repeat;
      position: absolute;
      top: 5px;
      left: 0;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      opacity: 0; }
    .cif-user.is-new .cif-user__btn:hover::after {
      opacity: 1; }
  .cif-user.is-new .cif-user__group > .tit {
    margin-top: 15px;
    font-weight: 400;
    text-align: center;
    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;
    padding: 0; }
    .cif-user.is-new .cif-user__group > .tit::before, .cif-user.is-new .cif-user__group > .tit::after {
      content: "";
      display: inline-block;
      width: 65px;
      height: 1px;
      opacity: 0.33;
      -webkit-border-radius: 2px;
              border-radius: 2px; }
    .cif-user.is-new .cif-user__group > .tit::before {
      background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#444461));
      background: -webkit-linear-gradient(left, #ffffff 0%, #444461 100%);
      background: -o-linear-gradient(left, #ffffff 0%, #444461 100%);
      background: linear-gradient(90deg, #ffffff 0%, #444461 100%);
      margin-right: 8px; }
    .cif-user.is-new .cif-user__group > .tit::after {
      background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(#444461));
      background: -webkit-linear-gradient(right, #ffffff 0%, #444461 100%);
      background: -o-linear-gradient(right, #ffffff 0%, #444461 100%);
      background: linear-gradient(270deg, #ffffff 0%, #444461 100%);
      margin-left: 8px; }
  .cif-user.is-new .cif-user__group.is-vip > .tit {
    margin-top: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-weight: bold;
    text-align: left; }
    .cif-user.is-new .cif-user__group.is-vip > .tit::before, .cif-user.is-new .cif-user__group.is-vip > .tit::after {
      display: none; }
  .cif-user.is-new .cif-user__service .item {
    text-align: center; }
    .cif-user.is-new .cif-user__service .item:hover .tit {
      color: #f60; }
  .cif-user.is-new .cif-user__service .serviceIcon {
    width: 48px;
    height: 48px;
    margin: 0 auto; }
  .cif-user.is-new .cif-user__vip {
    margin: 10px auto 15px; }

.cif-member {
  width: 300px;
  height: 482px;
  background: url(../image/0903546e433041178ec59c003c843127.png) no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  padding: 0 0 1px; }
  .cif-member__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .cif-member__head--company {
      margin-top: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 50%;
      margin-left: 32px; }
      .cif-member__head--company .icon {
        width: 24px;
        height: 24px;
        vertical-align: bottom; }
      .cif-member__head--company .name {
        width: 82px;
        height: 28px;
        vertical-align: bottom;
        margin-left: 4px; }
      .cif-member__head--company .line {
        width: 16px;
        height: 3px;
        background: #ac5e2c;
        -webkit-border-radius: 2px;
                border-radius: 2px;
        margin: 3px auto 0;
        vertical-align: bottom; }
      .cif-member__head--company .cont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #5f330d;
        height: 19px;
        margin-top: 2px;
        margin-right: 24px; }
        .cif-member__head--company .cont .arrow {
          width: 4px;
          height: 8px;
          margin-right: 4px;
          vertical-align: bottom;
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); }
    .cif-member__head--boss {
      cursor: pointer;
      margin-top: 5px;
      width: 50%; }
      .cif-member__head--boss .cont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #5f330d;
        height: 19px;
        margin-top: 2px;
        margin-right: 24px; }
        .cif-member__head--boss .cont:hover {
          color: #f676a6; }
          .cif-member__head--boss .cont:hover .arrow {
            background-image: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/d509b7d2853b49b89d60e0704d283046.png); }
        .cif-member__head--boss .cont .arrow {
          width: 4px;
          height: 8px;
          margin-left: 4px;
          vertical-align: bottom;
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg);
          background-image: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/6896aa0bad144bc2a2c541eb9b7026df.png);
          background-repeat: no-repeat;
          -webkit-background-size: 100% 100%;
                  background-size: 100% 100%; }
      .cif-member__head--boss .new {
        margin-right: 20px;
        text-align: right;
        height: 14px; }
        .cif-member__head--boss .new img {
          width: 24px;
          height: 14px;
          vertical-align: top; }
  .cif-member__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: 260px;
    height: 42px;
    margin: 24px auto 54px;
    background-image: url("../image/08b4ee5e20cb426fab59511845949e31.png");
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-animation: btnAnimation 1s infinite linear;
            animation: btnAnimation 1s infinite linear;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
    color: #5f330d;
    font-weight: bold; }
    .cif-member__btn::before {
      content: "";
      display: block;
      width: 16px;
      height: 16px;
      background-image: url("../image/bbedd9fba2ca4a30bf52a9d41829fca0.png");
      background-repeat: no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      margin-right: 6px; }
    .cif-member__btn::after {
      content: "";
      display: block;
      width: 266px;
      height: 69px;
      background-image: url("http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/5e2422a5357b4be796e9788c8beb9639.png");
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      background-repeat: no-repeat;
      position: absolute;
      top: 5px;
      left: 0;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      opacity: 0; }
    .cif-member__btn:hover {
      -webkit-animation-play-state: paused;
              animation-play-state: paused; }
      .cif-member__btn:hover::after {
        opacity: 1; }
  .cif-member__group {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    margin-top: 42px; }
    .cif-member__group > .tit {
      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;
      padding: 0;
      margin: 0px 0 10px 0;
      text-align: center;
      font-size: 14px;
      font-weight: 400;
      color: #666; }
      .cif-member__group > .tit::before, .cif-member__group > .tit::after {
        content: "";
        display: inline-block;
        width: 65px;
        height: 1px;
        opacity: 0.33;
        -webkit-border-radius: 2px;
                border-radius: 2px; }
      .cif-member__group > .tit::before {
        background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#444461));
        background: -webkit-linear-gradient(left, #ffffff 0%, #444461 100%);
        background: -o-linear-gradient(left, #ffffff 0%, #444461 100%);
        background: linear-gradient(90deg, #ffffff 0%, #444461 100%);
        margin-right: 8px; }
      .cif-member__group > .tit::after {
        background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(#444461));
        background: -webkit-linear-gradient(right, #ffffff 0%, #444461 100%);
        background: -o-linear-gradient(right, #ffffff 0%, #444461 100%);
        background: linear-gradient(270deg, #ffffff 0%, #444461 100%);
        margin-left: 8px; }
    .cif-member__group .sub-tit {
      font-size: 12px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      line-height: 17px;
      color: #cb7a47;
      text-align: center;
      margin-bottom: 24px; }
  .cif-member__bottom {
    padding: 0 20px; }
    .cif-member__bottom > .tit {
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      line-height: 17px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-weight: bold;
      text-align: left;
	  font-size: 16px;
	  color: #333333;
      margin-bottom: 14px; }
      .cif-member__bottom > .tit::before, .cif-member__bottom > .tit::after {
        display: none; }
  .cif-member__service {
    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-member__service .item {
      text-align: center; }
      .cif-member__service .item:hover .tit {
        color: #f676a6; }
      .cif-member__service .item:hover .serviceIcon img {
        margin-top: -3px; }
      .cif-member__service .item:hover .serviceIcon::after {
        opacity: 1; }
    .cif-member__service .itemHover:hover {
      position: relative; }
      .cif-member__service .itemHover:hover .itemHover_box {
        position: absolute;
        width: 181px;
        height: auto;
        overflow: initial;
        opacity: 1;
        top: 80px;
        left: 50%;
        z-index: 2;
        padding: 20px; }
    .cif-member__service .itemHover .itemHover_box {
      -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-member__service .itemHover .itemHover_box::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 18px;
        top: -16px;
        left: 0; }
      .cif-member__service .itemHover .itemHover_box::after {
        content: "";
        position: absolute;
        left: 50%;
        top: -9px;
        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-member__service .itemHover .itemHover_box .itemHover-imgbox {
        width: 140px;
        height: 140px; }
        .cif-member__service .itemHover .itemHover_box .itemHover-imgbox img {
          width: 140px;
          height: 140px; }
      .cif-member__service .itemHover .itemHover_box p {
        font-size: 14px;
        color: #666;
        margin-top: 8px; }
    .cif-member__service .serviceIcon {
      position: relative;
      width: 48px;
      height: 48px;
      margin: 0 auto; }
      .cif-member__service .serviceIcon img {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .cif-member__service .serviceIcon::after {
        display: block;
        content: "";
        width: 39px;
        height: 17px;
        background-image: url("http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/7b0b0f283ee545968fa85074490b4ded.png");
        -webkit-background-size: 100% 100%;
                background-size: 100%;
        background-repeat: no-repeat;
        opacity: 0;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    .cif-member__service .iconfont {
      width: 50px;
      height: 50px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      margin: 0 auto 12px;
      color: #f676a6;
      font-size: 30px;
      line-height: 50px;
      text-align: center;
      background: #fff5f0;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .cif-member__service .iconfont.icon-dq {
        font-size: 34px; }
    .cif-member__service .tit {
      text-align: center;
      font-size: 12px;
      color: #666;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .cif-member.is-newTab {
    background: url(../image/da8ef3c5cc7f47968ed7b60f67d1d5a7.png) no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%; }

@-webkit-keyframes btnAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes btnAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
  .cif-member__bHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .cif-member__bHead--boss {
      margin-top: 6px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-right: 44px;
      width: 50%; }
      .cif-member__bHead--boss .icon {
        width: 24px;
        height: 24px;
        vertical-align: bottom; }
      .cif-member__bHead--boss .name {
        width: 82px;
        height: 28px;
        vertical-align: bottom;
        margin-top: -4px; }
      .cif-member__bHead--boss .line {
        width: 16px;
        height: 3px;
        background: #ac5e2c;
        -webkit-border-radius: 2px;
                border-radius: 2px;
        margin: 3px auto 0;
        vertical-align: bottom; }
      .cif-member__bHead--boss .new {
        text-align: right;
        height: 14px;
        margin-right: -12px; }
        .cif-member__bHead--boss .new img {
          width: 24px;
          height: 14px;
          vertical-align: top; }
    .cif-member__bHead--company {
      cursor: pointer;
      margin-top: 21px;
      width: 50%; }
      .cif-member__bHead--company .cont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #5f330d;
        height: 19px;
        margin-left: 20px; }
        .cif-member__bHead--company .cont:hover {
          color: #f676a6; }
          .cif-member__bHead--company .cont:hover .arrow {
            background-image: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/d509b7d2853b49b89d60e0704d283046.png); }
        .cif-member__bHead--company .cont .arrow {
          width: 4px;
          height: 8px;
          margin-right: 4px;
          vertical-align: bottom;
          background-image: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/6896aa0bad144bc2a2c541eb9b7026df.png);
          background-repeat: no-repeat;
          -webkit-background-size: 100% 100%;
                  background-size: 100% 100%; }
  .cif-member__bGroup {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    margin-top: 41px; }
    .cif-member__bGroup > .tit {
      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;
      padding: 0;
      margin: 0px 0 10px 0;
      text-align: center;
      font-size: 14px;
      font-weight: 400;
      color: #666; }
      .cif-member__bGroup > .tit::before, .cif-member__bGroup > .tit::after {
        content: "";
        display: inline-block;
        width: 65px;
        height: 1px;
        opacity: 0.33;
        -webkit-border-radius: 2px;
                border-radius: 2px; }
      .cif-member__bGroup > .tit::before {
        background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#444461));
        background: -webkit-linear-gradient(left, #ffffff 0%, #444461 100%);
        background: -o-linear-gradient(left, #ffffff 0%, #444461 100%);
        background: linear-gradient(90deg, #ffffff 0%, #444461 100%);
        margin-right: 8px; }
      .cif-member__bGroup > .tit::after {
        background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(#444461));
        background: -webkit-linear-gradient(right, #ffffff 0%, #444461 100%);
        background: -o-linear-gradient(right, #ffffff 0%, #444461 100%);
        background: linear-gradient(270deg, #ffffff 0%, #444461 100%);
        margin-left: 8px; }
    .cif-member__bGroup .sub-tit {
      font-size: 12px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      line-height: 17px;
      color: #cb7a47;
      text-align: center; }
  .cif-member__bService {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 7px; }
    .cif-member__bService .item {
      text-align: center;
      width: 25%;
      margin-top: 17px; }
      .cif-member__bService .item:hover .tit {
        color: #f676a6; }
      .cif-member__bService .item:hover .serviceIcon img {
        margin-top: -3px; }
      .cif-member__bService .item:hover .serviceIcon::after {
        opacity: 1; }
    .cif-member__bService .serviceIcon {
      position: relative;
      width: 68px;
      height: 56px;
      margin: 0 auto; }
      .cif-member__bService .serviceIcon img {
        width: 48px;
        height: 48px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .cif-member__bService .serviceIcon::after {
        display: block;
        content: "";
        width: 39px;
        height: 17px;
        background-image: url("http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/7b0b0f283ee545968fa85074490b4ded.png");
        -webkit-background-size: 100% 100%;
                background-size: 100%;
        background-repeat: no-repeat;
        opacity: 0;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    .cif-member__bService .iconfont {
      width: 50px;
      height: 50px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      margin: 0 auto 12px;
      color: #f676a6;
      font-size: 30px;
      line-height: 50px;
      text-align: center;
      background: #fff5f0;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .cif-member__bService .iconfont.icon-dq {
        font-size: 34px; }
    .cif-member__bService .tit {
      text-align: center;
      font-size: 12px;
      color: #666;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .cif-member__bBtn {
    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: 260px;
    height: 42px;
    margin: 46px auto 38px;
    background-image: url("../image/08b4ee5e20cb426fab59511845949e31.png");
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-animation: btnAnimation 1s infinite linear;
            animation: btnAnimation 1s infinite linear;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
    color: #5f330d;
    font-weight: bold;
    cursor: pointer; }
    .cif-member__bBtn .icon {
      width: 16px;
      height: 16px;
      margin-left: 6px; }
    .cif-member__bBtn::after {
      content: "";
      display: block;
      width: 266px;
      height: 69px;
      background-image: url("http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/5e2422a5357b4be796e9788c8beb9639.png");
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      background-repeat: no-repeat;
      position: absolute;
      top: 5px;
      left: 0;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      opacity: 0; }
    .cif-member__bBtn:hover {
      -webkit-animation-play-state: paused;
              animation-play-state: paused; }
      .cif-member__bBtn:hover::after {
        opacity: 1; }
  .cif-member__bInfo {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #cccccc;
    letter-spacing: 1px;
    text-align: center;
    line-height: 0; }

.cif-section--member {
  background: transparent; }

.cif-section--s {
  width: 300px;
  padding-top: 20px; }

.cif-section--b {
  width: 860px; }

.cif-section__head {
  padding: 0; }
  .cif-section__head .on {
    font-weight: 700 !important; }
    .cif-section__head .on:after {
      position: absolute;
      content: "";
      width: 20px;
      height: 3px;
      background-color: #f676a6;
      bottom: 0;
      right: calc(50% - 10px); }
  .cif-section__head .text {
    font-size: 16px !important;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    max-width: 190px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
  .cif-section__head .text + .text {
    margin-left: 26px; }
  .cif-section__head .more {
    max-width: 112px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }

.cif-section--border {
  border: 1px solid #f2f2f2;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px; }

.cif-section.is-normal .cif-section--b {
  width: 860px; }

.cif-section .cif-rcard__more {
  margin-bottom: 20px; }

.cif-section.is-observer .cif-observer-cont.is-slide {
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 20px; }
  .cif-section.is-observer .cif-observer-cont.is-slide .swiper-btn.is-left {
    left: -1px; }
  .cif-section.is-observer .cif-observer-cont.is-slide .swiper-btn.is-right {
    right: -1px; }
  .cif-section.is-observer .cif-observer-cont.is-slide:hover .swiper-btn {
    display: block; }

.cif-listbox__more {
  display: block;
  margin: 30px auto 0;
  width: 118px;
  height: 38px;
  line-height: 38px;
  -webkit-border-radius: 2px;
          border-radius: 2px; }

.cif-listbox .cif-article {
  border-bottom: 1px solid #f2f2f2; }
  .cif-listbox .cif-article + .cif-insertbox {
    margin-top: 15px; }

.cif-listbox .cif-article__user .name {
  max-width: initial;
  -o-text-overflow: initial;
     text-overflow: initial; }

.cif-listbox .cif-article__tag .text {
  max-width: initial; }

.cif-listbox > .cif-section__cont {
  min-height: 400px; }

.cif-article-nav {
  height: 72px;
  width: 100%; }
  .cif-article-nav__box {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    width: 860px;
    line-height: 54px;
    border-bottom: 1px solid #ebeced; }
  .cif-article-nav__cont {
    position: relative;
    width: 805px;
    overflow: hidden;
    height: 100%;
    white-space: nowrap;
    font-size: 0; }
    .cif-article-nav__cont .item {
      position: relative;
      padding: 0 6px;
      display: inline-block;
      font-size: 16px;
      color: #333;
      margin-right: 23px;
      cursor: pointer; }
      .cif-article-nav__cont .item .badge {
        position: absolute;
        height: 12px;
        width: 24px;
        -webkit-background-size: 100% 100%;
                background-size: 100%;
        background-repeat: no-repeat;
        top: 13px;
        right: -20px; }
      .cif-article-nav__cont .item.is-active {
        color: #f676a6; }
        .cif-article-nav__cont .item.is-active:after {
          content: "";
          position: absolute;
          width: 100%;
          height: 3px;
          left: 0;
          bottom: 1px;
          background: #ff6d00;
          -webkit-border-radius: 1px;
                  border-radius: 1px; }
  .cif-article-nav__wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
    height: 54px; }
  .cif-article-nav__option {
    position: absolute;
    display: none;
    bottom: 0;
    height: 54px;
    line-height: 54px;
    background: #fff; }
    .cif-article-nav__option.is-prev {
      display: block;
      left: 0; }
    .cif-article-nav__option.is-next {
      display: block;
      right: 0; }
    .cif-article-nav__option .iconfont {
      display: inline-block;
      width: 21px;
      height: 18px;
      font-size: 16px;
      line-height: 18px;
      text-align: center;
      color: #fff;
      border: 1px solid #f676a6;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      background: #f676a6;
      cursor: pointer; }

.cif-counselor {
  position: relative;
  margin-top: 42px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #f2f2f2; }
  .cif-counselor__cont {
    width: 112px;
    margin-left: 20px; }
    .cif-counselor__cont .tit {
      position: absolute;
      top: -12px;
      left: 13px;
      font-size: 16px;
      color: #f676a6;
      padding: 0 8px;
      background: #fff; }
    .cif-counselor__cont .desc {
      margin-top: 20px;
      font-size: 12px;
      color: #999999;
      line-height: 22px; }
    .cif-counselor__cont .cif-btn {
      margin: 13px 0 20px;
      width: 72px;
      height: 26px;
      font-size: 12px;
      line-height: 26px;
      -webkit-border-radius: 3px;
              border-radius: 3px; }
  .cif-counselor__img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 126px;
    height: 152px;
	border-radius: 3px;
	overflow: hidden
	}
    .cif-counselor__img img {
      display: block;
      width: 100%; }

.cif-recommend__option {
  float: right;
  margin-top: 20px; }
  .cif-recommend__option .item {
    float: right;
    width: 18px;
    height: 18px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    outline: none;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #d1d1d6;
    cursor: pointer; }
    .cif-recommend__option .item:hover {
      border-color: #f676a6;
      color: #fff;
      background: #f676a6; }

.cif-recommend__item {
  display: block;
  padding: 20px 0 27px;
  color: #999;
  font-size: 12px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .cif-recommend__item .iconfont {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin: 0 auto 4px;
    line-height: 36px;
    font-size: 22px;
    color: #f676a6;
    background: #fff6f1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .cif-recommend__item:hover {
    color: #f676a6; }
    .cif-recommend__item:hover .iconfont {
      color: #fff;
      background: #f676a6; }

.cif-recommend__more {
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #999;
  font-size: 14px;
  height: 37px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  margin-bottom: 20px;
  margin-top: -12px;
  position: relative;
  z-index: 4;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .cif-recommend__more:hover {
    background: #f60;
    color: #fff; }

.cif-recommend.is-operate .subText {
  font-size: 12px;
  color: #999;
  font-weight: normal;
  margin-left: 5px; }

.cif-recommend.is-operate .cif-recommend__item .tit {
  margin-top: 5px; }

.cif-recommend.is-operate .cif-recommend__item img {
  width: 36px;
  height: 36px; }

.cif-hotrank__option {
  float: right;
  line-height: 56px;
  font-size: 14px;
  color: #666; }
  .cif-hotrank__option .item {
    position: relative;
    float: left;
    margin-left: 16px;
    cursor: pointer; }
    .cif-hotrank__option .item.on {
      cursor: default; }
      .cif-hotrank__option .item.on::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -10px;
        width: 20px;
        height: 3px;
        background: #f676a6;
        -webkit-border-radius: 2px;
                border-radius: 2px; }

.cif-hotrank__more {
  display: block;
  width: 260px;
  height: 37px;
  margin: 4px auto 9px;
  font-size: 14px;
  line-height: 37px;
  color: #999;
  text-align: center;
  background: #f7f7f7;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .cif-hotrank__more:hover {
    background: #f676a6;
    color: #fff; }

.cif-hotrank .cif-list--rank {
  padding: 15px 0 21px; }
  .cif-hotrank .cif-list--rank .cif-list__item {
    min-height: 32px;
    padding: 0 0 0 55px;
    margin-bottom: 17px;
    line-height: 22px;
    font-size: 14px;
    color: #666;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
    .cif-hotrank .cif-list--rank .cif-list__item::before {
      top: 5px;
      font-size: 30px;
      font-weight: bold;
      color: #dbdbdb;
      border: none;
      background: none;
      -webkit-transition: color 0.3s;
      -o-transition: color 0.3s;
      transition: color 0.3s; }
    .cif-hotrank .cif-list--rank .cif-list__item:hover {
      color: #f676a6; }
      .cif-hotrank .cif-list--rank .cif-list__item:hover::before {
        color: #f676a6; }

.cif-activebox__more {
  display: block;
  width: 260px;
  height: 37px;
  font-size: 14px;
  line-height: 37px;
  color: #999;
  text-align: center;
  background: #f7f7f7;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer; }
  .cif-activebox__more:hover {
    background: #f676a6;
    color: #fff; }

.cif-activebox__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0; }
  .cif-activebox__item:not(:last-child) {
    border-bottom: 1px dashed #e8e8e8; }
  .cif-activebox__item .cif-imgbox {
    width: 100px;
    height: 70px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 15px; }
    .cif-activebox__item .cif-imgbox img {
      height: 100%;
      max-height: initial; }
  .cif-activebox__item .cont {
    min-width: 140px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .cif-activebox__item .tit {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  .cif-activebox__item .desc {
    margin-top: 11px;
    font-size: 12px;
    color: #999; }

.cif-cooperation .cif-section__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.cif-cooperation__item {
  padding: 28px 0 22px;
  color: #999;
  font-size: 14px;
  line-height: 30px; }
  .cif-cooperation__item:hover {
    color: #f676a6; }
    .cif-cooperation__item:hover .iconfont {
      opacity: 0.8; }
  .cif-cooperation__item .iconfont {
    font-size: 35px;
    width: 35px;
    margin: 0 auto 5px;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .cif-cooperation__item .icon-zuanshi {
    color: #4e89ea; }
  .cif-cooperation__item .icon-dianpu {
    color: #f676a6; }
  .cif-cooperation__item .icon-icon_huaban {
    color: #44b08b; }

.cif-channel {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 274px;
  height: 116px;
  background: #fafafa;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 30px 20px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 20px; }
  .cif-channel:not(:nth-child(3n)) {
    width: 273px;
    margin-right: 20px; }
  .cif-channel:hover {
    background: #f676a6; }
    .cif-channel:hover .cif-channel__icon,
    .cif-channel:hover .cif-channel__tit,
    .cif-channel:hover .cif-channel__desc {
      color: #fff; }
  .cif-channel__icon {
    width: 35px;
    font-size: 35px;
    color: #f676a6;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .cif-channel__icon.iconfont {
      font-size: 35px; }
  .cif-channel__cont {
    min-width: 180px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    line-height: 26px; }
  .cif-channel__tit {
    font-size: 15px;
    font-weight: bold;
    color: #666;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .cif-channel__desc {
    margin-top: 5px;
    font-size: 14px;
    color: #999;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.cif-weeklist {
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .cif-weeklist__item {
    min-width: calc((100% - 80px) / 3); }
    .cif-weeklist__item:not(:nth-child(3n + 1)) {
      margin-left: 40px; }
  .cif-weeklist__item__head {
    font-size: 16px;
    font-weight: bold;
    line-height: 42px;
    border-bottom: 1px solid #ebeced; }
  .cif-weeklist .cif-list {
    padding: 7px 0 0;
    font-size: 14px;
    color: #666; }
  .cif-weeklist .cif-list__item {
    padding-left: 30px; }

.cif-insertbox {
  margin-top: 15px; }
  .cif-insertbox .cif-section__head {
    border: none; }
    .cif-insertbox .cif-section__head .text {
      color: #f676a6; }
    .cif-insertbox .cif-section__head .iconfont {
      position: relative;
      top: 1px;
      font-size: 22px;
      margin-right: 3px;
      font-weight: normal; }
    .cif-insertbox .cif-section__head .icon-biaoqian4 {
      font-size: 17px; }
  .cif-insertbox[data-type="THEME"] .cif-section__head .icon-biaoqian4 {
    font-size: 17px; }
  .cif-insertbox .swiper-container {
    padding: 5px 0 20px; }

.cif-layer--qrcode .cif-layer__tit {
  font-size: 16px;
  line-height: 16px;
  color: #333;
  margin: 40px 0 20px; }

.cif-layer--qrcode .cif-layer__desc {
  font-size: 14px;
  line-height: 14px;
  color: #666;
  margin-bottom: 40px; }

.cif-layer--qrcode .cif-layer__qrbox {
  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;
  padding: 0 50px 40px;
  width: auto; }
  .cif-layer--qrcode .cif-layer__qrbox .item {
    width: 130px;
    padding: 0 15px; }
  .cif-layer--qrcode .cif-layer__qrbox .cif-imgbox {
    width: 130px;
    height: 130px; }
  .cif-layer--qrcode .cif-layer__qrbox .desc {
    margin-top: 14px;
    font-size: 14px;
    line-height: 14px;
    color: #666; }
  .cif-layer--qrcode .cif-layer__qrbox.is-xcx {
    padding: 0 30px 40px; }
    .cif-layer--qrcode .cif-layer__qrbox.is-xcx .item {
      width: 140px;
      padding: 0 20px; }
    .cif-layer--qrcode .cif-layer__qrbox.is-xcx .cif-imgbox {
      width: 138px;
      height: 138px; }

.cif-layer--adviser.layui-layer-page .layui-layer-content {
  overflow: visible; }

.cif-layer--adviser .cif-layer__close {
  top: 14px; }

.cif-layer--adviser .cif-layer__cont {
  width: 720px;
  max-height: initial;
  overflow: visible; }

.cif-layer--adviser .cif-layer__info .cif-imgbox {
  width: 76px;
  height: 77px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #ebeced;
  margin: -33px auto 0;
  background: #fff; }

.cif-layer--adviser .cif-layer__info .desc {
  margin-top: 6px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  text-align: center; }

.cif-layer--adviser .cif-layer__tit {
  position: relative;
  margin-top: 17px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #333; }
  .cif-layer--adviser .cif-layer__tit::after {
    content: "";
    position: absolute;
    bottom: -21px;
    left: 50%;
    margin-left: -7px;
    width: 14px;
    height: 16px;
    background: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/fea53289ede6476b8c207220121dd0f3.png) center no-repeat; }

.cif-layer--adviser .cif-layer__services {
  width: 640px;
  margin: 34px auto 0; }
  .cif-layer--adviser .cif-layer__services::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both; }
  .cif-layer--adviser .cif-layer__services .item {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 120px;
    padding: 5px 10px 0;
    margin: 0 0 10px 0;
    height: 108px;
    text-align: center;
    background: rgba(242, 244, 246, 0.8);
    -webkit-border-radius: 3px;
            border-radius: 3px;
    overflow: hidden;
    cursor: pointer; }
    .cif-layer--adviser .cif-layer__services .item:not(:nth-child(5n)) {
      margin-right: 10px; }
    .cif-layer--adviser .cif-layer__services .item * {
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .cif-layer--adviser .cif-layer__services .item .cif-imgbox {
      width: 60px;
      height: 60px;
      margin: 0 auto; }
    .cif-layer--adviser .cif-layer__services .item .tit {
      margin-top: 1px;
      color: #666666;
      line-height: 24px;
      font-weight: bold;
      font-size: 13px; }
    .cif-layer--adviser .cif-layer__services .item .hover-box {
      position: relative;
      top: 140px;
      overflow: hidden; }
    .cif-layer--adviser .cif-layer__services .item .btn {
      width: 96px;
      height: 34px;
      margin: 9px auto 0;
      font-size: 12px;
      line-height: 34px;
      text-align: center;
      color: #fff;
      background: rgba(255, 255, 255, 0.2);
      -webkit-border-radius: 17px;
              border-radius: 17px; }
      .cif-layer--adviser .cif-layer__services .item .btn:hover .iconfont {
        -webkit-transform: translate3d(2px, 0, 0);
                transform: translate3d(2px, 0, 0); }
      .cif-layer--adviser .cif-layer__services .item .btn .iconfont {
        display: inline-block;
        -webkit-transform: translate3d(-1px, 0, 0);
                transform: translate3d(-1px, 0, 0);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        font-size: 12px; }
    .cif-layer--adviser .cif-layer__services .item:hover {
      background: #fe8a33; }
      .cif-layer--adviser .cif-layer__services .item:hover .cif-imgbox {
        height: 0;
        margin-bottom: 10px; }
      .cif-layer--adviser .cif-layer__services .item:hover .tit {
        font-size: 14px;
        color: #fff;
        margin-bottom: 3px; }
      .cif-layer--adviser .cif-layer__services .item:hover .hover-box {
        top: 0px; }

.cif-layer--adviser .cif-layer__cooperation {
  padding-top: 20px; }
  .cif-layer--adviser .cif-layer__cooperation .tit {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-align: center;
    font-weight: bold; }
  .cif-layer--adviser .cif-layer__cooperation .cont {
    padding: 13px 20px 20px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    overflow: hidden; }
  .cif-layer--adviser .cif-layer__cooperation .item {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 40px;
    margin: 0 15px 15px 0;
    padding: 0 15px;
    font-size: 14px;
    line-height: 38px;
    color: #999;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 3px;
            border-radius: 3px; }
    .cif-layer--adviser .cif-layer__cooperation .item:hover {
      color: #f676a6;
      border: 1px solid #f676a6; }

.cif-login-cover {
  margin-top: 30px;
  width: 100%;
  min-height: 196px;
  background: #f7f7f7;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  overflow: hidden; }
  .cif-login-cover__tit {
    margin-top: 47px;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    text-align: center; }
  .cif-login-cover .cif-btn {
    display: block;
    width: 104px;
    height: 34px;
    line-height: 34px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    margin: 15px auto; }

.cif-subscribebox__tit {
  margin: 69px 0 46px;
  color: #999;
  font-size: 14px;
  line-height: 36px;
  text-align: center; }

.cif-subscribebox__group__head {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .cif-subscribebox__group__head .cif-imgbox {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .cif-subscribebox__group__head .cont {
    line-height: 24px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .cif-subscribebox__group__head .tit {
    color: #666;
    font-size: 14px;
    font-weight: bold; }
    .cif-subscribebox__group__head .tit span {
      position: relative;
      top: 1px;
      line-height: 18px;
      -webkit-border-radius: 9px;
              border-radius: 9px;
      border: 1px solid #ebeced;
      font-weight: normal;
      font-size: 12px;
      color: #999;
      padding: 0 7px; }
  .cif-subscribebox__group__head .desc {
    font-size: 12px;
    color: #999; }

.cif-observerbox {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 0;
  border: 1px solid #ebeced;
  -webkit-border-radius: 3px;
          border-radius: 3px; }
  .cif-observerbox::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both; }
  .cif-observerbox .cif-observer {
    float: left; }

.cif-guoyuanbox {
  margin-bottom: -20px; }
  .cif-guoyuanbox::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both; }

.cif-video__image {
  z-index: 1; }

.cif-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0; }

.cif-selectionProduct {
  margin-left: 20px; }
  .cif-selectionProduct:not([style*="display: none"]):nth-child(3n + 1) {
    margin-left: 0; }
  .cif-selectionProduct:not([style*="display: none"]):nth-child(n + 4) {
    margin-top: 40px; }

.cif-section__cont.is-top-operation {
  margin-top: 0 !important;
  padding-top: 0 !important; }
  .cif-section__cont.is-top-operation .cif-selectionProduct {
    margin-top: 40px; }
    .cif-section__cont.is-top-operation .cif-selectionProduct:not([style*="display: none"]):nth-child(3n + 1) {
      margin-left: 20px; }
    .cif-section__cont.is-top-operation .cif-selectionProduct:not([style*="display: none"]):nth-child(3n + 2) {
      margin-left: 0; }
  .cif-section__cont.is-top-operation.cif-video .cif-video__item {
    margin-top: 30px; }
  .cif-section__cont.is-top-operation.cif-video.is-column-3 .cif-video__item:nth-child(3n + 1) {
    margin-left: 30px; }
  .cif-section__cont.is-top-operation.cif-video.is-column-3 .cif-video__item:nth-child(3n + 2) {
    margin-left: 0; }

.cif-rcard {
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  width: 100%;
  background: white; }
  .cif-rcard__head {
    height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #ebeced;
    position: relative; }
    .cif-rcard__head .title {
      font-size: 16px;
      line-height: 50px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: #333333; }
    .cif-rcard__head .right-oper {
      font-size: 12px;
      font-weight: 400;
      color: #999999;
      cursor: pointer;
      float: right;
      line-height: 50px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .cif-rcard__head .right-oper:hover {
        color: #f676a6; }
    .cif-rcard__head .color-default {
      color: #f676a6; }
      .cif-rcard__head .color-default:hover {
        color: #ff8739; }
    .cif-rcard__head .close-active-tip .iconfont {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 10px;
      cursor: pointer; }
      .cif-rcard__head .close-active-tip .iconfont:hover {
        color: #ff8739; }
  .cif-rcard__body {
    padding: 20px; }
    .cif-rcard__body.is-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .cif-rcard__body.is-type1 {
      padding: 20px 0; }
    .cif-rcard__body .active-btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
      .cif-rcard__body .active-btns .common {
        width: 124px;
        line-height: 38px; }
      .cif-rcard__body .active-btns .btn-default {
        background: #f676a6;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        text-align: center;
        font-size: 14px;
        color: #ffffff;
        cursor: pointer; }
        .cif-rcard__body .active-btns .btn-default:hover {
          background: #ff8739; }
      .cif-rcard__body .active-btns .btn-prim {
        text-align: center;
        cursor: pointer;
        font-size: 14px;
        border: 1px solid #f676a6;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        color: #f676a6; }
        .cif-rcard__body .active-btns .btn-prim:hover {
          background: #f676a6;
          color: #ffffff; }
      .cif-rcard__body .active-btns .btn-error {
        background: #b2b2b2;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        text-align: center;
        color: #ffffff;
        font-size: 14px;
        cursor: pointer; }
        .cif-rcard__body .active-btns .btn-error:hover {
          opacity: 0.8; }
  .cif-rcard__more {
    display: block;
    width: 260px;
    height: 37px;
    font-size: 14px;
    line-height: 37px;
    color: #999;
    text-align: center;
    background: #f7f7f7;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer; }
    .cif-rcard__more:hover {
      background: #f676a6;
      color: #fff; }

.cif-timeline {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #f2f2f2;
  padding-left: 6px; }
  .cif-timeline__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    position: relative;
    padding-bottom: 20px; }
    .cif-timeline__info .iconfont {
      -webkit-transform: translateX(-6px);
          -ms-transform: translateX(-6px);
              transform: translateX(-6px);
      font-size: 14px; }
    .cif-timeline__info:after {
      content: "";
      width: 1px;
      height: calc(100% - 14px);
      display: inline-block;
      background: #ebeced;
      position: absolute;
      left: 0px;
      top: 18px;
      z-index: 0; }
    .cif-timeline__info:last-child {
      padding-bottom: 0px; }
      .cif-timeline__info:last-child:after {
        display: none; }
    .cif-timeline__info .item-title {
      font-size: 16px;
      font-family: Microsoft YaHei;
      color: #333333;
      font-weight: 600; }
      .cif-timeline__info .item-title em {
        color: #f676a6;
        font-style: normal; }
  .cif-timeline__item {
    padding-left: 20px;
    margin-top: 0;
    position: relative;
    display: block;
    padding-bottom: 20px;
    font-size: 16px; }
    .cif-timeline__item:before {
      content: "";
      width: 10px;
      height: 10px;
      display: inline-block;
      background: #f676a6;
      position: absolute;
      left: -5px;
      top: 8px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      z-index: 1; }
    .cif-timeline__item:after {
      content: "";
      width: 1px;
      height: 100%;
      display: inline-block;
      background: #ebeced;
      position: absolute;
      left: 0;
      top: 5px; }
    .cif-timeline__item:last-child:after {
      display: none; }
    .cif-timeline__item .item-title {
      font-size: 16px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #666666;
      line-height: 24px; }
      .cif-timeline__item .item-title:hover {
        color: #f676a6; }

.cif-supertopic {
  width: 860px;
  background: #ffffff;
  border: 1px solid rgba(255, 118, 77, 0.2);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  padding-bottom: 35px; }
  .cif-supertopic:hover {
    -webkit-box-shadow: 0px 4px 8px rgba(255, 118, 77, 0.08);
            box-shadow: 0px 4px 8px rgba(255, 118, 77, 0.08);
    -webkit-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px);
            transform: translate(0, -5px); }
  .cif-supertopic__sign {
    width: 68px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    background: rgba(254, 113, 89, 0.26);
    -webkit-border-radius: 4px 0px 4px 0px;
            border-radius: 4px 0px 4px 0px;
    color: #fc583d; }
  .cif-supertopic__title {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    color: #333333;
    text-align: center; }
  .cif-supertopic__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .cif-supertopic__body:hover .is-blue {
      -webkit-box-shadow: 0px 3px 0px #b8d2fb;
              box-shadow: 0px 3px 0px #b8d2fb; }
    .cif-supertopic__body:hover .is-red {
      -webkit-box-shadow: 0px 3px 0px #ffc2b7;
              box-shadow: 0px 3px 0px #ffc2b7; }
    .cif-supertopic__body--side {
      width: 336px;
      height: 36px;
      line-height: 36px;
      -webkit-border-radius: 18px;
              border-radius: 18px;
      color: #ffffff;
      font-weight: 400;
      font-size: 12px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .cif-supertopic__body--side.is-red {
        background: #fc583d;
        -moz-text-align-last: left;
             text-align-last: left;
        padding-left: 16px; }
      .cif-supertopic__body--side.is-blue {
        background: #357dec;
        text-align: right;
        padding-right: 16px; }
    .cif-supertopic__body--pk {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 50px;
      height: 50px; }
  .cif-supertopic__comment {
    width: 100%;
    height: 32px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(53, 125, 236, 0.1)), to(rgba(53, 125, 236, 0)));
    background: -webkit-linear-gradient(left, rgba(53, 125, 236, 0.1) 0%, rgba(53, 125, 236, 0) 100%);
    background: -o-linear-gradient(left, rgba(53, 125, 236, 0.1) 0%, rgba(53, 125, 236, 0) 100%);
    background: linear-gradient(90deg, rgba(53, 125, 236, 0.1) 0%, rgba(53, 125, 236, 0) 100%);
    -webkit-border-radius: 0px;
            border-radius: 0px;
    margin-top: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 59px 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #333333; }
    .cif-supertopic__comment:hover {
      background: -webkit-gradient(linear, right top, left top, from(rgba(53, 125, 236, 0.1)), to(rgba(53, 125, 236, 0)));
      background: -webkit-linear-gradient(right, rgba(53, 125, 236, 0.1) 0%, rgba(53, 125, 236, 0) 100%);
      background: -o-linear-gradient(right, rgba(53, 125, 236, 0.1) 0%, rgba(53, 125, 236, 0) 100%);
      background: linear-gradient(270deg, rgba(53, 125, 236, 0.1) 0%, rgba(53, 125, 236, 0) 100%);
      color: #357dec; }
    .cif-supertopic__comment--title {
      font-size: 18px;
      font-weight: 400;
      line-height: 60px;
      color: #357dec;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .cif-supertopic__comment--icon {
      width: 62px;
      height: 22px; }
    .cif-supertopic__comment--body {
      height: 100%;
      overflow: hidden; }
    .cif-supertopic__comment--list {
      margin-top: 0px;
      height: 100%; }
    .cif-supertopic__comment--item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%; }
    .cif-supertopic__comment--portrait {
      width: 19px;
      height: 19px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin: 0 8px; }
    .cif-supertopic__comment--name {
      font-size: 12px;
      font-weight: 400;
      line-height: 26px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .cif-supertopic__comment--content {
      font-size: 12px;
      font-weight: 400;
      line-height: 26px;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
  .cif-supertopic__bg {
    width: 95px;
    height: 110px;
    position: absolute;
    top: 28px;
    right: 0; }
    .cif-supertopic__bg--img {
      width: 100%; }

.cif-flock__cont {
  padding-bottom: 31px; }

.cif-flock__wrap {
  width: 100%; }

.cif-cont__item {
  position: relative;
  width: 100%;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px; }

.cif-flock__img {
  width: 36px;
  height: 36px; }

.cif_flock__span {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333; }

.cif-flock__btn {
  width: 56px;
  height: 30px;
  background: #f676a6;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  cursor: pointer; }
  .cif-flock__btn:hover {
    opacity: 0.6; }

.cif-flock__qrcode {
  position: absolute;
  width: 168px;
  height: 164px;
  background: url(../image/74fdf5f037884c57abbd360972709f1b.png) no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  padding: 17px 0 21px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 19;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .cif-flock__qrcode .flock-qrcode__span {
    position: relative;
    left: -3px;
    font-size: 12px;
    font-weight: 400;
    color: #f676a6; }
  .cif-flock__qrcode .flock-qrcode__cont {
    margin-top: 10px;
    width: 100px;
    height: 100px; }

.flock-btn__1:hover ~ .flock-qrcode__1 {
  display: block;
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s; }

.flock-qrcode__1 {
  display: none;
  top: -12px;
  left: 32px; }

.flock-btn__2:hover ~ .flock-qrcode__2 {
  display: block;
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s; }

.flock-qrcode__2 {
  display: none;
  top: -12px;
  left: 32px; }

.flock-btn__3:hover ~ .flock-qrcode__3 {
  display: block;
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s; }

.flock-qrcode__3 {
  display: none;
  top: -12px;
  left: 32px; }

.flock-btn__4:hover ~ .flock-qrcode__4 {
  display: block;
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s; }

.flock-qrcode__4 {
  display: none;
  top: -12px;
  left: 32px; }

.flock-btn__5:hover ~ .flock-qrcode__5 {
  display: block;
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s; }

.flock-qrcode__5 {
  display: none;
  top: -12px;
  left: 32px; }

.flock-btn__6:hover ~ .flock-qrcode__6 {
  display: block;
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s; }

.flock-qrcode__6 {
  display: none;
  top: -12px;
  left: 32px; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    /*初始状态 透明度为0*/ }
  20% {
    opacity: 0.2; }
  50% {
    opacity: 0.5;
    /*中间状态 透明度为0.5*/ }
  70% {
    opacity: 0.7; }
  100% {
    opacity: 1;
    /*结尾状态 透明度为1*/ } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    /*初始状态 透明度为0*/ }
  20% {
    opacity: 0.2; }
  50% {
    opacity: 0.5;
    /*中间状态 透明度为0.5*/ }
  70% {
    opacity: 0.7; }
  100% {
    opacity: 1;
    /*结尾状态 透明度为1*/ } }

.cif-swiper-btn.is-round {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  width: 40px;
  height: 40px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #f676a6;
  cursor: pointer; }
  .cif-swiper-btn.is-round.is-right {
    right: -20px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  .cif-swiper-btn.is-round:hover {
    color: white;
    background: #f676a6; }
  .cif-swiper-btn.is-round.swiper-button-disabled {
    display: none; }

.cif-themeIndex {
  margin-left: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .cif-themeIndex:hover {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px); }
  .cif-themeIndex__btn.is-grey {
    color: #fff;
    border: 1px solid #b2b2b2;
    background: #b2b2b2; }

.cif-theme-btn__click {
  display: inline-block; }

.cif-insertbox[data-type="THEME"] .cif-themeIndex {
  width: 273px;
  height: 274px;
  margin-left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 20px;
  cursor: pointer; }
  .cif-insertbox[data-type="THEME"] .cif-themeIndex:hover {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px); }
  .cif-insertbox[data-type="THEME"] .cif-themeIndex:nth-child(n + 5) {
    margin-top: 0; }

.theme-subscribe-box .cif-btn.is-grey {
  color: #fff;
  border: 1px solid #b2b2b2;
  background: #b2b2b2; }

.theme-subscribe-box .cif-themeIndex {
  margin-left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer; }
  .theme-subscribe-box .cif-themeIndex:hover {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px); }
  .theme-subscribe-box .cif-themeIndex:nth-child(n + 5) {
    margin-top: 0; }

.theme-subscribe-box .cif-section--s {
  width: 300px; }

.theme-subscribe-box .cif-section.is-type1 .cif-section__head {
  line-height: 1;
  margin-top: 36px; }
  .theme-subscribe-box .cif-section.is-type1 .cif-section__head .left-title {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    float: left; }
  .theme-subscribe-box .cif-section.is-type1 .cif-section__head .right-info {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #f676a6;
    float: right; }
    .theme-subscribe-box .cif-section.is-type1 .cif-section__head .right-info span {
      cursor: pointer; }
    .theme-subscribe-box .cif-section.is-type1 .cif-section__head .right-info .edit-subscribe {
      margin-right: 20px; }
    .theme-subscribe-box .cif-section.is-type1 .cif-section__head .right-info > span:hover,
    .theme-subscribe-box .cif-section.is-type1 .cif-section__head .right-info > a:hover {
      color: #ff8739; }
    .theme-subscribe-box .cif-section.is-type1 .cif-section__head .right-info .iconfont {
      font-size: 14px;
      color: #999999;
      margin-right: 6px; }

.theme-subscribe-box .cif-insertbox {
  margin-top: 15px; }
  .theme-subscribe-box .cif-insertbox .cif-section__head {
    border: none; }
  .theme-subscribe-box .cif-insertbox .swiper-container {
    padding-top: 14px; }

.cif-themebox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 30px 24px;
  width: 860px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  opacity: 1;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin-top: 20px; }
  .cif-themebox .cif-btn {
    margin-left: 5px; }
    .cif-themebox .cif-btn.is-grey {
      color: #fff;
      border: 1px solid #b2b2b2;
      background: #b2b2b2; }
  .cif-themebox:first-child {
    margin-top: 0; }
  .cif-themebox .cif-btn {
    width: 80px;
    height: 30px; }
  .cif-themebox .cif-flexbox__wrap {
    margin-bottom: 0;
    margin-right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .cif-themebox .cif-flexbox__imgbox {
    width: 54px;
    height: 54px;
    -webkit-border-radius: 10px;
            border-radius: 10px; }
  .cif-themebox .sign {
    color: #f676a6; }
  .cif-themebox .cif-flexbox__info {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: auto; }
    .cif-themebox .cif-flexbox__info .title {
      color: #666666;
      font-size: 16px;
      font-weight: 500; }
    .cif-themebox .cif-flexbox__info .desc {
      margin-top: 6px;
      font-size: 14px; }
  .cif-themebox .cif-active {
    cursor: pointer;
    padding: 0;
    border: none;
    width: 253px;
    height: auto; }
    .cif-themebox .cif-active:hover {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .cif-themebox .cif-active .cif-active__img {
      height: 156px;
      -webkit-border-radius: 3px;
              border-radius: 3px; }
  .cif-themebox .item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px; }

.cif-login-box {
  text-align: center;
  padding: 90px 0 70px; }
  .cif-login-box .state-desc {
    font-size: 14px;
    color: #999999;
    margin: 6px 0; }
  .cif-login-box .cif-btn {
    width: 108px;
    height: 32px;
    line-height: 32px;
    margin-top: 10px; }

.cif-user__service--rights {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px; }

.cif-intelligence-section {
  padding: 0; }
  .cif-intelligence-section .cif_member_intelligence_cont {
    height: 60px; }
  .cif-intelligence-section .cif-section-intelligence {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: -webkit-gradient(linear, left top, left bottom, from(#fffaf0), to(#ffffff));
    background: -webkit-linear-gradient(top, #fffaf0 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #fffaf0 0%, #ffffff 100%);
    background: linear-gradient(180deg, #fffaf0 0%, #ffffff 100%);
    position: relative;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 56px;
    font-size: 14px;
    border-bottom: 1px solid #ebeced;
    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-intelligence-section .cif-intelligence-title {
    width: 88px;
    height: 31px;
    background-image: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/4c942ad75bd84e7684fd94dcb0a9d304.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%; }
  .cif-intelligence-section .cif-intelligence-more {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    cursor: pointer; }
    .cif-intelligence-section .cif-intelligence-more:hover {
      color: #f676a6; }
  .cif-intelligence-section .swiper-contanier--intelligence {
    line-height: 34px;
    height: 34px;
    position: relative;
    top: 24%; }
  .cif-intelligence-section .cif_member_intelligence_cont {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .cif-intelligence-section .member_intelligence_slide {
    cursor: pointer;
    font-size: 14px;
    color: #666; }
    .cif-intelligence-section .member_intelligence_slide:hover {
      color: #e39f39; }

.cif-insertbox[data-type="CUSTOMIZE_CATEGORY"] {
  position: relative; }
  .cif-insertbox[data-type="CUSTOMIZE_CATEGORY"] .guide-btn {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 40px;
    height: 40px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 50%;
            border-radius: 50%;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #f676a6;
    cursor: pointer; }
    .cif-insertbox[data-type="CUSTOMIZE_CATEGORY"] .guide-btn:hover {
      background: #f676a6;
      color: #fff; }
    .cif-insertbox[data-type="CUSTOMIZE_CATEGORY"] .guide-btn.swiper-button-disabled {
      display: none; }
    .cif-insertbox[data-type="CUSTOMIZE_CATEGORY"] .guide-btn.is-left {
      left: 0;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .cif-insertbox[data-type="CUSTOMIZE_CATEGORY"] .guide-btn.is-right {
      right: 0;
      -webkit-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
              transform: translate(50%, -50%); }

.cif-guideBox {
  margin-right: 20px; }
  .cif-guideBox:last-child {
    margin-right: 0; }
  .cif-guideBox.is-type1 {
    width: 860px;
    height: 140px;
    background: #ffffff;
    border: 1px solid #f2f2f2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 20px; }
    .cif-guideBox.is-type1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .cif-guideBox.is-type1:hover {
      -webkit-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
              transform: translateY(-5px);
      -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); }
      .cif-guideBox.is-type1:hover .cif-guideBox__title {
        color: #f676a6; }
    .cif-guideBox.is-type1 .cif-guideBox__img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-right: 20px;
      position: relative; }
      .cif-guideBox.is-type1 .cif-guideBox__img img {
        width: 176px;
        height: 100px; }
      .cif-guideBox.is-type1 .cif-guideBox__img .sign {
        position: absolute;
        top: 8px;
        left: 8px;
        width: 54px;
        height: 26px;
        background: #f676a6;
        -webkit-border-radius: 15px 15px 15px 15px;
                border-radius: 15px 15px 15px 15px;
        font-size: 12px;
        font-family: Microsoft YaHei-Regular, Microsoft YaHei;
        font-weight: 400;
        color: #ffffff;
        line-height: 26px;
        text-align: center; }
    .cif-guideBox.is-type1 .cif-guideBox__middle {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
    .cif-guideBox.is-type1 .cif-guideBox__title {
      font-size: 16px;
      font-family: Microsoft YaHei-Bold, Microsoft YaHei;
      font-weight: bold;
      color: #666666; }
    .cif-guideBox.is-type1 .cif-guideBox__info {
      font-size: 12px;
      font-family: MicrosoftYaHei-, MicrosoftYaHei;
      font-weight: normal;
      color: #999999;
      margin-top: 45px; }
      .cif-guideBox.is-type1 .cif-guideBox__info span:first-child {
        color: #f676a6; }
    .cif-guideBox.is-type1 .cif-guideBox__btn {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 80px;
      height: 30px;
      background: #ffffff;
      -webkit-border-radius: 3px 3px 3px 3px;
              border-radius: 3px 3px 3px 3px;
      opacity: 1;
      border: 1px solid #f676a6;
      font-size: 14px;
      font-family: MicrosoftYaHei-, MicrosoftYaHei;
      font-weight: normal;
      color: #f676a6;
      line-height: 30px;
      text-align: center; }
      .cif-guideBox.is-type1 .cif-guideBox__btn:hover {
        background: #f676a6;
        color: #fff; }
  .cif-guideBox.is-type2 {
    width: 273px;
    height: 237px;
    background: #ffffff;
    border: 1px solid #f2f2f2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 23px 0 0 0; }
    .cif-guideBox.is-type2:hover {
      -webkit-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
              transform: translateY(-5px);
      -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); }
      .cif-guideBox.is-type2:hover .cif-guideBox__title {
        color: #f676a6; }
    .cif-guideBox.is-type2 .cif-guideBox__img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      position: relative;
      text-align: center; }
      .cif-guideBox.is-type2 .cif-guideBox__img img {
        width: 238px;
        height: 135px; }
      .cif-guideBox.is-type2 .cif-guideBox__img .sign {
        position: absolute;
        top: 8px;
        left: 8px;
        width: 54px;
        height: 26px;
        background: #f676a6;
        -webkit-border-radius: 15px 15px 15px 15px;
                border-radius: 15px 15px 15px 15px;
        font-size: 12px;
        font-family: Microsoft YaHei-Regular, Microsoft YaHei;
        font-weight: 400;
        color: #ffffff;
        line-height: 26px;
        text-align: center; }
    .cif-guideBox.is-type2 .cif-guideBox__title {
      font-size: 14px;
      font-family: Microsoft YaHei-Bold, Microsoft YaHei;
      font-weight: bold;
      color: #666666;
      margin: 14px auto 0;
      width: 238px; }
    .cif-guideBox.is-type2 .cif-guideBox__info {
      font-size: 12px;
      font-family: MicrosoftYaHei-, MicrosoftYaHei;
      font-weight: normal;
      color: #999999;
      width: 238px;
      margin: 8px auto 0; }
      .cif-guideBox.is-type2 .cif-guideBox__info span:first-child {
        color: #f676a6; }

.cif-subjectBox {
  margin-right: 20px; }
  .cif-subjectBox:last-child {
    margin-right: 0; }
  .cif-subjectBox.is-type1 {
    width: 860px;
    height: 180px;
    background: #ffffff;
    border: 1px solid #f2f2f2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 20px; }
    .cif-subjectBox.is-type1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .cif-subjectBox.is-type1:hover {
      -webkit-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
              transform: translateY(-5px);
      -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); }
      .cif-subjectBox.is-type1:hover .cif-subjectBox__title {
        color: #f676a6; }
    .cif-subjectBox.is-type1 .cif-subjectBox__img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-right: 20px;
      position: relative; }
      .cif-subjectBox.is-type1 .cif-subjectBox__img img {
        width: 240px;
        height: 140px;
        vertical-align: bottom; }
    .cif-subjectBox.is-type1 .cif-subjectBox__middle {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
    .cif-subjectBox.is-type1 .cif-subjectBox__title {
      font-size: 16px;
      font-weight: bold;
      color: #666666; }
    .cif-subjectBox.is-type1 .cif-subjectBox__info {
      font-size: 12px;
      font-weight: normal;
      color: #999999;
      margin-top: 45px;
      -webkit-line-clamp: 2; }
      .cif-subjectBox.is-type1 .cif-subjectBox__info span:first-child {
        color: #f676a6; }
  .cif-subjectBox.is-type2 {
    width: 273px;
    height: 237px;
    background: #ffffff;
    border: 1px solid #f2f2f2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 23px 0 0 0; }
    .cif-subjectBox.is-type2:hover {
      -webkit-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
              transform: translateY(-5px);
      -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); }
      .cif-subjectBox.is-type2:hover .cif-subjectBox__title {
        color: #f676a6; }
    .cif-subjectBox.is-type2 .cif-subjectBox__img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      position: relative;
      text-align: center; }
      .cif-subjectBox.is-type2 .cif-subjectBox__img img {
        width: 238px;
        height: 138px;
        vertical-align: bottom; }
    .cif-subjectBox.is-type2 .cif-subjectBox__title {
      font-size: 14px;
      font-family: Microsoft YaHei-Bold, Microsoft YaHei;
      font-weight: bold;
      color: #666666;
      margin: 14px auto 0;
      width: 238px; }
    .cif-subjectBox.is-type2 .cif-subjectBox__info {
      font-size: 12px;
      font-family: MicrosoftYaHei-, MicrosoftYaHei;
      font-weight: normal;
      color: #999999;
      width: 238px;
      margin: 8px auto 0; }
      .cif-subjectBox.is-type2 .cif-subjectBox__info span:first-child {
        color: #f676a6; }

.infoFlowSubject {
  position: relative; }
  .infoFlowSubject .subject-btn {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 40px;
    height: 40px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 50%;
            border-radius: 50%;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #f676a6;
    cursor: pointer; }
    .infoFlowSubject .subject-btn:hover {
      background: #f676a6;
      color: #fff; }
    .infoFlowSubject .subject-btn.swiper-button-disabled {
      display: none; }
    .infoFlowSubject .subject-btn.is-left {
      left: 0;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .infoFlowSubject .subject-btn.is-right {
      right: 0;
      -webkit-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
              transform: translate(50%, -50%); }

.cif-report {
  width: 100%;
  margin: 0 auto 0;
  padding-bottom: 30px; }
  .cif-report__title {
    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;
    height: 60px;
    background: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/4b8c6703084346a8a2264a4af204f664.png) no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%; }
    .cif-report__title--left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .cif-report__title--right {
      font-size: 14px;
      font-family: MicrosoftYaHei-, MicrosoftYaHei;
      color: #999999;
      cursor: pointer; }
      .cif-report__title--right:hover {
        color: #f676a6; }
    .cif-report__title--icon {
      width: 34px;
      height: 34px;
      background: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/d16dbbcf37524cf9bc22e85ac9023f6a.png) no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%; }
    .cif-report__title--text {
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: #333333;
      margin-left: 6px; }
  .cif-report__body {
    margin-top: 30px; }
    .cif-report__body[data-id="-2"] {
      margin-top: 20px; }
    .cif-report__body--title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .cif-report__body--title .container {
        position: relative;
        padding-left: 8px; }
        .cif-report__body--title .container:hover .text {
          display: block; }
        .cif-report__body--title .container .icon {
          width: 20px;
          height: 20px;
          background: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/86ad69b572ee43749f5d7f0e4f90361f.png) no-repeat;
          -webkit-background-size: 100% 100%;
                  background-size: 100% 100%;
          cursor: pointer; }
        .cif-report__body--title .container .text {
          position: absolute;
          top: 50%;
          right: 28px;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 461px;
          height: 64px;
          background: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/686ab76bcfda4a5cb807bd83ecd0fd09.png) no-repeat;
          -webkit-background-size: 100% 100%;
                  background-size: 100% 100%;
          font-size: 14px;
          font-weight: 400;
          color: #333333;
          line-height: 24px;
          padding: 8px 0 0 20px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          display: none;
          z-index: 10; }
    .cif-report__body--more {
      width: 120px;
      height: 30px;
      border: 1px solid #c2f147;
      font-size: 12px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      line-height: 30px;
      text-align: center;
      color: #333333;
      cursor: pointer;
      margin: 30px auto 0; }
      .cif-report__body--more:hover {
        background: #c2f147; }
    .cif-report__body--item:hover .top .img {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }
    .cif-report__body--item:hover .bottom .bottom-left .title {
      color: #2c50fa; }
    .cif-report__body--item .top {
      overflow: hidden; }
      .cif-report__body--item .top .sign {
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        width: 68px;
        height: 30px;
        background: #c2f147;
        opacity: 1;
        -webkit-border-radius: 0px 0px 0px 15px;
                border-radius: 0px 0px 0px 15px;
        line-height: 30px;
        text-align: center;
        position: absolute;
        top: 0;
        right: 0; }
      .cif-report__body--item .top .sign1 {
        width: 54px;
        height: 26px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        font-size: 12px;
        font-weight: 400;
        line-height: 26px;
        text-align: center;
        position: absolute;
        top: 8px;
        left: 8px; }
      .cif-report__body--item .top .up {
        background: #c2f147;
        color: #333333; }
      .cif-report__body--item .top .hot {
        background: #f676a6;
        color: #fff; }
      .cif-report__body--item .top .new {
        background: #2c50fa;
        color: #c2f147; }
    .cif-report__body--item .bottom {
      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;
      height: 80px;
      background: #f9f5f1;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .cif-report__body--item .bottom .bottom-left .title {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333333;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        word-break: break-all; }
      .cif-report__body--item .bottom .bottom-left .info {
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        margin-top: 8px; }
      .cif-report__body--item .bottom .bottom-right {
        width: 68px;
        height: 30px;
        background: #2c50fa;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        color: #ffffff;
        cursor: pointer;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
        .cif-report__body--item .bottom .bottom-right.is-active {
          border: 1px solid #cccccc;
          background: transparent;
          color: #333333; }
  .cif-report__body1 {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px; }
    .cif-report__body1--item {
      margin-right: 22px;
      margin-top: 20px; }
      .cif-report__body1--item:nth-child(3n) {
        margin-right: 0; }
      .cif-report__body1--item:last-child {
        width: 273px;
        height: 203px;
        background: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/580985eb7f0d48dba7f8c81288a857c2.png) no-repeat;
        -webkit-background-size: 100% 100%;
                background-size: 100% 100%;
        cursor: pointer; }
        .cif-report__body1--item:last-child:hover {
          background: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/3ee7a41114b84dd3b3828ab4fd0482d6.png) no-repeat;
          -webkit-background-size: 100% 100%;
                  background-size: 100% 100%; }
      .cif-report__body1--item .container {
        width: 271px;
        height: 201px;
        padding: 20px;
        background: #fff url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/ef969e6960274093881da7f813798b9e.png) no-repeat;
        -webkit-background-size: contain;
                background-size: contain;
        border: 1px solid #2c50fa;
        -webkit-box-shadow: 2px 2px 0px #2c50fa;
                box-shadow: 2px 2px 0px #2c50fa;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        position: relative;
        -webkit-transition: all linear 0.5s;
        -o-transition: all linear 0.5s;
        transition: all linear 0.5s; }
        .cif-report__body1--item .container .label {
          position: absolute;
          top: 0;
          left: 0;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 59px;
          height: 24px;
          background: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/e855babe1d8e41ceab282bfbbda045ac.png) no-repeat;
          -webkit-background-size: 100% 100%;
                  background-size: 100% 100%;
          font-size: 12px;
          font-weight: 400;
          color: #ffffff;
          line-height: 24px;
          text-align: center;
          margin-left: -1px; }
        .cif-report__body1--item .container .title {
          font-size: 16px;
          font-weight: bold;
          color: #333333;
          overflow: hidden;
          white-space: nowrap;
          width: 224px; }
        .cif-report__body1--item .container .desc {
          font-size: 14px;
          font-weight: 400;
          color: #999999;
          line-height: 24px;
          margin-top: 6px;
          height: 24px;
          -webkit-transition: all linear 0.5s;
          -o-transition: all linear 0.5s;
          transition: all linear 0.5s;
          overflow: hidden;
          word-break: break-word; }
          .cif-report__body1--item .container .desc.ellipsis {
            width: 224px; }
        .cif-report__body1--item .container .progress {
          width: 100%;
          height: 10px;
          background: #f2f4f6;
          -webkit-border-radius: 60px;
                  border-radius: 60px;
          margin-top: 15px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .cif-report__body1--item .container .progress .bar {
            background: -webkit-gradient(linear, left top, right top, from(#f2d54b), to(#70d800));
            background: -webkit-linear-gradient(left, #f2d54b 0%, #70d800 100%);
            background: -o-linear-gradient(left, #f2d54b 0%, #70d800 100%);
            background: linear-gradient(90deg, #f2d54b 0%, #70d800 100%);
            height: 10px;
            -webkit-border-radius: 60px 0 0 60px;
                    border-radius: 60px 0 0 60px; }
          .cif-report__body1--item .container .progress .sign {
            margin-top: -4px;
            width: 30px;
            height: 20px;
            background: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/9c808f0c387e439c96349b8bd4ae75cb.png) no-repeat;
            -webkit-background-size: 100% 100%;
                    background-size: 100% 100%;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto; }
            .cif-report__body1--item .container .progress .sign.is-selected {
              width: 30px;
              height: 20px;
              background: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/4381c18bb3d9494593f9f7c0815f48eb.png) no-repeat;
              -webkit-background-size: 100% 100%;
                      background-size: 100% 100%; }
            .cif-report__body1--item .container .progress .sign.is-zero {
              margin-top: -5px;
              width: 20px;
              height: 20px;
              background: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/25b2ea4227f448a68e4d276882382457.png) no-repeat;
              -webkit-background-size: 100% 100%;
                      background-size: 100% 100%; }
        .cif-report__body1--item .container .info {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          font-size: 14px;
          margin-top: 14px; }
          .cif-report__body1--item .container .info .info-left {
            color: #999999; }
            .cif-report__body1--item .container .info .info-left span {
              color: #2c50fa; }
          .cif-report__body1--item .container .info .info-right {
            color: #666666; }
        .cif-report__body1--item .container .btn {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .cif-report__body1--item .container .btn div {
            height: 30px;
            background: #2c50fa;
            font-size: 14px;
            font-weight: 400;
            color: #ffffff;
            line-height: 30px;
            text-align: center;
            margin: 19px auto 0;
            padding: 0 20px;
            width: auto;
            cursor: pointer; }
            .cif-report__body1--item .container .btn div.is-selected {
              border: 1px solid #cccccc;
              color: #333333;
              background: transparent; }
            .cif-report__body1--item .container .btn div.is-form {
              border: 1px solid #2c50fa;
              color: #2c50fa;
              background: transparent; }
  .cif-report__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px; }
    .cif-report__tab--item {
      margin-top: 10px;
      padding: 0 20px;
      height: 30px;
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      line-height: 30px;
      text-align: center;
      margin-right: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px solid #e8e8e8;
      color: #666;
      cursor: pointer; }
      .cif-report__tab--item.is-active {
        background: #c2f147;
        color: #333333; }
      .cif-report__tab--item:last-child {
        margin-right: 0; }
  .cif-report .is-type1 .cif-report__body--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .cif-report .is-type1 .cif-report__body--item {
    width: 200px;
    margin-right: 20px; }
    .cif-report .is-type1 .cif-report__body--item:nth-child(4n) {
      margin-right: 0; }
    .cif-report .is-type1 .cif-report__body--item:nth-child(n + 5) {
      margin-top: 20px; }
    .cif-report .is-type1 .cif-report__body--item .top {
      position: relative; }
      .cif-report .is-type1 .cif-report__body--item .top .img {
        width: 200px;
        height: 284px;
        vertical-align: bottom;
        -webkit-transition: all linear 0.2s;
        -o-transition: all linear 0.2s;
        transition: all linear 0.2s; }
  .cif-report .is-type2 .cif-report__body--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .cif-report .is-type2 .cif-report__body--item {
    width: 273px;
    margin-right: 20px; }
    .cif-report .is-type2 .cif-report__body--item:nth-child(3n) {
      margin-right: 0; }
    .cif-report .is-type2 .cif-report__body--item:nth-child(n + 4) {
      margin-top: 20px; }
    .cif-report .is-type2 .cif-report__body--item .top {
      position: relative; }
      .cif-report .is-type2 .cif-report__body--item .top .img {
        width: 273px;
        height: 154px;
        vertical-align: bottom;
        -webkit-transition: all linear 0.2s;
        -o-transition: all linear 0.2s;
        transition: all linear 0.2s; }

.cif-homeService.is-product .cif-homeService__fixed .fixed__tab:hover {
  color: #f60; }

.cif-homeService.is-product .cif-homeService__fixed .fixed__tab.on {
  color: #f60;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 102, 0, 0)), to(rgba(255, 102, 0, 0.05)));
  background: -webkit-linear-gradient(left, rgba(255, 102, 0, 0) 0%, rgba(255, 102, 0, 0.05) 100%);
  background: -o-linear-gradient(left, rgba(255, 102, 0, 0) 0%, rgba(255, 102, 0, 0.05) 100%);
  background: linear-gradient(90deg, rgba(255, 102, 0, 0) 0%, rgba(255, 102, 0, 0.05) 100%); }
  .cif-homeService.is-product .cif-homeService__fixed .fixed__tab.on::before {
    background: #f60; }

.cif-homeService.is-product .cif-homeService__tabs .tab {
  background: #FFF6F1; }
  .cif-homeService.is-product .cif-homeService__tabs .tab.on, .cif-homeService.is-product .cif-homeService__tabs .tab:hover {
    background: #f60; }

.cif-homeService.is-product .cif-homeServiceChild__title .tabs .tab.on, .cif-homeService.is-product .cif-homeServiceChild__title .tabs .tab:hover {
  color: #f60; }

.cif-homeService.is-product .cif-hotService .cif-product__image {
  width: 150px;
  height: 150px;
  border: 0; }

.cif-homeService.is-product .cif-hotService .cif-product:hover .cif-product__title {
  color: #f60 !important; }

.cif-homeService__fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 104px;
  padding: 15px 0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -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);
  position: fixed;
  left: 50%;
  top: 150px;
  -webkit-transform: translateX(-720px);
      -ms-transform: translateX(-720px);
          transform: translateX(-720px);
  z-index: 5;
  background: #fff; }
  .cif-homeService__fixed .fixed__tab {
    width: 100%;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    padding: 0px 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    margin-top: 6px; }
    .cif-homeService__fixed .fixed__tab:first-child {
      margin-top: 0; }
    .cif-homeService__fixed .fixed__tab:hover {
      color: #3b98ff; }
    .cif-homeService__fixed .fixed__tab.on {
      color: #3b98ff;
      background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#e9f6ff));
      background: -webkit-linear-gradient(left, #ffffff 0%, #e9f6ff 100%);
      background: -o-linear-gradient(left, #ffffff 0%, #e9f6ff 100%);
      background: linear-gradient(90deg, #ffffff 0%, #e9f6ff 100%);
      position: relative; }
      .cif-homeService__fixed .fixed__tab.on::before {
        content: "";
        display: block;
        width: 4px;
        height: 11px;
        background: #3b98ff;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }

.cif-homeService__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px; }
  .cif-homeService__tabs .tab {
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    color: #333;
    font-size: 14px;
    background: #eff6ff;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    margin-left: 16px;
    cursor: pointer;
    width: auto; }
    .cif-homeService__tabs .tab:first-child {
      margin-left: 0; }
    .cif-homeService__tabs .tab.on, .cif-homeService__tabs .tab:hover {
      color: #fff;
      background: #3b98ff; }

.cif-homeService__cont {
  margin-top: 0; }

.cif-homeService.is-product .cif-selectionProduct:not([style*="display:none"]):nth-child(n + 4) {
  margin-top: 0; }

.cif-hotService {
  margin-top: 30px; }
  .cif-hotService__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .cif-hotService__title .text {
      font-size: 18px;
      color: #333;
      font-weight: bold;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .cif-hotService__title .text::before {
        content: "";
        display: block;
        background-image: url("http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/7e545e1eac7b4f44bed2c737ea837620.png");
        background-repeat: repeat;
        -webkit-background-size: 100% 100%;
                background-size: 100%;
        margin-right: 6px;
        width: 24px;
        height: 24px; }
      .cif-hotService__title .text .label {
        display: inline-block;
        font-weight: normal;
        height: 26px;
        line-height: 26px;
        -webkit-border-radius: 13px;
                border-radius: 13px;
        font-size: 12px;
        padding: 0 9px;
        color: #f60;
        background: #FFF6F1;
        border: 1px solid #F9CAB1;
        margin-left: 10px; }
        .cif-hotService__title .text .label .iconfont {
          font-size: 12px; }
        .cif-hotService__title .text .label:hover {
          background: #f60;
          color: #fff; }
    .cif-hotService__title .more {
      font-size: 14px;
      color: #999; }
  .cif-hotService__cont {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .cif-hotService__cont .hotService__left {
      width: 230px;
      height: 275px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin: 0;
      margin-right: 10px; }
      .cif-hotService__cont .hotService__left .swiper-slide {
        width: 230px;
        height: 275px; }
        .cif-hotService__cont .hotService__left .swiper-slide img {
          width: 100%;
          height: 100%;
          -webkit-border-radius: 3px;
                  border-radius: 3px; }
      .cif-hotService__cont .hotService__left .swiper-pagination-bullet {
        background: #fff;
        opacity: 0.5;
        width: 8px;
        height: 6px;
        -webkit-border-radius: 3px;
                border-radius: 3px; }
        .cif-hotService__cont .hotService__left .swiper-pagination-bullet.swiper-pagination-bullet-active {
          opacity: 1;
          width: 18px; }
    .cif-hotService__cont .hotService__right {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      position: relative;
      width: 620px; }
      .cif-hotService__cont .hotService__right .cif-product {
        -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.06);
                box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.06);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .cif-hotService__cont .hotService__right .cif-product:hover {
          margin-top: -4px;
          -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); }
          .cif-hotService__cont .hotService__right .cif-product:hover .cif-product__title {
            color: #64abfb; }
        .cif-hotService__cont .hotService__right .cif-product .cif-product__price {
          text-align: center;
          padding: 0 30px;
          width: 100%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
      .cif-hotService__cont .hotService__right .swiper-container {
        padding: 10px 0;
        margin-top: -10px;
        height: 275px; }
      .cif-hotService__cont .hotService__right .swiper__btn {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
        z-index: 3;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        color: #999;
        font-size: 26px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        cursor: pointer; }
        .cif-hotService__cont .hotService__right .swiper__btn.is-prev {
          left: 0; }
        .cif-hotService__cont .hotService__right .swiper__btn.is-next {
          right: -10px; }
        .cif-hotService__cont .hotService__right .swiper__btn.swiper-button-disabled {
          display: none; }
        .cif-hotService__cont .hotService__right .swiper__btn:hover {
          color: #fff;
          background: #f60; }
      .cif-hotService__cont .hotService__right .cif-product {
        margin: 0 10px; }

.cif-homeServiceChild {
  padding-top: 50px; }
  .cif-homeServiceChild:first-child {
    padding-top: 30px; }
  .cif-homeServiceChild__title {
    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-homeServiceChild__title .text {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 16px;
      font-weight: bold;
      color: #333; }
      .cif-homeServiceChild__title .text img {
        width: 24px;
        height: 24px;
        margin-right: 10px; }
    .cif-homeServiceChild__title .tabs {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: 6px; }
      .cif-homeServiceChild__title .tabs .tab {
        font-size: 14px;
        color: #666;
        padding: 0 20px;
        cursor: pointer;
        position: relative;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: auto; }
        .cif-homeServiceChild__title .tabs .tab.on, .cif-homeServiceChild__title .tabs .tab:hover {
          color: #3b98ff; }
        .cif-homeServiceChild__title .tabs .tab::before {
          content: "";
          width: 1px;
          height: 12px;
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          background: #b2b2b2; }
        .cif-homeServiceChild__title .tabs .tab:first-child::before {
          display: none; }
    .cif-homeServiceChild__title .more {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      font-size: 14px;
      color: #999;
      margin-left: 40px; }
      .cif-homeServiceChild__title .more:hover {
        color: #f60; }
  .cif-homeServiceChild__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .cif-homeServiceChild__cont .cif-selectionProduct {
      margin-left: 20px !important;
      margin-top: 0 !important; }
      .cif-homeServiceChild__cont .cif-selectionProduct:first-child {
        margin-left: 0 !important; }
  .cif-homeServiceChild__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px; }
    .cif-homeServiceChild__more .btn {
      width: 120px;
      height: 40px;
      line-height: 40px;
      background: #ffffff;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      color: #f676a6;
      border: 1px solid #e8e8e8;
      font-size: 14px;
      text-align: center; }
      .cif-homeServiceChild__more .btn:hover {
        border-color: #f676a6; }

.cif-homeServiceChild2 {
  margin-top: 20px;
  width: 420px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 20px 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .cif-homeServiceChild2:hover {
    border-color: #3b98ff; }
  .cif-homeServiceChild2:nth-child(2n) {
    margin-left: 20px; }
  .cif-homeServiceChild2__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .cif-homeServiceChild2__head:hover .cif-homeServiceChild2__title,
    .cif-homeServiceChild2__head:hover .cif-homeServiceChild2__cont::after {
      color: #3b98ff; }
  .cif-homeServiceChild2__image {
    width: 80px;
    height: 80px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.06);
    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;
    overflow: hidden; }
    .cif-homeServiceChild2__image img {
      max-width: 100%;
      max-height: 100%; }
  .cif-homeServiceChild2__cont {
    margin-left: 16px;
    padding-right: 30px;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .cif-homeServiceChild2__cont::after {
      content: "\e63f";
      display: block;
      font-family: "iconfont" !important;
      font-size: 16px;
      font-style: normal;
      position: absolute;
      color: #999;
      right: 13px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .cif-homeServiceChild2__title {
    font-size: 16px;
    color: #333;
    font-weight: bold; }
  .cif-homeServiceChild2__describe {
    margin-top: 10px;
    font-size: 14px;
    color: #999; }
  .cif-homeServiceChild2__other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px; }
    .cif-homeServiceChild2__other span {
      height: 20px;
      line-height: 20px;
      font-size: 14px;
      color: #f60;
      padding: 0 10px;
      background: #fff6f1;
      -webkit-border-radius: 10px;
              border-radius: 10px; }
  .cif-homeServiceChild2__foot {
    margin-top: 26px; }
    .cif-homeServiceChild2__foot .child2__foot__title {
      position: relative;
      font-size: 14px;
      color: #999; }
      .cif-homeServiceChild2__foot .child2__foot__title span {
        padding-right: 20px;
        background: #fff;
        position: relative;
        z-index: 2; }
      .cif-homeServiceChild2__foot .child2__foot__title::before {
        content: "";
        width: 100%;
        height: 1px;
        border-top: 1px dashed #e8e8e8;
        position: absolute;
        left: 0;
        top: 50%; }
    .cif-homeServiceChild2__foot .child2__foot__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 14px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 12px; }
      .cif-homeServiceChild2__foot .child2__foot__item .text {
        color: #333; }
      .cif-homeServiceChild2__foot .child2__foot__item .more {
        color: #3b98ff;
        margin-left: 40px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        max-width: 114px; }
        .cif-homeServiceChild2__foot .child2__foot__item .more del,
        .cif-homeServiceChild2__foot .child2__foot__item .more .price__tag {
          color: #999; }
      .cif-homeServiceChild2__foot .child2__foot__item:hover .text {
        color: #3b98ff; }
      .cif-homeServiceChild2__foot .child2__foot__item:hover .more {
        color: #64abfb; }
      .cif-homeServiceChild2__foot .child2__foot__item:hover .img-con {
        width: 160px;
        height: 160px;
        margin: 20px auto 50px; }
        .cif-homeServiceChild2__foot .child2__foot__item:hover .img-con img {
          width: 100%;
          height: 100%; }

.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: #f676a6; }
  .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 #f676a6;
    padding: 0 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 30px;
    font-size: 14px;
    color: #f676a6;
    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: #f676a6;
      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: #f676a6; }
    .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: #f676a6; }
    .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: #f676a6; }
    .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 {
  position: absolute;
  left: 0;
  bottom: 0;
  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-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%; }

.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: #f676a6;
    -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: #f676a6; }
  .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: #f676a6; }
    .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: #f676a6; }
      .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: #f676a6; }

.act-layer {
  background: #fff; }
  .act-layer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative; }
    .act-layer__container--close {
      position: absolute;
      top: 15px;
      right: 15px;
      font-size: 12px;
      color: #999;
      cursor: pointer; }
  .act-layer.is-success .act-layer__container {
    padding-bottom: 50px; }
    .act-layer.is-success .act-layer__container--icon {
      width: 40px;
      height: 40px;
      background: url(http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/5e51d8ff5add470e92509201deec25f1.png) no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%;
      margin: 50px auto 0; }
    .act-layer.is-success .act-layer__container--title {
      font-size: 16px;
      font-family: MicrosoftYaHei;
      font-weight: bold;
      color: #333333;
      text-align: center;
      margin-top: 17px; }
    .act-layer.is-success .act-layer__container--info {
      font-size: 14px;
      font-family: MicrosoftYaHei-, MicrosoftYaHei;
      font-weight: normal;
      color: #666666;
      text-align: center;
      margin-top: 10px; }
    .act-layer.is-success .act-layer__container--img {
      width: 160px;
      margin: 30px auto 0; }
      .act-layer.is-success .act-layer__container--img.is-like {
        margin-top: 10px; }
      .act-layer.is-success .act-layer__container--img img {
        width: 100%; }
    .act-layer.is-success .act-layer__container--btn {
      width: 180px;
      height: 36px;
      background: #2c50fa;
      -webkit-border-radius: 2px 2px 2px 2px;
              border-radius: 2px 2px 2px 2px;
      color: #fff;
      font-size: 14px;
      line-height: 36px;
      text-align: center;
      margin: 30px auto 0;
      cursor: pointer; }
  .act-layer.is-confirm .act-layer__container {
    padding-bottom: 50px; }
    .act-layer.is-confirm .act-layer__container--info {
      font-size: 16px;
      font-family: MicrosoftYaHei-, MicrosoftYaHei;
      font-weight: normal;
      color: #666666;
      line-height: 28px;
      margin-top: 43px;
      text-align: center; }
    .act-layer.is-confirm .act-layer__container--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;
      margin-top: 30px; }
      .act-layer.is-confirm .act-layer__container--btn .cancel {
        width: 100px;
        height: 36px;
        background: #f2f3f4;
        font-size: 14px;
        font-family: MicrosoftYaHei-, MicrosoftYaHei;
        font-weight: normal;
        color: #999999;
        line-height: 36px;
        text-align: center;
        margin-right: 20px;
        cursor: pointer; }
      .act-layer.is-confirm .act-layer__container--btn .confirm {
        width: 100px;
        height: 36px;
        background: #2c50fa;
        font-size: 14px;
        font-family: MicrosoftYaHei-, MicrosoftYaHei;
        font-weight: normal;
        color: #ffffff;
        line-height: 36px;
        text-align: center;
        cursor: pointer; }
  .act-layer.is-info .act-layer__container {
    padding-bottom: 14px; }
    .act-layer.is-info .act-layer__container--header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 440px;
      height: 120px;
      background: #f9f5f1;
      padding: 30px 30px 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .act-layer.is-info .act-layer__container--header .left {
        width: 68px;
        height: 90px;
        margin-right: 20px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
        .act-layer.is-info .act-layer__container--header .left img {
          width: 100%;
          height: 100%; }
      .act-layer.is-info .act-layer__container--header .right {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
        .act-layer.is-info .act-layer__container--header .right .right-title {
          font-size: 16px;
          font-family: MicrosoftYaHei;
          font-weight: bold;
          color: #333333;
          margin-bottom: 15px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          overflow: hidden;
          -webkit-line-clamp: 1; }
        .act-layer.is-info .act-layer__container--header .right .right-info {
          font-size: 14px;
          font-family: Source Han Sans CN-Regular, Source Han Sans CN;
          font-weight: 400;
          color: #333333;
          line-height: 22px; }
    .act-layer.is-info .act-layer__container--body {
      max-height: 260px;
      overflow-y: auto;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 30px;
      margin: 20px 0;
      font-size: 14px;
      font-family: Microsoft YaHei-Regular, Microsoft YaHei;
      font-weight: 400;
      color: #707070;
      line-height: 24px; }
    .act-layer.is-info .act-layer__container--btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .act-layer.is-info .act-layer__container--btn .open,
      .act-layer.is-info .act-layer__container--btn .tip,
      .act-layer.is-info .act-layer__container--btn .subscribe {
        width: 100px;
        height: 36px;
        background: #2c50fa;
        margin: 0 auto;
        font-size: 14px;
        font-family: MicrosoftYaHei-, MicrosoftYaHei;
        font-weight: normal;
        color: #ffffff;
        line-height: 36px;
        text-align: center;
        cursor: pointer; }
      .act-layer.is-info .act-layer__container--btn .cancel {
        font-size: 14px;
        font-family: MicrosoftYaHei-, MicrosoftYaHei;
        font-weight: normal;
        color: #666666;
        line-height: 36px;
        cursor: pointer; }
  .act-layer.is-notice .act-layer__container {
    padding-bottom: 50px; }
    .act-layer.is-notice .act-layer__container--info {
      font-size: 16px;
      font-family: MicrosoftYaHei-, MicrosoftYaHei;
      font-weight: normal;
      color: #666666;
      line-height: 28px;
      margin-top: 43px;
      text-align: center; }
    .act-layer.is-notice .act-layer__container--img {
      width: 160px;
      height: 160px;
      margin: 50px auto 0; }
    .act-layer.is-notice .act-layer__container--info {
      margin-top: 16px;
      font-size: 14px;
      font-family: MicrosoftYaHei-, MicrosoftYaHei;
      font-weight: normal;
      color: #666666;
      line-height: 24px; }
    .act-layer.is-notice .act-layer__container--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;
      margin-top: 30px; }
      .act-layer.is-notice .act-layer__container--btn .confirm {
        width: 100px;
        height: 36px;
        background: #2c50fa;
        font-size: 14px;
        font-family: MicrosoftYaHei-, MicrosoftYaHei;
        font-weight: normal;
        color: #ffffff;
        line-height: 36px;
        text-align: center;
        cursor: pointer; }

.cif-selection__calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 27px;
  height: 190px; }
  .cif-selection__calendar .calendar__card {
    width: 273px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 190px; }
    .cif-selection__calendar .calendar__card:hover {
      -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
              box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
      margin-top: -4px; }
    .cif-selection__calendar .calendar__card + .calendar__card {
      margin-left: 20px; }
    .cif-selection__calendar .calendar__card.is-hot .calendar__card__cont::after {
      content: "热门";
      display: block;
      width: 40px;
      height: 20px;
      background: #f676a6;
      -webkit-border-radius: 0px 0px 0px 10px;
              border-radius: 0px 0px 0px 10px;
      position: absolute;
      top: 0;
      right: 0;
      font-size: 12px;
      color: #fff;
      text-align: center;
      line-height: 20px; }
  .cif-selection__calendar .calendar__card__cont {
    width: 273px;
    height: 90px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #e8e8e8;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
  .cif-selection__calendar .calendar__card__title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .cif-selection__calendar .calendar__card__title::after {
      content: "\e63e";
      display: inline-block;
      font-family: "iconfont" !important;
      font-weight: normal;
      color: #f60;
      margin-left: 8px; }
  .cif-selection__calendar .calendar__card__describe {
    font-size: 14px;
    color: #666;
    margin-top: 8px; }
    .cif-selection__calendar .calendar__card__describe .text {
      margin-left: 16px; }
  .cif-selection__calendar .calendar__card__image {
    width: 273px;
    height: 100px; }
    .cif-selection__calendar .calendar__card__image img {
      width: 100%;
      height: 100%; }

.cif-selection__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px; }
  .cif-selection__category .category__item {
    width: 420px;
    margin-left: 20px;
    border: 1px solid #E8E8E8; }
    .cif-selection__category .category__item:first-child {
      margin-left: 0; }
    .cif-selection__category .category__item .category__head {
      width: 420px;
      height: 110px;
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      background-repeat: no-repeat;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 142px 0 20px;
      color: #fff;
      position: relative; }
    .cif-selection__category .category__item .category__head__title {
      font-size: 20px;
      font-weight: bold; }
    .cif-selection__category .category__item .category__head__describe {
      font-size: 14px;
      font-weight: 400;
      margin-top: 6px; }
    .cif-selection__category .category__item .category__head__more {
      position: absolute;
      right: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 32px;
      padding: 0 6px 0 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-border-radius: 16px;
              border-radius: 16px;
      background: #fff;
      font-size: 14px;
      color: #f60; }
      .cif-selection__category .category__item .category__head__more .iconfont {
        color: #f60; }
      .cif-selection__category .category__item .category__head__more:hover {
        background: #f60;
        color: #fff; }
        .cif-selection__category .category__item .category__head__more:hover .iconfont {
          color: #fff; }
    .cif-selection__category .category__item .category__cont {
      padding: 20px;
      background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .cif-selection__category .category__item:nth-child(1) .category__head {
      background-image: url("http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/cf803b0fab404bba9f8b697cdb4d796e.png"); }
    .cif-selection__category .category__item:nth-child(2) .category__head {
      background-image: url("http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/c5d86a8b194249388ebc68ad47a25357.png"); }
    .cif-selection__category .category__item:nth-child(3) .category__head {
      background-image: url("http://elecdz.cn/elec/kuajingzhidao/template/elec_2023_kuajingzhidao1/portal/zixun/ec3b023716c14ef48678ccd6938e595a.png"); }
    .cif-selection__category .category__item .category__product {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 20px; }
      .cif-selection__category .category__item .category__product:first-child {
        margin-top: 0; }
    .cif-selection__category .category__item .category__product__image {
      width: 90px;
      height: 90px;
      border: 1px solid #e8e8e8;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .cif-selection__category .category__item .category__product__image img {
        width: 100%;
        height: 100%; }
    .cif-selection__category .category__item .category__product__cont {
      margin-left: 20px; }
    .cif-selection__category .category__item .category__product__title {
      font-size: 14px;
      line-height: 22px;
      height: 44px; }
    .cif-selection__category .category__item .category__product__price {
      font-size: 14px;
      color: #E64343;
      margin-top: 15px; }

.cif-selection__field {
  margin-top: 24px;
  width: 100%; }
  .cif-selection__field .field__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .cif-selection__field .field__item + .field__item {
      margin-top: 20px; }
    .cif-selection__field .field__item .field__left {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 200px;
      height: 338px;
      background: #FDE7B6;
      padding: 40px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      background-repeat: no-repeat; }
      .cif-selection__field .field__item .field__left img {
        width: 100%;
        height: 100%; }
    .cif-selection__field .field__item .field__left__title {
      font-size: 20px;
      color: #333;
      font-weight: bold; }
    .cif-selection__field .field__item .field__left__cont {
      line-height: 30px;
      margin-top: 18px;
      color: #333; }
    .cif-selection__field .field__item .field__body {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding: 15px 20px;
      background: rgba(244, 240, 234, 0.2);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .cif-selection__field .field__item .field__body__cont {
      margin-top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .cif-selection__field .field__item .field__body__cont .cif-selectionProduct {
        margin-left: 20px; }
        .cif-selection__field .field__item .field__body__cont .cif-selectionProduct:first-child {
          margin-left: 0; }
    .cif-selection__field .field__item.is-type2 {
      display: block; }
      .cif-selection__field .field__item.is-type2 .field__body__describe {
        width: 860px;
        height: 150px;
        background: #B8E3DC;
        -webkit-background-size: 100% 100%;
                background-size: 100%;
        background-repeat: no-repeat; }
        .cif-selection__field .field__item.is-type2 .field__body__describe img {
          width: 100%;
          height: 100%; }
        .cif-selection__field .field__item.is-type2 .field__body__describe .title {
          font-size: 24px;
          font-weight: bold;
          color: #333; }
        .cif-selection__field .field__item.is-type2 .field__body__describe .cont {
          font-size: 16px;
          line-height: 24px;
          color: #333;
          margin-top: 20px; }

.cif-selectionProduct.is-field_1 {
  width: 193px !important;
  margin-top: 0 !important; }
  .cif-selectionProduct.is-field_1:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none; }
  .cif-selectionProduct.is-field_1 .cif-selectionProduct__image {
    width: 193px;
    height: 193px;
    border: 1px solid #e8e8e8;
    background: #F5F5F5; }
    .cif-selectionProduct.is-field_1 .cif-selectionProduct__image img {
      width: 100%;
      height: 100%; }
  .cif-selectionProduct.is-field_1 .cif-selectionProduct__body {
    margin-top: 22px; }
  .cif-selectionProduct.is-field_1 .cif-selectionProduct__title {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    height: 48px; }
  .cif-selectionProduct.is-field_1 .cif-selectionProduct__price {
    font-size: 20px;
    color: #E64343;
    text-align: right;
    margin-top: 20px; }

.cif-selectionProduct.is-field_2 {
  width: 200px !important;
  margin-top: 0 !important; }
  .cif-selectionProduct.is-field_2:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none; }
  .cif-selectionProduct.is-field_2 .cif-selectionProduct__image {
    width: 200px !important;
    height: 200px !important;
    border: 1px solid #e8e8e8;
    background: #F5F5F5; }
    .cif-selectionProduct.is-field_2 .cif-selectionProduct__image img {
      width: 100%;
      height: 100%; }
  .cif-selectionProduct.is-field_2 .cif-selectionProduct__body {
    margin-top: 22px; }
  .cif-selectionProduct.is-field_2 .cif-selectionProduct__title {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    height: 48px; }
  .cif-selectionProduct.is-field_2 .cif-selectionProduct__price {
    font-size: 20px;
    color: #E64343;
    text-align: right;
    margin-top: 20px; }
