body {
    background: #f5f5f5;
  }
  #serviceid {
    height: 100vh;
  }
  .contentcls {
    width: 1040px;
    margin-left: 20px;
    height: 100%;
  }
  
  .contentcls > div {
    margin-bottom: 20px;
    background: #fff;
    padding: 20px 25px;
    box-sizing: border-box;
    border-radius: 8px;
  }
  .titlecls {
    height: 22px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #333333;
    margin-bottom: 20px;
  }
  .f90{
    color:#f90;
  }
  .flexcls{
    display: flex;
    align-items: center;
  }
  .mr10{
    margin-right:10px;
  }