@media screen and (weex-theme: colmo) {
  .wrap {
    height: 64px;
    /* border-radius: 34px;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(255,255,255,0.2); 用这种颜色表示安卓有模糊的问题 */
    border: 2px solid #5e5f60; /* 2024.12.04 修改边框颜色规范 */
  }
  .wrap2 {
    height: 80px;
    border-radius: 40px;
  }
  .dot {
    width: 12px;
    height: 12px;
    margin-right: 12px;
    border-radius: 12px;
  }
  .mainText {
    font-family: PingFangSC-Regular;
    font-weight: 400;
  }
  .smallPromptText {
    font-size: 24px;
    line-height: 32px;
    color: rgba(255,255,255,0.40);
  }
  .fakeBorder {
    width: 1px;
    height: 37px;
    background-color: transparent;
  }
}
