﻿html, body, h1, h2, h3, h4, h5, h6, ul, li, img, p, div, span {
    padding: 0;
    margin: 0;
    font-size: 0.12rem;
}
html body a {
    text-decoration: none;
}
html, body {
    position: relative;
    width: 100%;
    background-color: #ededed;
    font-family: "MicrosoftYaHei";
    /* overflow-x: hidden; */
}

html body a {
    text-decoration: none !important;
    color: #999;
}

ul, li {
    list-style: none;
}

img {
    border: 0;
}

button, input {
    border: none;
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
}

.colorRed {
    background-color: #f33030;
    color: #fff;
}

.hidden {
    display: none;
}

.hide {
    visibility: hidden;
}
