* {
  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;
}

.gloww-main {
  background: #fff;
}

.head-bg {
  background: url("../img/bg.png") no-repeat;
  width: 100%;
  height: 1105px;
  padding-left: 167px;
  padding-top: 48px;
  background-size: 100% 100%;
}

.head-title {
  display: flex;
  align-items: center;
}

.head-title img {
  width: 85px;
  height: 85px;
  margin-right: 17px;
}

.head-title span {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 30px;
  color: #4f4e4e;
}

.head-tips {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #ffb84a;
  padding-left: 85px;
  padding-top: 8px;
}

.head-say-title {
  padding-left: 17px;
  padding-top: 29px;
}

.head-say-title img {
  height: 36px;
}

.head-call {
  margin-top: 62px;
  position: relative;
}

.head-yellow {
  width: 105px;
  height: 77px;
  background: #fae78e;
  border-radius: 24px;
  position: absolute;
}

.head-call-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 23px;
  color: #3d3d3d;
  line-height: 32px;
  margin-left: 28px;
  position: relative;
  z-index: 112;
}

.head-down {
  display: flex;
  justify-content: center;
  margin-top: 46px;
}

.head-down img {
  width: 253px;
  height: 76px;
}

.head-choose-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 22px;
  color: #7f96ff;
  margin-top: 51px;
}

.head-choose-info {
  max-width: 1011px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 19px;
  color: #000000;
  margin-top: 26px;
}

.footer {
  width: 100%;
  height: 117px;
  background: #fff7e5;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 22px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 27px;
}

.email {
  margin-top: 51px;
  margin-right: 399px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 22px;
  color: #bb742e;
  text-align: right;
}
