/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	line-height: 1;
	font-family: "Microsoft YaHei", "微软雅黑",STXihei, "华文细黑";
}


ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.common_dialog{
	width: 100%;
	height: 100%;
	background: url(../style/optBg.png);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9998;
}
.common_dialog .box_wrapper{
	margin-top: 25%;
}
.common_dialog .box{
	width: 300px;
	background: #fff;
	border-radius: 4px;
	padding: 40px 0;
	margin: 0 auto;
	position: relative;
}
.common_dialog .box_close{
	width: 35px;
	height: 35px;
	background: url(../style/icon1.png) no-repeat -275px -58px;
	display: inline-block;
	position: absolute;
	right: -35px;
	top: -20px;
	cursor: pointer;
}
.common_dialog .boxIcon{
	width: 43px;
	height: 43px;
	display: block;
	margin: 0 auto 5px auto;
}
.common_dialog .boxIcon.success{
	background: url(../style/icon1.png) no-repeat -270px -4px;
}
.common_dialog .boxIcon.failed{
	background: url(../style/faile.png) no-repeat left top;
	background-size: 43px 43px;
}
.common_dialog h2 {
	line-height: 30px;
	font-size: 14px;
	color: #222;
	text-align: center;
	font-weight: normal;
}
.common_dialog p {
	line-height: 40px;
	font-size: 14px;
	color: #666;
	text-align: center;
}
textarea{
	resize: none;
}
.clrfix {
	zoom: 1
}

.clrfix:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0
}
.row1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fl{
	float: left;
}
.rg{
	float: right;
}
.row3{
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.showMore{
	width:297px;
height:68px;
background:linear-gradient(-35deg,rgba(255,95,62,1),rgba(255,93,71,1),rgba(253,84,99,1),rgba(247,72,118,1));
box-shadow:7px 9px 23px 1px rgba(250,78,109,0.4);
margin: 0 auto;
font-size:30px;
font-weight:500;
color:rgba(255,255,255,1);
text-align: center;
line-height: 68px;
cursor: pointer;
}