* {
  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;
}

a {
  text-decoration: none;
  color: white !important;
}
.main {
  background: #00418A;
}

.header {
  width: 100%;
  background-size: 100% 945px;
}
.header-content {
  width: 1120px;
  margin: 0px auto;
  display: flex;
  padding-top: 123px;
}

.logo {
  display: flex;
  align-items: center;
}

.logo .logo-img {
  width: 160px;
  height: 160px;
}

.content-img img {
  width: 533px;
  height: 206px;
  margin-top: 70px;
}

img.pay {
  width: 169px;
  height: 169px;
  position: absolute;
  margin-left: 650px;
  margin-top: 86px;
}
.header-title {
  width: auto;
  height: 180px;
  margin-left: 44px;
}

.header-button {
  width: 568px;
  height: 72px;
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 1;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.header-button img {
  width: 30px;
  height: 36px;
  margin-right: 10px;
}

.header-button span {
  font-size: 28px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #00418A;
}

.header-title2 {
  margin-bottom: 20px;
}

.header-title2 img {
  width: 358px;
  height: 51px;
}

.header-tips {
  width: 535px;
  height: 99px;
  font-size: 32px;
  font-family: Tahoma;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 60px;
}

.header-right img {
  width: 546px;
  height: 700px;
  position: absolute;
  margin-top: 100px;
  margin-left: -284px;
}
