@media screen and (weex-theme: colmo) {
  .dof-search-bar {
    /* padding-left: 32px;
    padding-right: 32px;

    width: 750px;
    height: 88px;
    flex-direction: row;
    align-items: center; */
    /* background-color: #303237; */
    background-color: transparent;
    height: 120px;
  }
  .search-bar-input {
    /* position: absolute;
    top: 8px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 40px;
    padding-left: 60px;
    font-size: 28px;
    width: 624px;
    height: 72px;
    line-height: 72px; */
    padding-left: 80px;
    top: 24px;
    font-size: 32px;
    background-color: rgba(177,193,234,0.05);
    border-radius: 16px;
    color: rgba(255,255,255,0.80);
    placeholder-color:  rgba(255,255,255,0.40);
  }
  .search-bar-input-arrow-colmo {
    padding-left: 16px;
  }
  .search-bar-icon {
    width: 64px;
    height: 64px;
    left: 48px;
    top: 28px;
  }
  .search-bar-close {
    position: absolute;
    width: 48px;
    height: 50px;
    top: 36px;
  }
  .search-bar-arrow {
    position: absolute;
    width: 64px;
    height: 64px;
    left: 16px;
    top: 28px;
  }
  .search-bar-button {
    font-family: PingFangSC-Regular;
    color: rgba(255,255,255,0.40);
    right: 30px;
  }
}
