/* CSS Document */
#share{
	text-align: center;
	padding:20px 0px;
}
#share i{
	padding:2px 1%;
}
#share a{
	text-decoration: none;
}
.wrap{
	display: flex;
	align-items: center;
	justify-content: center 
}
#copyTarget{
	border: 2px solid;
	font-size:16px;
	margin: 0;
	height: 53px;
}
#modalWrap {
	display: none;
	background: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	overflow: hidden;
}
.share1{
	white-space: nowrap;
}
.modalBox {
	position: fixed;
	width: 85%;
	max-width: 420px;
	height: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
	opacity: 1;
	display: none;
	border-radius: 3px;
	z-index: 1000;
}

.modalInner {
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
}