.db {
    float: left;
    font-size: 12px;
    /* margin-left: 10px; */
    line-height: 40px;
    font-family: "microsoft yahei";
    padding: 5px 1px 0 1px;
    cursor: pointer;
    background: #eee;
    padding: 2px 5px 2px 5px;
    border-radius: 3px;
    color: #555;
}
.db:hover{
    color: #fff;
    background:#ccc;
}
.db_fix{
    position:fixed;
    right:60px;
    bottom:5px;
    z-index: 99999;
    /* width: 300px;
    min-height: 200px; */
    display: none;
}
.db_show {
    width: 300px;
    background: #fafafa;
    min-height: 200px;
    border: 1px solid #eee;
    box-shadow: 1px 2px 3px rgba(0,0,0,.3);
    display:none;
}
.db_show a:active{
    opacity:.8;
}
.db_top {
    line-height: 30px;
    padding-left: 10px;
    background: #333;
    opacity:0.4;
}
.db_top span{
    color:#fff;
}
.db_top a{
    float:right;
    margin-right:10px;
    color:#fff;
}
.db_top a:hover {
    color: #ccc;
}
.db_show table{
   table-layout:fixed;
   font-size:13px;
   line-height:40px;
   width: 100%;
}
.db_show table th,.db_show table td{
   font-weight:normal;
    text-align:center;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.db_show table tr:nth-child(odd){
    background:#fff;
}
.db_show table td a{
   height: 100%;
   display: block;
}
.db_show table td a img{
    vertical-align: middle;
}
.db_show table td a img:hover{
    transform:scale(1.2);
    -webkit-transform: scale(1.2);
}

.db_show table tr:nth-child(odd){
    background:#fff;
}
.db_fixbtn {
    width: 60px;
    display: block;
    margin: 20px auto 10px;
    border-radius: 3px;
    background: #333;
    opacity:0.4;
    color: #fff;
    line-height: 28px;
    text-align: center;
}
.db_fixbtn:hover{
    background:#999;
    box-shadow:1px 1px 3px rgba(0,0,0,.3);
}
.db_hide{
    width:50px;
    height:50px;
    display:none;
    padding-bottom: 10px;
    position: absolute;
    top: -230px;
    right: -45px;
}
.db_hide .ts_num{
    display:none;
    height:20px;
    width:20px;
    border-radius:10px;
    background:#c14949;
    color:#fff;
    position:absolute;
    top:-5px;
    right:-10px;
    text-align:center;
    line-height: 20px;
}
.db_hide a{
    display:block;
    width:40px;
    height:40px;
    background:#eee;
    color:#333;
    padding:10px;
    border-radius:30px;
    line-height:40px;
    text-align:center;
    box-shadow:1px 2px 3px rgba(0,0,0,.3);
}
.db_hide a:hover{
    background:#333;
    opacity : 0.4;
    color:#fff;
}
.db_hide a:active{
    opacity:.8;
}
.shade {
    background-color: rgba(0,0,0,.5);
    bottom: 0;
    left: 0;
    display: block;
    line-height: 24px;
    text-align: center;
    color: #fff;
    height: 24px !important;
    position: absolute;
    width: 100%;
    z-index: 10;
}
.shade:hover{
   color: #f5655c;
   transform:scale(1.02);
   -webkit-transform: scale(1.02);
}