.bomb-show-title {
    font-size: 17px;
    font-size: 1.7rem;
    color: #222;
    font-weight: 700;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
}
.bomb-show-panel {
    position: absolute;
    left: 0;
    top: 42px;
    right: 0;
    bottom: 0;
    padding: 8px;
    background: #fff;
    border-top: 1px solid #eee;
    overflow: hidden;
}
.bomb-show-box {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
}
.bomb-show-iframe {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    z-index: 111;
    overflow: hidden;
}