@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;
}
.padhide {
  display: none;
}
.txtdot {
  overflow: unset;
  white-space: unset;
  text-overflow: unset;
}
.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) {
}
