html {
    font-size: 100%;
    padding: 0;
    margin: 0;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

body {
    font-weight: 500;
    font-size: 1.05em;
    font-family: "Microsoft YaHei", "宋体", "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif, FreeSans, Arimo;
}

a {
    color: #333333;
    font-size: 16px;
    outline: none;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
a:hover{
    color:#bd1a2d  !important;
}

.htmleaf-container {
    background: #bd1a2d;
    margin: 0 auto;
    width: 100%;
}

.htmleaf-content {
    width: 1200px;
    margin: 0px auto;
}

