.vux-cell-primary {
    flex: 1;
  }
  .vux-cell-box {
    position: relative;
  }
  .vux-cell-box:not(:first-child):before {
    content: " ";
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #D9D9D9;
    color: #D9D9D9;
    transform-origin: 0 0;
    transform: scaleY(0.5);
    left: 15px;
  }
  .vux-popup-picker-header {
    height: 44px;
    color: @popup-picker-header-text-color;
    background-color: @popup-picker-header-bg-color;
    font-size: @popup-picker-header-font-size;
    position: relative;
    &:after {
      .setBottomLine(#e5e5e5);
    }
  }
  .vux-popup-picker-value {
    /* display: inline-block; */
  }
  .vux-popup-picker-header-menu {
    text-align: left;
    padding-left: 15px;
    line-height: 44px;
  }
  .vux-popup-picker-header-menu-right {
    text-align: right;
    padding-right: 15px;
  }
  .vux-popup-picker-select {
    width: 100%;
    position: relative;
  }
  .vux-popup-picker-select-box.weui-cell__bd:after {
    content: " ";
    display: inline-block;
    transform: rotate(45deg);
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #C8C8CD;
    border-style: solid;
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
  }
  .vux-popup-picker-cancel {
    color: @popup-picker-header-cancel-text-color;
  }
  .vux-popup-picker-placeholder {
    color: #999;
  }