._wisemob_side_wrap div, ul, dl, ol, li, img {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

._wisemob_side_wrap {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

._wisemob_side_wrap img {
	vertical-align: top;
}

._wisemob_side_wrap .inbox {
	position: relative;
	width: 336px;
	height: 280px;
	margin: 0 auto;
	overflow: hidden;
}

._wisemob_side_wrap .inbox .bubble {
	position: absolute;
	top: 0px;
	left: calc(55%);
	z-index: 1000;
}

._wisemob_side_wrap .inbox .bubble_txt {
	position: absolute;
	top: 4px;
	right: 12px;
}

._wisemob_side_wrap .bn_bot img {
	width: 100%;
}

._wisemob_side_wrap .bn_top {
	position: absolute;
	margin: 0 25px;
	top: 0px;
	right: 20px;
	width: 100%;
}

._wisemob_side_wrap .bn_top .cover {
	width: 100%;
	border-radius: 0 10px 10px 0;
	opacity: 0.90;
	z-index: 80;
	z-index: 80;
	position: relative;
}

._wisemob_side_wrap .bn_top .arw {
	position: absolute;
	top: calc(50% - 12px);
	right: -10px;
	width: 24px;
	height: 24px;
	border-radius: 24px;
	background-color: #387352;
	z-index: 1000;
}

._wisemob_side_wrap .bn_top .arw img {
	width: 100%;
}
._wisemob_side_wrap .bn_top .slideHandler {
	position: absolute;
	top: 0px;
	right: -25px;
	width: calc(30%);
	height: 100%;
	z-index: 1200;
}

._wisemob_side_wrap .bn_top.active {
	animation: mv1 2s ease-out infinite;
}

@keyframes mv1 {
	0% {
		transform: translate3d(-7%, 0, 0);
	}

	20% {
		transform: translate3d(-10%, 0, 0);
	}
	40% {
		transform: translate3d(-5%, 0, 0);
	}
	60% {
		transform: translate3d(-10%, 0, 0);
	}
	80% {
		transform: translate3d(-5%, 0, 0);
	}
	100% {
		transform: translate3d(-7%, 0, 0);
	}
}

._wisemob_side_wrap .bubble.active {
	animation: mv2 2s ease-out infinite;
}

@keyframes mv2 {
	0% {
		transform: translate3d(10%, 10%, 0);
	}
	70% {
		transform: translate3d(-20%, 20%, 0);
	}
	80% {
		transform: translate3d(10%, 10%, 0);
	}
	90% {
		transform: translate3d(-20%, 20%, 0);
	}
	100% {
		transform: translate3d(10%, 10%, 0);
	}
}

._wisemob_side_wrap .bubble_txt {
	animation: mv3 0.5s infinite;
}

@keyframes mv3 {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}