@media screen and (weex-theme: colmo) {
  .line  {
    background-color: rgba(255,255,255,0.2);
    left: 37px;
  }
  .point {
    background-color:#77797A;
    width: 12px;
    height: 12px;
    top: 9px;
    left: 32px;
  }
  .first-one-title-line {
    top: 18px;
  }
  .text-title {
    font-family: PingFangSC-Regular;
    color: rgba(255,255,255,0.40);
    font-size: 24px;
  }
  .content {
    /* padding-top: 9px;
    padding-bottom: 42px; */
  }

  .highlight-point{
    background-color:rgba(255,255,255,0.80);
    top: 8px;
    left: 32px;
    width: 12px;
    height: 12px;
  }
  .text-highlight-title {
    color: rgba(255,255,255,0.80);
  }
}
