                                  * {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    word-break:break-word;
    vertical-align:top;
}

body {
    font-size: 12px;
    font-weight: normal;
    font-family: "microsoft yahei","微软雅黑";
    -webkit-text-size-adjust: 100%;
}
table{border-collapse: collapse;}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

a{
    text-decoration: none;
}
a:hover,
a:focus {
    color: #2a6496;
    text-decoration: none;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
li {
    list-style: none;
}
h1,h2,h3,h4,h5,h6{font-weight: normal;font-size: 12px;}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary{display: block;}

.left{
    float: left;
}
.right{
    float: right;
}

.over{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.czdq{
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
}

textarea { -webkit-appearance: none;}