/* reset.css */
html,
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: "PingFang SC", "微软雅黑", "Microsoft YaHei", Helvetica, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
}

* {
	margin: 0;
	padding: 0;
}

dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
p,
blockquote,
th,
td,
form {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: inherit;
}

button,
input[type=button] {
    width: auto;
    overflow: visible;
}

input,
select,
textarea,
button {
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    resize: none;
    font-size: inherit;
    margin: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

img {
    border: none;
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
}

del {
    text-decoration: line-through;
}

a {
    text-decoration: none !important;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.clear_fix {
    clear: both;
}

.f_left {
    float: left !important;
}

.f_right {
    float: right !important;
}

.text_l {
    text-align: left !important;
}

.text_c {
    text-align: center !important;
}

.show {
    display: inherit !important;
}

.hide {
    display: none !important;
}

.mar_right {
    margin-right: 0 !important;
}