@media screen and (max-width: 1050px) {
.cs_tel{
display: none;
}
#kefu1{
display: none;
}
}
@media screen and (min-width: 1050px) {
.footer_piao{
display: none;
}
#piao{
display: none;
}
}


.footer_piao{z-index: 99;
    background: #999;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    background: rgba(243, 240, 240, 0.46);
    box-sizing: border-box;
    text-align: center;}
.footer_piao a{width:100%;margin:10px 0;background:#FF5A00;display: block;float: left; height: 40px;text-align: center;line-height: 40px;font-size: 16px;color:#fff;}
.footer_piao a:last-child{background:#D5054C}
.footer_piao a:hover{color:#FFF !important}
