﻿
input, select {
    vertical-align: middle;
    outline: none;
    border: none;
}
button, input, select {
    font-size: 100%;
    vertical-align: middle;
    outline: none;
    border: 0;
}
html, body, div, h1, h2, h3, h4, h5, h6, p, a, em, img, b, u, i, dl, dt, dd, ol, ul, li, form, label, input {
    font-size: 12px;
    font-family: 微软雅黑;
    vertical-align: baseline;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}
a {
    text-decoration: none;
    cursor: pointer;
    border: none;
}

.grids-3::before, .grids-3::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline-style: none;
    list-style: none;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.none{
    display: none;
}
.block{
    display: block;
}

img{
    max-width: 100%;
    max-height: 100%;
}

.qz-red *{
    color: red!important;
}