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

.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-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-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-layer ::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

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

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

.cif-layer--favsuccess {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .cif-layer--favsuccess .cif-form {
    margin: 0 30px;
    text-align: left; }
  .cif-layer--favsuccess.layui-layer {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    top: 0;
    background: rgba(0, 0, 0, 0.3); }
  .cif-layer--favsuccess .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);
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .cif-layer--favsuccess .cif-layer__cont .cont-body {
      overflow: auto;
      max-height: calc(70vh - 30px);
      margin-top: 30px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-bottom: 30px; }
      .cif-layer--favsuccess .cif-layer__cont .cont-body.pd-bottom {
        padding-bottom: 30px; }
      .cif-layer--favsuccess .cif-layer__cont .cont-body div,
      .cif-layer--favsuccess .cif-layer__cont .cont-body span,
      .cif-layer--favsuccess .cif-layer__cont .cont-body img,
      .cif-layer--favsuccess .cif-layer__cont .cont-body a,
      .cif-layer--favsuccess .cif-layer__cont .cont-body i,
      .cif-layer--favsuccess .cif-layer__cont .cont-body p {
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .cif-layer--favsuccess .cif-layer__cont .cont-body.is-app {
        padding-bottom: 0; }
  .cif-layer--favsuccess .cif-layer__close {
    background: none; }
  .cif-layer--favsuccess .cif-layer__icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 14px; }
  .cif-layer--favsuccess .cif-layer__qrcode {
    width: 160px;
    height: 160px;
    margin: 0 auto 25px; }
  .cif-layer--favsuccess .cif-layer__tit {
    margin-top: 20px;
    font-size: 22px;
    line-height: 40px;
    color: #333; }
    .cif-layer--favsuccess .cif-layer__tit.is-download {
      margin-bottom: 35px; }
    .cif-layer--favsuccess .cif-layer__tit .iconfont {
      font-size: 20px;
      margin-right: 6px; }
    .cif-layer--favsuccess .cif-layer__tit .icon-chenggong {
      color: #57b749; }
  .cif-layer--favsuccess .cif-layer__desc {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
    color: #999; }
    .cif-layer--favsuccess .cif-layer__desc a {
      color: #ff6600;
      text-decoration: none; }
    .cif-layer--favsuccess .cif-layer__desc a.cif-btn {
      color: #fff;
      font-size: 16px;
      line-height: 30px;
      height: 30px; }
  .cif-layer--favsuccess .cif-layer__attention {
    padding-top: 2px;
    margin-bottom: 26px; }
    .cif-layer--favsuccess .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--favsuccess .cif-layer__attention.is-email .cif-btn {
      width: 100px;
      height: 34px;
      line-height: 34px; }
    .cif-layer--favsuccess .cif-layer__attention.is-attentioned .cif-btn {
      color: #999;
      background: #eaeaea;
      border-color: #eaeaea; }
    .cif-layer--favsuccess .cif-layer__attention .cif-btn {
      width: 118px;
      height: 34px;
      font-size: 14px;
      line-height: 34px; }
      .cif-layer--favsuccess .cif-layer__attention .cif-btn.is-attentioned {
        color: #999;
        border: #eaeaea;
        background: #eaeaea; }
  .cif-layer--favsuccess .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;
    margin: 0 auto;
    margin-top: 20px; }
    .cif-layer--favsuccess .cif-layer__gagd .tit {
      margin-bottom: 10px;
      line-height: 40px;
      font-size: 14px;
      color: #666; }
      .cif-layer--favsuccess .cif-layer__gagd .tit span {
        position: relative;
        width: auto; }
        .cif-layer--favsuccess .cif-layer__gagd .tit span::before, .cif-layer--favsuccess .cif-layer__gagd .tit span::after {
          content: "";
          position: absolute;
          top: 50%;
          width: 50px;
          border-bottom: 1px solid #e8e8e8; }
        .cif-layer--favsuccess .cif-layer__gagd .tit span::before {
          left: -63px; }
        .cif-layer--favsuccess .cif-layer__gagd .tit span::after {
          right: -61px; }
    .cif-layer--favsuccess .cif-layer__gagd .cif-imgbox {
      background-color: #f2f4f6;
      width: 600px;
      height: 150px;
      margin: 0 auto 16px; }
  .cif-layer--favsuccess .cif-layer__bottom {
    padding-bottom: 34px; }
  .cif-layer--favsuccess .live-subscribe .tip-desc {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666;
    text-align: center;
    line-height: 22px; }
  .cif-layer--favsuccess .live-subscribe .tip-img {
    width: 160px;
    height: 160px;
    margin: 14px auto 0;
    padding-bottom: 20px; }
    .cif-layer--favsuccess .live-subscribe .tip-img img {
      width: 100%;
      height: 100%; }
  .cif-layer--favsuccess .observer-ask {
    margin-bottom: 30px; }

.none {
  display: none !important; }

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

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

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

.cif-layer-product {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 800px;
  width: 800px;
  margin: 25px auto 0;
  padding: 20px 77px 40px 92px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff9f5), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #fff9f5 0%, #ffffff 100%);
  background: -o-linear-gradient(bottom, #fff9f5 0%, #ffffff 100%);
  background: linear-gradient(360deg, #fff9f5 0%, #ffffff 100%);
  position: relative;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #ffdbbf; }
  .cif-layer-product.flexstart {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .cif-layer-product .tit {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 14px;
    color: #666; }
    .cif-layer-product .tit::before, .cif-layer-product .tit::after {
      content: "";
      position: absolute;
      top: 50%;
      width: 50px;
      border-bottom: 1px solid #e8e8e8;
      left: -60px; }
    .cif-layer-product .tit::after {
      left: unset;
      right: -60px; }
  .cif-layer-product__productitem {
    width: 300px;
    height: auto;
    margin-right: 15px;
    -webkit-box-shadow: 0px 2px 4px rgba(123, 53, 0, 0.08);
            box-shadow: 0px 2px 4px rgba(123, 53, 0, 0.08);
    opacity: 1;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    margin-top: 16px;
    text-align: center;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 110px; }
    .cif-layer-product__productitem .item-container {
      text-align: left;
      font-size: 0;
      padding: 16px; }
    .cif-layer-product__productitem .item-img {
      width: 68px;
      height: 68px;
      display: inline-block;
      cursor: pointer;
      margin-right: 16px;
      border: 1px solid rgba(232, 232, 232, 0.5);
      -webkit-border-radius: 3px;
              border-radius: 3px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      vertical-align: top; }
      .cif-layer-product__productitem .item-img img {
        width: 100%;
        height: 100%; }
    .cif-layer-product__productitem .item-right {
      display: inline-block;
      width: calc(100% - 85px); }
    .cif-layer-product__productitem .item-title {
      margin-bottom: 6px;
      cursor: pointer; }
      .cif-layer-product__productitem .item-title:hover {
        color: #ff6d00; }
      .cif-layer-product__productitem .item-title .item-tag {
        float: left;
        width: 36px;
        height: 20px;
        line-height: 18px;
        -webkit-border-radius: 10px;
                border-radius: 10px;
        background: #fff4ec;
        border: 1px solid #ffd4b6;
        font-size: 12px;
        color: #ff6d00;
        text-align: center;
        margin-right: 5px; }
      .cif-layer-product__productitem .item-title .item-tit {
        display: inline-block;
        font-size: 14px;
        color: #333;
        width: calc(100% - 42px);
        white-space: nowrap; }
        .cif-layer-product__productitem .item-title .item-tit:hover {
          color: #ff6d00; }
    .cif-layer-product__productitem .item-desc {
      font-size: 12px;
      color: #ff6600;
      margin-bottom: 12px;
      cursor: pointer;
      height: 16px; }
      .cif-layer-product__productitem .item-desc:hover {
        color: #ff6d00; }
    .cif-layer-product__productitem .item-btn a {
      display: block;
      width: 68px;
      height: 24px;
      line-height: 24px;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      background: #fe6d00;
      text-align: center;
      color: #fff;
      font-size: 12px;
      cursor: pointer; }
      .cif-layer-product__productitem .item-btn a:hover {
        background: #ff8739; }

.cif-vote-con {
  width: 800px;
  border-bottom: 1px solid #ffdbbf; }
  .cif-vote-con:last-child {
    margin-bottom: -30px; }
  .cif-vote-con + div .cif-subscribe-recommend__head {
    border: none; }
  .cif-vote-con .vote-title {
    height: 48px;
    padding: 13px;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    display: inline-block;
    max-width: 470px; }
    .cif-vote-con .vote-title::before {
      content: "";
      position: absolute;
      width: 50px;
      height: 1px;
      left: -50px;
      top: 23px;
      background: -webkit-linear-gradient(152deg, #e8e8e8 0%, rgba(232, 232, 232, 0) 100%);
      background: -o-linear-gradient(152deg, #e8e8e8 0%, rgba(232, 232, 232, 0) 100%);
      background: linear-gradient(298deg, #e8e8e8 0%, rgba(232, 232, 232, 0) 100%); }
    .cif-vote-con .vote-title::after {
      content: "";
      position: absolute;
      width: 50px;
      height: 1px;
      right: -50px;
      top: 23px;
      background: -webkit-linear-gradient(28deg, #e8e8e8 0%, rgba(232, 232, 232, 0) 100%);
      background: -o-linear-gradient(28deg, #e8e8e8 0%, rgba(232, 232, 232, 0) 100%);
      background: linear-gradient(62deg, #e8e8e8 0%, rgba(232, 232, 232, 0) 100%); }
    .cif-vote-con .vote-title .tit-icon {
      width: 16px;
      height: 16px;
      margin-top: 3px;
      margin-right: 2px;
      vertical-align: top;
      float: left; }
    .cif-vote-con .vote-title .vote-question {
      font-size: 14px;
      color: #333;
      vertical-align: top;
      font-weight: bold; }
    .cif-vote-con .vote-title .select-type {
      font-size: 14px;
      color: #999;
      vertical-align: top; }
  .cif-vote-con .vote-con {
    background: url("https://img.cifnews.com/dev/20211214/d21890c425e84876b1e8735ed86ac9da.png") no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%;
    padding: 0 151px 20px; }
    .cif-vote-con .vote-con .option-con {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-bottom: 1px; }
    .cif-vote-con .vote-con .vote-option {
      width: 240px;
      height: auto;
      margin-right: 16px;
      margin-bottom: 16px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .cif-vote-con .vote-con .vote-option:nth-child(2n) {
        margin-right: 0; }
      .cif-vote-con .vote-con .vote-option.is-checked .option-answer {
        background: #fff4ec;
        border-color: #ffd4b6;
        color: #ff6d00; }
        .cif-vote-con .vote-con .vote-option.is-checked .option-answer .iconfont {
          color: #ff6600; }
      .cif-vote-con .vote-con .vote-option .option-answer {
        height: 36px;
        line-height: 18px;
        background: #fafafa;
        -webkit-border-radius: 20px;
                border-radius: 20px;
        padding: 8px 16px;
        color: #333;
        font-size: 14px;
        border: 1px solid #e8e8e8;
        cursor: pointer;
        position: relative; }
        .cif-vote-con .vote-con .vote-option .option-answer:not(.is-vote):hover {
          background: #fff4ec;
          border-color: #ffd4b6;
          color: #ff6d00; }
        .cif-vote-con .vote-con .vote-option .option-answer .iconfont {
          color: #e8e8e8;
          font-size: 16px;
          margin-right: 4px;
          float: left; }
        .cif-vote-con .vote-con .vote-option .option-answer .answer-text {
          width: calc(100% - 22px);
          text-align: left; }
          .cif-vote-con .vote-con .vote-option .option-answer .answer-text.is-vote {
            width: 100%; }
      .cif-vote-con .vote-con .vote-option .recommend-service {
        -webkit-border-radius: 0 0 8px 8px;
                border-radius: 0 0 8px 8px;
        -webkit-box-shadow: 0px 1px 1px rgba(123, 53, 0, 0.08);
                box-shadow: 0px 1px 1px rgba(123, 53, 0, 0.08);
        padding: 4px 16px 8px;
        display: none;
        background: #fff;
        margin-top: -18px;
        padding-top: 22px; }
        .cif-vote-con .vote-con .vote-option .recommend-service.is-show {
          display: block; }
        .cif-vote-con .vote-con .vote-option .recommend-service .recommend-tit {
          font-size: 12px;
          color: #999;
          text-align: left; }
        .cif-vote-con .vote-con .vote-option .recommend-service .recommend-item {
          background: #f9fafa;
          -webkit-border-radius: 2px;
                  border-radius: 2px;
          height: 28px;
          line-height: 28px;
          margin-top: 4px;
          padding: 0 8px;
          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;
          cursor: pointer; }
          .cif-vote-con .vote-con .vote-option .recommend-service .recommend-item.self-support .service-tit {
            width: calc(100% - 100px); }
        .cif-vote-con .vote-con .vote-option .recommend-service .service-type {
          width: 40px;
          height: 20px;
          line-height: 18px;
          background: #fff4ec;
          border: 1px solid #ffd4b6;
          text-align: center;
          font-size: 12px;
          color: #ff6d00;
          -webkit-border-radius: 20px;
                  border-radius: 20px;
          margin-right: 4px; }
        .cif-vote-con .vote-con .vote-option .recommend-service .service-tit {
          width: calc(100% - 60px);
          font-size: 14px;
          color: #333;
          text-align: left; }
          .cif-vote-con .vote-con .vote-option .recommend-service .service-tit:hover {
            color: #ff6d00; }
        .cif-vote-con .vote-con .vote-option .recommend-service .service-btn {
          font-size: 14px;
          width: 58px;
          color: #ff6d00;
          cursor: pointer; }
          .cif-vote-con .vote-con .vote-option .recommend-service .service-btn:hover {
            opacity: 0.7; }
    .cif-vote-con .vote-con .operate-btn {
      width: 100px;
      margin: 0 auto;
      cursor: pointer;
      color: #ff6600;
      font-size: 16px; }
      .cif-vote-con .vote-con .operate-btn:hover {
        opacity: 0.7; }
      .cif-vote-con .vote-con .operate-btn.default {
        width: 160px;
        color: #999;
        cursor: default; }
        .cif-vote-con .vote-con .operate-btn.default:hover {
          opacity: 1; }

.cif-subscribe-recommend {
  padding: 0 36px 32px; }
  .cif-subscribe-recommend__head {
    padding-top: 16px;
    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: 18px;
    color: #666;
    padding-left: 13px; }
    .cif-subscribe-recommend__head.no-bordertop {
      border-top: none; }
    .cif-subscribe-recommend__head .title {
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: #666666; }
    .cif-subscribe-recommend__head .more {
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #ff6600; }
  .cif-subscribe-recommend__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start; }

.cif-themeIndex {
  position: relative;
  width: 220px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 13px 16px 16px 16px;
  text-align: center;
  background: #f2f4f6;
  margin-left: 26px;
  -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;
    display: none; }
    .cif-themeIndex__image img {
      width: 100%;
      height: 100%; }
  .cif-themeIndex__title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
  .cif-themeIndex__describe {
    font-size: 12px;
    line-height: 24px;
    margin-top: 3px;
    color: #999; }
    .cif-themeIndex__describe span {
      color: #ff6600; }
  .cif-themeIndex__btn {
    margin-top: 3px; }
  .cif-themeIndex .cif-btn.is-attentioned {
    color: #999;
    border: #eaeaea;
    background: #eaeaea; }

.cif-appDialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(https://img.cifnews.com/dev/20220901/21dd9d99c9864c48ac992d8af8691401.gif) no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  width: 800px;
  height: 120px; }
  .cif-appDialog .code {
    padding: 5px;
    background: #fff;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    margin-left: 27px;
    vertical-align: bottom;
    width: 110px;
    height: 110px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
