/* 全局样式 */
* {
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    outline: none!important;
}

html {
    height: 100%;
}

body {
    margin: 0 auto;
    height: auto;
    min-height: 100%;
    line-height: 1.4286;
    color: #091E4C;
    font-family: PingFangSC, PingFang SC, arial;
    font-size: 14px;
}

input,
textarea,
select {
    font-size: 100%;
    font-family: inherit;
    outline: none;
    border: none;
    background-color: transparent;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
form {
    display: block;
    margin: 0;
}

h4,
h5,
h6 {
    font-size: 1em;
}

ul,
ol {
    padding-left: 0;
    list-style-type: none;
}

/*image with no-border*/
img {
    border: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

em{
    font-style: normal;
}