﻿.iconfont {
	font-size: inherit;
}

/*动画*/

@-moz-keyframes huandong {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes huandong {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes huandong {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.huandong {
	-moz-animation-name: huandong;
	-webkit-animation-name: huandong;
	animation-name: huandong
}


.huandong-weixin {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	z-index: 100
}

/*在线客服*/

#service {
	width: 2.5vw;
	position: fixed;
	right: 0;
	bottom: 10vw;
	z-index: 95;
}

#service li {
	margin-top: 1px;
}

#service span,
#service a {
	width: 2.5vw;
	text-align: left;
	display: block;
	height: 2.5vw;
	position: relative;
	line-height: 2.5vw;
	background-color: rgba(200, 200, 200, .8);
	background-color: #e60000\9;
	color: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	margin: 0;
	padding-left: 0;
	background-image: none;
	cursor: pointer;
}

#service span:hover,
#service span.hover,
#service a:hover,
#service a.hover {
	background-color: rgba(230, 33, 41, 1);
	background-color: #e60000\9;
}

#service li:first-child span,
#service li:first-child a {
	border-top-left-radius: 0.25vw;
	border-top-right-radius: 0.25vw;
}

#service li:last-child a {
	border-bottom-left-radius: 0.25vw;
	border-bottom-right-radius: 0.25vw;
}

#service .box {
	position: absolute;
	left: 0;
	top: 0;
	width: 6.5vw;
	height: 100%;
	line-height: 2.5vw;
	font-size: 0.85vw;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

#service .phone {
	width: 10vw;
}

#service span:hover .box,
#service span.hover .box,
#service a:hover .box,
#service a.hover .box {
	left: -4vw;
	background-color: rgba(230, 33, 41, 1);
	background-color: #e60000\9;
	color: #fff;
	border-top-left-radius: 0.25vw;
	border-top-right-radius: 0.25vw;
	border-bottom-left-radius: 0.25vw;
}

#service li:last-child span:hover .box,
#service li:last-child a:hover .box {
	border-bottom-right-radius: 0.25vw;
}

#service span .phone,
#service a .phone {
	font-size: 1vw;
}

#service span:hover .phone,
#service a:hover .phone {
	left: -7.5vw;
	font-size: 1vw;
}

#service span .cebian-ewm,
#service a .cebian-ewm {
	display: none;
}

#service span:hover .cebian-ewm,
#service a:hover .cebian-ewm {
	display: block;
	position: absolute;
	top: -4.25vw;
	left: -9vw;
	background-color: #fff;
	padding: 0.75vw;
	-webkit-box-shadow: 0 0 1.5vw 0.3vw rgba(0, 0, 0, .1);
	box-shadow: 0 0 1.5vw 0.3vw rgba(0, 0, 0, .1);
	line-height: 1vw;
	color: #999;
	text-align: center;
	font-size: 0.65vw;
}

#service span:hover .cebian-ewm img,
#service a:hover .cebian-ewm img {
	width: 5.5vw;
	display: block;
	margin-bottom: 0.25vw;
	padding: 0.8vw;
	border: 2px solid #e60000;
}

#service span i,
#service a i {
	font-size: 1.4vw;
	display: block;
	float: left;
	width: 2.5vw;
	text-align: center;
}

#service ul li:hover>span>div>.b1 {
	display: none;
}

#service ul li:hover>span>div>.b2 {
	display: block;
}

#service .b2 {
	display: none;
        font-size: 1.3vw;
        font-weight: bold;
        text-align: center;
}

.b1>img,
.b2>img {
	width: 2vw;
	height: 2vw;
	margin-left: 0.25vw;
	margin-top: 5px;
}
