@charset "utf-8";

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.kefutu-container{
    font-family: "Micosoft Yahei";
    position: fixed;
    right: 0;
    bottom: 50px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  z-index: 9999;
}
.kefutu-container,.kefutu-container a,.kefutu-container div,.kefutu-container i,.kefutu-container span,.kefutu-container p{
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -ms-box-sizing:content-box;
    -o-box-sizing:content-box;
    box-sizing:content-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin:0;
}
.kefutu-container a{color: #fff}
.kefutu-container a:hover{text-decoration: none}
.kefutu-container .kefutu-item{
    width: 50px;
    height:50px;
    position: relative;
    border-bottom:1px solid #ddd;
    -moz-box-shadow: 0px 0 6px rgba(0,0,0,.3);
    -webkit-box-shadow: 0px 0 6px rgba(0,0,0,.3);
    box-shadow: 0px 0 6px rgba(102,102,0,.3);
}
.kefutu-container .kefutu-item >a{display: block;width:50px;height:50px;margin:0 auto;text-align: center;background: #353535;}
.kefutu-container .kefutu-item-icon{display: inline-block;width:50px;height:50px;line-height:50px; text-align: center;font-size: 24px;color: #083576; }
.kefutu-container .kefutu-item-title{display: none;font-size: 13px;font-weight: bold;padding:5px 5px;line-height: 1.5em}
.kefutu-container .kefutu-item >a:hover .kefutu-item-title{display: block;}
.kefutu-container .kefutu-item >a:hover i{display: none}
.kefutu-container .kefutu-item .kefutu-item-content{position: absolute;background:#083576;width: 140px;height:100%;right: 100%;top: 0;display: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.kficon0{background:url(/style/images/kfyy.png) no-repeat center center;width:50px;height:50px;display:block}
.kficon1{background:url(/style/images/kfqq.png) no-repeat center center;width:50px;height:50px;display:block}
.kficon3{background:url(/style/images/kfdh.png) no-repeat center center;width:50px;height:50px;display:block}
.kficon4{background:url(/style/images/kfewm.png) no-repeat center center;width:50px;height:50px;display:block}
.kficon5{background:url(/style/images/kftop.png) no-repeat center center;width:50px;height:50px;display:block}

.kefutu-container .kefutu-item-content p{text-align: center;}
.kefutu-container .kefutu-item.active a{background:#083576;}
/*客服头*/
.kefutu-container .kefutu-head {border-bottom:1px solid #ddd; background-color: #ddd;}
.kefutu-container .kefutu-head .kefutu-item-icon{font-size: 30px;}
/*电话*/
.kefutu-container .item-tel{}
.kefutu-container .item-tel .kefutu-item-content{font-family: "Tahoma";color: #fff;font-weight: bold;/*height:122px;*/}
.kefutu-container .item-tel p{line-height: 50px;}
.kefutu-container .item-tel .multiItem p{padding: 3px 6px}

/*二维码*/
.kefutu-container .item-qr .kefutu-item-content{background: #fff!important;width:160px !important; height:auto;margin-top: -180px;margin-right: 10px;}
.kefutu-container .item-qr .kefutu-item-content .item-qr-box{border: 1px solid #ddd;position: relative;font-size: 12px;padding: 6px;}
.kefutu-container .item-qr .kefutu-item-content .kefutu-triangle{position: absolute;right: -6px;top:75%;font-size: 14px; width: 20px;height: 20px;}
.kefutu-container .item-qr .kefutu-item-content .border_sj{font-family: "simsun";color: #ddd; position: absolute;right: -1px;}
.kefutu-container .item-qr .kefutu-item-content .con_sj{font-family: "simsun";color: #fff; position: absolute;right:0;z-index: 9}
.kefutu-container .item-qr .kefutu-item-content .item-qr-box img{width: 150px !important;height: 150px !important;}

/*定义风格样式*/
.blue .kefutu-item >a{background: blue}
.blue .kefutu-item.active >a{background: #ddd}
.blue .kefutu-item .kefutu-item-content{background: #ddd}
/*定义风格样式*/
.green .kefutu-item >a{background: #ddd}
.green .kefutu-item.active >a{background: #78bc35}
.green .kefutu-item .kefutu-item-content{background: #78bc35}