html,
body {
  margin: 0 auto;
  background: #232735;
}
body {
  height: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

img {
  display: block;
  width: 100%;
  height: 100%;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.noscroll {
  overflow: hidden;
}

.sy-gw {
  position: relative;
}
.j_scale {
  transform-origin: 0 0;
}

.sy-header {
  padding-left: 118px;
  width: 1920px;
  height: 80px;
  background: rgba(0, 0, 0, 0.8);
  margin: 0 auto;
}
.home {
  position: absolute;
  display: flex;
  align-items: center;
  top: 7px;
  width: 655px;
  height: 70px;
}
.about {
  position: absolute;
  display: flex;
  align-items: center;
  top: 7px;
  width: 655px;
  height: 70px;
}
.sy-logo {
  display: inline-block;
  width: 190px;
  height: 60px;
  margin-right: 45px;
}
.nav-link {
  display: inline-block;
  width: 149px;
  height: 61px;
  margin-left: 41px;
  color: #C4C4C4;
  font-size: 20px;
  line-height: 61px;
  text-align: center;
}

.sy-warp {
  position: relative;
  width: 1920px;
  height: auto;
  margin: 0 auto;
}
.sy-blur {
  -webkit-filter: blur(5px);
  filter: blur(15px);
}
.sy-text {
  position: absolute;
  left: 435px;
  top: 262px;
  width: 1061px;
  height: 536px;
  display: flex;
  flex-direction: column;
  padding: 50px;
  border-radius: 22px;
  background: rgba(18, 15, 42, 0.5);
  color: #fff;
  font-size: 20px;
  line-height: 40px;
}
.sy-text img {
  width: 395.61px;
  height: 71px;
}
.sy-text p {
  margin-top: 29px;
}

.sy-footer {
  background: #232735;
  position: relative;
  width: 1920px;
  height: 107px;
}
.copyright {
  position: absolute;
  top: 37px;
  left: 240px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1440px;
  height: 33px;
  color: #D0D0E2;
  font-size: 16px;
  line-height: 30px;
}
.copyright-link {
  display: flex;
  justify-content: space-between;
  width: 230px;
  height: 30px;
  background: url(../img/privacy.png)no-repeat;
  background-size: 100%;
}
.link-item {
  display: inline-block;
  width: 105px;
  height: 30px;
}

.privacy {
  background: #fff;
  /* padding: 56px 360px; */
  margin: 0 auto;
  padding: 15px 12px;
  width: 100%;
  max-width: 720px;
}
.privacy h1 {
  text-align: center;
  font-size: 36px;
}
.privacy pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}