@media screen and (weex-theme: colmo) {
  .modal-content {
    min-height: 192px;
  }
  .content-title {
    font-family: PingFangSC-Regular;
    font-size: 32px;
    color: rgba(255,255,255,0.80);
  }
  .footer-btn {
    height: 94px;
  }
  .footer-more-btn {
    height: 94px;
  }
  .btn-text {
    font-size: 32px;
  }
  .content-subtext {
    font-size: 28px;
    line-height: 40px;
    margin-top: 16px;
  }
  .modal-content  {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .search-bar-input {
    font-size: 28px;
    width: 480px;
    padding-left: 20px;
    padding-right: 20px;
    /* height: 48px; */
    color: rgba(255,255,255,0.40);
    height: 76px;
    line-height: 76px;
    background-color: rgba(177,193,234,0.05);
    placeholder-color: rgba(255,255,255,0.40);
    border-width: 0;
  }
  .mask:active {
    background-color: rgba(255, 255, 255, 0.1);
  }
}