/*通讯工具*/

#cus_ser a {
	display: inline-block;
	height: 50px;
	width: 50px;
	margin: 0;
}
#cus_ser .msn {    background-image: url(c.jpg);
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
}
#cus_ser .skype {
	    background-image: url(c.jpg);
    background-repeat: no-repeat;
    background-position: -47px 0;
    height: 50px;
    width: 47px;
}
#cus_ser .mail {
	    background-image: url(c.jpg);
    background-repeat: no-repeat;
    background-position: -94px 0;
    height: 50px;
    width: 47px;
}
#cus_ser .kefu_01 {
	background-image: url(kefu_01.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 50px;
	overflow: hidden;
	background-color: #FFF;
}
#cus_ser .whatsapp {
	background-image: url(kefu_02.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 50px;
	overflow: hidden;
	background-color: #FFF;
}

#cus_ser button {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#cus_ser{
	z-index: 8888;
	width: 102px;
	position: fixed;
	right: -102px;
	color: #FFF;
	top: 200px;
	bottom: auto;
}
.cus_ser_{
	width:102px;
	overflow: hidden;
}
#cus_ser .title{
	width:32px;
	height:82px;
	float:left;
	cursor:pointer;
	background-color: #5877ba;
	border-radius: 4px 0px 0px 4px;
	line-height: 82px;
	text-align: center;
	position: absolute;
	left: -32px;
}
#cus_ser .title i{
	color: #fff;
	font-size: 30px;
}
#cus_ser  ul{
	float:left;
	background-color: #5877ba;
	padding: 5px;
	border-radius: 0px 4px 4px 4px;
}
#cus_ser  ul li{
	height: 50px;
	width: 50px;
	background-color: #FFF;
	overflow: hidden;
}
#cus_ser  ul li a{ color:#FFF;}
#cus_ser  ul li a:hover{ text-decoration:underline;}
#cus_ser .close{ display:inline-block; width:16px; height:16px; overflow:hidden; cursor:pointer; margin-right:4px; float:right;}
#cus_ser ul, ol{
	list-style: none;
	margin:0 0 9px 0;
}
@media screen and (max-width:768px){
#cus_ser{
<<<<<<< .mine
		top: auto; 
		bottom: 50px;
=======
		top: 25%;
		bottom: auto;
		overflow:visible;
>>>>>>> .r5733
}}
/*弹窗留言*/
.msg{
	border:1px solid #ccc;
	display:none;
	overflow: hidden;
	border-radius: 5px 5px 5px 5px;
	background-color: #FFF;
	-webkit-box-shadow:0 0 5px #ccc;
	-moz-box-shadow:0 0 5px #ccc;
	box-shadow:0 0 5px #ccc;
	position: fixed;
}
.msg .tit{
	display:block;
	height:33px;
	cursor:move;
	background-color: #5877ba;
	margin: 10px;
	color: #FFF;
	border-radius: 3px;
	text-indent: 10px;
	font-size: 16px;
	font-weight: bolder;
	line-height: 30px;
}
.msg .tit i{
	float:right;
	line-height:30px;
	cursor:default;
	color: #FFF;
	font-size: 30px;
	font-weight: normal;
	height: 30px;
	cursor: pointer;
}
.msg .cn{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#messageform2 tbody{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
#messageform2 tbody tr td{
	width: 100%;
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
}
#messageform2 tbody tr input{
	width: 308px;
	border: 1px solid #E7E7E7;
	line-height: 30px;
	color: #333;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
　　color: #999;
　　}
　　input:-moz-placeholder, textarea:-moz-placeholder {
　　color:#999;
　　}
　　input::-moz-placeholder, textarea::-moz-placeholder {
　　color:#999;
　　}
　　input:-ms-input-placeholder, textarea:-ms-input-placeholder {
　　color:#999;
　　}
#messageform2 tbody tr textarea{
	width: 308px;
	border: 1px solid #E7E7E7;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
#messageform2 tbody tr .t_anniu{
	width: 310px;
	border: 1px solid #666;
	line-height: 30px;
	color: #FFF;
	background-color: #666;
	border-radius: 3px;
}

/*返回顶部*/
.scroll{
	width:50px;
	height:50px;
	color:#fff;
	line-height:50px;
	text-align:center;
	position:fixed;
	right:30px;
	bottom:50px;
	cursor:pointer;
	font-size:30px;
	background-color:rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	z-index: 10;
}
.scroll i{
	font-size: 30px;
}