.footer .footer_content .footer_content_top .content_top_share .top_share_content {
    display: flex;
    padding-left: 25px;
}

.footer .footer_content .footer_content_top .content_top_share .top_share_content dt a {
    display: inline-block;
    width: 94px !important;
    border: none !important;
    /* padding: 0 10px; */
    margin-right: 20px !important;
    height: auto !important;
    line-height: normal;
}

.footer .footer_content .footer_content_top .content_top_share .top_share_content dt a:hover {
    color: #fff;
    cursor: auto;
}

.footer .footer_content .footer_content_top .content_top_share .top_share_content dt a img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.footer .footer_content .footer_content_top .content_top_share .top_share_content dt a span {
    display: inline-block;
    font-size: 14px;
    /* font-weight: bold; */
}

/* 滚动条样式 */
body {
    overflow-x: hidden;
    overflow-y: auto;
}

body::-webkit-scrollbar {
    width: 8px;
    height: 4px;
}

/*滚动条的轨道*/
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #CCCCCC;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.1);
}

/*滚动条里面小滑块*/
body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #C2C2C2;
    background: #1789D6;

}