﻿* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}

body,
html {
  font-family:
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    Noto Sans,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji,
    "Microsoft Yahei",
    sans-serif,
    PingFang SC;
  overflow-x: hidden;
}

img {
  border: 0px;
}

div,
p {
  margin: 0;
  cursor: default;
}


.container {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 1280px;
  padding: 0 160px;
}

@media screen and (max-width: 1600px) {
  .container {
    padding: 0 32px;
  }
}
