body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}

@media screen and (max-width: 992px) {
  .banner .content .info {
    padding-top: 20px !important;
  }
  .content {
    box-sizing: border-box;
    width: 100%;
    padding: 0 5vw;
  }
  .box {
    box-sizing: border-box;
    width: 100% !important;
  }
  .footer .footer-content {
    box-sizing: border-box;
    width: 100% !important;
    padding: 20px 5vw !important;
  }
  .qrcode {
    position: relative !important;
    display: block;
    top: auto !important;
    right: auto !important;
    margin: 0 auto;
  }
  .xcx-home {
    position: relative !important;
    display: block;
    top: auto !important;
    right: auto !important;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
  .content {
    width: 1230px;
  }
}

.banner {
  width: 100%;
  min-height: 100vh;
  background: url(./static/copy_img-01.jpg) no-repeat center center / 100% 100%;
}

.content {
  position: relative;
  height: 100%;
  margin: 0 auto;
}

.qrcode {
  position: absolute;
  top: 50px;
  right: 0;
  width: 300px;
}

.content .xcx-home {
  position: absolute;
  top: 140px;
  right: 0;
  width: 300px;
}

.banner .content .info {
  padding-top: 50px;
}

.banner .content .info .title {
  font-size: 36px;
  color: #fff;
  margin-bottom: 30px;
}

.banner .content .info .msg {
  margin-top: 10px;
  width: 700px;
  line-height: 30px;
  font-size: 20px;
  color: #fff;
}

ol li {
  color: #fff;
  font-style: italic;
  line-height: 30px;
}
.box {
  padding: 20px;
  border: 2px solid #fff;
  border-radius: 15px;
  width: 800px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.box .icon {
  width: 50px;
  height: 50px;
}
.box .name {
  flex: 1;
  padding-left: 20px;
  color: #fff;
}

.footer {
  background-color: #000;
  color: #a4a4a4;
}
.footer .footer-content {
  width: 1230px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .footer-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 20px;
  font-size: 14px;
}

.footer .footer-content .gzh {
  width: 100px;
  height: 100px;
}

a:hover,
a:visited,
a:link,
a {
  text-decoration: none;
  color: #a4a4a4;
}
