* {
  padding: 0;
  margin: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
}

.qingtong-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("img/qingtong-bg.png") 0 0 no-repeat;
  background-size: 100% 100%;
}

.logo-box {
  display: flex;
  align-items: center;
  padding: 40px 80px 0 80px;
}
.logo-box img {
  width: 50px;
  margin-right: 20px;
}
.phone-img {
  width: 275px;
}
.img-box {
  display: flex;
  align-items: center;
  font-size: 24px;
}
.content-box {
  margin-right: auto;
  margin-left: auto;
  max-width: 1120px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom:40px;
  box-sizing: border-box;
}

.phone-content {
  display: flex;
  align-items: center;
}
.phone-content .right {
  margin-left: 137px;
}
.phone-content .desc-box {
  margin-top: 47px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 24px;
}
.phone-content .desc-box h4 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #333333;
  font-weight: 600;
}
.phone-content .code-box {
  display: inline-block;
  margin-top: 70px;
  padding: 11px;
  line-height: 0;
  background-color: #fff;
  box-shadow: 0px 10px 40px 0px rgba(51, 51, 51, 0.25);
  border-radius: 20px;
}
.code-img {
  width: 150px;
}
.privaty-box {
  margin-top: 30px;
}
.privaty-box a {
  color: #fff;
  font-size: 16px;
}
.use-privaty {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 25px;
  text-align: center;
}
.use-privaty a {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.use-privaty .use-text {
  margin-top: 15px;
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
  line-height: 18px;
}
.use-privaty .use-text span {
  margin: 0 15px;
}

.policy-content {
  padding: 20px 0 50px 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;
  width: 100%;
}
.policy-content h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.policy-content h4 {
  margin: 6px 0;
  font-size: 15px;
}
.policy-content p {
  margin: 6px 0;
  line-height: 22px;
}

@media screen and (max-width: 1366px) {
  .phone-content .left img {
    width: 220px;
  }
  .phone-content .desc-box {
    margin-top: 27px;
  }
  .phone-content .code-box {
    margin-top: 30px;
  }

  .use-privaty {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .phone-content .left img {
    width: 120px;
  }
  .phone-content .right {
    margin-left: 20px;
  }
  .img-box {
    font-size: 14px;
  }
  .img-box img {
    width: 50px;
  }
  .code-img {
    width: 80px;
  }
}

/*# sourceMappingURL=style.css.map */
