.botFixed {
	width: 10rem;
	height: 1.546666rem;
	background-color: #333333;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99100;
	background-image: linear-gradient(90deg, #ff9233, #fe5136 31%, #fd2245 64%, #fd227a);
}

.botFixed>div {
	width: 33%;
	height: 100%;
	text-align: center;
}

.botFixed>div img {
	width: 0.64rem;
	height: 0.64rem;
	margin-top: 0.24rem;
	margin-bottom: 0.026666rem;
}

.botFixed>div span {
	font-size: 0.32rem;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

.botFixed>div em {
	width: 0.026666rem;
	height: 0.693333rem;
	background-color: #707070;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.346666rem;
}

.botFixed>div i {
	width: 0.373333rem;
	height: 0.373333rem;
	display: block;
	background: url(/liuxue/img/mobile/num.png) no-repeat center center;
	position: absolute;
	top: 0.146666rem;
	right: 1.24rem;
	background-size: cover;
	-webkit-animation: pulse .5s cubic-bezier(.5, .5, .5, 1) alternate infinite;
	-o-animation: pulse .5s cubic-bezier(.5, .5, .5, 1) alternate infinite;
	animation: pulse .5s cubic-bezier(.5, .5, .5, 1) alternate infinite;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(.85);
		transform: scale(.85);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(.85);
		transform: scale(.85);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.botbotbot {
	height: 1.546666rem;
	width: 100%;
}
