/*CSS Reset*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
header,
hgroup,
nav,
section,
article,
aside,
footer,
figure,
figcaption,
menu,
button {
    margin: 0;
    padding: 0;
}

body {
    font-family:"Microsoft YaHei";
    line-height: 1.5;
    font-size: 14px;
    color: #353535;
    background-color: #f6f6f6;

    outline: 0;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

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

caption,
th {
    text-align: left;
}

fieldset,
img {
    border: 0;
}

li {
    list-style: none;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

button {
    -webkit-appearance: none;
    border: 0;
    background: none;
}

a {
    -webkit-touch-callout: none;
    text-decoration: none;
}
a:hover{color: #da251c;}
:focus {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

em,
i {
    font-style: normal;
}

::-webkit-input-placeholder {
    color: #e3e3e3;
    text-indent: 5px;
    font-size: 14px;
}
.clearfix:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clearfix { zoom:1; }
.clearit { clear:both; height:0; font-size:0; overflow:hidden; }
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.hidden {
    display: none !important;
}

.ovh {
    overflow: hidden;
}
