.components-toolbar-render {
  // height: 150px;
  >* {
    &+* {
      border-left: 1px solid #eee;
    }
  }

  .components-simple-button-render {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 5px 15px 5px 5px;
    border-left: none;

    .btn {
      width: auto;
      padding: 10px 40px;
      min-width: 110px;
      white-space: nowrap;
    }
  }
}

.toolbar-telphone-content {
  padding: 20px 5px;
  text-align: center;

  >* {
    &+* {
      margin-top: 10px;
    }
  }

  .content-title {
    font-size: 14px;
    color: #999;
  }

  .content-desc {
    font-size: 20px;
    font-weight: bold;
    color: #333;
  }
}

.toolbar-module {
  width: inherit;
  display: flex;
  width: 100%;
  height: 100px;
}

.toolbar-module>.c-insure-plans {
  display: flex;
  align-items: stretch;
}

.toolbar-module-inner {
  align-items: stretch;
  position: fixed;
  padding: 0;
  bottom: 0px;
  background: white;
  border-top: 1px solid #eee;
  z-index: 11;
  width: 100%;
  max-width: 750px;
  margin-bottom: 0px !important;
  display: flex;
  .components-plan-tab-render {
    display: flex;
    flex: 1;
    max-width: 750px;
    width: 100vw;
  }
}
