.cif-scroll ::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

.cif-scroll ::-webkit-scrollbar-track {
  width: 8px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #f2f4f6; }

.cif-scroll ::-webkit-scrollbar-thumb {
  background-color: #999;
  width: 8px;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align: center; }

.cif-scroll--white ::-webkit-scrollbar-track {
  background: #fff; }

.cif-scroll--transparent ::-webkit-scrollbar-track {
  background: transparent; }

.cif-scroll--hover ::-webkit-scrollbar-track {
  background-color: transparent; }

.cif-scroll--hover ::-webkit-scrollbar-thumb {
  background-color: transparent; }

.cif-scroll--hover:hover.cif-scroll--white ::-webkit-scrollbar-track, .cif-scroll--hover.is-hover.cif-scroll--white ::-webkit-scrollbar-track {
  background: #fff; }

.cif-scroll--hover:hover ::-webkit-scrollbar-track, .cif-scroll--hover.is-hover ::-webkit-scrollbar-track {
  background: #f2f4f6; }

.cif-scroll--hover:hover ::-webkit-scrollbar-thumb, .cif-scroll--hover.is-hover ::-webkit-scrollbar-thumb {
  background-color: #999; }

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

.cif-shadow {
  -webkit-box-shadow: 1px 5px 20px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 5px 20px -5px rgba(0, 0, 0, 0.3); }

.cif-layer {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 20; }
  .cif-layer__mask {
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3); }
  .cif-layer__cont {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 400px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    z-index: 2;
    max-height: 85vh;
    overflow: auto; }
  .cif-layer__scroll {
    width: 100%;
    height: 100%;
    max-height: 85vh;
    overflow: auto; }
  .cif-layer__close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #999;
    cursor: pointer;
    z-index: 15; }
    .cif-layer__close .icon-guanbi1 {
      font-size: 14px; }
  .cif-layer__btn {
    width: 98px;
    height: 34px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    font-size: 14px;
    line-height: 34px; }
    .cif-layer__btn.is-auto {
      width: auto; }
  .cif-layer--normal {
    width: 100%;
    height: 0;
    overflow: hidden; }
    .cif-layer--normal .cif-layer__mask {
      display: none; }
    .cif-layer--normal.is-show {
      width: auto;
      height: auto;
      overflow: auto; }
      .cif-layer--normal.is-show .cif-layer__mask {
        display: block; }
      .cif-layer--normal.is-show .cif-layer__wrapper {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 11;
        overflow: auto; }
  .cif-layer--layui ::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
  .cif-layer--layui ::-webkit-scrollbar-track {
    width: 8px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #f2f4f6; }
  .cif-layer--layui ::-webkit-scrollbar-thumb {
    background-color: #999;
    width: 8px;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center; }
  .cif-layer--layui .cif-form {
    margin: 0 30px;
    text-align: left; }
  .cif-layer--layui.layui-layer {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cif-layer--layui .cif-layer__scroll {
    max-height: 70vh; }
  .cif-layer--layui .cif-layer__cont {
    width: auto;
    min-width: 440px;
    max-height: 70vh;
    text-align: center;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3); }
  .cif-layer--layui .cif-layer__close {
    background: none; }
  .cif-layer--layui .cif-layer__icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 14px; }
  .cif-layer--layui .cif-layer__qrcode {
    width: 160px;
    height: 160px;
    padding: 0 68px;
    margin: 20px auto 50px; }
  .cif-layer--layui .cif-layer__tit {
    margin-top: 45px;
    font-size: 22px;
    line-height: 40px;
    padding: 0 63px;
    color: #333; }
  .cif-layer--layui .cif-layer__desc {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 28px;
    color: #999; }
    .cif-layer--layui .cif-layer__desc a {
      color: #ff6600;
      text-decoration: none; }
    .cif-layer--layui .cif-layer__desc a.cif-btn {
      color: #fff;
      font-size: 16px;
      line-height: 30px;
      height: 30px; }
  .cif-layer--layui .cif-layer__attention {
    padding-top: 2px;
    margin-bottom: 26px; }
    .cif-layer--layui .cif-layer__attention.is-email input {
      width: 190px;
      height: 36px;
      font-size: 14px;
      line-height: 36px;
      color: #333;
      outline: none;
      padding-left: 15px;
      border: 1px solid #ebeced;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      margin-right: 10px; }
    .cif-layer--layui .cif-layer__attention.is-email .cif-btn {
      width: 100px;
      height: 34px;
      line-height: 34px; }
    .cif-layer--layui .cif-layer__attention .cif-btn {
      width: 118px;
      height: 34px;
      font-size: 14px;
      line-height: 34px; }
      .cif-layer--layui .cif-layer__attention .cif-btn.is-attentioned {
        color: #999;
        border: #eaeaea;
        background: #eaeaea; }
  .cif-layer--layui .cif-layer__gagd {
    display: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 700px;
    padding-left: 50px;
    padding-right: 50px;
    max-height: 50vh; }
    .cif-layer--layui .cif-layer__gagd .tit {
      margin-bottom: 10px;
      line-height: 40px;
      font-size: 18px;
      color: #666; }
      .cif-layer--layui .cif-layer__gagd .tit span {
        position: relative;
        width: auto; }
        .cif-layer--layui .cif-layer__gagd .tit span::before, .cif-layer--layui .cif-layer__gagd .tit span::after {
          content: "";
          position: absolute;
          top: 50%;
          width: 50px;
          border-bottom: 1px solid #e8e8e8; }
        .cif-layer--layui .cif-layer__gagd .tit span::before {
          left: -63px; }
        .cif-layer--layui .cif-layer__gagd .tit span::after {
          right: -61px; }
    .cif-layer--layui .cif-layer__gagd .cif-imgbox {
      background-color: #f2f4f6;
      width: 600px;
      height: 150px;
      margin: 0 auto 16px; }

.cif-poptip {
  width: 440px; }
  .cif-poptip .tip-title {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    text-align: center;
    margin: 0 0 4px; }
  .cif-poptip .tip-icon {
    text-align: center;
    margin: 10px 0 14px; }
    .cif-poptip .tip-icon .icon-tijiaochenggong {
      font-size: 40px;
      color: #57b749; }
  .cif-poptip .tip-icon + .tip-title {
    margin-top: 0; }
  .cif-poptip .tip-desc {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    text-align: center;
    line-height: 22px; }
  .cif-poptip .tip-img {
    width: 160px;
    height: 160px;
    margin: 14px auto 0; }
    .cif-poptip .tip-img img {
      width: 100%;
      height: 100%; }
  .cif-poptip .layui-layer-btn {
    text-align: center;
    padding-bottom: 50px !important; }
    .cif-poptip .layui-layer-btn .layui-layer-btn0 {
      width: 100px;
      height: 36px;
      line-height: 36px;
      background-color: #ff6d00;
      border-color: #ff6d00;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #ffffff;
      text-align: center;
      -webkit-box-sizing: border-box !important;
              box-sizing: border-box !important; }
  .cif-poptip .layui-layer-title {
    background: white;
    border-bottom: 0; }
  .cif-poptip .layui-layer-content {
    padding: 0 !important;
    overflow-y: hidden !important; }

.cif-document--detail .layui-layer-title {
  background: #fff;
  border-bottom: 0; }

.cif-document--detail.layui-layer-dialog .layui-layer-content {
  text-align: center;
  font-size: 16px;
  color: #666;
  overflow-y: hidden; }

.cif-document--detail.layui-layer-msg .layui-layer-content {
  color: #fff; }

.cif-document--detail .layui-layer-btn {
  padding-top: 10px;
  padding-bottom: 50px;
  font-size: 14px; }
  .cif-document--detail .layui-layer-btn .layui-layer-btn0 {
    width: 118px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #fff;
    border: 1px solid #ff6d00;
    color: #ff6d00;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    padding: 0;
    margin: 0 10px; }
    .cif-document--detail .layui-layer-btn .layui-layer-btn0:hover {
      background: #ff994d;
      border: 1px solid #ff994d;
      color: white; }
  .cif-document--detail .layui-layer-btn .layui-layer-btn1 {
    width: 118px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    background: #ff6d00;
    border: 1px solid #ff6d00;
    color: #fff;
    padding: 0;
    margin: 0 10px; }
    .cif-document--detail .layui-layer-btn .layui-layer-btn1:hover {
      color: #fff;
      background: #ff6d00; }

.cif-document--detail .cif-imgbox img {
  position: relative;
  top: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  left: 0; }

.cif-adviser-layer .cif-layer__cont {
  text-align: left;
  width: 440px;
  background: #fff; }

.cif-adviser-layer .cif-layer__close {
  top: 10px;
  right: 18px; }

.cif-adviser-layer .cif-layer__close .iconfont {
  font-size: 13px; }

.cif-adviser-layer.is-big .cif-layer__cont {
  width: 530px; }

.cif-adviser-layer__tit {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 56px;
  padding: 0 0 0 20px;
  line-height: 55px;
  font-weight: bold;
  color: #333;
  font-size: 16px;
  border-bottom: 1px solid #ebeced; }

.cif-adviser-layer__cont {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.cif-adviser-layer__info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0 20px; }

.cif-adviser-layer__info .cif-imgbox {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 10px 0 0px;
  background: #f2f4f6;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.cif-adviser-layer__info .cont {
  line-height: 24px; }

.cif-adviser-layer__info .tit {
  font-size: 16px;
  font-weight: bold;
  color: #333; }

.cif-adviser-layer__info .tag {
  display: inline-block;
  font-size: 12px;
  color: #999;
  margin-left: 6px;
  line-height: 20px;
  padding: 0 10px;
  font-weight: normal;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #f7f7f7; }

.cif-adviser-layer__info .tag.is-type1 {
  color: #ff6600;
  background: rgba(254, 109, 0, 0.1); }

.cif-adviser-layer__info .tag.is-type2 {
  color: #299cf7;
  background: rgba(41, 156, 247, 0.1); }

.cif-adviser-layer__info .tag.is-type3 {
  color: #999;
  background: #f7f7f7; }

.cif-adviser-layer__info .desc {
  font-size: 12px;
  color: #999; }

.cif-adviser-layer__qrcode {
  padding-bottom: 38px;
  text-align: center;
  font-size: 0; }

.cif-adviser-layer__qrcode img {
  display: inline-block;
  margin: 0 auto;
  width: 120px;
  height: 120px; }

.cif-adviser-layer__qrcode .desc {
  font-size: 12px;
  line-height: 18px;
  color: #999;
  text-align: center;
  margin: 11px 0 0; }

.cif-adviser-layer__qrcode .item {
  margin: 5px 0;
  display: inline-block; }

.cif-adviser-layer__qrcode .item img {
  width: 140px;
  height: 140px; }

.cif-adviser-layer__qrcode .item .desc {
  font-size: 14px;
  margin: 7px 0 0; }

.cif-adviser-layer__qrcode .item + .item {
  margin-left: 50px; }

.cif-adviser-layer__qrcode.is-custom img {
  width: auto;
  height: auto;
  max-width: 320px; }

.cif-layer-image.layui-layer-dialog .layui-layer-content {
  padding: 0;
  background: none;
  line-height: normal;
  font-size: 0; }

.cif-layer-image .layui-layer-setwin .layui-layer-close {
  width: 26px;
  height: 26px;
  background: url("https://img.cifnews.com/dev/20220424/a35d37c6906f4f10b8163077fcae9239.png") no-repeat;
  background-position: 0 0;
  top: -50px;
  right: -20px; }
  .cif-layer-image .layui-layer-setwin .layui-layer-close:hover {
    background-position: 0 0; }

.cif-layer-image .layui-layer-resize {
  display: none; }

.cif-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: #ff6600;
        border-color: #ff6600; }
      .cif-list--rank .cif-list__item:nth-child(2)::before {
        color: #ff6600;
        border-color: #ff6600; }
      .cif-list--rank .cif-list__item:nth-child(3)::before {
        color: #ff6600;
        border-color: #ff6600; }
      .cif-list--rank .cif-list__item:nth-child(n + 10)::before {
        content: counter(rank); }

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

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

.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-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--simple {
    width: 1200px; }
  .cif-section.is-normal .cif-section--b {
    width: 880px; }
  .cif-section.is-normal .cif-section--s {
    width: 300px; }
  .cif-section.is-informationFlow .cif-section__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 0;
    width: 100%; }
    .cif-section.is-informationFlow .cif-section__head .text {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 100%; }
    .cif-section.is-informationFlow .cif-section__head .more {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .cif-section.is-informationFlow .cif-section__head .label {
      display: inline-block;
      font-weight: normal;
      height: 26px;
      line-height: 26px;
      -webkit-border-radius: 13px;
              border-radius: 13px;
      font-size: 12px;
      padding: 0 9px;
      color: #f60;
      background: #fff6f1;
      border: 1px solid #f9cab1;
      margin-left: 10px; }
      .cif-section.is-informationFlow .cif-section__head .label .iconfont {
        font-size: 12px; }
      .cif-section.is-informationFlow .cif-section__head .label:hover {
        background: #ff8739;
        color: #fff; }
    .cif-section.is-informationFlow .cif-section__head::after {
      display: none; }
  .cif-section.is-informationFlow .cif-section__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

.cif-tag-right-recomment {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 20px; }
  .cif-tag-right-recomment .cif-imgbox {
    width: 240px;
    height: 128px;
    margin: 0 auto; }
  .cif-tag-right-recomment__tit {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-top: 14px; }
  .cif-tag-right-recomment__desc {
    font-size: 12px;
    color: #888;
    line-height: 20px;
    margin-top: 3px;
    margin-bottom: 17px; }
  .cif-tag-right-recomment .cif-btn {
    width: 238px;
    height: 38px;
    line-height: 38px; }

.cif-aside {
  font-size: 14px; }
  .cif-aside__head {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    line-height: 42px;
    font-weight: bold;
    color: #ff6600; }
  .cif-aside__group {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 8px 10px 10px 20px;
    border-top: 1px dashed #ebeced;
    line-height: 25px; }
    .cif-aside__group .label {
      font-weight: bold;
      color: #666;
      margin-bottom: 9px; }
    .cif-aside__group .item {
      width: 85px;
      color: #999; }
      .cif-aside__group .item:nth-child(2n) {
        width: 75px; }
      .cif-aside__group .item.is-active, .cif-aside__group .item:hover {
        color: #ff6600; }

.cif-tag-platform {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
  text-align: center; }
  .cif-tag-platform .cif-btn {
    width: 128px;
    height: 36px;
    line-height: 36px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    font-size: 16px; }
  .cif-tag-platform__logo {
    max-width: 100%;
    width: 200px;
    height: 90px;
    margin: 15px auto 1px; }
  .cif-tag-platform__tit {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    margin-bottom: 12px; }
  .cif-tag-platform__desc {
    font-size: 14px;
    color: #999;
    line-height: 22px; }
  .cif-tag-platform__count {
    width: 100%; }
    .cif-tag-platform__count .item {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 50%;
      border-right: 1px solid #ebeced; }
      .cif-tag-platform__count .item:nth-child(2n) {
        border-right: none; }
    .cif-tag-platform__count .count {
      font-weight: bold;
      margin-bottom: 5px; }

.cif-sticky__wrap {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.cif-tag {
  display: inline-block;
  padding: 0 8px;
  color: #ff6600;
  font-size: 14px;
  line-height: 22px;
  border: 1px solid #ff6600;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  vertical-align: middle; }
  .cif-tag--mini {
    padding: 0 5px;
    font-size: 12px;
    line-height: 18px; }
    .cif-tag--mini.is-round {
      -webkit-border-radius: 10px;
              border-radius: 10px; }
  .cif-tag--info {
    color: #666;
    border-color: #f2f2f2; }

.cif-section .section-nav {
  margin-left: -5px; }

.cif-section .nav-item {
  float: left;
  position: relative;
  padding: 0 15px;
  font-size: 16px;
  color: #333;
  text-align: center;
  cursor: pointer; }
  .cif-section .nav-item.is-active {
    color: #ff6600;
    font-weight: bold; }
    .cif-section .nav-item.is-active::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      margin-left: -13px;
      width: 26px;
      height: 2px;
      background: #ff6600; }

.cif-section.cif-section--s .is-propaganda {
  margin-top: 0; }

.cif-article {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block; }
  .cif-article > .cif-imgbox {
    margin-left: -100%; }
  .cif-article__detail {
    width: 100%; }
  .cif-article__desc {
    font-size: 14px;
    color: #666;
    line-height: 26px; }
  .cif-article--img {
    height: 75px;
    padding: 10px 25px 10px 30px; }
    .cif-article--img .cif-imgbox {
      float: left;
      width: 80px;
      height: 46px;
      margin-top: 7px; }
    .cif-article--img .cif-article__cont {
      margin-left: 95px;
      margin-top: 3px; }
  .cif-article--text {
    line-height: 30px;
    font-weight: normal;
    font-size: 14px;
    color: #666; }
  .cif-article--normal {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #ebeced; }
    .cif-article--normal:last-child {
      border-bottom: none; }
    .cif-article--normal > .cif-imgbox {
      width: 200px;
      height: 116px; }
    .cif-article--normal .cif-article__tit {
      margin-top: 2px;
      font-size: 16px; }
    .cif-article--normal .cif-article__desc {
      margin-top: 10px;
      color: #999; }
    .cif-article--normal .cif-article__binfo {
      margin-top: 20px;
      font-size: 12px;
      color: #999;
      line-height: 30px; }
      .cif-article--normal .cif-article__binfo .cif-imgbox {
        width: 30px;
        height: 30px;
        margin-right: 10px; }
    .cif-article--normal .cif-article__tag {
      position: relative;
      padding-left: 23px; }
      .cif-article--normal .cif-article__tag::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 14px;
        height: 16px;
        margin-top: -8px;
        background: url(//static.cifnews.com/yuguo3.0/index/images/homePage/ic_tag.png) no-repeat;
        -webkit-background-size: 100% 100%;
                background-size: 100% 100%; }
      .cif-article--normal .cif-article__tag a {
        margin-right: 7px; }
    .cif-article--normal .cif-article__like {
      position: relative;
      float: left;
      padding-left: 20px; }
      .cif-article--normal .cif-article__like::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 14px;
        height: 16px;
        margin-top: -8px;
        background: url(//static.cifnews.com/yuguo3.0/index/images/homePage/ic_thumbs.png) no-repeat;
        -webkit-background-size: 100% 100%;
                background-size: 100% 100%; }
    .cif-article--normal .cif-article__cont {
      margin-left: 220px; }
  .cif-article--active {
    width: 100%;
    padding: 15px 0; }
    .cif-article--active > .cif-imgbox {
      width: 240px;
      height: 166px; }
    .cif-article--active .cif-article__tit {
      font-size: 18px;
      line-height: 30px;
      color: #333; }
    .cif-article--active .cif-article__desc {
      margin-top: 3px;
      color: #999; }
    .cif-article--active .cif-article__binfo {
      line-height: 32px;
      font-size: 14px;
      color: #666; }
    .cif-article--active .cif-article__cont {
      height: 166px;
      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: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-left: 260px; }
  .cif-article--collect {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #ebeced; }
    .cif-article--collect:first-child {
      border-top: none; }
    .cif-article--collect.is-live > .cif-imgbox {
      width: 130px;
      height: 70px; }
    .cif-article--collect.is-live .cif-article__cont {
      margin-left: 150px; }
    .cif-article--collect.is-yuke > .cif-imgbox {
      width: 130px;
      height: 70px; }
    .cif-article--collect.is-yuke .cif-article__cont {
      margin-left: 150px; }
    .cif-article--collect.is-service > .cif-imgbox {
      width: 100px;
      height: 90px; }
    .cif-article--collect.is-service .cif-article__cont {
      margin-left: 120px; }
    .cif-article--collect.is-xuanpin > .cif-imgbox {
      width: 100px;
      height: 100px; }
    .cif-article--collect.is-xuanpin .cif-article__cont {
      margin-left: 120px; }
    .cif-article--collect.is-special > .cif-imgbox {
      width: 130px;
      height: 66px; }
    .cif-article--collect.is-special .cif-article__cont {
      margin-left: 150px; }
    .cif-article--collect .cif-article__tit {
      margin-top: 7px;
      font-size: 18px;
      color: #333; }
      .cif-article--collect .cif-article__tit .flag {
        position: relative;
        top: -3px;
        display: inline-block;
        line-height: 17px;
        padding: 0 5px;
        font-size: 12px;
        border: 1px solid #ff7623;
        -webkit-border-radius: 2px;
                border-radius: 2px;
        color: #ff7623;
        vertical-align: baseline; }
    .cif-article--collect .cif-article__desc {
      margin-top: 3px;
      color: #999; }
    .cif-article--collect .cif-article__cont {
      margin-left: 150px; }

.cif-articlebox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 80px;
  padding: 10px 25px 17px 30px; }
  .cif-articlebox.is-half {
    width: 50%; }
    .cif-articlebox.is-half .cif-article {
      width: 100%; }

.cif-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px; }
  .cif-card .cif-imgbox {
    margin: 0 auto; }
  .cif-card__tit {
    color: #333; }
  .cif-card__desc {
    color: #999; }
  .cif-card__binfo {
    font-size: 12px;
    color: #999; }
  .cif-card--special {
    width: 190px;
    height: 230px;
    padding-top: 20px;
    margin-right: 30px; }
    .cif-card--special:nth-child(3n) {
      margin-right: 0; }
    .cif-card--special .cif-imgbox {
      width: 190px;
      height: 98px;
      margin-bottom: 15px; }
    .cif-card--special .cif-card__tit {
      font-weight: bold;
      margin-bottom: 5px; }
    .cif-card--special .cif-card__desc {
      font-size: 12px;
      line-height: 20px; }
    .cif-card--special.is-big {
      width: 190px;
      height: 210px;
      padding-top: 0; }
      .cif-card--special.is-big .cif-imgbox {
        width: 100%;
        height: 100px;
        margin-bottom: 12px; }
      .cif-card--special.is-big .cif-card__tit {
        font-size: 16px;
        margin-bottom: 9px; }
      .cif-card--special.is-big .cif-card__desc {
        font-size: 14px;
        color: #888; }
  .cif-card--live {
    width: 190px;
    height: 213px;
    padding-top: 20px;
    margin-right: 30px; }
    .cif-card--live:nth-child(3n) {
      margin-right: 0; }
    .cif-card--live .cif-imgbox {
      width: 190px;
      height: 106px;
      margin-bottom: 16px; }
    .cif-card--live .cif-card__tit {
      font-size: 16px;
      margin-bottom: 4px; }
  .cif-card--service {
    width: 230px;
    height: 170px;
    padding-top: 4px;
    border-right: 1px dashed #ebeced; }
    .cif-card--service:nth-child(3n), .cif-card--service:last-child {
      border-right: none; }
    .cif-card--service .cif-imgbox {
      width: 110px;
      height: 100px;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      margin-bottom: 15px; }
    .cif-card--service .cif-card__tit {
      font-size: 16px;
      margin-bottom: 8px; }
  .cif-card--course {
    width: 190px;
    height: 236px;
    padding-top: 20px;
    margin-right: 30px; }
    .cif-card--course:nth-child(3n) {
      margin-right: 0; }
    .cif-card--course .cif-imgbox {
      width: 190px;
      height: 102px;
      margin-bottom: 16px; }
    .cif-card--course .cif-card__tit {
      font-size: 16px;
      margin-bottom: 4px; }
    .cif-card--course .cif-card__binfo {
      margin-top: 10px; }
      .cif-card--course .cif-card__binfo span.fr {
        color: #888; }
  .cif-card--xuanpin {
    width: 190px;
    height: 295px;
    padding-top: 20px;
    margin-right: 30px; }
    .cif-card--xuanpin:nth-child(3n) {
      margin-right: 0; }
    .cif-card--xuanpin .cif-imgbox {
      width: 190px;
      height: 190px;
      margin-bottom: 16px; }
    .cif-card--xuanpin .cif-card__tit {
      margin-bottom: 4px; }
  .cif-card--active {
    width: 190px;
    height: 260px;
    padding-top: 20px;
    margin-right: 30px; }
    .cif-card--active:nth-child(3n) {
      margin-right: 0; }
    .cif-card--active .cif-imgbox {
      width: 190px;
      height: 130px;
      margin-bottom: 15px; }
    .cif-card--active .cif-card__tit {
      font-weight: bold;
      margin-bottom: 5px; }
    .cif-card--active .cif-card__desc {
      font-size: 12px;
      line-height: 20px; }

.cif-list--word {
  line-height: 30px;
  padding: 1px 0; }
  .cif-list--word .cif-list__item {
    margin-left: 30px;
    width: 200px; }
    .cif-list--word .cif-list__item::before {
      top: 13px; }

.cif-list--read {
  line-height: 30px;
  padding: 1px 30px; }
  .cif-list--read .cif-list__item::before {
    top: 13px; }

.cif-list--textlink {
  line-height: 45px;
  padding: 3px 20px 1px; }
  .cif-list--textlink .cif-list__item {
    padding-left: 28px; }
    .cif-list--textlink .cif-list__item::before {
      content: "";
      top: 16px;
      width: 14px;
      height: 14px;
      background: url(//static.cifnews.com/cms/image/arrow_s.png) center no-repeat; }
    .cif-list--textlink .cif-list__item .cont {
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      border-bottom: 1px solid #ebeced; }
