.efg-JSModal {
    border: 1px solid #eaeaea;
    z-index: 999;
}
#efg-JSModal-iframe {
    width: 100%;
    outline: none;
    border: none;
    overflow: hidden;
    width: 100%;
}
.efg-JSModal-nav-title {
    font-size: 14px;
}
.efg-JSModal-nav-icon-wrap {
    text-align: right;
    float: right;
}
.efg-JSModal-nav-icon-wrap img {
    margin-left: 12px;
    cursor: pointer;
}
#efg-JSModal-minMsg {
    display: none;
    position: fixed;
    right: 70px;
    bottom: 50px;
    cursor: pointer;
    width: 54px;
    z-index: 999;
}
#efg-JSModal-button-min,
#efg-JSModal-button-max,
#efg-JSModal-button-close {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    cursor: pointer;
}
#efg-JSModal-button-min {
    background-image: url('/wszx-web/apps/images/public/sider/efg-JSModal-min-white.png');
}
#efg-JSModal-button-max {
    background-image: url('/wszx-web/apps/images/public/sider/efg-JSModal-max-white.png');
}
#efg-JSModal-button-close {
    background-image: url('/wszx-web/apps/images/public/sider/efg-JSModal-close-white.png');
}
.efg-JSModal-minMsg-icon {
    background-image: url('/wszx-web/apps/images/public/sider/efg-JSModal-min-msg.png');
    width: 54px;
    height: 54px;
}
