body,div,ul,ol,dt,dd,dl,li,h1,h2,h3,h4,h5,h6,form,input,select,textarea,p,img,a,span,strong,*{ padding:0; margin:0;}
body{ font-size:12px; font-family:"����"; color:#000000; background-color: #FFFFFF;}
ul,ol,li{ list-style:none;}
h1,h2,h3,h4,h5,h6{ font-size:12px; font-weight:normal;}
img,input,select,textarea{ vertical-align:middle}
img{ border:none;}
a{ color:#333333; text-decoration:none;}
.clear{ clear:both; height:0; width:0; overflow:hidden;}

/* ��� �ڳƲ�����Ԫ�ؿ�ߵ�ʱ��ʹ�� */
.clearfix:after { content:"."; clear: both; height: 0; overflow: hidden; visibility: hidden; display: block; }
.clearfix { zoom: 1;}

/* ����HTML5 - placeholder��ʽ  */
input[placeholder], [placeholder], *[placeholder] {
   font-family:΢���ź�;
}

/* ����HTML5 - Ĭ�� placeholder��ʽ  */
input::-webkit-input-placeholder {
  color: #ccc;
}

/* ���ֳ���һ�����ȱ���� */
.text_overflow{width:237px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}


/* ȥ��Chrome input������  */
input{outline:none}

.max-w{
    max-width: 100%;
}



.page{
	text-align: center;
}
.page .layui-laypage a{
	min-width: 30px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #727272;
	padding: 0 3px;
	margin: 0 2px;
	border: 1px solid #d2d0d0;
  display: inline-block;
}
.page .layui-laypage .layui-laypage-curr{
  
  background-color: #ef2d36;
  color: #FFFFFF;
  min-width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  padding: 0 3px;
  margin: 0 2px;
  border: 1px solid #ef2d36;
  display: inline-block;
}
.page .layui-laypage .layui-laypage-curr em{
  font-style: normal;
}
.page .layui-laypage .layui-disabled{
  background-color: #e8e8e8;
  cursor: no-drop;
}

/* 在线客服的css 开始 */
.lineBox{
	position: fixed!important;
	bottom: 40%;
	right: 0px;
	left: auto;
	z-index: 999999;
}
.lineBox .lineItem{
	cursor: pointer;
	width: 50px;
	height: 55px;
	background: #ef2d36;
	margin-bottom: 1px;
	color: #fff;
	line-height: 55px;
	text-align: center;
	position: relative;
}
.lineItem .layui-icon{
	font-size: 26px;
}
.lineItem:hover{
	opacity: 0.8;
}
.lineTop{
	margin-top: 4px;
}
.lineTip{
	border-radius: 2px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.2);
	position: absolute;
	top:0px;
	right: 59px;
	color: #000;
	padding: 0 10px;
	background: #fff;
	display: none;
}
.lineTip:before, .lineTip:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left-color: rgba(255,255,255,1);
	right: -16px;
	top: 10px;
	z-index: 1;
}

.lineTip:after{
	right: -18px;
	border-left-color: rgb(237,237,237);
	z-index: 0;
}
.lineWechat{
	width: 100px;
	height: 100px;
	padding: 0px;
}
.linephone{
	width: 170px !important;
}
/* 在线客服的css 结束 */