@charset "utf-8";

/* CSS Document */

html {
    font-family: "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", Helvetica, Tahoma, "WenQuanYi Micro Hei", sans-serif, Arial;
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd,
input,
figure {
    margin: 0;
    padding: 0;
}

a,
a:hover,
button {
    text-decoration: none;
    outline: medium;
    -webkit-appearance: none;
    border-radius: 0
}

li {
    list-style: none
}

img {
    border: none;
    max-width: 100%;
}

input,
select,
textarea {
    border: none;
    outline: none;
    background: none;
}

em,
i {
    font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

.clear {
    clear: both;
    width: 100%;
    overflow: hidden;
}

.jz {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.clearfix::after {
    clear: both;
    display: block;
    height: 0;
    content: '';
}

.verticalcenter {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nowrap {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    vertical-align: bottom;
}

.nowrap2 {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    vertical-align: bottom;
}

.left {
    float: left;
}

.right {
    float: right;
}