@charset "utf-8";

/*全局样式*/

body,
input,
select,
textarea {
    font-family: "Arial", "Hiragino Sans GB", Helvetica;
    font-size: 16px;
    box-sizing: border-box;
    word-break: break-word;
    word-wrap: break-word;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
    color: #2b2b2b;
}

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,
s,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    background: transparent
}

article,
aside,
details,
summary,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

table,
td,
tr,
th {
    font-size: 12px;
}

li {
    list-style-type: none;
    list-style: none;
}

table {
    margin: 0 auto;
    border-spacing: 0;
    border-collapse: collapse;
}

img {
    border: 0;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

i {
    font-style: normal
}

ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 12px;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: normal;
    font-style: normal;
}

a {
    color: #2b2b2b;
    text-decoration: none;
}

label {
    vertical-align: middle
}

div,
a,
li,
span,
h1 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.l1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.l3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*Safari */

input,
textarea,
select,
a,
button {
    outline: none;
    border: 0
}

.f18 {
    font-size: 18px;
}

.f14 {
    font-size: 14px;
}

.mb10 {
    margin-bottom: 10px;
}

.fb {}

.red {
    color: #e75745
}

.orange {
    color: #fda825;
}

.blue {
    color: #0680de
}

.gray {
    color: #666
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pointer {
    cursor: pointer;
}

.textLeft {
    text-align: left;
}

.textRight {
    text-align: right;
}

.textCenter {
    text-align: center
}

.orange-color {
    color: #f6ab1a
}

.border {
    border: 1px solid #dedede
}

.clearfix {
    zoom: 1
}

.clearfix:after,
.clearfix after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both
}

.blank {
    margin-top: 50px;
}

.blank18 {
    margin-top: 18px;
}

.tac {
    text-align: center;
}

.wp {
    max-width: 1400px;
    margin: 0 auto;
}