@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "微软雅黑", "Arial", sans-serif !important;
    color: #454545;
    font-size: 16px;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    list-style: none;
    text-decoration: none;
    -o-user-select: none;
    -moz-user-select: none;
    /*火狐 firefox*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10+*/
    -khtml-user-select: none;
    /*早期的浏览器*/
    user-select: none;
}

html {
    -webkit-text-size-adjust: none;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-decoration: none;
}

img {
    max-width: 100%;
    border: none;
}

input,
select,
option,
textarea {
    outline: none;
    resize: none;
    -webkit-appearance: none;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}
.clear::after{
    content: '';
    display: block;
    clear: both;
}
