/* 提示框开始 */
.transparent_mask{background:#000; opacity:.5;filter:alpha(opacity=50);position:fixed;top:0;bottom:0;left:0;right:0;z-index:1000;}
.search_alert{width:362px;height:234px;position:fixed;top:30%;left:50%;margin-left:-181px;margin-top:-117px;overflow:hidden;border-radius:8px;z-index:1010;}
.search_alert .content{height:140px;text-align: center;background:#fff;font-size:26px;color:#000;padding:15px;}
.search_alert .but_outer{height:34px;background:#f3f3f3;padding:15px;}
.search_alert .but{height:34px;line-height:34px;background:#bd1a2d;font-size:16px;color:#fff;padding:0 25px;cursor:pointer;border-radius:5px;overflow: hidden;float:right;}
.prompt{font-size:13px;display:none;}
/* 提示框结束 */