@media screen and (weex-theme: colmo) {
  .g-popover {
    /* box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.4); */
  }
  .content-inner {
    border-radius: 16px;
    padding: 32px;
    /* box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.4); */
  }
  .u-popover-arrow {
    background-color: #292b2f;
  }
  .textContent {
    font-family: PingFangSC-Regular;
    font-size: 28px;
    color: rgba(255,255,255,0.80);
    font-weight: 400;
  }
  .btn-text {
    font-family: PingFangSC-Regular;
    font-size: 28px;
    color: rgba(255,255,255,0.80);
  }
  .borderBottom {
    border-bottom-width: 1px;
    border-bottom-color: #314144;
  }
  .u-popover-inner {
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 16px;
  }
}