* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
dl,
ol,
ul {
  list-style: none;
}
body,
html {
  font-family: PingFang;
  letter-spacing: 0.5px;
  background-color: #fff;
  font-size: 12px;
}

.paw-container {
  background: #d5f9ff;
}

.paw-head {
  background: url("../img/header.png") no-repeat;
  width: 100%;
  height: 640px;
  background-size: 100% 640px;
  position: relative;
}

.paw-head p {
  width: 907px;
  height: 365px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 52px;
  color: #ffffff;
  line-height: 73px;
  margin-top: 138px;
  position: absolute;
  right: 221px;
}

.cat-down {
  width: 100%;
  height: 773px;
  display: flex;
}

.cat-left-img {
  width: 179px;
  height: 573px;
  margin-top: 55px;
}

.cat-down-content {
  background: url("../img/downImg.png") no-repeat;
  margin-left: 32px;
  margin-top: 55px;
  width: 983px;
  height: 531px;
  background-size: 983px 531px;
}

.paw-down-info {
  width: 814px;
  font-family: Roboto, Roboto;
  font-weight: 500;
  font-size: 38px;
  color: #006599;
  line-height: 58px;
  padding-top: 73px;
  padding-left: 115px;
}

.paw-down-img {
  padding-left: 115px;
  padding-top: 46px;
}

.paw-down-img img {
  width: 252.38px;
  height: 84.36px;
}

.paw-down-because {
  font-family: Roboto, Roboto;
  font-weight: 500;
  font-size: 34px;
  color: #fd8b28;
  line-height: 60px;
  padding-left: 115px;
  padding-top: 31px;
}

.paw-app-img {
  width: 516.98px;
  height: 926.88px;
  margin-left: -60px;
  margin-top: -173px;
  position: relative;
}
.footer {
  width: 100%;
  height: 209px;
  background: #0069d3;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.footer-content {
  display: flex;
  align-items: center;
  padding-left: 211px;
}

.footer-addr {
  width: 168px;
  height: 209px;
  margin-right: 12px;
}

.footer-info {
  padding-top: 10px;
}
.footer-info p:nth-child(1) {
  margin-bottom: 20px;
  padding-top: 10px;
}

.footer-info p:nth-child(1),
.footer-info p:nth-child(2) {
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
}

.footer-info p:nth-child(3) {
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 34px;
  margin-top: 30px;
}

.footer-angel {
  width: 443px;
  height: 209px;
  position: absolute;
  right: 221px;
}
