.refer { 
	position: absolute;
	z-index: 1;
 	display:flex; 
	visibility:hidden;
}
.refer:hover { 
	cursor: pointer; 
	z-index:2;
}

.ref-plus { 
	color: #000; 
	background:#fff; 
	font-size:16px; 
	border: 1px solid #7e7772; 
	border-radius: 9px; 
	line-height:16px; 
	width:19px; 
	height:19px; 
	margin: 10px;
	position:relative;
	text-align:center; 
}

.ref-body{ 
	padding: 6px 6px 6px 45px;
	position:absolute;
	left: -1000000%;
	opacity:0;
}
a.ref-ref-body {
	color: #010101;
	background: #fff;
	text-decoration:none;
	box-shadow: 0 0 0 6px rgba(204, 204, 204, 0.7), 0 0 0 1px #888;
	width: 377px;
	position:relative;
	display:flex; 
	align-items: center;
}

.h1-banner:hover .ref-plus { 
	box-shadow: 0 0 0 6px rgba(204, 204, 204, 0.7), 0 0 0 1px #888;
}
.refer:hover .ref-body { 
	left:0;
	opacity:1;
}

.refer:hover .ref-body.ref-left {
	padding-left: 0;
	padding-right: 45px;
	margin-left: -383px;
}

.ref-img, .ref-text { 
	text-align:left; 
	padding: 16px;
}
.ref-text { 
	padding-left: 0;
}
.ref-text img { 
	margin-top:-8px;
	margin-bottom: 8px;
}
.ref-name {
	text-transform: uppercase;
	margin-bottom:16px;
}
.ref-attr { 
	color: #666;
	border-bottom: 2px solid #ddd; 
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.ref-price { 
	font-weight: 500;
}

.h1-banner:hover .h1-box { 
	display:none;
}

@media all and (max-width: 767px) { 
	.refer { display:none; }
} 