/*璁剧疆html,body榛?璁ら?垮??惧??姣?*/

html,
body {
	width: 100%;
	height: 100%;
	background-color: #efeff4;
}


/** 娓??ゅ??澶?杈硅? **/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,

/* structural elements 缁?????绱? */

dl,
dt,
dd,
ul,
ol,
li,

/* list elements ??琛ㄥ??绱? */

pre,

/* text formatting elements ?????煎???绱? */

form,
fieldset,
legend,
button,
input,
textarea,

/* form elements 琛ㄥ????绱? */

th,
td
/* table elements 琛ㄦ?煎??绱? */

{
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea
/* for ie */

{
	font-family: "寰?蒋??榛?";
	font-size: 14px;
	background-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}


/* 灏???浣??舵? */

code,
kbd,
pre,
samp {
	font-family: courier new, courier, monospace;
}


/* 缁?涓?绛?瀹藉?浣? */

small {
	font-size: 12px;
}


/* 灏?浜? 12px ??涓???寰??鹃??璇伙?璁 small 姝ｅ父?? */

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
}

img {
	vertical-align: middle;
}

legend {
	color: #000;
}


/* for ie6 */

fieldset,
img {
	border: 0;
}


/* img ??溅锛?璁╅?炬?ラ???? img ??杈规? */

button,
input,
select,
textarea {
	font-size: 100%;
}


/* 浣垮?琛ㄥ????绱?? ie 涓??界户?垮?浣?澶у? */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
}

.clear_left_float:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}

.clear_left_float>div,
.clear_left_float>ul,
.clear_left_float>li,
.clear_left_float>dl,
.clear_left_float>dd,
.clear_left_float>dt,
.clear_left_float>img,
.clear_left_float>p,
.clear_left_float>span,
.clear_left_float>a,
.clear_left_float>video {
	float: left;
}

.ohidden {
	overflow: hidden;
}


/*瓒???琛?????*/

.overtwo {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
input{
	background-color: transparent;
}
