@media screen and (weex-theme: diablo) {
  .wrapper {
    background-color: #171C1F;
  }
  .icon-container {
    height: 110px;
    border-radius: 55px;
    justify-content: center;
    align-items: center;
    background-color: #171C1F;
  }
  .tab-bar-item-title-text {
    color: #cfcfd0;
    font-family: PingFangSC-Regular;
    letter-spacing: 0;
    text-align: center;
    font-size: 24px;
  }
  .line-wrapper {
    background-color: #171C1F;
  }
  .animate-circle {
    background-color: #e5e5e8;
  }
  .tab-bar-item-icon {
    opacity: 0.85;
  }
}