html, body {
  margin: 0;
  padding: 0;
  min-width: 1440px;
}

body {
  background: url(../images/page_bg.png) no-repeat top center;
  background-size: contain;
}

.main-width {
  margin: 0 auto;
  width: 1440px;
}

.header {
  display: flex;
  justify-content: space-between;
  height: 80px;
  line-height: 80px;
  font-size: 28px;
  color: #fff;
}

.container {
  display: flex;
  padding-top: 117px;
  color: #fff;
}

.container-text {
  margin-right: 36px;
  width: 800px;
}

.text-title {
  line-height: 40px;
  font-size: 24px;
}

.text-info {
  margin-top: 12px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 36px;
}

.footer {
  margin-top: 49px;
  padding-bottom: 89px;
}

.footer .footer-box {
  display: flex;
  justify-content: space-between;
  line-height: 42px;
  color: #999;
}

.footer .footer-title {
  color: #333;
  font-size: 24px;
}

.footer-link a {
  margin-left: 60px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}

.footer .footer-copyright {
  margin-top: 10px;
  font-size: 18px;
  line-height: 30px;
  color: #999;
}