﻿/* CSS Document */

/* 文章右侧的查看与分享 */
.share-contain {
	position: absolute;
	right: -75px;
	top: 0px;
}

.share-contain .share {
	height: 60px;
	width: 60px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 15px;
	color: #4b4b4b;
	position: relative;
}

#share-icon{
	display: none;
}

.share-icon {
	width: 90px;
	margin-top: 20px;
	background: #FFFFFF;
	padding: 10px 10px 10px 15px;
	border-radius: 5px;
	position: relative;
}

.share-icon::after {
	content: '';
	width: 0;
	height: 0;
	border: 10px solid;
	position: absolute;
	top: -20px;
	left: 20px;
	border-color: transparent transparent #fff transparent;
}

