* {
  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;
}
.content-box {
  padding: 63px 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 1120px;
  width: 100%; }

.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; }

.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, 0.6);
    line-height: 18px;
    opacity: 0.6; }
    .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: 190px; }
  .phone-content .img-box img {
    height: 65px; }
  .phone-content .desc-box {
    margin-top: 27px; }
  .phone-content .code-box {
    margin-top: 30px; }
    .phone-content .code-box img {
      width: 105px; }

  .use-privaty {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 15px; } }

/*# sourceMappingURL=style.css.map */
