.con {
	width: 1200px;
	margin: 0 auto;
}

.dqwz {
	display: flex;
	padding: 45px 0;
	color: #666;
}

.dqwz img {
	margin-right: 15px;
}

.tab {
	display: flex;
}

.friend_box .tab button {
	width: 160px;
	height: 60px;
	border: 5px solid #0080e2;
	border-bottom: none;
	background-color: transparent;
	color: #0080e2;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
}

.friend_box .tab .on button {
	border-right: none;
	background-color: #0080e2;
	color: #fff;
}
.friend_con {
	width: 100%;
	border: 5px solid #0080e2;
	margin-bottom: 40px;
	padding: 30px 35px;
	box-sizing: border-box;
}
table{
	width: 100%;
	border: none;
	border-spacing: 0 35px;
}
table tr{
	border: none;
	
}
table th{
	background-color: #0080e2;
	padding: 15px 0;
	color: #fff;
	border: none;
	border-right: 2px solid #fff;
}
table th:last-child{
	border-right: none;
}
table tr{
	text-align: center;
}
table tr td{
	line-height: 50px;
	background-color: #ebf4fd;
}
table tr td img{
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
#kkpager{
	margin-top: 45px;
}
.friend_box{
	position: relative;
}
.add_but{
	display: flex;
	align-items: center;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}
.add_but p{
	color: #2e86e6;
	margin-left: 10px;
	font-size: 18px;
}
