#imwp_tip{
	position: relative;
	display:block;
	margin:20px auto;
	text-align:center;
    font-size: 24px;
    line-height: 60px;
    z-index: 1;
    width: 160px;
    height: 60px;
    color: #fff;
    border-radius: 50px;
    background: #bf2c24;
    letter-spacing:5px;
    text-indent:5px;
    cursor:pointer;
    transition: color .3s,background-color .3s;
}

#imwp_tip:hover{

	background:#ED4259;
	
	#imwp_tip_content,
	#dot_bottom,
	#dot_bottom_top{
		display: block;
	}
}
p#imwp_tip_content{
	margin:0!important;
	z-index:1;
	position:absolute;
	width:450px;
	top:-266px;
	left:-140px;
	display:none;
	background:#fff;
	box-shadow:0px 0px 10px #ccc;
	border:1px solid #ccc;
	border-radius:5px;

	.imwp_img{
		width:220px;
		height:250px;
		float:left;
		font-size:14px;
		text-align:center;
		line-height:1em;
		color:#333;
	}
	img{
		width:200px;
		height:200px;
		padding:10px;
	}
}

#dot_bottom, #dot_bottom_top{
	display:none;
	position:absolute;
	z-index:3;
	top:-15px;
	left:70px;
	letter-spacing:0;
	font-size:0px;
	line-height:0px;
   	border-style:solid dashed dashed dashed;
    border-width:10px;
    border-color:#ccc transparent transparent transparent;
    width:0;
    height:0;
}
#dot_bottom_top{
    border-width:9px;
    z-index:20;
    border-color:#fff transparent transparent transparent;
    left:71px;

}