@charset "utf-8";
/* CSS Document */
body{ position:relative;}
.bs_box { width:100%; height:100%; overflow:auto; background:url(images/bimgshow_bg.png); position:fixed; left:0; top:0; z-index:99; display:none; box-sizing: content-box}
.bs_box .bs_middle { box-sizing: content-box; width:10px; height:10px; overflow:hidden; background:#fff; margin:0 auto; position:relative;}
.bs_box .bs_middle .ds_bimg { width:100%; overflow:hidden;}
.bs_box .bs_middle .ds_bimg img { display: block; width: 100%;}
.bs_box .bs_middle .ds_name { width:100%; height:58px; overflow:hidden; line-height:58px;}
.bs_box .bs_middle .bs_bt { position:absolute; width:68px; height:68px; overflow:hidden; cursor:pointer; z-index:2; top:0;}
.bs_box .bs_middle .ds_close {     width: 36px;
    height: 36px;
    overflow: hidden;
    line-height: 36px;
    font-family: "宋体";
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    text-align: center;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: 14px;}
