@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

html {
    _background-attachment: fixed;
}

body {
    background: #F1F1F1;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, textarea, th, td, a {
    font-family: 微软雅黑, Microsoft YaHei, \5FAE\8F6F\96C5\9ED1;
    font-size: 14px;
    color: #4c4c4c
}

:focus {
    outline: 0;
}

img {
    max-width: 100%;
    border: 0;
    outline: none;
    vertical-align: middle;
}

ul, li, ol {
    list-style: none outside none;
}

input, button {
    border: 0;
    outline: none;
    background: none;
    filter: chroma(color=#000000);
}

input[type=text]::-ms-clear,input[type=text]::-ms-reveal{display:none;}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #bdbcbc;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #bdbcbc;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #bdbcbc;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #bdbcbc;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

i, em, b {
    font-style: normal;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
    color: #999;
    font-family: 微软雅黑, Microsoft YaHei, \5FAE\8F6F\96C5\9ED1;
    font-size: 12px;
}

a, a * {
    text-decoration: none;
    outline: none;
    star: expression(this.onFocus=this.blur());
}

::selection {
    background: #f20e0e;
    color: #fff;
}

::-moz-selection {
    background: #f20e0e;
    color: #fff;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table td {
    word-break: break-all;
    word-wrap: break-word;
}

input {
    font-family: 微软雅黑, Microsoft YaHei, \5FAE\8F6F\96C5\9ED1;
    font-size: 12px;
}

.clearfix {
    clear: both;
    zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.fl {
    display: inline;
    float: left
}

.fr {
    display: inline;
    float: right
}

/*单行溢出*/
.one-txt-cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*多行溢出 */
.txt-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
}
