﻿

/*2020-05-14 add*/
/*分享本站*/
.footer_share {
    margin-top: 20px;
}
.footer_share:after {
    content: '';
    display: table;
    clear: both;
}
.footer_share ul li {
    float: left;
    margin-right: 6px;
}
.footer_share ul li:first-child a {
    width: 106px;
    cursor: default;
}
.footer_share ul li:first-child a img {
    display: inline-block;
    max-height: 100%;
    margin: 0 2px 0 1px;
}
.footer_share ul li:nth-child(2) {
    position: relative;
}
.footer_share ul li:nth-child(2):before {
    content: '';
    position: absolute;
    top: -7px;
    left: -4px;
    bottom: 0;
    z-index: 1;
    margin: auto;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: #bbb;
    border-width: 0 1px 1px 0;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.footer_share ul li:nth-child(2):after {
    content: '';
    position: absolute;
    top: -7px;
    left: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    width: 1px;
    height: 10px;
    background: #fff;
}
.footer_share ul li a {
    display: block;
    font-size: 12px;
    width: 37px;
    height: 36px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #bbb;
    padding: 2px;
    margin-bottom: 7px;
    cursor: pointer;
}
.footer_share ul li a:hover {
    color: #000;
}
.footer_share ul li .share_line,
.footer_share ul li .share_wechat {
    position: relative;
}
.footer_share ul li .share_line:hover .QrcodeBox,
.footer_share ul li .share_wechat:hover .QrcodeBox {
    display: block;
}
.footer_share ul li .share_line .QrcodeBox,
.footer_share ul li .share_wechat .QrcodeBox {
    display: none;
    position: absolute;
    z-index: 99;
    top: -200px;
    right: 0;
    width: 200px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 2px 10px #aaa;
    transition: All 0.25s ease-in-out;
    -webkit-transition: All 0.25s ease-in-out;
    -moz-transition: All 0.25s ease-in-out;
    -o-transition: All 0.25s ease-in-out;
}
.footer_share ul li .share_line .QrcodeBox h4,
.footer_share ul li .share_wechat .QrcodeBox h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}
.footer_share ul li .share_line .QrcodeBox img,
.footer_share ul li .share_wechat .QrcodeBox img,
.footer_share ul li .share_line .QrcodeBox canvas,
.footer_share ul li .share_wechat .QrcodeBox canvas {
    width: 60%;
    margin: 20px auto;
}

@media (max-width: 991px){
    .footer_share {
        padding: 0 15px;
        margin: 4px 0 20px 0;
    }
    .footer_share ul {
        display: table;
        margin: 0 auto;
        *zoom: 1;
    }
}

.line-it-button {
    width:36px;
    height:36px;
}