﻿@charset "utf-8";
@import url("global.css");

/* ============= index ============= */
/* ====== info ==== */
.info {
	width:100%;
	height:101px;
	border-bottom:1px solid #537196;
	background-color:#003366;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#14263d), to(#466992));
	background: -moz-linear-gradient(top, #14263d, #466992);
	overflow:hidden;
	position:relative;
	text-align:left;
	position: fixed; top:43px; left:0;
	z-index:997;
}
.info .pic {
	width:76px;
	height:76px;
	background:#fff;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align:center;
	position:absolute;
	left:12px;
	top:12px;
}
.info .pic img {
	width:72px;
	height:72px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-top:2px;
}
.info .tx {
	margin:12px 0 0 100px;
}
.info .tx .name {
	width:120px;
	height:37px;
	color:#fff;
	font: bold 14px/30px Arial, Helvetica, sans-serif;
	float:left;
	display:inline;
	overflow:hidden;
	text-shadow:#1a2e49 0px 1px 1px;
	position:relative;
}
.info .tx .sup {
	height:37px;
	margin-right:12px;
	color:#c9c9c9;
	line-height:30px;
	text-shadow:#122238 -1px 2px 2px;
	text-align:right;
	position:absolute;
	right:0;
}
.info .tx .op {
	clear:both;
}
/* ====== info end ==== */

/* ======== 好友动态 ====== */
.feed {
	text-align:left;
	padding-top:167px;
}
.feed .tit {
	height:23px;
	font: bold 12px/23px "微软雅黑", "宋体";
	border-top:1px solid #1a5d92;
	border-bottom:0;
	color:#727b81;
	text-shadow:#dcdfe0 -1px 1px 0px;
	line-height:23px;
	text-indent:14px;
	background:#d0d3d5;
	text-align:left;
	-webkit-box-shadow:inset 1px 1px 2px #8e9092;
}
.feed .list li {
	border-top:1px solid #ffffff;
	border-bottom:1px solid #dbdbdb;
	background:#efefef;
	padding:12px;
	position:relative;
	overflow:hidden;
}
.feed .list .pic {
	width:44px;
	height:44px;
	background:#ffffff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align:center;
	border:1px solid #e5e5e5;
	float:left;
	overflow:hidden;
	-webkit-box-shadow:0px 1px 1px #ccc;
}
.feed .list .pic img {
	width:40px;
	height:40px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-top:2px;
}
.feed .list .msg {
	margin-left:54px;
	font: bold 13px/22px "微软雅黑", Arial, Helvetica, sans-serif;
	color:#5f5f5f;
}
.feed .list .msg em {
	font: bold 13px/22px "微软雅黑", Arial, Helvetica, sans-serif;
	color:#4570a3;
}
/* ======= 好友动态 end ======= */


/* ============= index end ============= */