
  [v-cloak] {
    display: none;
  }

  .sidebar-open {
    position: fixed;
    right: 8px;
    top: calc((100vh - 200px) / 2);
    z-index: 75;
    width: 44px;
    height: 200px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px #E0E5F0;
    border-radius: 4px;
    padding: 20px 8px;
    font-size: 0px;
  }

  .sidebar-open .item {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    padding: 6px;
    margin-bottom: 16px;
    cursor: pointer;
    font-size: 0px;
  }

  .sidebar-open .item:last-child {
    margin: 0px;
  }

  .sidebar-open .item:hover {
    background: rgba(16, 127, 255, 0.1);
    color: #107FFF;
  }

  .sidebar-open .item-icon {
    font-size: 16px;
    line-height: 16px;
  }

  .sidebar-open .popover {
    position: absolute;
    right: 48px;
    width: 230px;
    border-radius: 4px;
    box-shadow: 0px 0px 8px 0px #E0E5F0;
    padding: 6px 16px;
    letter-spacing: 0px;
  }

  .sidebar-open .popover-enter-active {
    transition: opacity .5s;
    overflow: hidden;
  }

  .sidebar-open .popover-enter,
  .sidebar-open .popover-leave {
    opacity: 0;
  }

  .sidebar-open .customer-service {
    top: 20px;
    background-color: #107FFF;
    cursor: pointer;
  }

  .sidebar-open .customer-service:hover {
    opacity: .9;
  }

  .sidebar-open .customer-service .title {
    font-size: 14px;
    color: #ffffff;
    line-height: 22px;
  }

  .sidebar-open .customer-service .title-text {
    font-weight: 600;
    margin-left: 4px;
  }

  .sidebar-open .customer-service .description {
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
    margin-bottom: 0px;
  }

  .sidebar-open .phone {
    top: 64px;
    background-color: #FFFFFF;
  }

  .sidebar-open .phone .title {
    font-size: 14px;
    color: #000000;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 5px;
  }

  .sidebar-open .phone-number {
    font-size: 18px;
    color: #000000;
    line-height: 22px;
    margin-bottom: 5px;
  }

  .sidebar-open .phone .description {
    font-size: 12px;
    color: #000000;
    line-height: 20px;
    margin-bottom: 0px;
  }

  .sidebar-open .external-form {
    top: 108px;
    background-color: rgba(0, 0, 0, 0.75);
    width: 88px;
    cursor: pointer;
  }

  .sidebar-open .external-form .title {
    font-size: 14px;
    line-height: 22px;
    margin: 0px;
    color: #ffffff;
  }

  .sidebar-open .shrink {
    top: 152px;
    background-color: rgba(0, 0, 0, 0.75);
    width: 60px;
    cursor: pointer;
  }

  .sidebar-open .shrink .title {
    font-size: 14px;
    line-height: 22px;
    margin: 0px;
    color: #ffffff;
  }

  .sidebar-shrink {
    position: fixed;
    right: 8px;
    top: calc((100vh - 42px) / 2);
    z-index: 75;
    width: 10px;
    height: 42px;
    line-height: 42px;
    background: #e0e3e9;
    border-radius: 2px 0 0 2px;
    cursor: pointer;
  }

  .sidebar-shrink-icon {
    display: inline-block;
    font-size: 12px;
    color: #304265;
  }

  .sidebar-shrink-icon:hover {
    color: #107FFF;
  }

  @media screen and (max-width: 1200px) {
    .sidebar {
      display: none;
    }
  }