body{
	background-color: #fff;
	font-family: 'microsoft yahei';	
}
ul,li{
	list-style-type:none;
}
.clearfix:after{
	content:".";        
	display:block;        
	height:0;        
	clear:both;        
	visibility:hidden;
}
.clearfix{zoom:1}
.lt{
	float: left;
}
.rt{
	float: right;
}

/*表格公共样式*/
table{
	width: 710px;
	margin: 0 auto;	
}
table, tr, td{
	border: 1px solid black;	
	font-size: 26px;	
	line-height: 60px;
	color: #363636;	
	text-align: center;
}

.container{
	width: 750px;
	margin: 0 auto;
}
header{
	margin: 55px 0 80px;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	color: #2e73f3;
	text-align: center;
}
/*鱼塘微客服系统*/
.yt-tit{
	width: 270px;
	font-size: 30px;
	line-height: normal;
	line-height: 42px;	
	color: #2e73f3;
	margin: 0 auto;
}
.yt-tab{
	width: 100%;
}
.yt-tab li{
	float: left;
	width: 25%;
	text-align: center;
	font-size: 30px;
	line-height: 88px;
	color: #363636;
	border: 1px solid #808080;
	box-sizing: border-box;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.yt-tab .current-li{
	color: #fff;
	background-color: #2e73f3;
	border: 1px solid #2e73f3;
	box-sizing: border-box;
}
.yt-angle{
	width: 100%;
}
.yt-angle dd{
	float: left;
	width: 25%;
	text-align: center;
	font-size: 30px;
	color: #2e73f3;
	margin-top: -7px;
	margin-bottom: 20px;
}

/*鱼塘互动平台*/
.hd-tit{
	width: 240px;
	font-size: 30px;
	line-height: normal;
	line-height: 47px;	
	color: #2e73f3;
	margin: 0 auto;
}
.hd-price table, .hd-price tr, .hd-price td{
	font-size: 22px;
	font-weight: 300;
}

/*底部footer*/
footer{
	margin: 70px 0 100px;
	text-align: center;
}
footer p{
	margin-top: 15px;
	font-size: 24px;
	line-height: 48px;
	font-weight: 300;
	color: #363636;
}