/*公共弹窗样式*/
.common_alert .articial{ display:block; font-size:20px; line-height:26px; color:#555; padding:60px 10px;}
.common_alert .bot_btn,.common_alert .btn{display: block;color: #72BAC6;border-top: 1px solid #E9E9E9; overflow:hidden; position:absolute; left:0; bottom:0;right:0;}
.common_alert .bot_btn span{ display:block; width:50%; float:left;height: 34px;line-height: 34px;background: #F7F7F7; border:0;}
.common_alert .bot_btn span:first-child{ margin:0 1px 0 0; width:48.9999%; }

/* 大弹窗 */
.popup.back{background:black;position:fixed;width:100%;height:100%;opacity:.3 !important;z-index:1000000;top:52px;left:0;}
.popup.multiMsg{
    display: block; position: fixed; height: auto; min-height:120px; background: none repeat scroll 0% 0% #ffffff; left: 50%; top: 50%; z-index: 1000010; margin: -80px 0px 0px -150px; border-radius: 5px; padding: 5px 10px; width: 280px; color: #666;
}
.popup .header{
    height:30px;border-bottom:1px solid #999;
}
.popup .header strong{line-height:30px;padding-left:10px;}
.popup .header .close{float:right;line-height:30px;padding-right:10px;}
.popup p{
    font-size:14px;margin-top:10px;
}
.popup .btn{
     font-size:14px;display: block; margin: 10px auto; width: 120px;height:36px;line-height:36px; text-align: center;background:#ed376a;border-radius:5px;color:#ffffff;
 }