﻿@charset "UTF-8";
/*--------------鍏叡寮规--------------*/
.bomb_box{outline: 0px;width: 450px;height: 300px;background-color: #ffffff;border-radius: 10px;position: absolute;margin:auto;top:0;bottom:0;left:0;right:0;overflow: hidden;border:1px solid #e5e5e5;opacity:1}
.imgtextbox{height:220px;margin-top: 10px;}
.bomb_img{width:30%;height: 200px;float: left;}
.alertBtnGroup{text-align:center}
.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: url("../../sys/image/icon_info.png") 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: none;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000)}
.btnokstyle{color: #2092EE;background-color: #ffffff;border: 1px solid #2090EF;border-radius: 3px; margin-right: 5px;}
.btncanelstyle{background-color: #2092EE;color: #ffffff;border: 1px solid #2090EF;border-radius: 3px; margin-left: 5px;}
.btnokstyle:hover{background-color: #2092EE;color:#ffffff;}
.btncanelstyle:hover{background-color:#1c82d4;}
.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);}}
@keyframes scale {0%{-webkit-transform: scale(0.1,0.1);-moz-transform: scale(0.1,0.1);-ms-transform: scale(0.1,0.1)锛?o-transform: scale(0.1,0.1);transform: scale(0.1,0.1);}55%{-webkit-transform: scale(1.1,1.1);-moz-transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1);-o-transform: scale(1.1,1.1);transform: scale(1.1,1.1);}100%{-webkit-transform: scale(1,1);-moz-transform: scale(1,1);-ms-transform: scale(1,1);-o-transform: scale(1,1);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;}
.alertWindowTopMsg_header{opcity: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;}