@media screen and (min-width:960px) {
    .zyjt-right-toolbar{
        height: 6.12rem;
        width: 0.64rem;
        position: fixed;
        right: 0.2rem;
        top: 50%;
        margin-top: -3.06rem;
        /* background: #eee; */
        z-index: 10001;
        font-size: 0.16rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .zyjt-right-toolbar dl a{
        display: block;
        color: #282828;
    }
    .zyjt-right-toolbar>dl{
        width: 0.7rem;
        height: 0.86rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .zyjt-right-toolbar>dl>dt{
        width: 0.6rem;
        height: 0.6rem;
        background: #eee;
        border-radius: 50%;
      
    }
    .zyjt-right-toolbar>dl>dt>a{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
      
    }
    .zyjt-right-toolbar>dl>dt img{
        width: 0.24rem;
        height: 0.24rem;
    }
    .zyjt-right-toolbar>dl>dd{
        height: 0.25rem;
    }
    .fun-tupian-fuqin{
        position: relative;
    }
    .fun-tupian-fuqin:hover .tunggzh-content{
        display: block;
    }
    .fun-tupian-fuqin .tunggzh-content{
        position: absolute;
        top: 0;
        left: -120px;
        display: none;
    }


}

@media screen and (max-width:960px) {

    .zyjt-right-toolbar{
        display: none;
    }
    
}