.pageWarp {
    width: 100%;
    height: 283px;
    background: #00a462;
  }
  .box {
    width: 1200px;
    height: 283px;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  .warpLeft {
    margin-top: 47px;
  }
  .footColumnList {
    display: flex;
    width: 412px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 55px;
  }
  
  .footColumnItem {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #ffffff;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  
  .footColumnItemLine {
    width: 1px;
    height: 10px;
    background: #e8e8e8;
    margin: 0 16px;
  }
  .tip {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #f0f5f3;
    margin-bottom: 20px;
  }
  .phone {
    width: 221px;
    height: 32px;
    font-size: 32px;
    font-family: MicrosoftYaHei;
    color: #ffffff;
    margin-bottom: 43px;
  }
  .warpMid {
    margin-top: 56px;
  }
  .warpRight {
    display: flex;
    margin-top: 72px;
  }
  .gzh,
  .xcx {
    width: 80px;
    height: 16px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #ffffff;
    line-height: 16px;
    margin-top: 12px;
  }
  .xcxBox {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .record {
    width: 100%;
    height: 50px;
    background: #03653e;
  }
  .recordBox > .left {
    width: 420px;
    display: flex;
    justify-content: space-between;
  
  }
  .recordBox {
    width: 1200px;
    height: 50px;
    margin: auto;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #f0f5f3;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }