body{
	background: #ebebeb;
}
header{
	height: 142px;
	width: 960px;
	padding-top: 30px;
	background: #2a2a2a;
	position: fixed;
	top: 0;
	z-index: 111;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	line-height:55px !important;
}
header img{
	position: absolute;
	left: 74px;
	top: 30px;
	padding-right:100px;
}
.fuzhen_list{
	width: 960px;
	position: fixed;
	z-index: 111;
	top: 112px;
	background: #dcdbdb;
}
.fuzhen_list li{
	height: 122px;
	line-height: 122px;
	border-bottom: 1px solid #b3b3b3;
	padding-left: 40px;
}
.fuzhen_list li .sign{
	width: 89px;
	height: 86px;
	position: relative;
	margin-top: 14px;
	margin-right: 20px;
}
.fuzhen_list li .sign>div{
	position: absolute;
	height: 31px;
	line-height: 31px;
	background: #f4441b;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	right: -10px;
	top: 0;
	border-radius: 30px;
	padding: 0 4px;
	min-width: 31px;
}
.fuzhen_list li .sign img{
	display: block;
	width: 100%;
}
.num{
	font-size: 36px;
	color: #5eb4b4;
	margin-right: 75px;
}
.fuzhen_list li label{
	font-size: 36px;
	color: #616060;
}


.chat{
	padding: 30px 22px 152px;
	margin-bottom: 0;
	position: relative;
	transition: all 0.3s;
	top: 0;
}
.time{
	width: 110px;
	height: 55px;
	line-height: 55px;
	border-radius: 15px;
	display: inline-block;
	background: #ccc;
	color: #fff;
	font-size: 30px;
	margin-bottom: 30px;
}
.you{
	margin-bottom: 30px;
}
.you .tx{
	width: 102px;
	height: 102px;
	margin-left: 20px;
}
.you .tx img{
	width: 100%;
	display: block;
}
.you .cont{
	max-width: 630px;
	background: #b6e665;
	border: 1px solid #e0e0e0;
	padding: 24px 20px;
	border-radius: 10px;
	font-size: 40px;
	line-height: 52px;
	position: relative;
}
.you .sj{
	transform: rotate(-45deg);
    position: absolute;
    width: 0px;
    border: 10px solid;
    border-color: rgba(0,0,0,0);
    right: -10px;
    top: 40px;
    border-right-color: #b6e665;
    border-bottom-color: #b6e665;
}
.me{
	margin-bottom: 30px;
}
.tx_box{
	width: 102px;
	margin-right: 20px;
}
.tx_box p{
	font-size: 36px;
	font-weight: bold;
	color: #5eb4b4;
}
.me .tx{
	width: 102px;
	height: 102px;
	margin-bottom: 20px;
}
.me .tx img{
	width: 100%;
	display: block;
}
.me .cont{
	max-width: 630px;
	background: #fff;
	border: 1px solid #e0e0e0;
	padding: 24px 20px;
	border-radius: 10px;
	font-size: 40px;
	line-height: 52px;
	position: relative;
}
.me .sj{
	transform: rotate(-45deg);
    position: absolute;
    width: 0px;
    border: 10px solid;
    border-color: rgba(0,0,0,0);
    left: -10px;
    top: 40px;
    border-left-color: #fff;
    border-top-color: #fff;
}


.menu{
	position: fixed;
	width: 960px;
	border-top: 1px solid #b3b3b3;
	background: #f4f3f6;
	bottom: 0;
	transition: all 0.3s;
}
.menu>img{
	margin-top: 27px;
}
.menu>img:first-child{
	margin-left: 15px;
	margin-right: 14px;
}
.menu>span{
	width: 675px;
	height: 76px;
	line-height: 76px;
	border-radius: 100px;
	border: 2px solid #9e9e9e;
	font-size: 32px;
	color: #747474;
	margin-top: 25px;
	margin-right: 12px;
	margin-bottom: 22px;
}
.menu img:nth-child(3){
	margin-right: 20px;
}
.btn_box{
	width: inherit;
	height: 321px;
	background: #ebebeb;
	border-top: 1px solid #b3b3b3;
	position: absolute;
	top: 122px;
}
.btn_box ul{
	margin-left: 85px;
	margin-top: 66px;
}
.btn_box li{
	width: 130px;
	float: left;
	margin-right: 80px;
}
.btn_box li>div{
	width: 130px;
	margin-bottom: 20px;
}
.btn_box li>div img{
	display: block;
	width: 100%;
}
.btn_box li>p{
	color: #8b8a8a;
	font-size: 28px;
}