@charset "utf-8";

body {
    color: #000;
    font: 16px/1.4 Helvetica, Arial, "Microsoft Yahei", "SimSun";
}

h1, h2, h3, h4, h5, h6{
    font-weight: normal;
    margin: 0;
}

body, p, dl, dd {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

img {
    max-width: 100%;
    border: 0 none;
    height: auto;
    vertical-align: top;
}

label,
button,
input[type=button],
input[type=submit] {
    cursor: pointer;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

del,
ins,
u,
s {
    text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

textarea {
    overflow: auto;
    resize: vertical;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

th {
    text-align: left;
    font-weight: normal;
}

caption {
    text-align: left;
}

iframe {
    border: 0;
}

small {
    font-size: 12px;
}

code,
kbd,
pre,
samp {
    font-family: monaco, menlo, consolas, 'courier new', courier, monospace;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder {
    color: #999;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: "\200B";
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
}

.subtransparent {
    background-color: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#7F000000, endColorstr=#7F000000);
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.unselectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectable {
    -moz-user-select: all;
    -webkit-user-select: all;
    -ms-user-select: all;
    user-select: all;
}
