@charset "utf-8";
/* CSS Document */
html,
body {
  width: 750px;
  margin: 0 auto;
  min-width: inherit;
  overflow-x: hidden;
  transform: "";
}
.fl_pc {
  float: none;
  display: block;
}
.fr_pc {
  float: none;
  display: block;
}
.pchide {
  display: block;
}
.mhide {
  display: none;
}
.pchider {
  display: block !important;
}
.mhider {
  display: none !important;
}
.padhide {
  display: none;
}
.maxcontainer {
  min-width: 100%;
}
.container {
  width: auto;
}

/*特殊分辨率处理*/
@media screen and (max-width: 600px) {
}

@media screen and (max-width: 400px) {
}

@media screen and (max-width: 360px) {
}
