@media screen and (weex-theme: colmo) {
  .slider {
    border-radius: 0px;
  }
  .image {
    border-radius: 0px;
  }
  .div_out {
    border-radius: 0px;
  }
  .indicator-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 48px;
    left: 0;
    right: 0;
    bottom: 0px;
  }
  .indicator-item {
    width: 32px;
    height: 4px;
    background-color: #444;
    margin-right: 16px;
  }
  .small-indicator {
    width: 20px;
  }
  .isLast {
    margin-right: 0;
  }
  .active {
    background-color: #b35336;
  }
}