.container {
  width: 100%;
  height: calc(~"100% - 77px");

  .banana {
    width: 100%;
    height: 600px;
    background: url("../../static/image/office/办公租赁_01.png") repeat-x center center;
  }

  .gxqyjsrd {
    width: 100%;
    height: 546px;
    margin: auto;
    text-align: center;

    .title {
      height: 74px;
      margin: 50px auto;

      span {
        font-size: 35px;
        font-weight: 600;
      }
    }

    .content {
      width: 1000px;
      height: 370px;
      margin: auto;
      text-align: center;
      display: flex;
      justify-content: space-between;

      .img {
        width: 531px;
        height: 330px;

        img {
          width: 531px;
          height: 330px;
        }
      }

      .about {
        width: 400px;
        height: 80px;
        margin-top: 120px;

        span {
          padding-left: 20px;
          color: #595959;
          font-weight: 600;
          line-height: 30px;
        }
      }
    }
  }

  .btqylxqfg {
    width: 100%;
    height: 822px;
    margin: auto;
    background: #F1F4F9;

    .title {
      width: 100%;
      height: 74px;
      margin: 0px auto;
      text-align: center;
      padding: 100px 0;
      span {
        font-size: 35px;
        font-weight: 600;
        padding-top: 50px;
      }
    }

    .content {
      width: 100%;
      height: 545px;

      img {
        width: 100%;
      }
    }
  }
}
