body {
    font-family: Arial, "Microsoft Yahei", sans-serif !important;
    padding: 0px;
    color: #222;
    margin: 0 auto;
    background: #f9f9f9 !important;

  }

body>img{
  width: 100%;
}

  div.listtitle{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px;
  }

  div.titlename{
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: normal;
    color: #222;
  }

  div.product-item>span{
    display: flex;
    justify-content: center;
    padding: 20px ;
    background-color: white;
  }

  .contract {
    padding: 16px;
  }
  .contract p {
    font-size: 14px;
    line-height: 32px;
    color: #222;
  }
  