@media screen and (weex-theme: diablo) {
  .line  {
    background-color: #303538;
  }
  .point {
    background-color: #303538;
  }
  .text-title {
    color: #797c7e;
  }
  .highlight-point{
    background-color: #0490D3;
  }
  .text-highlight-title {
    color: #0490D3;
  }
}
