@charset "utf-8";

html {
  font-size: 16px;
  min-width: 1300px
}

.w {
  width: 1300px;
  margin: 0 auto;
}

.PCNone {
  display: none;
}

.mobileNone {
  display: block;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.img {
  height: 100%;
  width: 100%;
}

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.navw {
  width: 1300px;
  margin: 0 auto;
}