.bomb_box{
    box-sizing:content-box; width: 450px;height: 300px;background-color: #ffffff;border-radius: 5px;position: absolute;margin:auto;top:0;bottom:0;left:0;right:0;overflow: hidden;opacity:1;}
.bomb_box * {
    box-sizing:content-box;
}

.imgtextbox{height:256px;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}
.bomb_img{width:30%;height: 200px;float: left;}
.alertBtnGroup{text-align:center}
.alertBtnGroup>button{display: inline-block;}
.bomb_text{padding-right:50px;font-size: 16px;overflow: auto;height: 200px;margin-right: 47px;}
.bomb_img,.bomb_text{word-break : break-all;line-height:25px;}
.bomb_img{background:  no-repeat 50px  center;}
.alert_animate{-webkit-animation:scale 0.15s linear  1 forwards ;-moz-animation:scale 0.15s linear  1 forwards ;-ms-animation:scale 0.15s linear  1 forwards ;-o-animation:scale 0.15s linear  1 forwards ;animation:scale 0.15s linear  1 forwards ;}
.dv_mask{width:100%;height:100%;background-color:rgba(0,0,0,0.4); z-index: 9999; position: fixed; _background:transparent;overflow: hidden;top:0;display: block;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000)}
.btnokstyle{background-color: #ffffff;border: 1px solid #ddd;border-radius: 3px; margin-left: 5px;cursor:pointer;}
.btncanelstyle{background-color: #ffffff;border: 1px solid #ddd;border-radius: 3px; margin-right: 5px;cursor:pointer;}
.btncanelstyle:hover{background-color: #006ecc;color:#ffffff;}
.btnokstyle:hover{background-color:#006ecc;color:#ffffff;}
.btnok,.btncanel{min-width:100px;height: 30px}
@-webkit-keyframes scale {0%{-webkit-transform: scale(0.1,0.1);}55%{-webkit-transform: scale(1.1,1.1);}100%{-webkit-transform: scale(1,1);}}
@-o-keyframes scale {0%{-o-transform: scale(0.1,0.1);}55%{-o-transform: scale(1.1,1.1);}100%{-o-transform: scale(1,1);}}
@-moz-keyframes scale {0%{-moz-transform: scale(0.1,0.1);}55%{-moz-transform: scale(1.1,1.1);}100%{-moz-transform: scale(1,1);}}
.alertWindowTopMsg {
    background:#F5FBFE url(../../sys/image/msg_icon.png) no-repeat 20px 1px;
    filter: alpha(opacity=80);-moz-opacity:0.8;opacity:0.8;font-size:12px;color:#1A94DC ;
    position:fixed;overflow:hidden;border:1px solid #c6c6c6;
    border-top:0;border-radius:2px 2px 2px 2px;-moz-border-radius:2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;width: 300px;height: 0px;top:113px;
    z-index: 9999999;box-shadow: 0 0 10px rgba(0,0,0,.5);}
.alertMsgTopTip{position:relative;top:15px;font-size:14px;}
/*质检修改opcity为opacity*/
.alertWindowTopMsg_header{opacity:0.6;filter:Alpha(opacity=60);height:18px;}
.alertWindowTopMsg_closeTip{color:#999;float:right;cursor:pointer;padding-right: 5px;}
.alert_WindowTopMsg_body{padding: 0 5px 5px 5px;margin:3px 15px 0 50px;color: #666;font-weight: 600;}
.toptext{background-color:#006ecc;height:42px;width: 448px;border-right:1px solid #006ecc;border-left:1px solid #006ecc;border-top:1px solid #006ecc;text-align:center;line-height:42px;color:white;font-size:18px}
