@charset "utf-8";
.cif-layer {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 20; }
  .cif-layer__mask {
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3); }
  .cif-layer__cont {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 400px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    z-index: 2;
    max-height: 85vh;
    overflow: auto; }
  .cif-layer__scroll {
    width: 100%;
    height: 100%;
    max-height: 85vh;
    overflow: auto; }
  .cif-layer__close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #999;
    cursor: pointer;
    z-index: 15; }
    .cif-layer__close .icon-guanbi1 {
      font-size: 14px; }
  .cif-layer__btn {
    width: 98px;
    height: 34px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    font-size: 14px;
    line-height: 34px; }
    .cif-layer__btn.is-auto {
      width: auto; }
  .cif-layer--normal {
    width: 100%;
    height: 0;
    overflow: hidden; }
    .cif-layer--normal .cif-layer__mask {
      display: none; }
    .cif-layer--normal.is-show {
      width: auto;
      height: auto;
      overflow: auto; }
      .cif-layer--normal.is-show .cif-layer__mask {
        display: block; }
      .cif-layer--normal.is-show .cif-layer__wrapper {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 11;
        overflow: auto; }
  .cif-layer--layui ::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
  .cif-layer--layui ::-webkit-scrollbar-track {
    width: 8px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #f2f4f6; }
  .cif-layer--layui ::-webkit-scrollbar-thumb {
    background-color: #999;
    width: 8px;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center; }
  .cif-layer--layui .cif-form {
    margin: 0 30px;
    text-align: left; }
  .cif-layer--layui.layui-layer {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cif-layer--layui .cif-layer__scroll {
    max-height: 70vh; }
  .cif-layer--layui .cif-layer__cont {
    width: auto;
    min-width: 440px;
    max-height: 70vh;
    text-align: center;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3); }
  .cif-layer--layui .cif-layer__close {
    background: none; }
  .cif-layer--layui .cif-layer__icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 14px; }
  .cif-layer--layui .cif-layer__qrcode {
    width: 160px;
    height: 160px;
    padding: 0 68px;
    margin: 20px auto 50px; }
  .cif-layer--layui .cif-layer__tit {
    margin-top: 45px;
    font-size: 22px;
    line-height: 40px;
    padding: 0 63px;
    color: #333; }
  .cif-layer--layui .cif-layer__desc {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 28px;
    color: #999; }
    .cif-layer--layui .cif-layer__desc a {
      color: #ff6600;
      text-decoration: none; }
    .cif-layer--layui .cif-layer__desc a.cif-btn {
      color: #fff;
      font-size: 16px;
      line-height: 30px;
      height: 30px; }
  .cif-layer--layui .cif-layer__attention {
    padding-top: 2px;
    margin-bottom: 26px; }
    .cif-layer--layui .cif-layer__attention.is-email input {
      width: 190px;
      height: 36px;
      font-size: 14px;
      line-height: 36px;
      color: #333;
      outline: none;
      padding-left: 15px;
      border: 1px solid #ebeced;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      margin-right: 10px; }
    .cif-layer--layui .cif-layer__attention.is-email .cif-btn {
      width: 100px;
      height: 34px;
      line-height: 34px; }
    .cif-layer--layui .cif-layer__attention .cif-btn {
      width: 118px;
      height: 34px;
      font-size: 14px;
      line-height: 34px; }
      .cif-layer--layui .cif-layer__attention .cif-btn.is-attentioned {
        color: #999;
        border: #eaeaea;
        background: #eaeaea; }
  .cif-layer--layui .cif-layer__gagd {
    display: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 700px;
    padding-left: 50px;
    padding-right: 50px;
    max-height: 50vh; }
    .cif-layer--layui .cif-layer__gagd .tit {
      margin-bottom: 10px;
      line-height: 40px;
      font-size: 18px;
      color: #666; }
      .cif-layer--layui .cif-layer__gagd .tit span {
        position: relative;
        width: auto; }
        .cif-layer--layui .cif-layer__gagd .tit span::before, .cif-layer--layui .cif-layer__gagd .tit span::after {
          content: "";
          position: absolute;
          top: 50%;
          width: 50px;
          border-bottom: 1px solid #e8e8e8; }
        .cif-layer--layui .cif-layer__gagd .tit span::before {
          left: -63px; }
        .cif-layer--layui .cif-layer__gagd .tit span::after {
          right: -61px; }
    .cif-layer--layui .cif-layer__gagd .cif-imgbox {
      background-color: #f2f4f6;
      width: 600px;
      height: 150px;
      margin: 0 auto 16px; }

.cif-poptip {
  width: 440px; }
  .cif-poptip .tip-title {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    text-align: center;
    margin: 0 0 4px; }
  .cif-poptip .tip-icon {
    text-align: center;
    margin: 10px 0 14px; }
    .cif-poptip .tip-icon .icon-tijiaochenggong {
      font-size: 40px;
      color: #57b749; }
  .cif-poptip .tip-icon + .tip-title {
    margin-top: 0; }
  .cif-poptip .tip-desc {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    text-align: center;
    line-height: 22px; }
  .cif-poptip .tip-img {
    width: 160px;
    height: 160px;
    margin: 14px auto 0; }
    .cif-poptip .tip-img img {
      width: 100%;
      height: 100%; }
  .cif-poptip .layui-layer-btn {
    text-align: center;
    padding-bottom: 50px !important; }
    .cif-poptip .layui-layer-btn .layui-layer-btn0 {
      width: 100px;
      height: 36px;
      line-height: 36px;
      background-color: #ff6d00;
      border-color: #ff6d00;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #ffffff;
      text-align: center;
      -webkit-box-sizing: border-box !important;
              box-sizing: border-box !important; }
  .cif-poptip .layui-layer-title {
    background: white;
    border-bottom: 0; }
  .cif-poptip .layui-layer-content {
    padding: 0 !important;
    overflow-y: hidden !important; }

.cif-document--detail .layui-layer-title {
  background: #fff;
  border-bottom: 0; }

.cif-document--detail.layui-layer-dialog .layui-layer-content {
  text-align: center;
  font-size: 16px;
  color: #666;
  overflow-y: hidden; }

.cif-document--detail.layui-layer-msg .layui-layer-content {
  color: #fff; }

.cif-document--detail .layui-layer-btn {
  padding-top: 10px;
  padding-bottom: 50px;
  font-size: 14px; }
  .cif-document--detail .layui-layer-btn .layui-layer-btn0 {
    width: 118px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #fff;
    border: 1px solid #ff6d00;
    color: #ff6d00;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    padding: 0;
    margin: 0 10px; }
    .cif-document--detail .layui-layer-btn .layui-layer-btn0:hover {
      background: #ff994d;
      border: 1px solid #ff994d;
      color: white; }
  .cif-document--detail .layui-layer-btn .layui-layer-btn1 {
    width: 118px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    background: #ff6d00;
    border: 1px solid #ff6d00;
    color: #fff;
    padding: 0;
    margin: 0 10px; }
    .cif-document--detail .layui-layer-btn .layui-layer-btn1:hover {
      color: #fff;
      background: #ff6d00; }

.cif-document--detail .cif-imgbox img {
  position: relative;
  top: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  left: 0; }

.cif-adviser-layer .cif-layer__cont {
  text-align: left;
  width: 440px;
  background: #fff; }

.cif-adviser-layer .cif-layer__close {
  top: 10px;
  right: 18px; }

.cif-adviser-layer .cif-layer__close .iconfont {
  font-size: 13px; }

.cif-adviser-layer.is-big .cif-layer__cont {
  width: 530px; }

.cif-adviser-layer__tit {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 56px;
  padding: 0 0 0 20px;
  line-height: 55px;
  font-weight: bold;
  color: #333;
  font-size: 16px;
  border-bottom: 1px solid #ebeced; }

.cif-adviser-layer__cont {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.cif-adviser-layer__info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0 20px; }

.cif-adviser-layer__info .cif-imgbox {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 10px 0 0px;
  background: #f2f4f6;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.cif-adviser-layer__info .cont {
  line-height: 24px; }

.cif-adviser-layer__info .tit {
  font-size: 16px;
  font-weight: bold;
  color: #333; }

.cif-adviser-layer__info .tag {
  display: inline-block;
  font-size: 12px;
  color: #999;
  margin-left: 6px;
  line-height: 20px;
  padding: 0 10px;
  font-weight: normal;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #f7f7f7; }

.cif-adviser-layer__info .tag.is-type1 {
  color: #ff6600;
  background: rgba(254, 109, 0, 0.1); }

.cif-adviser-layer__info .tag.is-type2 {
  color: #299cf7;
  background: rgba(41, 156, 247, 0.1); }

.cif-adviser-layer__info .tag.is-type3 {
  color: #999;
  background: #f7f7f7; }

.cif-adviser-layer__info .desc {
  font-size: 12px;
  color: #999; }

.cif-adviser-layer__qrcode {
  padding-bottom: 38px;
  text-align: center;
  font-size: 0; }

.cif-adviser-layer__qrcode img {
  display: inline-block;
  margin: 0 auto;
  width: 120px;
  height: 120px; }

.cif-adviser-layer__qrcode .desc {
  font-size: 12px;
  line-height: 18px;
  color: #999;
  text-align: center;
  margin: 11px 0 0; }

.cif-adviser-layer__qrcode .item {
  margin: 5px 0;
  display: inline-block; }

.cif-adviser-layer__qrcode .item img {
  width: 140px;
  height: 140px; }

.cif-adviser-layer__qrcode .item .desc {
  font-size: 14px;
  margin: 7px 0 0; }

.cif-adviser-layer__qrcode .item + .item {
  margin-left: 50px; }

.cif-adviser-layer__qrcode.is-custom img {
  width: auto;
  height: auto;
  max-width: 320px; }

.cif-layer-image.layui-layer-dialog .layui-layer-content {
  padding: 0;
  background: none;
  line-height: normal;
  font-size: 0; }

.cif-layer-image .layui-layer-setwin .layui-layer-close {
  width: 26px;
  height: 26px;
  background: url("https://img.cifnews.com/dev/20220424/a35d37c6906f4f10b8163077fcae9239.png") no-repeat;
  background-position: 0 0;
  top: -50px;
  right: -20px; }
  .cif-layer-image .layui-layer-setwin .layui-layer-close:hover {
    background-position: 0 0; }

.cif-layer-image .layui-layer-resize {
  display: none; }

.cif-img-layer.cif-layer--layui .cif-layer__cont {
  width: 440px;
  height: auto;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
  overflow: visible; }
  .cif-img-layer.cif-layer--layui .cif-layer__cont.is-img {
    width: auto;
    max-width: 704px;
    min-height: 150px;
    display: inline-block; }
    .cif-img-layer.cif-layer--layui .cif-layer__cont.is-img .img-con {
      width: auto;
      height: auto;
      margin: 20px auto 50px;
      padding: 0 70px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .cif-img-layer.cif-layer--layui .cif-layer__cont.is-img .img-con img {
        width: auto;
        height: auto;
        max-width: 564px;
        max-height: 346px;
        margin: 0 auto;
        vertical-align: top; }

.cif-img-layer .cif-layer__close {
  top: 10px;
  right: 12px;
  cursor: pointer;
  font-size: 26px;
  line-height: 1; }
  .cif-img-layer .cif-layer__close img {
    width: 100%;
    height: 100%; }

.cif-img-layer__cont {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }
  .cif-img-layer__cont .tit {
    margin-top: 50px;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 24px;
    padding: 0 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .cif-img-layer__cont .img-con {
    width: 160px;
    height: 160px;
    margin: 20px auto 50px; }
    .cif-img-layer__cont .img-con img {
      width: 100%;
      height: 100%; }

body[data-page="customhome"] .cifnews-layout-part-header::before {
  content: none; }

body[data-page="customhome"] .cifnews-layout-part-content {
  background: #f2f4f6;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  min-height: calc(100vh - 334px); }
  body[data-page="customhome"] .cifnews-layout-part-content .content-container {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
    padding-bottom: 30px; }
    body[data-page="customhome"] .cifnews-layout-part-content .content-container::after {
      content: "";
      display: block;
      width: 100%;
      height: 0;
      clear: both; }

body[data-page="customhome"] .click_effect {
  cursor: pointer; }

body[data-page="customhome"] .default {
  cursor: default !important; }

body.template-custom .cifnews-layout-part-header::before {
  content: none; }

.cif-topmenu-con {
  height: 100px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 9px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 9px 1px rgba(0, 0, 0, 0.05);
  padding-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.cif-topmenu {
  background: #fff;
  height: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
  width: 100%; }
  .cif-topmenu.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 0;
    -webkit-box-shadow: 0px 1px 9px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 1px 9px 1px rgba(0, 0, 0, 0.05);
    z-index: 111; }
    .cif-topmenu.is-fixed .logo-box {
      display: inline-block; }
    .cif-topmenu.is-fixed .guoyuan-name {
      display: inline-block; }
    .cif-topmenu.is-fixed .menu-con {
      width: 780px;
      margin-right: 40px; }
  .cif-topmenu .top-con {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    .cif-topmenu .top-con .follow {
      display: block;
      height: 30px;
      padding: 0 10px;
      line-height: 30px;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      margin-left: 10px;
      float: left;
      text-align: center;
      cursor: pointer;
      width: 65px; }
      .cif-topmenu .top-con .follow.is-attention-style {
        background: #ff6600;
        color: #fff; }
      .cif-topmenu .top-con .follow.is-attentioned {
        border-color: #b2b2b2;
        background: #fff;
        color: #333;
        border: 1px solid; }
        .cif-topmenu .top-con .follow.is-attentioned .hovertext {
          display: none; }
        .cif-topmenu .top-con .follow.is-attentioned:hover .cif-btn__text {
          display: none; }
        .cif-topmenu .top-con .follow.is-attentioned:hover .hovertext {
          display: inline; }
  .cif-topmenu .logo-box {
    width: 70px;
    height: 70px;
    background: #FFFFFF;
    -webkit-border-radius: 3px 3px 3px 3px;
            border-radius: 3px 3px 3px 3px;
    opacity: 1;
    border: 1px solid #DDDDDD;
    margin-right: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    cursor: pointer;
    display: none; }
    .cif-topmenu .logo-box img {
      width: 66px;
      height: 30px;
      margin: 20px auto;
      display: block; }
  .cif-topmenu .guoyuan-name {
    display: none;
    max-width: 144px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    cursor: pointer;
    margin-right: 50px; }
    .cif-topmenu .guoyuan-name a {
      font-size: 24px;
      color: #333333;
      font-weight: bold; }
  .cif-topmenu .menu-con {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    height: 100%; }
    .cif-topmenu .menu-con .swiper-container {
      margin-right: 30px;
      height: 100%; }
    .cif-topmenu .menu-con .swiper-wrapper {
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .cif-topmenu .menu-con .swiper-slide {
      width: auto;
      margin-right: 60px;
      position: relative;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      cursor: pointer;
      font-size: 16px;
      color: #333;
      line-height: 90px; }
      .cif-topmenu .menu-con .swiper-slide.custom {
        margin-right: 70px; }
      .cif-topmenu .menu-con .swiper-slide:hover .label {
        color: #3B98FF; }
      .cif-topmenu .menu-con .swiper-slide.active {
        font-weight: bold;
        color: #3B98FF; }
        .cif-topmenu .menu-con .swiper-slide.active::after {
          content: '';
          position: absolute;
          width: 28px;
          height: 4px;
          background: #3B98FF;
          -webkit-border-radius: 9px;
                  border-radius: 9px;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); }
      .cif-topmenu .menu-con .swiper-slide .label {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .cif-topmenu .menu-con .swiper-slide .angle {
        position: absolute;
        top: 26px;
        right: 0;
        -webkit-transform: translateX(calc(100% + 2px));
            -ms-transform: translateX(calc(100% + 2px));
                transform: translateX(calc(100% + 2px));
        height: 20px;
        line-height: 20px;
        padding: 0 5px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: auto;
        max-width: 58px;
        overflow: hidden;
        font-size: 12px;
        -webkit-border-radius: 10px 10px 10px 0;
                border-radius: 10px 10px 10px 0;
        background: #FE5F52;
        color: #fff;
        white-space: nowrap; }
        .cif-topmenu .menu-con .swiper-slide .angle.new {
          background: #3FB0F7; }
        .cif-topmenu .menu-con .swiper-slide .angle.discount {
          background: #FF7E07; }
        .cif-topmenu .menu-con .swiper-slide .angle.hot {
          background: #FE5F52; }
    .cif-topmenu .menu-con .prev-btn, .cif-topmenu .menu-con .next-btn {
      position: absolute;
      left: 0;
      top: 0;
      font-size: 20px;
      color: #333;
      width: 25px;
      height: 100%;
      line-height: 92px;
      cursor: pointer;
      z-index: 10;
      text-align: center;
      background: #fff; }
      .cif-topmenu .menu-con .prev-btn:hover, .cif-topmenu .menu-con .next-btn:hover {
        color: #3B98FF; }
    .cif-topmenu .menu-con .next-btn {
      left: unset;
      right: 0; }

#imgbox1 {
  height: 300px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin-bottom: 30px !important; }
  #imgbox1 .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;
    pointer-events: none; }
  #imgbox1 .swiper-slide:hover::after {
    background: rgba(0, 0, 0, 0.1); }
  #imgbox1:hover .swiper-button-prev, #imgbox1:hover .swiper-button-next {
    opacity: 1; }
  #imgbox1 .swiper-button-prev, #imgbox1 .swiper-button-next {
    width: 32px;
    height: 62px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    left: 0; }
    #imgbox1 .swiper-button-prev:hover, #imgbox1 .swiper-button-next:hover {
      background: rgba(0, 0, 0, 0.4); }
    #imgbox1 .swiper-button-prev i, #imgbox1 .swiper-button-next i {
      color: #fff;
      margin-top: 23px;
      display: block; }
  #imgbox1 .swiper-button-next {
    left: unset;
    right: 0; }
  #imgbox1 .detail {
    font-size: 16px;
    bottom: 0;
    line-height: 58px; }
  #imgbox1 .swiper-pagination {
    bottom: 10px;
    text-align: right;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    #imgbox1 .swiper-pagination .swiper-pagination-bullet {
      width: 9px;
      height: 5px;
      background: #FFFFFF;
      -webkit-border-radius: 3px 3px 3px 3px;
              border-radius: 3px 3px 3px 3px;
      opacity: 0.5;
      margin: 0 3px; }
      #imgbox1 .swiper-pagination .swiper-pagination-bullet:last-child {
        margin-right: 0; }
    #imgbox1 .swiper-pagination .swiper-pagination-bullet-active {
      width: 18px;
      opacity: 1; }

.cif-custommodule {
  font-size: 0;
  margin-top: 30px; }
  .cif-custommodule div, .cif-custommodule span, .cif-custommodule a, .cif-custommodule i, .cif-custommodule p, .cif-custommodule img {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .cif-custommodule > div, .cif-custommodule span, .cif-custommodule a, .cif-custommodule i, .cif-custommodule p {
    font-size: 16px; }
  .cif-custommodule:first-child {
    margin-top: 0; }
  .cif-custommodule__icon {
    width: 26px;
    height: 5px;
    margin-bottom: 6px; }
  .cif-custommodule__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;
    padding-bottom: 20px; }
    .cif-custommodule__title .title {
      font-weight: bold;
      color: #333333;
      font-size: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .cif-custommodule__title .title .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-custommodule__title .title .label .iconfont {
          font-size: 12px; }
        .cif-custommodule__title .title .label:hover {
          background: #FF8739;
          color: #fff; }
        .cif-custommodule__title .title .label:first-child {
          margin-left: 0; }
    .cif-custommodule__title .right-btn {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 12px;
      color: #999;
      cursor: pointer;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .cif-custommodule__title .right-btn:hover {
        color: #3B98FF; }
      .cif-custommodule__title .right-btn .text {
        margin-right: 0; }
  .cif-custommodule__tabs {
    margin-top: 10px; }
    .cif-custommodule__tabs .tabs-con {
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .cif-custommodule__tabs .tabs-con .tab {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        width: auto;
        height: 30px;
        line-height: 30px;
        background: #DFEEFF;
        -webkit-border-radius: 50px;
                border-radius: 50px;
        margin-right: 10px;
        margin-bottom: 10px;
        cursor: pointer;
        padding: 0 12px;
        color: #666;
        font-size: 14px; }
        .cif-custommodule__tabs .tabs-con .tab:hover {
          background: #64ABFB;
          color: #fff; }
        .cif-custommodule__tabs .tabs-con .tab.active {
          background: #3B98FF;
          color: #fff; }
  .cif-custommodule__components {
    margin-top: 0; }
  .cif-custommodule__bottom-btn {
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 30px;
    cursor: pointer;
    font-size: 14px;
    color: #3B98FF;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .cif-custommodule__bottom-btn:hover {
      color: #64ABFB; }
      .cif-custommodule__bottom-btn:hover img {
        opacity: 0.7; }
    .cif-custommodule__bottom-btn .text {
      margin-right: 5px; }
    .cif-custommodule__bottom-btn img {
      width: 20px;
      height: 12px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .cif-custommodule .component {
    background: #fff;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    border: 1px solid #EAEAEA;
    margin-top: 20px; }
    .cif-custommodule .component:first-child {
      margin-top: 0; }
    .cif-custommodule .component .swiper-pagination {
      bottom: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .cif-custommodule .component .swiper-pagination .swiper-pagination-bullet {
        width: 9px;
        height: 5px;
        background: #FFFFFF;
        -webkit-border-radius: 3px 3px 3px 3px;
                border-radius: 3px 3px 3px 3px;
        opacity: 0.5;
        margin: 0 3px; }
      .cif-custommodule .component .swiper-pagination .swiper-pagination-bullet-active {
        width: 18px;
        opacity: 1; }
    .cif-custommodule .component .swiper-prev, .cif-custommodule .component .swiper-next {
      position: absolute;
      top: calc(50% - 17px);
      left: -17px;
      width: 34px;
      height: 34px;
      line-height: 34px;
      background: #FFFFFF;
      -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
      text-align: center;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      cursor: pointer;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      font-weight: bold;
      font-size: 20px;
      color: #999;
      z-index: 12; }
      .cif-custommodule .component .swiper-prev:hover, .cif-custommodule .component .swiper-next:hover {
        color: #fff;
        background: #3B98FF; }
      .cif-custommodule .component .swiper-prev.swiper-button-disabled, .cif-custommodule .component .swiper-next.swiper-button-disabled {
        display: none; }
      .cif-custommodule .component .swiper-prev .iconfont, .cif-custommodule .component .swiper-next .iconfont {
        font-size: 22px; }
    .cif-custommodule .component .swiper-next {
      left: unset;
      right: -17px; }
    .cif-custommodule .component .column-item-hover {
      display: none;
      cursor: default;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: calc(100% + 8px);
      width: 200px;
      height: auto;
      background: rgba(0, 0, 0, 0.8);
      -webkit-border-radius: 4px;
              border-radius: 4px;
      padding: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      z-index: 3; }
      .cif-custommodule .component .column-item-hover.is-img {
        padding: 20px 23px; }
        .cif-custommodule .component .column-item-hover.is-img .hover-desc {
          margin-bottom: 10px;
          text-align: center; }
      .cif-custommodule .component .column-item-hover::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 9px;
        left: 0;
        top: -9px;
        background: transparent; }
      .cif-custommodule .component .column-item-hover::after {
        content: '';
        position: absolute;
        top: -8px;
        left: calc(50% - 10px);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 8px solid rgba(0, 0, 0, 0.8); }
      .cif-custommodule .component .column-item-hover.is-hover-top {
        top: unset;
        bottom: calc(100% + 8px); }
        .cif-custommodule .component .column-item-hover.is-hover-top::before {
          top: unset;
          bottom: -9px; }
        .cif-custommodule .component .column-item-hover.is-hover-top::after {
          top: unset;
          bottom: -8px;
          border-bottom: none;
          border-top: 8px solid rgba(0, 0, 0, 0.8); }
      .cif-custommodule .component .column-item-hover .hover-desc {
        line-height: 22px;
        font-size: 14px;
        color: #fff;
        white-space: pre-wrap; }
      .cif-custommodule .component .column-item-hover .hover-img {
        width: 140px;
        height: 140px;
        margin: 0 auto;
        -webkit-border-radius: 8px;
                border-radius: 8px;
        overflow: hidden; }
        .cif-custommodule .component .column-item-hover .hover-img img {
          width: 100%;
          height: 100%;
          -webkit-border-radius: unset;
                  border-radius: unset;
          margin: 0; }
    .cif-custommodule .component .tabs-cont {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 30px 0 0;
      position: relative;
      overflow: hidden;
      margin-bottom: 20px; }
      .cif-custommodule .component .tabs-cont::before {
        content: '';
        position: absolute;
        width: 30px;
        height: 98%;
        right: 30px;
        top: 0;
        background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0.2)));
        background: -webkit-linear-gradient(right, white, rgba(255, 255, 255, 0.2));
        background: -o-linear-gradient(right, white, rgba(255, 255, 255, 0.2));
        background: linear-gradient(to left, white, rgba(255, 255, 255, 0.2));
        z-index: 2; }
      .cif-custommodule .component .tabs-cont::after {
        content: '';
        position: absolute;
        width: calc(100% - 60px);
        left: 30px;
        bottom: 0;
        border-bottom: 1px solid #E8E8E8; }
      .cif-custommodule .component .tabs-cont > .iconfont {
        width: 30px;
        height: 100%;
        font-size: 20px;
        text-align: center;
        line-height: 60px;
        background: #fff;
        color: #666;
        cursor: pointer;
        position: absolute;
        top: 0;
        z-index: 2; }
        .cif-custommodule .component .tabs-cont > .iconfont:hover {
          color: #3B98FF; }
      .cif-custommodule .component .tabs-cont .arrow-left {
        left: 0;
        display: none; }
      .cif-custommodule .component .tabs-cont .arrow-right {
        right: 0; }
    .cif-custommodule .component .c-tabs {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      padding-left: 30px; }
      .cif-custommodule .component .c-tabs .c-tab {
        height: 55px;
        line-height: 60px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 25px;
        cursor: pointer;
        color: #666; }
        .cif-custommodule .component .c-tabs .c-tab:last-child {
          margin-right: 0; }
        .cif-custommodule .component .c-tabs .c-tab.active, .cif-custommodule .component .c-tabs .c-tab:hover {
          color: #3B98FF; }
    .cif-custommodule .component.onlytext {
      padding: 6px 30px 6px; }
      .cif-custommodule .component.onlytext .row {
        padding: 18px 0;
        border-bottom: 1px dashed #E8E8E8; }
        .cif-custommodule .component.onlytext .row:last-child {
          border-bottom: none; }
      .cif-custommodule .component.onlytext .content-item {
        height: auto;
        width: 50%;
        padding-right: 30px;
        display: inline-block;
        vertical-align: top; }
        .cif-custommodule .component.onlytext .content-item:nth-child(2n) {
          padding-left: 24px;
          padding-right: 0; }
        .cif-custommodule .component.onlytext .content-item .item-title {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-bottom: 10px; }
          .cif-custommodule .component.onlytext .content-item .item-title img {
            width: 10px;
            height: 14px;
            margin-right: 5px; }
          .cif-custommodule .component.onlytext .content-item .item-title .title {
            font-weight: bold;
            font-size: 14px;
            color: #333; }
        .cif-custommodule .component.onlytext .content-item .item-text {
          font-size: 14px;
          color: #666;
          line-height: 24px;
          height: auto;
          margin-bottom: 2px;
          margin-left: 20px; }
          .cif-custommodule .component.onlytext .content-item .item-text.expand {
            height: 48px;
            overflow: hidden;
            -o-text-overflow: ellipsis;
               text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2; }
        .cif-custommodule .component.onlytext .content-item .expand-btn {
          cursor: pointer;
          width: 50px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-left: calc(100% - 50px);
          font-size: 14px;
          color: #3B98FF; }
          .cif-custommodule .component.onlytext .content-item .expand-btn:hover {
            color: #64ABFB; }
          .cif-custommodule .component.onlytext .content-item .expand-btn .text {
            margin-right: 3px; }
      .cif-custommodule .component.onlytext.one .row:first-child .content-item {
        width: 100%;
        padding-right: 0; }
        .cif-custommodule .component.onlytext.one .row:first-child .content-item .item-text.expand {
          height: 96px;
          -webkit-line-clamp: 4; }
    .cif-custommodule .component.recommend {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 28px 30px;
      cursor: pointer; }
      .cif-custommodule .component.recommend .img-box {
        width: 60px;
        height: 60px;
        margin-right: 20px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -webkit-border-radius: 5px;
                border-radius: 5px;
        overflow: hidden; }
        .cif-custommodule .component.recommend .img-box img {
          width: 100%;
          height: 100%; }
      .cif-custommodule .component.recommend .center {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        .cif-custommodule .component.recommend .center .title {
          max-width: 520px;
          overflow: hidden;
          -o-text-overflow: ellipsis;
             text-overflow: ellipsis;
          white-space: nowrap;
          font-weight: bold;
          font-size: 16px;
          color: #333;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .cif-custommodule .component.recommend .center .title:hover {
            color: #3B98FF; }
        .cif-custommodule .component.recommend .center .desc {
          max-width: 510px;
          overflow: hidden;
          -o-text-overflow: ellipsis;
             text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 14px;
          color: #999;
          margin-top: 12px; }
      .cif-custommodule .component.recommend .right-btn {
        width: auto;
        min-width: 86px;
        max-width: 146px;
        height: 36px;
        line-height: 36px;
        -webkit-border-radius: 2px;
                border-radius: 2px;
        text-align: center;
        background: #3B98FF;
        font-size: 14px;
        color: #fff;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        margin-left: 56px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        padding: 0 12px; }
        .cif-custommodule .component.recommend .right-btn:hover {
          background: #64ABFB; }
    .cif-custommodule .component.product {
      -webkit-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.05);
      border: none; }
      .cif-custommodule .component.product .title, .cif-custommodule .component.product .desc {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        width: 340px;
        max-width: 340px;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis; }
      .cif-custommodule .component.product .desc {
        font-weight: normal;
        font-size: 14px;
        color: #999;
        margin-top: 10px; }
      .cif-custommodule .component.product .img-box {
        overflow: hidden;
        -webkit-border-radius: 2px;
                border-radius: 2px; }
        .cif-custommodule .component.product .img-box .swiper-slide {
          overflow: hidden; }
        .cif-custommodule .component.product .img-box img {
          width: 100%;
          height: 100%;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .cif-custommodule .component.product .img-box img:hover {
            -webkit-transform: scale(1.2);
                -ms-transform: scale(1.2);
                    transform: scale(1.2); }
      .cif-custommodule .component.product .lightspot {
        margin-top: 20px; }
        .cif-custommodule .component.product .lightspot .lightspot-item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-top: 8px; }
          .cif-custommodule .component.product .lightspot .lightspot-item:first-child {
            margin-top: 0; }
          .cif-custommodule .component.product .lightspot .lightspot-item img {
            width: 16px;
            height: 16px;
            margin-right: 5px;
            -ms-flex-negative: 0;
                flex-shrink: 0; }
          .cif-custommodule .component.product .lightspot .lightspot-item .text {
            font-size: 14px;
            color: #666;
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1;
            max-width: 280px;
            white-space: nowrap;
            overflow: hidden;
            -o-text-overflow: ellipsis;
               text-overflow: ellipsis; }
      .cif-custommodule .component.product .price {
        margin-top: 15px;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        color: #FF4600;
        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; }
        .cif-custommodule .component.product .price .price-icon {
          font-size: 12px;
          color: #FC583D;
          margin-bottom: -2px; }
        .cif-custommodule .component.product .price .rail {
          margin: 0 2px;
          color: #999; }
        .cif-custommodule .component.product .price .price-begin {
          font-size: 12px;
          color: #999;
          margin-left: 3px;
          margin-bottom: -1px;
          font-weight: normal; }
        .cif-custommodule .component.product .price .del-line {
          margin-left: 5px;
          font-size: 14px;
          color: #999;
          text-decoration: line-through;
          font-weight: normal; }
          .cif-custommodule .component.product .price .del-line .price-icon {
            color: #999;
            font-size: 14px; }
      .cif-custommodule .component.product .consult-btn {
        width: 120px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        background: #3B98FF;
        -webkit-border-radius: 2px;
                border-radius: 2px;
        margin: 16px auto 0;
        font-size: 14px;
        color: #fff;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        cursor: pointer;
        display: block; }
        .cif-custommodule .component.product .consult-btn:hover {
          background: #64ABFB; }
      .cif-custommodule .component.product.less_than_two {
        padding: 30px; }
        .cif-custommodule .component.product.less_than_two .product-item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-top: 20px;
          border-top: 1px dashed #E8E8E8;
          padding-top: 20px; }
          .cif-custommodule .component.product.less_than_two .product-item:first-child {
            margin-top: 0;
            padding-top: 0;
            border-top: none; }
        .cif-custommodule .component.product.less_than_two .img-box {
          margin-right: 30px;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          width: 200px;
          height: 200px; }
          .cif-custommodule .component.product.less_than_two .img-box .swiper-slide {
            width: 200px;
            height: 200px; }
        .cif-custommodule .component.product.less_than_two .right {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          padding-top: 4px;
          position: relative; }
          .cif-custommodule .component.product.less_than_two .right .title:hover {
            color: #3B98FF; }
          .cif-custommodule .component.product.less_than_two .right .desc {
            display: none; }
          .cif-custommodule .component.product.less_than_two .right .price {
            text-align: left;
            margin-top: 37px;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            position: absolute;
            left: 0;
            bottom: 51px; }
          .cif-custommodule .component.product.less_than_two .right .consult-btn {
            margin: 15px 0 0;
            position: absolute;
            left: 0;
            bottom: 0; }
      .cif-custommodule .component.product.more_than_two {
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: ; }
        .cif-custommodule .component.product.more_than_two .left {
          width: 420px;
          height: 100%;
          background: -webkit-gradient(linear, left top, right top, from(#EBF1FB), to(#F5F8FE));
          background: -webkit-linear-gradient(left, #EBF1FB 0%, #F5F8FE 100%);
          background: -o-linear-gradient(left, #EBF1FB 0%, #F5F8FE 100%);
          background: linear-gradient(90deg, #EBF1FB 0%, #F5F8FE 100%); }
          .cif-custommodule .component.product.more_than_two .left .product-tab {
            position: relative;
            width: 100%;
            height: 130px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -ms-flex-line-pack: center;
                align-content: center;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            cursor: pointer;
            -webkit-transition: background 0.3s;
            -o-transition: background 0.3s;
            transition: background 0.3s;
            padding: 0 31px;
            border-bottom: 1px solid rgba(192, 201, 210, 0.5);
            background: transparent; }
            .cif-custommodule .component.product.more_than_two .left .product-tab:last-child {
              border-bottom: none; }
            .cif-custommodule .component.product.more_than_two .left .product-tab:hover {
              background: #64ABFB;
              border-bottom: none; }
              .cif-custommodule .component.product.more_than_two .left .product-tab:hover .title, .cif-custommodule .component.product.more_than_two .left .product-tab:hover .desc {
                color: #fff; }
            .cif-custommodule .component.product.more_than_two .left .product-tab.active {
              background: #3B98FF;
              border-bottom: none; }
              .cif-custommodule .component.product.more_than_two .left .product-tab.active .title, .cif-custommodule .component.product.more_than_two .left .product-tab.active .desc {
                color: #fff; }
              .cif-custommodule .component.product.more_than_two .left .product-tab.active ::after {
                content: '';
                position: absolute;
                width: 12px;
                height: 31px;
                right: -12px;
                top: calc(50% - 15px);
                background: url(https://img.cifnews.com/dev/20220701/c42f9656b609461c9eac64de32e30e0c.png) no-repeat center; }
            .cif-custommodule .component.product.more_than_two .left .product-tab .desc {
              opacity: 0.9; }
        .cif-custommodule .component.product.more_than_two .right {
          background: #fff;
          height: 100%;
          width: 450px; }
          .cif-custommodule .component.product.more_than_two .right .product-item {
            padding: 30px 75px; }
            .cif-custommodule .component.product.more_than_two .right .product-item .img-box {
              width: 300px;
              height: 300px; }
              .cif-custommodule .component.product.more_than_two .right .product-item .img-box .swiper-slide {
                width: 300px;
                height: 300px; }
    .cif-custommodule .component.imgtext-desc {
      background: transparent;
      -webkit-border-radius: 0;
              border-radius: 0;
      border: none; }
      .cif-custommodule .component.imgtext-desc .tabs-con {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 62px;
        width: 100%;
        margin-bottom: 20px; }
        .cif-custommodule .component.imgtext-desc .tabs-con .tab {
          width: 136px;
          height: 100%;
          border: 1px solid #E8E8E8;
          background: rgba(250, 251, 251, 0.6);
          margin-right: 10px;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          cursor: pointer;
          overflow: hidden;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          position: relative;
          opacity: 0.6; }
          .cif-custommodule .component.imgtext-desc .tabs-con .tab:last-child {
            margin-right: 0; }
          .cif-custommodule .component.imgtext-desc .tabs-con .tab.active {
            background: #fff;
            opacity: 1; }
          .cif-custommodule .component.imgtext-desc .tabs-con .tab img {
            width: 100%;
            height: 100%;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
            .cif-custommodule .component.imgtext-desc .tabs-con .tab img:hover {
              -webkit-transform: scale(1.2);
                  -ms-transform: scale(1.2);
                      transform: scale(1.2); }
      .cif-custommodule .component.imgtext-desc .text-content {
        position: relative;
        width: 100%;
        height: auto;
        background: #FFFFFF;
        -webkit-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.05);
                box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.05);
        -webkit-border-radius: 5px;
                border-radius: 5px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .cif-custommodule .component.imgtext-desc .text-content .content-item {
          -webkit-border-radius: 5px;
                  border-radius: 5px;
          padding: 23px 30px 30px 23px; }
          .cif-custommodule .component.imgtext-desc .text-content .content-item .title {
            padding-left: 37px;
            margin-bottom: 16px;
            height: 22px;
            line-height: 24px;
            font-weight: bold;
            font-size: 16px;
            color: #333;
            white-space: nowrap;
            overflow: hidden;
            -o-text-overflow: ellipsis;
               text-overflow: ellipsis;
            background-image: url(https://img.cifnews.com/dev/20220701/c71209861bb8439fbf06c6727189da3f.png);
            background-repeat: no-repeat;
            -webkit-background-size: 24px 22px;
                    background-size: 24px 22px;
            background-position: 0 center; }
          .cif-custommodule .component.imgtext-desc .text-content .content-item .desc {
            padding-left: 37px;
            font-size: 14px;
            color: #666;
            overflow: hidden;
            -o-text-overflow: ellipsis;
               text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4;
            line-height: 30px; }
          .cif-custommodule .component.imgtext-desc .text-content .content-item .view-more {
            display: inline-block;
            padding-left: 37px;
            margin-top: 6px;
            color: #3B98FF;
            font-size: 14px;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
            .cif-custommodule .component.imgtext-desc .text-content .content-item .view-more:hover {
              color: #64ABFB; }
        .cif-custommodule .component.imgtext-desc .text-content .triangle {
          position: absolute;
          width: 12px;
          height: 12px;
          -webkit-transform: rotateZ(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotateZ(45deg);
          background: #fff;
          top: -6px;
          left: 60px;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
    .cif-custommodule .component.imgtext {
      position: relative; }
      .cif-custommodule .component.imgtext .swiper-container {
        width: 100%; }
      .cif-custommodule .component.imgtext .content-item {
        display: inline-block;
        width: 276px;
        height: 343px;
        background: #FFFFFF;
        -webkit-border-radius: 5px;
                border-radius: 5px;
        border: 1px solid #EAEAEA;
        margin-right: 20px;
        padding: 30px 43px 28px;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        .cif-custommodule .component.imgtext .content-item:last-child {
          margin-right: 0; }
        .cif-custommodule .component.imgtext .content-item .img-box {
          width: 100%;
          height: 252px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          overflow: hidden; }
          .cif-custommodule .component.imgtext .content-item .img-box img {
            width: 100%;
            height: auto;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
            .cif-custommodule .component.imgtext .content-item .img-box img:hover {
              -webkit-transform: scale(1.2);
                  -ms-transform: scale(1.2);
                      transform: scale(1.2); }
        .cif-custommodule .component.imgtext .content-item .title {
          margin-top: 14px;
          text-align: center;
          font-size: 14px;
          color: #333;
          white-space: nowrap;
          overflow: hidden;
          -o-text-overflow: ellipsis;
             text-overflow: ellipsis;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .cif-custommodule .component.imgtext .content-item .title.is-hover {
            color: #3B98FF; }
          .cif-custommodule .component.imgtext .content-item .title.default-cursor {
            cursor: default; }
    .cif-custommodule .component.imgtext-big {
      background: transparent;
      -webkit-border-radius: 0;
              border-radius: 0;
      border: none; }
      .cif-custommodule .component.imgtext-big .swiper-slide {
        width: auto;
        margin-right: 20px; }
        .cif-custommodule .component.imgtext-big .swiper-slide:last-child {
          margin-right: 0; }
    .cif-custommodule .component.imgtext-small {
      position: relative;
      padding: 30px 30px 1px; }
      .cif-custommodule .component.imgtext-small .swiper-slide {
        width: auto;
        margin-right: 42px; }
        .cif-custommodule .component.imgtext-small .swiper-slide:last-child {
          margin-right: 0; }
      .cif-custommodule .component.imgtext-small .content-item {
        width: 170px;
        height: auto;
        margin-right: 0;
        margin-bottom: 28px;
        -webkit-border-radius: 5px;
                border-radius: 5px;
        border: none;
        padding: 0;
        display: block; }
        .cif-custommodule .component.imgtext-small .content-item.mr42 {
          margin-right: 42px; }
        .cif-custommodule .component.imgtext-small .content-item:nth-child(4n) {
          margin-right: 0; }
        .cif-custommodule .component.imgtext-small .content-item .img-box {
          width: 100%;
          height: 76px;
          border: 1px solid #E8E8E8; }
    .cif-custommodule .component.zhibo, .cif-custommodule .component.video {
      padding: 30px 30px 0; }
      .cif-custommodule .component.zhibo .component-content, .cif-custommodule .component.video .component-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        overflow: hidden; }
      .cif-custommodule .component.zhibo .content-item, .cif-custommodule .component.video .content-item {
        display: inline-block;
        width: 253px;
        margin-right: 24px;
        margin-bottom: 30px;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        .cif-custommodule .component.zhibo .content-item:last-child, .cif-custommodule .component.video .content-item:last-child {
          margin-right: 0; }
        .cif-custommodule .component.zhibo .content-item:nth-child(3n), .cif-custommodule .component.video .content-item:nth-child(3n) {
          margin-right: 0; }
        .cif-custommodule .component.zhibo .content-item .img-box, .cif-custommodule .component.video .content-item .img-box {
          position: relative;
          width: 253px;
          height: 137px;
          -webkit-border-radius: 3px;
                  border-radius: 3px;
          overflow: hidden; }
          .cif-custommodule .component.zhibo .content-item .img-box img, .cif-custommodule .component.video .content-item .img-box img {
            width: 100%;
            height: 100%;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
            .cif-custommodule .component.zhibo .content-item .img-box img:hover, .cif-custommodule .component.video .content-item .img-box img:hover {
              -webkit-transform: scale(1.2);
                  -ms-transform: scale(1.2);
                      transform: scale(1.2); }
          .cif-custommodule .component.zhibo .content-item .img-box .status, .cif-custommodule .component.video .content-item .img-box .status {
            width: auto;
            height: 20px;
            line-height: 20px;
            -webkit-border-radius: 3px;
                    border-radius: 3px;
            padding: 0 8px;
            font-size: 12px;
            text-align: center;
            position: absolute;
            color: #fff;
            right: 6px;
            top: 6px; }
            .cif-custommodule .component.zhibo .content-item .img-box .status.playing, .cif-custommodule .component.video .content-item .img-box .status.playing {
              padding: 0 6px;
              padding-left: 20px;
              background-image: url(https://static1.cifnews.com/img/live/living.gif);
              background-repeat: no-repeat;
              background-position: 5px center;
              background-color: #FF000B; }
        .cif-custommodule .component.zhibo .content-item .text-content .title, .cif-custommodule .component.video .content-item .text-content .title {
          margin-top: 16px;
          font-size: 16px;
          color: #333;
          height: 45px;
          line-height: 22px;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .cif-custommodule .component.zhibo .content-item .text-content .title:hover, .cif-custommodule .component.video .content-item .text-content .title:hover {
            color: #3B98FF; }
        .cif-custommodule .component.zhibo .content-item .text-content .time, .cif-custommodule .component.video .content-item .text-content .time {
          margin-top: 15px;
          font-size: 12px;
          color: #999; }
      .cif-custommodule .component.zhibo.one, .cif-custommodule .component.zhibo .one, .cif-custommodule .component.video.one, .cif-custommodule .component.video .one {
        padding-bottom: 30px; }
        .cif-custommodule .component.zhibo.one .content-item, .cif-custommodule .component.zhibo .one .content-item, .cif-custommodule .component.video.one .content-item, .cif-custommodule .component.video .one .content-item {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          width: 100%;
          margin-bottom: 0; }
          .cif-custommodule .component.zhibo.one .content-item .img-box, .cif-custommodule .component.zhibo .one .content-item .img-box, .cif-custommodule .component.video.one .content-item .img-box, .cif-custommodule .component.video .one .content-item .img-box {
            margin-right: 20px;
            -ms-flex-negative: 0;
                flex-shrink: 0; }
          .cif-custommodule .component.zhibo.one .content-item .text-content, .cif-custommodule .component.zhibo .one .content-item .text-content, .cif-custommodule .component.video.one .content-item .text-content, .cif-custommodule .component.video .one .content-item .text-content {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -ms-flex-line-pack: center;
                align-content: center;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
            .cif-custommodule .component.zhibo.one .content-item .text-content .title, .cif-custommodule .component.zhibo .one .content-item .text-content .title, .cif-custommodule .component.video.one .content-item .text-content .title, .cif-custommodule .component.video .one .content-item .text-content .title {
              height: auto;
              width: 100%;
              margin-top: 0; }
            .cif-custommodule .component.zhibo.one .content-item .text-content .time, .cif-custommodule .component.zhibo .one .content-item .text-content .time, .cif-custommodule .component.video.one .content-item .text-content .time, .cif-custommodule .component.video .one .content-item .text-content .time {
              margin-top: 40px; }
    .cif-custommodule .component.video .tabs-cont {
      margin: -30px -30px 20px; }
    .cif-custommodule .component.video .morethanone .content-item:hover .img-box::after {
      content: none; }
    .cif-custommodule .component.video .content-item .img-box {
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .cif-custommodule .component.video .content-item .img-box::before {
        content: '';
        width: 40px;
        height: 40px;
        display: block;
        position: absolute;
        background: url(https://img.cifnews.com/dev/20210121/1c7e26b5aa9d44cbaacd3724892b8e2e.png) center no-repeat;
        -webkit-background-size: 100% 100%;
                background-size: 100%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-border-radius: 50%;
                border-radius: 50%;
        z-index: 2; }
      .cif-custommodule .component.video .content-item .img-box::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-custommodule .component.video .content-item .img-box:hover::after {
        content: none; }
      .cif-custommodule .component.video .content-item .img-box img:hover {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
      .cif-custommodule .component.video .content-item .img-box .video__duration {
        font-size: 12px;
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        line-height: 32px;
        z-index: 2;
        width: 100%;
        text-align: right;
        padding-right: 10px;
        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-custommodule .component.article {
      overflow: hidden; }
      .cif-custommodule .component.article .cif-sectab {
        height: 60px;
        margin-bottom: 5px; }
        .cif-custommodule .component.article .cif-sectab .cif-sectab__place {
          height: 60px; }
          .cif-custommodule .component.article .cif-sectab .cif-sectab__place .cif-sectab__cont {
            height: 60px;
            line-height: 60px;
            width: auto; }
            .cif-custommodule .component.article .cif-sectab .cif-sectab__place .cif-sectab__cont .cif-sectab__arrow {
              height: 60px;
              width: 40px; }
              .cif-custommodule .component.article .cif-sectab .cif-sectab__place .cif-sectab__cont .cif-sectab__arrow.cif-sectab__arrow--left {
                background-position: calc(50% + 5px) !important; }
              .cif-custommodule .component.article .cif-sectab .cif-sectab__place .cif-sectab__cont .cif-sectab__arrow.cif-sectab__arrow--right {
                background-position: calc(50% - 5px) !important; }
              .cif-custommodule .component.article .cif-sectab .cif-sectab__place .cif-sectab__cont .cif-sectab__arrow .right-white-cover {
                height: 60px; }
            .cif-custommodule .component.article .cif-sectab .cif-sectab__place .cif-sectab__cont .cif-sectab__itembox .cif-sectab__item {
              height: 60px; }
              .cif-custommodule .component.article .cif-sectab .cif-sectab__place .cif-sectab__cont .cif-sectab__itembox .cif-sectab__item.is-active {
                text-shadow: none;
                font-weight: bold; }
                .cif-custommodule .component.article .cif-sectab .cif-sectab__place .cif-sectab__cont .cif-sectab__itembox .cif-sectab__item.is-active::after {
                  width: 40px;
                  bottom: 1px;
                  border-color: #3B98FF;
                  left: calc(50% - 20px); }
      .cif-custommodule .component.article .cif-articlebox__cont {
        padding: 0 30px; }
        .cif-custommodule .component.article .cif-articlebox__cont .cif-article:last-child {
          border-bottom: none; }
        .cif-custommodule .component.article .cif-articlebox__cont .cif-article > .cif-imgbox {
          width: 226px;
          height: 130px; }
        .cif-custommodule .component.article .cif-articlebox__cont .cif-article .cif-article__cont .cif-article__info {
          margin-left: 240px;
          height: 130px;
          overflow: hidden; }
          .cif-custommodule .component.article .cif-articlebox__cont .cif-article .cif-article__cont .cif-article__info .cif-link:hover {
            color: #3B98FF !important; }
      .cif-custommodule .component.article .load-btn {
        color: #3B98FF;
        border-color: #3B98FF; }
        .cif-custommodule .component.article .load-btn:hover {
          border-color: #3B98FF;
          background: #3B98FF;
          color: #fff; }
    .cif-custommodule .component.product-compined-bag .compined-bag-tabs-cont {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 30px 0 0;
      position: relative;
      overflow: hidden; }
      .cif-custommodule .component.product-compined-bag .compined-bag-tabs-cont::before {
        content: '';
        position: absolute;
        width: 30px;
        height: 98%;
        right: 30px;
        top: 0;
        background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0.2)));
        background: -webkit-linear-gradient(right, white, rgba(255, 255, 255, 0.2));
        background: -o-linear-gradient(right, white, rgba(255, 255, 255, 0.2));
        background: linear-gradient(to left, white, rgba(255, 255, 255, 0.2));
        z-index: 2; }
      .cif-custommodule .component.product-compined-bag .compined-bag-tabs-cont::after {
        content: '';
        position: absolute;
        width: calc(100% - 60px);
        left: 30px;
        bottom: 0;
        border-bottom: 1px solid #E8E8E8; }
      .cif-custommodule .component.product-compined-bag .compined-bag-tabs-cont > .iconfont {
        width: 30px;
        height: 100%;
        font-size: 20px;
        text-align: center;
        line-height: 60px;
        background: #fff;
        color: #666;
        cursor: pointer;
        position: absolute;
        top: 0;
        z-index: 2; }
        .cif-custommodule .component.product-compined-bag .compined-bag-tabs-cont > .iconfont:hover {
          color: #3B98FF; }
      .cif-custommodule .component.product-compined-bag .compined-bag-tabs-cont .tabs-arrow-left {
        left: 0;
        display: none; }
      .cif-custommodule .component.product-compined-bag .compined-bag-tabs-cont .tabs-arrow-right {
        right: 0; }
    .cif-custommodule .component.product-compined-bag .compined-bag-tabs {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      padding-left: 30px; }
      .cif-custommodule .component.product-compined-bag .compined-bag-tabs .compined-bag-tab {
        height: 55px;
        line-height: 60px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 25px;
        cursor: pointer;
        color: #666; }
        .cif-custommodule .component.product-compined-bag .compined-bag-tabs .compined-bag-tab:last-child {
          margin-right: 0; }
        .cif-custommodule .component.product-compined-bag .compined-bag-tabs .compined-bag-tab.active, .cif-custommodule .component.product-compined-bag .compined-bag-tabs .compined-bag-tab:hover {
          color: #3B98FF; }
    .cif-custommodule .component.product-compined-bag .compined-bag-cont {
      margin: 30px;
      position: relative; }
      .cif-custommodule .component.product-compined-bag .compined-bag-cont .swiper-prev {
        left: -47px; }
      .cif-custommodule .component.product-compined-bag .compined-bag-cont .swiper-next {
        right: -47px; }
      .cif-custommodule .component.product-compined-bag .compined-bag-cont.single .product-item {
        width: 100%; }
        .cif-custommodule .component.product-compined-bag .compined-bag-cont.single .product-item .right {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .cif-custommodule .component.product-compined-bag .compined-bag-cont.single .product-item .info {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          overflow: hidden; }
        .cif-custommodule .component.product-compined-bag .compined-bag-cont.single .product-item .consult-btn {
          position: relative;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          width: 96px;
          height: 36px;
          line-height: 34px;
          left: unset;
          bottom: unset;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          margin-left: 30px; }
      .cif-custommodule .component.product-compined-bag .compined-bag-cont.multiple {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .cif-custommodule .component.product-compined-bag .compined-bag-cont.multiple .swiper-slide {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          width: 808px; }
        .cif-custommodule .component.product-compined-bag .compined-bag-cont.multiple .product-item {
          width: 376px;
          margin-right: 56px; }
          .cif-custommodule .component.product-compined-bag .compined-bag-cont.multiple .product-item:nth-child(2n) {
            margin-right: 0; }
          .cif-custommodule .component.product-compined-bag .compined-bag-cont.multiple .product-item:nth-child(n+3) {
            margin-top: 30px; }
      .cif-custommodule .component.product-compined-bag .compined-bag-cont .product-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 404px;
        height: 120px; }
        .cif-custommodule .component.product-compined-bag .compined-bag-cont .product-item .title {
          font-size: 16px;
          font-weight: bold;
          color: #333;
          white-space: nowrap;
          overflow: hidden;
          -o-text-overflow: ellipsis;
             text-overflow: ellipsis; }
          .cif-custommodule .component.product-compined-bag .compined-bag-cont .product-item .title:hover {
            color: #3B98FF; }
          .cif-custommodule .component.product-compined-bag .compined-bag-cont .product-item .title .self-support {
            width: 38px;
            height: 17px;
            line-height: 17px;
            -webkit-border-radius: 3px;
                    border-radius: 3px;
            text-align: center;
            font-size: 12px;
            color: #fff;
            background: #ff6600;
            display: inline-block;
            margin-right: 2px;
            vertical-align: middle;
            -webkit-transform: translateY(-2px);
                -ms-transform: translateY(-2px);
                    transform: translateY(-2px); }
        .cif-custommodule .component.product-compined-bag .compined-bag-cont .product-item .img-box {
          overflow: hidden;
          -webkit-border-radius: 2px;
                  border-radius: 2px;
          width: 120px;
          height: 120px;
          margin-right: 20px;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          cursor: pointer; }
          .cif-custommodule .component.product-compined-bag .compined-bag-cont .product-item .img-box img {
            width: 100%;
            height: 100%;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
            .cif-custommodule .component.product-compined-bag .compined-bag-cont .product-item .img-box img:hover {
              -webkit-transform: scale(1.2);
                  -ms-transform: scale(1.2);
                      transform: scale(1.2); }
        .cif-custommodule .component.product-compined-bag .compined-bag-cont .product-item .right {
          position: relative;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          overflow: hidden; }
        .cif-custommodule .component.product-compined-bag .compined-bag-cont .product-item .info {
          cursor: pointer; }
        .cif-custommodule .component.product-compined-bag .compined-bag-cont .product-item .price {
          margin-top: 10px;
          font-size: 14px;
          color: #FF4600;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .cif-custommodule .component.product-compined-bag .compined-bag-cont .product-item .price .price-icon {
            font-size: 12px;
            color: #FC583D;
            margin-bottom: -2px; }
          .cif-custommodule .component.product-compined-bag .compined-bag-cont .product-item .price .rail {
            margin: 0 2px;
            color: #999; }
          .cif-custommodule .component.product-compined-bag .compined-bag-cont .product-item .price .price-begin {
            font-size: 12px;
            color: #999;
            margin-left: 3px;
            margin-bottom: -1px;
            font-weight: normal; }
          .cif-custommodule .component.product-compined-bag .compined-bag-cont .product-item .price .del-line {
            margin-left: 5px;
            font-size: 14px;
            color: #999;
            text-decoration: line-through;
            font-weight: normal; }
            .cif-custommodule .component.product-compined-bag .compined-bag-cont .product-item .price .del-line .price-icon {
              color: #999;
              font-size: 14px; }
        .cif-custommodule .component.product-compined-bag .compined-bag-cont .product-item .consult-btn {
          width: 80px;
          height: 30px;
          line-height: 28px;
          text-align: center;
          background: #fff;
          -webkit-border-radius: 2px;
                  border-radius: 2px;
          font-size: 14px;
          color: #3B98FF;
          border: 1px solid #E8E8E8;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          cursor: pointer;
          position: absolute;
          bottom: 0;
          left: 0; }
          .cif-custommodule .component.product-compined-bag .compined-bag-cont .product-item .consult-btn:hover {
            color: #fff;
            background: #3B98FF;
            border-color: #3B98FF; }
  .cif-custommodule__informationFlow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .cif-custommodule__informationFlow .cif-selectionProduct {
      border: 1px solid #F2F2F2; }

.cif-module-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px; }
  .cif-module-category:first-child {
    margin-top: 20px; }
  .cif-module-category__tit {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
    width: 100px;
    margin-right: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #3B98FF;
    font-size: 14px; }
    .cif-module-category__tit .tit {
      font-size: 14px;
      max-width: 84px;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; }
  .cif-module-category__cont {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .cif-module-category__cont .imgtext-item {
      width: 144px;
      height: 20px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 34px;
      margin-bottom: 20px;
      cursor: pointer;
      position: relative; }
      .cif-module-category__cont .imgtext-item:nth-child(4n) {
        margin-right: 0; }
      .cif-module-category__cont .imgtext-item:hover .column-item-hover {
        display: block; }
      .cif-module-category__cont .imgtext-item:not(.default):hover .text {
        color: #3B98FF; }
      .cif-module-category__cont .imgtext-item img {
        width: 20px;
        height: 20px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 12px;
        -webkit-border-radius: 50%;
                border-radius: 50%; }
      .cif-module-category__cont .imgtext-item .text {
        font-size: 14px;
        color: #333;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis; }

.cif-selectionProduct.is-informationFlow .cif-selectionProduct__image {
  border: 0; }
  .cif-selectionProduct.is-informationFlow .cif-selectionProduct__image img {
    border: 0; }

.cif-pop-layer.cif-layer--layui .cif-layer__cont {
  width: 800px;
  height: 450px;
  padding: 0;
  overflow: visible;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }

.cif-pop-layer .cif-layer__close {
  top: -30px;
  right: -30px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
  background: url(https://img.cifnews.com/dev/20220424/a35d37c6906f4f10b8163077fcae9239.png) no-repeat !important;
  -webkit-background-size: 100% 100% !important;
          background-size: 100% !important; }
  .cif-pop-layer .cif-layer__close img {
    width: 100%;
    height: 100%; }

.cif-pop-layer__cont {
  width: 100%;
  height: 100%;
  position: relative; }
  .cif-pop-layer__cont img {
    width: 100%;
    height: 100%; }
