.talk_head_bomb {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 0 10px;
}

.tit .head_img {
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	left: 15px;
	top: 10px;
}

.name_talk {
	width: 130px;
	margin-top: 12px;
}

.name_talk .btn {
	display: inline-block;
	width: 50%;
	height: 24px;
	padding: 0;
	font-size: 12px;
	line-height: 22px;
	box-shadow: none;
	border: 1px solid #fff;
	background: #fff;
	color: #fd6560;
}

.name_talk .active {
	background: #fd6560;
	color: #fff;
}

.circle_search {
	background: #f1f5f6;
	border-bottom: 1px solid #dcdcdc;
	padding: 7px 15px;
}

.circle_search .form-control,
.circle_search .btn {
	height: 28px;
	border-radius: 14px 0 0 14px;
}

.circle_search .btn {
	padding: 0;
	display: inline-block;
	width: 28px;
	border-left: 0;
	border-radius: 0 14px 14px 0;
	background: #fff;
}

.circle_search .btn em {
	width: 26px;
	height: 26px;
	display: block;
	float: left;
	background: url(../images/Talk/search_icon.png) no-repeat center center;
	margin-right: 20px;
	background-size: 70%;
}

.letter_block {
	padding-top: 94px;
}

.letter_group {}

.letter_group .letter {
	background: #f1f5f6;
	display: block;
	padding: 4px 7px;
	font-size: 13px;
}

.letter_group .row {
	margin-left: 7px;
	margin-right: -2px;
	border-bottom: 1px solid #dcdcdc;
	padding: 17px 0;
}

.letter_group .row .col-xs-10 {
	padding-left: 0;
}

.letter_group .go_next {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../images/go_next.png);
	background-size: cover;
	float: right;
	margin-top: 3px;
}


/*资料页*/

.head_img_name {
	border-bottom: 1px solid #dcdcdc;
	height: 100px;
	padding: 25px 0px;
	position: relative;
}

.head_img_name .head_img {
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 15px;
}

.head_img_name .name {
	font-size: 16px;
	padding-left: 80px;
	line-height: 50px;
}

.head_img_name .other {
	position: absolute;
	right: 15px;
	top: 25px;
}

.head_img_name .other .tip {
	margin-top: 12px;
	display: block;
	width: 23px;
	height: 23px;
	background: url(../images/Talk/tip_bell.png) no-repeat;
	background-size: cover;
}

.head_img_name .other .btn_sl {
	background: #62c4f2;
	color: #fff;
	margin-top: 13px;
	font-size: 14px;
	padding: 0 10px;
}

.head_img_name .other .tip span {
	border-radius: 50%;
	background: #fd6560;
	color: #fff;
	display: block;
	width: 16px;
	height: 16px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	position: absolute;
	right: -5px;
	top: 6px;
}

.details_other {}

.details_other ul {
	padding: 0;
}

.details_other ul li {
	border-bottom: 1px solid #dcdcdc;
	padding: 18px 0;
	margin-right: -15px;
}

.replace_head {
	width: 70%;
	margin: 0 auto;
	padding-top: 43px;
}

.head_up_btn {
	background: #f5f5f5;
	display: block;
	height: 50px;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	position: relative;
}

.head_up_btn .icon01 {
	position: absolute;
	left: 15px; top:10px;
	display: inline-block;
	width: 29px;
	height: 29px;
	background: url(../images/Talk/img.png) no-repeat;
	background-size: cover;
}
.head_up_btn p{line-height: 50px; padding-left:60px;}
.head_up_btn .icon02 {
	position: absolute;
	right: 15px; top:15px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/Talk/go_next.png) no-repeat;
	background-size: cover;
}