@charset "utf-8";

@media (min-width: 768px){
	.kefu{
		display:none !important;
	}
}
 .kefu {
    position: fixed;
    width: 3.8em;
    right: 1.2%;
    bottom: 16em;
    z-index: 10;
}

 .kefu a {
    display: block;
    margin-bottom: 1em;
    font-size: 1.1em;
    text-align: center;
    color: #fff;
    position: relative;
}

 .kefu a span {
    position: absolute;
	line-height:normal;
    bottom: 0.5em;
    left: 23%;
}

 .kefu a:last-child {
    margin-top: 3.2em;
}

 .kefu img {
    display: block;
    width: 100%;
}