
@media only screen and (max-width: 768px) {
    

    .fa_Float {
        display: none;
    }
}

@media only screen and (min-width: 769px) {
    

    .fa_Float {
        position: fixed;
        z-index: 999;
        right: 10px;
        top: 40%;
        width: 60px;
        height: auto;
        border-radius: 6px;
        background: #fff;
        box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    }

    .fa_Float .fa_clearfix {
        display: flex;
        height: 60px;
        position: relative;
        width: calc(100% - 20px);
        text-align: center;
        cursor: pointer;
        border-bottom: 1px solid #dddddd;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
    }

    .fa_Float_icon {
        color: #2e7fc3;
        text-align: center;
        overflow: hidden;
    }

    .fa_Float_icon i {
        font-size: 30px;
        filter: brightness(0);
    }

    .fa_Float_icon p {
        font-size: 12px;
        margin-top: 5px;
    }

    .fa_Float_info {
        font-size: 16px;
        color: #fff;
        overflow: hidden;
        float: left;
        position: absolute;
        right: 55px;
        background: #333;
        top: 0;
        bottom: 0;
        height: 50px;
        line-height: 50px;
        max-width: 0;
        white-space: nowrap;
        font-weight: 300;
    }

    .fa_Float>a:hover .fa_Float_info {
        max-width: 1000px;
        padding: 0 30px;
    }

    .fa_Float_img {
        position: absolute;
        width: 100px;
        left: -120px;
        bottom: 0;
        overflow: hidden;
        max-height: 0;
        opacity: 0;
    }

    .fa_Float>a:hover .fa_Float_img {
        max-height: 200px;
        opacity: 1;
    }

    .fa_Float>a .fa_Float_img img {
        width: 100%;
    }

    .fa_Float_qq .fa_Floatqq_info {
        position: absolute;
        top: 0;
        right: 60px;
        background: #2e7fc3;
        color: #fff;
        overflow: hidden;
        opacity: 0;
        width: 150px;
        z-index: -88;
    }

    .fa_Floatqq_info a {
        border-bottom: 1px solid rgba(255,255,255,0.5);
        padding: 20px ;
        display: block;
    }

    .fa_Floatqq_info a:last-child {
        border: none;
    }

    .fa_Floatqq_info a p {
        color: #fff;
        font-size: 14px;
        line-height: 30px;
    }

    .fa_Floatqq_info a p:first-child {
        font-size: 18px;
    }

    .fa_Float_qq:hover .fa_Floatqq_info {
        opacity: 1;
        transform: translateX(00%);
        z-index: 2;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    /*中屏*/
}

.fa_ani * {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    /* Firefox 4 */
    -webkit-transition: all 0.5s;
    /* Safari å’Œ Chrome */
    -o-transition: all 0.5s;
    /* Opera */
}

.fa_ani *:before {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    /* Firefox 4 */
    -webkit-transition: all 0.5s;
    /* Safari å’Œ Chrome */
    -o-transition: all 0.5s;
    /* Opera */
}

.fa_ani *:after {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    /* Firefox 4 */
    -webkit-transition: all 0.5s;
    /* Safari å’Œ Chrome */
    -o-transition: all 0.5s;
    /* Opera */
}

 .gjndfg:hover .fa_Float_info {
max-width: 250px;
    display: flex
;
    flex-direction: row;
    width: 300px;
    height: fit-content;
}

 .gjndfg .fa_Float_info {
    transition: all 0.5s;
    max-width: 0px;
    width: 0px;
    background: transparent;
}

.gjndfg .fa_Float_info > div img {
    width: 100%;
}


