html,
body,
div {
  margin: 0;
  padding: 0;
}

body {
  background-color: #f6faff;
}

div {
  box-sizing: border-box;
}

.title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 17px 360px 106px;

  image {
    width: 139px;
    height: 97px;
  }

  .phone {
    display: flex;
    align-items: center;
    column-gap: 2px;
    width: 147px;
    height: 39px;
    padding: 11px 22px;
    box-sizing: border-box;

    image {
      width: 16px;
      height: 16px;
    }

    span {
      font-weight: 700;
      font-size: 12px;
      color: #333333;
      line-height: 17px;
    }
  }
}

.content {
  display: flex;
  justify-content: space-between;
  margin: 0 190px 150px 360px;

  .left {
    width: 435px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;

    .title1 {
      width: 288px;
      height: 140px;
      margin-bottom: 46px;
      font-family: Source Han Sans, Source Han Sans;
      font-weight: 700;
      font-size: 48px;
      color: #333333;
      line-height: 70px;
    }

    .info {
      width: 435px;
      margin-bottom: 113px;
      font-family: Source Han Sans, Source Han Sans;
      font-weight: 500;
      font-size: 20px;
      color: #333333;
      line-height: 23px;
    }

    .icon {
      .name {
        margin-bottom: 19px;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 700;
        font-size: 18px;
        color: #000000;
        line-height: 26px;
      }

      .box {
        display: flex;
        column-gap: 24px;

        .item {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 170px;
          height: 56px;
          border-radius: 8px 8px 8px 8px;
          border: 1px solid #000000;
          column-gap: 5px;
          box-sizing: border-box;

          image {
            width: 21px;
            height: 24px;
          }

          span {
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 400;
            font-size: 16px;
            color: #000000;
            line-height: 23px;
          }
        }
      }
    }
  }

  .right {
    width: 810px;
    height: 514px;

    .r-img {
      width: 100%;
      height: 100%;
    }
  }
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 360px;

  .item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
  }

  image {
    width: 28px;
    height: 28px;
  }
}

.bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 30px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 12px;
  color: #9e9e9e;
  line-height: 30px;
}
