.fdkf{
    position: fixed;
    right: 0%;
    width: 60px;
    z-index: 99;
    bottom: 12%;
}
.fdkfw {
    background: #999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px;
    width: 60px;
    height: 60px;
    position: relative;
    cursor: pointer;
}
.fdkfw > a{display: flex;flex-direction: column;align-items: center;justify-content: center;}
.fdkfw:hover{background: #b87333;}
.fdkfw span{
    font-size: 12px;
    color: #fff;
}
.fdkfw .ly{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.fdkfw .tel{
    display: none;
    position: absolute;
    right: 0%;
    width: 273px;
    background: #B87333;
    color: #fff;
    text-align: center;
    padding: 7px 0px;
    font-size: 14px;
}
.fdkfw .weix{
    display: none;
    position: absolute;
    right: 60px;
    width: 153px;
    top: 0%;
    background: #b87333;
    padding: 15px;
}
.fdkfw:hover .tel{
    display: block;
}
.fdkfw:hover .weix{
    display: block;
}
.fdkfw .weix img{
    width: 100%;
}

@media (max-width: 1080px){
  .fdkf{
     position: fixed;
    right: 0%;
    width: 100%;
    z-index: 99;
    bottom: 0%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
 
  .fdkfw {
    background: #b87333;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px;
    width: 50%;
    height: 54px;
    position: relative;
    cursor: pointer;
}
  .fdkfw .ly {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
  .fdkfw span {
    font-size: 14px;
    color: #fff;
    padding-left: 8px;
}
   .fdkfc,.fdkfd,.fdkfe{
display: none;
  }
  .fdkfw .tel{
    display: none!important;
  }
}