

/* suspend */
.suspend{
  position:fixed;
  bottom: 125px;
	right: 10px;
	z-index: 100;
}
.suspend a{
 width: 40px;
 height: 40px;
 display: block;
 margin-top: 12px;
}
.suspend a.to_top{
  background: url(../img_public/index_sprites.png) -70px -70px;
}
.suspend a.to_top:hover{
  background: url(../img_public/index_sprites.png) -10px -70px;
}
.suspend a.to_message{
  background: url(../img_public/index_sprites.png) -70px -10px;
}
.suspend a.to_message:hover{
  background: url(../img_public/index_sprites.png)  -10px -10px;
}
.suspend a.to_voice{   
  background: url(../img_public/index_sprites.png) -130px -70px;
}
.suspend a.to_voice:hover{  
  background: url(../img_public/index_sprites.png) -130px -10px;
}

/* 反馈弹框 */
.feedBack{
	padding:15px 30px 20px;
	border-top:1px solid #fff;
	background-color:#f9f9f9;
}
.feedBack .feedContent{
	width:100%;
	height:170px;
	padding:10px;
	outline: none;
	border:1px solid #d5d5d5;
	background-color:#fff;
	border-radius:3px;
	resize:none;
	margin-bottom: 15px;
	font-family: '微软雅黑';
	box-sizing: border-box;
}
.feedBack .feedContent:focus{
	border: 1px solid #ffa200;
}
.feedBack .feedPath,.feedBack .feedPhone{
	box-sizing: border-box;
	width:273px;
	height:40px;
	line-height: 40px;
	border:1px solid #d5d5d5;
	border-radius:3px;
	font-size: 14px;
	padding:0 10px;
	outline: none;
	margin-right:0;
	font-family: '微软雅黑';
}
.feedBack .feedPath:focus,.feedBack .feedPhone:focus{
	border: 1px solid #ffa200;
}
.feedBack .feedPhone{
	margin-left: 19px;
}
.feedBack .feedBtn{
	width:110px;
	height:40px;
	display: block;
	background-color:#ffa200;
	border-radius:3px;
	color:#fff;
	text-align: center;
	line-height: 40px;
	margin:40px auto 0;
	cursor:pointer;
}


.service{
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 20px;
	right: 50px;
}

.to_top{
	cursor:pointer;
	border-radius: 50%;
	box-shadow: 0 0 20px 0 rgba(69,69,69,.4);
	position: absolute;
	bottom: 70px;
	right: 0;
	/* animation: tops .3s; */
}
@keyframes tops {
	from{
		bottom:0px;
	}
	to{
		bottom:70px;
	}
}
