/*信息提示box*/
.jxx-box-msg a:hover{text-decoration: none;}
.jxx-box-msg-bg{width:100%;position:fixed;top:0;left:0;background:#000;opacity:0.5;}
.jxx-box-msg{width:380px;height:220px;font-size:14px;position:fixed;left:50%;top:50%;margin:-110px 0 0 -190px;border:5px solid #ccc;background:#f9f9f9;border-radius:5px;}
.jxx-box-msg-con{height:220px;position:relative;}
.jxx-box-msg .jxx-hd{height:40px;line-height:40px;background:#eee;padding:0 15px;border-bottom:1px solid #ddd;}
.jxx-box-msg .jxx-hd h3{float:left;}
.jxx-box-msg .jxx-close{float:right;}
.jxx-box-msg .jxx-close a{ display:block;font-family: "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53";width:20px;height:20px;margin:8px 0 0;line-height:20px;text-align:center;background:#fff;color:#555;border-radius:100%;}
.jxx-box-msg .jxx-close a:hover{background:#555;color:#fff;}
.jxx-box-msg .jxx-bd{padding:20px;text-align:center;}
.jxx-box-msg .jxx-bd .jxx-sbody{max-height:100px;margin:0 0 20px;overflow:hidden;line-height:180%;color:#FF8804;}
.jxx-box-msg .jxx-bnt-con{position:absolute;left:50%;bottom:25px;margin:0 0 0 -54px;}
.jxx-box-msg .jxx-bnt{padding: 10px 40px;font-size:14px;color:#fff; text-align:center;background:#A70;border-radius:5px;}
.jxx-box-msg .jxx-bnt:hover{text-decoration: none;opacity:0.8;}
/*end 信息提示box*/