/*公共css样式*/

body {
    font-family: "Microsoft YaHei", sans-serif;
    font-size: 14px;
}

body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
    margin: 0;
    padding: 0
}

a {
    color: #000;
    text-decoration: none
}

a:hover ,a:focus{
    color: #000;
    text-decoration: none;
}

em {
    font-style: normal;
}

li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p {
    word-wrap: break-word;
}

/*左边距*/
.m_l10 {
    margin-left: 10px;
}

/*右边距*/
.m_r10 {
    margin-right: 10px;
}
.f_l{
    float: left;
}

.f_r{
    float: right;
}
html,body{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #939393;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #939393;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #939393;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #939393;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff !important;
    background-image: none;

}

