* {
    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: middle;
}

.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;
    color: initial;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.clearfix:after {
    height: 0;
    display: block;
    content: ' ';
    visibility: hidden;
    clear: both;
}

body {
    overflow-x: hidden;
}

.cont {
    width: 1200px;
    margin: 0 auto;
    /*overflow: hidden;*/
}

.overflow {
    overflow: hidden;
}

.clear {
    clear: both;
}

.pc-hide {
    display: none;
}

.flex {
    display: flex;
}


/*.scale{
	transform: scale(0.8)!important;
	transition: all 0.5s!important;
}*/


/*mbachina footer start*/