/*紅色ICON*/

a.avater_open.avater_animation {
	border-radius: 50%;
	animation: pulse 1.5s infinite;
	/*			width: 10%;*/
	/*			height: 10%;*/
}

@keyframes pulse {
	from {
		box-shadow: 0 0 0 0px rgba(241, 130, 0, 0.9);
	}
	to {
		box-shadow: 0 0 0 15px transparent;
	}
}

a.avater_open {
	font-size: 0;
	letter-spacing: 0;
	display: inline-block;
	width: 80px;
	position: relative;
	/*	top: -27px;*/
	left: 5%;
	vertical-align: middle;
}



a.avater_open.avater_animation > img {
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	/*	top: -5px;*/
}

@media (max-width:1499px) {

	a.avater_open.avater_animation > img {
		top: 0px;
	}
}

a.avater_open.avater_animation.MF4P {
	float: left;
	margin-right: 23px;
	left: 0%;
	margin-top: 35px;
}


@media (max-width:577px) {
	a.avater_open.avater_animation.MF4P {
		margin-top: 57px;
	}
}


@media (max-width:480px) {
	a.avater_open.avater_animation.MF4P {
		margin-bottom: 30px;
	}
}



/*藍色ICON*/

.link_365booth img {
	width: 100%;
	max-width: 100%;
}


.link_365booth {
	position: fixed;
	display: block;
	width: 100px;
	z-index: 9999995;
	right: 55px;
	bottom: 50px;
	font-size: 0;
	line-height: 0;
}


@media (max-width: 1400px) {
	.link_365booth {
		width: 80px;
		right: 40px;
		bottom: 45px;
	}
}

.link_365booth.link_animation {
	border-radius: 50%;
	animation: pulse_link 1.5s infinite;
}

@keyframes pulse_link {
	from {
		box-shadow: 0 0 0 0px rgba(120, 150, 246, 0.9);
	}
	to {
		box-shadow: 0 0 0 15px transparent;
	}
}
