@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; }

#msgBox {
  width: 100%;
  height: auto; }

.cif-msgBox {
  --theme-color: #3b98ff;
  width: 100%;
  height: 640px;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  -webkit-box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.1);
  background: #F2F4F6;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .cif-msgBox.is-nodata {
    background: #fff; }
  .cif-msgBox__nodata {
    width: 100%;
    height: 100%; }
    .cif-msgBox__nodata--head {
      height: 52px;
      line-height: 52px;
      padding: 0 20px;
      font-weight: bold;
      font-size: 14px;
      color: #333; }
    .cif-msgBox__nodata--cont {
      height: calc(100% - 52px);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-bottom: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .cif-msgBox__nodata--cont .img {
        width: 130px;
        height: 160px; }
      .cif-msgBox__nodata--cont .desc {
        margin-top: 16px;
        font-size: 14px;
        color: #333; }
      .cif-msgBox__nodata--cont .btn {
        margin-top: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 200px;
        height: 34px;
        background: var(--theme-color);
        -webkit-border-radius: 17px;
                border-radius: 17px;
        font-size: 12px;
        color: #fff;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .cif-msgBox__nodata--cont .btn:hover {
          opacity: 0.8; }
  .cif-msgBox.is-small {
    width: 440px;
    height: 600px;
    -webkit-box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 10px;
            border-radius: 10px; }
    .cif-msgBox.is-small .cif-msgBox__center {
      margin-top: 0;
      -webkit-border-radius: 0;
              border-radius: 0;
      background: unset; }
      .cif-msgBox.is-small .cif-msgBox__center--head {
        height: 40px;
        line-height: unset;
        border-bottom: none;
        padding: 0 20px 0 10px;
        font-weight: normal;
        font-size: 14px;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background: -webkit-gradient(linear, left top, left bottom, from(#3B98FF), to(#3B7CFF));
        background: -webkit-linear-gradient(top, #3B98FF 0%, #3B7CFF 100%);
        background: -o-linear-gradient(top, #3B98FF 0%, #3B7CFF 100%);
        background: linear-gradient(180deg, #3B98FF 0%, #3B7CFF 100%); }
        .cif-msgBox.is-small .cif-msgBox__center--head .head-icon {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin-right: 8px;
          width: 20px;
          height: 20px; }
        .cif-msgBox.is-small .cif-msgBox__center--head .tit {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
        .cif-msgBox.is-small .cif-msgBox__center--head .link-icon {
          margin-left: 20px;
          cursor: pointer; }
          .cif-msgBox.is-small .cif-msgBox__center--head .link-icon .img {
            width: 20px;
            height: 20px;
            -webkit-transform: translateY(2px);
                -ms-transform: translateY(2px);
                    transform: translateY(2px); }
        .cif-msgBox.is-small .cif-msgBox__center--head .close {
          margin-left: 20px;
          cursor: pointer; }
          .cif-msgBox.is-small .cif-msgBox__center--head .close .iconfont {
            font-size: 14px; }
      .cif-msgBox.is-small .cif-msgBox__center .msg-scroll {
        padding: 20px 10px 30px; }
        .cif-msgBox.is-small .cif-msgBox__center .msg-scroll .messageChat-user .cont {
          background: #fff; }
          .cif-msgBox.is-small .cif-msgBox__center .msg-scroll .messageChat-user .cont.is-richtext a:-webkit-any-link {
            color: var(--theme-color); }
            .cif-msgBox.is-small .cif-msgBox__center .msg-scroll .messageChat-user .cont.is-richtext a:-webkit-any-link:hover {
              color: #64ABFB; }
          .cif-msgBox.is-small .cif-msgBox__center .msg-scroll .messageChat-user .cont.is-richtext img {
            max-width: 100%; }
        .cif-msgBox.is-small .cif-msgBox__center .msg-scroll .messageChat-user.is-right .cont {
          background: #C8E3FF; }
        .cif-msgBox.is-small .cif-msgBox__center .msg-scroll .messageChat-isReject {
          margin-top: 8px;
          margin-left: 50px;
          text-align: center;
          background: #F8F9FA;
          -webkit-border-radius: 20px;
                  border-radius: 20px;
          border: 1px solid #E8E8E8;
          padding: 6px 10px;
          color: #999999;
          font-size: 12px;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          display: block;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
          .cif-msgBox.is-small .cif-msgBox__center .msg-scroll .messageChat-isReject .refuse-cont {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .cif-msgBox.is-small .cif-msgBox__center .msg-scroll .messageChat-isReject .refuse-cont img {
              width: 16px;
              height: 16px;
              margin-right: 4px;
              line-height: 22px; }
      .cif-msgBox.is-small .cif-msgBox__center .msg-input-cont {
        padding: 12px 10px;
        -webkit-border-radius: 0;
                border-radius: 0;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        border-top: none; }
        .cif-msgBox.is-small .cif-msgBox__center .msg-input-cont .msg-input {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          width: auto;
          position: relative;
          background: #F2F4F6;
          -webkit-border-radius: 4px;
                  border-radius: 4px;
          min-height: 35px;
          margin-right: 88px; }
          .cif-msgBox.is-small .cif-msgBox__center .msg-input-cont .msg-input .input {
            height: 35px;
            padding: 6px 10px;
            background: #F2F4F6;
            -webkit-border-radius: 4px;
                    border-radius: 4px;
            max-height: 100px; }
          .cif-msgBox.is-small .cif-msgBox__center .msg-input-cont .msg-input .input-limit {
            position: absolute;
            right: 10px;
            bottom: 9px; }
        .cif-msgBox.is-small .cif-msgBox__center .msg-input-cont .msg-btn {
          width: auto;
          margin-top: 0;
          position: absolute;
          bottom: 12px;
          right: 10px; }
  .cif-msgBox__right {
    width: 260px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-bottom: 20px;
    overflow-y: auto;
    position: relative; }
    .cif-msgBox__right::-webkit-scrollbar {
      width: 4px;
      height: 4px; }
    .cif-msgBox__right::-webkit-scrollbar-track {
      width: 4px;
      height: 100%;
      margin: 0 auto;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-color: transparent; }
    .cif-msgBox__right::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.2);
      width: 4px;
      margin: 0 auto;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      text-align: center; }
    .cif-msgBox__right--guoyuan {
      padding: 36px 28px 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .cif-msgBox__right--guoyuan .logo {
        width: 48px;
        height: 48px;
        -webkit-border-radius: 4px;
                border-radius: 4px;
        overflow: hidden;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 12px;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        .cif-msgBox__right--guoyuan .logo img {
          width: 100%;
          height: auto; }
      .cif-msgBox__right--guoyuan .tit {
        font-weight: bold;
        font-size: 14px;
        color: #333;
        margin-bottom: 6px; }
      .cif-msgBox__right--guoyuan .desc {
        margin-bottom: 10px;
        font-size: 12px;
        color: #999;
        line-height: 20px;
        text-align: center; }
      .cif-msgBox__right--guoyuan .btn {
        width: 200px;
        height: 34px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-border-radius: 17px;
                border-radius: 17px;
        border: 1px solid var(--theme-color);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 12px;
        color: var(--theme-color);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        cursor: pointer; }
        .cif-msgBox__right--guoyuan .btn:hover {
          color: #fff;
          background: #64ABFB;
          border-color: #64ABFB; }
    .cif-msgBox__right--qrcode {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .cif-msgBox__right--qrcode .img {
        width: 110px;
        height: 110px;
        margin-bottom: 8px; }
      .cif-msgBox__right--qrcode .tit {
        font-weight: bold;
        font-size: 14px;
        color: #333;
        margin-bottom: 8px; }
      .cif-msgBox__right--qrcode .desc {
        font-size: 12px;
        color: #999; }
    .cif-msgBox__right--product {
      width: 100%;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      left: 0;
      bottom: 20px; }
      .cif-msgBox__right--product .tit {
        font-weight: bold;
        font-size: 14px;
        color: #333;
        margin-bottom: 10px; }
      .cif-msgBox__right--product .messageChat-product {
        position: relative;
        padding: 10px 10px 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-border-radius: 4px;
                border-radius: 4px;
        background: #fff;
        cursor: pointer; }
        .cif-msgBox__right--product .messageChat-product .messageChat-product__top {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          overflow: hidden;
          padding-bottom: 10px; }
        .cif-msgBox__right--product .messageChat-product .messageChat-product__img {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          width: 56px;
          height: 56px;
          -webkit-border-radius: 4px;
                  border-radius: 4px;
          margin-right: 10px; }
        .cif-msgBox__right--product .messageChat-product .messageChat-product__right {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          overflow: hidden; }
          .cif-msgBox__right--product .messageChat-product .messageChat-product__right .messageChat-product__title {
            font-size: 14px;
            color: #333;
            line-height: 22px;
            margin-top: -2px; }
            .cif-msgBox__right--product .messageChat-product .messageChat-product__right .messageChat-product__title:hover {
              color: var(--theme-color); }
          .cif-msgBox__right--product .messageChat-product .messageChat-product__right .messageChat-product__price {
            color: #FF6464;
            font-size: 14px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-top: 8px; }
            .cif-msgBox__right--product .messageChat-product .messageChat-product__right .messageChat-product__price .price-sign {
              font-size: 12px;
              margin-right: 2px;
              -webkit-transform: translateY(1px);
                  -ms-transform: translateY(1px);
                      transform: translateY(1px); }
            .cif-msgBox__right--product .messageChat-product .messageChat-product__right .messageChat-product__price .price-line {
              color: #999;
              margin: 0 3px; }
            .cif-msgBox__right--product .messageChat-product .messageChat-product__right .messageChat-product__price .price-least {
              font-size: 12px;
              color: #999;
              margin-left: 3px;
              -webkit-transform: translateY(1px);
                  -ms-transform: translateY(1px);
                      transform: translateY(1px); }
        .cif-msgBox__right--product .messageChat-product .messageChat-product__bottom {
          border-top: 1px dashed #e8e8e8; }
          .cif-msgBox__right--product .messageChat-product .messageChat-product__bottom .messageChat-product__btn {
            width: 100%;
            height: 40;
            line-height: 40px;
            text-align: center;
            font-size: 14px;
            color: var(--theme-color); }
            .cif-msgBox__right--product .messageChat-product .messageChat-product__bottom .messageChat-product__btn:hover {
              opacity: 0.8; }
  .cif-msgBox__left {
    width: 340px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .cif-msgBox__left--head {
      height: 46px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 15px 20px 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: bold;
      font-size: 14px;
      color: #333; }
      .cif-msgBox__left--head .clear {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-left: 15px;
        font-size: 12px;
        line-height: 24px;
        color: #999;
        font-weight: normal;
        cursor: pointer; }
        .cif-msgBox__left--head .clear img {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          width: 12px;
          height: 12px;
          margin-right: 4px;
          line-height: 24px; }
    .cif-msgBox__left--cont {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: calc(100% - 66px);
      padding: 0 10px 20px;
      overflow-y: auto; }
      .cif-msgBox__left--cont::-webkit-scrollbar {
        width: 4px;
        height: 4px; }
      .cif-msgBox__left--cont::-webkit-scrollbar-track {
        width: 4px;
        height: 100%;
        margin: 0 auto;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-color: transparent; }
      .cif-msgBox__left--cont::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2);
        width: 4px;
        margin: 0 auto;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        text-align: center; }
    .cif-msgBox__left .message-list__item {
      height: 78px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-border-radius: 8px;
              border-radius: 8px;
      padding: 0 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      cursor: pointer;
      margin-top: 2px; }
      .cif-msgBox__left .message-list__item:first-child {
        margin-top: 0; }
      .cif-msgBox__left .message-list__item.active, .cif-msgBox__left .message-list__item:hover {
        background: #fff; }
      .cif-msgBox__left .message-list__item .image {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 40px;
        height: 40px;
        margin-right: 12px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background: #fff;
        border: 1px solid #E8E8E8;
        overflow: hidden;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .cif-msgBox__left .message-list__item .image img {
          width: 100%;
          height: auto; }
      .cif-msgBox__left .message-list__item .cont {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        overflow: hidden;
        font-size: 12px;
        color: #999; }
        .cif-msgBox__left .message-list__item .cont .title {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          overflow: hidden; }
          .cif-msgBox__left .message-list__item .cont .title .badge {
            width: auto;
            height: 18px;
            line-height: 18px;
            padding: 0 4px;
            -webkit-border-radius: 3px;
                    border-radius: 3px;
            background: #ff6600;
            font-size: 12px;
            color: #fff;
            margin-right: 4px;
            -ms-flex-negative: 0;
                flex-shrink: 0; }
          .cif-msgBox__left .message-list__item .cont .title .tit {
            font-weight: bold;
            font-size: 14px;
            color: #333;
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1; }
          .cif-msgBox__left .message-list__item .cont .title .time {
            margin-left: 20px;
            -ms-flex-negative: 0;
                flex-shrink: 0; }
        .cif-msgBox__left .message-list__item .cont .description {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-top: 8px;
          overflow: hidden; }
          .cif-msgBox__left .message-list__item .cont .description .number {
            margin-left: 15px;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            width: auto;
            height: 16px;
            line-height: 16px;
            -webkit-border-radius: 14px;
                    border-radius: 14px;
            background: #FC583D;
            color: #fff;
            padding: 0 4.5px; }
      .cif-msgBox__left .message-list__item .listHandle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        background: #fff;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        z-index: 2;
        font-size: 14px;
        color: #333;
        height: 52px;
        line-height: 52px;
        width: auto;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border: 1px solid #EBECED;
        -webkit-box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.1); }
        .cif-msgBox__left .message-list__item .listHandle:hover {
          color: var(--theme-color); }
        .cif-msgBox__left .message-list__item .listHandle .item {
          padding: 0 32px; }
  .cif-msgBox__center {
    margin-top: 16px;
    -webkit-border-radius: 8px 8px 0 0;
            border-radius: 8px 8px 0 0;
    background: #fff;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .cif-msgBox__center--nodata {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .cif-msgBox__center--nodata .img {
        width: 130px;
        height: 160px; }
      .cif-msgBox__center--nodata .desc {
        margin-top: 16px;
        font-size: 14px;
        color: #333; }
    .cif-msgBox__center--head {
      height: 50px;
      line-height: 50px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-bottom: 1px solid #E8E8E8;
      padding: 0 20px;
      font-weight: bold;
      font-size: 14px;
      color: #333;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .cif-msgBox__center--head .badge {
        width: auto;
        height: 18px;
        line-height: 18px;
        padding: 0 4px;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        background: #ff6600;
        font-size: 12px;
        color: #fff;
        margin-right: 4px;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .cif-msgBox__center--cont {
      position: relative; }
    .cif-msgBox__center .msg-scroll {
      overflow-y: auto;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 20px 20px 30px;
      position: relative; }
      .cif-msgBox__center .msg-scroll::-webkit-scrollbar {
        width: 4px;
        height: 4px; }
      .cif-msgBox__center .msg-scroll::-webkit-scrollbar-track {
        width: 4px;
        height: 100%;
        margin: 0 auto;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-color: transparent; }
      .cif-msgBox__center .msg-scroll::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2);
        width: 4px;
        margin: 0 auto;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        text-align: center; }
      .cif-msgBox__center .msg-scroll .msg-item {
        margin-top: 20px; }
        .cif-msgBox__center .msg-scroll .msg-item:first-child {
          margin-top: 0; }
          .cif-msgBox__center .msg-scroll .msg-item:first-child :not(.messageChat-time) + .messageChat-user {
            margin-top: 0; }
      .cif-msgBox__center .msg-scroll .messageChat-time {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .cif-msgBox__center .msg-scroll .messageChat-time .time {
          height: 16px;
          line-height: 16px;
          -webkit-border-radius: 20px;
                  border-radius: 20px;
          font-size: 12px;
          background: #dfdfdf;
          color: #fff;
          padding: 0 10px; }
      .cif-msgBox__center .msg-scroll .messageChat-withdraw {
        margin-top: 15px;
        text-align: center;
        font-size: 14px;
        color: #666; }
      .cif-msgBox__center .msg-scroll .messageChat-user {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px;
        position: relative; }
        .cif-msgBox__center .msg-scroll .messageChat-user:first-child {
          margin-top: 0; }
        .cif-msgBox__center .msg-scroll .messageChat-user .image {
          width: 40px;
          height: 40px;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          background: #fff;
          overflow: hidden;
          border: 1px solid #e8e8e8;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .cif-msgBox__center .msg-scroll .messageChat-user .image img {
            width: 100%;
            height: auto; }
        .cif-msgBox__center .msg-scroll .messageChat-user .name {
          position: absolute;
          left: 50px;
          top: 0;
          font-size: 12px;
          color: #999; }
          .cif-msgBox__center .msg-scroll .messageChat-user .name + .cont {
            margin-top: 24px; }
        .cif-msgBox__center .msg-scroll .messageChat-user .cont {
          background: #EFF7FF;
          padding: 10px;
          -webkit-border-radius: 4px;
                  border-radius: 4px;
          margin-left: 8px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          max-width: 360px;
          position: relative;
          word-break: break-all;
          font-size: 14px;
          line-height: 22px; }
          .cif-msgBox__center .msg-scroll .messageChat-user .cont.is-image {
            cursor: pointer;
            background: #F6FAFE !important;
            border: none;
            padding: 0;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
          .cif-msgBox__center .msg-scroll .messageChat-user .cont.is-richtext a:-webkit-any-link {
            color: var(--theme-color); }
            .cif-msgBox__center .msg-scroll .messageChat-user .cont.is-richtext a:-webkit-any-link:hover {
              color: #64ABFB; }
          .cif-msgBox__center .msg-scroll .messageChat-user .cont.is-richtext img {
            max-width: 100%; }
          .cif-msgBox__center .msg-scroll .messageChat-user .cont.is-card {
            border: 1px solid #e8e8e8;
            background: #fff !important; }
          .cif-msgBox__center .msg-scroll .messageChat-user .cont.is-itemlink {
            cursor: pointer;
            border: 1px solid #e8e8e8;
            background: #fff !important; }
          .cif-msgBox__center .msg-scroll .messageChat-user .cont .img {
            width: auto;
            height: auto;
            max-width: 180px;
            max-height: 210px;
            -webkit-border-radius: 4px;
                    border-radius: 4px; }
          .cif-msgBox__center .msg-scroll .messageChat-user .cont .messageHandle {
            position: absolute;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 35px;
            background: rgba(0, 0, 0, 0.7);
            -webkit-border-radius: 4px;
                    border-radius: 4px;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            left: 50%;
            top: -44px;
            -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
            z-index: 5; }
            .cif-msgBox__center .msg-scroll .messageChat-user .cont .messageHandle::after {
              content: '';
              width: 0;
              height: 0;
              border: 6px solid transparent;
              border-top-color: rgba(0, 0, 0, 0.7);
              border-top-width: 6px;
              margin-top: 6px;
              position: absolute;
              bottom: -11.5px;
              left: 50%;
              -webkit-transform: translateX(-50%);
                  -ms-transform: translateX(-50%);
                      transform: translateX(-50%); }
            .cif-msgBox__center .msg-scroll .messageChat-user .cont .messageHandle .line {
              height: 12px;
              width: 1px;
              background: #fff;
              opacity: 0.5; }
            .cif-msgBox__center .msg-scroll .messageChat-user .cont .messageHandle .item {
              -webkit-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1;
              color: #fff;
              text-align: center;
              font-size: 12px;
              width: 60px;
              height: 35px;
              line-height: 35px;
              cursor: pointer; }
              .cif-msgBox__center .msg-scroll .messageChat-user .cont .messageHandle .item:hover {
                color: var(--theme-color); }
          .cif-msgBox__center .msg-scroll .messageChat-user .cont .more {
            color: #3B98FF;
            font-size: 12px;
            line-height: 30px;
            text-align: center;
            margin-top: 10px;
            z-index: 999;
            cursor: pointer; }
        .cif-msgBox__center .msg-scroll .messageChat-user .status .status__loading {
          color: #999;
          -webkit-animation: sendStatus 1s infinite;
                  animation: sendStatus 1s infinite; }
        .cif-msgBox__center .msg-scroll .messageChat-user .status .status__error {
          color: #f00;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .cif-msgBox__center .msg-scroll .messageChat-user .status .status__text {
          font-size: 12px; }
        .cif-msgBox__center .msg-scroll .messageChat-user.is-right {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; }
          .cif-msgBox__center .msg-scroll .messageChat-user.is-right .image {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2; }
          .cif-msgBox__center .msg-scroll .messageChat-user.is-right .status {
            -webkit-box-ordinal-group: 1;
                -ms-flex-order: 0;
                    order: 0;
            margin-right: 10px; }
          .cif-msgBox__center .msg-scroll .messageChat-user.is-right .name {
            left: unset;
            right: 50px; }
          .cif-msgBox__center .msg-scroll .messageChat-user.is-right .cont {
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1;
            margin-left: 0;
            margin-right: 10px;
            background: #C8E3FF; }
            .cif-msgBox__center .msg-scroll .messageChat-user.is-right .cont.is-image {
              background: #F6FAFE;
              border: none;
              padding: 0; }
      .cif-msgBox__center .msg-scroll .messageChat-isReject {
        margin-top: 8px;
        margin-left: 50px;
        text-align: center;
        background: #F8F9FA;
        -webkit-border-radius: 20px;
                border-radius: 20px;
        border: 1px solid #E8E8E8;
        padding: 6px 10px;
        color: #999999;
        font-size: 12px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        display: block;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        cursor: pointer; }
        .cif-msgBox__center .msg-scroll .messageChat-isReject .refuse-cont {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .cif-msgBox__center .msg-scroll .messageChat-isReject .refuse-cont img {
            width: 16px;
            height: 16px;
            margin-right: 4px;
            line-height: 22px; }
      .cif-msgBox__center .msg-scroll .apply__box {
        padding: 10px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        max-width: 270px; }
        .cif-msgBox__center .msg-scroll .apply__box.is-right {
          padding: 2px 10px;
          width: 240px; }
          .cif-msgBox__center .msg-scroll .apply__box.is-right .apply__title {
            font-weight: normal;
            font-size: 14px;
            color: #999;
            padding-bottom: 10px;
            border-bottom: 1px dashed #e8e8e8; }
          .cif-msgBox__center .msg-scroll .apply__box.is-right .apply__cont {
            font-weight: bold;
            font-size: 18px;
            color: var(--theme-color);
            margin-top: 10px; }
      .cif-msgBox__center .msg-scroll .apply__title {
        font-size: 16px;
        color: #333;
        font-weight: bold; }
      .cif-msgBox__center .msg-scroll .apply__cont {
        font-size: 14px;
        color: #333;
        margin-top: 8px; }
      .cif-msgBox__center .msg-scroll .apply__btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 16px; }
        .cif-msgBox__center .msg-scroll .apply__btns .btn {
          width: 120px;
          height: 34px;
          line-height: 32px;
          background: #fff;
          border: 1px solid #e8e8e8;
          color: #333;
          font-size: 12px;
          text-align: center;
          -webkit-border-radius: 17px;
                  border-radius: 17px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          cursor: pointer;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .cif-msgBox__center .msg-scroll .apply__btns .btn:hover {
            color: #fff;
            background: var(--theme-color);
            border-color: var(--theme-color); }
          .cif-msgBox__center .msg-scroll .apply__btns .btn:last-child {
            color: #fff;
            background: var(--theme-color);
            border-color: var(--theme-color);
            margin-left: 10px; }
            .cif-msgBox__center .msg-scroll .apply__btns .btn:last-child:hover {
              opacity: 0.8; }
      .cif-msgBox__center .msg-scroll .apply__result {
        font-size: 15px;
        color: #999;
        padding: 20px 0 0px;
        border-top: 1px dashed #e8e8e8;
        margin-top: 16px;
        text-align: center;
        line-height: normal; }
      .cif-msgBox__center .msg-scroll .product__box {
        height: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 240px; }
        .cif-msgBox__center .msg-scroll .product__box .product__img {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          width: 70px !important;
          height: 70px !important;
          -webkit-border-radius: 4px !important;
                  border-radius: 4px !important;
          margin-right: 10px; }
        .cif-msgBox__center .msg-scroll .product__box .product__right {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .cif-msgBox__center .msg-scroll .product__box .product__right .product__title {
            font-size: 14px;
            color: #333;
            line-height: 22px;
            margin-top: -2px; }
            .cif-msgBox__center .msg-scroll .product__box .product__right .product__title:hover {
              color: var(--theme-color); }
          .cif-msgBox__center .msg-scroll .product__box .product__right .product__description {
            font-size: 12px;
            line-height: 22px;
            color: #999;
            margin-top: 4px; }
          .cif-msgBox__center .msg-scroll .product__box .product__right .product__price {
            color: #FF6464;
            font-size: 14px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            line-height: normal;
            margin-top: 8px; }
            .cif-msgBox__center .msg-scroll .product__box .product__right .product__price .price-sign {
              font-size: 12px;
              margin-right: 2px;
              -webkit-transform: translateY(1px);
                  -ms-transform: translateY(1px);
                      transform: translateY(1px); }
            .cif-msgBox__center .msg-scroll .product__box .product__right .product__price .price-line {
              color: #999;
              margin: 0 3px; }
            .cif-msgBox__center .msg-scroll .product__box .product__right .product__price .price-least {
              font-size: 12px;
              color: #999;
              margin-left: 3px;
              -webkit-transform: translateY(1px);
                  -ms-transform: translateY(1px);
                      transform: translateY(1px); }
            .cif-msgBox__center .msg-scroll .product__box .product__right .product__price .price-del {
              text-decoration: line-through; }
      .cif-msgBox__center .msg-scroll .product__list .product__maintitle {
        font-weight: bold;
        color: #333333;
        line-height: 22px;
        font-size: 14px;
        margin-bottom: 8px; }
      .cif-msgBox__center .msg-scroll .product__list .product__subtitle {
        font-weight: 400;
        color: #333333;
        line-height: 22px;
        font-size: 14px; }
      .cif-msgBox__center .msg-scroll .product__list .product__box {
        margin-top: 16px;
        height: auto; }
    .cif-msgBox__center .messageChat-notice {
      height: 40px;
      padding: 0 16px 0 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #D7EAFF;
      background-image: url(https://img.cifnews.com/dev/20230811/781a2be627b344cc8b167e5a26e3914a.png);
      background-repeat: no-repeat;
      -webkit-background-size: 16px 16px;
              background-size: 16px 16px;
      background-position: 16px center;
      font-size: 12px;
      color: #333; }
      .cif-msgBox__center .messageChat-notice .messageChat-notice__btn {
        margin-left: 8px;
        color: var(--theme-color);
        cursor: pointer;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        .cif-msgBox__center .messageChat-notice .messageChat-notice__btn:hover {
          opacity: 0.8; }
      .cif-msgBox__center .messageChat-notice .messageChat-notice__close {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        color: #999;
        cursor: pointer; }
        .cif-msgBox__center .messageChat-notice .messageChat-notice__close .iconfont {
          font-size: 14px; }
    .cif-msgBox__center .messageChat-product-cont {
      overflow: hidden;
      width: 100%;
      height: 100px;
      position: absolute;
      left: 0;
      bottom: 60px;
      z-index: 10; }
      .cif-msgBox__center .messageChat-product-cont .messageChat-product {
        margin: 0 20px 10px;
        position: relative;
        padding: 10px 20px 10px 10px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-border-radius: 4px;
                border-radius: 4px;
        height: 90px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer; }
        .cif-msgBox__center .messageChat-product-cont .messageChat-product .messageChat-product__close {
          position: absolute;
          right: 10px;
          top: 10px;
          color: #999;
          font-size: 12px; }
        .cif-msgBox__center .messageChat-product-cont .messageChat-product .messageChat-product__img {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          width: 70px;
          height: 70px;
          -webkit-border-radius: 4px;
                  border-radius: 4px;
          margin-right: 10px; }
        .cif-msgBox__center .messageChat-product-cont .messageChat-product .messageChat-product__center {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          overflow: hidden; }
          .cif-msgBox__center .messageChat-product-cont .messageChat-product .messageChat-product__center .messageChat-product__title {
            font-size: 14px;
            color: #333;
            line-height: 22px;
            margin-top: -2px; }
            .cif-msgBox__center .messageChat-product-cont .messageChat-product .messageChat-product__center .messageChat-product__title:hover {
              color: var(--theme-color); }
          .cif-msgBox__center .messageChat-product-cont .messageChat-product .messageChat-product__center .messageChat-product__price {
            color: #FF6464;
            font-size: 14px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .cif-msgBox__center .messageChat-product-cont .messageChat-product .messageChat-product__center .messageChat-product__price .price-sign {
              font-size: 12px;
              margin-right: 2px;
              -webkit-transform: translateY(1px);
                  -ms-transform: translateY(1px);
                      transform: translateY(1px); }
            .cif-msgBox__center .messageChat-product-cont .messageChat-product .messageChat-product__center .messageChat-product__price .price-line {
              color: #999;
              margin: 0 3px; }
            .cif-msgBox__center .messageChat-product-cont .messageChat-product .messageChat-product__center .messageChat-product__price .price-least {
              font-size: 12px;
              color: #999;
              margin-left: 3px;
              -webkit-transform: translateY(1px);
                  -ms-transform: translateY(1px);
                      transform: translateY(1px); }
        .cif-msgBox__center .messageChat-product-cont .messageChat-product .messageChat-product__right {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin-left: 22px; }
          .cif-msgBox__center .messageChat-product-cont .messageChat-product .messageChat-product__right .messageChat-product__btn {
            width: 80px;
            height: 34px;
            line-height: 34px;
            text-align: center;
            -webkit-border-radius: 17px;
                    border-radius: 17px;
            background: var(--theme-color);
            font-size: 12px;
            color: #fff;
            margin-top: 19px;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
            .cif-msgBox__center .messageChat-product-cont .messageChat-product .messageChat-product__right .messageChat-product__btn:hover {
              opacity: 0.8; }
    .cif-msgBox__center .auth-phone-pop {
      width: 100%;
      height: 153px;
      position: absolute;
      left: 0;
      bottom: 120px;
      z-index: 10; }
      .cif-msgBox__center .auth-phone-pop .pop-cont {
        margin: 0 auto;
        width: 310px;
        height: 100%;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        background: #fff;
        border: 1px solid #EBECED;
        -webkit-box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.1);
        position: relative;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 20px; }
        .cif-msgBox__center .auth-phone-pop .pop-cont .pop-close {
          position: absolute;
          right: 10px;
          top: 10px;
          cursor: pointer;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .cif-msgBox__center .auth-phone-pop .pop-cont .pop-close .iconfont {
            font-size: 12px;
            color: #999; }
        .cif-msgBox__center .auth-phone-pop .pop-cont .title {
          font-weight: bold;
          font-size: 14px;
          color: #333; }
        .cif-msgBox__center .auth-phone-pop .pop-cont .desc {
          margin-top: 5px;
          font-size: 12px;
          color: #666; }
        .cif-msgBox__center .auth-phone-pop .pop-cont .input-cont {
          margin-top: 10px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 0 4px;
          height: 36px;
          -webkit-border-radius: 4px;
                  border-radius: 4px;
          background: #F2F4F6; }
          .cif-msgBox__center .auth-phone-pop .pop-cont .input-cont .input {
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1;
            padding: 0 6px;
            font-size: 14px;
            color: #333;
            border: none;
            outline: 0;
            background: transparent; }
            .cif-msgBox__center .auth-phone-pop .pop-cont .input-cont .input::-webkit-input-placeholder {
              color: #999; }
            .cif-msgBox__center .auth-phone-pop .pop-cont .input-cont .input::-moz-placeholder {
              color: #999; }
            .cif-msgBox__center .auth-phone-pop .pop-cont .input-cont .input::-ms-input-placeholder {
              color: #999; }
            .cif-msgBox__center .auth-phone-pop .pop-cont .input-cont .input::placeholder {
              color: #999; }
          .cif-msgBox__center .auth-phone-pop .pop-cont .input-cont .clear-input {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            margin-left: 10px;
            color: #999;
            cursor: pointer;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex; }
            .cif-msgBox__center .auth-phone-pop .pop-cont .input-cont .clear-input .img {
              width: 16px;
              height: 16px; }
          .cif-msgBox__center .auth-phone-pop .pop-cont .input-cont .send-phone {
            width: 56px;
            height: 28px;
            line-height: 28px;
            text-align: center;
            margin-left: 10px;
            -webkit-border-radius: 4px;
                    border-radius: 4px;
            cursor: pointer;
            font-size: 12px;
            color: #fff;
            background: var(--theme-color);
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
            .cif-msgBox__center .auth-phone-pop .pop-cont .input-cont .send-phone.disabled {
              background: #CCCCCC; }
            .cif-msgBox__center .auth-phone-pop .pop-cont .input-cont .send-phone:not(.disabled):hover {
              opacity: 0.8; }
        .cif-msgBox__center .auth-phone-pop .pop-cont .tip {
          margin-top: 10px;
          text-align: right;
          font-size: 12px;
          color: #999; }
          .cif-msgBox__center .auth-phone-pop .pop-cont .tip .el-checkbox__label {
            padding-left: 8px;
            color: #999; }
    .cif-msgBox__center .auth__phone {
      height: 28px;
      width: 234px;
      background: #fff;
      -webkit-border-radius: 20px;
              border-radius: 20px;
      border: 1px solid #e8e8e8;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      bottom: 70px;
      left: 11px; }
      .cif-msgBox__center .auth__phone > .text {
        height: 100%;
        line-height: 26px;
        text-align: center;
        font-size: 14px;
        color: #666;
        -webkit-border-radius: 20px;
                border-radius: 20px;
        background: #fff;
        cursor: pointer;
        -webkit-transition: color 0.3s;
        -o-transition: color 0.3s;
        transition: color 0.3s;
        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-msgBox__center .auth__phone > .text:hover {
          color: var(--theme-color); }
        .cif-msgBox__center .auth__phone > .text .img {
          width: 14px;
          height: 14px;
          margin-right: 4px; }
      .cif-msgBox__center .auth__phone .auth-phone-pop {
        width: auto;
        height: 126px;
        bottom: 38px; }
        .cif-msgBox__center .auth__phone .auth-phone-pop::before {
          content: '';
          width: 100%;
          height: 10px;
          position: absolute;
          bottom: -10px;
          left: 0;
          background: transparent; }
        .cif-msgBox__center .auth__phone .auth-phone-pop::after {
          content: '';
          width: 0;
          height: 0;
          position: absolute;
          bottom: -8px;
          left: calc(50% - 6px);
          border-top: 9px solid #fff;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent; }
    .cif-msgBox__center .msg-input-cont {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 12px 20px;
      background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      position: relative;
      border-top: 1px solid #e8e8e8; }
      .cif-msgBox__center .msg-input-cont .msg-input {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .cif-msgBox__center .msg-input-cont .msg-input .input {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          height: 44px;
          line-height: 22px;
          font-size: 14px;
          color: #333;
          outline: none;
          resize: none;
          padding-right: 8px;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
          .cif-msgBox__center .msg-input-cont .msg-input .input::-webkit-scrollbar {
            width: 4px;
            height: 4px; }
          .cif-msgBox__center .msg-input-cont .msg-input .input::-webkit-scrollbar-track {
            width: 4px;
            height: 100%;
            margin: 0 auto;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            background-color: transparent; }
          .cif-msgBox__center .msg-input-cont .msg-input .input::-webkit-scrollbar-thumb {
            background-color: rgba(0, 0, 0, 0.2);
            width: 4px;
            margin: 0 auto;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            text-align: center; }
        .cif-msgBox__center .msg-input-cont .msg-input .input-limit {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin-left: 8px;
          font-size: 12px;
          color: #999; }
      .cif-msgBox__center .msg-input-cont .msg-btn {
        width: 100%;
        margin-top: 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .cif-msgBox__center .msg-input-cont .msg-btn .send-img {
          width: 34px;
          height: 34px;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          overflow: hidden;
          cursor: pointer;
          background: url(https://img.cifnews.com/dev/20230811/447e74a72d804299a5beca0a85d08e1e.png) no-repeat, url(https://img.cifnews.com/dev/20230811/68a5131b36714e6393cae63f0551734c.png) no-repeat;
          -webkit-background-size: 100%,0 100%,0;
                  background-size: 100%,0;
          background-position: center,center; }
          .cif-msgBox__center .msg-input-cont .msg-btn .send-img:hover {
            background: url(https://img.cifnews.com/dev/20230811/68a5131b36714e6393cae63f0551734c.png) no-repeat;
            -webkit-background-size: 100% 100%;
                    background-size: 100%;
            background-position: center; }
          .cif-msgBox__center .msg-input-cont .msg-btn .send-img label {
            cursor: pointer;
            display: block;
            width: 100%;
            height: 100%; }
          .cif-msgBox__center .msg-input-cont .msg-btn .send-img input {
            display: none; }
        .cif-msgBox__center .msg-input-cont .msg-btn .send-text {
          margin-left: 9px;
          cursor: pointer; }
          .cif-msgBox__center .msg-input-cont .msg-btn .send-text.is-big {
            width: 80px;
            height: 34px;
            line-height: 34px;
            text-align: center;
            font-size: 12px;
            color: #fff;
            background: var(--theme-color);
            -webkit-border-radius: 17px;
                    border-radius: 17px; }
            .cif-msgBox__center .msg-input-cont .msg-btn .send-text.is-big:hover {
              background: #64ABFB; }
          .cif-msgBox__center .msg-input-cont .msg-btn .send-text.is-small {
            width: 34px;
            height: 34px;
            -webkit-border-radius: 50%;
                    border-radius: 50%;
            overflow: hidden;
            background: url(https://img.cifnews.com/dev/20230811/8c25f8b1c0e34af6b881a91ee077755b.png) no-repeat, url(https://img.cifnews.com/dev/20230811/9b3e637ca2fa470ca9342aeb5d85de67.png) no-repeat;
            -webkit-background-size: 100%,0 100%,0;
                    background-size: 100%,0;
            background-position: center,center; }
            .cif-msgBox__center .msg-input-cont .msg-btn .send-text.is-small:hover {
              background: url(https://img.cifnews.com/dev/20230811/9b3e637ca2fa470ca9342aeb5d85de67.png) no-repeat;
              -webkit-background-size: 100% 100%;
                      background-size: 100%;
              background-position: center; }

@-webkit-keyframes sendStatus {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes sendStatus {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.cif-follow-layer.cif-layer--layui .cif-layer__cont {
  width: 440px;
  height: auto;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.1);
  overflow: visible; }

.cif-follow-layer .cif-layer__close {
  top: 15px;
  right: 15px;
  cursor: pointer;
  line-height: 14px; }
  .cif-follow-layer .cif-layer__close img {
    width: 100%;
    height: 100%; }

.cif-follow-layer__cont {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .cif-follow-layer__cont .tit {
    margin-top: 50px;
    font-weight: bold;
    font-size: 16px;
    color: #333; }
  .cif-follow-layer__cont .desc {
    margin-top: 10px;
    font-size: 14px;
    color: #666; }
  .cif-follow-layer__cont .img-con {
    width: 120px;
    height: 120px;
    margin: 20px auto 50px; }
    .cif-follow-layer__cont .img-con img {
      width: 100%;
      height: 100%; }

.cif-del-layer.cif-layer--layui .cif-layer__cont {
  width: 440px;
  height: auto;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.1);
  overflow: visible; }

.cif-del-layer .cif-layer__close {
  top: 15px;
  right: 15px;
  cursor: pointer;
  line-height: 14px; }
  .cif-del-layer .cif-layer__close img {
    width: 100%;
    height: 100%; }

.cif-del-layer__cont {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 45px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center; }
  .cif-del-layer__cont .title {
    font-size: 16px;
    color: #666; }
  .cif-del-layer__cont .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 28px; }
    .cif-del-layer__cont .btns .btn {
      width: 100px;
      height: 36px;
      line-height: 36px;
      -webkit-border-radius: 18px;
              border-radius: 18px;
      background: #F2F3F4;
      font-size: 14px;
      color: #999;
      cursor: pointer; }
      .cif-del-layer__cont .btns .btn:nth-child(2) {
        background: #3b98ff;
        color: #fff; }
      .cif-del-layer__cont .btns .btn + .btn {
        margin-left: 20px; }
      .cif-del-layer__cont .btns .btn:hover {
        opacity: 0.8; }

.cif-msg-box {
  position: fixed;
  z-index: 120;
  right: 20px;
  bottom: 10px;
  width: auto; }
  .cif-msg-box__open {
    display: none; }
  .cif-msg-box #msgBox {
    background: #F2F4F6;
    -webkit-border-radius: 10px;
            border-radius: 10px; }
  .cif-msg-box__close {
    position: relative;
    width: 300px;
    height: 40px;
    -webkit-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
            border-radius: 4px;
    float: right;
    cursor: pointer; }
    .cif-msg-box__close--cont {
      position: relative;
      width: 100%;
      height: 100%;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      background: -webkit-gradient(linear, left top, left bottom, from(#3B98FF), to(#3B7CFF));
      background: -webkit-linear-gradient(top, #3B98FF 0%, #3B7CFF 100%);
      background: -o-linear-gradient(top, #3B98FF 0%, #3B7CFF 100%);
      background: linear-gradient(180deg, #3B98FF 0%, #3B7CFF 100%);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 0 0 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      overflow: hidden;
      font-size: 14px;
      color: #fff;
      z-index: 20; }
      .cif-msg-box__close--cont .tit-icon {
        width: 20px;
        height: 20px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 8px; }
      .cif-msg-box__close--cont .badge {
        width: auto;
        height: 18px;
        line-height: 18px;
        padding: 0 4px;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        background: #ff6600;
        font-size: 12px;
        color: #fff;
        margin-right: 4px;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      .cif-msg-box__close--cont .tit {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis; }
      .cif-msg-box__close--cont .arrow {
        cursor: pointer;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-left: 10px;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        .cif-msg-box__close--cont .arrow .iconfont {
          font-size: 20px; }
    .cif-msg-box__close--tip {
      width: 280px;
      height: 96px;
      position: absolute;
      left: 10px;
      top: -96px;
      background-image: url(https://img.cifnews.com/dev/20230810/d1ab55a6e2a44fb2a5de8ee7281ac207.png);
      background-repeat: no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      -webkit-animation: tipshow 0.5s 1;
              animation: tipshow 0.5s 1;
      z-index: 18; }
      .cif-msg-box__close--tip .tip-close {
        position: absolute;
        right: 13px;
        top: 16px;
        width: 20px;
        height: 20px;
        cursor: pointer; }

@-webkit-keyframes tipshow {
  0% {
    opacity: 0;
    top: 50px; }
  100% {
    opacity: 1;
    top: -96px; } }

@keyframes tipshow {
  0% {
    opacity: 0;
    top: 50px; }
  100% {
    opacity: 1;
    top: -96px; } }
