/*
	浮动客服
*/


/* 返回顶部 客服 */
.go-top{position: fixed;bottom: 40px;right: 20px;width: 46px;z-index: 999;}
.go-top a i{font-size:18px;}
.go-top a{display: block;width: 46px;height: 46px;line-height: 46px; border-radius: 100%;margin-bottom:10px;background:#fff;color:#999;box-shadow: 0 2px 2px rgba(0,0,0,0.1);text-align: center;}
.go-top a:hover{background:#f94d60;color:#fff}
/* 漂浮伸缩 免费电话 */
.freefone{position:fixed;left:-120px;bottom:20px;z-index: 1000; display:none;}
.freefone a{width:107px;height:76px;display:block;background: url("../img/freefone01.png") right;transition: all .3s;}
.freefone a:hover{width:117px;}
.freefone-content{position:fixed;z-index: 1000;left:0px;bottom:0;width:400px;height: 200px;background:rgba(0,0,0,0.75);}
.freefone-content .freefone-close{position:absolute;right:0px;top:0px;cursor:pointer;width:35px;height:35px;line-height:35px;text-align:center;color: #888;}
.freefone-content .freefone-close:hover{color: #e1e1e1;}
.freefone-content .freefone-icon{width: 171px;height: 256px;display: block;position:absolute;left:0px;bottom:0px;background: url("../img/freefone02.png");}
.freefone-content .freefone-bottom{position:absolute;right:0px;bottom:0px;width: 100%;padding-left:160px; background:#343434;}
.freefone-content .freefone-bottom span{display:inline-block; color: #bf9e82;line-height:16px;font-size: 12px;margin:8px auto;}
.freefone-content .freefone-bottom a{display:block;float: right;width: 120px;height:48px;line-height: 48px; text-align: center;background:#212121;color: #b9997e;}
.freefone-content .freefone-bottom a:hover{color: #ffdcbd;background:#000;}
.freefone-content .freefone-con{width:240px;position: absolute;right:20px;top:30px;text-align: center;}
.freefone-content .freefone-con h5{color: #fff;font-weight: lighter;line-height: 1}
.freefone-content .freefone-con h2{color: #fff;font-weight: bold;margin-bottom: 10px;}
.freefone-content .freefone-input{border: none;height: 35px;line-height: 32px;background: #333333;color: #fff;padding-left: 10px;width:140px;float: left;}
.freefone-content .freefone-btn{border: none;color: #fff;background: #bf9e82;height: 35px;line-height: 32px;width: 100px;float: left;cursor: pointer;}
.freefone-content .freefone-btn:hover{color: #fff;background: #a7886e;}










