
html{ width:100%;height:100%;position: relative;}
*{padding:0;margin:0;font-size: 14px;font-size: 1.02rem;}
.showMsg .guery {white-space: pre-wrap; /* css-3 */white-space: -moz-pre-wrap; /* Mozilla, since 1999 */white-space: -pre-wrap; /* Opera 4-6 */white-space: -o-pre-wrap; /* Opera 7 */	word-wrap: break-word; /* Internet Explorer 5.5+ */}
a:link,a:visited{text-decoration:none;color: #000;}
a:hover,a:active{color: #0068a6;font-weight: bold;}
.showMsg{border: 1px solid #f56767;zoom:1;width: 40%;max-width: 40%;height:174px;position:absolute;top: 20%;left: 30%;/* margin:-87px 0 0 -225px; */}
.showMsg h5{background-image: url(<?php echo IMG_PATH?>/msg_img/msg.png);background: #f15858;color:#fff;height: 35px;line-height: 36px;*line-height:28px;overflow:hidden;font-size: 18px;text-align: center;}
.showMsg .content{padding: 26px 12px 20px 12px;font-size: 18px;height:66px;}
.showMsg .bottom{background: #f7e4ee;margin: 0 1px 1px 1px;line-height:26px; *line-height:30px;height:26px;text-align:center;}
.showMsg .ok,.showMsg .guery{background: url(<?php echo IMG_PATH?>/msg_img/msg_bg.png) no-repeat 0px -560px;}
.showMsg .guery{background-position: left -460px;}


@media only screen and (max-width: 767px) { 
	.showMsg{    width: 60%;    max-width: 60%;    left: 20%;}
}