@charset "utf-8";
body {
  font-size: 32px;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 24px;
  }
}
.main-wrap {
  width: 1200px;
}
@media screen and (max-width: 1230px) {
  .main-wrap {
    width: 100%;
  }
}
/*foot*/
.copyright {
  font-size: 0.7em;
}
.copyright table {
  width: 100%;
}
.copyright table td:first-child,
.copyright table td:last-child {
  width: 180px;
}
.copyright table td:nth-child(2) {
  width: auto;
}
.index-wrap {
  width: auto;
}
@media screen and (min-width: 1001px) {
  .index-copyright.copyright {
    padding-left: 0;
    padding-right: 0;
  }
  .index-copyright.copyright table td:last-child {
    width: calc(120px + 6em);
    box-sizing: border-box;
  }
  .index-back-btn {
    right: 0;
  }
}
@media screen and (max-width: 1440px) {
  .xz-shuiyin {
    display: none;
  }
}