/*main css*/
.sckefu{position:fixed; right:0; margin-right:20px; bottom:20px; padding-bottom:20px; background:url(r_b.png) 0px bottom no-repeat; z-index:999; }
.sckefu .btn{width:72px; height:72px;  cursor:pointer; position:relative;}


.btn-lx{background:#6da9de url(f_lx.png) no-repeat center center; display:block;}
.btn-lx:hover{background-color:#488bc7;}

.btn-phone{background:#fbb01f url(f_phone.png) no-repeat center center; }
.btn-phone:hover{background-color:#ff811b;}

.sckefu .btn-phone .phone{background-color:#ff811b; position:absolute; width:160px; height:72px;line-height:72px; left:-160px; top:0px; color:#FFF; font-size:18px; text-align:center; display:none;}
.sckefu .btn-top{background:url(r_top.png) no-repeat center center; background-color:#ccc; display:none;}
.sckefu .btn-top:hover{background-color:#4d9400;}


/* 德语 */

.deyu .btn-lx{background:#6da9de url(d_lx.png) no-repeat center center; display:block;}
.deyu .btn-lx:hover{background-color:#488bc7;}

.deyu .btn-phone{background:#fbb01f url(d_phone.png) no-repeat center center; }
.deyu .btn-phone:hover{background-color:#ff811b;}




@media (max-width:767px){

.sckefu{margin-right:0px; bottom:20px; padding-bottom:20px; }
.sckefu .btn{width:50px; height:50px; }

.btn-lx,.btn-top,.deyu .btn-lx{background-size:92%;}
.btn-phone,.deyu .btn-phone{background-size:80%; }

.sckefu .btn-top{ background-size:80%}

.sckefu .btn-phone .phone{ width:130px; height:50px; line-height:50px; left:-130px; font-size:13px;}


}