.common-bottom-nav-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999; }
  .common-bottom-nav-footer .business-footer {
    padding-top: 0.192rem; }
    .common-bottom-nav-footer .business-footer .content {
      height: 0.48rem;
      background: white;
      box-shadow: 0px -1px 2px 0px rgba(144, 144, 144, 0.1);
      display: flex; }
      .common-bottom-nav-footer .business-footer .content .item {
        flex: 1;
        height: 100%; }
        .common-bottom-nav-footer .business-footer .content .item a {
          display: block;
          height: 100%;
          text-align: center;
          position: relative;
          color: #909090; }
          .common-bottom-nav-footer .business-footer .content .item a i {
            display: block;
            padding-top: 0.096rem;
            font-size: 0.17067rem; }
          .common-bottom-nav-footer .business-footer .content .item a p {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 0.17067rem;
            line-height: 0.17067rem;
            font-size: 0.10667rem;
            font-family: PingFangSC-Regular;
            font-weight: 400; }
        .common-bottom-nav-footer .business-footer .content .item.publish a {
          position: relative; }
          .common-bottom-nav-footer .business-footer .content .item.publish a .add {
            position: absolute;
            top: -0.16rem;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 50%;
            width: 0.42667rem;
            height: 0.42667rem;
            line-height: 0.42667rem;
            background: linear-gradient(216deg, #ff6b6d 0%, #d7000f 100%);
            box-shadow: 0px 3px 6px 0px rgba(215, 0, 15, 0.2); }
            .common-bottom-nav-footer .business-footer .content .item.publish a .add i {
              padding: 0;
              line-height: 0.42667rem;
              color: #ffffff; }
        .common-bottom-nav-footer .business-footer .content .item.active a {
          color: #323232; }
  .common-bottom-nav-footer .segement {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.8); }
    .common-bottom-nav-footer .segement .top {
      position: absolute;
      bottom: 1.49333rem;
      left: 0;
      width: 100%;
      display: flex; }
      .common-bottom-nav-footer .segement .top .icon {
        border-radius: 50%;
        height: 0.69333rem;
        width: 0.69333rem;
        margin: 0.16rem auto;
        color: #ffffff;
        text-align: center;
        line-height: 0.85333rem; }
        .common-bottom-nav-footer .segement .top .icon i {
          font-size: 0.256rem; }
      .common-bottom-nav-footer .segement .top p {
        text-align: center;
        font-size: 0.14933rem;
        color: #323232; }
      .common-bottom-nav-footer .segement .top .left {
        flex: 1; }
        .common-bottom-nav-footer .segement .top .left .icon {
          background: linear-gradient(180deg, #ffdb43 0%, #feb942 96%);
          box-shadow: 0px 4px 6px 0px rgba(248, 177, 52, 0.2); }
      .common-bottom-nav-footer .segement .top .right {
        flex: 1; }
        .common-bottom-nav-footer .segement .top .right .icon {
          background: linear-gradient(180deg, #14de99 0%, #1fc28a 100%);
          box-shadow: 0px 4px 6px 0px rgba(49, 227, 167, 0.4); }
    .common-bottom-nav-footer .segement .bottom {
      position: absolute;
      width: 100%;
      bottom: 0.69333rem;
      height: 0.34133rem;
      line-height: 0.34133rem;
      text-align: center;
      font-size: 0.192rem;
      color: #323232;
      font-weight: 600; }

.modal-1, .modal-2 {
  display: none; }

.modal-container-content {
  width: 90%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 5px; }
  .modal-container-content a {
    text-decoration: none;
    color: #77a9f2; }
  .modal-container-content .modal-title {
    font-size: 0.21333rem;
    text-align: center;
    margin-bottom: 0.21333rem; }
  .modal-container-content .modal-container-content-top {
    width: 100%;
    padding: 15px;
    font-size: 0.192rem; }
    .modal-container-content .modal-container-content-top .modal-desc {
      width: 90%;
      margin: 0 auto;
      height: auto; }
  .modal-container-content .modal-container-content-btn {
    width: 100%;
    height: 0.53333rem;
    display: flex;
    flex-direction: row;
    flex: 1; }
    .modal-container-content .modal-container-content-btn .set-color {
      color: #77a9f2; }
    .modal-container-content .modal-container-content-btn > div {
      color: #909090;
      width: 100%;
      text-align: center;
      line-height: 0.53333rem;
      height: 100%;
      border: 1px solid #efefef; }

.business-footer {
  height: 0.672rem; }
