* {
    box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

html {
    color: #000;
    overflow-y: scroll;
    overflow: -moz-scrollbars;
}

html, body, button, input, select, textarea {
    font: 14px "Microsoft Yahei", "微软雅黑", SimSun, "Arial Narrow", HELVETICA;
}

ul, ol {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.img-box img {
    width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea {
    resize: vertical;
}

label, button {
    cursor: pointer;
}

em {
    font-style: normal;
}

small {
    font-size: 12px;
}

.blod {
    font-weight: 600;
}

a, a:hover, a:visited, a:link, a:active , a:focus {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*取消手机点击背景*/
}

a, .more a {
    color: inherit;
}

.chief, .fl, .layout .fl {
    float: left;
    display: inline;
}

.extra, .fr, .layout .fr {
    float: right;
    display: inline;
}

.overflow {
    overflow: hidden;
}

.hide {
    display: none;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.error {
    color: #F00;
    font-size: 12px;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.wordwrap {
    word-break: break-all;
    word-wrap: break-word;
}

.ind {
    text-indent: 2em;
}

.noborder {
    border: 0;
}
.text-r{
    text-align: right;
}
.text-c{
    text-align: center;
}