#ei-spmpro-wrap {
	position: fixed;
	left: 16px;
	bottom: 16px;
	opacity: 0;
    transition: all 0.6s ease;
	z-index: 9999;
}
#ei-spmpro-wrap.ei-show {
	opacity: 1;
}
#ei-spmpro {
	align-items: center;
	gap: 10px;
	max-width: 360px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.08);
	box-shadow: 0 10px 30px rgba(0,0,0,.08);
	border-radius: 8px;
	padding: 12px 20px 14px 12px;
	font: 14px/1.4 -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}
#ei-spmpro.hide {
	opacity: 0 !important;
	pointer-events: none !important;
}
#ei-spmpro img {
	position: absolute;
    top: 50%;
    transform: translate(0, -50%);
	width: 33px;
	height: 33px;
	object-fit: cover;
	flex: 0 0 28px;
}
#ei-spmpro .txt {
	line-height: 1.2;
	color: #111;
	padding-left: 45px;
}
#ei-spmpro .name {
	font-weight: 600;
}
#ei-spmpro .time {
	display: block;
    font-size: 12px;
    margin-top: 4px;
    opacity: .8;
}
#ei-spmpro .close {
	position: absolute;
    top: -8px;
    right: -8px;
    color: #fff;
    background: #fd695e;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    line-height: 1;
    font-weight: normal;
    border: 0;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    padding: 0;
    margin-left: auto;
    cursor: pointer;
    text-shadow: none;
    transform: scale(0.8);
}
@media (max-width:480px) {
	#ei-spmpro {
		max-width: 92vw;
	}
	#ei-spmpro .name {
		font-weight: bold;
	}
}
