﻿@charset "utf-8";
/* 	CSS Document 
	;
*/

* {
	margin: 0;
	padding: 0;
}



/*新版客服样式*/
.kf_aside2{
	position: fixed;
    left: 0;
    top: 53%;
    margin-top: -234px;
    width: 135px;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.5);
    border-radius: 0 20px 20px 0;
    text-align: center;
    overflow: hidden;
    background: #fff;
    padding: 15px 0 8px;
    z-index: 1000;
}
.kf_aside2 .kf_avatar{width: 90px;height: 90px;margin: 0px auto;border-radius: 50%;overflow:hidden;box-shadow: 0px 0px 12px -3px;background: #1097d5;}
.kf_aside2 .kf_avatar img{width: 100%;padding-top: 8px;}
.kf_aside2 .kf_item{
	width: 110px;
    margin: 0 auto;
    /*border-bottom: 1px solid #ddd;*/
    padding: 14px 0;
}
.kf_aside2 .kf_item:after{
	display: block;
	content: '';
	height: 1px;
	position: relative;
	bottom: -14px;
	background: linear-gradient(to left,#ffffff,#bbb,#ffffff);
}
.kf_aside2 .kf_item .phone{
	color: #e67728;
    font-weight: 800;
    
    font-size: 16px;
	white-space: nowrap;
}
.kf_aside2 .kf_item .kf_item_t{
	color: #1097d5;
	background-repeat: no-repeat;
	background-position:8px;
	font-size: 16px;
    padding-left: 10px;
    margin-bottom: 6px;
}
.kf_aside2 .kf_item .kf_item_t.kfQq{
	background-image: url("../img/kf_qq.png")/*tpa=http://www.vslai.com/skin/style/img/kf_qq.png*//*tpa=http://www.vslai.com/skin/style/img/kf_qq.png*/; 
}
.kf_aside2 .kf_item .kf_item_t.kfPhone{
	background-image: url("../img/kf_phone.png")/*tpa=http://www.vslai.com/skin/style/img/kf_phone.png*//*tpa=http://www.vslai.com/skin/style/img/kf_phone.png*/; 
	color: #e67728;
}
.kf_aside2 .kf_item .kf_btn{
	    display: block;
    color: #fff;
    border: 1px dashed #1097d5;
    /*margin: 10px auto;*/
    font-size: 18px;
    text-align: center;
    border-radius: 3px;
}
.kf_aside2 .kf_item .kf_btn span{
	display: block;
background: #1097d5;
border-radius: 3px;
margin: 3px;
line-height: 30px;
}

.kf_aside2 .free_call{
	display: block;
    text-align: center;
    /*overflow: hidden;*/
    padding-top: 297px;
    position: relative;
    width: 120%;
    left: -10%;
}
.kf_aside2 .free_call input[type='text'] {
    max-width: 88%;
    border: 2px solid #e67728;
    padding: 6px;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-size: 14px;
}
.kf_aside2 .free_call input[type='button'] {
    font-size: 18px;
    color: #fff;
    background: #e67728;
    border-radius: 3px;
    cursor: pointer;
    width: 102px;
	height: 30px;
	font-family: 'Microsoft Yahei';
}
.kf_aside2 .free_call .input_wrp{
	border: 1px dashed #e67728;
	padding: 3px;
    display: inline-block;
    border-radius: 3px;
}
.kf_aside2 .kf_item.kf_phone{
	color: #e67728;
}
.kf_aside2 .kf_item.kf_res .kf_btn{
	border: 1px dashed #d83636;
}
.kf_aside2 .kf_item.kf_res .kf_btn span{
	background: #37b854;
}
.kf_aside2 .kf_qq .kf_btn span:hover{ background: #097db1;}
.kf_aside2 .free_call input[type='button']:hover{ background: #d46313;}
.kf_aside2 .kf_item.kf_res span:hover{ background: #cc1f1f;}
.kf_aside2 .kf_item.kf_res:after{visibility: hidden;}
.kf_close{
	position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
    font-size: 16px;
    background: #eee;
    /*line-height: 20px; */
    cursor: pointer;
    color: #888;
}
.kf_close:hover{
	background: #ddd;
}

