/*右侧漂浮栏*/

.float-right-content {
	display: inline-block;
	position: fixed;
	right: 5px;
	top: 30%;
	z-index: 100;
}

.float-right-content li {
	cursor: pointer;
	border-bottom: 1px solid #FFFFFF;
	position: relative;
	width: 68px;
	height: 72px;
	background-color: #00aaff;
	text-align: center;
	transition: all 0.4s ease-in-out;
	list-style: none;
}

.float-right-content li.go-top {
	height: 44px;
	display: none;
}

.float-right-content li:hover {
	background-color: #007AFF;
}

.float-right-content li span {
	display: block;
	font-size: 10px;
	color: #FFFFFF;
}

.float-right-content li>img {
	position: relative;
	top: 5px;
}

.float-right-content li .wx-contact-image {
	position: absolute;
	width: 140px;
	height: 140px;
	border: 1px solid #35ACFC;
	background-color: #FFFFFF;
	top: 0px;
	right: 80px;
	display: none;
}

.float-right-content li .wx-contact-image span {
	color: #35ACFC;
	position: relative;
	top: 3px;
}

.float-right-content li .wx-contact-image:after {
	content: '';
	width: 10px;
	height: 10px;
	border-left: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-right: 1px solid #35ACFC;
	border-top: 1px solid #35ACFC;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	position: absolute;
	right: -7px;
	top: 12px;
	background: #fff;
}

.float-right-content li span.online-hover {
	position: absolute;
	width: 220px;
	height: 120px;
	border: 1px solid #35ACFC;
	background-color: #FFFFFF;
	content: "";
	left: -240px;
	top: 15px;
	color: #35ACFC;
	font-size: 14px;
	line-height: 40px;
	display: none;
}
.online-hover:before {
	content: '';
	width: 10px;
	height: 10px;
	border-left: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-right: 1px solid #35ACFC;
	border-top: 1px solid #35ACFC;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	position: absolute;
	right: -7px;
	top: 12px;
	background: #fff;
}

.phone-dialog {
	width: 350px;
	position: fixed;
	color: #fff;
	text-align: center;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -175px;
	color: #fff;
	text-align: center;
	z-index: 10000;
	display: none;
	transition: all 4s ease-in-out;
}

.phone-dialog-header {
	background: #35ACFC;
	line-height: 3;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	position: relative;
}

.phone-callback-iframe {
	width: 350px;
	height: 350px;
}