@charset "utf-8";

/*!
 * Even base CSS
 * Date: 2012-9-23
 * Email: leyewen@163.com
 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0
}

body {
	font-size: 12px;
	font-family: "微软雅黑", "Arial", "宋体"
}

a {
	outline: 0;
	-moz-outline-style: none
}

html {
	overflow-x: hidden
}

a {
    text-decoration: none;
}

a:focus {
	outline: 0
}

a:active {
	outline: 0;
}

input::-ms-clear {
	display: none
}

ul {
	list-style: none
}

img {
	border: 0
}

p {
	display: block;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
	border: 0
}

.ellipsis {
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
input{outline: none;}

.heavy {
    font-weight: 700 !important;
}

.w_590 {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

.w_600 {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

/* 文本超出省略号 - 一行 */
.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 文本超出省略号 - 两行 */
.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 文本超出省略号 - 三行 */
.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
