@media screen and (weex-theme: colmo) {
  .title {
    padding-left: 32px;
  }
  .title-box {
    padding-right: 16px;
  }
  .dof-header-arrow {
    width: 40px;
    height: 40px;
    margin-left: 20px;
    margin-right: 12px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .title-text {
    color: #ffffff;
    
  }
  .dof-collapse-item-content {
    background-color: #303237;
  }
  .dof-item-body {
    background-color: #303237;
  }
  .bottom-line {
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
}