html,body { width:100%;height:100%;margin:0;padding:0; } #mh_layer { background-color:#000;position:fixed;left:0;top:0;width:100%;height:100%;z-index:999999;display:none;background-color:rgba(0,0,0,0.2); } #mh_dialog { position:fixed;top:42%;left:26%;z-index:10000000; } *, *:before, *:after{ webkit-box-sizing:border-box;box-sizing:border-box;} .tip-1{ position:relative; width:448px; height:240px; display:block; overflow:Hidden; color:#4f4f4f; font-size:14px; font-weight:bold; background:url(../images/t-bgimg.gif) #efefef repeat-x left top; border-radius:15px; border-top-left-radius:5px; border-top-right-radius:5px; box-shadow:1px 2px 10px #444; } .tip-1 h2{ margin:0; padding:0; text-align:center; color:#ffffff; font-weight:bold; font-size:18px; font-family:'Microsoft Yahei'; height:50px; line-height:48px; } .tip-icon-close{ position:absolute; right:18px; top:18px; width:12px; height:12px; border:none; cursor:pointer; background:url(/images/tip1-icon-close.gif) no-repeat left top; } .tip-1 p{ margin:30px 65px 0; line-height:32px; text-align:left; font-size:14px; } .tip-1 .footer{ position:absolute; overflow:hidden; clear:both; bottom:27px; left:0; width:99%; text-align:center; } .tip-1 input{ margin:0 10px; padding:0; width:137px; height:38px; line-height:36px; text-align:center; font-size:14px; font-family:'Arial','SimSun'; font-weight:bold; border:none; border-radius:3px; } .tip-1 input.btn-danger{ background:#ff4900; color:#ffffff; cursor:pointer; } .tip-1 input.btn-default{ background:#ffffff; border:solid 1px #b6b6b6; cursor:pointer; }