:global {
  .wx-action-sheet {
    .weui-actionsheet__title {
      position: relative;
      height: 65px;
      padding: 0 20px;
      line-height: 1.4;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      flex-direction: column;
      text-align: center;
      font-size: 14px;
      color: #808080;
      background: #fcfcfd;
      .weui-actionsheet__title .weui-actionsheet__title-text {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
    }
    .weui-actionsheet__cell {
      position: relative;
      .check-icon {
        width: 18px;
        position: absolute;
        right: 24px;
        top: 50%;
        transform: translateY(-50%);
      }
    }
    .weui-actionsheet__cell-active {
      color: #1786ec;
    }
  }
}
