.yingfang-third-app{
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: fixed;
    top: 50%;
    right: 10px;
    z-index: 999;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}
.yingfang-third-app a{
    display: inline-flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #f01f0e;
    transition: all 0.5s;
}
.yingfang-third-app a:hover{
    background: var(--color-primary);
}
.yingfang-third-app a:hover svg path{
    fill: #fff;
}




.yingfang-third-app.none{
    display: none;
}
.yingfang-third-app img{
    width: 60px;
    aspect-ratio: 1;
    cursor: pointer;
    transition: transform 0.3s ease;
    border-radius: 5px;
}
.yingfang-third-app a .yingfang-third-hover{
    display: none;
}
.yingfang-third-app a:hover .yingfang-third-hover{
    display: block;
}
.yingfang-third-app a:hover .yingfang-third-icon{
    display: none;
}

/* @media screen and (max-width: 992px) {
    .yingfang-third-app a{
        width: 40px;
        height: 40px;
    }
} */

@media screen and (max-width: 768px) {
.yingfang-third-app a {
    display: inline-flex;
    width: 40px;
    height: 40px;}


.yingfang-third-app {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: fixed;
    top: 37%;}}

