@charset "utf-8";
/* CSS Document */
*{ 
	margin:0; 
	padding:0;
}
li{ 
	list-style:none;
}
a{ 
	text-decoration:none; 
	color:#666;
}
img{ 
	vertical-align:top; 
	border:none;
}
.fl{ 
	float:left;
}
.fr{ 
	float:right;
}
.clearfix:after{ 
	content:''; 
	display:block; 
	clear:both;
}
input,textarea,select{ 
	background:none; 
	border:none; 
	outline:none;
}
input[type="submit"],input[type="text"],input[type="button"],input[type="password"]{													-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none;
	outline:none;
	-moz-outline:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
} 
textarea{ 
	resize:none;
}
button{ 
	border:none;
}
select {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: solid 1px #000;
  /*很关键：将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }
html,body{
	height:100%;
}
.big-bg{
	width:100%;
	height:100%;
	background:url(/themes/default/images/big-bg.png) no-repeat;
	background-size:100%;
}
.header{
	display:-webkit-box;
	-webkit-box-orient:vertical;
}
.header a{
	display:block;
}
.header a .logo{
	width:480px;
	/*height:94px;*/
}
.content{
	-webkit-box-flex:1;
	overflow-y:auto;
	height:80%;
}
.content ul{
	padding:0 76px;
}
.content ul li{
	margin-top:20px;	
}
.content ul li .hp-icon{
	width:94px;
	height:94px;
	border:1px solid #cfe2e9;
}
.Chat_content{
	max-width:628px;
	padding:20px 22px; 
	background:#eff7ff;
	border:1px solid #dedede;	
	border-radius:8px;
	margin-left:44px;
	position:relative;
	margin-top:38px;
	line-height:34px;
	font-size:40px;
	font-family:'微软雅黑';
}
.Chat_content .icon{
	width:16px;
	height:8px;
	/*background:url(/themes/default/images/title_icon.png) no-repeat;*/
	background-size:100%;
	position:absolute;
	top:4px;
	left:-16px;	
}