* {
  padding: 0;
  margin: 0;
}
/* CSS Document */
body,
div,
p,
ul,
textarea,
form,
input,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
img,
section,
article,
aside,
header,
footer,
nav,
dialog,
figure,
hgroup {
  margin: 0;
  padding: 0;
}
em {
  font-style: normal;
}
body {
  font-family: "微软雅黑", helvetica, arial;
  -webkit-text-size-adjust: none;
  font-size: 16px;
  margin: 0 auto;
}
ul,
ol,
li {
  list-style: none;
}
img,
video {
  border: 0 none;
  vertical-align: top;
  max-width: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
a {
  text-decoration: none;
  color: #333;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
  -webkit-touch-callout: none;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mcont {
  width: 94.66%;
  margin: 0 auto;
  position: relative;
}
.overflow {
  overflow: hidden;
}
.clear {
  clear: both;
}
.clearfix:after {
  height: 0;
  display: block;
  content: " ";
  visibility: hidden;
  clear: both;
}
.pc-hide {
  display: none;
}
.flex {
  display: flex;
}
/*.scale{
	transform: scale(0.8)!important;
	transition: all 0.5s!important;
}*/
/*mbachina footer start*/
input[type="button"],
input[type="submit"],
input[type="file"],
button {
  cursor: pointer;
  -webkit-appearance: none;
}
#mHead .modileMenu {
  display: block;
  width: 30px;
  position: relative;
  right: 0;
  top: 0.2rem;
  height: 23px;
}
#mHead .modileMenu div {
  width: 100%;
  height: 3px;
  background: #ffffff;
  position: absolute;
  border-radius: 2px;
  transition: all 0.5s;
}
#mHead .modileMenu .line1 {
  top: 0;
  left: 0;
  transition: all 0.5s;
}
#mHead .modileMenu .line2 {
  top: 9px;
  left: 0;
  opacity: 1;
  transition: all 0.5s;
}
#mHead .modileMenu .line3 {
  top: 18px;
  left: 0;
  transition: all 0.5s;
}
#mHead .modileMenu.on .line1 {
  transform: rotate(45deg);
  top: 9px;
  transition: all 0.5s;
}
#mHead .modileMenu.on .line2 {
  opacity: 0;
  transition: all 0.5s;
}
#mHead .modileMenu.on .line3 {
  transform: rotate(-45deg);
  top: 9px;
  transition: all 0.5s;
}







