﻿/*share*/
.alertWindow {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    z-index: 99998;
}
.showShare {
    border-radius: 8px;
    bottom: 50px;
    box-shadow: 0 0 5px #000000;
    left: 50%;
    margin-left: -130px;
    padding: 10px;
    position: fixed;
}
#bdshare {
    float: left;
    font-size: 12px;
    padding-bottom: 2px;
    text-align: left !important;
    z-index: 999999;
}
.bds_tools_32 a {
    background: url("../images/is_32.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    float: left;
    height: 37px;
    margin-right: 3px;
    text-indent: -100em;
    width: 37px;
}

bds_tools_32 a:hover {
    color: #000000;
}