@media screen and (weex-theme: colmo) {
  .avatar {
    background-color: transparent;
  }
  .checkBox-top-border {
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
  .checkBox-bottom-border {
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
  .title-text {
    color: rgba(255, 255, 255, 0.8);
  }
  .cell-title-btn {
    color: rgba(255, 255, 255, 0.8);
    background-color: #b35336;
  }
  .circle {
    width: 40px;
    height: 40px;
    padding-top: 4px;
    border-width: 2px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .active-cell:active {
    background-color: #44464b;
  }
  .fakeSubBorder {
    background-color: rgba(255, 255, 255, 0.1);
    left: 30px;
  }
}