* {
    margin: 0px;
    padding: 0px;
  }
  a{
    color: rgba(62, 74, 91, 1);
  }
  .fairness {
    width: 100%;
    height: auto;
    background: #f5f8fa;
    padding-bottom: 10px;
  }
  .fairness-slider {
    width: 100%;
    height: 440px;
    /* background-image: url("/themes/pc/public/assets/images/fair.jpg"); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
  }
  .fairness-slider .fairness-title {
    padding-top: 175px;
  }
  .fairness-slider h3 {
    font-size: 39px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 6px;
  }
  .fairness-slider p {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 6px;
    opacity: 0.8;
  }

  .fairness-article {
    width: 1200px;
    height: auto;
    margin: 41px auto;
  }
  .fairness-article .fairness-items {
    width: 100%;
    text-align: center;
  }
  .fairness-line {
    width: 100%;
    height: 1px;
    background: #ffeeeeee;
    margin-top: 44px;
  }
  .fairness-content {
    width: 100%;
    height: 126px;
    line-height: 126px;
    border-top: 1px solid #d6dadd;
  }
  .fairness-content:nth-child(1) {
    border-top: none;
  }
  .fairness-content:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 12px 12px 36px rgba(69, 107, 129, 0.11),-12px -12px 30px rgba(69, 107, 129, 0.11);
    transition: all 0.5s ease;
    border-radius: 10px;
  }
  .fairness-content:hover p:last-child {
    
    background: rgba(45, 122, 219, 1);
  }
  .fairness-content:hover p:last-child a{
    color: rgba(255, 255, 255, 1);
  }
  .fairness-content:hover p:nth-child(2) {
    color: rgba(45, 122, 219, 1);
  }
  .fairness-content p:first-child {
    line-height: 38px;
    margin-top: 33px;
    margin-left: 37px;
    float: left;
  }
  .fairness-content p:first-child strong {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: rgba(56, 64, 69, 1);
  }
  .fairness-content p:first-child span {
    display: block;
    line-height: 0px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(56, 64, 69, 1);
  }
  .fairness-content p:nth-child(2) {
    margin-left: 49px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(56, 64, 69, 1);
    float: left;
  }
  .fairness-content p:last-child {
    width: 115px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid rgba(238, 238, 238, 1);
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(62, 74, 91, 1);
    line-height: 40px;
    text-align: center;
    margin-right: 20px;
    margin-top: 33px;
    float: right;
  }

  .fairness-content p:last-child:hover {
    color: rgba(255, 255, 255, 1);
    background: rgba(45, 122, 219, 1);
    cursor: pointer;
  }
  .pages{
    width: 1200px;
    margin:0px auto;
    overflow: hidden;
  }
  .pages ul{
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .pages ul li{
    float: left;
    width:35px;
  height:35px;
  background:rgba(245,245,245,1);
  border-radius:2px;
  margin-right: 9px;
  line-height: 35px;
  text-align: center;
  }
  /* .disabled{
    background:rgba(45,122,219,1)!important;
  }
  .disabled .page-link{
   color: white!important;
  } */
  .page-link{
    color: #999999;
  }